/*reference opacity  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6;*/
/*For Aspect Ratio Image Scaling*/
img{width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;}


/* CSS Reset */
* {-webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; font-smoothing:antialiased;}

.clearfix{ zoom:1; }.clearfix:before,.clearfix:after{ content:"\0020";display:block;height:0;overflow:hidden; }
.clearfix:after{ clear:both; }

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; }
strong, dt {font-weight: bold;}
body {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: none; font-family: 'Muli', sans-serif; color: #6b5f50; background: #fff; }
html{height: 100%; }

/* HTML5 display-role reset for older browsers */
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { font-family: "pragmatica-web", sans-serif; /*line-height: 1;*/ }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* typography */

h1, h2, h3, h4, h5, h6 {font-weight: 100; font-family: 'Muli', sans-serif; margin: 10px 0; }

h1, h2 {text-align: center; font-weight: 100; }
h1 {color: #3d3229; font-size: 38px; text-transform: uppercase; }
h1 span{font-size: 18px; text-transform: none; }
h2 {color: #A93F8A; font-size: 32px; }
h3 {color: #A93F8A; font-size: 28px; margin: 20px 0 5px 0; }
h4, .header-h4 {color: #a93f8a; font-size: 20px; font-weight: normal; }
h5 {color: #a93f8a; font-size: 16px; line-height: 20px;}

a, button {color: #F68831; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, ; -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, ; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, ; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, ; font-family: 'Muli', sans-serif; }
p {font-family: 'Muli', sans-serif; line-height: 21px; font-size: 14px; margin-bottom: 5px; }
strong, .sub-content {font-weight:bold;}
div.body p{text-align: left; margin-bottom: 10px;}
em{font-style: italic;}
.centered, div.centered p{text-align: center;}
h1.fancy-h1{  font-family: 'Aguafina Script', cursive; color: #F68831; font-size: 38px; text-transform: none;}
h2.fancy-h1{  font-family: 'Aguafina Script', cursive; color: #F68831; font-size: 38px; text-transform: none;}

.fancy{  font-family: 'Aguafina Script', cursive; color: #F68831; font-size: 38px; text-transform: none; text-align: center; margin-bottom: 30px;}

h2.header-h1 {
    color: #F68831;
    text-transform: none;
    font-size: 42px;
}
h2.header-h2 {
    font-size: 22px;
    line-height: 25px;
    color: #3d3229;
    text-transform: none;
    font-family: 'Calluna W01 Italic';
    margin: 0 0 15px;
}
/* @TODO: this style needs to be used in favor of the prior; */
h2.section-h2 {
    font-size: 20px;
    line-height: 24px;
    color: #3d3229;
    text-transform: none;
    font-family: 'Calluna W01 Regular';
    margin: 10px 0 10px;
}
h3.header-h2{margin-top: 0; text-align: center;}

a{text-decoration: none; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out; }
a:active, a:focus, a:visited{outline: none;}
a:hover{text-decoration: none; color: #23A7BF; }

.inverse{ color: #F68831; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
.inverse:hover {color: #35bed6;}

ul li a{text-decoration: none; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out; }
ul li a:hover{text-decoration: none; color: #F68831; }
ul li.audio a:hover, .press-releases-wrap ul li a:hover {color: #23A7BF; }


/*Helper Classes*/
hr{clear: both;}
.hideit{display: none;}
.showit{display: block;}
.display-table {display: table;}
.display-table-cell {display: table-cell;}
.display-block {display: block;}
.display-inline {display: inline-block;}
.horz-center {text-align: center;}
.vert-middle {vertical-align: middle;}
.vert-top {vertical-align: top;}

/*class for testing purposes only*/
a.todo { background-color: yellow; }

/*Masonry fixes*/

ul.mason-blocks {
  width: 1030px;
  margin: 0 auto;
}
.mason-blocks li p {word-wrap:break-word;}
.mason-blocks .share-count {margin-left: 10px;}

body > iframe {display: none;}
iframe, embed, object {max-width: 100%; }
.video-podcasts iframe, .ads iframe, .getting-here iframe {display: block; margin: auto;}

.infobox-wrapper {
  display: none;
}

#video-popup .modal-body{min-height: 355px;}
.modal-body iframe {margin: auto; display: block; }
.modal-body h3{margin-top: 0;}
.modal-footer {padding: 9px 20px 10px;}
.modal-footer .btn{border-radius: 5px; padding: 14px 28px;}
.uppercase{text-transform: uppercase;}

.side-callout {width: 250px;}

.margin-0-0-30-0 {margin: 0 0 30px 0; line-height: 19px;}
.margin-0-0-30-0 a {display: block;}
.margin-0-15 {margin: 0 15px;}

.padding-0 {padding: 0;}
.padding-left-0 {padding-left: 0;}

.white {background-color: #fff;}
.purp-bg {background-color: #A64396;}

/* @TODO: put these in the proper order and consolodate with bootstrap classes (mixins?); */
.xlt-mgn {margin-top: 60px;}
.lt-mgn {margin-top: 40px;}
.mmt-mgn {margin-top: 20px;}
.mt-mgn {margin-top: 10px;}
.st-mgn {margin-top: 5px;}
.zt-mgn {margin-top: 0;}
.nxb-mgn {margin-bottom: -4px;}
.mb-mgn {margin-bottom: 10px;}
.lb-mgn {margin-bottom: 20px;}
.xlb-mgn {margin-bottom: 30px;}
.mr-mgn {margin-right: 10px;}
.nml-mgn {margin-left: -15px;}
.ll-mgn {margin-left: 30px;}
.ml-mgn {margin-left: 10px;}

.m-pdg {padding: 20px;}
.xxs-pdg {padding: 3px;}

.mt-pdg {padding-top: 10px;}
.mlt-pdg {padding-top: 15px;}
.lt-pdg {padding-top: 20px;}
.xlt-pdg {padding-top: 40px;}
.xxlt-pdg {padding-top: 70px;}
.xxt-pdg {padding-top: 90px;}
.mr-pdg {padding-right: 20px;}
.lr-pdg {padding-right: 30px;}
.xxlb-pdg {padding-bottom: 70px;}
.xxb-pdg {padding-bottom: 50px;}
.xlb-pdg {padding-bottom: 30px;}
.llb-pdg {padding-bottom: 25px;}
.lb-pdg {padding-bottom: 20px;}
.mb-pdg {padding-bottom: 10px;}
.ml-pdg {padding-left: 20px;}

.font-12 {font-size: 12px;}
.font-14 {font-size: 14px;}
.font-20 {font-size:20px;}
.font-32 {font-size:32px;}

.xl-lh {line-height: 36px;}

.font-white {color: #fff;}
/*todo make this naming consistent*/
.red{color: #b74726;}
/*.orange{color:#f68831; margin: 20px 0 15px 0;}*/

.full-width {width: 100%;}

.greyb-bdr {border-bottom: solid 1px #e3e3e3;}
.greyt-bdr {border-top: solid 2px #F0F0F0;}

.clear-left {clear:left;}
.no-wrap {white-space: nowrap;}

dl.two-column dt, dl.two-column dd {float: left; width: 50%; line-height: 22px;}

/*@TODO: remove this one the .alignright .alignleft issue is sorted ; */
.align-right {text-align: right;}
.align-left {text-align: left;}
.align-center {text-align: center;}

/*container with double the padding of an ordinary container */
.dbl-container {
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: auto;
  margin-right: auto;
}
.dbl-container:after {
  clear:both;
}
.dbl-container:after, .dbl-container:before {
  display: table;
  content: " ";
}
/*container with no margin or width set */
.open-container {
  margin-left: auto;
  margin-right: auto;
}
.open-container:after {
  clear:both;
}
.open-container:after, .open-container:before {
  display: table;
  content: " ";
}
/* Allow for the centering of when the number of columns is variable per row in boostrap */
.row-centered {
  text-align: center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-3px;
}

.well {margin-top: 20px;}
.well img{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;}
.well img:hover{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; }

/*Lists*/
.general-list {list-style-type: disc; padding-left: 20px; margin-bottom: 20px; font-size: 14px;}
.general-list li{ line-height: 20px; display: list-item; margin:10px 0;}

.fancy-list {
    margin: 10px 0 0 0;
    font-family: "Muli", sans-serif;
    line-height: 1.4;
    font-size: 14px;
}
.fancy-list li{background: url('/img/icons/fancy-list-bullet.png') no-repeat 0 3px; padding-left: 20px; margin-bottom: 10px; line-height: 20px;}
.list li {
  font-family: "Muli",sans-serif;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 10px;
}
.list {
  margin-bottom: 10px;
}
.grn-bullet li {
  background: url('../img/bull-list-green.png') no-repeat scroll 0px 8px transparent;
}
.blue-bullet li {
  background: url('../img/bull-list-blue.png') no-repeat scroll 0px 8px transparent;
}
.pr-list {
  margin-bottom: 10px;
}
.pr-list li.pdf, .pr-list li.pdf-lrg {
    background: url('../img/pdf-doc.png') no-repeat scroll 0px 2px transparent;
    padding-left: 24px;
    font-size: 14px;
}
.pr-list li.audio {
    background: url('../img/audio-file.png') no-repeat scroll 0px 2px transparent;
    padding-left: 24px;
    font-size: 14px;
}
/*End Lists*/

.hrule {
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  clear: both;
  margin: 17px 0px 18px;
}

.divided-links a:after {
  content: "|";
  margin-right: 8px;
  padding-left: 10px;
  color: #DDDADA;
  font-size: 12px;
}
.divided-links a:last-child:after {
  content:"";
}

/*Responsive Tables*/
.table-responsive {width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; /*border: 1px solid #ddd*/; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; }
.table-responsive>.table {margin-bottom: 0; }
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {white-space: nowrap; }

/*Wordpress Classes*/
.alignright {float: right; margin: 10px 0 20px 20px;}
.alignleft {float: left; margin: 10px 20px 20px 0;}

.float-left{float: left;}
.float-right{float: right;}
.float-none{float: none;}

.thumbnail {display: block; padding: 4px; margin-bottom: 20px; line-height: 19px; background-color: #fff; border: none; border-radius: 0;
  -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
     -moz-transition: opacity .25s ease-in-out;
      -ms-transition: opacity .25s ease-in-out;
       -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
.thumbnail:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6;}

/* Special Attributes */
.fadeIt{display:block; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;}
.fadeIt:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; cursor: pointer;}

.center {margin: auto; display: block; text-align: center;}

.pad-30{padding: 30px;}
.download-btn {margin: auto; display: block; margin-top: 20px;}
.empty-set{padding-top: 30px;}

.fade-top {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(242,242,242,0) 52%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(52%,rgba(242,242,242,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 52%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 52%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 52%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 52%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

/*.fader{ display: block; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;}
.fader:hover{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; }*/

.basic-link{color:#fff;}
.basic-link:hover{text-decoration:underline; color: #fff;}

.red{color: #b74726;}
/*.orange{color:#f68831; margin: 20px 0 15px 0;}*/

.small-drop {
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -o-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.drop-wrap {
  padding: 3px;
}
/*End Helpers*/

/*GENERAL IE FIXES*/

.gf_browser_ie.gform_wrapper .gform_footer input.button {padding: 14px !important;}

/*END GENERAL IE FIXES*/

.breadcrumbs { padding-bottom: 10px; padding-top: 10px; text-align: left; color: #fff; text-transform: uppercase; font: 11px 'Muli',sans-serif; }
.breadcrumbs a {/*color: #834B0C;*/ color: #fff; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out; }
.home .breadcrumbs a{ display: none;}
.breadcrumbs a:hover{ text-decoration: underline; }
.breadcrumbs img {margin: 0 2px;}

/* @TODO: revisit the semantics of this; */
.header-breadcrumbs {
  color: #888888;
}
.header-breadcrumbs a {
  color: #aab018;
}
.page-links {
  padding-top: 15px;
}

.details h3 {color: #a93f8a; margin-bottom: 10px; }

.btn {text-transform: uppercase; color: white; padding: 14px 14px 14px 14px; border-radius: 0; background-color: #004d5c; position: relative; -webkit-transition: background-color .25s ease-in-out; -moz-transition: background-color .25s ease-in-out; -ms-transition: background-color .25s ease-in-out; -o-transition: background-color .25s ease-in-out; transition: background-color .25s ease-in-out; white-space: normal; }
a.btn:hover{color: #fff;}
a.btn:hover {color: white; background-color: #0c6779; }
.btn:hover, .btn:focus {color: #fff; text-decoration: none; }
.modal-footer .btn:hover{color: #fff;}
.modal-footer .btn:hover {color: white; background-color: #0c6779; }

a.btn.green {background-color: #afbe1d; }
a.btn.green:hover {background-color: #b9c730; }
/*@TODO: revisit other colors here..; */
a.btn.orange {background-color: #f68831; color: #fff; }
a.btn.orange:hover {background-color: #fe9745; color: #fff; }
a.btn.yellow {background-color: #f3c303; }
a.btn.yellow:hover {background-color: #084754; }
a.btn.baby-blue {background-color: #23A7BF; }
a.btn.baby-blue:hover {background-color: #33bed7; }
a.btn.light-green {background-color: #9cde2e; }
a.btn.light-green:hover {background-color: #084754; }
a.btn.pale-green {background-color: #9bcd68; }
a.btn.pale-green:hover {background-color: #084754; }
/*a.btn.red {background-color: #df1e25; }
a.btn.red:hover {background-color: #084754; }*/
a.btn.red {background-color: #E51757; }
a.btn.red:hover {background-color: #f92e6d; }
a.btn.bird-blue{background-color: #1766a2; }
/*.btn.bird-blue:hover{background-color: #f6671f;}*/
a.btn.purple {background-color: #a93f8a; }
a.btn.purple:hover {background-color: #b5579a; }

.btn-wide{padding: 10px 20px; }
.page .ad {margin-bottom: 25px; text-align: center }
.ad img {border-radius: 10px; max-width: 100%; }
.ads h4 {margin-bottom: 25px; }
.ad {padding: 0;}
button.video-cta-btn {margin: auto; max-width: 180px; display: block; margin-top: -20px; width: 160px;}
/*button with white border*/
.outline-btn { display: inline-block; padding: 8px 12px; border: 1px solid #fff; color:#fff; }
.outline-btn:focus {color: #fff; text-decoration: none;}

/*Left side ads*/
.has-left-ads{padding: 0; }
.has-left-ads-content{padding-left:30px; }
.has-left-ads .ads h4{margin-top: 30px;}

input[type=checkbox].css-checkbox {display:none; }
.where-to-stay-search-widget label.css-label{padding-left:20px; }

input[type=checkbox].css-checkbox + label.css-label {/*padding-left:20px;*/ height:14px; display:inline-block; line-height:14px; background-repeat:no-repeat; background-position: 0 0; font-size:14px; vertical-align:middle; cursor:pointer; }

input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -14px; }


label.css-label {background-image:url('/img/checkbox.png'); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#page-header.shortheader {
  height: 269px; /*updated to make thumbnails easier*/
}
#page-header {height: 236px; }

#page-header.mediumheader {height: 410px; }
.trip-planner-btn {padding: 8px 34px 7px 44px; background: #35bed6 url('/img/arrow-right-white.png') right no-repeat; position: relative; margin-bottom: 20px; margin-top: 20px; }
.trip-planner-btn span {position: absolute; left: 16px; top: 4px; background: url('/img/offers-icons-sm.png') 0 -76px no-repeat; height: 20px; width: 20px; display: inline-block; }
.page .ui-widget-header {background: none; background-color: #4dc5da; border: none; border-radius: 0px; }

/* Main Structure Components */

html {background: #fff;}
body {max-width: 2000px; margin: 0 auto;}

header, footer, section {max-width: 2000px; margin: 0 auto;}
section {background: #fff;}
header > div, footer > div, section > div, .sub-footer > div {/*max-width: 960px;*/ margin: 0 auto;}
footer {background: #000;}
.container {max-width: 990px !important; }
header .planner a{color: #5c5761; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
header .planner a:hover{color: #F68831;}
/*header .planner a:hover span{text-decoration: underline;}*/
header .planner a span{color: #5c5761;}

header .planner a:hover span {background: #fff; color: #f68831; }
header .planner a:hover span:after {border-right-color: #fff; }


/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 767px) {

  .tinynav { display: block }
  #video-podcast-tabs { display: none }
  #video-podcast-videos {padding-left: 0;}
    
  select.tinynav {padding: 5px; line-height: 1; border: 0; border-radius: 0; -webkit-appearance: none; color: #fff; height: 50px; width: 100%; font-size: 20px; text-align: center; outline: none; margin-bottom: 20px; background: #F68831; background: url('/img/icons/arrow-down-white.png') #63cddd no-repeat 95% center; }
  select.tinynav option {outline: none; }

}

/* General Layout */

header {
    background: #FFFFFF;
    position: relative;
    /*border-bottom: solid 1px #fff;*/
    /*padding: 0 15px;*/
    /*margin-bottom: -1px;*/
}
header .color {
    background-color: #3d3229;
    display: block;
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
header > div {
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
    width: 96%;
}
/*header #logo {background-color: #084754; height: 76px; width: 102px; display: block; float: left; padding: 8px; position: absolute; z-index: 100; top: 0; text-align: center; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }*/

/*header #logo img {width: 63px; height: auto; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }*/

header #logo {
    display: block;
    float: left;
    padding: 8px;
    position: absolute;
    z-index: 100;
    top: 0;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header #logo img {
    width: 350px;
    max-width: 350px;
    height: auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* While in the RV Travel section (rvfun.org; anything under /rv-travel) the main logo will change */
header #logo.the-rv-capital img { width: 284px; max-width: 284px; }

header #small-logo img {
    display: none;
    width: 216px;
    height: auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

header .block {
    display: block;
    height: 75px;
}
.body h2 {
    margin: 20px 0;
    text-transform: none;
}

.body img {
  margin-right: 20px;
}
/*Footer*/

footer {
    color: #fff;
}

/*End Footer*/

#page-header {position: relative; }
#page-header h3, #page-header h4, #page-header p {/*text-shadow: 0px 8px 50px black;*/ text-shadow: 6px 6px 20px #000; }
#page-header h3 {font-family: 'Aguafina Script', cursive; position: absolute; right: 24%; bottom: 44%; text-transform: none; color: white; font-size: 85px; font-weight: normal; }
#page-header h4 {color: white; position: absolute; right: 24%; bottom: 25%; line-height: 1.4; text-align: right; font-size: 19px; }
#page-header.header-with-video h3{top: 4%; right: 16%;}

#page-header h3, #page-header h4 {/*text-shadow: 0px 8px 50px black;*/ text-shadow: 6px 6px 20px #000; }
#page-header h1 {font-family: 'Aguafina Script', cursive; position: absolute; /*  right: 24%; bottom: 44%;*/ right: 10%; bottom: 10%; text-transform: none; color: white; font-size: 85px; font-weight: normal; padding: 10px; overflow: visible; text-shadow: 6px 6px 20px #000; }

#page-header p {font-family: 'Aguafina Script', cursive; position: absolute; /*  right: 24%; bottom: 44%;*/ right: 10%; bottom: 10%; text-transform: none; color: white; font-size: 85px; font-weight: normal; }

/*END General Layout*/

/* Header Nav */
.nav>li>a:hover, .nav>li>a:focus, .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #5F5146;
  border-radius: 0px;
  color: #fff;
  outline: none;
}
.nav-pills>li.active>a {
  border-bottom: inset #32b0c4 3px;
  outline: none;
}
.nav-pills li a {
  border-bottom: dotted 1px #32b0c4;  
  text-transform: uppercase;
  font-size: 14px;
}

#menu-primary-navigation>li, #menu-secondary-navigation>li, #menu-quick-links>li {
  float: none;
  margin-left: 0px;
}

#menu-secondary-navigation>li, #menu-quick-links li a {
  text-transform: uppercase;
  border-bottom: none;
  font-family: Arial, "Lucida Grande", sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
}
#menu-secondary-navigation>li, #menu-quick-links .menu-home {
  display: none;
}

#menu-primary-navigation {
  width: 100%;
  display: table;
}

#menu-primary-navigation li {
  display: table-cell;
  width: auto;
  text-align: center;
}

#menu-primary-navigation li a {
  display: inline-block;
  color: #fff;
  line-height: 48px;
  height: 48px;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
}

#menu-primary-navigation li div.cta-image-2x2 a, #menu-primary-navigation li div.layout-1-1 a {
  height: auto;
}


#menu-secondary-navigation li a {
  text-transform: none;
  font-size: 12px;
  padding: 0 6px;
  color: #7c7c7c; 
  line-height: 12px;
}
#menu-secondary-navigation>li>a:hover, #menu-secondary-navigation>li>a:focus, #menu-secondary-navigation>li.active>a {
  color: #008DA9;
  background: none;
}
#mob-secondary-nav {
  display: none;
}
#mob-secondary-nav li {
  display: table-cell;
  width: 100%;
  margin: 0 0 4px;

}
#mob-secondary-nav li a {
  text-transform: none;
  font-size: 15px;
  padding: 15px 20px;
  color: #F68831; 
  border:none;
  border-radius: 0px;
  background: url('/img/orange-arrow.png') no-repeat scroll 96% 50% / auto #f2f1f1;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
     -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
      -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
       -o-transition: background .25s ease-in-out, color .25s ease-in-out;
          transition: background .25s ease-in-out, color .25s ease-in-out;
}
#mob-secondary-nav li a:hover {
  text-transform: none;
  font-size: 15px;
  padding: 15px 20px;
  color: #fff; 
  border:none;
  background: url('/img/white-arrow.png') no-repeat scroll 98% 50% / auto #F68831;
}
#menu-quick-links {
    position: absolute;
    top: 58px;
    right: 0px;
    z-index: -1;
}

header .header-quick {
  float:right;
  background-color: #E4E4E4;
}

header .social-header {
  padding: 8px 10px 0 0;
}

.social-btn {
  height: 19px;
  width: 25px;
  display: inline-block;
  text-align: left;
  /*width: 32%;*/
}

.mason-blocks .social-btn {
  float: right;
  width: 19px;
}

.social-btn a {
  background: url('/img/header-sprite.png') no-repeat;
  height: 19px;
  width: 19px;
  display: inline-block;
  text-indent: -99999px;
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
     -moz-transition: opacity .25s ease-in-out;
      -ms-transition: opacity .25s ease-in-out;
       -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
/*  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;*/
}

header .social-header .twitter, .mason-blocks .social-btn .twitter {
    background-position: 0px 0px;
}

header .social-header .facebook, .mason-blocks .social-btn .facebook {
    background-position: -19px 0px;
}

header .social-header .pinterest, .mason-blocks .social-btn .pinterest {
    background-position: -38px 0px;
}

header .social-header .google, .mason-blocks .social-btn .google {
    background-position: -57px 0px;
}

header .social-header .youtube, .mason-blocks .social-btn .youtube {
    background-position: -76px 0px;
}

header .planner span {
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 11px;
  padding-top: 11px;
  position: relative;
  background: #ffffff;
  margin-left: 8px;
  text-decoration: underline;
  -webkit-transition: background .25s ease-in-out; -moz-transition: background .25s ease-in-out; -ms-transition: background .25s ease-in-out; -o-transition: background .25s ease-in-out; transition: background .25s ease-in-out;
}
header .planner span:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 107, 53, 0);
  border-right-color: #ffffff;
  border-width: 7px;
  margin-top: -7px;
  -webkit-transition: border-right-color .25s ease-in-out; -moz-transition: border-right-color .25s ease-in-out; -ms-transition: border-right-color .25s ease-in-out; -o-transition: border-right-color .25s ease-in-out; transition: border-right-color .25s ease-in-out;
}
header .planner {
  text-transform: uppercase;
  border-left: 1px solid white;
  z-index: 2;
  padding: 11px 0 11px 15px;
  border-top: dotted 1px #32b0c4;  
  color: #084754;
  font-size: 11px;
}


header .chat-live {
  padding:0 16px 0 16px;
  height: 35px;
  background-color: #f68831;
  z-index: ;
}
header .chat-live:hover {
  background-color: #23A7BF;
  -webkit-transition: background .25s ease-in-out; -moz-transition: background .25s ease-in-out; -ms-transition: background .25s ease-in-out; -o-transition: background .25s ease-in-out; transition: background .25s ease-in-out;
}
header .chat-live:focus {
  background-color: #23A7BF;
}

header .chat-live a {
  font-size: 12px;
  line-height:35px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background .25s ease-in-out; -moz-transition: background .25s ease-in-out; -ms-transition: background .25s ease-in-out; -o-transition: background .25s ease-in-out; transition: background .25s ease-in-out;
}

header #search-icon {
  height: 35px;
  min-width: 31px;
  float: right;
  background-color: #a64396;
}
header #search-icon:hover {
  /*background-color: #aab018;*/
  background-color: #b86aab;
}
header #search-icon img {
  height:auto;
  height: 100%;
  padding: 10px 8px;
  cursor: pointer;
}


#page-header {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*height: 0;*/
}
/*END header nav*/

/*-----------------FORMS--------------------*/
/*Form Error labels*/

#newsletter-form label.error{
  width: 100%;
  position: absolute;
  top: -37px;
  background: #fff;
  padding: 7px;
  color: #b74726;
  font-weight: bold;
}
#searchform label.error{
  position: absolute;
  right: 0;
  top: 40px;
  width: 180px;
  padding: 10px;
  background: #fff;
  color: #b74726;
  font-size: 16px;
  font-weight: bold;
}
#blog-search-form label.error{
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #b74726;
  font-size: 16px;
  font-weight: bold;
}

/*@TODO: fix this..*/
.page-id-3753 .generic-ctas .row {
  width: 100%;
  display: table;
}
.page-id-3753 .generic-ctas .dest-feature {
  display: table-cell;
  float: none;
}


#commentform label.error{
  color: #b74726;
}

/*End Form Labels*/



/*#search-box_unhappy{position: relative; top: 60px; float: right;}*/

/*Search Form*/
#search-box {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 7px 25px 7px 7px;
  background: transparent url('/img/sprite.png') no-repeat 99% 50%;
  background-size: 17px;
  border: solid 1px #d8d8d8;
  color: #A7A7A7;
  /*font-style: italic;*/
  line-height: 12px;
  font-size: 12px;
}
/*END Search Form*/

.page-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-content h1 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.page-content .sub-heading {
  display: block;
  font-family: 'Calluna W01 Italic';
  /*font-size: 12px;*/
  margin-bottom: 5px;
  margin-top: 5px;
  /*bug in webkit on nexus chrome*/
  /*text-shadow:0.1em 0.1em #333;
*/}


/*Grid Slider*/

/*@TODO: feature request to optionaly remove header;*/
.gs-header {
  display: none;
}
/* Override inline style of grid slider plugin.. */
.gs-main-panel {
  border: none;
}
.gs-caption {
  width: auto!important;
  right: 0;
  left: auto!important;
  font-size: 14px!important;
  line-height: 16px!important;
}
/*End Grid Slider*/





/* Slider */
.slide .slider-cta {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#slides .slider-cta>div {
  position: absolute;
  top: 25%;
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
  color: white;
}
#slides .slider-cta .title {
  font-size: 23px;
  font-family: 'Aguafina Script', cursive;
  text-shadow: 6px 6px 20px #282828;
}
.subtitle {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
}
#slides .slider-btn {
  font-family: 'Muli', sans-serif;
  display: block;
  width: 110px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0 auto;
  padding-right: 14px;
  background: url('/img/arrow-right-white.png') right no-repeat #f68831;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  -webkit-transition: background .25s ease-in-out;
     -moz-transition: background .25s ease-in-out;
      -ms-transition: background .25s ease-in-out;
       -o-transition: background .25s ease-in-out;
          transition: background .25s ease-in-out;
}
#slides .slider-btn:hover{  background: url('/img/arrow-right-white.png') right no-repeat #35bed6;}
.slidesjs-pagination {
  margin: 1em 0 0;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  z-index: 10;
}
.slidesjs-pagination li {
  display: inline;
  margin: 0 7px;
  list-style-type: none;
  list-style: decimal;
}
.slidesjs-pagination li a {
  background: #fff;
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 0;
  padding-top: 10px;
  text-align: center;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slidesjs-pagination li a.active {
  background-color: #63cddd;
}
.slidesjs-navigation {
  display: none;
}

#home-page-slider.home-page-slider{
margin: 0 auto;
background: none;
border: none;
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
zoom: 1;
max-width: 2000px;
overflow: hidden;
}
/*New slider - Mark*/
#home-page-slider .home-page-slider {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.flexslider .slides > li {
  position: relative;
  }
#home-page-slider .flex-direction-nav li a, .listing-slider .flex-direction-nav li a, .press-image-gallery .flex-direction-nav li a {
  display: block;
  background-image: url('/img/slider-nav-sm.png');
  /*background-size: 32px;*/
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  text-indent: -99999px;
  text-align: justify;
}
#home-page-slider .flex-next, .listing-slider .flex-next, .press-image-gallery .flex-next, .seasons-image-slider .flex-next {
  background-position: 0px -37px;
}
#home-page-slider .flex-prev, .listing-slider .flex-prev, .press-image-gallery .flex-prev, .seasons-image-slider .flex-prev{
  background-position: 0px 0px;
}
.flexslider:hover .flex-next {
right: 10%!important;
}
.flexslider:hover .flex-prev {
left: 10%!important;
}

/*END Slides*/


/*Social Connect*/



/*END Social Connect*/














/*CTA section - including Destination Features and Upcoming Events section*/


/* @TODO: revisit this; */
.no-psudeo {
  width: 100%;
  height: 2px;
  background-color: #f2f1f1;
  position: absolute;
  margin-top: -2px;
  max-width: 2000px;
}
/*.home .cta-section, .page-template-page-getting-here-php .cta-section {*/
.cta-section, .grey-section {
  background-color: #f2f1f1;
  border-top: 1px solid #fff;
  overflow: visible;
  background-position: center top;
  padding-top: 50px;
  padding-bottom: 20px;
}
.body-bottom-cta {
  padding-bottom: 20px;
  padding-top: 60px;
}
.grey-section {
  padding-top: 25px;
}

.grey-quote, .white-quote {
  padding-left: 52px;
}
.grey-quote {
  background: url('../img/big-quo-white.png') no-repeat scroll 0px 4px #f2f1f1;
}
.white-quote {
  background: url('../img/big-quo-grey.png') no-repeat scroll 0px 4px #fff;
}

.eat-play-shop .cta-section{
  background: url('../img/uniquepages/home/sand-bg.jpg') ;  
}

.cta-section h2 {
  margin-bottom: 20px;
}

.cta-section #home-page-tabs.nav-tabs {
  max-width: 500px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
  margin-top: -75px;
  height: 0px;
}
.cta-section #home-page-tabs.nav-tabs li {
  background-color: white;
  color: #35bed6;
  border: 1px solid #dde4e5;
  -webkit-transition: background-color .25s ease-in-out;
     -moz-transition: background-color .25s ease-in-out;
      -ms-transition: background-color .25s ease-in-out;
       -o-transition: background-color .25s ease-in-out;
          transition: background-color .25s ease-in-out;
}
.cta-section #home-page-tabs.nav-tabs li:hover {
  background-color: #aab018;
  border: 1px solid #aab018;
  color: #fff;
}
.cta-section #home-page-tabs.nav-tabs li:hover a {
  background-color: transparent;
  color: #fff;
}
.cta-section #home-page-tabs.nav-tabs li.active {
  background-color: #aab018;
  border: 1px solid #aab018;
}
.cta-section #home-page-tabs.nav-tabs li.active a {
  color: white;
  position: relative;
  background: #aab018;
}
/*.cta-section #home-page-tabs.nav-tabs li.active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(53, 190, 214, 0);
  border-top-color: #35bed6;
  border-width: 10px;
  margin-left: -10px;
}*/

.cta-section #home-page-tabs.nav-tabs li+li {
  margin-left: 0;
}
.cta-section #home-page-tabs.nav-tabs li a {
  width: 100%;
  border: none;
  color: #aab018;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  margin:0;
}
.upcoming-events, .dest-features, .ctas {
  text-align: center;
  overflow: hidden;
}
/*.cta-section #mob-show-events {
  display:none;
}*/
.upcoming-events {
  /*display: none;*/
}

.home .featured-flag {
    position: absolute;
    z-index: 1;
    margin: 0 15px;
    padding: 0px;
    width: 90px;
    height: 90px;
    background: url(../img/featured-flag.png) ! important;
    border: medium none;
    text-indent: -9999px;
}
.first-feature {
  display: inline-block;
  background-color: #fff;
  margin: 0 15px;
}
.first-feature h3 {
  text-transform: uppercase;
  color: #a93f8a;
  font-size: 25px;
  line-height: 30px;
}
.first-feature p {
  text-decoration: none;
  color: #3d3229;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
}
.first-feature a {
  text-decoration: none;
  color: #F68831;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.first-feature a:hover {
  color: #23A7BF;
}
.first-feature a:active {
  color: #23A7BF;
}

.dest-features .row, .ctas .row {
  text-align: center;
}
.dest-feature, .cta {
  display: inline-block;
  height: auto;
  /*margin: 0 auto;*/
  margin-bottom: 24px;
  /*margin-top: 10px;*/
}
.dest-feature {
  vertical-align: top;
}
.dest-feature:nth-child(2n+1){
    clear:left;
}
/*.page-template-page-general-parent-page-php .dest-feature, .page-template-page-general-subpage-php .dest-feature {
    min-height: 445px;
    vertical-align: top;
}*/
.dest-feature .img-container, .cta .img-container {
  height: 100%;
  width: auto;
  max-width: 304px;
  margin: auto;
  z-index: 9;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.dest-feature img, .cta img {
  display: block;
  height: auto;
  margin: 0;
}
.dest-feature img.play-btn-overlay{
  top: 30%;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.dest-feature .title, .cta .title {
  background-color: #fff;
  color: #a64396;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
/*@TODO: too specific here...;*/
.where-to-stay .dest-feature .title {
  max-width: 205px;
}
.dest-feature .hover, .cta .hover {
  display: none;
  position: relative;
  z-index: 21;
  overflow: auto;
  /*width: 290px;*/
}
.dest-feature .hover .label, .cta .hover .label {
  position: absolute;
  margin: 16px 0 20px 0;
  background-color: white;
  border-radius: 0;
  color: #35bed6;
  padding: 10px 18px 10px 24px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  left: 0;
  top: 20px;
}
.dest-feature .hover .content, .cta .hover .content {
  clear: both;
  /*padding-top: 5%;*/
  overflow: hidden;
}
.dest-feature .hover .content a, .cta .hover .content  a {
  clear: both;
  /*padding-top: 5%;*/
  overflow: hidden;
}
.dest-feature .hover-title, .cta .hover-title {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 200;
  font-size: 24px;
}
.dest-feature .hover-title a, .cta .hover-title a {color: white; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out; }
.dest-feature .hover-title a:hover, .cta .hover-title a:hover {color: #F68831; }
.dest-feature .hover-body, .cta .hover-body {
  width: 90%;
  margin: 0 auto;
  margin-top: 17px;
  line-height: 1.4;
}
.dest-feature .video-link, .cta .video-link {
  margin-top: 16px
}
.dest-feature .video-link a, .cta .video-link a {
  /*padding: 10px 45px;*/
  padding: 10px;
  max-width: 210px;
  margin: auto;
}
.dest-feature .video-link img, .cta .video-link img {
  width: 25px;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: 12px;
}
.home .dest-feature .video-link img {
  width: auto;
  position: inherit;
  display: inline-block;
  left: inherit;
  right: inherit;
  top: inherit;
  margin-right: 2px;
}
.dest-feature .hover p, .cta .hover p {
  color: white;
  font-weight: 200;
  text-align: center;
}

.dest-feature:hover .hover, .cta:hover .hover {
  display: table-cell;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #a64396;
  vertical-align: middle;
  /*margin: 0px 15px 15px 0;*/
  padding: 10px;
-webkit-animation: fadein .5s; /* Safari and Chrome */
       -moz-animation: fadein .5s; /* Firefox */
        -ms-animation: fadein .5s; /* Internet Explorer */
         -o-animation: fadein .5s; /* Opera */
            animation: fadein .5s;
}

.page-template-page-general-parent-page-php .dest-feature h4 a {
  color: #A93F8A;
}
.page-template-page-general-parent-page-php .dest-feature h4 a:hover {
  color: #A93F8A;
  text-decoration: underline;
}



.press-videos-wrap .dest-feature:hover .hover {
  padding:0;
  width: auto;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

.cta-section .upcoming-events a {
  color: #a93f8a;
  text-transform: uppercase;
}

/* Events single page */
body.single-event .eo-event-meta {
  width: 100%!important; /* This was hard-coded in the plugin.. */
}
body.single-event .eo-event-meta li {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5p;
}





.ctas .todo:hover .hover {
  cursor: pointer;
}
.todo .hover .content {
  margin-top: 10%;
}
.todo a.todo-link{
  display: block;
  margin: auto;
  max-width: 304px;
  position: relative;
}
.where-to-stay .cta-section .row {
  position: relative;
}

.full-cta-link{
  display: block;
  margin: auto;
  max-width: 304px;
  position: relative;
}
.dest-feature .video-popup-link{
  background: url('../img/icons/play-btn-sm.png') no-repeat;
  background-position: 0px 0px;
  line-height: 24px;
  padding-left: 25px;
  height: 29px;
  display: block;
  margin: auto;
  width: 145px;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}
.dest-feature .video-popup-link:hover{
  cursor: pointer;
  text-decoration: none;
  color: #23A7BF;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6;*/
}
.dest-feature .btn {
  background-color: #F68831;
}
.dest-feature .btn:hover {
  /*background-color: #23A7BF;*/
  background-color: #FE9745;
}

#home-page-events, #home-page-features{
  background-color: transparent;
}

/*END CTA section*/


/*Guide section*/

.guide-section {
  background: #008da9 url('../img/guide-bg.gif') 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.guide-section img {
  /*width: 100%;*/
}
.guide-section .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.guide-section h3, .guide-section h2 {
  color: white;
  margin-bottom: 4px;
}
.guide-section h3 {
  font-family: 'Aguafina Script', cursive;
  font-size: 42px;
  font-weight: 200;
}
.guide-section h2 {
  text-align: left;
  font-size: 20px;
}
.guide-section p {
  margin: 10px 0 10px 0;
}
.guide-section li {
  margin-bottom: 10px;
}
.guide-section a {
  text-decoration: underline;
  color: #efe2c9;
}
.guide-section a:hover {
  text-decoration: none;
}
.guide-section .btn {
  color: white;
  text-decoration: none;
  background: url('../img/arrow-right-white.png') right no-repeat;
  background-color: #004d5c;
  padding-right: 30px;
  -webkit-transition: background-color .25s ease-in-out;
     -moz-transition: background-color .25s ease-in-out;
      -ms-transition: background-color .25s ease-in-out;
       -o-transition: background-color .25s ease-in-out;
          transition: background-color .25s ease-in-out;
}
.guide-section .btn:hover {
  background-color: #012D36;
}

/*END Guide section*/

/*Featured Special Offers*/
body.home {background: #fff;}
/*#home-page-offers{ padding-bottom: 20%;}*/
.offers-section {
  padding-top: 60px;
  padding-bottom: 20%;
  background-color: #fff;
  background-image:url('../img/uniquepages/home/grass-bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.offers-section h2 {
  color: #9bcd68;
  padding-bottom: 40px; 
}
.special-offers {
  text-align: center;
}
.special-offers .modal-header{
  text-align: left;
}
.special-offer {
  padding-bottom: 20px;
}

.special-offer .img-container {
  
}
.special-offer .content {
  color: white;
  padding: 25px 10px;
}
.special-offer .title {
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.5;
}
.special-offer .body p{
  text-align: center;
}
.special-offers a:hover {
  text-decoration: none;
}
/*.special-offers a:hover .content {
  background-color: #7bad49;
}*/
.specials-cta-link{
  background-color: #9bcd68;
  display: block;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.specials-cta-link:hover{
  background-color: #7bad49;
}
.special-offers .img-container img {
  width: 100%;
  max-width: 304px;
  height: auto;
  display: block;
}
.social {
  /*background-color: #f1ebdc;*/
  background-color: #31271f;
  padding-bottom: 6px;
  padding-top: 10px;
  text-align: left;
}
.social .container>div {
  display: block;
}
.social-email {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  padding: 3px 5px 1px 5px;
  font-size: 11px;
  font-weight: bold;
  color: black;
  background-color: #f8f8f8;
  display: inline-block;
  height: 21px;
  vertical-align: top;
  line-height: 1.3;
}
.social-email img {
  width: 14px;
}
.social .social-bits a {
  float: right!important;
  max-width: 40px;
  padding: 0 4px!important;
}

.social .social-bits p {
  color: #fff;
  float: right;
  line-height: 28px;
}

/*END Featured Special Offers*/


/* Area Overview */

.no-deco:active, .no-deco:focus, .no-deco:hover, .no-deco {text-decoration: none;}
.show-hide-text:before {content: '- Hide ';}
.collapsed .show-hide-text:before {content: '+ Show ';}

/* End Area Overview */


/* Destination Guide CTA */

.dest-guide-cta {
  padding-bottom:35px;
}
/* @TODO: check merit of this colour selection..; */
.dest-guide-cta h4 {
  color: #3d3229;
  font-family: 'Calluna W01 Regular';
}
.dest-guide-cta img {
  width: 100%;
}

.travel-guide-ctas a > p {
  color: #6B5F50;
}

/* End Destination Guide CTA */


/*Footer*/
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3d3229;
  /*background: black url('/img/footer-bg.jpg') 0 0 no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer #menu-footer-nav a {
    color: #c9aa91;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
footer #menu-footer-nav a:hover {
    /*color: #23A7BF;*/
    text-decoration: underline;
}

footer .site-links li {
  min-height: 23px;
}
header .connect {
  text-align: center;
}
footer .connect {
  text-align: left;
}
footer .social-btn {
  display: inline-block;
  height: 49px;
  /*width: 32%;*/
  text-align: center;
}
footer .social-btn a {
  height: 49px;
  width: 49px;
}
footer .social-btn a {
  background: url('/img/icon-sprite.png') no-repeat;
  display: inline-block;
  text-indent: -99999px;
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
     -moz-transition: opacity .25s ease-in-out;
      -ms-transition: opacity .25s ease-in-out;
       -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
/*  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;*/
}
/*footer .partners a{
  background: url('/img/icon-sprite.png') no-repeat;
  display: inline-block;
  text-indent: -99999px;
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
     -moz-transition: opacity .25s ease-in-out;
      -ms-transition: opacity .25s ease-in-out;
       -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}
footer .partners a:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}*/
footer .social-btn a:hover, header .social-btn a:hover, .social-btn a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
footer .partners {
  vertical-align: top;
}
/* @TODO: Make these images a sprite; */
footer .grey-down {
  background: url('/img/white-up.png') no-repeat scroll 98% 50% #6a5f58;
  padding: 10px 0;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 30px;
}
footer .grey-down:hover {
  background-color: #827c78;
}
footer .grey-down.collapsed {
  background: url('/img/white-down.png') no-repeat scroll 98% 50% #6a5f58;
}

footer h4, footer p, footer h5, footer .btn, footer .connect {
  color: #fff;
  margin-bottom: 00px;
  margin-top: 0;
}
footer h4{
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
  font-family: 'Calluna W01 Regular';
}
footer p, footer a {
  font-size: 13px;
  line-height: 23px;
}
footer p, footer a {
  margin-bottom: 10px;
}
footer h4 a:hover{
  color: #000;
  text-decoration: none;
}
footer .newsletter-form  {
  margin-bottom: 20px;
  width: 100%;
  /*max-width: 265px;*/
  position: relative;
}
footer .newsletter-form .email {
  /*position: absolute;
  top: 0;*/
  padding: 7px;
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: 0;
}
footer .newsletter-form .email::-webkit-input-placeholder, .google_maps_wrapper .search-filter-box input::-webkit-input-placeholder {
   font-size: 11px;
   font-style: italic; 
}
footer .newsletter-form .email:-moz-placeholder, .google_maps_wrapper .search-filter-box input:-moz-placeholder { /* Firefox 18- */
   font-size: 11px;
   font-style: italic; 
}
footer .newsletter-form .email::-moz-placeholder, .google_maps_wrapper .search-filter-box input::-moz-placeholder {  /* Firefox 19+ */
   font-size: 11px;
   font-style: italic; 
}
footer .newsletter-form .email:-ms-input-placeholder, .google_maps_wrapper .search-filter-box input:-ms-input-placeholder {  
   font-size: 11px;
   font-style: italic; 
}
footer .newsletter-form .submit {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  margin: 0 0 0 -5px;
  height: 40px;
  width: 40px;
  line-height: 1px;
  padding: 0px 14px;
  white-space: nowrap;
  background-color: #AAB018;
}
h4.footer-header a {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
}
h5.footer-header {
    font-size: 15px;
}
.unhappyMessage{
  position: absolute;
  top: -37px;
  left: 0;
  z-index: 1000;
  color: red;
  background: #fff;
  padding: 10px;
  font-weight: bold;
  width: 100%;
}

.social-btn .twitter {
  background-position: 0 0;
}
/*.social-btn .twitter:hover {
  background-position: -50px 0;
}
*/.social-btn .facebook {
  background-position: 0px -48px;
}
/*.social-btn .facebook:hover {
  background-position: -50px -48px; 
}
*/.social-btn .pintrest {
  background-position: 0px -98px;
}
/*.social-btn .pintrest:hover {
  background-position: -50px -98px;
}
*/.social-btn .google {
  background-position: 0px -147px;
}

.social-btn .instagram {
  background-position: 0px -147px;
}
/*.social-btn .google:hover {
  background-position: -50px -147px;
}
*/.social-btn .youtube {
  background-position: 0px -196px;
}
/*.social-btn .youtube:hover {
  background-position: -50px -196px;
}
*/.partners li {
  min-height: 60px;
}
.partners .marshall {
  background-position: 0px -249px;
  height: 66px;
  width: 93px;
}
.partners .shipshewana {
  background-position: 0px -533px;
  height: 29px;
  width: 106px;
}
.partners .southbend {
  background-position: 0px -460px;
  height: 23px;
  width: 95px;
}
.partners .amish {
  background-position: 0px -385px;
  height: 25px;
  width: 104px;
}
.partners .michigan {
  background-position: 0px -322px;
  height: 55px;
  width: 103px;
}
.partners .kosciusko  {
  background-position: 0px -418px;
  height: 32px;
  width: 112px;
}
.partners .artearth {
  background-position: 0px -495px;
  height: 29px;
  width: 114px;
}
.partners .getaways {
  background-position: 0px -573px;
  height: 18px;
  width: 154px;
}
.sub-footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
}
.sub-footer li {
  display: inline-block;
  margin-right: 10px;
  /*margin-bottom: 10px;*/
}
.sub-footer p {
  margin-bottom: 0;
}
.sub-footer p, .sub-footer a {
  color: #3d3229;
  font-size: 12px;
}
.sub-footer a {
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.sub-footer a:hover {
    color: #F68831;
}
.footer-partners {
    display: table;
    width: 100%;
}
.footer-partners li {
    /*min-height: 118px;*/
    vertical-align: middle;
    display: inline-block;
    margin: 0 8px;

}
.footer-partners li img {
    max-width: 123px;
}

/*#footer-partners {display: table; width: 100%;}*/
/*#footer-partners li{display: table-cell;}*/

/*END footer*/

/*Special Offers Page*/
.offers-nav {
  /*float: left;*/
  margin-bottom: 10px;
  margin-top: 10px;
}
.page-template-page-simpleview-coupons-php .offers-nav {
  margin-bottom: 0;
}
.page-template-page-simpleview-coupons-php .body {
  max-width: auto;
}
.coupon-contact {
  margin-bottom: 15px;
}
.coupon-contact span {
  display: block;
  line-height: 20px;
  color: #3D3229;
  font-family: 'Muli', sans-serif;
}
.offers-nav.col-sm-12 { padding: 0; padding-right: 15px; }
.nav-tabs {
  border: none;
}
#collapse-tabs{padding-left: 15px;}
.nav-tabs#collapse-tabs li {
  width: 100%;
}
.nav-tabs>li>a {
  text-align: center;
  padding
}
.nav-tabs>li>a, .accordian-toggle {
  color: white;
  border-radius: 0;
  background-color: #35bed6;
  padding: 15px 8px;
  margin-right: 0;
  /*min-height: 44px;*/
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}
.nav-tabs>li>a:hover {
  /*background-color: #AAB018;*/
  background-color: #F68831;
}
.nav-tabs>li.active> a, .nav-tabs>li.active> a:hover, .accordian-toggle.active, .accordian-toggle.active:hover {
  background-color: #F68831;
  color: white;
  border: none;
  padding: 15px 8px;
  margin: 0;
}

.nav-tabs>li.active>a:focus {
background-color: #F68831;
color: white;
border: none;
padding: 15px 8px;
outline: none;
}
.accordian-toggle {
  overflow: hidden;
}
.tab-pane.active {
  background-color: white;
}
.tab-content .tab-pane {
  margin-top: 20px;
}
.page-template-page-travel-planner-php .tab-content .tab-pane.summary-open {
  padding-top: 30px;
  border-top: solid 2px #F0F0F0;
}

.events-top-wrap {border-bottom: solid 1px #e3e3e3;}
.events-back-btn{padding: 10px 0; font-size: 14px; text-transform: uppercase;}

/*Hiding Trip Planner */
/*.controls>li:first-child { display: none; } */


/*Special Off Side Bar*/
.sidebar {
  margin-top: 20px;
}
.sidebar img, .sidebar .ad {
  max-width: 100%;
  min-width: inherit;
}
.ads h4{text-align: center; color: #ccc; font-size: 12px; }
.sidebar .ads {
  text-align: center;
}
.sidebar h4 {
  text-align: center;
}
.sidebar h4, .sidebar .ad, .sidebar .btn {
  margin-bottom: 10px;
}
.sidebar .ad {
  text-align: center;
}
.sidebar .offer-btn {
  background: #9bcd68 url('/img/arrow-right-white.png') right no-repeat;
  padding: 10px 30px 10px 20px;
  display: block;
}
.sidebar .spotlight-item .title, .sidebar .spotlight-item .content, .sidebar .spotlight-item .img-container {
  margin-bottom: 10px;
}
.sidebar .spotlight-item .title, .sidebar .spotlight-item .content {
  text-align: left;
}
.sidebar .spotlight-item .title {
  color: #9bcd68;
  font-size: 14px;
  font-weight: bold;
}
.sidebar .spotlight-item .content {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  font-weight: normal;
}
.special-offers-page .ad, .travel-planner .ad {width: 100%;}
.special-offers-ads { margin-top: 0;}
/* END Special Offers*/

/* Events */
.events .page-content .header {
  font-size: 26px;
}
.events-search {
  background-color: #4dc5da;
  margin-left: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  color: white;
}
.events-search h1 {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}
.events-search .button-container {
  text-align: center;
}
.events-search input, .events-search select {
  margin-bottom: 10px;
}
.events-search .em-search-field.col-xs-12, 
.events-search .em-date-range>div, 
.events-search .em-date-range label,
.events-search .em-date-range span {
  padding: 0;
}
.single-event .the_content {
  margin-bottom: 22px;
}
.single-event .dates p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-event .em-location-map-container {
  max-width: 100%;
}
.single-event .event-img-container {
  text-align: center;
}
.single-event .events-search h1 {
  text-align: center;
  margin-top: 10px;
}

.single-event .cta-section {
  background-color: #4dc5da;
  background-image: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.single-event .em-location-map-container {
  float: right;
}
.single-event .event-img {
  max-width: 100%;
  margin-bottom: 20px;
}
.single-event .em-location-map-container {
  width: 100% !important;
  height: 400px !important;
}
.single-event .details, .single-event .detail {
  padding-left: 0; 
}
.single-event .detail {
  min-height: 83px;
}
.single-event .entry-title {
  margin-bottom: 40px;
}
#events-ads-wrap {padding: 0;}

#events-ads-wrap #sidebar-cta {margin-top: 10px;}
.special-offers-page #events-ads-wrap #sidebar-cta {margin-top: 10px; padding-top: 0;}

#events-datepicker{background: #4dc5da; padding: 30px 40px; max-width: 300px; margin: auto; margin-bottom: 30px;}
#events-datepicker h5{color: #fff; font-size: 16px; text-transform: uppercase; text-align: center; line-height: 1.4; margin: 0; border-bottom: solid 1px #fff; margin-bottom: 15px; padding-bottom: 10px;}
#events-datepicker label{color: #fff; padding-bottom: 5px;}
#events-datepicker .input-group{margin-bottom: 10px; width: 100%;}
#events-datepicker .dropdown{width: 100%;}
#events-datepicker .datepicker-input {
background-color: white;
color: #666666; 
border: none;
padding-bottom: 7px;
padding-top: 8px;
width: 100%;
text-align: left;
background: white url('/img/calendar-icon.png') right no-repeat;
border-radius: 0;
}
#events-datepicker .datepicker-input:hover {cursor: pointer;}
#events-datepicker #events-search-button {display: block; margin: auto; margin-top: 10px; width: 170px;}
#events-datepicker .dropdown-toggle {text-transform: none;}

#specials-left h3.month{font-size: 16px; color: #f68831; text-transform: uppercase; font-family: 'Muli', sans-serif; font-weight: bold;}

.events .dunes-grass-bg {padding-bottom: 10%;}
.events .events-page, .events .events-page-single{background-color: transparent;}

/*Events Details*/
.offer .events-details-image{float: left; margin: 0 10px 10px 0; padding: 0;}
.events-page-single .offer {background: #f2f1f1;}
.events-page-single .offer:hover{background-color: #f2f1f1;}
.events-page-single .offered-by {text-transform: uppercase;}
.events-page-single .offer p.detail {font-size: 16px; font-weight: bold; font-family: 'Muli', sans-serif; color: #666666; display: block; margin-bottom: 0;}
.events-page-single .offer p.detail .subtext {font-size: 16px; font-weight: normal; font-family: 'Muli', sans-serif; color: #666666; display: inline; font-style: normal; }
.events-page-single .offer h3 span {font-size: 16px; font-weight: bold; font-family: 'Muli', sans-serif; color:#4dc5da; font-weight: bold; text-transform: uppercase;}
.events-page-single .offer h3 a{font-weight: 100; font-size: 16px;}
.events-page-single .company {display: block; margin-top: 5px}
/*Beyond The Beach Events*/
#specials-left > p {color: #fff; font-size: 20px;}
/* END Events */


.event.featured {
  border: solid 2px #b6db91;
}

em.photo-credit{
  margin-bottom: 20px;
  display: block;
}
.dropdown-menu li:hover{
  cursor: pointer;
}


/*Popups*/
.inner .btn {padding: 5px;}



/*Explore The Area*/
.explore-ctas .row {margin-bottom: 20px;}
.explore-cta a{display: block; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1;
}
.explore-cta img {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;}
.explore-cta a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6;}


/*Weather Widget*/
#weather-widget-header {font-size: 14px; color: #3d3229;}
#weather-widget-temp {font-size: 32px; color: #3d3229; font-weight: normal; margin: 10px 0;}
#weather-widget-description {color: #666666; text-transform: uppercase; font-size: 13px; text-align: center; clear: both; margin: 0;}
.wp-forecast {width: 100%;}
.wp-forecast-curr-block {float: none!important;}
.wp-forecast-curr-head {font-size: 18px;}
.wp-forecast-curr-details {display: none;}
.wp-forecast-curr-block .wp-forecast-curr-left {padding: 0;}
.wp-forecast-curr-left img.wp-forecast-curr-left {width: 64px; height: 40px; padding: 0px; }
.wp-forecast-curr-block .wp-forecast-curr-right {font-size: 18px; font-weight: normal; font-variant: small-caps; text-align: left; padding: 0;}
/* @TODO cleanup these margins.. */
div.wp-forecast {
    margin: 20px 0 0 30px;
    float: right;
    min-width: 160px;
    padding: 15px;
    width: 30%;
    font-family: "Muli",sans-serif;
    font-weight: 100;
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(242,242,242,0) 28%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(28%,rgba(242,242,242,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 28%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 28%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 28%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(242,242,242,0) 28%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}
.wp-forecast .inverse {
  color: #3d3229;
}
.wp-forecast .inverse:hover {
  color: #F68831;
}


/*Meetings*/
/*.side-rfp {float: right; margin: 0 0 0 20px;}*/

/*Generic CTA's*/
.generic-ctas {margin-top: 30px;}
.generic-ctas .row {margin-bottom: 20px;}
.generic-cta a{display: block; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1; }
.generic-cta p{margin-top: 10px}
.generic-cta a h5{background: #F68831; color: #fff; text-align: center; padding: 15px 0; margin: 0; display: block;}
.generic-cta img {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; display: block;}
/*.generic-cta a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}*/
.generic-cta a:hover{text-decoration: none;}

/*Generic CTA Hover*/
.generic-cta .hover-box{display: none; z-index: 21; overflow: auto;}
.generic-cta:hover .hover-box {display: block; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background-color: #35bed6; }
.generic-cta img.play-btn-overlay{top: 40%; bottom: 0; margin: 0 auto; position: absolute; z-index: 20; margin-left: auto; margin-right: auto; left: 0; right: 0; }



/*Generic CTAs on parent general pages*/
.generic-ctas .dest-feature a:hover h4 {
  text-decoration: underline;
}
.generic-ctas .dest-feature p {
  color: #6B5F50;
}





/*Explore-CTAS*/
.explore-ctas {margin-top: 30px;}
.explore-ctas .row {margin-bottom: 20px;}
.explore-cta a{display: block; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1; }
.explore-cta p{margin-top: 10px}
.explore-cta a h5{background: #F68831; color: #fff; text-align: center; padding: 15px 0; margin: 0; display: block;}
.explore-cta img {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; display: block;}
.explore-cta a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}
.explore-cta a:hover h5 {text-decoration: none;}

/*Specific CTA Styling */
.seasons-ctas {margin-top: 30px;}


/*Sidebar CTA*/
.events-page #sidebar-cta{margin-top: 0;}
#sidebar-cta{ margin-top: 30px; padding-bottom: 30px;}
#sidebar-cta img{ display: block;}
.sidebar-cta-body{ background: #F68831; text-align: center; max-width: 300px;}
#sidebar-cta h4{font-family:'Muli', sans-serif; font-weight: 100; color: #fff; font-size: 23px; margin: 0; padding: 10px 0;}
#sidebar-cta h5{font-family: 'Aguafina Script', cursive; color: #fff; font-size: 28px; margin: 0; padding: 10px 0;}
#sidebar-cta .btn{  width: 180px; margin: 10px 0; background: #074d5b url('/img/arrow-right-white.png') right no-repeat; padding: 10px 14px 14px 0;}
#sidebar-cta .sidebar-cta-link { display: block; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; max-width: 300px; margin: auto;}
#sidebar-cta .sidebar-cta-link:hover{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}

/*Custom Multi-Level Sidebar Menu*/
.sidebar-menu .dropdown-menu {position: relative; top: auto; left: auto; z-index: 10; display: none; float: none; min-width: 0; padding: 5px 0; margin: 2px 0 0; font-size: 14px; list-style: none; background-color: #fff; border: none; border-radius: none; -webkit-box-shadow: none; box-shadow: none; background-clip: border-box; }
.sidebar-menu .dropdown {display: block; width: auto; z-index: 2; }
.sidebar-menu .sidebar-menu .dropdown-menu>li>a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333; white-space: nowrap; }
.sidebar-menu .open>.dropdown-menu {display: block; }
.sidebar-menu .dropdown-menu>li>a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333; white-space: nowrap; }
.with-sidebar h1{margin-top: 0;}
.with-sidebar h1, .with-sidebar h2, .body-bottom-cta h2 {text-align: left;}
.sidebar-menu h4 a{ text-transform: uppercase; font-size: 16px; color: #a93f8a; margin-bottom: 20px; font-family:'Muli', sans-serif; font-weight: 100; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
.sidebar-menu h4 a:hover{color: #084754; text-decoration: none;}
.sidebar-nav-header h4{margin:0 0 15px 0;}
.sidebar-custom-menu a {display: block;}
.sidebar-nav-header .sidebar-menu-button { display: none;}
ul.sidebar-custom-menu ul, ul.sidebar-custom-menu li, ul.sidebar-custom-menu li ul.sub-menu, ul.sidebar-custom-menu li ul.sub-menu li, ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu, ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li, ul.sidebar-custom-menu li ul li ul, ul.sidebar-custom-menu li ul li ul li  {position: relative!important;}
ul.sidebar-custom-menu li a {color: #35bed6; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
ul.sidebar-custom-menu li:hover a{color: #000;}
ul.sidebar-custom-menu li.has-children {background: url(../img/icons/brown-arrow.png) no-repeat 0 15px #fff; padding-left: 15px;}
ul.sidebar-custom-menu li.has-children.active {background: url(../img/icons/orange-arrow-down.png) no-repeat 0 15px #fff; padding-left: 15px;} /*1st and 2nd level arrows*/
ul.sidebar-custom-menu li { position: relative!important; border-bottom: solid 1px #d7d7d7; line-height:40px; background: #fff;}
ul.sidebar-custom-menu li ul.sub-menu {position: relative!important; z-index: 2;}
ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu {position: relative!important; z-index: 2; background: #fff;}
ul.sidebar-custom-menu li.active > a, ul.sidebar-custom-menu li ul.sidebar-custom-menu li ul.sub-menu li.active > a { color: #F68831;}
ul.sidebar-custom-menu li a, ul.sidebar-custom-menu li ul.sub-menu li a, ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu a {font-family: arial; color: #3d3229; font-size: 14px; }
ul.sidebar-custom-menu li.has-children:hover {background: url(../img/icons/brown-arrow-down.png) no-repeat 0 15px #fff; padding-left: 15px;}
ul.sidebar-custom-menu li.has-children:hover, ul.sidebar-custom-menu li ul.sub-menu li.has-children:hover {background: url(../img/icons/orange-arrow-down.png) no-repeat 0 15px #fff; padding-left: 15px;}
ul.sidebar-custom-menu li:hover a, ul.sidebar-custom-menu li ul.sub-menu li:hover a, ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li:hover a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li:hover a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li.active ul.sub-menu li:hover a {color: #F68831; text-decoration: none;}
ul.sidebar-custom-menu li ul.sub-menu, ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu {display: none; position: relative; z-index: 1;}
ul.sidebar-custom-menu li ul.sub-menu li, ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li{ position: relative; padding-left: 15px; border-top: solid 1px #d7d7d7; border-bottom: 0;}
ul.sidebar-custom-menu li ul.sub-menu li a, ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li a{color: #3d3229; }
ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li a{color: #3d3229; }
ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li.active a{color: #F68831; } /*Second level, third level a's*/
ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li ul.sub-menu li a{color: #3d3229; }
ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li ul.sub-menu li:hover a{color: #F68831; }
ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li.active ul.sub-menu li.active a{color: #F68831; } /*Fourth levela's*/
ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li.active ul.sub-menu li a{color: #3d3229; } /*Fourth levela's*/

/*Four Levels Deep*/
ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a{color: #3d3229;}
ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li:hover a{color: #F68831;}
/*ul.sidebar-custom-menu li.active a, ul.sidebar-custom-menu li ul.sub-menu li.active a{color: #084754;}*/

/*Site-map*/
.the-site-map .site-map-box { margin-top: 30px;}
.the-site-map .site-map-box h4, .the-site-map .site-map-box h3 {margin: 20px 0;}
.the-site-map ul > a{font-size: 20px; margin: 10px 0; display: block; color: #F68831;}
.the-site-map .sitemap_with_child ul{ list-style-type: disc;}
.the-site-map .sitemap_with_child ul li{ margin-bottom: 5px; }
.the-site-map .sitemap_with_child ul li a{ padding-left: 10px; }
.the-site-map .sitemap_with_child ul li.page_item_has_children a{ padding-left: 10px; margin-bottom: 5px; display: block; }
.the-site-map .sitemap_with_child ul li.page_item_has_children ul{ padding-left: 10px; }

.the-site-map .sitemap_without_child ul{list-style-type: disc;}
.the-site-map .sitemap_without_child ul li{ margin-bottom: 5px; }
.the-site-map .sitemap_without_child ul li a{padding-left: 10px;}


/*Press Releases*/
.press-release-body p.addendum{ margin-top: 30px; padding-top: 10px; border-top: dashed 1px #008da9;}
.press-release-body .well {max-width: 300px;  margin-top: 30px; line-height: 22px;}

/*Press Image Gallery*/
.flexslider.press-image-gallery { border: none; margin: 30px 0;}
.flexslider.press-image-gallery .flex-control-paging {display: none;}

/*Press Video Galleries*/
.press-videos-wrap {margin: 30px 0;}


/*Search Results Page*/
.search h1{margin-bottom: 30px;}
.search #internal {margin: 30px 0;}
.search #internal article {margin: 20px 0; padding-bottom: 30px; border-bottom: solid 1px #cccccc; overflow: hidden;}
.search #internal article a{margin: 10px 0 0 0; white-space: normal; text-transform: none;}
.search #internal .beach-btn {background-color: #6f618d; -webkit-transition: background-color .25s ease-in-out; -moz-transition: background-color .25s ease-in-out; -ms-transition: background-color .25s ease-in-out; -o-transition: background-color .25s ease-in-out; transition: background-color .25s ease-in-out;}
.search #internal .beach-btn:hover {background-color: #0c6779;}
.search #internal .blog-btn {background-color: #F68831; -webkit-transition: background-color .25s ease-in-out; -moz-transition: background-color .25s ease-in-out; -ms-transition: background-color .25s ease-in-out; -o-transition: background-color .25s ease-in-out; transition: background-color .25s ease-in-out;}
.search #internal .blog-btn:hover {background-color: #0c6779;}
#search-tabs li{ width: 50%;}
.subcatname {color: #6B5F50; font-style: italic;}

  /*Little Notch below tabs*/
#search-tabs.nav-tabs>li.active> a:after, #search-tabs.nav-tabs>li.active> a:hover:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(53, 190, 214, 0);
  border-top-color: #F68831;
  border-width: 10px;
  margin-left: -10px;
}
#search-results-tabs {max-width: 96%; float: none; margin: auto; max-width: 960px;}
/*.search article aside {font-style: italic;}*/

/*Electronic Guides*/
#electronic-guides {margin-top: 20px;}
.dest-feature .btn {display: block;}
#electronic-guides .btn {margin-bottom: 1px;}

#electronic-guides .hover-body{margin-top: 10px;}

/*Video Podcast Page*/
#content.video-podcast-page-header{padding: 0 0 30px 0;}
#video-podcast-tabs.nav-tabs>li.active>a:focus, #video-podcast-tabs.nav-tabs>li.active>a:active {
background-color: #F68831;
color: white;
border: none;
padding: 15px 8px;
outline: none;
}
.video-podcast-background-image {height: 305px; width: 100%; display: block; margin: auto;}
.video-podcast-link {display: block; padding-right: 0; padding-bottom: 10px; max-width: 480px; margin: auto;}

.video-podcast-page-header{padding: 20px 0 30px 0;}

#video-selector {margin: 30px 0;}
#video-podcast-menu{padding: 0;}
#video-podcast-title{visibility: hidden; background: #F68831;}
#video-podcast-title h3 {margin: 0; padding: 10px 10px; color: #fff; text-align: center; font-size: 22px;}
#video-podcast-videos .tab-content .tab-pane{margin-top:0;}
#video-podcast-tabs li {width: 100%;}
#video-podcast-tabs li a{text-align: left;}
.video-podcast-title{background: #F68831; text-align: center; color: #fff; padding: 10px;}
.backBtnBox{padding: 0;}
.goBackBtn {width: 102px; border: none; background: url('../img/arrow-left-white.png') left no-repeat; background-color: #9a9a9a; margin-top: 10px; text-align: right; padding-right: 10px;}


/*Travel Planner*/
.travel-planner-page h1{margin-bottom: 40px;}
#travel-planner-tabs-holder{padding: 0 0 10px 0;}
#travel-planner-tabs {padding: 0;}
#travel-planner-tab{height: 60px; display: table; width: 100%;}
#travel-planner-tab li{display: table-cell; float: none; width: 25%;}

.travel-planner-page a.trip-planner-pdf-btn { display: block; margin: 12px auto; max-width: 160px; padding: 8px 29px 7px; background-color: #3ebed4; }
.travel-planner-page a.trip-planner-pdf-btn:hover { background-color: #0C6779; }

.page-template-page-travel-planner-php #tab-coupons.active h4, .page-template-page-travel-planner-php #tab-events.active h4 {
  padding: 0;
  border-top: none;
}




#travel-planner-tab.nav-tabs>li.active> a:after, #travel-planner-tab.nav-tabs>li.active> a:hover:after, .offers-nav .nav-tabs>li.active> a:after, .offers-nav .nav-tabs>li.active> a:hover:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(53, 190, 214, 0);
  border-top-color: #F68831;
  border-width: 10px;
  margin-left: -10px;
}
.travel-planner .sidebar{padding: 0 20px; margin: 0;}

.travel-planner .sidebar .alert { display: none; }

.travel-planner-share-form { padding: 0 30px; padding: 20px; background: #f0f0f0;}
.travel-planner-share-form .btn{ display: block; margin: auto; padding: 8px 29px 7px 22px; background: #3ebed4 url('/img/arrow-right-white.png') right no-repeat; -webkit-transition: background-color .25s ease-in-out; -moz-transition: background-color .25s ease-in-out; -ms-transition: background-color .25s ease-in-out; -o-transition: background-color .25s ease-in-out; transition: background-color .25s ease-in-out;}
.travel-planner-share-form .btn:hover{background-color: #0c6779;}

.get-started {padding: 8px 29px 7px 22px; background: #3ebed4 url('/img/arrow-right-white.png') right no-repeat;}

.travel-planner-header-area{background: #9bcd68; text-transform: uppercase; padding: 20px; }
.travel-planner-header-area h5{margin: 0; color: #fff; text-align: center;}

.travel-planner-page{padding: 25px 0;}

.travel-planner-share-form .unhappyMessage{top: -30px; padding: 0 30px;}

/*VU*/
.vu-popup{display: block;}
.vu-popup:hover {cursor: pointer;}
.vu-ctas{padding-bottom: 20px;}
.vu-ctas .header-txt{margin-bottom: 20px;}

/*Top 10 Lists*/
.top-10{ display: inline-block; margin-bottom: 20px;}
.top-10 h3{margin-top: 0; font-size: 20px; color: #35bed6; font-weight: bold;}

/*Seasons - Winter*/
.winter-boxes{margin-top: 15px; padding: 0 10px;}
.main-image-wrap{position: relative; text-align: left; margin-top: 45px;}
.main-image-wrap h2{color: #35bed6; font-family:'Muli', sans-serif; font-weight: 100; font-size: 30px; text-transform: uppercase; text-align: left; margin: 0;}
.main-image-wrap p{font-family: "Arial", sans-serif; color: #fff; font-size: 14px;}
.main-image-wrap a{float: left; margin: 10px 0 0 0;}
.main-image-wrap .main-image-inner{position: absolute; top: 0; left: 0; max-width: 390px; padding: 5% 0 0 5%;}
.blue-bar-wrap{background: #008da8; padding: 15px 0; margin: 0;}
.blue-bar-wrap h3{ font-family:'Muli', sans-serif; font-weight: 100; font-size: 24px; text-align: center; margin: 0;}
.blue-bar-wrap a{color: #fff; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
.blue-bar-wrap a:hover{color: #F68831;}

.seasons-image-slider .flex-direction-nav li a {
  background-image: url('/img/slider-nav-orange-sm.png');
  /*background-size: 32px;*/
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  text-indent: -99999px;
  text-align: justify;
}
.flexslider.seasons-image-slider { border: none; margin: 25px 0;}
.flexslider.seasons-image-slider .flex-control-paging {display: none;}


/*------------------------------------------------End General Styles----------------------------------------*/


/*----------------------------------------------- Main Media Queries Blocks ---------------------------------*/

/*-------------------------------Masonry Blocks-----------------------------------------*/

@media only screen and (max-width: 1030px){
  ul.mason-blocks {
    width: 770px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 770px){
  ul.mason-blocks {
    width: 510px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 510px){
  ul.mason-blocks {
    width: 250px;
    margin: 0 auto;
  }
}


/*-------------------------------@media only screen and (max-width : 979px)-----------------------------------------*/

@media only screen and (max-width: 979px){
  #page-header {
    height: 270px;
  }
}

/*-------------------------------@media only screen and (min-width : 992px)-----------------------------------------*/

@media only screen and (min-width : 992px) {
  .md-nml-mgn {
    margin-left: -15px;
  }
  .md-xxt-pdg {
    padding-top: 90px;
  }
  .md-xt-pdg {
    padding-top: 40px;
  }

  .offers-nav {
    display: block;
  }
  .accordian-toggle {
    display: none;
  }
  .offers .tab-content>.accordian-toggle.active {
    display: none;
  }
  .tab-pane {
    margin-top: 61px;
  }
  .dropdown-container {
    margin-top: 10px;
  }

  header #logo {
  /*  height: 145px;
    width: 160px;*/
    left: 0;
  }
  header #logo img {
  /*  width: 113px*/
    float: left;
  }

  /*Back Button*/
  .goBackBtn {width: 160px; border: none; text-align: center; padding-right: 0;}

}

/*-------------------------------@media only screen and (max-width : 959px)-----------------------------------------*/

@media only screen and (max-width : 959px) {
  header #logo {
    /*height: 75px;*/
    /*width: 104px;*/
  }
  header #logo img {
    width: 300px;
  }

#specials-left{width: 100%;}
#events-ads-wrap{width: 100%;}
#events-ads-wrap.special-offers-ads .ad {width: 50%;}

#events-ads-wrap #sidebar-cta{
  max-width: 300px;
  margin: auto;
  padding-bottom: 40px;
  margin-top: 50px;
  }
}






/*------------------------------------------------------ IPAD ---------------------------------------------------------------------*/
/*--------------------------@media only screen and (min-width : 768px) and (max-width : 900px)-------------------------------------*/

@media only screen and (min-width : 768px) and (max-width : 900px) {
  /* Helper classes */
  .sm-ll-mgn {
    margin-left: 20px;
  }
  /* End helper classes */

  header #logo img{
    width: 250px;
  }

  /*@TODO: revisit this;*/
  #menu-quick-links {
    top: 45px;
  }
  #menu-primary-navigation {
    top: 124px;
  }

  #menu-primary-navigation li a {
    padding: 0 5px;
    font-size: 12px;
    line-height: 48px;
    vertical-align: middle;
  }
  .page-content .header {
    font-size: 30px;
  }
    #page-header {
    height: 270px;
  }
  /*CTA boxes smaller font*/
/*  .dest-feature .hover p, .cta .hover p {
    font-size: 14px;
  }  */

  #slides .slider-cta>div {
    top: 15%;
  }

  .beyond-the-beach-inner .white-box {
    padding: 50px 50px;
  }

  .first-feature {
    margin: 0 30px 0 32px;
  }
  .home .featured-flag {
    margin: 0 0 0 32px;
  }

  .coupon-contact {
    margin-left: -15px;
    float: none;
  }

}


/*Custom for Sidebar Menu*/
@media screen and (min-width: 768px){
  ul.sidebar-custom-menu {display: block!important;}
  .custom-col-2-offset{margin-left: 16.666666666666664%;}


/*Left side ads*/
.ads.left .ad{
  width: 100%;
}
.has-left-ads{
  padding: 0;
}
.has-left-ads-content{
  padding-left:30px;
}

}
@media screen and (max-width: 767px){
  /*header #logo {height: 75px; }*/
  #nav{display: none;}
  #page-header {height: 200px; }
  #page-header h3 {font-size: 44px; }
  #page-header p {font-size: 44px; }
  #page-header h1 {font-size: 44px; }

  .with-sidebar h1{margin-top: 25px;}

  .sidebar-custom-menu a {display: block;}
  .sidebar-custom-menu{display: none; text-align: center; background: #53c6d8;}
  .sidebar-custom-menu li{ position: relative; background: #53c6d8;}
  .sidebar-custom-menu li a { padding: 0 30px!important;}
  ul.sidebar-custom-menu li {position: relative; border-bottom: solid 1px #A93F8A; line-height:40px; background: #FFBCF6; text-align: left; }
  ul.sidebar-custom-menu li.has-children, ul.sidebar-custom-menu li.has-children.active {background: url(../img/icons/purp-arrow.png) no-repeat right 15px #e295d8; text-align: left; padding: 0;}
  ul.sidebar-custom-menu li.has-children {border-bottom: 0;}
  ul.sidebar-custom-menu li.has-children:hover {background: url(../img/icons/purp-dark-arrow-down.png) no-repeat right 15px #E295D8; text-align: left; padding: 0;}
  ul.sidebar-custom-menu li:hover ul.sub-menu li.has-children:hover {background: url(../img/icons/dark-blue-arrow-down.png) no-repeat right 15px #53c6d8; text-align: left; padding: 0;}
  ul.sidebar-custom-menu li.has-children.active {background: url(../img/icons/purp-dark-arrow-down.png) no-repeat right 15px #e295d8; border-bottom: none;}

  ul.sidebar-custom-menu li.has-children > a {border-bottom: 1px solid #A93F8A;}
  ul.sidebar-custom-menu li a, ul.sub-menu li a{color: #672a55;}
  ul.sidebar-custom-menu li:hover a, ul.sub-menu li:hover a, ul.sub-menu li.active:hover a, ul.sub-menu li.active ul.sub-menu li:hover a{color: #672A55; text-decoration: none; padding: 0;}
  ul.sidebar-custom-menu li.active a, ul.sub-menu li.active a, ul.sub-menu li.active ul.sub-menu li a, ul.sub-menu li.active ul.sub-menu li.active a{color: #672a55;}
  ul.sidebar-custom-menu li.active > a {color: #084754; text-decoration: underline;}
  ul.sidebar-custom-menu li ul.sub-menu li{ position: relative; padding-left: 0; border-bottom: 1px solid #A93F8A; border-bottom: 0; }
  ul.sidebar-custom-menu li ul.sub-menu li a {color: #672A55; }
  ul.sidebar-custom-menu li ul.sub-menu li:hover a {color: #672A55; text-decoration: none; font-weight: normal;}
  
  ul.sidebar-custom-menu li.active > a, ul.sidebar-custom-menu li ul.sidebar-custom-menu li ul.sub-menu li.active > a { color: #672A55;}
  /*  ul.sidebar-custom-menu li.has-children:hover {background: url(../img/icons/dark-blue-arrow-down.png) no-repeat right 15px #53c6d8; padding-left: 0;}
    ul.sidebar-custom-menu li ul.sub-menu li.has-children:hover {background: url(../img/icons/dark-blue-arrow-down.png) no-repeat right 15px #74dbea; padding-left: 0;}
  */ 

  ul.sidebar-custom-menu li.has-children > ul > li {background-color: #FFBCF6; border-bottom: 1px solid #A93F8A; border-top: 0;}

  ul.sidebar-custom-menu li ul {position: relative; }
  ul.sidebar-custom-menu li ul li{position: relative; }
  ul.sidebar-custom-menu li ul li a{color: #084754;}
  ul.sidebar-custom-menu li ul li:hover a, li ul.sub-menu li:hover a{color: #084754; text-decoration: none; font-weight: normal;}
  ul.sidebar-custom-menu li ul li.active a, li ul.sub-menu li.active a{color: #084754;}
 
  /*ul.sidebar-custom-menu li ul.sub-menu li {padding: 0 30px!important;}*/
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li{ position: relative; padding-left: 0; border-top: solid 1px #3db7cb; border-bottom: 0;}
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li a {color: #084754; }
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li:hover a {color: #084754; text-decoration: none;}
  
  ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li ul.sub-menu li a{color: #672A55; padding: 0 10px 0 60px!important; }
  ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li a {color: #084754; padding: 0 10px 0 90px!important; }
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li a {color: #084754; padding: 0 0 0 90px!important;}
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li.active ul.sub-menu li a {color: #084754; padding: 0 0 0 120px!important;}
  ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li:hover a {color: #084754; text-decoration: none;  }

  ul.sidebar-custom-menu li ul.sub-menu {position: relative!important; z-index: 2;}
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu {position: relative!important; z-index: 2; background: #5ddef2;}
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li{position: relative!important;}

  ul.sidebar-custom-menu li ul.sub-menu li {position: relative!important; z-index: 2;}
  ul.sidebar-custom-menu li ul.sub-menu li ul.sub-menu li {position: relative!important; z-index: 2;}

  ul.sidebar-custom-menu a { -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
  ul.sidebar-custom-menu a:hover {color: #fff;}

  ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li.active a {color: #084754; }
  ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li.active ul.sub-menu li a {color: #084754;}
  ul.sidebar-custom-menu li ul.sub-menu li.active a, ul.sidebar-custom-menu li.active ul.sub-menu li.active ul.sub-menu li.active ul.sub-menu li.active a {color:#084754;}
  .sidebar-nav-header {width: 100%; background: #A93F8A; min-height: 50px; display: block; position: relative;}
  .sidebar-nav-header h4, .sidebar-nav-header h3 {font-size: 20px; color: #fff; float: left; line-height: 50px; padding: 0 60px 0 15px; margin: 0; display: inline;}
  .sidebar-nav-header h4 a, .sidebar-nav-header h3 a {font-size: 18px; color: #fff; float: none; margin: 0; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
  .sidebar-nav-header h4 a:hover, .sidebar-nav-header h3 a:hover {color: #084754; text-decoration: none;}

  .sidebar-nav-header .sidebar-menu-button {display: block; width: 53px; padding: 10px 18px 0 0; position: absolute; right: 0;}
  .sidebar-nav-header .sidebar-menu-button:hover {cursor: pointer;}

  /*What's Nearby map overrides*/

  #google_map_container.whats-nearby-map {height: 400px!important;}

  /*Map and travel tools overrides*/
  .default-gmap-container .google-map { height: 400px!important;}
  #maps-map-holder #google_map {height: 400px;}
  #maps-map-holder {margin-bottom: 30px; padding: 0 15px;}
  #maps-filters-holder{padding: 0 15px;}

  .google_maps_wrapper #whats-nearby { height: 400px; padding-bottom: 10px; max-width: 100%;}
  #whats-nearby .inner {overflow: auto;}
  .popup-gmap-container .google-map { height:100%;}

  /*WYSYIG overirdes*/
  .margin-0-0-30-0 img{margin-bottom: 15px;  display: block;}

  /*Home page breadcrumb hide*/
  .home .breadcrumbs{ display: none;}

  /*Left side ads*/
  .has-left-ads{
    padding-left: 15px;
    padding-right: 15px;
  }
  .has-left-ads-content{
    padding-left:15px;
  }
  .travel-planner-share-wrap{margin-top: 30px;}
  .dest-feature:hover .hover, .cta:hover .hover{padding: 2px;}

  #weather-widget-temp {font-size: 22px;}

  #travel-planner-tab {display: none;}
  .add-more {margin: 15px;}
  /*@TODO: prevent this...; */
  .planner-header {z-index: 99;}

  body.single-event .eo-event-venue-map {width: 100%!important;}

}/*End max - 767*/


/*-------------------------------@media screen and (min-width: 600px) ---------------------------------------------*/
@media screen and (min-width: 600px) {

  /* Slides */
  .slide .slider-cta {
    top: 35px;
  }
  #slides .slider-cta .title {
    font-size: 50px;
  }
  .subtitle {
    font-size: 20px;
  }
  #slides .slider-btn {
    margin-top: 15px;
    padding-left: 10px;
    width: 127px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
  }
  .social {
    text-align: right;
  }
  .social .container>div {
    /*display: inline-block;*/
  }
  .newsletter-form .submit .btn {
    padding-bottom: 7px;
    padding-top: 7px;
    text-indent: -99999px;
    background: url('/img/arrow-right-white.png') right no-repeat #008da9;
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
  }
  footer .social-btn {
    width: 49px;
  }
  footer .partners li {
    /*width: inherit;*/
    display: table;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .partners li div {
    display: table-cell;
    vertical-align: middle;
  }
  /*.partners .shipshewana {
    margin-top: 18px;
  }
  .partners .southbend, .partners .amish {
    margin-top: 20px;
  }
  .partners .kosciusko, .partners .artearth {
    margin-top: 15px;
  }
  .partners .getaways {
    margin-top: 23px;
  }*/
  .sub-footer .copyright {
    border-right: solid 1px #3d3229;
    padding-right: 15px;
    margin-right: 15px;
  }
  .sub-footer p, .sub-footer ul {
    display: inline-block;
  }
  /*.sub-footer .col-md-3 {
    text-align: right;
  }*/

/*Eat Play Shop*/
.page-template-page-explore-parent-page-php .weather-widget-section .weather, .page-template-page-explore-seasons-subpage-php .weather-widget-section .weather, .page-template-page-explore-seasons-php .weather-widget-section .weather, .page-template-page-climate-and-weather-php .weather-widget-section .weather{ float: right; min-width: 160px;}
.eat-play-shop .weather, .weather-widget-section .weather {
  padding: 15px;
  width: 30%;
  float: left;
}
.sub-right .weather {
  float: right;
}
.eat-play-shop .body, .weather-widget-section .body {
  width: 70%;
  float: left;
}
/*END Eat Play Shop*/
.seasons-subpage.weather-widget-section .weather {
  float: right;
}

}







/*-------------------------------@media screen and (max-width: 767px) ---------------------------------------------*/

@media screen and (max-width: 767px) {

  /* Helper classes */

  .xs-mb-mgn {
    margin-bottom: 20px;
  }
  .xs-xlb-mgn {
    margin-bottom: 30px;
  }
  .xs-xlt-mgn {
    margin-top: 30px;
  }
  .xs-zl-pdg {
    padding-left: 0;
  }
  .xs-0-pdg {
    padding: 0;
  }
  .xs-in {
    opacity: 1;
  }
  .xs-img-auto-180 {
    max-height: 180px;
    overflow: hidden;
  }
  /*@TODO: clean up this important;*/
  .xs-active {
    display: block !important;
  }

  /* End helper classes */

  
  header {
    background-color: #3d3229;
    padding-bottom: 12px;
  }
  header .block {
    height: 65px;
  }
  header #logo img{
    display: none;
  }
  header #small-logo {
    /*padding-bottom: 21px;*/
    position: absolute; 
    top: 20px;
    width: 96%;
  }
  header #small-logo img {
    display: block;
    margin: auto;
  }
  #menu-primary-navigation li {
    display: block;
    width: 100%;
  }
  #menu-primary-navigation li a {
    height: auto;
    width: 100%;
    line-height: inherit;
    color: #F68831;
    padding: 10px 15px;
  }
  #menu-primary-navigation li a:hover, #menu-quick-links li a:hover {
    color: #32B0C4;
    background-color: #fff;
  }
  #menu-quick-links {
    position: inherit;
  }
  #menu-quick-links li {
    text-align: center;
  }
  #mob-secondary-nav {
    display: block;
  }
  header .header-quick {
    width: 100%;
    text-align: center;
    float: none;
  }
  header .header-quick .social-header, header .header-quick .planner  {
    margin-bottom: 10px;
  }
  header #search-icon {
    display: none;
  }
  header #search-form {
    display: block;
  }
  header #search-box {
    background: url('/img/sprite.png') no-repeat scroll 99% 50% / 17px auto #FFF;
    border: 10px solid #D8D8D8;
  }


  h1{ font-size: 26px;}
  h2.header-h1{font-size: 26px;}
  footer h4{margin-top:10px;}

  h2{font-size: 22px;}
  header .color {
    display: none;
  }
  nav #menu, nav #phone {
    display: block; 
    text-align: center; 
    position: absolute; 
    top: 18px; 
    left: 3%; 
    cursor: pointer; 
    font-size: 2em;
  }
  nav #phone {
    left: auto;
    right: 3%; 
    margin-right: 7px;
  }
  nav #menu img, nav #phone img {
  height: 28px;
  width: auto;
  }
  header .planner a{color: #35bed6;}

  nav #menu:hover, nav #menu:active {color: #d5d5d5;}
  nav #nav.drop {display: none; margin: 0; padding: 0; position: relative; z-index: 10; background: #fff; border-bottom: solid 1px #e5e5e5; }

  #nav a{ border-radius: 0!important;}
  header .planner, header #searchform {border-top: 0; }

  #main-nav a, #secondary-nav a, #quick-links-nav a {
    color: #1f1f1f;
    padding: 6px 4%;
    width: 92%;
    display: block;
  }
  #main-nav a:hover, #secondary-nav a:hover, #quick-links-nav a:hover {
      background: #e5e5e5;
  }
  #main-nav li, #secondary-nav li, #quick-links-nav li {
      border-top: solid 1px #e5e5e5;
  }
  #main-nav li:first-child, #secondary-nav li:first-child, #secondary-nav li:first-child {
      padding-left: 0;
  }
  #menu-secondary-navigation > li, #menu-quick-links li a {
      border-bottom: 1px dotted #32B0C4;
  }

  .no-psudeo {display: none;}


  .first-feature img {
    width: 100%;
    height: auto;
  }


  .home .dest-feature {display: none;}
/*  .center {margin-top: 30px;}*/

  .home .cta-section {
    padding-bottom: 0px;
  }
  .cta-section .nav-pills li {
    width: 50%;
  }
  .cta-section .nav-pills li a {
    height: 48px;
  }

  .cta-section #home-page-tabs.nav-tabs li #show-events{
    display: none;
  }
  .cta-section #home-page-tabs.nav-tabs {
    margin: 0;
    max-width: none;
  }
  .cta-section #home-page-tabs.nav-tabs li {
    width: 100%;
    border: none;
  }
  .cta-section #mob-show-events {
    display: block;
  }
  .cta-section #mob-show-events.nav-tabs {
    color: #FFF;
    background: none repeat scroll 0% 0% #AAB018;
    border: none;
    padding: 15px 8px;
    text-align: center;
  }
   .cta-section #mob-show-events.nav-tabs li {
    width: 100%;
  }
  
  .megamenu_wrapper{
    display: none!important;
  }
  .megamenu .megamenu-hdr {
  padding-bottom: 0!important;
  }
  .tab-content {
    margin: 0 -15px;
  }
  .special-offers-page .tab-content, .search-results .tab-content, .page-template-page-travel-planner-php .tab-content {
    margin: 0;
  }




  .upcoming-events .offer {
    margin-bottom: 0;
    border: none;
    padding: 30px 10px;
    /*border-top: 1px solid #B6B6B6;*/
  }
  .upcoming-events .offer .content {
    text-align: center;
  }
  .upcoming-events .offer h3 {
    line-height: 28px;
    margin-top: 0px;
  }
  .upcoming-events .offer h3 a {
    text-transform: uppercase;
    color: #a93f8a;
    font-size: 18px;
  }
  .offer .subtext.event-date, .sub-content {
    font-weight: normal;
  }
  .upcoming-events .first {
    border-top: none;
  }
  .upcoming-events .odd {
    background-color: #fff;
  }
  .upcoming-events .even {
    background-color: #f2f1f1;
  }
  .upcoming-events .even:hover {
    background-color: #D8F8FF;
  }
  .upcoming-events .offered-by, .upcoming-events .company, .upcoming-events .event-date label, .upcoming-events .offertext, .upcoming-events p, .upcoming-events .event-time {
    display: none;
  }
  /*@TODO: merge these with the styles on line 1026; */
  .upcoming-events .learn-more a {
    margin-top: 20px;
    text-decoration: none;
    color: #F68831;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }
  .upcoming-events .learn-more a:hover {
    color: #23A7BF;
  }



  .dest-guide-cta {
    background-color: #a93f8a;
    padding-bottom: 15px;
    padding-top: 35px;
  }
  .dest-guide-cta .cta-image {
    float: none;
  }
  .dest-guide-cta .cta-image img {
    max-width: 145px;
  }
  .dest-guide-cta .row {
    text-align: center;
  }
  .dest-guide-cta h4, .dest-guide-cta a.btn {
    color: #fff;
    margin-bottom: 20px;
  }
  .dest-guide-cta .header-h2 {
    margin-top: 15px;
    text-align: center;
    color: #fff;
  }
  .dest-guide-cta  a.btn.purple {
    background-color: #aab018;
  }
  .dest-guide-cta  a.btn.purple:hover {
    background-color: #bdc330;
  }
  
 #page-header.shortheader {
  height: 129px;
  }
  #page-header.mediumheader{
    height: 189px;
  }
  .explore-ctas .row{
    margin-bottom: 0;
  }
  .explore-ctas .explore-cta {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    max-width: 335px;
  }
  .generic-ctas .row{
    margin-bottom: 0;
  }
  .generic-ctas .generic-cta {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    max-width: 335px;
  }
  .page-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .tab-content .tab-pane {
    margin-top: 0px;
  }



  .coupon-contact {
    margin-left: -15px;
    float: none;
  }

  /*Footer*/
  footer {
    text-align: center;
  }
  #menu-footer-nav {
    margin-bottom: 30px;
  }
  #partnersCollapseBtn {
    margin-bottom: 30px;
  }
  #partners-ftr {
    display: none;
  }
  footer .newsletter-form {
    margin-bottom: 40px;
  }
  footer {
    text-align: center;
    padding-bottom: 50px;
  }
  .sub-footer {
    text-align: center;
  }
  .footer-partners li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
  }
  footer .partners li {
    display: inline-block;
  }
  footer .partners li img {
    max-width: none;
    width: 100%;
  }
  footer .connect {
    text-align: center;
  }

  /*Custom Back Button*/
  .backBtnBox {
    padding: 0;
    width: 96%;
    }
  /*Listings*/
  .offer .controls {margin-top: 20px;}

  #bottom-extra .callouts .left {
    border-right: none;
  }
  #bottom-extra .callouts p {
    padding: 30px 30px 0px 30px;
  }

  /*Burger Wars*/
  .burger-badges {margin: 30px 0 20px 0;}
  .burger-badges a{display: block; float: left; padding: 0 ; margin: 10px; }

  #events-ads-wrap #sidebar-cta {margin-top: 50px;}

    /*Winter Page*/
  .main-image-wrap h2{color: #35bed6; font-family:'Muli', sans-serif; font-weight: 100; font-size: 20px; text-transform: uppercase; text-align: left; margin: 0;}
  .main-image-wrap p{font-family: "Arial", sans-serif; color: #fff; font-size: 14px;}
  .main-image-wrap a{float: left;}
  .main-image-wrap .main-image-inner{position: absolute; top: 0; left: 0; max-width: 300px; padding: 5% 0 0 5%;}

  .blue-bar-wrap h3 {font-size: 20px; padding: 0 20px;}

  /*Events Details*/
  .offer .events-details-image {float: none; margin: 0 0 10px 0; padding: 0; }
  .events-back-btn {padding: 10px; font-size: 14px;}

  .listings .ads.right .ad {width: 50%;}
}






























/*--------------------------------------------------MEDIA QUERY min-width 768-----------------------------------------------------*/
@media screen and (min-width: 768px) {


/* General Medium width classes */
/* @TODO: change to small!(sm); */
.md-st-mgn {
  margin-top: 4px;
}
.md-mt-mgn {
  margin-top: 15px;
}
.md-lt-mgn {
  margin-top: 30px;
}
.md-mb-mgn {
  margin-bottom: 12px;
}
.md-lb-mgn {
  margin-bottom: 30px;
}
.md-sl-mgn {
  margin-left: 4px;
}
.md-ml-mgn {
  margin-left: 8px;
}
.md-mll-mgn {
  margin-left: 14px;
}
.md-ll-mgn {
  margin-left:20px;
}

/*Don't rename! issues in content.. */
.sm-mt-pdg {
  padding-top: 25px;
}
.md-xlt-pdg {
  padding-top: 50px;
}
.md-xr-pdg {
  padding-right: 45px;
}
.md-xb-pdg {
  padding-bottom: 60px;
}
.md-mb-pdg {
  padding-bottom: 20px;
}

.md-lg-lh, h2.md-lg-lh {
  line-height: 50px;
}





.sm-grey-bdr-right {
  border-right: solid 1px #e0e0e0;
}


/* End General Medium width classes */


.page-content {
  padding: 0;
}
.container {
  width: 96%;
}

/* Header */
.pre-header {
  height: 35px;
  background-color: #e4e4e4;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  display: block;
}

header #logo {
  /* @TODO: clean this up*/
  top: 45px;
}

header #logo.the-rv-capital {
  /* @TODO: clean this up*/
  top: 40px;
}

header .header-quick {
  float:;
}

header .social-header {
  float:left;
}

header .planner {
  position: inherit;
  float:left;
}

header .chat-live {
  float:left;
}

header .search-icon {
  float:left;
}
  
header {
  height: 175px;
}
header > div {position: relative;}
header .block {height: 110px; display: none;}

#content, footer  {padding: 50px 4%;}

#left-bottom-footer {text-align: left;}
#right-bottom-footer {text-align: right;}

nav #menu, nav #phone {display: none;}

#menu-primary-navigation {
  height: 40px; 
  position: absolute; 
  top: 127px; 
  left: 0;
}
#menu-primary-navigation li, #menu-secondary-navigation>li, #menu-quick-links li, #mob-secondary-nav li  {
  /*float: left; */
  display: table-cell;
}
#menu-primary-navigation li.dropdown, #menu-secondary-navigation li.dropdown, #menu-quick-links li.dropdown, #mob-secondary-nav li.dropdown {
  width: inherit;
}
#menu-secondary-navigation li {
  border-left: 1px solid #7c7c7c;
}
#menu-secondary-navigation li:first-child {
  border-left: none;
}
#menu-secondary-navigation li:last-child a {
  padding-right: 0;
}
#menu-primary-navigation li:first-child, #menu-secondary-navigation li:first-child, #menu-quick-links li:first-child {
  padding-left: 0;
}
#menu-primary-navigation>li>a:hover, #menu-primary-navigation>li.active-parent>a {
  background-color: #5f5146;
  border-radius: 0;
}
#menu-quick-links li a {
  /*text-transform: none;*/
  font-size: 13px;
  padding: 0 0 0 18px;
  color: #AAB018;
}
#menu-secondary-navigation li a {
  text-transform: none;
  font-size: 13px;
  padding: 0 6px;
  color: #7c7c7c; 
}
#mob-secondary-nav li a {
  text-transform: none;
  font-size: 15px;
  padding: 0 6px;
  color: #F68831; 
}
#menu-secondary-navigation>li>a:hover, #menu-secondary-navigation>li.active>a {
  color: #008DA9;
  background: none;
}
#menu-quick-links>li.active>a {
  color: #3d3229;
  background: none;
}
#menu-quick-links>li>a:hover, #menu-quick-links>li>a:focus {
  /*color: #F68831;*/
  background: none;
  text-decoration: underline;
}
#menu-primary-navigation a, #menu-quick-links a, #menu-secondary-navigation a, #mob-secondary-nav a {
  border-bottom: none; 
  width: auto; 
}
#menu-secondary-navigation {
  position: absolute; 
  top: 89px; 
  right: 0; 
}
#menu-quick-links .menu-home, #menu-secondary-navigation .menu-home {
  display: inline;
}



header #search-form {
  position: inherit;
  padding: 3px;
  /*background-color: #A64396*/;
  width: 0;
  display: inline-block;
  height: auto;
  max-height: 31px!important;
  overflow: hidden;
}
header #search-form.collapsing {
  overflow: hidden;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
header #search-form .in {
  width: 300px!important;
}
header #searchform {
  border-top: none;
  width: 300px;
}
header #search-box {
  width: 100%;
  padding: 8px;
  line-height: 13px;
  /*position: absolute;*/
  /*top: 11px;
  right: 0;*/
  background: #fff;
}
header #search-form.collapse.width {
  display: none;
}
header .planner {
  /*position: absolute;*/
  top: 0;
  right: 98px;
  color: #5c5761;
  font-size: 11px;
  line-height: 12px;
  border-top: none;
}
.page-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home .page-content {
  padding: 0;
}
.home h1 {
  margin-top: 0;
}
/*.home .header-wrapper {
  padding-top: 60px;
  padding-bottom: 5px;
}*/
.home .header-wrapper p {
  margin-bottom: 23px;
}
.page-content .header {
  /*font-size: 37px;*/
  font-weight: 200;
  margin-bottom: 23px;   
}
.page-content .sub-heading {
  display: block;
  /*font-size: 17px;*/
}
.page-content .description {
  max-width: 840px;
  text-align: center;
  margin: 0 auto;
}
/*Slides*/


/*Flexslider Overrides*/


#home-page-slider .slider-cta .title {
  font-size: 85px;
}
#home-page-slider .slider-cta {
  top: 22%;
}
.subtitle {
  font-size: 26px;
  text-shadow: 2px 2px 5px #282828;
}

.flex-direction-nav .flex-next {
right: 0;
text-align: right;
}

.flex-direction-nav .flex-prev {
left: 0;
}

/*End Flexslider Overrides*/




/*CTAs*/

.first-feature {
  margin-bottom: 20px;
}

.first-feature h3 {
  margin-top: 40px;
}

.first-feature .row {
  text-align: left;
}









/*Guide Section*/
.guide-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.guide-section h3 {
  font-size: 50px;
  margin: 0;
}
.guide-section h2 {
  margin-bottom: 20px;
}
.guide-section p {
  margin-bottom: 25px;
}
.guide-section li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 4px;
  border-right: 1px solid #efe2c9;
}
.guide-section li:first-child, .guide-section li.last-child {
  border: none;
}
.guide-section img{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;}
.guide-section img:hover{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; }

.guide-section .img-container {
  text-align: center;
}

#content, footer  {padding: 62px 2%;}

.nav-tabs#collapse-tabs li {
  width: auto;
  min-width: 130px;
}
.controls li {
  display: inline-block;  
  margin-right: 8px;
}
.listing img {
  padding-top: 21px;
  max-width: 100%;
}
.page-template-page-simpleview-coupons-php .listing img {
  padding-top: 15px;
}
.controls {
  margin-top: 23px;
  padding-right: 0px;
}
.sidebar h4 {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}
/*END Explore The Area*/


/*Where to Stay*/
.where-to-stay #page-header h3 {
  right: 19%;
  bottom: 35%;
}
.where-to-stay .cta-section {
  /*overflow: hidden;*/
}
.where-to-stay .ctas {
  padding-left: 0;
  /*max-width: 755px;*/
}
.where-to-stay .cta {
  /*width: 239px;*/
  /*padding-left: 0;*/
}
.where-to-stay .cta:hover .hover {
  margin: 0;
}
/*END Where to Stay*/


/*Events */

.events-search .em-search-field.col-sm-5 {
  padding-top: 20px;
}
.events-search #category {
  margin-top: 20px;
}
.events-search .btn {
  margin-top: 10px;
}
.single-event h1 {
  text-align: left;
}

/*END Events */

/* Listings */
.listing-details .list {
  margin-bottom: 60px;
}
/* END Listings */

/*#where-to-stay-cta-wrap {min-height: 575px;}*/


  /*Little Notch below tabs*/
/*  .nav-tabs>li.active> a:after, .nav-tabs>li.active> a:hover:after, .accordian-toggle.active:after, .accordian-toggle.active:hover:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(53, 190, 214, 0);
    border-top-color: #F68831;
    border-width: 10px;
    margin-left: -10px;
  }*/
  /*Video Podcast Tabs*/
  #video-podcast-tabs.nav-tabs>li.active> a:after,
  #video-podcast-tabs.nav-tabs>li.active> a:hover:after,
  #video-podcast-tabs.accordian-toggle.active:after,
  #video-podcast-tabs.accordian-toggle.active:hover:after {
  top: 30%;
  left: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  margin-left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-left-color: #F68831;
  }

  /*Winter Page*/
  .winter-boxes.box-1{padding-left: 0;}
  .winter-boxes.box-2{padding-left: 5px; padding-right: 5px;}
  .winter-boxes.box-3{padding-right: 0;}

}

/*-------------------------------@media only screen and (min-width : 992px)-----------------------------------------*/

@media only screen and (min-width : 992px){
  .where-to-stay .search-widget-wrapper{
    /*width: 25%;*/
  }
}

/*-------------------------------@media only screen and (min-width : 768px) and (max-width : 991px)-----------------------------------------*/
 
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cta-section .nav-pills li {
    width: 50%;
  }
  .nav-tabs#collapse-tabs li {
    width: 100%;
  }
  .sidebar .offer-btn {
  padding: 10px 30px 10px 5px;
  }
  .dest-feature .hover-title, .cta .hover-title {
    display: none;
  }

  #home-page-features .dest-feature .hover-title, .cta .hover-title {
    display: block;
  }

  .todo .hover .content {
    margin-top: 0;
  }
  .search-filter-box .filter-header h4{font-size: 16px;}

}


/*--------------------------@media screen and (max-width: 600px)-------------------------------------*/
@media screen and (max-width: 600px) {
  /*Wordpress Classes*/
  /*@TODO: determine where/why these were used and avoid duplicating them; */
  .alignright {float: none; display: block; margin: auto; padding: 10px 0;}
  .alignleft {float: none; display: block; margin: auto; padding: 10px 0;}
  /*@TODO: remove this in favor of the corrected prior; */
  .align-right {
    text-align: right;
  }
  .align-left {
    text-align: left;
  }

  .alignright.well { padding: 10px ;}
  .alignleft.well { padding: 10px ;}
  /*end wordpress classes*/

  .video-podcast-link{width: 100%; margin: auto; display: block; float: none;}


  .upcoming-events .item-wrapper .offered-by, .upcoming-events .item-wrapper .company, .upcoming-events .item-wrapper .event-date label, , .upcoming-events .item-wrapper .offertext {
    display: none;
  }


/*Gravity Forms - capcha responsive overides*/
    #recaptcha_table td{
      display: block!important;
      width: 100%!important;
    }
    #recaptcha_image, #recaptcha_table, #recaptcha_table tbody, #recaptcha_table tbody > tr, #recaptcha_response_field{width: 99%!important; display: block;}
    #recaptcha_table tbody tr, #recaptcha_table tbody td {position: relative; display: block; height: auto; min-height: 30px;}

    #recaptcha_image, .recaptcha_image_cell center {height: auto!important;}

}



/*--------------------------@media screen and (min-width: 960px)-------------------------------------*/
@media screen and (min-width: 960px) {
  header .block {height: 130px;}
  /*#menu-primary-navigation li a {padding: 13px 10px 13px 10px; }*/
  /*#menu-primary-navigation {font-size: 1.125em;}*/
  #main-nav a, #secondary-nav a, #quick-links-nav a {padding: 0 15px;}
  #content, footer {padding: 62px 0;}
  body.page-template-page-general-parent-page-php section#content {padding: 62px 0 22px;}

  #collapse-tabs{display: table; width: 100%;}
  #collapse-tabs li{display: table-cell; float: none;}
  #collapse-tabs li a{white-space: pre; }




}

/*--------------------------@media (max-width:479px)-------------------------------------*/
@media (max-width:479px){
  .category-controls-container {padding: 0; }
  /*Forms*/
  .general-form_wrapper .general-form .general-form-input label {font-weight: normal; font-size: 16px; margin: 0 15px 10px 0; float: none; width: 100%; }
  .general-form_wrapper .general-form .general-form-input input, .general-form_wrapper .general-form .general-form-input select, .general-form_wrapper .general-form textarea {width: 100%; }

  #page-header.mediumheader{height: 118px; }
  .ads .ad {display: block; float: none; margin: auto; margin-bottom: 25px; width: 100%; max-width: 224px;}
  #events-ads-wrap.special-offers-ads .ad {width: 100%;}
  
  /*#page-header p {font-size: 38px; }*/
  #page-header p {display: none; }
  #page-header h1 {font-size: 34px; }

  a.arrowed{background: url('../img/arrow-right-white.png') right no-repeat; padding: 10px 45px 10px 30px; float: none; margin: auto; display: block; margin: 10px 0;}

  #slides .slider-cta>div {
    top: 8%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .weather{display: block; clear: both;}
  .sub-right .weather .wp-forecast {
    margin:0;
    width: 100%;
  }

  .general-form-datepicker{width: 100%; float: none; clear: both;}

  .map-pdfs{width: 100%; margin: auto; max-width: 224px; float: none; margin-bottom: 30px;}

  .main-image-wrap .main-image-inner{position: relative; max-width: 100%; padding: 0;}
  .main-image-wrap h2{color: #35bed6; font-family:'Muli', sans-serif; font-weight: 100; font-size: 20px; text-transform: uppercase; text-align: left; margin: 5px 0;}
  .main-image-wrap p{font-family: "Arial", sans-serif; color: #6B5F50; font-size: 14px;}
  .main-image-wrap a{float: none; margin: 10px 0 30px 0;}

  .dest-feature .hover-title, .cta .hover-title {font-size: 18px; }

  .listings .ads.right .ad {width: 100%;}

  footer .connect {
    text-align: center;
  }
}

/*--------------------------@media (max-width:767px)-------------------------------------*/
@media (max-width:767px){

  /*MAP OVERRIDES*/
  div.google-map .infobox { width: 240px !important;}
  div.google-map .infobox img{ float: left;}
  div.google-map .bubble-wrap { width: 240px !important; }
  div.google-map .infoBox .bubble-wrap .region-box { width: 240px; }
  div.google-map .infoBox .bubble-wrap .region-box .inner {background-color: #ffffff; padding: 10px; width: 220px; }
  div.google-map .infoBox .bubble-wrap .region-box .alpha {float: none; margin: 0 ; width: 217px; }
  div.google-map .infoBox .bubble-wrap .region-box .beta {float: none; width: 220px; }
  div.google-map .infoBox .bubble-wrap .region-box .beta ul { display: none;}

  .popup-gmap-container .google-map {width:100%; height:352px; position:relative;}
  .popup-gmap-container img {max-width: inherit;}

  #gmap-popup .modal-body { min-height: 352px;}

  .infoBox .bubble-wrap .default .inner {background-color:#ffffff; padding:10px 10px 10px 10px; border:solid 1px #007cc3; min-width:220px;}
  .gmnoprint { display: none; }

  .special-offer {max-width: 334px; margin: auto; float: none; }

  #sidebar-cta{ max-width: 300px; margin: auto; padding-bottom: 40px;}

  .listings-small-column iframe{display: block; margin: auto;}
  .listings-small-column .ads.right .ad {width: 100%; }

  .offer .events-details-image img{margin-top: 20px;}

  .body-bottom-cta {
    border-top: none;
    padding: 0px;
  }

  .search #internal {
    margin: 30px 15px;
  }


}








/*#####################################################################################################################################################################*/
/*UNIQUE LANDING PAGES*/

#beyond-the-beach-bg {background: url('../img/uniquepages/birding/beyond-the-beach-header.jpg') #37befa no-repeat; background-size: contain;}


/*---------------------------Surprise---------------------------*/
#surprise-container {margin:0 0 40px 0;}
#surprise-container .row{border-bottom: 1px solid #fff;}
#surprise-container .box{height: 400px; }
#surprise-container .box a.btn {margin: 10px 0 0 0;}
#surprise-container .box .left, #surprise-container .box .right{height: 100%;}
#surprise-container .box h3 {margin: 0 0 10px 0;}
#surprise-container .box h3, #surprise-container .box p{color: #fff;}
#surprise-container .top {background:#084754; padding: 15px 10px; }
#surprise-container .top h3{text-align: center; font-size: 24px; color: #fff; margin: 0;}
#surprise-container .box1 {background: #40d4e6;}
#surprise-container .box1 .left {padding: 20px;}
#surprise-container .box1 .right {background: url('../img/uniquepages/surprise/box1-bg.jpg') #40d4e6 no-repeat right center;}
#surprise-container .box2 {background:#f56720;}
#surprise-container .box2 .left img {position: absolute; bottom: 0; left: 0; top: 0; right: 0; margin: auto;}
#surprise-container .box2 .right {padding: 20px;}
#surprise-container .box3 {background: url('../img/uniquepages/surprise/box3-right.jpg') #9acb66 no-repeat right center;}
#surprise-container .box3 .left {padding: 60px 20px 20px 20px;}
#surprise-container .box4 {background:#026fa5;}
#surprise-container .box4 .left {background: url('../img/uniquepages/surprise/box4-bg.jpg') #026fa5 no-repeat right center;}
#surprise-container .box4 .right {padding: 20px;}

#surprise-container .bottom {margin: 40px 0;}
#surprise-container .bottom .box {background: url('../img/uniquepages/surprise/vollyball-blued.jpg') #30a6f6 no-repeat right center;}
#surprise-container .bottom .box .left {padding: 8%;}

#bottom-extra {text-align: center; margin-bottom: 30px;}
#bottom-extra .blue-bar {background: #008da8; padding: 15px 0;}
#bottom-extra h3 {color: #fff; margin: 0; font-size: 24px;}
#bottom-extra span {color: #fff; display: block; font-size: 16px; padding-top: 10px;}
#bottom-extra .callouts h3{color: #008da8;}
#bottom-extra .callouts p{color: #333333; padding: 30px 30px;}
#bottom-extra .callouts .left{border-right: solid 1px #cfcfcf;}
#bottom-extra .callouts .column{margin-top: 40px;}

.header-video-cta{position: absolute; bottom: 50px; right: 17%; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; }
.header-video-cta:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: 0.6; cursor: pointer;}
.header-video-cta img{display: block;}
button.green {  background-color: #9bcd68;}

.header-video-cta span{display: block; background-color: #9bcd68; padding: 5px;}
#video-cta-button {display: block; width: 100%; border:solid 1px #c0dfa1; text-transform: none; font-weight: normal; color: #000; font-size: 18px;}
#video-cta-button i{font-weight: bold; font-style: italic;}


@media screen and (max-width: 767px){
/*Surprise*/
  #surprise-container .box{ position: relative;}
  #surprise-container .box1,#surprise-container .box2, #surprise-container .box3, #surprise-container .box4,  #surprise-container .bottom .box {height: auto; }
  #surprise-container .box1 .right, #surprise-container .box2 .left, #surprise-container .box3 .right, #surprise-container .box4 .left,  #surprise-container .bottom .box .right{display: none;}
  #surprise-container .box1 .right{ height: 275px; display: block;}
  #surprise-container .box2 .left{ height: 310px; display: block;}
  #surprise-container .box3 .left, #surprise-container .bottom .box .left, #surprise-container .bottom .box .left, #surprise-container .box2 .right, #surprise-container .box2 .right, #surprise-container .box1 .left, #surprise-container .box4 .right {padding: 30px;}
  #surprise-container .box3 .left p, #surprise-container .bottom .box .left p {text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);}
  #surprise-container .box4 .left {height:275px; display: block;}
  .header-video-cta {position: absolute; bottom: 5%; right: 5%;}
  .header-video-cta img {display: none;}
/*End Surprise*/


}
/*---------------------------End Surprise---------------------------*/


/*---------------------------Beyond The Beach---------------------------*/
.beyond-the-beach-inner {background: none; padding: 50px 0;}
.beyond-the-beach-inner .white-box {padding: 50px 80px; margin: 30px 0 50px 0; background: #fff;}
.beyond-the-beach-inner .white-box .first {border-right: solid 1px #ccc; padding-right: 60px;}
.beyond-the-beach-inner .white-box h3 {color:#F68831;}
.beyond-the-beach-inner .white-box h4 {margin-bottom: 5px;}
.beyond-the-beach-inner .white-box p.poster {margin-bottom: 25px;}
.beyond-the-beach-inner .white-box h4 a {text-decoration: underline; text-transform: none; font-weight: normal;}

.beyond-the-beach-ctas {padding-top: 70px; }
.beyond-the-beach-ctas .beyond-the-beach-cta {margin-bottom: 20px;}
.beyond-the-beach-ctas img {margin: auto; display: block;}
.beyond-the-beach-ctas .bottom {text-align: center; color: #fff; text-transform: uppercase; background: #6f618d; height: 50px; width: 100%; max-width: 222px; margin: auto; display: block; line-height: 50px;}
.beyond-the-beach-cta{-webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;}
.beyond-the-beach-cta:hover{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: 0.6; cursor: pointer;}

/*Beyond The Beach Nav*/
.beyond-the-beach-nav { background: url('../img/uniquepages/beyond-the-beach/burnt-nav-bg.png') no-repeat center center; height: 103px; margin: auto; margin-top: -35px; padding: 0 7%; position: relative; background-size: contain;}
.beyond-the-beach-nav ul{position: relative; width: 100%; display: table; height: 100px;}
/*.beyond-the-beach-nav ul li{line-height: 100px; display: table-cell; text-align: center;}*/
.beyond-the-beach-nav ul li{display: table-cell; text-align: center; vertical-align: middle;}
.beyond-the-beach-nav ul li a{color: #6f618d; text-transform: uppercase; font-weight: bold; -webkit-transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -ms-transition: color .25s ease-in-out; -o-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
.beyond-the-beach-nav ul li a:hover {color: #F68831;}
.beyond-the-beach-nav ul li.active a {color: #F68831;}
.beyond-the-beach-nav ul .sidebar{border-right: solid 1px #e8d36d; margin: 0 auto;}


/*Beyond The Beach Subpage*/

.btb-white-bg{width: 100%; background: #fff;}

/*Beyond the beach listings details page*/
/*.page-template-page-beyond-the-beach-listings-php .listing-details {background: url('../img/uniquepages/birding/beyond-the-beach-header.jpg') #37befa no-repeat; background-size: contain;}*/
/*.page-template-page-beyond-the-beach-listings-php .listing-details, .page-template-page-beyond-the-beach-listings-php .listing-details h1 {color: #fff;}*/
.page-template-page-beyond-the-beach-listings-php #content {padding-top: 25px;}


/*.beyond-the-beach-listings .offer{background-color: #fff;}*/

@media screen and (min-width: 768px){
/*Beyond The Beach*/
.beyond-the-beach-nav ul {display: table!important; height: 100px!important;}
/*End Beyond The Beach*/

}

@media screen and (max-width: 767px){
  
/*Beyond The Beach*/
  .beyond-the-beach-ctas .beyond-the-beach-cta {padding: 0; }
  .beyond-the-beach-inner{width: 100%; padding: 50px 0 0 0;}
  .beyond-the-beach-ctas {margin: 0 auto;}
  .beyond-the-beach-inner .white-box {margin: 30px 0 0 0; padding: 30px;}
  .beyond-the-beach-inner .white-box .first {border-right: none; padding-right: 0;}

  /*Beyond The Beach inner Nav*/
  .beyond-the-beach-nav {background: none; height: auto; margin: auto; margin-bottom: 20px; padding: 0; position: relative; background-size: inherit; width: 96%; padding-top: 10px;}
  .beyond-the-beach-nav ul {margin: auto; background: #a295bd; display: none; height: auto;}
  .beyond-the-beach-nav ul li {display: block; border-bottom: 1px solid #bbb2cf; border-right: none;}
  .beyond-the-beach-nav ul .sidebar {border: none; height: auto;}
  .beyond-the-beach-nav ul li a{color: #fff; text-transform: none; font-weight: normal; padding: 10px 0; display: block;}
  .beyond-the-beach-nav .sidebar-nav-header {background: #6f618d; text-transform: uppercase;}
/*End Beyond The Beach*/

/*Beyond the beach Sub Pages*/
  .beyond-the-beach-listings-wrap .beyond-the-beach-inner{width: 96%; padding: 50px 0 0 0;}

}
@media screen and (max-width: 480px){
/*Beyond The Beach*/
  .beyond-the-beach-cta{display: block; float: none; margin: auto; width: 100%;}
/*End Beyond The Beach*/
}
/*---------------------------End Beyond The Beach---------------------------*/

/*---------------------------Culinary Tour---------------------------*/
  #the-culinary-content .header-video-cta{ position: relative; bottom: 0; top: 0; right: 0; left: 0; max-width: 285px;}
  #culinary-tour {margin-bottom: 30px;}
  #culinary-tour .buttons {margin-top: 20px; text-align: center;}

  #the-culinary-content h3{margin-bottom: 20px;}

@media screen and (max-width: 767px){

/*Culinary Tour*/
  #the-culinary-content .header-video-cta {margin: auto; display: block;}
  #the-culinary-content .header-video-cta img{display: block;}
/*End Culinary Tour*/
}
/*---------------------------Culinary Tour---------------------------*/

/*----------------------------Cars-----------------------------------*/
a.arrowed{background: url('../img/arrow-right-white.png') right no-repeat; padding: 10px 45px 10px 30px;}
.car-inner {margin: 30px 0 50px 0;}
.car-inner a{display: inline-block;}
.car-inner .row{margin: 15px;}
.car-inner .col-sm-6 {margin-bottom: 20px;}
.culinary-text, .culinary-text span{color:#666666;}
@media screen and (max-width: 767px){
  .culinary-right{margin: 30px 0;}
}
/*----------------------------END Cars-----------------------------------*/

/*-----------------------------3-Dune-Challenge-------------------------*/

#bottom-logos {margin-top: 80px; margin-bottom: 40px;}
#bottom-logos .left{float: right;}
#bottom-logos .right{float: left;}

.page-template-page-three-dunes-challenge-php header {border-bottom: none;}
.dunes-introduction a.btn{  background: url('/img/arrow-right-white.png') right no-repeat #f68831; margin-top: 20px; padding: 6px 25px 6px 10px;}
.dunes-introduction a.btn:hover{ background: url('/img/arrow-right-white.png') right no-repeat #53c6d8;}

#yellow-content a.btn{  background: url('/img/arrow-right-white.png') right no-repeat #f68831; margin:0; padding: 6px 25px 6px 10px;}
#yellow-content a.btn:hover{background: url('/img/arrow-right-white.png') right no-repeat #53c6d8;}
#yellow-content .button{ margin-left: auto; margin-right: auto; margin-top: -17px; width:123px;}

#yellow-content .video a {display: block; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;}
#yellow-content .video a:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: 0.6; cursor: pointer;}
#yellow-content .video button {margin: auto; max-width: 180px; display: block; margin-top: -20px;}

img.dunes-background{display: block; }

#dunes-hero{position: relative;}
.dunes-hero-wrapper{position: absolute; top: 10px;}
.dunes-logo img{width: 200px;}

#dunes-hero .title {font-family: 'Aguafina Script', cursive; font-size: 60px; color: #1766a2; margin-top: 10px; /*text-shadow: 0px 10px 50px #fff;*/ }

#dunes-hero .intro{width: 368px; font-size: 16px; color: #1766a2; font-weight: 500; /*text-shadow: 1px 10px 30px #fff;*/ }
/*dunes-yellow************/
#yellow-content{background: #ffdb01; padding: 30px 0; color: #6b5f50; }
#yellow-content h1{color: #463c30; padding-bottom: 30px; }
/****END for dunes-yellow ****/


/*dunes-adventure*************/
#dunes-adventure{background-color: #1766a2; text-align: center; padding: 25px; } #dunes-adventure p{font-size: 23px; color: white; text-transform:uppercase; }
#dunes-adventure a{color: #fff; text-decoration: underline; }
#dunes-adventure a:hover{color: #fff; text-decoration: none; } 
/****END for dunes-adventure ****/


/*dunes-what************/
#dunes-what{padding: 3% 0; background: #9ccc6d; color: #000; position: relative; }
.dunes-what{position: relative;}
.t-shirt{position: absolute; bottom: 0px;}

#dunes-what h3{font-size: 30px; font-weight: 100; text-transform:uppercase; text-align: left; margin-bottom: 20px; color: #fff; }
#dunes-what p{font-size: 17px; } #dunes-what .highlights{background: url('/assets/background-green-transparent.png') repeat; padding: 25px 38px; color: #fff; }
/****END for dunes-what ****/

/*dunes-bring************/
#dunes-bring{margin: 40px 0px; background: #fff; }
#dunes-bring .things-to-bring{background-color: #f68831; }
.side-orange{padding-right: 10px;}
.side-orange ul{list-style-type: disc; padding-left: 20px; margin-top: 10px; }
.side-orange li{margin-top: 2px; }
/*.side-orange a{color: #fff; text-decoration: underline; }*/
.side-orange a:hover{color: #fff; }
#dunes-bring h4{color: #fff; text-transform:uppercase; font-size: 21px; font-weight: 100; text-align: center; padding-top: 8px }
#dunes-bring p, .side-orange ul{line-height: 23px; font-weight: 100; font-size: 17px; color: #fff; }

#dunes-bring .happy-family{width: 100%; padding-bottom: 95.5%; background-image: url('/assets/3-dunes-challenge-family.jpg'); background-size: cover; background-position: center; image-rendering: optimizeQuality; background-repeat: no-repeat; }
#dunes-bring .sticker{background-color: #1766a2; padding-top: 1px; height: 327px; }
#dunes-bring .sticker img{display: block; margin: auto; }
#dunes-bring .sticker p{text-align: center; margin: 40px 20px; }

/*ie8*********/
.ie8 #dunes-bring .happy-family {background-image: url('../img/uniquepages/3-dunes/3-dunes-challenge-family-ie8.jpg');}
.ie8 #familyboxi8 {height: 333px; top:-3px;}
.ie8 #dunes-bring .sticker{height: 333px;}
.ie8 #hidden-content .fadeOut{display: none;}



/*Custom Media Query for ....*/

@media screen and (max-width: 1080px){
  img.dunes-logo{width: 140px;}
  #dunes-hero .title{font-size: 40px;}
}


@media screen and (max-width: 767px){
  img.dunes-logo{width: 120px;}
  #dunes-hero .intro, .t-shirt{display: none;}
  #dunes-hero .title{font-size: 27px;}
  #yellow-content .video{padding: 40px 0px 40px 0px;}
  #yellow-content .video img{margin: auto; display: block;}
  #dunes-bring .side-orange{padding-left: 15px; padding-bottom: 15px;}
  #dunes-adventure p{font-size: 19px;}
}


@media screen and (max-width: 480px){
  #dunes-hero .title{display: none;}
}

.go-btn {background: url('../img/arrow-right-white.png') #1766a2 right no-repeat; text-decoration: none; padding: 8px 50px;}


/*3DC Athletics Page*/
.dunes-athletics-header{position: relative;}
.dunes-athletics-background{display: block; position: absolute;}
.dunes-athletics-hero-wrapper{position: relative; top: 10px; text-align: right;}
.dunes-athletics-hero-wrapper .intro{max-width: 48%; font-size: 16px; color: #000000; font-weight: 500; text-align: right; float: right;}
.dunes-athletics-hero-wrapper .title{font-family: 'Aguafina Script', cursive; font-size: 60px; color: #000000; margin-top: 10px; padding-right: 20px;}
.dunes-athletics-hero-wrapper .video {margin-top: 60px; padding-bottom: 45%;}
.dunes-athletics-hero-wrapper .video a{float: right; display: block;}
#dunes-adventure.athletics-adventure-bar {background: #464646;}
#dunes-adventure.athletics-adventure-bar p{font-size: 19px;}
.athletics-friends{background: #000;}
.athletics-grey{background: #464646; padding: 10px 0;}
.athletics-grey img{margin: auto; display: block;}
.athletics-grey p{font-family: arial; font-size: 16px; color: #fff; padding-top: 3%;}
.athletics-grey a {color: #fff; text-decoration: underline;}
.athletics-grey a:hover {color: #fff; text-decoration: none;}
.athletics-friends #bottom-logos {margin-top: 40px;}

.athletics-what {padding: 75px 0; background: url('../img/uniquepages/3-dunes-athletics/city-dunes-bg.png') no-repeat; background-position: bottom center;}
.athletics-what .bottom{margin-top: 70px;}
.athletics-what .quote{border-left: solid 1px #fde7a7; padding-left: 30px;}
.athletics-what .quote p span{font-size: 20px; font-style: italic; color: #463c30;}
.athletics-what .quote p{font-size: 16px; color: #463c30;}
.athletics-what .inner{border-right: solid 1px #e1e1e1; padding-right: 30px;}
/*.athletics-what .bottom{display: table;}*/
.athletics-what .bottom .col-sm-4{display: table-cell; float: none; vertical-align: bottom;}
.athletics-what h3{margin-top: 0; margin-bottom: 20px; text-transform: uppercase; font-size: 30px; color: #463c30; font-family:'Muli', sans-serif;}
.athletics-what p{font-size: 16px; color: #463c30; font-family: 'Muli', sans-serif;}
.athletics-what ul.athletics-list {font-size: 20px; color: #463c30; margin: 30px 0 0 0;}
.athletics-what ul.athletics-list li{margin: 25px 0; font-family:'Muli', sans-serif;}

@media screen and (max-width: 767px){
  .athletics-what h3 {text-align: center;}
  .athletics-what .inner {margin-top: 30px;}
  .athletics-what .list-wrap {margin-top: 40%;}
  .athletics-what .bottom .col-sm-4{display: block; float: none; vertical-align: inherit;}
  .athletics-what {background: none; padding: 0; }
  .athletics-what .bottom {padding-top: 50%; background: url('../img/uniquepages/3-dunes-athletics/city-dunes-bg-small.jpg') #ecc042 no-repeat; background-size: contain; background-position: top center; margin-top: 0;} 
  .athletics-grey p{text-align: center;}
  .athletics-what .go-vertical {border-bottom: solid 1px #fde7a7; padding-bottom: 30px; margin-bottom: 30px;}
  .athletics-what .quote { border-left: none; max-width: 340px; margin: auto;}
  .athletics-what .bottom  img{margin: auto; display: block; padding: 20px;}
}

@media screen and (max-width: 600px){
  /*.col-xs-6{width: 100%;}*/
  .athletics-friends #bottom-logos img{display: block; margin: auto; float: none;}
  .athletics-friends #bottom-logos img.left{margin-bottom: 20px;}

  .dunes-athletics-hero-wrapper .title, .dunes-athletics-hero-wrapper .intro, .dunes-athletics-hero-wrapper a.btn{display: none;}

  .dunes-athletics-hero-wrapper .video{padding-bottom: 50px;}
  .dunes-athletics-hero-wrapper .video a{ float: none;}
  .dunes-athletics-hero-wrapper .video a img{margin: auto; display: block;}

  .athletics-what .col-xs-8, .athletics-what .col-xs-4 {width: 100%; display: block; float: none;} 
  .athletics-what .inner {margin-top: 30px; border: none; padding: 0;}
  .athletics-what .list-wrap {border: solid 1px #dadada; margin: 30px; padding: 20px;}

}

/*---------------------------END UNIQUE LANDING PAGES---------------------------*/
/*#####################################################################################################################################################################*/


/*------------------------------------------------------------------------------------------------------*/



@media print{
*{background-color: #fff!important;}

.header-h1{font-size: 24px; margin-bottom: 5px;}
.header-h2{font-size: 20px; margin-bottom: 5px;}
h1{font-size: 28px; margin-bottom: 5px;}
h3 {font-size: 18px; margin: 5px 0;}

h1.fancy-h1{margin: 0;}

.with-sidebar h1, .with-sidebar h2 {margin-bottom: 5px; }

.offer a[href]:after {content: none !important; }
.offer {width: 100%; border: 1px solid #b6b6b6; margin-bottom: 20px; background-color: #fff!important; padding: 0; }
.offer .content {text-align: left; }
.offer .btn {padding: 8px 29px 7px 22px; background: #afbe1d url('/img/arrow-right-white.png') right no-repeat; }
.offer .btn:hover {background-color: #d8ffd8; }
.offer h2, .offer h1 {text-align: left; text-transform: none; font-weight: bold; margin-bottom: 5px; color: #35bed6; }
.offer h2 {font-size: 16px; }
.offer h1 {font-size: 23px; }
.offer .content {padding-bottom: 20px; padding-top: 20px; }
.offer p {color: #666666; line-height: 1.4; margin-bottom: 5px; } 
.controls, .read-more{display: none; }
.offer .subtext {font-size: 12px; font-style: italic; color: #666666; }
.offers-nav.col-sm-12{padding: 0; padding-right: 10px;}
.offer:hover {background-color: #fff!important; }


header, iframe, #page-header , .sidebar-menu, .social, footer, footer .container, .footer-extras, .footer-extras-offical, #right-bottom-footer, .browse , .nav-tabs, .ads, #blog-content .col-lg-3, .single .col-sm-4, #respond, #home-page-slider, .guide-section, .nav, .beyond-the-beach-nav, .beyond-the-beach-nav ul, .weather, .video-podcast-link, #google-map-holder, .beyond-the-beach-header-logo-wrap, .video-cta{display: none!important;}

.sub-footer{padding: 0;}

.with-sidebar {width: 100%;}

a[href]:after {content: none !important; }

.dest-feature{width: 25%; margin-bottom: 0;}
.generic-ctas .row {margin-bottom: 0; }

p, .well p, .well li{font-size: 14px; margin-bottom: 5px;}
.well {padding: 5px;}

.special-offers .special-offer{width: 33%; float: left;}
.offers-section{padding: 10px 0;}

.beyond-the-beach-cta{width: 25%; float: left;}
.beyond-the-beach-ctas{padding-top: 0;}
.beyond-the-beach-inner{padding: 10px 0; }
.beyond-the-beach-inner .white-box{margin: 0; padding: 0;}
.beyond-the-beach-inner .white-box p.poster{margin-bottom: 5px; }
.beyond-the-beach-inner .white-box h4 {font-size: 16px}


.eat-play-shop .cta{width: 30%; float: left;}

.col-sm-6{width: 45%; float: left;}

.col-lg-4{width: 33%; float: left;}

#birding-container .box1 .right{padding: 0;}
.box{height: auto!important; padding: 0;}

}


/*MegaMenu*/


.megamenu .megamenu-hdr {position: static;  padding-bottom: 7px; }
.megamenu .megamenu_wrapper {
  position:absolute; 
  max-width: 1800px;
  /*width: 747px;*/ /*With events in mega menu*/
  /*width: 717px;*/
  /*background:rgba(13,80,94,0.7);*/
  background:rgba(255,255,255,1);
  padding: 0;
  margin: 0 auto;
  /*left: -32px;*/ /*With Events in mega menu*/
  /*left: 120px;*/
  left: 0;
  top: 48px;
  z-index:999; 
  /*width: 100%; */
  /*border-top: 3px solid #fff; */
  text-align:left;
  display: none;
  z-index: 10;
  /*box-shadow: 0px 0px 3px #ccc;*/
}
.megamenu .megamenu_wrapper h3 {color: #f68831; font-size:25px; }

.megamenu .megamenu_wrapper .inner {
    padding: 1% 4% 0;
    -webkit-box-shadow: 0px 1px 3px #757474;
    -moz-box-shadow: 0px 1px 3px #757474;
    -o-box-shadow: 0px 1px 3px #757474;
    box-shadow: 0px 1px 3px #757474;
}
.megamenu .megamenu_wrapper .col {float: left; width: 50%; }

/*Layout thick thin*/
.megamenu .layout-2-1 .col-1 {width: 55%; margin: 0 7% 0 0;}
.megamenu .layout-2-1 .col-2 {width: 38%;}
.megamenu .text-link a { font-size: 15px; color: #008da9; }

.megamenu .text-link {margin-bottom: 10px; }
.megamenu .megamenu-hdr>a {border-radius: 0; }

/*Layout thin thin thin*/
.megamenu .layout-1-1-1 .col {width: 33%; float: left;}
.megamenu .layout-1-1-1 .col.last {width: 34%; }
.megamenu .layout-1-1-1 a {padding: 13px 10px 13px 0!important; display: block; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1; text-decoration: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;}
.megamenu .layout-1-1-1 a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}
.megamenu .layout-1-1-1 .link { font-family:'Muli', sans-serif; font-size: 15px; color: #008da9; margin: 10px 0;}
#menu-primary-navigation .layout-1-1-1 .col .text-link a { color: #008da9; margin: 10px 0; margin-right: 30px; line-height: inherit;}
#menu-primary-navigation .layout-1-1 .col .text-link { margin: 0;}
#menu-primary-navigation .layout-1-1 .col .text-link a { color: #008da9; margin: 10px 0 0; line-height: inherit; font-style: italic;}
#menu-primary-navigation .layout-1-1-1 .col .text-link:last-child a { border-bottom: none; }

#menu-primary-navigation .layout-1-1-1-1-1 .col {margin-top: 10px; width: 20%; padding: 5px;}
#menu-primary-navigation .layout-1-1-1-1-1 a {height: auto; color: #008DA9; display: block; padding: 0 0 25px!important; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1; text-decoration: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;}
#menu-primary-navigation .layout-1-1-1-1-1 a:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}
#menu-primary-navigation .layout-1-1-1-1-1 .link { color: #008da9; margin: -10px 0 10px; font-size: 14px; line-height: 18px; max-height: 18px;}

#menu-primary-navigation .layout-1-1-1-1 .col {margin-top: 10px; width: 25%; padding: 5px;}
#menu-primary-navigation .layout-1-1-1-1 a {height: auto; color: #008DA9; display: block; padding: 0 0 13px!important; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1; text-decoration: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;}
#menu-primary-navigation .layout-1-1-1-1 a:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}
#menu-primary-navigation .layout-1-1-1-1 .link { color: #008da9; margin: -10px 0 10px; font-size: 14px; line-height: 18px;}

/*Layout thick thick*/
.megamenu .layout-1-1 .col {margin-top: 10px;}
.megamenu .layout-1-1 a {display: block; padding: 0!important; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1; text-decoration: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;}
.megamenu .layout-1-1 a:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}
.megamenu .layout-1-1 .link { color: #008da9; margin: -10px 0 10px; font-size: 15px; line-height: 15px;}

/*2x2 layout*/
.megamenu .layout-2-2 a {padding: 13px 10px 13px 0!important; display: block; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); opacity: 1; text-decoration: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;}
.megamenu .layout-2-2 a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60); opacity: .6; text-decoration: none;}
.megamenu .layout-2-2 .link { font-family:'Muli', sans-serif; font-size: 15px; color: #008da9; margin: 10px 0;}

.cta-image-wide{max-width: 95%;}

@media screen and (max-width: 768px) {
  .megamenu .megamenu_wrapper {width: 739px;}
  .ipad .megamenu .megamenu_wrapper {left: 0;}
}

.gradient {
   filter: none;
}

/* Suppliment bootstrap classes */
.collapse.width {
    height: auto;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/*@media screen and (max-width: 960px) {
  .megamenu .megamenu_wrapper {left: 120px;}
}*/

/*@TODO: make this fluid;
@media screen and (min-width: 1024px) {
  .megamenu .megamenu_wrapper {left:120px; }
}

/**
 * Change the submenu title to the TV Capital logo for these specific pages only
 * 2135 - /rv-travel
 * 2122 - /rv-travel/rv-rally-planners
 * 565  - /rv-travel/dealers
 * 263  - /rv-travel/manufacturers
 * 3476 - /rv-travel/parts-and-accessories
 * 963  - /rv-travel/repair-services
 * 763  - /rv-travel/factory-tours
 * /
.page-id-2135 .sidebar-nav-header h4 a,
.page-id-2122 .sidebar-nav-header h3 a,
.page-id-565 .sidebar-nav-header h3 a,
.page-id-263 .sidebar-nav-header h3 a,
.page-id-3476 .sidebar-nav-header h3 a,
.page-id-963 .sidebar-nav-header h3 a,
.page-id-763 .sidebar-nav-header h3 a { display: block; margin: 0; padding: 0; width: 290px; height: 66px; background: url(../img/rv-capital-submenu-logo.png) left top no-repeat; text-indent: -9999px; }
*/