.wrapper {
	max-width: 1248px;
}




/***** Header *****/
header {
	height: 138px;
	margin-bottom: 50px;
}
#logo {
	/*width: 258px;*/
	height: 82px;
	top: 25px;
	width: 300px;
}
#logo a {
	height: 82px;
}
#headerPhone {
	font-size: 42px;
	letter-spacing: -2px;
	right: 0;
	top: 38px;
	font-weight: 100;
}
header p {
	display: block;
	position: absolute;
	/*left: 289px;*/
	left: 324px;
	top: 31px;
	width: 400px;
	border-left: 1px dotted #999;
	height: 69px;
	padding-left: 29px;
	font-weight: 300;
	padding-top: 6px;
}
header p strong {
	font-weight: 300;
	display: block;
}





/***** Nav *****/
#icon-menu {
	display: none;
}
nav {
	display: block;
	top: 138px;
	padding: 0;
	margin: 0;
}
nav li {
	float: left;
	margin: 0;
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
	border-bottom: none;
	padding: 0;
}
nav li a {
	line-height: 50px;
}
#topNav li {
	position: relative;
}
#topNav a {
	padding: 0 15px;
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
}
#topNav a:hover {
	background: #ba0753;
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
}
#topNav li:hover ul {
	display: block;
}
#topNav :hover > a {
	background: #ba0753;
	color: #fff;
}
#topNav ul {
	position: absolute;
	left: 0;
	top: 50px;
	width: 250px;
	background: #ba0753;
	padding: 0;
	margin: 0;
}
#topNav ul li {
	float: none;
}
#topNav ul li a:hover {
	background: #980644;
}
.selected i,
.tours #topNav .nav1 i,
.blog #topNav .nav2 i,
.photos #topNav .nav3 i,
.testimonials #topNav .nav4 i,
.community #topNav .nav5 i,
.about #topNav .nav6 i,
.contact #topNav .nav7 i,
.events #topNav .nav1a i {
	width: 0; 
	height: 0;
	position: absolute;
	top: 50px; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ba0753;
	left: 50%;
    margin-left: -10px;
}
#topNav ul i {
	display: none;
}
#topNav .selected a,
.tours #topNav .nav1 a,
.blog #topNav .nav2 a,
.photos #topNav .nav3 a,
.testimonials #topNav .nav4 a,
.community #topNav .nav5 a,
.about #topNav .nav6 a,
.contact #topNav .nav7 a,
.events #topNav .nav1a a {
	background: #ba0753;
}
#session {
	position: absolute;
	top: -124px;
	right: 0;
	color: #333;
	z-index: 1;
}
#session a:link,
#session a:visited,
#session a:hover,
#session a:active {
	color: #db0862;
	font-size: 14px;
	display: inline-block;
}
#session a:nth-child(2):before {
	content: "\a0|\a0\a0"
}
#social {
	width: 168px;
	height: 50px;
	float: right;
}
#social li {
    display: table-cell;
    width: 42px;
    height: 100%;
    text-align: right;
    padding-top: 0;
    margin: 0;
}
#social a {
	font-size: 30px;
	line-height: 50px;
	color: #f8cee0;
}
#social a:hover {
	color: #fff;
}
#bookingLink {
	position: absolute;
    top: -42px;
    right: 0;
    width: 180px;
    text-align: right;
    color: #db0862;
    font-size: 16px;
}





/***** Home *****/
.home .homeTours {
	border-right: 1px dotted #baaeae;
	padding-right: 8px;
}
.homeTours h1 {
    margin: 0 0 38px 0;
}
.home header {
	margin-bottom: 50px;
}





/***** Slider *****/
#sliderWrapper {
	height: 400px;
	margin: 0 0 38px 0;
	text-align: left;
}
#sliderWrapper li a { 
	height: 400px;
	background-position: center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#sliderWrapper h1 {
	font-size: 50px;
	padding-top: 226px;
	margin-bottom: 8px;
}







/***** Article *****/
#content {
	overflow: hidden;
	margin-bottom: 45px;
	background: none;
}
#bgPic {
	display:none;
}
.pageContent {
	padding-top: 58px;
}
article,
.pageContent article {
	max-width: 740px;
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
}
.pageContent article {
	max-width: 863px;
}
.pageContent article {
	padding-top: 40px;
}
.pageContent .articleWrapper {
	padding: 0 2.5%;
}
#pageHeader {
	margin: 0 0 20px 0;
    padding: 27px 0 33px 0;
	text-shadow: #f8f8f8 0 1px 0px;
}
#pageHeader h1 {
    font-size: 60px;
    margin: 0 0 0 1.5%;
    letter-spacing: -2px;
    padding-right: 100px;
}
#pageHeader p {
	margin: 0 0 0 1.8%;
	font-size: 20px;
	font-weight: 300;
}
#breadCrumb {
	display: block;
    margin: 0;
    font-size: 13px;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    color: #000;
}
#breadCrumb a {
	color: #000;
}
article h2 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: -1px;
}







/***** Aside *****/
aside {
	float:right;
	width: 28%;
}
.spotlight {
	float:none;
	width: 100%;
}
.spotlight:nth-child(even) {
	float:none;
}
.spotlight h2 {
	font-size: 20px;
}







/***** Tour modules *****/
aside .tourSpot {
	margin: 0 0 14px 0;
	
}
aside .spotlight {
	width: 100%;
}



/***** Our People *****/
.teamMember {
    margin: 0 0 20px 0;
}




/***** Tour List *****/
#fullWidth {
	max-width: none;
}
#fullWidth .tourSpot:nth-child(odd) {
	float: none;
}
#fullWidth .tourSpot,
#fullWidth .tourSpot:nth-child(n) {
	float: left;
	width: 32%;
	margin-right: 2%
}
#fullWidth .tourSpot:nth-child(3n) {
	margin-right: 0;
}
.tourListContent #pageHeader {
	background: #fff;
}

#fullWidth.tourSpotFlexWrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#fullWidth.tourSpotFlexWrapper .tourSpot {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 32%;
	float: none;
	margin-right:0;
	margin-left: 0;
}





/***** Tour Details *****/
#tourHeader {
	margin: 0;
	padding: 27px 0 0 0;
}
#tourHeader h1 {
	font-size: 60px;
	margin: 0 100px 5px 1.5%;
	letter-spacing: -2px;
	text-shadow: #f8f8f8 0 1px 0px;
}
#tourHeader p {
	margin: 0 0 10px 2%;
}
#tourHeaderImage {
	width: 64.5%;
	margin-bottom: 0;
}
#tourHeaderImage img {
    height: 100%;
    width: auto;
}
#tourOptions {
	width: 35.5%;
}
.tourDetails aside {
	padding-top: 15px;
}
#tourOptions h2 {
	font-weight: 700;
	padding-left: 28px;
	margin-bottom: 11px;
}
#tourOptionsContent {
	padding: 0 23px;
}
#tourOptionsTerms {
	line-height: 1.2;
}
.itineraryImgWrapper img {
	width: 130px;
	height: auto;
}
/*.itineraryDay h3,
.itinerarySubHead,
.itineraryDay p {
	margin-left: 150px;
}*/
#meetGreet {
	margin-bottom: 44px;
}
#gauranteedTour {
	margin-bottom: 40px;
}



/***** Testimonials *****/
.testimonial {
	overflow: hidden;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #bab0a5;
	margin: 0 5% 20px 5%;
}
.testimonial h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.testimonial cite {
	margin-bottom: 20px;
}




/****** Social *****/
#socialTop {
	position: absolute;
	right: 10px;
	top: 23px;
	width: 120px;
    text-align: right;
    padding: 0;
}
#tourHeader #socialTop {
	top: 49px;
}
#socialTop .st_facebook_hcount {
	display: block;
	margin-bottom: 5px;
}







/***** Footer *****/
#footerPromo {
	padding: 63px 0 30px 0;
}
#footerPromo h2 {
	font-size: 28px;
	font-weight: 300;
}
#footerNav {
	height: 50px;
	padding: 0;
}
#footerNav li {
	margin-bottom: 0;
}
#footerNav a {
	line-height: 50px;
	padding: 0;
}
#footerSocial {
    width: 85px;
    height: 50px;
    float: right;
}
#footerSocial li {
	display: table-cell;
	width: 42px;
	height: 100%;
	text-align: right;
	padding-top: 0;
	margin: 0;
}
#footerSocial a {
    font-size: 30px;
    line-height: 50px;
    color: #f8cee0;
}
#footerContent {
	clear: both;
	padding: 50px 0;
}
#footerContent .col1,
#footerContent .col2,
#footerContent .col3 {
	padding: 0;
	margin: 0;
	width: 30%;
	float: left;
}
#footerContent .col1,
#footerContent .col2 {
	margin-right: 5%;
	padding-right: 5%;
	border-right: 1px dotted #ccc;
}
#footerContent .col1 a:hover i {
	color: #db0862;
}
#footerContent .col2 p {
	margin: 0;
}
#footerContent .col2 em {
    font-size: 34px;
}
#footerContent .col3 input[type="email"],
#footerContent .col3 input[type="text"] {
	width: 80%;
    padding: 0 0 0 10px;
}
#footerContent .col3 h2 {
	padding-top: 0;
}




#tourYearNav ul {
	margin: 0 0 0 1.5%;
}






@media screen and (min-width: 1042px) {
	#tourHeaderImage img {
	    /*height: auto;
	    width: 100%;*/
	}
}
@media screen and (min-width: 1140px) {
	.tourSpot {
		margin: 0 0 30px 0;
	}
	#topNav a {
		padding: 0 25px;
	}
	article,
	.home .homeTours {
		padding-right: 1%;
	}
	.spotlight h2 {
		font-size: 22px;
	}
	#footerContent .col2 em {
	    font-size: 39px;
	}
}
@media screen and (min-width: 1180px) {
	article,
	.home .homeTours {
		padding-right: 21px;
	} 
	.spotlight,
	aside .tourSpot {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1220px) {
	article,
	.home .homeTours {
		padding-right: 43px;
	}
}
@media screen and (min-width: 1270px) {
	#blend {
		display:none;
	}
	#bgPic {
		height: 400px;
		background-size: auto 100%;
	}
	#content .wrapper {
		padding-top: 39px;
	}
	.home #content .wrapper {
		padding: 0;
	}
	#sliderWrapper ol.dots {
		width: 1120px;
		position: relative;
		left: 50%;
	    margin-left: -571px;
	    bottom: 40px;
	}
	#tourHeaderImage {
		width: 863px;
		height: 430px;
	}
	#tourExcerpt {
		padding: 2px 0 0 0;
	}
	#tourOptions {
		width: 385px;
		min-height: 440px;
	}
	.tourDetails aside {
		padding-top: 33px;
	}
	#tourHeader {
		background: none;
		padding: 0;
	}
	#tourHeaderImage img {
		width: 100%; /*!important;  To override any inline styles */
		height: auto; /* !important; To override any inline styles */
	}
	#content.tourDetails .wrapper {
		padding-top: 28px;
	}
	#tourHeader h1 {
		margin: 0 110px 5px 0;
	}
	#tourHeader p {
		margin-left: 0;
	}
	#tourOptions h2 {
		margin-bottom: 28px;
	}
	#tourOptions h3 {
		font-size: 22px;
		margin-bottom: 2px;
	}
	#tourOptions label {
		font-size: 18px;
	}
	#depositPrice {
		font-size: 22px;
		margin-bottom: 0px;
	}
	.pageContent .articleWrapper {
		max-width: 720px;
		padding-bottom: 40px;
	}
	#tourOptions .button {
		margin-bottom: 25px;
	}
	#tourOptions2 {
		position: relative;
	}
	#tourOptionsPhone2 {
		position: absolute;
		left: 371px;
	    width: 300px;
	    bottom: 77px;;
	}
	#content.pageContent .wrapper {
	    padding-top: 8px;
	}
	#pageHeader {
	    margin: 0 0 20px 0;
	    padding: 0;
	    background: none;
	}
	#pageHeader h1 {
		margin: 0 0 12px 0;
	}
	.tourListContent #pageHeader h1 {
		float: left;
		width: auto;
	}
	#pageHeader p {
		margin: -12px 0 4px 4px;
	}
	.tourListContent #pageHeader {
		background: none;
	}
	/*#fullWidth .tourSpot,
	#fullWidth .tourSpot:nth-child(n) {
		margin-right: 36px;
	}
	#fullWidth .tourSpot:nth-child(3n) {
		margin-right: 0;
	}*/
	#tourYearNav ul {
		margin: 28px 0 0 0;
	}
	#tourHideSoldout {
		 position: absolute;
		 left: 800px;
		 top: 19px;
		 width: auto;
	 }
}
@media screen and (min-width: 2000px) {
	#bgPic {
		background-size: 100% auto;
	}
}