body {
	font-size: 12pt;
	font-family: 'Yantramanav', sans-serif;
	margin: 0;
	padding: 0;
	color: #282828;
	background-color: #f7f7f7;
	background-image: url('../images/ace-back.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
p::selection, h1::selection, h2::selection, h3::selection { background-color: #320101; color: #fff;}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection { background-color: #320101; color: #fff; }


/* -------------------- General Styles -------------------- */

.container {
	width: 80%;
	margin: auto;
	box-sizing: border-box;
	padding: 50px 0;
}
.fl {
	float: left;
	clear: left;
	width: 20%;
	margin-bottom: 5px;
	font-weight: bold;
}
.fr {
	float:right;
}
.c {
	clear:both;
}
p {
	line-height:1.6em;
}
img {
	border-style: none;
}
h1,h2,h3 {
	font-weight: 300;
}
.container h2, .blogcolb h2 {
	margin: 50px 0;
	color: #c7a770;
}
.center {
	text-align:center;
}
.absol {
	position:relative;
}
.line {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
}
.half {
	width: 68%;
}
.halfsm {
	width: 30%;
}
.red p {
	color: white;
	background-color: maroon;
	padding: 5px;
	box-sizing: border-box;
}

/* -------------------- Padding and Margins -------------------- */

.down {
	margin-bottom:80px;
}
.drop, .move {
	margin-top: 40px;
}
.nm {
	margin-bottom: -20px;
}
.alignright {
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.alignleft {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pad {
	padding: 40px 0;
}
.button a {
	background-color: #000;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border: solid 1px #f5f5f5;
}
.button a {
	background-color: #000;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border: solid 1px #f5f5f5;
}
/* -------------------- Flex -------------------- */
.grid {
	display: flex;
}
.links {
	display: flex;
	flex-wrap: wrap;
}
.space {
	justify-content: space-between;
}

/* -------------------- Header -------------------- */
.head {
	height: 100vh;
	overflow: hidden;
}
.inner {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
}
.sticky {
	background: rgba(0, 0, 0, 0.8);
}
.sticky img {
	height: 35px!important;
	width: auto;
}
.sticky i {
	color: #85879c;
	display: none;
}
.topbar {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	display: flex;
	transition: all 0.5s ease-in-out;
}
.topbar img {
	width: auto;
	height: 75px;
	transition: all 0.5s ease-in-out;
}
.topnav {
	align-self: center;
}
.logosm {
	width: 200px;
	padding: 20px;
	box-sizing: border-box;
	margin: auto;
}
.logosm img {
	width: 100%;
	height: auto;
}
.pagetitle {
	width: 100%;
	text-align: center;
	color: #202020;
	margin-top: -20px;
	background-image: url();
}
.pagetitle h1 {
	font-size: calc(1em + 1.6vw);
	margin: 10px 0;
}
.feature img {
	z-index: -9999;
	background: rgba(0, 0, 0, 1);
	overflow: hidden;
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}


.slogan {
	z-index: 99;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	box-sizing: border-box;
	padding: 60px;
	width: 30%;
	box-shadow: 0 10px 40px #202020;
	animation: fade 2s;
	opacity: 0;
	animation-fill-mode:forwards;
}
.big, .small, .slogan p, .sloganinner {
	animation: fade 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	opacity: 0;
	animation-fill-mode:forwards;
}
@keyframes fade {
  0% {
    opacity: 0
  }
	50% {
		opacity: 0.5;
	}
  100% {
    opacity: 1;
  }
}
.sloganinner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 60px;
	align-self: center;
}
.sloganinner p {
	font-size: 20pt;
	margin: 0;
}
.sloganinner a {
	color: #fff;
}
.sloganinner i {
	margin-top: 30px;
	font-size: 20pt;
}
.border {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 3px solid #f5f5f5;
	z-index: -1;
}
.bordersm {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 3px solid #f5f5f5;
	opacity: 0.6;
}
.bordersm a {
	display: block;
	height: 23vh;
}
.small {
	font-size: calc(1em + 2.5vw);
}
.big, .btxt{
	font-size: calc(1em + 3.6vw);
}
.small, .big, .pagetitle h1 {
	padding: 0;
	letter-spacing: -3px;
	font-weight: bold;
}
.big {
	margin-top: -40px;
	margin-bottom: -20px;
	color: #59636b;
}
/* -------------------- User Layout -------------------- */

button, .redbutton, .greenbutton {
	padding: 10px;
	cursor: pointer;
	border: none;
	color: #fff;
	transition: all 0.5s ease-in-out;
	flex-grow: 1;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
}
.redbutton {
	background-color: maroon;
}
.greenbutton {
	background-color: #27ae60;
}
button {
	background-color: #4c1036;
}
button:hover {
	background-color: #85879c;
}
.container input, .container select {
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.5s ease-in-out;
	border: solid 1px #ccc;
	background-color: #FDFDFD;
	margin-bottom: 5px;
	font-weight: bold;
	color: #493c4c;
	border-radius: 5px;
}
.container input {
	width: 76%;
}
.container select, #froac1, #ltoac1  {
	width: 36%;
}
.container input:focus, .container select:focus {
	background-color: #eaeaea;
	border-color: #493c4c;
}
.container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container ol {
	padding-left: 20px;
}
.container li a {
	color: #373737;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
.container li a:hover {
	color: #fff;
	background-color: #373737;
	padding-left: 10px;
}
.people {
	margin-bottom: 20px;
}
/* -------------------- Select Walks -------------------- */
.select-walks {
	width: 30%;
	box-sizing: border-box;
	margin-top: 40px;
}
.select-walks:nth-last {
	margin-bottom: 40px;
}
.select-walks h2, .select-walks p {
	margin: 0;
}

.select-walks a {
	color: #4c1036;
	background-color: #fff;
	border: solid thin #dfdfdf;
	display: block;
	padding: 30px;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
.select-walks a:hover {
	background-color: #4c1036;
	color: #fff;
}
.bold {
	font-weight: bold;
}
/* -------------------- Video -------------------- */

.videocontainer {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
}
.videocontainer img {
width: 100%;
}
.videocontainerin {
	width: 100%;
	height: 58vh;
	overflow: hidden;
	position: relative;
}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: -10;*/
}
.video-responsive {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -------------------- Navigation -------------------- */

nav {
	width: 100%;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#nav li {
	float: left;
	flex-grow: 1;
}
#nav li a {
	display: block;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#nav li a:hover {
	color: #CBA66C;
}

/* -------------------- Drop-Down -------------------- */
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background-color: #493c4c;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	display: block;
	padding: 10px;
	color: #fff; text-decoration: none;
}
nav ul ul {
	background: #283169; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: #fff;
}
nav ul ul li a:hover {
	background: #3C4D69;
	color: #DAC021;
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

/* Mobile Navigation */
.subtoggle, .subsidebar, .toggle, #subsidebartoggler {
		display:none;
}

#main-nav_responsive {
  display:block;
    z-index: 99;
      margin: 0 auto;
      width: 95%;
  }

  #main-nav_responsive li {
      list-style:none;
      margin: 0 auto;
      padding-top: 2px;
  }

  #main-nav_responsive ul {
      padding: 0px;
      height: auto;
      z-index: 10000;
  }

	#main-nav_responsive ul li a {
		display: block;
		color: white;
		text-decoration: none;
		text-align: left;
		margin: 0;
		/* background: #85879c; */
		padding: 10px;
		cursor: pointer;
	}
	#main-nav_responsive ul li a:hover {
			background: #493c4c;
	}

	#main-nav_responsive .sub-menu li a {
		background: #35342f;
		padding-left: 10px;
	}

.slideDown {
  display: block;
}
.mdisplay, .search {
	display: none;
}
#menu-main li {
	flex-grow: 1;
	width: 100%;
}
ul#menu-main {
	flex-wrap: wrap;
}

ul.sub-menu {display:none;}

.current-menu-item a, .page_item a, .current_page_item a {
	color: #fff !important;
	background: #85879c;
}
.subtoggle, .subsidebar, .toggle, #subsidebartoggler {
		display:block;
}
.subpage-wrap {
	position: fixed;
	right: 30px;
	top: 10px;
}
.subtoggle {
	transition: all 0.5s ease-in-out;
	z-index: 99999999;
	cursor: pointer;
	font-size: 30pt;
	color: #202020;
}
.subtoggle:hover {
	color: #d4d4d4;
}
.subsidebar {
	overflow: scroll;
	position: fixed;
	top: 0;
	bottom: 0px;
	right: -100%;
	transition: all 0.5s ease-in-out;
	width: 380px;
	padding: 70px 20px 0 20px;
	background: #000;
	color: #fff;
	z-index: -9;
	opacity: 1;
	box-sizing: border-box;
}
.subsidebar h2 {
	margin:0 0 20px 10px;
}
#subsidebartoggler, .didyouknow {
	display: none;
}
#subsidebartoggler:checked + .subpage-wrap .subsidebar {
	right: 0px;
}
#subsidebartoggler:checked + .subpage-wrap .subtoggle {
	color: #fff;
}
#subsidebartoggler:checked + .subpage-wrap .subpage-content {
	padding-left: 180px;
}
.toggle {
	height:40px;
	width:40px;
  text-decoration: none;
  color: black;
	transition: all 0.5s ease-in-out;
  position: absolute;
  top: 45px;
  left: 20px;
  z-index: 1;
  cursor: pointer; }

.sidebar {
	overflow: scroll;
	position: fixed;
	top: 55px;
	bottom: 0px;
	left: -415px;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	width: 315px;
	padding-top: 100px;
	background: #BA4C57;
	color: #fff;
	z-index: 98;
}
#sidebartoggler {
  display: none; }
  #sidebartoggler:checked + .page-wrap .sidebar {
    left: 0px; }
  #sidebartoggler:checked + .page-wrap .toggle {
    left: 10px; }
  #sidebartoggler:checked + .page-wrap .page-content {
    padding-left: -180px;
}
.subtoggle img, .menublog img {
	width: 100%!important;
	height: auto!important;
	transition: all 0.5s ease-in-out;
}
.menublog img:hover {
	opacity: 0.8;
}
/* -------------------- Menu Blog -------------------- */
.menublog {
	color: #5f5f5f;
	margin-bottom: 40px;
	border-bottom: solid 1px #5f5f5f;
	padding-bottom: 20px;
	transition: all 0.5s ease-in-out;
	border-top: solid 1px #5f5f5f;
	padding-top: 30px;
}
.menublog:hover {
	color: #f5f5f5;
}
.menublog h2 {
	position: absolute;
	bottom: 0;
}
.menublog a {
	color: #fff;
	text-decoration: none;
}
.date {
	font-size: 8pt;
}
.socialmedia {
    top: 30px;
    position: absolute;
		display: flex;
}
.soc ul {
	list-style: none;
}
.socialmedia a {
    margin: 0 10px;
    display: block;
    color: #fff;
}
.socialmedia a:hover {
	color: #85879c;
}
.breadcrumbs {
	width: 80%;
	margin: 40px auto 0 auto;
}
.breadcrumbs h2 {
	color: #4c1036;
	font-weight: bold;
}
.social {
	position: absolute;
	box-sizing: border-box;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	font-size: 30pt;
	right: 0;
	top: -10px;
}
.sodisplay {
	opacity: 0.6;
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li {
	margin-bottom: 20px;
	font-size: 15pt;
}
.social a {color: #202020;}
/* -------------------- Welcome -------------------- */

#welcome {
	height: 100vh;
	padding: 100px 50px;
	box-sizing: border-box;
	background: #151515;
	color: #fff;
}
.tour {
	width: 30%;
	margin-right: 30px;
}
.blogcol {
	width: 25%;
	margin-right: 30px;
}
.tour img, .blogcol img, .entry img {
	width: 100%;
	height: auto;
}
.tourdesc, .blogcolb {
	width: 70%;
}
.blogcolb {
	box-sizing: border-box;
	padding: 0 50px;
	order: -1;
}
.banner {
	margin-top: -15px;
}
ul.scrollwrap {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.scrollwrap li {
	display: inline-block;
	width:33%;
}
.scrollwrap li {
	white-space: normal;
}
.scroll {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.sc {
	display: inline-block;
}
/* -------------------- Gallery -------------------- */

.gallery{
	display: flex;
	flex-wrap: wrap;
}
.gallery-item {
	width: 20%;
	flex-grow: 1;
	margin: 5px;
}
.gallery-item img {
	width: 100%;
	height: auto;
}
.gallery-item img:hover {
	opacity: 0.6;
}

/* -------------------- Blog -------------------- */
.blogcontainer {
	margin: 100px auto;
	width: 80%;
}
.blogcontainermain {
	margin: 100px auto;
	width: 60%;
	flex-wrap: wrap;
}
.nxtlinks {
	width: 80%;
	margin: auto;
}
.blogpic a {
	text-decoration: none;
	color: #5f5f5f;
}
.blogpic h2 {
	margin-bottom: 2px;
	font-size: 13pt;
}
.bdate {
	font-size: 8pt;
}
.blogcol .bx-controls {
	padding-top: 80px;
}
.blogpost {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	margin-bottom: 100px;
	margin-right: 30px;
	padding-bottom: 40px;
	width: 28%;
	border-bottom: solid thin #d4d4d4;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.display {
	opacity: 1;
}
.blogpost:nth-last.left-child(1) {
	border-bottom: solid thin #fff;
}
.blogpostimg {
	width: 100%;
	align-self: baseline;
	transition: all 0.5s ease-in-out;
}
.blogposttxt {
	width: 100%;
	align-self: center;
	text-align: center;
	margin-top: 20px;
}
.blogposttxt h2 {
	margin: 0;
}
.blogposttxt h2 {
	font-size: calc(1em + 0.1vw);
}
.blogpost img {
	width: 100%;
	height: auto;
}
.blogpostimg:hover {
	opacity: 0.6;
}
.blogposttxt a {
	color: #5f5f5f;
	text-decoration: none;
}
.blogcolb > p:first-child::first-letter {
	float: left;
	font-size: 76px;
	line-height: 63px;
	text-align: center;
	margin: 0px 10px 0 0;
}
.meta-categories {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 7px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.meta-categories a:first-child::before, .meta-categories a:last-child::after {
	content: "";
	position: absolute;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	top: 50%;
	width: 15px;
}
.meta-categories a::before, .meta-categories a::after {
	border-color: #c7a770;
}
.meta-categories a::before {
	right: 100%;
	margin-right: 5px;
}
.meta-categories a::after {
	left: 100%;
	margin-left: 7px;
}
.post-title {
	font-size: 41px;
	line-height: 44px;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
}
.middle {
	width: 100%;
}
.page-numbers {
	padding: 10px;
	border: solid thin #757575;
	background-color: #757575;
	color: #fff;
	text-decoration: none;
}
.page-numbers:hover {
	background-color: #5f5f5f;
	color: #fdfdfd;
	border: solid thin #fff;
}
.current {
	color: #fff;
	background-color: #5f5f5f;
}
.linkleft, .linkright {
	flex-grow: 1;
	width: 40%;
	text-align: center;
	border-top: solid thin #d4d4d4;
	padding: 40px 0;
}
.linkright:nth-of-type(1n) {
	border-left: solid thin #d4d4d4;
}
.linkleft h3, .linkleft p, .linkright h3, .linkright p {
	margin: 0;
}
.linkleft a, .linkright a {
    text-decoration: none;
    color: #5f5f5f;
		display: block;
}

/* ------------------------ Help------------------------ */
.help h4 {
	margin-bottom: 0;
}
.helpme {
	box-sizing: border-box;
	padding: 10px;
	border: solid thin #d4d4d4;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#openbutton {
	cursor: pointer;
}
#openbutton:hover {
	color: #4c1036;
}

/* -------------------- Paralax -------------------- */

#tours {
	background-image: url('images/highland.jpg');
	background-size: cover;
	background-attachment: fixed;
	height: 50vh;
	color: #fff;
	box-sizing: border-box;
}
#toursw {
	background-image: url('images/whisky.jpg');
	background-size: cover;
	background-attachment: fixed;
	height: 50vh;
	color: #fff;
	box-sizing: border-box;
}
#luggage {
	background-color: #151515;
	height: 100vh;
	box-sizing: border-box;
	padding: 50px 0;
	color: #fff;
}

/* -------------------- Tour Listings -------------------- */
.tourinfo {
	width: 80%;
	margin: 50px auto;
}
.vertical {
	position: absolute;
	right: -30px;
	transform: rotate(90deg);
}
.vertical a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	background-color: #151515;
}
.link {
	width: 40%;
	flex-grow: 1;
	margin: 20px;
	text-align: center;
}
.linkpic {
	width: 100%;
	position: relative;
}
.linkpic img {
	width: 100%;
	height: auto;
}
.linkdesc {
	margin-top: 10px;
	width: 100%;
	border-top: solid thin #dfdfdf;
}


/* -------------------- Footer -------------------- */


footer {
	border-top: solid thin #d4d4d4;
	/* border-bottom: solid thin #d4d4d4; */
	padding-top: 20px;
	margin: auto;
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	text-align: center;
	font-size: 8pt;
}
footer, .copyright {
		width: 80%;
}
.copyright {
	padding-top:10px;
	font-size: 8pt;
	margin: 10px auto;
	text-align: center;

}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer li {
	flex-grow: 1;
	line-height: 1.6em;
}
footer li a {
	margin-right: 10px;
	color: #282828;
}
.copyright a {
	color: #282828;
	text-decoration: none;
}
footer a:hover, .copyright a:hover {
	color: #4c1036;
}
.fleft {
	align-self: center;
}
.fleft i {
	margin-top: 20px;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 0 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index:97;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: -20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 97;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for mobile devices


*/
@media screen and (max-width: 1500px) {
	.blogcontainermain {
		width: 80%;
	}
	.small, .big, .pagetitle h1 {
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 1150px) {

.container, footer, .breadcrumbs, .copyright {
	width: 95%;
}
.slogan {
	width: 60%;
}
.big {
	margin-top: -30px;
}
#welcome {
	height: 100%;
}
.grid {
	flex-wrap: wrap;
}
.tour, .tourdesc {
	width: 100%;
	margin-right: 0;
}
.tourdesc {
	margin-top: 40px;
}
.tour img {
	display: none;
}
.blogcol, .blogcolb {
	width: 100%;
}
.blogcolb {
	order: -1;
	margin-bottom: 40px;
	padding: 0 10px;
}
}


@media screen and (max-width: 1050px) {

.feature img {
	width: 150%;
	height: auto;
}
.slogan {
	width: 70%;
}
button {
	width: 40%;
}
.half, .halfsm {
	width: 100%;
	flex-grow: 1;
}
.people {
	margin-top: 40px;
}
.select-walks {
	width: 45%;
	box-sizing: border-box;
	flex-grow: 1;
	margin: 40px 10px 0 10px;
}
}

@media screen and (max-width: 780px) {

.slogan {
	display: none;
}
.head {
	height: 45vh;
	overflow: hidden;
}
.feature img {
	width: 100%;
}
.link {
	width: 100%;
	flex-grow: 1;
	margin: 20px 0;
}
.fleft {
	width:100%;
	margin-bottom: 40px;
}

.blogpost {
	width: 40%;
}

.blogpostimg, .blogposttxt {
	width: 100%;
}
.select-walks {
	width: 100%;
	margin: 40px 0 0 0;
}
}
@media screen and (max-width: 540px) {

.subsidebar {
	width: 100%;
}
.gallery-item {
	width: 50%;
}
.blogpost {
	width: 100%;
	margin-right: 0;
}
.fl {
	width: 100%;
}
.container input {
	width: 100%;
}
.container select, #froac1, #ltoac1 {
	width: 100%;
}
.social {
	top: -30px;
	font-size: 20pt;
}
}
@media screen and (max-height: 420px) {
	.head {
	height: 100vh;
	overflow: hidden;
}
.inner {
	height: 45vh;
}
}

@media screen and (max-width: 400px) {

	#welcome {
		padding: 100px 10px;
	}
	.fleft img {
	width: 100%;
}
.container button {
	width: 100%;
	box-sizing: border-box;
}
.head {
height: 50vh;
overflow: hidden;
}
.feature img {
	width: 150%;
}
#tours {
	background-position: 80% center;
	background-position-x: 80%;
}
.linkleft, .linkright {
	flex-grow: 1;
	width: 100%;
}
.linkright:nth-of-type(n) {
	border-left: none;
}
}
