/*
	Theme Name: Innermedia Base
	Theme URI: http://www.innermedia.co.uk

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Catamaran', sans-serif;
  font-size:16px;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
  height:auto;
}
a {
	color:#1a5699;
	text-decoration:none;
}
a:hover {
	color:#1a5699;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	//border:1px solid #04A4CC;
}
p {
  margin-bottom:1em;
}
blockquote {
    padding: 15px 20px;
    background:#e1e0e0;
    margin:1.5em 0;
    color:#1a5699;
    font-size: 1.11em;
    line-height:1.2;
    border-left: 12px solid #1a5699;
    font-style:italic;
    text-align:center;
}
h1 {
  font-size:2.7778em;
  font-weight:900;
  color:#1a5699;
  text-transform:uppercase;
  margin:0.6em 0;
}
h2 {
  font-size:1.95em;
    font-weight:700;
  color:#1a5699;
  text-transform:uppercase;
}
h3{
font-size:1.45em;
}
article h3{
font-size:1.45em;
    font-weight:700;
  color:#1a5699;
  text-transform:uppercase;
}
h2.faqGroup {
  margin:1.3em 0 0em;
}
.faqToggle {
  padding-bottom:12px;
  border-bottom:solid 1px #f5c802;
  margin-bottom:25px;
}
.faqToggle h3 {
  margin-bottom:0;
  cursor:pointer;
}
.faqToggle .toggleText{
  padding:5px 0;
  display:none;
}
.bkHound button{
  display:none;
}
#map {
  width:100%;
  height:550px;
}
.gallery-item {
  padding:0 1% 0 0;
  margin:10px 0 0 0;
}
/*alerts*/
#alert {
	font-size:16px;
	background:#1a5699;
	color:#fff;
	display:none;
}
.no-js #alert {
	display:block;
}
#alert .alertText {
	min-height:140px;
}
#alert .alertHeader{
	font-size:1.25em;
	color:#f9cf22;
	font-weight:700;
	line-height:1.1;
	text-transform:uppercase;
}
#alert .container {
	position:relative;
}
#alert .alertText {
	padding:30px 00% 30px 20%;
}
#alert .alertIcon {
	width:50px;
	height:50px;
	margin-left:-25px;	
	display:block;
	background:url(img/alert-info.png) no-repeat center;
	background-size:cover;
	position:absolute;
		left:10%;
		top:36px;
}
#alert .alertClose {
	cursor:pointer;
	width:22px;
	height:22px;
	top:10px;
	right:0;
	margin-right:11px;
	display:block;
	background:url(img/alert-close.png) no-repeat center;
	background-size:cover;
	position:absolute;
}
#landTourNotice {
	max-width:380px;	
}
#landTourNotice .landTourTitle {
	font-size:1.3em;
	font-weight: 900;
    color: #1a5699;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/*columns*/
.columnWrap  {
  width:103%;
  margin-lefT:-1.5%;
}
.columnWrap .col{
  float:left;
  width:50%;
  padding:0 1.5%;
}
.columnWrap.cols3 .col{
  width:33%;
}
.columnWrap.cols4 .col{
  width:25%;
}
/* header */
.topBanner {
  background:#f9cf22;
  color:#1a5699;
    font-size: 22px;
  line-height:2.2em;
  text-align:center;
  position:relative;
}
.topBanner a{
  color:#1a5699;

}
.handle{  
  padding: 0 0.4em;
  display:none;
}
.trsCol{
  display:inline-block;
}
.ticketsCol {
  display:inline-block;
}
.topBanner .smCol {
  background:#1a5699;
  color:#fff;
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;
  clear:both;
  display:none;
}
.topBanner .smCol a{
  color:#fff;
}
.topBanner .smCol .socialMedia{
    padding: 0 0.4em;
}
.socialMedia a,
.socialMedia a{
  color:#fff;
  font-size:17px;
  display:inline-block;
  width:2.8em;
  height:2.8em;
  line-height:2.8em;
  text-align:center;
  vertical-align:middle;
  border:solid 2px;
  border-radius:50%;
  background:#1a5699;
  margin:0 0.2em;
  transition:all 300ms;
}
.socialMedia a:hover,
.socialMedia a:hover{
  background:#fff;
  color:#1a5699;
}
.socialMedia,
.socialMedia {
    white-space: nowrap;
}
.topBanner .socialMedia a {
  font-size:0.68em;
}
.arrowEnd .socialMedia a{
  color:#1a5699;
    background:#f9cf22;
}
.arrowEnd .socialMedia a:hover{
  background:#1a5699;
  color:#fff;
}
.header {
  padding:10px 0;
  line-height:160px;

  background-repeat:no-repeat;
  background-position:right bottom;
}
.header *{
  line-height:initial;
  line-height:1.3;
}
.mobileTagline {
  position:relative;
  z-index:110;
  top:-50px;
  margin-bottom:-20px;
}
.mobileTagline .tagText {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    color:#ec7823;
  background: -webkit-linear-gradient(#f5ca01, #ec7823);
  -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.mobileTagline .mobTel {
  font-size:30px;
  font-weight:900;
  color:#1a5699;
  background:#f9cf22;
  position:relative;
  padding-right:100px;
  padding:5px 15px;
  margin:30px 0 0;
}
.mobileTagline .mobTelOverlay {
  overflow:hidden;
  margin-bottom:30px;
}
.mobileTagline .mobTel a{
  text-decoration:none;
}
.mobileTagline .mobTel a:hover{
  color:#ec7624;
}
.mobileTagline .mobTel .howToFind img{
  width:130px;
  position:absolute;
  right:-22px;
  bottom:0;
}
/* logo */
.logo {
  text-align:center;
    vertical-align:middle;
    margin:10px 0;
      display:inline-block;
  text-align:left;  
  margin:0;
    margin-right:20px;  
    position:relative;
    z-index:110;
}
.logo-img {
  max-width:120px;
  margin-top:-25px;
}
.headerTel {
  text-align:center;
  vertical-align:middle;
  margin:10px 0;
  display:none;
  }
.headerTel a,
.headerTel .tel {
  font-size:26px;
font-weight:900;
color:#1a5699;
}
.headerTel a:hover {
  color:#f9cf22;
  text-decoration:none;
}
.headerStrapline{
  text-align:center;
  vertical-align:middle;  
text-transform:uppercase;
font-size: 25px;
line-height:30px;
font-weight:900;
color:#ec7823;
  background: -webkit-linear-gradient(#f5ca01, #ec7823);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
margin:10px 0;
display:none;
  }
/* nav */
.menuIcon {
  position:relative;
  display:inline-block;
  vertical-align: middle;
  margin-left:10px;
  width: 36px;
}
.menuIcon  span,
.menuIcon  span:before,
.menuIcon  span:after{
  cursor: pointer;
  border-radius: 0px;
  height: 6px;
  width: 36px;
  background: #f5cb01;
  position: absolute;
  display: block;
  content: '';
}
.menuIcon  span:before {
  top: -12px; 
}
.menuIcon  span:after {
  bottom: -12px;
}
.menuIcon  span, .menuIcon  span:before, .menuIcon  span:after {
  transition: all 300ms ease-in-out;
}
.menuIcon .active span {
  background-color: transparent;
}
.menuIcon .active span:before, .menuIcon .active span:after {
  top: 0;
  left: 6px;
}
.menuIcon .active span:before {
  transform: rotate(45deg);
  width:38px;
}
.menuIcon .active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
  width:38px;
}
.navContainer{
  line-height:160px;
  float:right;
  position:relative; 
}
.nav {
  line-height:initial;
  display:inline-block;
  vertical-align:middle; 
  font-size:20px;
  color:#1a5699;
}
.nav ul{
  padding:0;
  margin:0;
  list-style:none;
}
.nav .menu{
  position:absolute;
  top:100%;
  right:0;
  display:block;
  display:none;
}
/* sidebar */
.sidebar {

}
.sidebar .sidebar-widget >div{
  margin:10px 0 20px;
}
/* footer */
.footer {
  font-size:16px;
  color:#1a5699;
}
.footer .footerTop{
  color:#fff;
  background-image:url(img/footer-bg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  padding:20px 0 60px;
  margin:60px 0 15px;
}
.footer .footerTop a{ 
  color:#fff;
}
.footer .footerTop a:hover{ 
  color:#f9cf22;
  text-decoration:none;
}
.footerTop h3{
  font-size:1.625em;
  color:#ffea03;
  margin:20px 0 15px 0;
}
.footer  .footerTop h3 a{
  color:#ffea03;
}
.footer .footerTop h3 a:hover{
  color:#fff;
}
.footerTop .menu li{
	margin-bottom:5px;
}
.footerTop .menu a{
  //display:block;
  text-decoration:none;
}
.footerTop .menu a:hover{
	text-decoration:underline;
  color:#f9cf22;  
}
.footerTop ul {
  list-style:none;
  padding:0;
  margin:0;
}
.footerTop  h4 {
  margin:0;
  padding:1.5em 0 0;
  font-size:1em;
  text-transform:uppercase;
}
.footerTop .socialMedia {
  text-align:right;
}
.news-title{
	text-transform:uppercase;
}
.news-item{
margin-bottom:30px;
}
.news-text{
margin-right: 10%;
}
.basefoot{
    padding: 10px 15px 30px;
}
#footer-carousel {
  position:relative;
  margin:45px 0 0;
}
#footer-carousel .owl-prev,
#footer-carousel .owl-next {
  position:absolute;
  width:56px;
  height:94px;
  top:50%;
  margin-top:-47px;
  background-color:#1a5699;
  background-position:center;
  background-repeat:no-repeat;
  cursor:pointer;
}
#footer-carousel .owl-prev:hover,
#footer-carousel .owl-next:hover {
  background-color:#f9cf21;
}
#footer-carousel .owl-prev{
  left:0;
    background-image:url(img/arrow-left.png);
}
#footer-carousel .owl-next {
  right:0;
    background-image:url(img/arrow-right.png);
}
#footer-carousel a{
  display:block;
  border:solid 1px transparent;
  overflow:hidden;
  width:100%;
  padding-top:100%;
  max-width:300px;
  position:relative;

}
#footer-carousel a:hover{

}
#footer-carousel a img{
  width:100%;
  position:absolute;
  top:0;
  left:0;
  transition:all 300ms ease-in-out;  
}
#footer-carousel a:hover img{
 transform: scale(1.1);
}
.ftCarSlide {
  
}
.gallery-page-link {
  text-align:right;
  padding-top:6px;
  padding-bottom:6px;
}
.gallery-page-link a{
  text-decoration:underline;
}
.gallery-page-link a:hover{
  color:#000;
}
.footerSponsors {
  text-align:center;
  line-height:100px;
  margin:40px 0 30px;
}
.footerSponsors a:hover {
  opacity:0.8;
}
.footerSponsors img{
  //margin:15px 0;
  vertical-align:middle;
  max-height:100px;

}
.footerSponsors .sponsorItem  {
  text-align:center;
  background:#fff;
}
.footerSponsors .sponsorCarousel .sponsorItem img{
  width:auto;
  display:inline-block;  
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
@keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	10% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
.featured {
  position:relative;
  overflow:hidden;
  min-width:100%;
  top:-80px;
      margin-bottom: -60px;
     // margin-left:-15px;
     // margin-right:-15px;
}
.featured .howToFind{
  position:absolute;
  z-index:105;
  right:0;
  bottom:-15px;
  display:inline-block;
  display:none;
}
.featured .howToFind:hover{
  animation:bounce 1200ms;
}
.featured .slide {
  position:relative;
  width:100%;
  overflow:hidden;
}
.featured .slide:before,
.featured.toursFeatured:before,
.featured:before {
  content:'';
  display:block;
  position:absolute;
  top:0;
  lefT:0;
  width:100%;
  height:80px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.featured  {
  overflow:hidden;
}

.featured .slide img.slideImg,
.featured  img.wp-post-image{
  width:205%;
  max-width:205%;
  margin-left:-50%;
}
.featured .slide.imageMiddle img.slideImg{
  margin-left:-50%;
}
.featured .slide.imageLeft img.slideImg{
  margin-left:0;
}
.featured .slide.imageRight img.slideImg{
  margin-left:auto;
  float:right;
}
.featured .slide .slideOverlay{
  position:absolute;
  padding:20px 35px;
  top:0;
  right:0;
    width:100%;
    height:100%;
    display:none;
}
.featured .slide .slideOverlay .overlayText{
  width:43%;
   float:right;
  clear:right;
}
.featured .slide .slideOverlay .overlayTickets{
  width:13.76%;
  margin:0.5% 0;
    float:right;
  clear:right;
    transition:all 300ms;
    position:relative;
}
.featured .slide .slideOverlay .overlayTickets img{
  opacity:1;
  transition:all ease-in-out 300ms;
}
.featured .slide .slideOverlay .overlayTickets .ticketsOverstate{
  position:absolute;
  top:0;
  left:0;
  opacity:0;  
}
.featured .slide a:hover .slideOverlay .overlayTickets img{
  opacity:0;
}
.featured .slide a:hover .slideOverlay .overlayTickets .ticketsOverstate{
  opacity:1;
}
.pageMain {

}
.pageSidebar {
  padding:30px 0px;
}
.pageSidebar h3{
    font-size: 2.5em;
    font-weight: 900;
    color: #1a5699;
    text-transform: uppercase;
  }
.pageSidebar .callout{
  margin:0 0 30px;
  display:inline-block;
}
.pageSidebar .callout{

}

/*home*/
.homeMain {
  background-size:0;
  padding-bottom:60px;
    position:relative;
}
.homeMain .homeMainText {
  padding-top:20px;
  background-repeat:no-repeat;
  background-position:top;
}
.homeMain h1{
  color:#ec7823;
  font-size: 40px;
  margin:25px 0;
}
.homeMain h1 strong{
  color:#1a5699;
  font-weight:900;
}
.homeMain:before {
  content:'';
  display:block;
  width:100%;
  height:240px;
  max-height:50%;
  position:absolute;
  bottom:0;
  left:0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.home .embed-container {
    position: relative;
    padding-bottom: 57.25%;
    overflow: hidden;
    margin: 0px -15px 0px -15px;
    height: 0;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.frontQuickLinks {
  background:#fff;
  padding:10px 0;
  text-align:center;
}
.frontQuickLinks a img{
    transition:all 300ms;
}
.calloutImage {
  position:relative;
  display:inline-block;
  min-height:210px;
  margin:10px 0;
}
.frontQuickLinks a:hover img{
  opacity:0;
}
.frontQuickLinks img.overstate{
  position:absolute;
  top:0;
  left:0;
  opacity:0;
}
.frontQuickLinks a:hover img.overstate{
  opacity:1;
}

.quoteCycle {
  text-align:center;
  font-size:30px;
  color:#ec7823;
  font-weight:900;
  line-height:35px;
  //text-transform:uppercase;
  margin:30px 0 50px;
}
.quoteCycle .slide {
  width:100%;
}
.quoteCycle .cycle-pager{
  position:absolute;
  bottom:-50px;
  width:100%;
}
.quoteCycle .cite{
  font-size:18px;
}
.quoteCycle .cite img{
  width:150px;
  vertical-align:middle;
}
.quoteCycle .cycle-pager span{
  width:14px;
  height:14px;
  display:inline-block;
  background:#f5c802;
  cursor:pointer;
  margin:0 5px;
}
.quoteCycle .cycle-pager span.cycle-pager-active,
.quoteCycle .cycle-pager span:hover{
  background:#ec7823;
}
/*tours*/
.featured.toursFeatured {
  min-height:360px;
  //margin-top: 30px;
  overflow:hidden;
  margin-left:-15px;
  margin-right:-15px;
}
.tourTitle {
  font-size:30px;
  line-height:35px;
  font-weight:900;
  text-transform:uppercase;
  color:#ec7823;
  background: -webkit-linear-gradient(#f5ca01, #ec7823);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #fff;
}
.tourBlurb {
    font-weight: 700;
    margin-top: 25px;
}
.featuredTourText {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+90 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
font-size:18px;
padding:15px;
position:relative;
}
a.featLink{
  display:inline-block;
  background:#f3b709;
  color:#fff;
  padding:0.86em 4px 0.65em;
  font-size:14px;
  line-height:20px;
  vertical-align:middle;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  min-width:6.3em;
  margin-right:0.5em;
  margin-bottom:0.5em;  
	margin-top: 0.75em;
    font-weight: 500;
	
}
.pageSidebar .bbut {
  text-align:center;
}
.bbut button{
	display:none;
}

.bbut a {
	display:block;
	border:1px solid #fff;
	transition:all 300ms;
  position:relative;
}
.bbut a:before {
  content:'';
  display:block;
  width:100%;
  height:30%;
  position:absolute;
  top:0;
  left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.56+46,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.56) 46%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.56) 46%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.56) 46%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.bbut a .text{
  position:absolute;
  top:0;
  left:0;
  text-transform:uppercase;
  text-align:left;
  margin:0;
  padding:0.36em 15px;
  width:100%;
  z-index:1;
}
.bbut a:hover .text{
  color:#ec7823
}
.bbut .overlayTickets{
  width:24.8%;
  margin:-0.36em 5px 0 0;
  float:left;
    transition:all 300ms;
    position:relative;
    //display:inline-block;
    vertical-align:middle;
}
.bbut .overlayTickets img{
  opacity:1;
  transition:all ease-in-out 300ms;
}
.bbut .overlayTickets .ticketsOverstate{
  position:absolute;
  top:0;
  left:0;
  opacity:0;  
}
.bbut a:hover .overlayTickets img{
  opacity:0;
}
.bbut a:hover .overlayTickets .ticketsOverstate{
  opacity:1;
}

.ticketsVouchersW button {
  background: none;
  border: 0 none;
}

.inPageTicketsVouchersW button {
  background: none;
  border: 0 none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

  .inPageTicketsVouchersW button img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

.homePageTicketsVouchersW button {
  background: none;
  border: 0 none;
}

  .homePageTicketsVouchersW button img {
    margin-right: -15px;
  }
  
  
a.featLink:hover,
a.featLink.bkLink{
  background:#1a5699;
}
a.featLink.bkLink:hover{
  background:#f3b709;
}
.tourListing{
	margin-bottom: 20px;
    overflow: hidden;
}
.tourInfo {
  width:100%;
  text-align:center;
  margin-bottom: 5px;
}
.tourIcon {
  position:relative;
  display:inline-block;
  
}
.tourIcon .tourText{
  position:absolute;
  top:16%;
  left:0;
  width:100%;
  padding:0 15.6% 0 7.8%;
  z-index:5;
      font-size: 25px;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
    color:#ec7823;
    background: -webkit-linear-gradient(#f5ca01, #ec7823);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align:left;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #fff;
}
.tourIcon .tourLinks {
  bottom:0;
  left:0;
  position:absolute;
    width:100%;
  padding:0 7.8% 0 5px;
  text-align:center;
  z-index:5;
}
.tourIcon .tourLinks a.featLink:last-child{
  margin-right:0;
}
.tourIcon:before {  
  z-index:1;
  position:absolute;
  content:'';
  display:block;
  width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.9+47,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 47%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 47%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 47%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

width:100%;
height:60%;
border-left: solid 1px #abaaad;
}
.tourIcon:after {  
  z-index:2;
  content:'';
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:0;
  right:0;
  background-image:url(img/splash-overlay.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:right top;
}
.tourIcon img{
  border:solid 1px #abaaad;
  width:100%;
}
.tourIcon:before {
  background:rgba(0,0,0,0.25);
  height:100%;
}
.tourIcon .tourText {
  background:none;
  color:#fff;
  -webkit-text-fill-color: #fff;
      -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: none;
    width:85%;
}
.featuredTourText {
  background:none;
}
#page {
  position:relative;
}
.toursub {
font-size:14px;
clear:both;
color:#1a5699;
padding:10px 0;
text-align:center;
font-weight:700;
}
/*tourCarousel*/
.tourCarousel {
  width:100%;
  background-image:url(img/carousel-bg-sm.jpg);
  padding:30px 0 45px 0;
}

.carouselItem {
	background: #fff;
    font-size: 16px;
    max-width: 310px;
  margin:0 auto;    
}
.carouselItem .carImage {
  max-height:260px;
    transition:300ms linear all;
  background-color:#fff;
}
.carouselItem h3{
font-size: 1.625em;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    color: #1a5699;
    transition: 300ms linear all;
    position: relative;
    background-color: #fff; 
    min-height:3em;
}
.carouselItem .carouselMore{
    display: block;
    background: #f9cf21;
    color: #1a5699;
    padding: 7px 4px 3px;
    font-size: 22px;
    line-height: 30px;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    position: relative;
	position: absolute;
    bottom: 0;
    width: 100%;
}
.carouselItem .carItemtxt {
padding: 0 20px 5px;
    position: relative;
    transition: 300ms linear all;
    background-color: #fff;
    color: #7b7b7c;
	height: 400px;
}
.carouselItem a {
    text-decoration: none;
    display: block;
    position: relative;
    background-image: url(img/carousel-splash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height: 500px;
    overflow: hidden;
}
.carouselItem .carAlert {
	text-align:Center;
	max-height:260px;
	position:relative;
	    font-size: 20px;
}
.carouselItem .carAlert p{
	position:absolute;
	width:100%;
	text-align:center;
	padding:10px;
	top:50%;
	left:0;
	transform:translateY(-50%);
	margin:0;
}
.carouselItem .carAlert span{
	font-size:1.5em;
}
.carouselItem .carAlert:before {
	content:'';
	display:block;
	width:100%;
	position:relative;
	padding-top:87.0967%;
}
.carouselItem a:hover,
.carouselItem a.disabled {
    text-decoration: none;
    display: block;
    color: #fff;
}
.carouselItem a:hover:before,
.carouselItem a.disabled:before {
  opacity:1;
}
.carouselItem img{
  width:100%;
    transition:300ms linear all;  
}
.carouselItem a:hover .carItemtxt,
.carouselItem a.disabled .carItemtxt {
    background-color: transparent;
    color: #fff;
}
.carouselItem a:hover h3,
.carouselItem a.disabled h3 {
    color: #f9cf21;
    background-color: transparent;
}
.carouselItem a:hover img,
.carouselItem a.disabled img {
    opacity: 0;
}
.carouselItem a:hover .carImage,
.carouselItem a.disabled .carImage {
    opacity: 0;
}
.carouselItem a:hover .carouselMore,
.carouselItem a.disabled .carouselMore{
  background:#fff;
}
.tourCarousel .carItem{
  //padding:15px 20px 0;
}
.tourCarousel .active:nth-of-type(3) .carItem{
  //padding:0;
}
.tourCarousel .active:nth-of-type(3) a{
	//height: 585px;
}
#tourCarousel{
  position:relative;
}
#tourCarousel .owl-prev,
#tourCarousel .owl-next {
  position:absolute;
  width:56px;
  height:94px;
  top:50%;
  margin-top:-47px;
  background-color:#1a5699;
  background-position:center;
  background-repeat:no-repeat;
  cursor:pointer;
}
#tourCarousel .owl-prev{
  left:0;
    background-image:url(img/arrow-left.png);
}
#tourCarousel .owl-next {
  right:0;
    background-image:url(img/arrow-right.png);
}

#tourCarousel .owl-prev:hover,
#tourCarousel .owl-next:hover {
  background-color:#f9cf21
}




/* route */
.routeMap {
  background-image:url(img/tour-bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
.routeMap h2 {
  font-size:2.7778em;
}
.routeIcon {
  font-size:20px;
  text-transform:uppercase;
  text-align:center;
  color:#1a5699;
}
.routeIcon a:hover img{
  opacity:0.7;
}
.routeIcon a:hover,
.routeIcon a:focus {
  color:#ec7823;
  text-decoration:none;
}
.routeIcon p{
  margin:5px 0 0;
  font-weight:700;
}
.arrowStart {
  margin:15px auto;
  text-align:center;
}

.arrowEnd  {
  text-align:center;
  position:relative;
  clear:both;
    margin:15px -45px 30px;
}
.arrowEnd  img{

}
.arrowEnd  .socialMedia {
  text-align:center;
  padding:10px;
}
.routeMap .container{
  padding:0 52px;/
}
.routeIcon {
  position:relative;
  height:407px;
}
.routeIcon.mobEven:before,
.routeIcon.mobOdd:before {
content: '';
    display: block;
    width: 52px;
    height: 70px;
    position: absolute;
    background: url(img/arrow-down-right.png) no-repeat;
    background-position: center;
    left: 50%;
    z-index: 0;
    margin-left: -26px;
    bottom: 100%;
    margin-bottom: 0px;
}
.routeIcon a {
  position:relative;
  z-index:2;
  display:inline-block;
}



/* menu toggle */
.menu-burger{
    float: right;
    margin-top: 20px;
    margin-bottom:20px;
	cursor:pointer;
}
.menu-toggle{
    width: 55px;
    height: 45px;
	display: inline-block;
    vertical-align: middle;
}
.menu-text{
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    color: #1a5699;
}
.menu-toggle span{
    width: 45px;
    height: 8px;
    margin: 5px;
    background-color: #f9cf22;
    display: block;
	transition:all 300ms;
}
.menu-toggle span:nth-child(1){
    transform-origin: 20px 11px;
}
.menu-toggle span:nth-child(3){
    transform-origin: 20px -2px;
}
body.menuopen .menu-toggle span:nth-child(1){
	transform:rotate(135deg);
}
body.menuopen .menu-toggle span:nth-child(2){
	opacity:0;
	transform:rotate(360deg);
}
body.menuopen .menu-toggle span:nth-child(3){
	transform:rotate(-135deg);
}





/* menu */

.close-link {
    padding: 10px;
}

.close-link span {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #f9cf22;
    border-radius: 100%;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
    color: #000000;
    margin-left: auto;
    cursor: pointer;
}
.close-link:hover span {
  background-color:#ec7823;
}
#menu-main-menu{
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height:1.3;
}
#menu-main-menu  li{
	position:relative;
}
#menu-main-menu > li{
	display:inline-block;
}
#menu-main-menu li a{
	padding: 15px;
    color: #000;
    display: inline-block;
    font-size: 16px;
}
#menu-main-menu li a:hover{
  color:#f9cf22;
  text-decoration:none;
}
#menu-main-menu li ul{
	display:none;
	position:absolute;
	left:0;
    padding: 0;
    z-index: 999;
}
#menu-main-menu li ul{

}
#menu-main-menu li ul li {
	display:block;
}
#menu-main-menu li ul li a{
	background-color:#f5f5f2;
	display:block;
	//width:280px;
}
#menu-main-menu li:hover > ul{
	display:block;
}
#menu-main-menu li:hover > a{

}
#menu-main-menu li ul ul li{
background-color: rgba(255,255,255,0.6);
}
#menu-main-menu li ul ul li ul{
background-color: rgba(255,255,255,0.4);
}
#menu-main-menu li ul ul li a{
  background:none;
}
#menu-main-menu li ul li ul{
	top:0;
	left:100%;
}



	#navbar{
		position: fixed;
		left: -260px;
		top: 0;
		transition: left 500ms;
		background-color: #1a5699;
		z-index: 9999;
	    height: 100%;
		width: 250px;
		overflow-x: hidden;
		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        direction: rtl;
	}
	body.menuopen  #navbar{
		left:0;
		top: 0;
	}
	body.admin-bar  #navbar{
		top: 32px;
	}
	@media screen and (max-width: 782px){
		body.admin-bar  #navbar{
			top: 46px;
		}
	}
	

	#navbar .menu-main-container{
		position: absolute;
		height: 100%;
		overflow-y: auto;
	}
	#menu-main-menu{
		margin:0;
		margin-bottom:50px;
    direction:ltr;    
	}
	#menu-main-menu li{
		display: block;
		background-color: #1a5699;
		width:100%;
		border-top:1px solid #fff;
	}
	#menu-main-menu li a{
		padding: 10px 20px;
		color:#fff;
		display: inline-block;
	    background-color: #1a5699;
	}
	#menu-main-menu li.menu-item-has-children > a{
		margin-right:40px;
	}
	#menu-main-menu li.menu-item-has-children > span{
		width: 40px;
		height: 40px;
		line-height:44px;
		color: #fff;
		position: absolute;
		right: 0px;
		text-align: center;
		top: 0px;
		font-size: 20px;
		transition:transform 300ms;
    z-index:2;
    cursor:pointer;
    background:#769AC2;
	}
  #menu-main-menu li.menu-item-has-children > span:after{
    content:'>';
    display:block;
    line-height:44px;
  }
  #menu-main-menu .sub-menu li.menu-item-has-children > span{
  background:#1a5699
  }
	#menu-main-menu li.open.menu-item-has-children > span:after{
		transform:rotate(90deg);
		transition:transform 300ms;
	}
  #menu-main-menu li.menu-item-has-children> span:hover{
  background:#fff;
  color:#000;
  }
	#menu-main-menu li li a {
		padding-left: 30px;
	}
	#menu-main-menu li li li a {
		padding-left: 50px;
	}
	#menu-main-menu li ul{
		position: relative;
	    background-color: #1a5699;
	}
	#menu-main-menu li ul li a {
		background-color: #f9cf22;
    color:#1a5699;
	}
  #menu-main-menu li ul li a:hover {
    background:#1a5699
  }
	
	body.menuopen  #menu-main-menu li:hover > ul { 
		display: none;
	}	
	
	body.menuopen  #menu-main-menu li.open > ul {
		display: block;
	}	
	

	
	
	#menu-main-menu li ul li ul{
		left: initial;
		top: initial;
	}

/* end menu */






























.table{display:table; width: 100%;}
.tr{display:table-row;}
.td{display:table-cell;}





.owl-carousel .owl-stage-outer{
	/* height: 750px; */
    /* padding-top: 100px; */
    padding-top: 20px;
}
.owl-item.active{
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0);
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0);
	transition:all 500ms;
}
.owl-item.active.featured{
	transform: scale3d(1.25,1.25,1.25);
    z-index: 99;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
}





















/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1024px) {
.columnWrap.cols4 .col{
    width:50%;
}
.columnWrap.cols4 .col:nth-child(odd){
  clear:both;
}
.columnWrap.cols3 .col{
    width:50%;
  }
.columnWrap.cols3 .col:first-child{
    width:100%;
    float:none;
}
}
@media only screen and (max-width:768px) {
 .columnWrap.cols3 .col{
    width:100%;
    float:none;
  }
  .columnWrap.cols2 .col,
.columnWrap.cols4 .col{
    width:100%;
    float:none;
  }
  .columnWrap.cols2 .col:after {
    display:none;
  }
  
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
 /*tour locations*/
 .arrowEnd  .socialMedia {
  bottom: 50px;
      left: 50%;
    margin-left: -70px;
  position:absolute;
}
}
@media only screen and (min-width:520px) {
.logo {

}
.logo-img {
  max-width:150px;
  margin-top:0;
}

.headerTel {
   // display:inline-block;
  text-align:left;
  margin:0;
      margin-right: 50px;
}
.headerStrapline {
  //display:inline-block;
  text-align:left;
  margin:0;
}

.pageSidebar .tourInfo {
  width:50%;
  float:left;
}
a.featLink{
  font-size:15px;
}
}
@media only screen and (min-width:768px) {
.pageSidebar h3 {
      font-size: 1.45em;
}
.header {
  background-image:url(img/header-splash.jpg);
}
.menu-burger {
  margin-top: 60px;
    margin-bottom:60px;
}
/*home*/
.featured {
  top:0;
  margin-bottom:35px;
  margin-left:0;
  margin-right:0;
}
.featured.homeFeatured {
  margin-bottom:0;
}
.featured.toursFeatured {
  margin-lefT:0;
  margin-right:0;
}
.featuredTourText {
padding:35px;
}

.featured .slide:before,
.featured.toursFeatured:before,
.featured:before  {
  display:none;
}
.topBanner {
  font-size:17px;
}
.trsCol{
	border-right:1px solid #ffec8e;
  display:block;
}
.ticketsCol {
  display:block;
}
.featured .slide .slideOverlay{
  display:block;
}
.featured .slide img.slideImg, .featured  img.wp-post-image,
.featured .slide.imageMiddle img.slideImg,
.featured .slide.imageLeft img.slideImg,
.featured .slide.imageRight img.slideImg{
  width:100%;
  margin-left:0;
  float:none;
}
.featured.toursFeatured {
  border:solid 1px #abaaad;
 
}
.topBanner .smCol {
  text-align:right;
  clear:none;
  padding-top:0;
  padding-bottom:0;
  display:block;
}
.topBanner:before{
  content:'';
  display:block;
  width:33.3333%;
  height:100%;
  position:absolute;
  background:#1a5699;
  top:0;
  right:0;
}
.sm-align-right {
    text-align:right;
  }
.tourTitle {
  font-size: 40px;
    line-height: 45px;
  width:650px    
}
.tourBlurb {
  width:500px;
  max-width:60%;
}
.homeMain h1 {
  margin:60px 0 30px;
}
.homeMain {
  background-repeat:no-repeat;
  background-position:top;
  background-size:100%;
  padding-bottom:60px;
    position:relative;
}
.homeMain .homeMainText {
  padding-top:0px;
background-size:0;
}
.home .embed-container {
    width: 50%;
      padding-bottom: 37.25%;  
          margin: 40px auto 60px auto;
}
.pageSidebar {
  padding:30px 0px;
  max-width:600px;
  float:right;
}
.pageSidebar .tourInfo {
  width:100%;
  float:none;
}
}
@media only screen and (min-width:992px) {
.mobileTagline {
  display:none;
}
.headerTel {
  margin-right:10px;
  display:inline-block;
}
.handle {
  display:inline;
}
.headerStrapline {
  display:inline-block;
}
.tourBlurb {
  width:500px;
  max-width:60%
}
.tourInfo {
  width:50%;
  float:left;
}
.pageSidebar h3 {
      font-size: 1.8em;
}

.pageSidebar .tourInfo {
  width:100%;
  float:none;
}
#tourCarousel .container {
  padding:0 57px;
}
  /*tour locations*/
  .arrowStart {
    float:left;
    width:66%;
  }
  .routeIcon {
    float:left;
    width:33.33%;
    padding:0 10px;
  }
.routeIcon.mobEven:before, .routeIcon.mobOdd:before   {
    content:'';
    display:block;
    width:30px;
    height:10px;
    background:#f9cf22;
    left:0;
    margin-left:-15px;
    bottom:50%;
    margin-bottom:38px;
    position:absolute;    
  }
  .routeIcon.mobEven.tablet_left:before, .routeIcon.mobOdd.tablet_left:before   {
    left:auto;
    margin-left:auto;
    right:0;
    margin-right:-15px;
  }
  .routeIcon.tabletBreak  {
    clear:both;
  }
  .routeIcon.tablet_left,
 .tablet_left   {
    float:right;
  }
  .tablet_right {
    float:left;
  }
 .arrowEnd {
    max-width:66.666%;
    clear:none;
    padding:0 10px;
    margin:15px 0 30px;
  }
.routeIcon.tabletBreak:before{
  content:'';
  display:block;
  width:52px;
  height:407px;
  position:absolute;
  z-index:0;
  background:url(img/arrow-down-right.png) no-repeat;
  left:-52px;
  margin:0;
  bottom:50%;
  margin-bottom:38px;
}
.routeIcon.tabletBreak.tablet_left:before{
background:url(img/arrow-down-right.png) no-repeat;
    right:-52px;
    left:auto;
}
.routeIcon.tabletBreak.tablet_right:before {
  background:url(img/arrow-down-left.png) no-repeat;
  left:-52px;
  right:auto;
  margin:0;
  bottom:50%;
}
.featured .howToFind{
  display:inline-block;
  right:0;
  left:auto;
}
.featured.homeFeatured .howToFind{
  display:inline-block;
  width:200px;
  bottom:-9px;
}
/*alert*/
#alert {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:550;
	max-height:100vh;
}
#alert .alertText {
	padding:30px 20%;

}
#alert {
	font-size:20px;
}
#alert .alertIcon {
	width:76px;
	height:76px;
	margin-left:-38px;	
}
#alert .alertClose {
	width:46px;
	height:46px;
	top:50px;
	right:10%;
	margin-right:-23px;
}
#alert .alertText {
	padding-top:60px;
}
#alert.withTxt .alertText {
	padding-top:30px;
}
#alert.withTxt .alertIcon {
	top:70px;
}
#alert.withTxt .alertClose {
top:82px;
}
}
@media only screen and (min-width:1024px) {
#footer-carousel .container,
.gallery-page-link {
  padding:6px 57px;
  }
  .featured.toursFeatured img{
    min-height:360px;
  }
  .featuredTourText {
    position:absolute;
  }
  .tourTitle {
  font-size: 50px;
    line-height: 55px;
  width:700px    
}
/*header*/
#page.fixedHeader {
  padding-top:240px;
}
#page.fixedHeader .header{
  line-height:initial;
  background:none;
  padding-right:120px;
  position:relative;
}
#page.fixedHeader .siteHeader {
  position:fixed;
  width:100%;
  top:0;
  left:0;
  background:#fff;
  z-index:200;
  border-bottom:solid 1px #e6e6e6;
}
.admin-bar #page.fixedHeader .siteHeader {
  top:32px;
}
#page.fixedHeader .topBanner {
  font-size:18px;
  line-height:27px;
}
#page.fixedHeader .topBanner .socialMedia a{
  border:none;
  height:auto;
  line-height:1.3;
  background:none;
  width:2em;
}
#page.fixedHeader .topBanner .socialMedia a:hover{
  color:#f9cf22;
}
#page.fixedHeader .logo-img {
  max-width:100px;
}
#page.fixedHeader .menu-burger {
  margin-top:35px;
  margin-bottom:25px;
  position:absolute;
  right:0;
  top:0;
}
#page.fixedHeader .logo{
  float:left;
} 
#page.fixedHeader .headerTel {
  //float:left;
  display:block;
}
#page.fixedHeader .headerTel .tel {
  font-size:40px;
}
#page.fixedHeader .headerStrapline {
  //float:left;
  display:block;
  font-size:24px;
}
#page.fixedHeader .headerStrapline br{
  display:none;
}
.featuredTourText {
  text-align:center;
}
.featuredTourText a.featLink {
  margin-right:0.25em;
  margin-left:0.25em;
}
.tourTitle {
  color:#fff;
  background:none;
  -webkit-text-fill-color:#fff;
      -webkit-text-stroke-width: 0px;
      width:auto;      
}
.tourBlurb {
  max-width:100%;
  width:auto;
  margin-top:5px;
}
.tourBlurb p{
  margin-bottom:5px;
}
.tourTextWrap {
  background:rgba(0,0,0,0.4);
  border:solid 3px #fff;
  color:#fff;
  text-align:center;
  padding:20px;
  margin:auto;
  margin-top:45px;
  max-width:1024px;
}
}

@media only screen and (min-width:1200px) {
#page.fixedHeader .headerStrapline {
  font-size:31px;
}
#page.fixedHeader .topBanner {
  font-size:22px;
  line-height:38px;
}
body {
  font-size:18px;
}
.topBanner {
  font-size:20px;
}
a.featLink {
  min-width:7em;
}
.headerTel a,
.headerTel .tel {
  font-size:40px;
}
.headerStrapline {
  font-size:35px;
  line-height:40px;
}
.homeMain h1{
  color:#ec7823;
  font-size: 70px;
}
.quoteCycle {
  text-align:center;
  font-size:50px;
  line-height:55px;
}
.quoteCycle .cite{
  font-size:32px;
}
.quoteCycle .cite img{
  width:280px;
}
/*tours*/
.tourIcon .tourText {
  font-size:40px;
}

.tourIcon .tourLinks {
  text-align:left;
}
.pageSidebar h3 {
      font-size: 2.1em;
}
.pageSidebar .tourIcon .tourText {
  font-size:25px;
}
.pageSidebar a.featLink{
  font-size:15px;
  line-height:20px;
}
.tourInfo {
  width:33.3333%;
  float:left;
}
  .pageSidebar .tourInfo {
  width:50%;
  float:left;
}

}
@media only screen and (min-width:1400px) {
.tourTextWrap {
  margin-top:75px;
}
.featuredTourText {
    padding: 35px 70px;
}
.topBanner {
  font-size:25px;
}
  .container {
    width: 1390px;
    }
    .footerSponsors {
  line-height:195px;
}
.footerSponsors img{
  max-height:195px;
  }
  .featured.homeFeatured .howToFind{
  width:auto;
  bottom:-15px;
  }

a.featLink{
  font-size:18px;
  line-height:22px;
}
}
@media only screen and (min-width:1580px) {
#page.fixedHeader .headerStrapline {
  font-size:44px;
}
/*header*/
.headerTel {
margin-right: 20px;
}
.headerTel a {
  font-size:56px;
}
.headerStrapline {
  font-size:50px;
  line-height:55px;
}
  .container {
    width: 1550px;
}
.footer .footerTop .container{
    position:relative;
}
.footer .finalCol {
  padding-bottom:55px;
  position:absolute;
  top:0;
  right:0;
  height:100%;
}
.footerTop .socialMedia{
  position:absolute;
  bottom:0;
  right:15px;
}

.tourInfo {
  width:33.3333%;
  float:left;
}
a.featLink{
  font-size:20px;
  line-height:30px;
}
.pageSidebar h3 {
      font-size: 2.5em;
}
.pageSidebar .tourInfo {
  width:50%;
  float:left;
}
/*tour*/
 .routeIcon {
    float:left;
    width:20%;
    padding:0 10px;
  }
  .arrowStart {
    float:left;
    width:40%;
  }
  .arrowEnd {
    max-width:40%;
    clear:none;
  }
  .routeIcon.tabletBreak  {
    clear:none;
  }
  .routeIcon.desktopBreak {
    clear:both;
  }
  .routeIcon.desktop_right,
.desktop_right  {
    float:left;
  }
  .routeIcon.desktop_left,
  .desktop_left{
    float:right;
  }
.routeIcon.desktop_right,
.desktop_right{
	float:left
}
  .routeIcon.tabletBreak:before  {
    display:none;
  }
  .routeIcon.tabletBreak.tablet_left:before,
  .routeIcon.tabletBreak.tablet_right:before {
    display:none;
  }
  .routeIcon.mobEven.desktop_right:before, .routeIcon.mobOdd.desktop_right:before   {
    content:'';
    display:block;
    width:30px;
    height:10px;
    background:#f9cf22;
    left:0;
    margin-left:-15px;
    bottom:50%;
    margin-bottom:38px;
    position:absolute;    
  }
  .routeIcon.mobEven.desktop_left:before, .routeIcon.mobOdd.desktop_left:before   {
    content:'';
    display:block;
    width:30px;
    height:10px;
    background:#f9cf22;
    margin-bottom:38px;
    position:absolute;    
    left:auto;
    margin-left:auto;
    right:0;
    margin-right:-15px;
  } 
.routeIcon.desktopBreak.desktop_left:before,
.routeIcon.desktopBreak.desktop_right:before{
  content:'';
  display:block;
  width:52px;
  height:407px;
  position:absolute;
  z-index:0;
  background:url(img/arrow-down-right.png) no-repeat;
  left:-52px;
  margin:0;
  bottom:50%;
  margin-bottom:38px;
}
.routeIcon.desktopBreak.desktop_left:before{
background:url(img/arrow-down-right.png) no-repeat;
    right:-52px;
      margin-bottom:38px;
    left:auto;
}
.routeIcon.desktopBreak.desktop_right:before {
  background:url(img/arrow-down-left.png) no-repeat;
  left:-52px;
  right:auto;
  margin:0;
  margin-bottom:38px;
  bottom:50%;
}
}
@media only screen and (min-width:1700px) {
#footer-carousel .container,
.gallery-page-link,
#tourCarousel .container {
  padding:6px 15px;
  }
.routeMap .container {
  padding:0 15px;
}  
  }
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
