/**** Global.css for Sisterhood Travel *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block; }




/* 1.ROOT */

html {
	overflow-y: scroll;
	background: #faf4f6;
}
body { 
	margin: 0 auto;
	padding: 0;
	font: 100%/1.4 "Roboto", "Helvetica Neue", Helvetica, Arial;
	color: #333; 
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}




/* 2.HEADINGS */

h1 { 
	margin-bottom: .75em;
	font-size: 1.7em;
	line-height: 1.1;
	font-weight: 700;
}
h2 { 
	margin-bottom: .75em;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 700;
}
h3 { 
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: 700;
}
h4 { 
	margin-bottom: 1.25em;
	font-size: 1.1em;
	line-height: 1.25;
}
h5 { 
	margin-bottom: 1.5em;
	font-size: 1em;
}
h6 { 
	font-size: 1em;
}
strong {
	font-weight: 700;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}
blockquote  { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px; 
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}
sup, 
sub { 
	position: relative;
	font-size: 75%; 
	line-height: 0;
}
sup { 
	top: -.5em;
}
sub { 
	bottom: -.25em;
}





/***** Forms *****/
input,
textarea {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"] {
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #bab0a6;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
}
select {
	height: 26px;
	line-height: 26px;
	background: #fff;
	border: 1px solid #bab0a6;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 0 6px;
}
textarea {
	background: #fff;
	border: 1px solid #bab0a6;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 5px;
}
#checkout_form textarea {
	padding: 0 10px;
    background: #f8f7f6;
    border: 1px solid #ddd7d2;
    -moz-box-shadow: 0 1px 1px 0 #f1efed;
    -webkit-box-shadow: 0 1px 1px 0 #f1efed;
    box-shadow: 0 1px 1px 0 #f1efed;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
}
form ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
article form li {
	margin-bottom: 12px;
}
form label {
	display: block;
	font-weight: 700;
}
article input {
	width: 100%;
	max-width: 300px;
}
article input[type="submit"] {
	width: auto;
	max-width: none;
}
article textarea {
	width: 100%;
}





/* 4.LINKS */

a {
	outline: none;
	color: #db0862;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}
a:visited {
	color: #760b39;
}
a:hover { 
	outline: none;
	color: #ed1e76; 
	text-decoration: none;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}
a:active, 
a:focus { 
	/*outline: none;*/
	color: #db0862;
}
.button,
.button:visited {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
	display: inline-block;
	background: #db0862;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border: none;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	padding: 0 22px;
	margin: 0;
	-webkit-appearance:none;
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	cursor: pointer;
}
.button:hover {
	color: #fff;
	text-shadow: #dc0862 0 2px 0px;
	background: #fd046e;
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
}
.button:disabled {
	background: #666;
	cursor: default;
	text-shadow: none;
}





/* 6.TABLES */

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width: 100%;
}
th { 
	font-weight: bold;
}
th, td, caption { 
	padding: .25em 10px .25em 5px;
}





/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */




.wrapper {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.clear {
	display: block;
	clear: both;
}




/***** Header *****/
header {
	background: #fff;
	min-height: 80px;
	border-bottom: 2px solid #f5e9ed;
}
#logo {
	/*width: 190px;
	height: 65px;
	background: url(../images/womens-travel-logo.png) no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 9px;*/
	width: 249px;
	height: 60px;
	background: url(../images/womens-travel-logo-2025.png?v=2) no-repeat 0 0;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 9px;
}
#logo a {
	display: block;
	height: 65px;
}
#icon-menu {
	color: #db0862;
	text-align: center;
	width: 40px;
	position: absolute;
	top: 25px;
    right: 12px;
	z-index: 9999;
}
#icon-menu.fa-times {
	top: 23px;
}
header p {
	display: none;
}
nav {
	display: none;
	position: absolute;
	top: 80px;
	background: #db0862;
	color: #fff;
	padding: 60px 0 15px 0;
	width: 100%;
	z-index: 9998;
}
#headerPhone {
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	letter-spacing: -1px;
	border-bottom: 1px dotted #f5e9ed;
	display: none;
	position: absolute;
	left: 0;
	top: 84px;
	width: 100%;
	z-index: 9999;
	color: #fff;
}
#headerPhone a {
	color: #fff !important;
	text-decoration: none;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
nav li {
	
}
nav ul ul {
	display: none;
	margin-left: 30px;
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	border-bottom: 1px dotted #f5e9ed;
	font-size: 18px;
}
#social {
	display: table;
	width: 100%;
}
#social li {
	display: table-cell;
	width: 25%;
	text-align: center;
	padding-top: 15px;
}
#social a {
	padding: 0;
	border: none;
	font-size: 40px;
}




/***** Slider *****/
#sliderWrapper {
	background: #333;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative; 
	overflow: auto; 
	width: 100% !important;
	text-shadow: #000 0 1px 4px;
}
#sliderWrapper ul {
	padding: 0;
	margin: 0;
}
#sliderWrapper li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#sliderWrapper li a { 
	display:block;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
#sliderWrapper ul li {
	float: left;
}
#sliderWrapper ol.dots {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -170px;
	bottom: 20px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#sliderWrapper ol.dots li {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 14px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#sliderWrapper ol.dots li.active {
	background-color: #db0862;
}
#sliderWrapper h1 {
	font-size: 30px;
	padding-top: 10px;
	margin-bottom: 8px;
}
#sliderWrapper .wrapper {
	padding: 10px;
}




/***** Home *****/
.home article {
	background: none;
	margin: 0;
	padding: 0;
}
.home header {
	border: none;
}
.home header {
	margin: 0;
}
.homeTours h1 {
	text-align: center;
	margin: 0 0 17px 0;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: -1px;
}
.moreTours {
	margin: 0 auto 30px auto;
	font-size: 22px;
	padding: 0;
	width: 290px;
	line-height: 50px;
	display: block;
}
#homeMajorNotice {
	background: #db0862;
	color: #fff;
	padding: 20px;
	margin: -19px 0 30px 0;
	font-size:20px;
	text-align:center;
	line-height: 1.2;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
	#homeMajorNotice {
		margin: -37px 0 38px 0;
		font-size: 26px;
	}
}




/***** Tour modules *****/
.tourSpot {
	max-width: 392px;
	position: relative;
	background: #fff;
	-moz-box-shadow: 0 2px 0px 0 #000;
	-webkit-box-shadow: 0 2px 0px 0 #000;
	box-shadow: 0 2px 0px 0 #ebe1e2;
	margin: 0 auto 15px auto;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.tourSpotWrapper {
	padding: 25px;
}
div.tourSpotWrapper .tourSpotImg {
	margin: -21px -21px 0 -21px;
}
.tourSpot h3 {
	font-size: 20px;
    margin: 0 0 4px 0;
    padding: 15px 0 0 0px;
    line-height: 1.1;
    font-weight: 400;
}
.tourSpot h3 a {
	text-decoration: none;
}
.tourSpot p {
	font-size: 16px;
	padding: 0 0 4px 0;
	margin: 0;
	color: #666;
}
.tourSpot a {
	position: relative;
	display: block;
}
.tourSpot img {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	display: block;
}
.tourHead {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: -16px;
	right: 17px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	background: url(../images/tour-head.png) no-repeat center center;
	background-size: 100% auto;
}
.sashMini,
.sashSale,
.sashLastSeats,
.sashSoldOut,
.sashGetT,
.sashFlyFree,
.sashPopUp,
.sashHotTour,
.sashEarlyBird {
	width: 77px;
	height: 77px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashSale {
	background-position: 0 -77px;
}
.sashLastSeats {
	background-position: 0 -231px;
}
.sashSoldOut {
	background-position: 0 -154px;
}
.sashGetT {
	background-position: 0 -308px;
}
.sashFlyFree {
	background-position: 0 -385px;
}
.sashPopUp {
	background-position: 0 -462px;
}
.sashHotTour {
	background-position: 0 -539px;
}
.sashEarlyBird {
	background-position: 0 -616px;
}
.sashGaurantee {
	width: 111px;
	height: 111px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashNewTour {
	width: 111px;
	height: 111px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large-new-tour.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashPostponed {
	width: 111px;
	height: 111px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large-postponed.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashComingSoon {
	width: 111px;
	height: 111px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large-coming-soon.png?v=2) no-repeat 0 0;
	background-size: 100% auto;
}
.sashGreenlight {
	width: 111px;
	height: 111px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large-greenlight.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashPositivity {
	width: 161px;
	height: 161px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large-positivity.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashRosa {
	width: 161px;
	height: 161px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large-rosa.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashPerth {
	width: 161px;
	height: 161px;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 1;
	background: url(../images/sash-large-perth.png) no-repeat 0 0;
	background-size: 100% auto;
}
#gauranteedTour {
	background: #f4f5d9;
	padding: 20px;
	margin-bottom: 20px;
}
#gauranteedTour h2 {
	font-size: 22px;
    font-weight: 700;
    margin: 0;
}
#gauranteedTour p {
	margin: 0;
}
.sashSave {
	position: absolute;
	bottom: -4px;
	left: -4px;
	width: 77px;
	height: 77px;
	background: url(../images/sash-savemoney.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sashSave200 {
	background-position: 0 -77px;
}
.sashSave300 {
	background-position: 0 -154px;
}
.sashSave400 {
	background-position: 0 -231px;
}
.sashBottomLeft {
	position: absolute;	
	width: 111px;
	height: 111px;
	bottom: -4px;
	left: -4px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.sashWalk {
	background-image: url('../images/sash-bottomleft-large-walk.png');
}
.sashGroup12 {
	background-image: url('../images/sash-bottomleft-large-group12.png');
}
.signatureCollection {
	position: absolute;
	left: 0;
	top: 0;
	width: 117px;
	height: 45px;
	background: url("../images/signature-tour-icon.png") no-repeat 0 0;
	background-size: 100% auto;
}




/***** Aside *****/
aside {
	padding-bottom: 10px;
}
.spotlight {
	max-width: 354px;
	position: relative;
	background: #fff;
	-moz-box-shadow: 0 2px 0px 0 #000;
	-webkit-box-shadow: 0 2px 0px 0 #000;
	box-shadow: 0 2px 0px 0 #ebe1e2;
	margin: 0 auto 15px auto;
}
.spotlightWrapper {
	padding: 6px;
}
.spotlight h2 {
	background: #f99d31 url(../images/title-watermarks.png) no-repeat right top;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 18px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #fff;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-border-radius:2px;
}
.spotColGreen h2 {background-color: #c1cc24; background-position: right -50px;}
.spotColBlue h2 {background-color: #00a8ca; background-position: right -100px;}
.spotColBrown h2 {background-color: #a89f96; background-position: right -150px;}
.spotColPink h2 {background-color: #db0862; background-position: right -200px;}

.spotlight h2 i {
	display:none;
	position: absolute;
	right: 1px;
	bottom: -4px;
	width: 4px;
	height: 4px;
	background: url(../images/title-corners.png) no-repeat 0 0;
}
.spotColGreen h2 i {background-position: 0 -4px;}
.spotColBlue h2 i {background-position: 0 -8px;}
.spotColBrown h2 i {background-position: 0 -12px;}
.spotColPink h2 i {background-position: 0 -16px;}

.spotColBlue .button {
	background-color: #00a8ca;
}
.spotColBlue .button:hover {
	text-shadow: #017d96 0 2px 0px;
}
.spotContent {
	padding: 18px;
}
.spotlight p {
	margin-bottom: 1em;
}
.spotlight p:last-of-type {
	margin: 0;
}
.spotNewsletter form {
	margin-bottom: 1em;
}
.spotNewsletter label {
	font-weight: 700;
    margin: 9px 0 0px 0;
    float: left;
    width: 112px;
}
.spotContent img {
	display: block;
	max-width: 100%;
	height: auto !important;
}
.spotNewsletter input[type="email"],
.spotNewsletter input[type="text"] {
	/*width: 63%;
	float: left;*/
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	width: 100%;
	/*border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;*/
}
.spotNewsletter input.button {
	width: 46%;
	padding: 0;
	/*margin: 0 auto;*/
	display: block;
	/*border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;*/
}
.spotTestimonial q,
.spotTestimonial .quote {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	display: block;
	line-height: 1.2;
	margin-bottom: 18px;
}
.spotTestimonial cite {
	margin: -1px 0 0 0;
	line-height: 1.2;
}
.spotTestimonial cite strong,
.spotTestimonial cite {
	display: block;	
}
.testimonialImgWrapper {
	float: left;
	margin: 0 8px 0 0;
	width: 58px;
	height: 58px;
	/*-moz-border-radius:29px;
	border-radius:29px;
	-webkit-border-radius:29px;*/
	overflow: hidden;
	background: url(../images/avatar.png) no-repeat center center;
	background-size: 100% auto;
}
.spotTestimonialDouble cite:first-of-type {
	margin-bottom: 20px;
}
.spotGallery img {
	display: block;
	margin: 0 0 8px 0;
	width: 100%;
	height: auto;
}
.spotGallery p {
	margin: 0;
	line-height: 1.2;
}
.spotGallery p:first-of-type {
	margin-bottom: 20px;
}
.spotGallery strong {
	display: block;
}
.spotGallery a {
	display: block;
}
aside .tourSpot {
	float: none;
	margin: 0 auto 15px auto;
}







/***** Content *****/
article {
	background: #fff;
	margin: 0 -2.5% 20px -2.5%;
	padding: 20px 2.5% 10px 2.5%;
}
.pageContent .articleWrapper {
	max-width: 690px;
	margin: 0 auto 20px auto;
}
#breadCrumb {
	display:none;
}
#pageHeader {
	background: #fff;
	margin: 0 -2.5%;
	padding: 20px 2.5% 3px 2.5%;
	overflow: hidden;
}
#pageHeader h1 {
	margin-bottom: 0;
	font-size: 34px;
	font-weight: 300;
}
#pageHeader p {
	margin: 0;
	padding: 0;
}
article h2 {
	font-size: 28px;
	font-weight: 300;
}
article li {
	margin: 0 0 6px 0;
}
article img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.5em;
}
#socialTop {
	padding-top: 20px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 52.5%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/***** Our People *****/
.teamMember {
	overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dotted #bab0a5;
    margin: 0 5% 20px 5%;
}
.teamMember:last-child {
	border: none;
}
.teamMember h2 {
	margin-bottom: 0;
}
.teamPosition {
	color: #666;
}
.teamMember p:last-of-type {
	margin-bottom: 10px;
}




/***** Tour List *****/
#fullWidth {
	overflow: hidden;
}
.tourListContent #pageHeader {
	background: none;
	margin-bottom: 20px;
}




/***** Tour Details *****/
#tourHeader {
	background: #fff;
	margin: 0 -2.5%;
	padding: 20px 2.5% 0 2.5%;
}
#tourHeader h1 {
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 300;
}
#tourHeader img {
	width: 100%;
	height: auto;
	display: block;
}
#tourOptions {
	background: #222;
	color: #fff;
	padding: 12px;
	margin-bottom: 20px;
}
#tourOptions h3 {
	margin: 0;
}
#tourOptions label {
	display: block;
	margin: 3px 0 3px 0px;
}
#depositPrice {
	font-size: 20px;
	padding: 10px 0;
}
#depositPriceTerms {
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 14px;
}
#tourOptions .button {
	font-size: 18px;
	padding: 0 30px;
	line-height: 40px;
	margin-bottom: 15px;
	cursor: pointer;
}
#tourOptionsTerms {
	font-size: 14px;
}
#tourExcerpt {
	/*font-size: 24px;
	font-weight: 300;*/
	margin: 0 0 20px 0;
}
#tourHightlights ul,
#tourInclusions ul {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding-left: 17px;
}
#tourHightlights li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f069';
	margin:0 3px 0 -15px;
}
#tourInclusions li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f058';
	margin:0 3px 0 -15px;
}
.tourNotice h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
.itineraryDay {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #bab0a5;
}
.itineraryDay:last-child {
	border: none;
}
.itineraryDay h3 {
	margin: 0;
	padding: 0;
}
.itineraryImgWrapper {
	float: left;
}
/*.itineraryImgWrapper img {
	width: 50px;
	height: auto;
}*/
.itineraryDay h3,
.itinerarySubHead,
.itineraryDay p {
	margin-left: 40px;
}
.itinerarySubHead {
	color: #666;
	font-weight: 700;
}
.itineraryDay p:last-of-type {
	margin-bottom: 0;
}
.pdfItinerary {
	display: inline-block;
	background: #eeebe9;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 14px;
	padding: 8px;
    letter-spacing: 0;
    text-decoration: none;
    margin: 0px 0 0 10px;
    vertical-align: middle;
    color: #333;
}
#tourOptions2 {
	background: #000;
	color: #fff;
}
#tourOptionsWrapper2 {
	padding: 20px 5%;
}
#tourOptions2 h2 {
	 background: #f99d31;
	 line-height: 50px;
	 padding: 0 0 0 5%;
	 font-size: 24px;
	 font-weight: 700;
	 margin: 0;
 }
#tourOptionsContent2 label {
	display: block;
	margin: 3px 0 3px 0px;
}
#tourOptionsContent2 label input {
	width: auto;
}
#depositPrice2 {
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 10px;
}
#tourOptions2 .button {
	font-size: 22px;
	padding: 0 30px;
	line-height: 50px;
	margin-bottom: 20px;
	cursor: pointer;
}
#tourOptionsTerms2 {
	font-size: 14px;
}
#tourOptionsPhone2 strong {
	font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
#tourOptionsPhone2 em {
	font-weight: 300;
	font-size: 40px;
	letter-spacing: -1px;
	display: block;
	margin: -10px 0 12px 0;
}
#meetGreet {
	margin-bottom: 30px;
}
#tourWowMoments {
	background: #e9e7e5;
	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;
}
#tourWowMoments_text,
#tourWowMoments_pic {
	-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: 100%;
}
#tourWowMoments_text {
	box-sizing: border-box;
	padding: 25px;
}
#tourWowMoments_pic {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#tourWowMoments_pic img {
	display: block;
	width: 100%;
	height: auto;
}
#sisterhoodPledge {
	border: 1px solid #e5e5e5;
	padding: 33px 40px 20px 40px;
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
    #tourWowMoments_text,
	#tourWowMoments_pic {
		width: 50%;
	}
	#tourWowMoments_pic img {
		display: none;
	}
}




/***** Blog List *****/
.postTile {
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #bab0a5;
}
.postTile:last-of-type {
	border-bottom: none;
}
.postTile p,
.postTile h2 {
	margin: 0 0 0 90px;
}
.postTile h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
}
.postTile img {
	float: left;
	max-width: 80px;
	margin: 0;
}
.postTile .meta {
	color: #666;
}
#pagination {
	list-style: none;
	padding-left:0;
	margin-left: 0;
}
#pagination li {
	display: inline-block;
	margin: 0 20px 0 0;
}
#pagination .active {
	font-weight: bold;
	text-decoration: none;
	colour: #333 !important;
}




/***** Blog Post *****/
#aboutAuthor {
	border-top: 1px dotted #bab0a5;
	border-bottom: 1px dotted #bab0a5;
	padding: 20px 0;
	margin-bottom: 20px;
	min-height: 120px;
	margin-top: 4em;
}
#aboutAuthor img {
	max-width: 80px;
	float: left;
}
#aboutAuthor p,
#aboutAuthor h2 {
	margin: 0 0 0 90px;
}
#aboutAuthor h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
}
#aboutAuthor p {
	font-size: 14px;
}
#addComment {
	margin-bottom: 30px;
}
.comment {
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #bab0a5;
}
/*.comment:last-of-type {
	border: none;
}*/
.comment p {
	margin-bottom: 20px;
}
.comment img {
	float: left;
	width: 40px;
	height: auto;
}
.commentContent {
	margin: 0 0 0 50px;
}
.comment strong em {
	font-style: normal;
	font-weight: 400;
	color:#666;
	font-size: 14px;
}
.commentNest .commentNest {
	padding-left: 30px;
}



/***** Photos *****/
.galleryTile {
	padding-bottom: 20px;
	border-bottom: 1px dotted #bab0a5;
	max-width: 354px;
	margin: 0 auto 20px auto;
}
.galleryTile img {
	margin: 0 0 6px 0;
}
.galleryTile p,
.galleryTile h2 {
	margin: 0;
	line-height: 1.2;
}
.galleryTile h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
}
.galleryPhoto {
	border-bottom: 2px solid #d4c5c3;
	margin-bottom: 20px;
}
.galleryPhoto img {
	margin: 0;
}
.galleryPhoto fig {
	background: #f9f1f4;
	display: block;
	padding: 12px;
	font-style: italic;
}
.uploadPhotos .grid_delete_row_gutter {
	display: none;
}
.uploadPhotos input {
	max-width: none;
}
.uploadPhotosYear input,
.addTestimonialYear input {
	width: 80px;
}
.uploadPhotosRegion,
.addTestimonialRegion {
	overflow: hidden;
}
.uploadPhotosRegion .multiselect-filter,
.addTestimonialRegion .multiselect-filter {
	position: absolute;
	left:-9999px;
}
.multiselect li, .multiselect-active li {
	margin-bottom: 0;
}




/***** Testimonials *****/
.testimonial {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bab0a5;
	margin: 0 5% 20px 5%;
}
.testimonial:last-child {
	border-bottom: none;
}
.testimonial q,
.testimonial .quote {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	display: block;
	line-height: 1.4;
	margin-bottom: 18px;
}
.testimonial cite {
	margin: -1px 0 0 0;
	line-height: 1.2;
}
.testimonial cite strong,
.testimonial cite {
	display: block;	
}
.testimonial .testimonialImgWrapper {
	width: 98px;
	height: 70px;
	/*-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;*/
}




/***** Booking Form *****/
#bookingCart {
	background: #000;
	color:#fff;
	padding: 12px;
	margin-bottom: 20px;
}
#bookingCart h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.bookingCartItem {
	overflow: hidden;
	border-bottom: 1px dotted #666;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
/*.bookingCartItem strong {
	float: left;
	width: 70%;
}*/
.bookingCartItem label {
	font-weight: 400;
	/*float:right;
	width: 30%;*/
}
.bookingCartItem label input {
	width: auto;
	margin: 0;
}
.bookingCartOptions select {
	width: 180px;
}
#bookingCartTotal {
	margin-bottom: 10px;
}
#bookingMember {
	background: #3e3e3e;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-top:-20px;
	margin-bottom: 20px;
}
#bookingMember p {
	margin: 0;
}
#bookingMember a {
	color: #fff !important;
}
#bookingFormWrapper h2 {
	font-weight: 700;
	margin-bottom: 13px;
}
.control-group,
.currentMemberCheck {
	margin-bottom: 15px;
	overflow: hidden;
}
.control-group label,
.currentMemberCheck strong {
	float: left;
	width: auto;
	margin: 1px 7px 0 0;
}
.currentMemberCheck label {
	width: 33%;
    float: left;
    font-weight: 400;
}
.control-group .fa {
	font-size: 25px;
    float: left;
    margin: 0 5px 0 0;
    color: #f99d31;
}
fieldset {
	margin: 0 auto 20px auto;
	max-width: 600px;
}
legend {
	display: block;
	border-bottom: 1px dotted #bab0a5;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 15px 0;
	width: 100%;
}
form li {
	clear: both;
}
#bookingFormWrapper ol {
	max-width: 300px;
	margin: 0 auto;
}
ol input[type="text"],
ol input[type="tel"],
ol input[type="email"],
ol input[type="password"],
ol input[type="number"] {
	padding: 0 0 0 10px;
	background: #f8f7f6;
	border: 1px solid #ddd7d2;
	-moz-box-shadow: 0 1px 1px 0 #f1efed;
	-webkit-box-shadow: 0 1px 1px 0 #f1efed;
	box-shadow: 0 1px 1px 0 #f1efed;
}
.radioLi {
	overflow: hidden;
}
.radioLi strong {
	display: block;
	line-height: 1.1;
}
.radioLi label {
	width: 33%;
	float: left;
	font-weight: 400;
}
.radioLi label input {
	width: auto;
}
#bookingFormWrapper .button {
	display: block;
    margin: 0 auto;
    width: 80%;
}
.bookInstructions {
	line-height: 1.2;
}
#phone
#passportNumber {
	width: 150px;
}
#zip {
	width: 100px;
}
#expiration_month,
#expiration_year {
	width: 65px;
}
#CVV2 {
	width: 65px;
}
.smokingLi label {
	width: 50%;
}
#heartD,
#disableD,
#illnessD,
#dietD {
	display: none;
}
.bookingTerms input {
	width: auto;
}
form .error {
	display: block;
	color: #cc0000;
	font-weight: 700;
}
ol input[type="text"].error, 
ol input[type="tel"].error, 
ol input[type="email"].error, 
ol input[type="password"].error,
select.error {
	display: inline;
	border: 2px solid #cc0000;
}
em.error {
	display: block;
	color: #cc0000;
	font-weight: 700;
}
li.error {
	background: #ffe9e9;
	padding: 0 10px;
}
li.error strong {
	clear: both;
	display: block;
	font-weight: 400;
}
ul.errors {
	color: #cc0000;
}
.bookingTourPreferences li,
.bookingFitTravel li {
	margin-bottom: 20px;
}
.mand {
	color: #cc0000;
}
.customPayment #checkout_form_gateway_fields fieldset p {
	display: none;
}
.bookingCartWarning {
	background: #cc0000;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}
form .bookingCartWarning {
	display: none;
}




/***** Progress Payment *****/
.progPayAmount input {
	width: 150px;
}
.progPayTour select {
	max-width: 100%;
}





/***** Travel Insurance *****/
#insuranceIframe {
	width: 100%;
	height: 2100px;
}




/***** Community *****/
.spotAvatar img {
	max-width: 100%;
}
#memberReminder {
	padding: 20px 20px 1px 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
}




/***** Add a Post *****/
.formInput {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bab0a5;
}
.formInput strong {
	display: block;
}
.addPostTitle input {
	width: 100%;
	max-width: none;
}
.addPostImage .file_existing {
	display: none;
}




/***** In the Media *****/
.media {
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #bab0a5;
}
.media h2 {
	font-size: 25px;
	margin-bottom: 5px;
	line-height: 1.1;
}
.mediaMeta {
	color: #666;
	font-size: 90%;
}
.media p {
	margin-bottom: 1.1em;
}
.media p:last-child {
	margin-bottom: 0;
	
}






/***** Footer *****/
#footerPromo {
	background: #fff;
	padding: 20px 0 30px 0;
}
#footerPromo .col1 {
	margin-bottom: 20px;
}
#footerPromo .col1 .button {
	background: #fff;
	border: 2px solid #c1cc24;
	color: #c1cc24;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
#footerPromo .col1 .button:hover {
	background: #d0db35;
	text-shadow: none;
	color: #fff;
}
#footerPromo .col2 .button {
	background: #fff;
	border: 2px solid #00a8ca;
	color: #00a8ca;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
#footerPromo .col2 .button:hover {
	background: #1abfe0;
	text-shadow: none;
	color: #fff;
}
#footerNav {
	background: #fff;
	color: #333;
	padding: 20px 0;
}
#footerNav .wrapper {
	border-bottom: 1px dotted #ccc;
    overflow: hidden;
    border-top: 1px dotted #ccc;
}
#footerNav a:link,
#footerNav a:visited,
#footerNav a:hover,
#footerNav a:active {
	color: #333;
	text-decoration: none;
	display: block;
}
#footerNav ul {	
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footerNav li {	
	margin: 0 0 5px 0;
}
#footerSocial {
	display: table;
	width: 100%;
}
#footerSocial li {
	display: table-cell;
	width: 33%;
	text-align: center;
	padding-top: 15px;
}
#footerSocial a {
	padding: 0;
	border: none;
	font-size: 40px;
}
#footerContent {
	background: #fff;
	color: #333;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
#footerContent ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
#footerContent .col1 i {
	float:left;
	margin: 2px 5px 0 0;
}
#footerContent .col1 em {
	display: block;
	margin: 0 0 0 15px;
}
#footerContent a:link,
#footerContent a:visited,
#footerContent a:hover,
#footerContent a:active {
	color: #333;
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
}
#footerContent .col2 strong {
	font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
#footerContent .col2 em {
	font-weight: 300;
	font-size: 40px;
	letter-spacing: -1px;
	display: block;
	margin: -10px 0 12px 0;
}
#footerContent .col3 h2 {
	font-weight: 300;
}
#footerContent .col3 form {
	margin-bottom: 10px;
}
#footerContent .col3 label {
	font-weight: 700;
	float: left;
	width: 112px;
	margin: 9px 0 0 0;
}
#footerContent .col3 input {
	margin-bottom: 10px;
}
#footerContent .col3 input.button {
	display: block;
	border: 2px solid #db0862;
	background: #fff;
	color: #db0862;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
#footerContent .col3 input.button:hover {
	text-shadow: none;
}
#footerLegals {
	background: #fff;
	padding: 20px 0;
	color: #999;
}
#footerLegals p {
	margin: 0;
}
#footerLegals a:link,
#footerLegals a:visited,
#footerLegals a:hover,
#footerLegals a:active {
	color: #999;
	text-decoration: none;
	padding: 0 5px;
}
.infusion-field {
	height: auto !important;
}
#footerSponsors ul {
	margin: 0;
	padding: 0;
}
#footerSponsors li {
	list-style-type: none;
	margin: 0 auto 8px auto;
}



/***** Popup Newsletter *****/
#popNewsBg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
}
#popNews {
	display: none;
	position: fixed;
	left: 5%;
	width: 90%;
	top: 50%;
	/*margin-top: - calc(100% / 2);*/
	background: #fff;
	border: 1px solid #d81563;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	z-index: 9999;
	background: #fff url(/ui/images/tour-head.png) no-repeat right bottom;
	background-size: auto 50px;
}
#popNews .wrapper {
	padding: 20px 20px 30px 20px;
}
#popNews h2 {
	font-size: 30px;
	color: #d81563;
	margin-bottom: 10px;
}
#popNews input {
	width: 95%;
	padding: 0 2.5%;
	margin: 0 0 12px 0;
}
#popNews em {
	display: block;
	font-size: 12px;
	color: #444;
	text-align: center;
}
#popNews .fa-times {
	position: absolute;
    right: 0;
    top: 4px;
    width: 40px;
    height: 40px;
    text-align: right;
    font-size: 21px;
    color: #333;
}
@media screen and (min-width: 768px) {
    #popNews {
	    width: 650px;
	    left: 50%;
	    margin-left: -325px;
	    background-size: auto auto;
    }
    #popNews h2 {
	    font-size: 44px;
    }
    #popNews p {
	    font-size: 24px;
    }
    #popNews input {
		width: 100%;
	    padding: 10px 2.5%;
	    font-size: 22px;
	    height: auto;
	    line-height: normal;
    }
    #popNews .button {
	    max-width: 330px;
	    margin: 0 auto;
	    display: block;
	    padding: 12px 0;
    }
    #popNews .fa-times {
	    right: -8px;
    }
}

#tourYearNav {
	overflow: hidden;
}
#tourYearNav ul {
	list-style: none;
	padding: 0;
}
#tourYearNav li:first-child {
	padding-left: 0;
}
.tourYear,
.tourYear2019,
.tourYear2020,
.tourYear2021,
.tourYear2022,
.tourYear2023,
.tourYear2024,
.tourYear2025,
.tourYear2026,
.tourYear2027,
.tourYear2028,
.tourYear2029 {
	padding-left: 10px;
    display: block;
    float: left;
    margin-right: 10px;
}
.tourYear2019 ~ .tourYear2019,
.tourYear2020 ~ .tourYear2020,
.tourYear2021 ~ .tourYear2021,
.tourYear2022 ~ .tourYear2022,
.tourYear2023 ~ .tourYear2023,
.tourYear2024 ~ .tourYear2024,
.tourYear2025 ~ .tourYear2025,
.tourYear2026 ~ .tourYear2026,
.tourYear2027 ~ .tourYear2027,
.tourYear2028 ~ .tourYear2028,
.tourYear2029 ~ .tourYear2029  {
	display: none;
}
.tourSpot h2 {
	display: block;
}
.tourSpot  ~ .tourSpot h2 {
	display: none !important;
}
#tourHideSoldout {
	padding: 16px 0 0 3px;
	color: #db0862;
	text-decoration: underline;
}








/* 15.VENDOR-SPECIFIC */

::-webkit-selection { 
background: rgb(219,8,98); 
color: #ffffff; 
text-shadow: none; }

::-moz-selection { 
background: rgb(23,119,175); 
color: #ffffff; 
text-shadow: none; }

::selection { 
background: rgb(23,119,175); 
color: #ffffff;
text-shadow: none; }




div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }


/* Sources: 
http://meyerweb.com/eric/tools/css/reset
http://people.opera.com/patrickl/experiments/keyboard/test
http://gist.github.com/413930
http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap
http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars
http://tjkdesign.com/ez-css/css/base.css
http://viget.com/inspire/styling-the-button-element-in-internet-explorer
http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing
http://html5doctor.com/html-5-reset-stylesheet/
http://praegnanz.de/weblog/htmlcssjs-kickstart/
http://camendesign.com/design/
http://yui.yahooapis.com/2.8.1/build/base/base.css
http://webaim.org/techniques/css/invisiblecontent/
http://drupal.org/node/897638
*/