/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #444;
}

html {
    font-size: 0.9em;
    line-height: 1.6em;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
	 max-width: 100% !important;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
	/* color:#960000; */
	color: #bf1313;
	text-decoration:none;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body { background-color: #fff; font-family: "Raleway",sans-serif; }
h1 { margin:0; padding: 0px 10px; color:#960000; }
blockquote { font-style:italic; color:#666; }

.video_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_wrapper.video_column {
	width: calc(100% - 450px); 
	padding-bottom: 35%;
}

.container {text-align:justify; padding:20px 50px; margin:auto; }

.container p { margin:10px 2px; }

.container_4 div p { border:1px solid #333; padding:10px; }

#sitetitle {
    border-bottom: 1px solid #f4f0e8;
    color: #666;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.5em;
    padding: 36px;
	text-align:center;
	display:block;
	margin-top:8px;
}

#nav {
	text-align:center;
	/* clear:both; */
	padding-left:180px;
}
#nav ul {
	margin:auto;
	display:inline-block;
}

.slicknav_menu {
	display:none;
}


















#banner {
	position:relative;
	width: 100%;
	background-color:#0f0f0f;
	text-align:center;
}
#banner img {
	max-width:100%;
}
	

/* 
.container .col_1 {
	float:left;
	width:60%;
	border: 1px solid #eee;
	margin:5px;
}
*/


.container .col_1 {
	/* border: 1px solid #eee; */
	padding:15px 5px;
	padding-right:350px;
}
.container .col_1 .col_1_inner {
}

.container .col_2 {
	float:right; 
	width:380px; 
	margin-left:40px; 
	background-color:#f9f6ef; 
	padding:10px; 
	margin-top: 20px;
}
.container .col_1 .split_right {
	width:50%;
	float:right;
}
.container .col_1 .split_left {
	width:290px;
	float:left;
	padding:10px;
}
.container .left_column_limit {
	width:calc(100% - 450px);
}





.three_col_wrapper .three_cols {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.three_col_wrapper .three_col {
	flex: 1;
	margin: 10px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

@media screen and (min-width: 641px) {
	.three_col_wrapper {
		margin: 0 70px;
	}
}

@media screen and (max-width: 980px) {
  .three_col_wrapper .three_cols .three_col {
		margin-bottom: 25px;
		flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.three_col_wrapper .three_cols .three_col {
		flex-basis: 100%;
		margin: 0 0 25px 0 !important;
	}
}

/*
.title1 {
	font-weight:bold;
	margin-top:30px !important;
	font-size:1.2em;
	color:#960000;
}*/
.title2 {
	/* font-family:Arial,Verdana,Geneva,serif; */
	font-family:'Raleway',Verdana,Geneva,serif; 
	font-size:22px; 
	color:#333;
}
.title3 {
	font-family:'Raleway',Verdana,Geneva,serif; 
	font-size:18px; 
	color:#333;
	text-transform:uppercase;
	display:block;
	text-align:center;
}

.divider {
	height:3px;
	background-color:#960000;
	margin:20px 12px;
}
	

#footer {
	padding:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f9f6ef;
	border-top:1px solid #eee;
    color: #ab4500;
    font-weight: bold;
    text-align: center;
}



.contact_home input, .contact_home textarea {
	width:200px;
	border-radius:3px;
	padding:5px;
}

.contact_home .human {
	padding:0;
}
.contact_home .human input[type="checkbox"]  {
	width:10px !important;
	position: absolute; 
	top:-2px;
}
.contact_home .human div  {
	font-size:0.7em;
	color:gray;
	display:inline;
	padding:0 0 0 80px;
}
.contact_home .human div.humancheck {
	position:relative;
	padding-left: 15px;
}


.contact_us .contact_form label {
	width:100px;
}
.contact_us .human div  {
	padding-left:120px;
}

.contact_us .contact_form button {
	margin-left:105px;
}

.submitted {
	text-align:center;
	padding-top:120px;
}

.submitted div {
	padding:10px;
	border: 3px solid #0f3;
    border-radius: 5px;
    margin-left: 40px;
}



.threecol {
	width:33%;
	display:inline-block;
}



.title {
	font-family:'Raleway',Verdana,Geneva,serif; 
	color:black; 
	font-weight:normal; 
	font-size:24px; 
	margin:0;
	text-transform:uppercase;
}

.title_wrapper {
	background-color:#fcf9f3; 
	padding:20px 50px; 
	border-bottom:1px solid #f4f0e8; 
	border-top:1px solid #f4f0e8;
}
.rides_dates {
	font-family:Arial,Helvetica,'Helvetica Neue',sans-serif; 
	font-size:16px; 
	color:#333;
	font-weight:bold;
}

h2 {
	font-size: 34px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    font-family: "Raleway","Helvetica",arial,serif;
    color: #666;
	text-transform:uppercase;
	letter-spacing:.5em;
}

p.hometext {
	font-size: 16px;
    margin: 0 80px;
	text-align:justify;
    line-height: 1.7em;
    color: #444;
    font-family: "Raleway",sans-serif;
}
div.home_boxes {
	 margin:20px 55px; 
	 text-align:center;
}
div.home_inner_box {
	width:49%; 
	min-width:480px; 
	display:inline-block; 
	text-align:left; 
	vertical-align:top;
}
div.home_inner_box .home_readmore {
	display:none;
}
div.homebox_padding {
	padding:20px;
}
div.home_inner_box p {
	font-size:16px;
}

.youtubevideo {
	width:470px; 
	float:right; 
	padding:20px
}

.rightbox {
	float:right; 
	display:block; 
	width:380px; 
	margin: 0 0 30px 30px;
}
.aboutboxR {
	/* float:right; */
	display:block; 
	width:288px; 
	margin: 0 0 20px 20px;
}
.aboutboxL {
	float:left; 
	display:block; 
	width:288px; 
	margin: 0 20px 20px 0;
}
.boxshading {
	background-color:#f9f6ef;
	padding:15px;
}





#accordion {
	 font-size:12px;
}
#accordion h3 {
	color:black;
}
#accordion ul {
	padding-left:20px;	
}
#accordion li {
	margin-bottom:12px;
	line-height:1.5em;
}





/* ACCORDION (different from above accordion, this is for Prepare for your Journey page */

.accordion {
    margin: 0;
    padding:10px;
    height:20px;
    border-top:#fff 1px solid;
    background: #eee;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #333;
    font-size:16px;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, .5);

}
.accordion-open {
    background:#666;
    color: #fff;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion-open span {
    background:url(../img/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(../img/plus.png) center center no-repeat;
    padding:10px;
}
.accordion div.a_container {
    padding:0;
    margin:0;
}
.accordion div.a_content {
    background:#f0f0f0;
    margin: 0;
    padding:10px;
    font-size:1em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.accordion div.a_content ul, .accordion  div.a_content p {
    padding:0;
    margin:0;
    padding:3px;
}
.accordion div.a_content ul li {
    list-style-position:inside;
    line-height:25px;
}
.accordion div.a_content ul li a {
    color:#555555;
}
.accordion code {
    overflow:auto;
}

.img_autowidth {
	width:calc(100% - 450px);
	margin:auto;
}

.img_full {
	width:100%;
	margin:12px 0;
}

.leftbox {
	float:left; 
	width:45%; 
	margin: 0 20px 20px 0;
	
}
.img_itin {
	width:100%;
	/* max-width:800px !important; */
	display:none;
}
.rideLcol {
	margin-bottom:20px;
}
@media screen and (max-width: 960px) {
	.leftbox {
		display:none;
	}
	
	.img_itin {
		display:block;
	}	
}
@media screen and (max-width: 1200px) {

}




#infotable {
	color:#66372d; /* 44150b; */
	padding-bottom:20px;
}
#infotable .infoline {
	padding-top: 15px;
	clear:both;
}
#infotable .infoleft {
	font-weight:bold;
	text-align:right;
	width:150px;
	float:left;
	padding-right:10px;
}
#infotable .inforight {
	text-align:left;
	width:180px;
	float:left;
}











#mobile_destination {
	display:none;
}
.mobile_only {
	 display:none;
 }


@media screen and (min-width: 640px) {
	.contact_us .contact_form input, .contact_us .contact_form textarea {
		width:400px !important;
	}
	.contact_us .contact_form select {
		width:440px !important;
	}

}

@media screen and (max-width: 1080px) {
	#header_contact {
		display:none;
	}
}
@media screen and (min-width: 961px) {
	.container .col_1 .col_1_inner {
		width:calc(100% - 90px);
	}
}
@media screen and (max-width: 960px) {
	.container {
		padding: 10px 5px;
	}
	.img_autowidth {
		width:100%;
	}
	#newsletter {
		display:none;
	}

	.container .col_1 {
		padding:10px;
	}
	.container .left_column_limit {
		width:100%;
	}	
	#header_join {
		display:none;
	}
	.container_4 {
		padding:0;
		margin:0;
		width:100%;
	}

	.submitted {
		padding-top:20px;
	}
	
	.submitted div {
		padding:5px;
		border: 3px solid #0f3;
		border-radius: 5px;
		margin-left: 0px;
	}
		
	.accordion {
		font-size:0.9em;
		line-height:1em;
	}
	
		
	.gallery li:nth-child(3n+1) {
		clear:left;
	}
		/* #menu is the original menu */
	.js #nav {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	.callbacks li {
		left:0;
	}
	
	.callbacks img {
	  display: block;
	  position: relative;
	  z-index: 1;
	  height: auto;
	  width: 300%;
	  margin-left:-100%;
	  border: 0;
	  }
	 
	 .no_mobile {
		 display:none;
	 }
	 .mobile_only {
		 display:inherit;
	 }
	 
	 #mobile_destination {
		display:block !important;
	}
	 
	 .slicknav_menu {
		background:none;
	}
	#logo_black { border:none; }
	
	.threecol {
		width:100%;
		display:block;
	}
	
	#sitetitle {
		font-size:20px;
	}
	
	.video_wrapper.video_column {
		width: 100%; 
		padding-bottom: 56.25%;
	}

}

	

@media screen and (max-width: 40em) {

	 .container .col_1 {
		 padding-right:5px;
	 }
	.accordion {
		font-size:0.7em;
	}
	.gallery li:nth-child(4n+1) {
		clear:left;
	}


}	


/* tablet */
@media(max-width:768px){

	
}

/* small tablet */
@media(max-width:640px){
		
	.gallery li:nth-child(2n) {
		clear:right;
	}
	
	.title, .title2, .subtitle {
		font-size:20px; 
	}

	.title_wrapper {
		padding:10px 20px; 
	}
	.rides_dates {
		font-size:14px;
	}
	p.hometext {
    	margin: 0 5px;
	}
	div.home_boxes {
		margin: 0 5px;
	}
	div.home_inner_box {
		width:100%; 
		min-width:inherit;
		display:block; 
	}
	div.homebox_padding {
		padding:10px 0px;
	}
	.img_phone, .darkshadow {
		width:100%;
		height:auto !important;
		margin:0px !important;
	}
	.youtubevideo {
		width:100%; 
		height:auto; 
		float:none; 
		padding:0px;
	}
	
	.aboutboxR, .aboutboxL {
		float:none; 
		margin:auto;
	}
	#sitetitle {
		font-size:14px;
	}
}

/* iPhone landscape */
@media(max-width:480px){
		
	.gallery li {
		clear:left;
	}
	.contact_us .human div {
		padding-left: 0px;
	}
	.contact_home .human div {
		padding:  0px;
		padding-left: 12px;
	}	
	
	
}

/* iPhone */
@media(max-width:320px){
	
	
}











/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}




h1, h2 { font-family: 'Raleway', 'Helvetica', arial, serif; }
a.title {
	text-align: left !important;
}

.subtitle {
	padding-top:15px;
	font-family:'Raleway',Verdana,Geneva,serif; 
	color:black; 
	font-weight:normal; 
	font-size:24px; 
	margin:0;
	text-transform:uppercase;}

#press .presswrap {
	cursor:pointer;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #CCC;
}
#press .ptitle {
	font-weight:bold;
}
#press .pauthor {
	 font-size:12px; 
	 color:gray; 
	 line-height:12px;
}
#press .pdate {
	font-size:10px; 
	color:gray; 
	line-height:12px;
}


a.button_brown {
	background-color:#ce9b47; 
	color:white; 
	padding:12px; 
	font-size:18px; 
	border-radius:10px; 
	text-transform:uppercase;
}
a.button_brown:hover {
	background-color: #ce442a;
}
a.small_button_brown {
	background-color:#ce442a; 
	color:white; 
	padding:0px 10px;
	font-weight:bold; 
	font-size:13px; 
	border-radius:9px;
	font-family:Verdana, Geneva, sans-serif;
	display:inline-block;
}


.col_thin {
	margin-left:100px; 
	margin-right:100px;
}
@media screen and (max-width: 1280px) {
	.col_thin {
		margin-left:0px; 
		margin-right:0px;
	}
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}