/*
Theme Name: VCRR Theme
Theme URI: http://verdecanyonrr.com
Description: Custom SMB Theme
Author: Jeromy Condon
Author URI: http://www.peppertreemarketing.com
Version: 1.0
*/

/*
|====================================================
| CSS RESET
|====================================================
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/*
|====================================================
| SIMPLE GRID BY ME!
|====================================================
*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

.cf:before,
.cf:after,
.container:before,
.container:after {
    content: " ";
    display: table;
    clear:both;
}

.cf:after,
.container:after {
    clear: both;
}

.container {
	max-width: 1200px;
	margin: auto;
	padding:0 10px;
}

.row {
	overflow: hidden;
}

[class*='col-'] {
  float: left;
  padding: 30px 20px;
  position:relative;
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%
}

.col-2-5 {
	width: 40%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

.col-3-4 {
	width: 75%;
}

.col-1-3 {
	width: 33.33%;
}

.col-2-3 {
	width: 66.66%;
}





.col-auto, .col-auto.mobile-hide {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

img, iframe {
	max-width: 100%;
	height: auto;
}

/*
|====================================================
| FLEXSLIDER STYLES
|====================================================
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0!important;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 48px; height: 88px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev {
   opacity: 1;
   left: 30px;
   /*
   background: url(site-assets/icon-arrow-l.png) no-repeat left top;
   */
   }

   .flexslider:hover .flex-prev:before {
     content: "\f053";
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 30px;
     }

.flexslider:hover .flex-next {
  opacity: 1;
  right: 30px;
  /*
  background: url(site-assets/icon-arrow-r.png) no-repeat left top;
  */
   }



   .flexslider:hover .flex-next:before {
     content: "\f054";
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 30px;
     }



/*for the second flexslider*/
.flexslider-2.flexslider {
	margin: 0 0 20px 0;
}

/*.flexslider-2 .flex-direction-nav a {
	width:27px;
	height: 116px;
	top: 25%;
}*/
/*.flexslider.flexslider-2:hover .flex-prev { opacity: 1; left: 30px; background: url(site-assets/carousel-curly-l.png) no-repeat left top; }
.flexslider.flexslider-2:hover .flex-next { opacity: 1; right: 30px; background: url(site-assets/carousel-curly-r.png) no-repeat left top; }*/

.flexslider-2 .flex-control-nav {
	xwidth: 100%;
	position: absolute;
	bottom: 15px;
	left: 30px;
	text-align: left;
	color: #fff;
}
.flexslider-2 .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #ddd; background: rgba(255,255,255,0.5); }
.flexslider-2 .flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); }
.flexslider-2 .flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,0.9); cursor: default; }
/*for the second flexslider*/

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.slides img {
	display:block;
}

/*
|====================================================
| WORDPRESS CMS DEFAULT STYLES
|====================================================
*/

/* POST AREA STYLES
======================= */
.main-content article {
    position:relative;
}

.post-edit-link {
	position:absolute;
	top:10px;
	right:10px;
	padding:1px 3px;
	background:#ddd;
	border:solid 1px #777;
	text-decoration:none;
}

.post-edit-link a {
	text-decoration:none;
}

.post-edit-link:hover {
	background: #ccc;
}

.post-meta {
	font-size:12px;
	color:#555;
}

/* WP FLOATS & IMAGES
======================= */
.alignleft {
	float: left !important;
}

.alignright {
	float: right !important;
}

p .alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 5px 10px 10px 0;
	padding: 0;
}

p .alignright, img.alignright, .wp-caption.alignright {
	margin: 5px 0 10px 10px;
	padding: 0;
}

.aligncenter {
	display:block;
	margin:0 auto;
}

.wp-caption-text {
	text-align:center;
	font-size:12px;
	color:#555;
	font-style:italic;
	margin:0;
}


/* COMMENT LIST STYLES DELETE THE ONES YOU DON'T USE
======================= */
ol.commentlist { list-style: none; margin:0; padding:0 0 20px 0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { padding: 20px 20px 20px 104px; position:relative; min-height:104px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { position:absolute; top:20px; left:20px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; color:#aaa;  }
ol.commentlist li.comment div.comment-meta a { }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 12px; }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0 0; padding:0;}
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

/* COMMENT FORM STYLES
======================= */
#respond form {
	padding:0 0 0 20px;
}

#respond input[type="text"] {
	width:350px;
}

#respond textarea {
	width:550px;
	height:150px;
}
/*
|====================================================
| PAGE LAYOUT STYLES
| SITE COLORS:
|	white: #ffffff;
|	brown: #56463e;
|	peach: #e8dad3;
|	orange: #c34f1b;
|	blue: #007e8b;
|	red: #d61920;
| SITE FONTS:
|
|====================================================
*/


/* OVERALL LAYOUT
======================= */
body {
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
	color: #56463e;
	font-weight: 300;

}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

.hero .container, .image-features .container {
	padding:0;
}

/*
  Hero Captions
  */

  .hero .flexslider .slides > li {
    background: #000;
    }

.hero .flexslider .slides img {
  opacity: .55;
  }

  .hero .slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 500px;
    padding: 15% 0;
    box-shadow: inset 0px 0px 0px 2000px rgba(0, 0, 0, 0.25)
    }


.caption-container {
    position: absolute;
    top: 50%;
    padding: 0 15px;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.25);
}

.caption-wrap h2 {
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .caption-wrap h3{
    font-size: 1.8em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    }

    .caption-wrap p {
    margin-top: 0;
    margin-bottom: 20px;
      }

.caption-wrap .btn-cta {
  background-color: #007e8b;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  letter-spacing: 0.5px;
  display: inline-block;
  }



  .caption-wrap .btn-cta:hover {
        background-color: #c34f1b;
        color: #fff;
    }

  .caption-wrap .btn-cta .fa {
    margin-left: 10px;
  }


@media (min-width: 768px) {
  .caption-container {
  padding: 0 100px;
  }

.caption-wrap {
  width: 60%;
  }
.caption-wrap h2 {
  font-size: 2.5em;
  }
}


.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
  }

.text-center {
  text-align: center;
  }

blockquote {
	font-style:italic;
	color: #999;
}

h1,h2,h3,h4,h5,h6,p {

}

a {
	color: #007e8b;
}

.mobile-show {
	display:none;
}

.mobile-hide {
	display:block;
}

/* HEADER STYLES
======================= */
header .col-1-1 {
	padding: 10px 0;
	position: relative;
	z-index:10;
}

.gift-card {
	font-size: .8em;
	color: #fff;
	background: #c34f1b;
	text-transform: uppercase;
	padding: 10px;
}

.gift-card span {
	display: block;
	font-weight: bold;
	font-size: 1.7em;
}

.gift-card a {
	color: #fff;
	text-decoration: none;
}

header .gift-card {
	position: absolute;
	top: 0;
	left: 200px;
  -webkit-animation: gift-card 5s infinite; /* Safari 4+ */
  -moz-animation:    gift-card 5s infinite; /* Fx 5+ */
  -o-animation:      gift-card 5s infinite; /* Opera 12+ */
  animation:         gift-card 5s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes gift-card {
  0% { box-shadow: 0 0 0 yellow; }
  50%   { box-shadow: 0 0 50px yellow; }
  100% { box-shadow: 0 0 0 yellow; }
}
@-moz-keyframes gift-card {
  0% { box-shadow: 0 0 0 yellow; }
  50%   { box-shadow: 0 0 50px yellow; }
  100% { box-shadow: 0 0 0 yellow; }
}
@-o-keyframes gift-card {
  0% { box-shadow: 0 0 0 yellow; }
  50%   { box-shadow: 0 0 50px yellow; }
  100% { box-shadow: 0 0 0 yellow; }
}
@keyframes gift-card {
  0% { box-shadow: 0 0 0 yellow; }
  50%   { box-shadow: 0 0 50px yellow; }
  100% { box-shadow: 0 0 0 yellow; }
}

.logo {
	float: left;
	/*
	padding-top: 20px;
	*/
}

.menu-button {
	cursor: pointer;
	width: 50px;
	height:50px;
	position: absolute;
	top: 30px;
	right: 10px;
}

.navigation {
	float: right;
	text-transform:uppercase;
}
.headerFlags {
	position: absolute;
	top: 35%;
	right: 0;
}

.navigation ul {
	margin:0;
	padding:0;
}

.navigation li {
	list-style:none;
	float:left;
	padding: 5px 10px;
}

.navigation a {
	color: #fff;
	text-decoration: none;
	display:block;
}
.headerFlags a {
	color: #fff;
}

.navigation .nav-a a:hover {
	color: #56463e;
}

.navigation .nav-b a {
	color: #56463e;
}

.nav-a {
	position: absolute;
	z-index:20;
	top:0;
	right:0;
	font-size: 12px;
}

.nav-a nav {
	background: #c34f1b;
	vertical-align: top;
	display: inline-block;
}

.nav-b {
	position: absolute;
	bottom: 30px;
	right:-10px;
	z-index:30;
	font-size: 14px;
}

.nav-b ul ul {
	border:none;
	position:absolute;
	margin:0;
	padding:60px 30px 30px;
	top:25px;
	right:10px;
	width:750px;
	background: #fff;
	background: rgba(255,255,255,.9);
	display:none;
	z-index:2000;
}

.nav-b li:hover, .nav-b a:hover {
	color: #007e8b;
}

.nav-b li:hover li a {
	color: #56463e;
}

.nav-b li:hover li a:hover {
	color: #007e8b;
}

.nav-b li:hover ul {
	display:block;
}

.nav-b li:hover > a {
	color: #007e8b;
}

.nav-b ul ul li a:hover {
	color: #007e8b;
}

.nav-b ul ul li {
	margin: 0;
	width: 25%;
}

.nav-b ul ul li:last-child {
float: right;
}

.nav-b li {
	float:left;
	margin:0 0 0 10px;
}

.nav-b .extra-subnav {
	border-top: solid 5px #56463e;
	background: none;
	width: 100%;
	display:block;
	position: static;
	padding: 15px 0 0 0;
	margin: 0;
}

.nav-b span {
	display:block;
	padding: 15px 0;
}

.extra-subnav a {
	display:block;
	padding:0;}

.nav-b .current-menu-item a {
	color: #007e8b;
	font-weight:400;
}

.nav-b a:hover {
	color: #007e8b;
}

/* SUBHEADER/CAROUSEL STYLES
======================= */
.flexslider-1 {
	overflow:hidden;
	margin: 0;
}

.slides img {
	width: 100%;
	height: auto;
}

.slides li {
	position: relative;
	z-index: 10;
}

.slides h1 {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	left: 0;
	right:0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 30px #000;
}

/* BOOKINGS SECTION STYLES
======================= */
.bookings {
	background: #56463e;
	color: #fff;
	padding: 10px;
}

.page-template-page-tradepartners .bookings {
	background-color: #007E8B;
	text-align: center;
}

.page-template-page-tradepartners .availability-button {
	background-color: #56463e;
	top: 0;
}

.page-template-page-tradepartners .bookings .adventure {
	left: 0;
}

.bookings .wrap {


}

.bookings [class*='col-'] {
	padding: 0 20px;
}

.bookings .title {
	text-align:left;
	padding: 30px 0;
}

.bookings .escape {
	background: url(site-assets/icon-arrow-r.png) no-repeat 160px center;
}

.page-template-page-tradepartners .bookings .escape {
	background-position: right center;
}


.bookings .escape a {
	display:block;
	text-decoration: none;
	color: #fff;
}

.page-template-page-tradepartners .bookings .escape a {
	padding-right: 70px;
}

.bookings .adventure {
	position: relative;
	left: 30px;
}

.cta-bar-btn {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	display:inline-block;
	padding: 12px 30px;
	position: relative;
	z-index: 1;
	}

	.btn-teal, .cta-teal {
  	background:#007e8b;
  	background-color: rgba(0, 126, 139, 0.9);
  	}

  	.btn-orange, .cta-orange {
    	background: #c34f1b;
    	background-color: rgba(195, 79, 27, 0.9);
    	}

  .cta-black {
    background: rgba(0,0,0,.8);
    }

    	.cta-bar-section a {
      	display: block;
      	position: relative;
      	}

    .cta-caption {
    position: relative;
    bottom: 0px;
    color: #fff;
    text-align: left;
    padding: 20px;
    margin: 0;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
      	}

.cta-caption span {
  font-weight: 700;
  font-size: 150%;
  display: block;
  }



.cta-bar-video .play-button {
    position: absolute;
    top: 40%;
    font-size: 54px;
    color: #fff;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.cta-bar-video a {
  display: block;
  position: relative;
  }

  .cta-bar {
    background: #c34f1b;
    background: #007e8b;
    background: #56463e;
    }

  .cta-bar .icon-wrap {

  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
  	}

  .cta-bar .fa {
  	vertical-align: middle;
  	font-size: 3.75em;
	}
	.cta-bar h3 {
  	text-align: left;
  	margin: 0;
  	line-height: 1;
  	text-transform: uppercase;
  	font-weight: 300;
  	font-size: 25px;
	}
	.cta-bar h3 span {
  	font-weight: 600;
	}
	.cta-bar a {
  	text-decoration: none;
  	color: #eee;
	}
	.cta-bar a:hover {
  	color: #007e8b;
  	}
  	.cta-bar a:hover h3 {
      color: #007e8b;
  	}

  	.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

	.table-row {
  	display: table;
  	width: 100% !important;
  	height: 100%;
	}

	.table-cell {
  	display: table-cell;
  	vertical-align: middle;
  	height: 100%;
	}

.table-3 {
  width: 50%;
  float: left;
  display: inline-block;
}

@media (min-width: 768px) {

	.table-row {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
	}

	.table-cell {
  	display: inline-block;
  	vertical-align: middle;
  	height: 100%;
	}

.table-3 {
  width: 33.3%;
  float: left;

}


}

@media (min-width: 960px) {
  .cta-bar .icon-wrap {
  display: inline-block;
  }
}


.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.icon-gift {
	width: 1.3125em;
}



@media (max-width: 768px) {
.mobile-hide {
	display:none !important;
}
  .cta-bar .table-row,
  .cta-bar .table-cell {
    display: block;
    }
  .cta-bar .icon-wrap {
    display: block;
    }
    .cta-bar .fa {
      font-size: 2.5em;
      }
    .cta-bar h3 {
      text-align: center;
      font-size: 16px;
      padding: 0;
    }

  }




/* homepage promo section 2 boxes */

.homepage-promo-wrap.half .table-cell {
width: 50%;
float: left;
}



.availability-button {
	background:#007e8b;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	display:inline-block;
	padding: 12px 30px;
	position: relative;
	z-index: 1;
	top: 35px;
	font-weight: 700;
}

.availability-button span {
	font-weight: 300;
}

a.partners {
	background:#007e8b;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	display:inline-block;
	padding: 5px 12px 4px;
	position: relative;
	z-index: 1;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}

a.partners span {
	font-size: 19px;
	font-weight: bold;
}
/*
.bookings.holiday [class*='col-'] {
	padding: 0;
}

.bookings.holiday .wrap {
	width: 100%;
	margin:auto;
}

.bookings.holiday .availability-button {
	padding: 10px;
}

.bookings.holiday .gift-card {
	position: relative;
	z-index: 1;
	top: 20px;
	left: 35px;
	width: 190px;
}
*/

/* CTA-SECTION STYLES
======================= */
.cta {
	background: url(site-assets/railroad-bg.jpg) no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.cta img {
	width: 100%;
	height:auto;
}
.cta-item {
	background: #fff;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.cta-item .under {
	border: solid 1px black;
	border-top: solid 40px black;
}

.cta-depot .under {
	border-color: #007e8b;
}

.cta-depot .over {
	background: #007e8b;
}

.cta-train .under {
	border-color: #c34f1b;
}

.cta-train .over {
	background: #c34f1b;
}

.cta-canyon .under {
	border-color: #d61920;
}

.cta-canyon .over {
	background: #d61920;
}

.cta-item .over {
	color: #fff;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index:20;
	padding: 0 40px 40px 40px;
	overflow:hidden;
}

.cta-item .over .title {
	text-align:left;
	border-bottom: solid 5px #fff;
	padding: 50px 0 20px 0;
	margin-bottom: 20px;
}

.cta-item .over .button {
	display:block;
	width: 40px;
	height: 40px;
	padding: 10px;
	text-indent: -999em;
	color: #56463e;
	background: url(site-assets/button-arrow-r.png) no-repeat #56463e;
	background-position: 50% 50%;
	margin:auto;
}




.cta-wrap:nth-child(1) .cta-item .under {
  border-color: #007e8b;
  }
.cta-wrap:nth-child(1) .cta-item .over {
    background: #007e8b;
  }

.cta-wrap:nth-child(2) .cta-item .under {
  border-color: #c34f1b;
  }
.cta-wrap:nth-child(2) .cta-item .over {
    background: #c34f1b;
  }
.cta-wrap:nth-child(3) .cta-item .under {
  border-color: #d61920;
  }
.cta-wrap:nth-child(3) .cta-item .over {
    background: #d61920;
  }




.border-title {
	margin-top: 30px;
	border-top: solid 5px #007e8b;
	text-align:center;
}

.border-title span {
	font-size: 1.3em;
	font-weight: 400;
	display:inline-block;
	padding: 3px 10px;
	background: #fff;
	position: relative;
	z-index: 20;
	top: -19px;
	text-transform: uppercase;
	color:#007e8b;
}


/* ECLUB SECTION STYLES
======================= */
.eclub {
	color: #fff;
	background: #c34f1b;
}

.eclub [class*='col-'] {
	padding: 0 20px;
}

.eclub .title {
	padding: 10px 0;
	text-align:left;
}

.eclub form {
	padding: 20px 0 0 0;
}

.eclub input[type="text"] {
	border: none;
	background: #fff;
	color: #777;
	padding: 5px;
	width: 270px;
	margin-left: 15px;
}


.btn-submit {
    background: #000;
    border: none;
    font-size: 0px;
    padding: 5px 10px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
  }
  .btn-submit:hover {
     background: #555;
    }
.btn-submit:before {
  content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 25px;
  }

#mc_signup {
	max-width: 400px;
}

#mc_signup input[type="submit"] {

}

/* TOURISM-AREA STYLES
======================= */
.tourism .container {
	padding-bottom: 20px;
}

.tourism .col-1-5 {
	background: #56463e;
}

.tourism .title {
	color: #fff;
	text-align: left;
}


.table-align {
	display:table;
	height: 150px;
}

.table-align div {
	display:table-cell;
	padding: 0 45px;
	vertical-align: middle;
	background: url(site-assets/carousel-curly-l.png) no-repeat left center,
				url(site-assets/carousel-curly-r.png) no-repeat right center;
}


/* MAIN-CONTENT STYLES
======================= */
.title {
	text-transform:uppercase;
	font-size: 1.3em;
	font-weight: bold;
	padding: 50px 15px;
	text-align:center;

}

.title div {
	display:inline-block;
	text-align:left;
}

.title span {
	font-size: .7em;
	font-weight: 300;
	display:block;
}

.content-area .title {
	background: #007e8b;
	color: #fff;
}

.page-template-page-tradepartners .content-area .title {
	background-color: #c34f1b;
}

.content-area h1 {
	color: #c34f1b;
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.content-area h2 {
	color: #c34f1b;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.content-area h2 a {
	color: #c34f1b;
	text-decoration: none;
}

.meta {
	font-size: .8em;
	color: #999;
	font-style:italic;
}

.rider-quote {
  margin-bottom: 30px;
  }
.rider-quote p {
  margin: 0 0 15px;
  }

  .rider-quote img {
    margin-bottom: 15px;
    }

.rider-meta {
	font-weight: bold;
}

.rider-meta .name {
	margin-bottom: 5px;
}

.rider-meta .location-date {
	color: #999;
	font-style: italic;
	font-size: .8em;
}


/* Party Page Styles
  ========================= */

  a.return-to-main {
    color: #007e8b;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    text-transform: lowercase;
    font-size: 1.9em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


  .party-wrap {
    background: #464646;
    padding-bottom: 30px;
    }

.party-intro-wrap {
  background-color: #ebf4f4;
  padding-top: 30px;
  padding-bottom: 30px;
  }

  .party-intro-wrap .intro-subtitle {
    margin-top: 0;
    }


  .party-intro,
  .party-contact {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center;
    font-size: 25px;
    }
    .party-contact {
      padding-top: 0;
      padding-bottom: 30px;
      }

    .party-intro p,
    .party-contact p {
      line-height: 1.5;
      margin-bottom: 0;
      }

      .party-contact p {
        font-weight: 400 !important;
        text-align: center !important;
        }

      .party-contact,
      .party-contact a {
        color: #e35a36;
        }

  .gallery-wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin-bottom: 30px;
  }

    .gallery-wrap:before,
  .gallery-wrap:after {
    display: table;
    content: "";
  }
  .gallery-wrap:after {
    clear: both;
  }


  }



/* Custom slick slider */

.party-index-slider .slick-slide img {
  width: 100%;
  height: auto;
}

.party-index-slider img {
  width: 100%;
  height: auto;
  }

.prev_next {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  }

  .prev_next a {
    padding: 2px 6px;
    color: #fff;
  }
  .prev_next a:hover {
    cursor: pointer;
    }

  .party-carousel .slide img {
    width: auto;
    height: 350px;
    padding-right: 4px;
    padding-left: 4px;
    }

.gallery-caption {
  padding: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  }

@media (min-width: 768px) {

  .prev_next {
  position: absolute;
  bottom: 30px;
  left: -30%;
  z-index: 9999;
  }

  .party-carousel {
    width: 75%;
    float: left;
    }

  .gallery-caption {
    /*
    position: absolute;
    width: 300px;
    */
    top: 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: translateY(0%);
    z-index: 999;
    width: 25%;
    float: left;
    height: 350px;
}

}


.gallery-caption h3 {
  font-weight: 400;
  margin-bottom: 5px;
  }
.gallery-caption p {
  font-size: 14px;
  line-height: 1.5;
  }


.party-theme-gallery li {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.intro-container {
  background-image: url(http://verdecanyonrr.com/wp-content/uploads/2016/01/RailRoadOverlayed.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  }

.intro-subtitle {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.6em;
    font-weight: 400;
    font-style: italic;
    color: #02818f;
    text-align: center;
    line-height: 1;
    margin-top: 2em;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.page-banner {
  margin-bottom: -4px;
  }
.page-banner img {
  width: 100%;
  }

.intro-wrap {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  font-weight: 400;
  padding-bottom: 2em;
  padding-left: 15px;
  padding-right: 15px;
  }

.quote-wrap {
    background: #464646;
    color: #fff;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

		.quote-wrap p {
  		margin-bottom: 0;
  		}
  		.quote-wrap small {
    		font-style: italic;
    		}

  .partyBar2 {
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    background: #c34e29;
    color: #fff;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

     .partyBar2 p {
       margin-bottom: 0;
       }

    .partyBar2 img {
      vertical-align: middle;
      }

    .partyBar2 span {
      padding-left: 25px;
      padding-right: 25px;
      }

/* Grid System
  */

    .grid-row {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px;
    }
    .grid-row:before {
      content: " ";
      display: table;
    }
    .grid-row:after {
      clear: both;
       content: " ";
      display: table;
      }



    .grid-col {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 50%;
      }


  @media (min-width: 768px) {

    .grid-col {
      float: left;
      width: 33.33333333%;
    }

  }

  .img-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #000;
}

  .img-container.wide {

    padding-bottom: 56.2%;

}

.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.img-container img:hover {

  }

  .grid-col a:hover img {
    opacity: 0.25;
  }

  .grid-col a:hover .title-wrap {
    background: none;
    }

.title-wrap {
    position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
height: 80px;
display: table;
transform: translateY(-50%);
  }

.hover-text {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: none;
  font-size: .85em;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 3em;

  }
.grid-col a:hover .hover-text {
  display: inline-block;
  }

.grid-col h3  {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
    text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
font-weight: 300;
margin-bottom: 0;
font-size: .95em;
  }

    @media (min-width: 768px) {
      .title-wrap {
        top: 50%;
        height: 80px;
        }
        .grid-col h3  {
          font-size: 1.17em;
          }
    }





  .flexslider:hover .nav-carousel .flex-next,
  .flexslider:hover .nav-carousel .flex-prev {
    right: auto;
    background: none;
    }

  .slide-custom-navigation {
      float: none;
      margin-bottom: 22px;
      text-align: center;
     }


    @media (min-width: 960px) {
      .slide-custom-navigation
          position: absolute;
         bottom: 22px;
         right: 22px;
         margin-bottom: 0;
      }
    }

   .slide-custom-navigation ul {
      padding-left: 0;
      list-style: none;
      margin-left: -5px;
    }

    .slide-custom-navigation ul a {
      color: #999;
      padding: 2px 6px;
    }

    .slide-custom-navigation ul > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
    }







/* SHOP SPECIFIC STYLES
======================= */
.shop-index-template .col-4-5 .col-1-3 {
	padding: 20px;
}

.shop-index-template .prod-wrap {
	padding: 0;
	background: none;
}

.shop-index-template .title-image, .prods {
	background: none;
}

.title-image img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	z-index: 8;
}

.title-image img:hover {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	transform: scale(1.8);
	xborder: solid 10px #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.9);
	z-index: 9;
}

.prods .col-1-3:nth-child(3n+1) {
	clear:both;
}

.prods .col-1-2 {
	padding: 0px 10px !important;
	margin-bottom: 50px;
}

.prods .col-1-2:nth-child(2n+1) {
	clear:both;
}

.title-image img, .prod-image img {
	display:block;
	margin:auto;
}

.prod-image .imglink::before {
	content: '';
	width: 35px;
	height: 35px;
	padding: 6px;
	background: url(site-assets/search.svg) no-repeat 6px 6px rgba(0,0,0,1);
	display: block;
	opacity: .5;
	position: absolute;
	top: 165px;
	right: 0px;
}

.shop-title a {
	display:block;
	padding: 3px 0;
	text-align: center;
	background: #c34f1b;
	color: #fff;
	text-decoration:none;
}

.caption {
	font-size: .8em;
	text-align:right;
	color: #777;
}

.prod-image {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
}

.price {
	margin-bottom: 20px;
}

.buy-button a {
	background:#007e8b;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	display:inline-block;
	padding: 10px 20px;
	font-weight: 700;
}

.product-display .prod-image {
	width: 200px;
	max-width: 200px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 20px 0 0;
}
.prod-image img {
	width: 100%;
	height: auto;
}

.product-display .individual-product {
	font-size: 16px;
}

.product-display .individual-product span {
	font-size: 16px !important;
	font-family: 'Lato', 'sans-serif' !important;
	color: #56463e!important;
}

.product-display .shop-title a {
	text-align: left;
}

.product-display .shop-index-template .title-image, .prods {
	background: none;
}

.product-display p {
	padding-left: 220px;
}

.product-display .price,
.product-display .buy-button {
	xmargin-bottom: 5px;
	xpadding-left: 220px;
}

.product-display .buy-button a {
	display: block;
	width: 100%;
	font-size: .8em;
}

.shop-menu {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	font-size: .9em;
}

.shop-menu li {
	margin-bottom: 5px;
}

/* BLOG SPECIFIC STYLES
======================= */
.blogroll .row {
	margin-bottom: 30px;
}

.meta {
	margin-bottom: 20px;
}

.post {
    margin-bottom:10px;
}

.blogroll .col-1-5 {
	min-height: 1px;
}

.col-4-5 [class*='col-'] {
	padding: 0;
}

.col-4-5 [class*='col-4-5'] {
	padding: 0 0 0 30px;
}

.pagination a, .pagination span {
	display:inline-block;
	padding: 5px 10px;
	margin-right:10px;
	background: #eee;
	text-decoration: none;
}

.pagination a {
	color: #aaa;
}

/* SIDEBAR STYLES
======================= */
.sidebar {
	border-left: solid 1px #56463e;
	padding-left: 20px;
}
.widget {
	margin-bottom: 30px;
}

.widget-title {
	font-weight: bold;
	font-size: .9em;
	color:#56463e;
}

.widget ul {
	list-style: none;
	padding:0;
	margin: 5px 0;
	font-size: .8em;
}

.widget a {
	text-decoration: none;
	color: #c34f1b;
}
/* FORM STYLES
======================= */

/* FOOTER STYLES
======================= */
.subfooter {
	background: #e8dad3;
}

.image-features [class*='col-'] {
	padding: 0;
}

.image-features img {
	display:block;
	width: 100%;
	height:auto;
}

.subfooter a, footer a {
	color: #007e8b;
	text-decoration:none;
}

.subfooter .nav-title {
	float: left;
	font-size: 1.3em;
}

.subfooter .menu {
	margin: 0;
	padding: 3px 0 0 15px;
	list-style:none;
	float:left;
	text-transform:uppercase;
}

.subfooter .socials {
	text-align:right;
}

.subfooter .socials a {
	width: 45px;
	height: 45px;
	display:inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
}

footer {
	border-top: solid 5px #007e8b;
	font-size: .9em;
}

footer .contacts {
	float:right;
}

.contacts span {
	margin-left: 15px;
}

.contacts .tele {
	font-weight: 700;
}

footer .copyrights {
	float:left;
	font-size: .7em;
}


/*
|====================================================
| MEDIA QUERIES
|====================================================
*/

	/* Smaller than 1000px (devices and browsers) */
	@media only screen and (max-width: 1070px) {
		body {
			font-size: 16px;
		}

		.bookings .escape {
			background-position: right;
			background-size: 20px 30px;
		}

		header .col-1-1 {
			padding: 20px 0 40px;
		}
		.nav-b {
			bottom: 10px;
		}

		.eclub span {
			display:block;
		}

		.eclub form {
			padding: 10px 0 20px;
			line-height: 1.5;
		}
		.eclub input[type="text"] {
			margin-left:0;
		}

		.eclub input[type="submit"] {
			width: 30px;
			height: 30px;
		}
		.cta-item .over {
			font-size: .8em;
		}

		.bookings.holiday .escape {
			background-position: 130px;
		}

		.bookings.holiday .gift-card {
			left: 15px;
		}
	}

	@media only screen and (max-width: 900px) {
		.product-display .prod-image {
			float: none;
		}

		.product-display p {
			padding-left:0;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 768px) {
		.flexslider:hover .flex-prev,
		.flexslider:hover .flex-next {
			display: none;
		}
		.mobile-show {
			display:block;
		}

		.mobile-hide, .col-auto.mobile-hide {
			display:none;
		}

		.content-area .container {
			padding: 0;
		}

		[class*='col-'] {
		  float: none;
		  width: 100%;
		}

		header .container {
			padding:0 10px 20px 10px;
		}

		header .gift-card {
			left: auto;
			right: 100px;
		}

		.logo {
			width: 132px;
			height: 103px;
		}

		.menu-button {
			top:40px;
		}

		.tele-number {
			color: #c34f1b;
			font-weight:bold;
			position: absolute;
			left: 150px;
			top: 55px;
			font-size: 1.2em;
		}

		.navigation {
			padding-top: 15px;
			display:none;
			float:none;
			clear:both;
		}

		.nav-a, .nav-b {
			position:relative;
			top: auto;
			right: auto;
			left: auto;
			bottom:auto;
		}

		.nav-b li {
			margin-left:0;
			padding: 10px;
			float:none;
			background: #eee;
			border-bottom: dotted 1px #ddd;
			cursor: pointer;
		}

		.nav-b ul ul {
			position:static;
			margin:0;
			padding:0;
			width:100%;
			background: #eee;
			display:block;
			z-index:2000;
			display:none;
		}

		.nav-b li:hover ul {
			display:none;
		}

		.nav-b li:hover .extra-subnav {
			display:block;
		}

		.nav-b ul ul li {
			float:left;
			background: #eee;
			border-bottom: none;
		}

		.nav-b .extra-subnav {
			background: transparent;
		}


		.bookings {
			text-align: center;
		}

		.bookings .title {
			text-align:left;
			padding: 30px 0 30px 60px;
			display:inline-block;
		}

		.archive.term-reservations ul.shop-menu,
		.archive.term-gift-cards ul.shop-menu {
			display: none;
		}

		.bookings.holiday .title {
			text-align: center;
			position: static;
			margin: auto;
			padding: 10px;
		}

		.bookings.holiday .gift-card {
			position: static;
			margin: auto;
			padding: 10px;
		}

		.bookings .escape {
				background-position: left center;
		}

		.bookings .escape a {
			display:block;
			text-decoration: none;
			background: #007e8b;
			color: #fff;
			width: 150px;
			padding:10px 15px;
		}

		.cta .col-1-3 {
			width: 33.33%;
			float:left;
		}


		.cta-item .over {
			padding: 0 20px 20px 20px;
		}

		.cta-item .over .title {
			padding-top:20px;
		}

		.title {
			padding: 15px 10px;
		}

		.border-title {
			border:none;
		}
		.tourism .container {
			padding: 0;
			background: #56463e;
		}

		.tourism [class*='col-'] {
			padding: 0 30px;
		}

		.flexslider-2 .flex-control-nav {
			bottom: auto;
			left: auto;
			top: 10px;
			right: -5px;
			width: 80px;
		}

		.eclub .title {
			margin-top: 15px;
		}

		.eclub .col-1-5 {
			width: 20%;
			float:left;
		}

		.eclub .col-4-5 {
			width: 80%;
			float:left;
		}

		.content-area .col-1-5 {
			padding: 0;
		}

		.content-area .col-1-5 .title {
			text-align: left;
			padding-left: 20px;
		}

		.prod-image.alignright {
			padding: 0;
			float: none;
			width: 100%;
		}


		.image-features .col-1-2 {
			width: 50%;
			float:left;
		}

		.blogroll .col-1-5 {
			width: 20%;
			float: left;
		}

		.blogroll .col-4-5 {
			width: 80%;
			float: left;
		}

		.subfooter .col-1-3 {
			width: 50%;
			float:left;
		}

		.subfooter .col-1-3.social-media-widget {
			width: 100%;
			float: none;
			clear: both;
		}

		.subfooter .socials {
			text-align: center;
		}

		footer .address {
			display:block;
		}

		footer .contacts {
			float:none;
			text-align: center;
		}

		footer .copyrights {
			margin-top: 30px;
			float: none;
			text-align: center;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 500px) {
		header .container {
			padding-bottom: 0;
		}

		header .gift-card {
			display: none;
		}

		.logo {
			width: 100px;

		}

		.tele-number {
			top: 45px;
			left: 110px;
			font-size: 1.1em;
		}

		.cta .col-1-3 {
			width: 100%;
			float:none;
		}

		.cta-item .over {
			padding: 0 40px 40px 40px;
			font-size: 1.2em;
		}

		.cta-item .over .title {
			padding-top:40px;
		}

		.table-align div {
			display:table-cell;
			padding: 30px 0;
			vertical-align: middle;
			background: none;
		}

		.blogroll.single .col-1-5 {
			width: 100%;
			float: none;
			padding:0;
			margin-bottom: 5px;
		}

		.blogroll.single .col-4-5 {
			width: 100%;
			float: none;
			padding: 0;
		}

		.bookings .title {
			padding: 0 0 0 60px;
			xbackground: none;
		}

		.bookings .escape a {
			font-size: 16px;
			width: 100px;
		}
		.product-display .prod-image {
			float: none;
		}

		.product-display p {
			padding-left:0;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 320px) {

		.cta-item .over {
			padding: 0 20px 20px 20px;
			font-size: 1em;
		}

		.cta-item .over .title {
			padding-top:20px;
		}

		.nav-b ul ul li {
			width: 50%;
			float:left;
			background: #eee;
			border-bottom: none;
			font-size: .8em;
		}

		.nav-b ul ul li:nth-child(2n+3) {
			clear: both;
		}

		.eclub .title {
			margin-top: 15px;
		}

		.eclub .col-1-5 {
			width: 100%;
			float:none;
		}

		.eclub .col-4-5 {
			width: 100%;
			float:none;
		}

		.eclub input[type="text"] {
			width: 200px;
		}

		.subfooter .col-1-3 {
			width: 100%;
			float:none;
		}

    .subfooter .socials a {
			width: 35px;
			height: 35px;
			margin: 0 5px;
		}


	}





