@import url("//hello.myfonts.net/count/2f4c94");
@import url("//hello.myfonts.net/count/2f64f1");
@font-face {
    font-family: "Clarendon";
    src: url("../fonts/Clarendon.eot");
    src: url("../fonts/Clarendon.eot?#iefix") format("embedded-opentype"), url("../fonts/Clarendon.woff") format("woff"), url("../fonts/Clarendon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Clarendon";
    src: url("../fonts/ClarendonBold.eot");
    src: url("../fonts/ClarendonBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClarendonBold.woff") format("woff"), url("../fonts/ClarendonBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "sunlight";
    src: url("../fonts/sunlight.eot");
    src: url("../fonts/sunlight.eot?#iefix") format("embedded-opentype"), url("../fonts/sunlight.woff") format("woff"), url("../fonts/sunlight.ttf") format("truetype"), url("../fonts/sunlight.svg#sunlight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Wanderlust";
    src: url("../fonts/Wanderlust.eot");
    src: url("../fonts/Wanderlust.eot?#iefix") format("embedded-opentype"), url("../fonts/Wanderlust.woff") format("woff"), url("../fonts/Wanderlust.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "sunlight" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "sunlight" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
    content: "w";
}

.icon-cloudy:before {
    content: "b";
}

.icon-cloudy2:before {
    content: "o";
}

.icon-cross:before {
    content: "x";
}

.icon-enlarge2:before {
    content: "z";
}

.icon-facebook2:before {
    content: "f";
}

.icon-instagram:before {
    content: "i";
}

.icon-location-pin:before {
    content: "d";
}

.icon-map:before {
    content: "n";
}

.icon-map2:before {
    content: "v";
}

.icon-search:before {
    content: "s";
}

.icon-shopping-cart:before {
    content: "c";
}

.icon-sun:before {
    content: "g";
}

.icon-twitter:before {
    content: "t";
}

.icon-youtube:before {
    content: "y";
}

.icon-align-justify:before {
    content: "m";
}

.icon-plus:before {
    content: "+";
}

.icon-minus:before {
    content: "-";
}

/* CSS Reset */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
menu,
i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

ul {
    list-style-type: none;
}

em {
    font-style: italic;
}

sup {
    font-size: x-small;
}

hr {
    clear: both;
    width: 100%;
    height: 1px;
    border: 1px solid #00a5cd;
    margin: 20px 0;
}

/* drupal toolbar */

.contextual-links-wrapper {
    display: none;
}

#toolbar {
    overflow: hidden;
    max-height: 60px;
}

/* variables */

/* mixins */

/*********************
BACKGROUND-SIZE: COVER
*********************/

/* @include background-size(cover); */

/*********************
OPACITY
*********************/

/* @include hp-opacity(.7); */

/* @include transparent(#000, 0.7); */

/*********************
TRANSFORMS
http://codepen.io/sawmac/pen/qGudy
*********************/

/*********************
VERTICAL ALIGN
@include vertical-parent;
@include vertical-child;
*********************/

/* clear classes */

.clearfix,
#header #search:after,
#blocks:after {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after,
#header #search:after,
#blocks:after {
    content: " ";
    display: table;
}

.clearfix:after,
#header #search:after,
#blocks:after {
    clear: both;
}

.clearfix_inline {
    clear: both;
    width: 100%;
    height: 1px;
}

/* general layout */

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.full {
    width: 100% !important;
}

/* default styles */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    line-height: 1.8;
    color: #ffffff;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #ffffff;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

p {
    margin: 15px 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

pre {
    color: #2c2b2a;
}

img {
    max-width: 100%;
    height: auto;
}

/* sliding menu */

.slide_menu {
    position: fixed;
    overflow-y: scroll;
    width: 80%;
    height: 100%;
    top: 0;
    z-index: 1000;
    left: -80%;
}

.slide_menu_open {
    left: 0px;
}

.slide_menu_push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.slide_menu_push_toright {
    left: 80%;
}

.slide_menu,
.slide_menu_push {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-orange {
    display: inline-block;
    background: #ff7800;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 0.8em;
    padding: 10px 10px;
    width: auto;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.button-orange:hover {
    background: #444444;
}

.button-blue {
    display: inline-block;
    background: #4784e1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 0.8em;
    padding: 10px 10px;
    width: auto;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.button-blue:hover {
    background: #444444;
}

#header {
    background: #2c2b2a;
    min-height: 70px;
    color: #ffffff;
}

#header h1 a {
    display: block;
    position: absolute;
    margin: 5px auto 0;
    left: 20%;
    width: 121px;
    height: 55px;
    text-indent: -9999px;
    background: url(../images/logo.png) center center no-repeat;
    background-size: contain;
}

#header #mobile-menu-toggle {
    float: left;
    z-index: 10;
    position: relative;
    color: #ff7800;
    font-size: 2.5em;
    padding: 5px 0 0 3%;
}

#header .widgets {
    float: right;
    font-size: 0.6em;
    text-align: center;
    padding: 20px 3% 0 0;
    text-transform: uppercase;
}

#header .widgets img {
    display: none;
    filter: invert(1);
    -webkit-filter: invert(1);
    position: relative;
    top: -2px;
}

#header .widgets .widget {
    float: left;
    display: block;
    color: #ffffff;
}

#header .widgets .desktop {
    display: none;
}

#header .widgets .snow {
    padding-right: 10px;
}

#header .widgets .big {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1em;
}

#header .holder {
    background: #2c2b2a;
}

#header .quicklinks {
    background: #ffffff;
    text-align: center;
}

#header .quicklinks ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 2px;
}

#header .quicklinks li {
    text-align: center;
    width: 100%;
}

#header .quicklinks li:last-child {
    display: none;
}

#header .quicklinks a {
    color: #444444;
    text-decoration: none;
    font-size: 1.7em;
}

#header .quicklinks a.directions {
    font-size: 1.8em;
}

#header .quicklinks a.active {
    color: #ff7800;
}

#header .quicklinks span {
    display: none;
}

#header #search {
    background: #f2f2f2;
    margin: 15px 5%;
}

#header #search input {
    background: #f2f2f2;
    border: none;
    font-size: 1em;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444444;
    padding: 5px 10px;
    font-weight: normal;
}

#header #search #edit-submit {
    background: url(../images/icon-search.png) center center no-repeat #f2f2f2;
    background-size: contain;
    border: 0;
    float: left;
    height: 25px;
    position: relative;
    top: 3px;
    cursor: pointer;
    margin-left: 5px;
}

#header #webcams {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 30px 3% 20px;
    z-index: 3000;
    color: #2c2b2a;
    line-height: 1em;
    font-size: 0.9em;
    top: 0px;
    left: 0px;
    display: none;
}

#header #webcams #hide-webcams {
    float: right;
    position: absolute;
    top: 10px;
    right: 3%;
    color: #ff7800;
}

#header #webcams .col {
    width: 100%;
    text-align: center;
}

#header #webcams .col img {
    max-width: 100% !important;
    height: auto !important;
}

#header #webcams .sponsors {
    line-height: 1.5em;
    padding-top: 10px;
}

#header #webcams .sponsors .logo {
    float: left;
    width: 30%;
    padding: 10px 5% 0 0;
    text-align: center;
}

#header #webcams .sponsors p {
    float: left;
    width: 65%;
    margin: 0;
}

#header #webcams .holder {
    background: none;
}

body.slide_menu_push_toright #header #webcams {
    left: -80%;
}

#nav a {
    color: #ffffff;
    font-size: 1.05em;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 5%;
    display: block;
}

#nav a:hover,
#nav a:active {
    color: #ff7800;
}

#nav i {
    float: right;
    position: relative;
    padding: 5px 10px;
}

#nav ul li {
    padding: 0 0;
    border-bottom: 1px solid #969595;
}

#nav ul li.expanded.active-trail ul {
    display: block;
}

#nav ul li ul {
    display: none;
    background: #e3e3e3;
    color: #2c2b2a;
}

#nav ul li ul li {
    padding: 5px 5%;
    border-bottom: 1px dashed #2c2b2a;
}

#nav ul li ul li:last-child {
    border-bottom: none;
}

#nav ul li ul a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2b2a;
    font-size: 0.85em;
    margin: 0 0;
    padding: 0 0;
}

#nav ul li ul ul {
    padding-bottom: 5px;
    display: block;
}

#nav ul li ul ul li {
    padding: 0;
    border-bottom: none;
}

#nav ul li ul ul a {
    padding: 0 10px;
    text-transform: none;
}

#subnav {
    line-height: 1em;
    background: #8c8682;
    font-size: 0.8em;
    padding: 15px 3% 10px;
    position: relative;
}

#subnav:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0px;
    background: url(../images/bg-header-edge.png) center bottom repeat-x;
}

#subnav #breadcrumb {
    color: #2c2b2a;
}

#subnav #breadcrumb a {
    color: #2c2b2a;
    text-transform: uppercase;
}

#subnav #breadcrumb a:last-child {
    text-transform: none;
}

#subnav #breadcrumb a:hover {
    color: #ff7800;
}

#subnav #block-cart-cart-menu li {
    display: inline-block;
    padding: 0 5px 0 0;
}

#subnav #block-cart-cart-menu li:after {
    content: ">";
    padding: 0 0 0 5px;
}

#subnav #block-cart-cart-menu li:last-child:after {
    content: none;
}

#subnav #block-cart-cart-menu li .complete {
    opacity: 0.5;
}

#subnav #block-cart-cart-menu li .active {
    color: #ffffff;
    font-weight: bold;
}

#subnav .menu {
    display: none;
}

#subnav .holder {
    background: none;
}

body.front #subnav {
    display: none;
}

#nav_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(65, 55, 50, 0.7);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

#mast-front {
    position: relative;
    background: #2c2b2a;
    overflow: hidden;
}

#mast-front:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

#mast-front > .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#mast-front .wrap {
    position: relative;
    padding: 20px 0 40px;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin: auto;
}

#mast-front .wrap.video-wrap {
    position: absolute;
    top: 0;
    z-index: 9999;
    display: none;
}

#mast-front .slide {
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#mast-front .slide p {
    margin-top: 0;
    text-shadow: 0px 0px 4px #2c2b2a;
}

#mast-front .slide h1 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 0px 0px 4px #2c2b2a;
    line-height: 1.2em;
    margin: 25px 0;
}

#mast-front .slide h2 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    text-shadow: 0px 0px 4px #2c2b2a;
    line-height: 1.2em;
}

#mast-front .slide h3 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0px 0px 4px #2c2b2a;
}

#mast-front .slide h4 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0px 0px 4px #2c2b2a;
}

#mast-front .slide h5 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #1963aa;
}

#mast-front .slide .slide-content {
    position: absolute;
    display: block;
    padding-left: 10px;
}

#mast-front .slide .slide-content.orange {
    color: #ff7800;
}

#mast-front .slide .slide-content.orange p,
#mast-front .slide .slide-content.orange h2,
#mast-front .slide .slide-content.orange h3,
#mast-front .slide .slide-content.orange h4,
#mast-front .slide .slide-content.orange h5 {
    text-shadow: none;
}

#mast-front .slide .slide-content.yellow {
    color: #fccc12;
}

#mast-front .slide .slide-content.yellow p,
#mast-front .slide .slide-content.yellow h2,
#mast-front .slide .slide-content.yellow h3,
#mast-front .slide .slide-content.yellow h4,
#mast-front .slide .slide-content.yellow h5 {
    text-shadow: none;
}

#mast-front .slide .slide-content.blue {
    color: #1963aa;
}

#mast-front .slide .slide-content.blue p,
#mast-front .slide .slide-content.blue h2,
#mast-front .slide .slide-content.blue h3,
#mast-front .slide .slide-content.blue h4,
#mast-front .slide .slide-content.blue h5 {
    text-shadow: none;
}

#mast-front .slide .slide-content.black {
    color: #2c2b2a;
}

#mast-front .slide .slide-content.black p,
#mast-front .slide .slide-content.black h2,
#mast-front .slide .slide-content.black h3,
#mast-front .slide .slide-content.black h4,
#mast-front .slide .slide-content.black h5 {
    text-shadow: none;
}

#mast-front .slide .slide-content .button-orange {
    color: #ffffff !important;
}

#mast-front .active {
    opacity: 1;
    z-index: 15;
}

#mast-front .nav {
    position: absolute;
    z-index: 20;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

#mast-front .nav li {
    display: inline-block;
    padding: 0 4px;
}

#mast-front .nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #1963aa;
    opacity: 0.4;
    cursor: pointer;
}

#mast-front .nav a.active,
#mast-front .nav a:hover {
    opacity: 1;
}

#mast-front .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
}

#mast-front .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#mast {
    display: none;
}

#front-videos {
    background: #ececeb;
    color: #2c2b2a;
    overflow: hidden;
}

#front-videos h2,
#front-videos h3,
#front-videos h4,
#front-videos h5 {
    color: #1963aa;
}

#front-videos h2 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

#front-videos h3 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 15px 0;
}

#front-videos h4 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 15px 0;
}

#front-videos h5 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 15px 0;
}

#front-videos .video-dscr {
    padding: 15px 3%;
}

#front-videos .video-holder {
    position: relative;
}

#front-videos .video-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

#front-videos .video-holder > .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#front-videos .video-holder .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#front-videos .video-holder .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#front-videos:after {
    display: block;
    width: 100%;
    clear: both;
    content: "";
}

#container {
    position: relative;
    z-index: 10;
}

#container a {
    color: #ff7800;
}

#container.front {
    padding: 0;
}

#content {
    color: #2c2b2a;
    background: #f2f2f2;
    /* cart styles */
}

#content h2 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

#content h2.title {
    background: #1963aa;
    padding: 15px 3%;
    color: #ffffff;
    position: relative;
}

#content h2.title:after {
    display: block;
    width: 100%;
    height: 6px;
    content: " ";
    background: url(../images/bg-h2-title.png) center top repeat-x;
    position: absolute;
    bottom: -6px;
    left: 0;
}

#content h3 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 15px 0;
}

#content h4 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 15px 0;
}

#content h5 {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #1963aa;
    margin: 15px 0;
}

#content ul {
    margin: 15px;
    list-style-type: disc;
}

#content ol {
    margin: 15px;
}

#content img {
    max-width: 100% !important;
    height: auto !important;
}

#content iframe {
    max-width: 100%;
}

#content table {
    width: 100%;
    border: 0;
}

#content table th {
    background: #e8e7e6;
    color: #1963aa;
    font-weight: bold;
    padding: 5px 10px;
}

#content table td {
    background: #f9f9f9;
    padding: 5px 10px;
}

#content table tr:nth-child(even) td {
    background: #f3f3f2;
}

#content .holder {
    padding: 15px 3%;
}

#content .productions-holder {
    margin: 20px 0;
}

#content .product_area,
#content .product_area_custom {
    font-size: 0.9em;
}

#content .product_area p,
#content .product_area_custom p {
    margin: 10px 0;
}

#content .product_area h4,
#content .product_area_custom h4 {
    background: #1963aa;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
}

#content .product_area h4 i,
#content .product_area_custom h4 em {
    float: right;
    position: relative;
    top: 2px;
}

#content .product_area h4.active,
#content .product_area_custom h4.active {
    background: none;
    color: #2c2b2a;
    border-top: 3px solid #1963aa;
}

#content .product_area .product_info,
#content .product_area_custom .product_info {
    display: none;
    margin: 0 20px 20px;
}

#content .product_area .show_product,
#content .product_area_custom .show_product,
.button.orange {
    display: inline-block;
    padding: 4px 11px;
    background: #ff7800;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
a.button.orange {
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 20px;
}
a.button.orange:hover {
    background: #ff8f2e;
}
a.button.orange .fa,
a.button.orange .fas {
    margin-left: 5px;
}

/* INNTOPIA WIDGETS */
.inntopia-wrapper {
    background: #ff7800;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 20px 30px 25px;
}
.inntopia-wrapper p {
    margin: 0;
}
.inntopia-wrapper .title {
    font-size: 20px;
    text-transform: uppercase;
}
.inntopia-wrapper .text {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
#inntopiaWidget {
    margin-top: 15px;
    background: #ff9c43;
    padding: 5px 10px;
    display: inline-block;
}
#inntopiaWidget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#inntopiaWidget li {
    display: inline;
}
#inntopiaWidget label {
    margin-right: 10px;
}
#inntopiaWidget input {
    border: none;
    padding: 5px;
}
#inntopiaWidget .btn.btn-info {
    background: #1963aa;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 5px 10px;
}
#inntopiaWidget .btn.btn-info:hover {
    background: #3282ce;
    cursor: pointer;
}
@media (max-width: 767px) {
    .inntopia-wrapper {
        text-align: center;
    }
    #inntopiaWidget {
        padding-top: 10px;
        width: 100%;
    }
    #inntopiaWidget li {
        display: block;
    }
    #inntopiaWidget .btn.btn-info {
        /* display: block; */
        margin: 10px auto;
    }
    .inntopia-wrapper .title {
        line-height: 24px;
        margin-bottom: 15px;
    }
    .inntopia-wrapper .text {
        line-height: 20px;
    }
}

/* inntopia buy tickets styles */
.btx-card {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.btx-flex {
    display: flex;
}
.btx-left {
    width: 40%;
}
.btx-right {
    min-height: 200px;
    padding: 30px;
    width: 60%;
}
.btx-right h2 {
    line-height: initial;
}
.btx-right p {
    line-height: 20px;
    margin: 0;
}
.btx-card .button.orange {
    display: block;
    margin: 0;
}

@media (max-width: 599px) {
    .btx-flex {
        display: block;
    }
    .btx-left {
        padding: 50%;
    }
    .btx-right {
        min-height: auto;
        width: 100%;
    }
}

#content .product_area .show_product:hover,
#content .product_area_custom a.button.oranget:hover {
    background: #444444;
}

#content .product_area .product_container,
#content .product_area_custom .product_container {
    display: none;
    padding: 10px 15px;
    font-size: 0.9em;
    border-top: 2px solid #1963aa;
    margin-top: 15px;
    background: #e3e3e3;
}

#content .product_area .product_container select {
    max-width: 100% !important;
    margin: 10px 0;
}

#content .product_area .row {
    clear: both;
    padding: 10px 0;
    position: relative;
}

#content .product_area .row label {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 5px;
    max-width: 200px;
}

#content .product_area .row input {
    float: left;
    width: 50%;
    position: relative;
    top: 1px;
    max-width: 200px;
}

#content .product_area .submit_add_cart {
    display: inline-block;
    padding: 4px 11px;
    background: #ff7800;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

#content .product_area .submit_add_cart:hover {
    background: #444444;
}

#content .product_area .added {
    background: #007934;
    display: none;
    padding: 6px 11px;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

#content .product_area .added:hover {
    background: #444444;
}

#content .addl_content {
    font-size: 0.9em;
}

#content .addl_content p {
    margin: 10px 0;
}

#content .addl_content h4 {
    background: #1963aa;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
}

#content .addl_content h4 i {
    float: right;
    position: relative;
    top: 2px;
}

#content .addl_content h4 a {
    color: #ffffff;
}

#content .addl_content h4.active {
    background: none;
    color: #2c2b2a;
    border-top: 3px solid #1963aa;
}

#content .addl_content h4.active a {
    color: #2c2b2a;
}

#content .addl_content .addl_content_holder {
    display: none;
    padding: 10px 20px;
}

#content .webform-client-form label {
    display: block;
    margin: 5px 0;
}

#content .webform-client-form textarea {
    max-width: 100%;
}

#content .webform-client-form input {
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 0;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

#content .webform-client-form input[type="submit"] {
    display: block;
    background: #ff7800;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 0.8em;
    padding: 10px 15px;
    width: auto;
}

#content .webform-client-form input[type="submit"]:hover {
    background: #444444;
}

#content #user-login {
    padding: 20px;
}

#content #user-login label {
    display: block;
    font-weight: 600;
    margin: 8px 0;
}

#content #user-login .description {
    font-size: 11px;
    color: #999;
    margin: 2px 0;
}

#content .staff_area {
    padding: 20px;
}

#content.fullwidth {
    padding: 20px 3%;
}

#content.cart {
    font-size: 0.8em;
}

#content.cart #cart_overview p {
    margin: 0;
}

#content.cart .type {
    font-weight: bold;
    line-height: 1.4em;
}

#content.cart .subtype {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.4em;
}

#content.cart .info {
    font-size: 0.8em;
    display: none;
}

#content.cart .overview {
    font-weight: bold;
}

#content.cart .right {
    text-align: right;
}

#content.cart label {
    display: block;
    font-weight: bold;
}

#content.cart label.error {
    display: block;
}

#content.cart input {
    max-width: 100%;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

#content.cart input[type="submit"] {
    display: block;
    background: #ff7800;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 0.8em;
    padding: 10px 15px;
    width: auto;
    padding: 5px 10px;
    margin: 0 0;
    float: right;
    clear: right;
    margin: 10px 0;
}

#content.cart input[type="submit"]:hover {
    background: #444444;
}

#content.cart #cart_processing_indicator {
    background: #007934;
    display: none;
    float: right;
    clear: right;
    padding: 4px 10px;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

#content .listing .item {
    border-top: 1px dashed #1963aa;
    padding: 20px;
    font-size: 0.9em;
}

#content .listing .item p {
    margin: 10px 0;
}

#content .listing .item .img {
    float: left;
    max-width: 25%;
    padding-right: 2%;
}

#content .listing .item .txt {
    float: left;
    width: calc(73%);
}

#content .listing .item p.title {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1963aa;
    margin-top: 0;
    font-size: 1.1em;
}

.cams {
    margin-top: 10px;
}

.webcam_timestamp {
    position: absolute;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 0 0 0 0;
    top: 0px;
}

body.page-search #content {
    padding: 20px 3%;
}

body.page-search #edit-basic label {
    display: block;
}

body.page-search #edit-basic input {
    padding: 5px;
}

body.page-search #edit-basic input[type="submit"] {
    display: block;
    background: #ff7800;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 0.8em;
    padding: 5px 15px;
    width: auto;
    margin-top: 10px;
}

body.page-search #edit-basic input[type="submit"]:hover {
    background: #444444;
}

body.page-search #edit-advanced {
    display: none;
}

/* date picker */

.picker__select--month,
.picker__select--year {
    padding: 0 5px !important;
}

#gallery ul {
    list-style-type: none;
    margin: 0;
}

#gallery .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

#gallery .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#gallery .nav {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

#gallery .nav li {
    display: inline-block;
    margin: 0 5px;
}

#gallery .nav a img {
    border: 1px solid rgba(255, 255, 255, 0);
}

#gallery .nav a.active img {
    border: 1px solid #1963aa;
}

#gallery .captions {
    font-size: 0.85em;
    font-style: italic;
}

#gallery .captions p {
    margin: 0;
}

#sidebar {
    color: #2c2b2a;
}

#sidebar .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

#sidebar .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#sidebar .highlight_content {
    padding: 20px;
    background: #f2f2f2;
}

#sidebar .highlight_content img {
    max-width: 100% !important;
    height: auto !important;
}

#sidebar .highlight_content ul {
    list-style-type: disc;
    margin: 15px;
}

#blocks .block {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: block;
    color: #ffffff;
}

#blocks .block:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

#blocks .block > .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#blocks .block .bg {
    background: #1963aa;
    opacity: 0.75;
    -moz-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    position: absolute;
    bottom: -230px;
    width: 100%;
    padding: 0 5% 0;
    height: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#blocks .block .content {
    -moz-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    /* position: absolute; */
    top: 0px;
}

#blocks .block .content h4 {
    position: absolute;
    bottom: 0;
    width: 70%;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
}

#blocks .block .content .title {
    height: 50px;
    position: relative;
}

#blocks .block .content .text {
    opacity: 0;
    visibility: hidden;
    line-height: 1.4em;
}

#blocks .block:hover .bg,
#blocks .block:active .bg {
    bottom: -90px;
}

#blocks .block:hover .text,
#blocks .block:active .text {
    opacity: 1;
    visibility: visible;
}

#welcome {
    padding: 50px 5%;
    background-image: url(../images/bg-welcome-mobile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #2c2b2a;
    font-weight: bold;
}

#welcome h2 {
    font-family: "Wanderlust", cursive;
    font-size: 2em;
    position: relative;
    color: #ff7800;
}

#welcome .holder {
    max-width: 590px;
    margin: 0 auto;
}

#sitemap {
    padding: 20px 3%;
}

#sitemap ul {
    list-style-type: none;
    font-size: 0.9em;
    margin-top: 40px;
    margin-left: 0;
}

#sitemap ul li ul {
    margin-top: 0;
    margin-left: 15px;
}

/* bike shop styles */

body.bike-shop #content h2.title {
    background: #007934;
}

body.bike-shop #content h2.title:after {
    background-image: url(../images/bg-h2-title-bike-shop.png);
}

body.bike-shop #content h5 {
    color: #007934;
}

body.bike-shop #blocks .block .bg {
    background-color: #007934;
}

body.bike-shop .product_area h4 {
    background: #007934;
}

body.bike-shop .product_area h4.active {
    border-top: 3px solid #007934;
}

body.bike-shop .addl_content h4 {
    background: #007934;
}

body.bike-shop .addl_content h4.active {
    border-top: 3px solid #007934;
}

#sss_numbers {
    color: #2c2b2a;
    background: #eaeaea;
    padding: 30px 3%;
    text-align: center;
}

#sss_numbers h1 {
    font-size: 30px;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#sss_numbers h3 {
    font-size: 20px;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#sss_numbers .unit {
    margin: 40px 0;
}

#sss_numbers .number {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f6b276;
    color: #ff7800;
    padding: 4px 0 0 0;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1em;
}

#sss_days {
    color: #2c2b2a;
    padding: 30px 3%;
}

#sss_days h2 {
    font-size: 20px;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    margin: 30px 0 60px;
}

#sss_days h4 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#sss_days p {
    margin: 0;
    padding: 0;
}

#sss_days .unit {
    margin: 30px 0;
}

#sss_days .unit img {
    width: 175px;
    height: auto;
    display: block;
}

.newsletter-inline {
    border-bottom: 1px solid #959594;
    border-top: 1px solid #959594;
    margin: 30px auto;
    padding: 30px 0;
    max-width: 900px;
}

.newsletter-inline .text {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0 0 15px 0;
}

.newsletter-inline .email {
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 10px;
    background: #f2f2f2;
    border: none;
}

.sss-modal-holder {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: none;
}

.sss-modal {
    max-width: 840px;
    background: #ffffff;
    padding: 40px 3%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.sss-modal h2 {
    font-size: 30px;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    margin: 30px 0 20px;
    color: #2c2b2a;
}

.sss-modal label {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #c5bfbc;
    font-size: 12px;
    display: block;
    margin: 0 0 2px;
}

.sss-modal input[type="text"],
.sss-modal input[type="email"] {
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 10px;
    background: #f2f2f2;
    border: none;
    max-width: 100%;
}

.sss-modal input[type="submit"] {
    display: inline-block;
    background: #4784e1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 0.8em;
    padding: 10px 10px;
    width: auto;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.sss-modal input[type="submit"]:hover {
    background: #444444;
}

.sss-modal .webform-component {
    padding: 10px 0;
}

.sss-modal .form-item-submitted-arriving-year {
    display: none !important;
}

.sss-modal .form-item-submitted-departing-year {
    display: none !important;
}

.sss-modal .sss-modal-hide {
    position: absolute;
    right: 5%;
    top: 10px;
}

#sss_partners {
    color: #2c2b2a;
    background: #eaeaea;
    padding: 30px 3%;
}

#sss_partners h2 {
    font-size: 30px;
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 30px 0 40px;
    text-align: center;
}

#sss_partners .unit {
    margin: 20px 0;
}

#footer {
    background: #2c2b2a;
    color: #ffffff;
    padding: 30px 8%;
    font-size: 0.9em;
    position: relative;
    margin-top: 0px;
}

#footer:before {
    display: block;
    position: absolute;
    left: 0;
    top: -13px;
    height: 13px;
    width: 100%;
    background: url(../images/bg-footer.png) center bottom repeat-x;
    content: " ";
}

#footer a {
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
    color: #ffffff;
}

#footer a:hover {
    color: #ff7800;
}

#footer .address a {
    padding-right: 25px;
}

#footer .address .sunlight-logo {
    width: 192px;
    height: 88px;
    background: url(../images/logo-white.png) center center no-repeat;
    background-size: contain;
}

#footer .social {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
}

#footer .social i {
    font-size: 2.5em;
}

#footer .social span {
    display: none;
}

#footer #newsletter-signup {
    font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    margin-bottom: 40px;
}

#footer #newsletter-signup p {
    margin: 10px 0;
    line-height: 1.3em;
}

#footer #newsletter-signup input {
    padding: 5px 10px;
    margin: 10px 0;
    width: 70%;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer #newsletter-signup input[type="submit"] {
    display: block;
    background: #ff7800;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-size: 0.8em;
    padding: 10px 15px;
    width: auto;
}

#footer #newsletter-signup input[type="submit"]:hover {
    background: #444444;
}

#footer #usda {
    clear: both;
    display: flex;
    margin-top: 30px;
}

#footer #usda p {
    margin: 0 0 0 20px;
    font-size: 12px;
}

#footer #usda img {
    display: block;
    height: 100px;
    width: 100px;
    float: left;
}

#footer .menus ul {
    margin: 15px 0;
    text-transform: uppercase;
}

#footer .sponsors {
    margin: 30px 0;
}

#footer .sponsors li {
    width: 50%;
    text-align: center;
    float: left;
}

@media only screen and (min-width: 768px) {
    /* sliding menu */
    .slide_menu {
        position: fixed;
        overflow-y: scroll;
        width: 60%;
        height: 100%;
        top: 0;
        z-index: -100;
        left: -60%;
    }
    .slide_menu_open {
        left: 0px;
        z-index: 1000;
    }
    .slide_menu_push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }
    .slide_menu_push_toright {
        left: 60%;
    }
    #mast-front .slide .slide-content {
        display: block;
        padding-left: 0;
    }
    #mast-front .slide .slide-content.top_left {
        left: 3%;
    }
    #mast-front .slide .slide-content.top_right {
        right: 3%;
        text-align: right;
    }
    #mast-front .slide .slide-content.center {
        width: 60%;
        top: 120px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    #mast-front .slide .slide-content.bottom_left {
        left: 3%;
        bottom: 100px;
    }
    #mast-front .slide .slide-content.bottom_right {
        right: 3%;
        text-align: right;
        bottom: 100px;
    }
    #front-videos .video-dscr {
        width: 50%;
        float: left;
        max-width: 445px;
    }
    #front-videos .video-holder {
        width: 50%;
        float: right;
    }
    #header h1 a {
        margin: 5px auto 0;
        left: 0;
        right: 0;
    }
    #header #webcams .cams {
        clear: right;
    }
    #header #webcams .col {
        width: 48%;
    }
    #header #webcams .col:nth-child(odd) {
        float: left;
    }
    #header #webcams .col:nth-child(even) {
        float: right;
    }
    #header #webcams .sponsors .logo {
        width: 15%;
    }
    #header #webcams .sponsors p {
        width: 80%;
    }
    body.slide_menu_push_toright #header #webcams {
        left: -60%;
    }
    #blocks.front .block {
        width: 50%;
        float: left;
    }
    #blocks.front .block .content .title {
        height: 60px;
    }
    #welcome h2 {
        font-size: 3em;
        line-height: 1em;
    }
    #welcome .holder {
        padding: 30px 0 100px;
    }
    #content .product_area .row label {
        float: left;
        width: 25%;
        text-align: right;
        padding-right: 5px;
    }
    #content.cart #cart_info {
        max-width: 600px;
    }
    #content.cart input {
        max-width: 350px;
    }
    #content.cart input[type="submit"] {
        font-size: 1em;
        padding: 10px 15px;
    }
    #content.cart input.cart_update {
        font-size: 0.8em !important;
        padding: 7px 13px !important;
    }
    #content.cart .type {
        line-height: 2em;
    }
    #content.cart .subtype {
        font-size: 0.9em;
        font-weight: bold;
        line-height: 2em;
    }
    #content.cart .info {
        display: block;
    }
    #content.cart .user_details {
        width: 50%;
        float: left;
    }
    #content.cart .user_clear:after {
        display: block;
        width: 100%;
        clear: both;
        content: " ";
    }
    #sss_days .unit img {
        width: 175px;
        height: auto;
        display: inline-block;
        padding: 0 20px 10px 0;
        float: left;
        position: relative;
        top: 5px;
    }
    #sss_days .unit .info {
        float: left;
        width: calc(100% - 195px);
    }
    #footer {
        padding: 30px 3%;
    }
    #footer .widgets {
        margin: 40px 0 40px;
    }
    #footer .widgets:after {
        display: block;
        clear: both;
        content: " ";
    }
    #footer .social {
        width: 20%;
        float: left;
        display: block;
    }
    #footer .social li {
        width: 50%;
        float: left;
        text-align: left;
    }
    #footer #newsletter-signup,
    #footer #usda {
        width: 80%;
        float: left;
        margin-bottom: 0;
    }
    #footer .menus {
        clear: both;
    }
    #footer .menus li {
        display: inline-block;
        padding-right: 20px;
    }
    #footer .sponsors ul {
        display: flex;
        justify-content: space-between;
    }
    #footer .sponsors li {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media only screen and (min-width: 1150px) {
    /* sliding menu reset */
    .slide_menu {
        position: relative;
        overflow-y: visible;
        width: 100%;
        height: auto;
        top: auto;
        z-index: 1;
        left: 0;
    }
    .slide_menu_push {
        overflow-x: visible;
        position: relative;
        left: 0;
    }
    .slide_menu_push_toright {
        left: 0;
    }
    .slide_menu,
    .slide_menu_push {
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }
    #header {
        background: #2c2b2a;
        min-height: 150px;
        color: #ffffff;
        position: relative;
        z-index: 100;
    }
    #header h1 a {
        margin: 5px auto 0;
        left: 0;
        right: 0;
        width: 200px;
        height: 95px;
        position: absolute;
        z-index: 2;
        margin-top: 20px;
    }
    #header #mobile-menu-toggle {
        display: none;
    }
    #header .widgets {
        float: left;
        font-size: 0.6em;
        text-align: center;
        padding: 20px 3% 0 0;
        text-transform: uppercase;
        position: relative;
        z-index: 10;
    }
    #header .widgets img {
        display: inline;
        height: 20px !important;
        width: auto !important;
        float: left;
        padding-right: 5px;
    }
    #header .widgets .widget {
        float: left;
    }
    #header .widgets .desktop {
        display: inline;
    }
    #header .widgets .snow {
        padding-right: 15px;
    }
    #header .widgets .big {
        font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 2em;
        line-height: 1em;
    }
    #header .holder {
        background: #2c2b2a;
        max-width: 1140px;
        margin: 0 auto;
    }
    #header .quicklinks {
        background: none;
        text-align: right;
    }
    #header .quicklinks ul {
        display: block;
        justify-content: inherit;
        position: relative;
        top: 15px;
    }
    #header .quicklinks li {
        text-align: center;
        width: auto;
        display: inline-block;
        padding-left: 10px;
    }
    #header .quicklinks li:last-child {
        display: inline-block;
    }
    #header .quicklinks a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 0.5em;
    }
    #header .quicklinks a.directions {
        font-size: 1.2em;
    }
    #header .quicklinks a:hover {
        color: #ff7800;
    }
    #header .quicklinks span {
        display: block;
        font-size: 0.55em;
        margin-top: 4px;
        text-transform: uppercase;
    }
    #header #search {
        background: #f2f2f2;
        margin: 0;
        display: none;
        width: 400px;
        position: absolute;
        right: 0;
        padding: 14px 0;
    }
    #header #search input {
        background: #f2f2f2;
        border: none;
        font-size: 1em;
        font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #444444;
        padding: 5px 10px;
        font-weight: normal;
    }
    #header #search #edit-submit {
        background: url(../images/icon-search.png) center center no-repeat #f2f2f2;
        background-size: contain;
        border: 0;
        float: left;
        height: 25px;
        position: relative;
        top: 3px;
        cursor: pointer;
        margin-left: 5px;
    }
    body.front #header {
        background: none;
        background: url(../images/bg-header-front-big.png) center top repeat-x;
        position: absolute;
        width: 100%;
        z-index: 1000;
        min-height: 233px;
    }
    body.front #header h1 a {
        margin: 5px auto 0;
        width: 300px;
        height: 136px;
        margin-top: 10px;
    }
    body.front #header .holder {
        background: none;
    }
    body.front #header .widgets {
        padding-top: 10px;
        line-height: 1em;
    }
    body.front #header .quicklinks ul {
        top: 7px;
        line-height: 1.2em;
    }
    body.slide_menu_push_toright #header #webcams {
        left: 0;
    }
    #nav {
        clear: both;
        position: relative;
        z-index: 100;
    }
    #nav #close-mobile-menu {
        display: none;
    }
    #nav a {
        padding: 0;
        display: inline-block;
        font-size: 1em;
    }
    #nav a:hover,
    #nav a:active {
        color: #ff7800;
    }
    #nav i {
        display: none;
    }
    #nav ul li {
        padding: 12px 0;
        width: 200px;
        text-align: center;
        border-bottom: 1px solid #969595;
        border-top: 1px solid #969595;
        float: left;
        position: relative;
        margin: 15px 0;
        line-height: 1em;
    }
    #nav ul li:nth-child(2),
    #nav ul li:nth-child(3) {
        float: right;
    }
    #nav ul li:hover ul {
        display: block !important;
    }
    #nav ul li:hover a {
        color: #ff7800;
    }
    #nav ul li:nth-child(even) ul {
        left: -200px;
    }
    #nav ul li.expanded.active-trail ul {
        display: block;
    }
    #nav ul li ul {
        display: block;
        background: #e3e3e3;
        opacity: 0;
        color: #2c2b2a;
        position: absolute;
        top: 40px;
        width: 400px;
        z-index: 1000;
        padding: 15px;
    }
    #nav ul li ul li {
        padding: 0;
        border-bottom: 1px dashed #2c2b2a;
        float: none;
        width: 100%;
        border: none;
        margin: 0;
        text-align: left;
        padding: 7px 0;
    }
    #nav ul li ul li:last-child {
        border-bottom: none;
    }
    #nav ul li ul li:nth-child(2),
    #nav ul li ul li:nth-child(3) {
        float: none;
    }
    #nav ul li ul a {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2c2b2a !important;
        font-size: 0.85em;
        margin: 0 0;
        padding: 0 0;
    }
    #nav ul li ul a:hover {
        text-decoration: underline;
    }
    #nav ul li ul ul {
        padding: 0 0 5px;
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        left: 0 !important;
    }
    #nav ul li ul ul li {
        padding: 0;
        border-bottom: none;
        margin: 5px 0;
    }
    #nav ul li ul ul li:hover {
        background: none !important;
    }
    #nav ul li ul ul a {
        padding: 0 0;
        text-transform: none;
    }
    #nav ul li ul ul ul {
        padding-left: 5px;
        font-size: 0.9em;
    }
    body.front #nav {
        margin-top: 30px;
    }
    body.front #nav a {
        font-size: 0.9em;
    }
    body.front #nav .expanded ul a {
        font-size: 0.8em;
    }
    body.front #nav ul li {
        width: 170px;
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        -ms-transition: background 0.1s ease-in-out;
        -o-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out;
    }
    body.front #nav ul li:hover {
        background: #e3e3e3;
    }
    body.front #nav ul li:nth-child(even) ul {
        left: -170px;
    }
    body.front #nav ul li li {
        padding: 4px 0;
    }
    body.front #nav ul li ul {
        /* width: 340px; */
    }
    body.front #nav ul li ul li {
        padding: 3px 0;
    }
    body.front #nav ul li ul li ul li {
        padding: 0 0 0 10px;
    }
    body.front #nav ul li ul ul {
        width: 100%;
        left: 0 !important;
        background: none !important;
    }
    body.front #nav .col {
        overflow: hidden;
    }
    #subnav {
        padding: 8px 0 0;
    }
    #subnav #breadcrumb {
        float: left;
        padding: 10px 0;
    }
    #subnav .menu {
        display: block;
        float: right;
    }
    #subnav .menu a {
        color: #ffffff;
    }
    #subnav .menu a:hover,
    #subnav .menu a:active {
        color: #ff7800;
    }
    #subnav .menu ul li {
        display: inline-block;
        position: relative;
        padding: 10px 10px 10px;
        border-bottom: 2px solid rgba(255, 255, 255, 0);
    }
    #subnav .menu ul li.active-trail {
        border-bottom: 2px solid #ff7800;
    }
    #subnav .menu ul li.expanded:after {
        content: "+";
        font-family: "sunlight" !important;
        font-size: 0.7em;
        padding: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
    #subnav .menu ul li:hover ul {
        display: block;
        z-index: 100;
    }
    #subnav .menu ul li:hover a {
        color: #ff7800;
    }
    #subnav .menu ul li:hover.expanded:after {
        content: "-";
        color: #ff7800;
    }
    #subnav .menu ul li:last-child {
        padding-right: 0;
    }
    #subnav .menu ul li:last-child ul {
        left: -30px;
    }
    #subnav .menu ul li ul {
        position: absolute;
        display: none;
        padding: 15px;
        background: #969595;
        top: 34px;
        width: 200px;
    }
    #subnav .menu ul li ul li {
        display: block;
        padding: 5px 0;
        background: none;
        border-bottom: none;
        clear: both;
    }
    #subnav .menu ul li ul li:last-child {
        padding-right: 0;
    }
    #subnav .menu ul li ul li ul {
        left: 0 !important;
        position: relative;
        top: 0;
        width: 100%;
        padding-top: 5px;
        float: left;
    }
    #subnav .menu ul li ul li.expanded:after {
        content: none;
        display: none;
    }
    #subnav .menu ul li ul a {
        color: #ffffff !important;
    }
    #subnav .menu ul li ul a:hover {
        text-decoration: underline;
    }
    #mast-front {
        position: relative;
    }
    #mast-front:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }
    #mast-front > .slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #mast-front .nav {
        bottom: 60px;
    }
    #mast-front .video {
        padding-bottom: 56.25%;
    }
    #mast-front .wrap.video-wrap {
        display: block;
        height: 50%;
    }
    #mast-front .slide h1 {
        font-size: 48px;
    }
    #mast-front .slide .slide-content.top_left {
        top: 100px;
    }
    #mast-front .slide .slide-content.top_right {
        top: 100px;
    }
    #mast-front .slide .slide-content.center {
        top: 250px;
    }
    #mast-front .slide .slide-content.bottom_left {
        bottom: 200px;
    }
    #mast-front .slide .slide-content.bottom_right {
        bottom: 200px;
    }
    body.front #mast-front {
        top: 40px;
    }
    body.front #mast-front .slide .slide-content.top_left {
        top: 200px;
    }
    body.front #mast-front .slide .slide-content.top_right {
        top: 200px;
    }
    #front-videos .video-dscr {
        padding-left: 10%;
    }
    #blocks.front .block {
        width: 25%;
        float: left;
    }
    #blocks.front .block .content .title {
        height: 50px;
    }
    #welcome {
        position: relative;
        z-index: 20;
    }
    #welcome h2 {
        font-size: 3.5em;
        left: -20px;
        line-height: 1em;
    }
    #welcome .holder {
        padding: 60px 0 250px;
    }
    #mast {
        height: 250px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: block;
    }
    #container {
        width: 1160px;
        margin: 0 auto;
        padding: 0;
    }
    #container.front {
        width: 100%;
    }
    #content {
        position: relative;
        top: -120px;
        float: left;
        width: 685px;
    }
    #content.fullwidth {
        width: 800px;
        float: none;
        padding: 20px 40px;
    }
    #sidebar {
        width: 475px;
        float: left;
        margin-bottom: 40px;
    }
    #sidebar #blocks .block {
        width: 50%;
    }
    #sidebar #blocks .block .title {
        height: 60px;
    }
    #gallery {
        /*
    .nav {
    	width: 100%; text-align: center; margin: 15px 0; display: flex; justify-content: space-between;
    	img { max-width: 100% !important; height: auto !important; }
    	li { display: inline-block; margin: 0; }
    }
    */
    }
    /* bike shop styles */
    body.bike-shop {
        background-image: url(../images/bg-body-bike-shop.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    body.bike-shop #subnav {
        font-size: 0.85em;
    }
    body.bike-shop #subnav #breadcrumb {
        color: #ffffff;
        font-weight: bold;
    }
    body.bike-shop #subnav #breadcrumb a {
        color: #ffffff;
    }
    body.bike-shop #subnav .menu {
        font-weight: bold;
    }
    body.bike-shop #subnav .menu ul li {
        border-bottom: none;
    }
    body.bike-shop #subnav .menu ul li.active-trail {
        border-bottom: 2px solid #ff7800;
    }
    body.bike-shop #header {
        background: none;
        background: url(../images/bg-header-front-big.png) center top repeat-x;
        position: absolute;
        width: 100%;
        z-index: 1000;
        min-height: 233px;
    }
    body.bike-shop #header h1 a {
        margin: 5px auto 0;
        width: 300px;
        height: 136px;
        margin-top: 10px;
    }
    body.bike-shop #header .holder {
        background: none;
    }
    body.bike-shop #header .widgets {
        padding-top: 10px;
        line-height: 1em;
    }
    body.bike-shop #header .quicklinks ul {
        top: 7px;
        line-height: 1.2em;
    }
    body.bike-shop #nav {
        margin-top: 30px;
    }
    body.bike-shop #nav a {
        font-size: 0.9em;
    }
    body.bike-shop #nav ul li {
        width: 170px;
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        -ms-transition: background 0.1s ease-in-out;
        -o-transition: background 0.1s ease-in-out;
        transition: background 0.1s ease-in-out;
    }
    body.bike-shop #nav ul li:hover {
        background: #e3e3e3;
    }
    body.bike-shop #nav ul li li {
        padding: 2px 0;
    }
    body.bike-shop #subnav {
        background: none;
    }
    body.bike-shop #subnav:before {
        content: none;
        display: none;
    }
    body.bike-shop #mast {
        display: none;
    }
    body.bike-shop #container {
        padding-top: 350px;
    }
    #sss_numbers {
        padding: 60px 0;
    }
    #sss_numbers h1 {
        font-size: 38px;
        margin: 30px 0;
        line-height: 1.2em;
    }
    #sss_numbers h3 {
        font-size: 28px;
    }
    #sss_numbers .wrap {
        width: 1100px;
        margin: auto;
    }
    #sss_numbers .unit {
        width: 33%;
        float: left;
        padding: 0 20px;
    }
    #sss_days {
        padding: 60px 3%;
    }
    #sss_days h2 {
        font-size: 28px;
    }
    #sss_days .wrap {
        width: 840px;
        margin: auto;
    }
    #sss_days .unit {
        margin: 50px 0;
    }
    .newsletter-inline .text {
        text-align: right;
        padding: 0 20px 0 0;
        width: 420px;
        float: left;
    }
    .newsletter-inline .signup-form {
        position: relative;
        top: 3px;
    }
    .sss-modal .webform-component {
        padding: 10px 0;
    }
    .sss-modal .webform-component--first-name {
        width: 49%;
        float: left;
    }
    .sss-modal .webform-component--last-name {
        width: 49%;
        float: right;
    }
    .sss-modal .webform-component--email {
        width: 49%;
        float: left;
    }
    .sss-modal .webform-component--phone-number {
        width: 49%;
        float: right;
    }
    .sss-modal .webform-component--arriving {
        width: 33%;
        float: left;
    }
    .sss-modal .webform-component--departing {
        width: 33%;
        float: left;
    }
    .sss-modal .webform-component--adults {
        width: 16%;
        float: left;
    }
    .sss-modal .webform-component--children {
        width: 16%;
        float: left;
    }
    .sss-modal .form-actions {
        clear: both;
        padding: 20px 0 0;
    }
    #sss_partners h2 {
        font-size: 40px;
        text-align: center;
    }
    #sss_partners .wrap {
        width: 1100px;
        margin: auto;
    }
    #sss_partners .unit {
        width: 49%;
        float: left;
        clear: left;
        padding-right: 50px;
    }
    #sss_partners .unit img {
        float: left;
        width: 48%;
    }
    #sss_partners .unit .info {
        float: right;
        width: 48%;
        font-family: "Clarendon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    #sss_partners .unit .description {
        clear: both;
        padding: 10px 0;
    }
    #sss_partners .unit:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    #sss_partners .unit:nth-child(1) .description {
        clear: none;
        float: right;
        width: 48%;
    }
    #sss_partners .unit:nth-child(2n + 1) {
        float: right;
        clear: right;
    }
    #footer .holder {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
    }
    #footer .address {
        float: left;
    }
    #footer .widgets {
        float: right;
        margin: 0;
    }
    #footer .social {
        margin-right: 30px;
        width: 120px;
    }
    #footer #newsletter-signup,
    #footer #usda {
        width: 390px;
    }
    #footer #newsletter-signup input {
        width: 100%;
    }
    #footer .menus {
        padding: 20px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #header h1 a {
        background-image: url(../images/logo@2x.png);
    }
    #footer .address .sunlight-logo {
        background-image: url(../images/logo-white@2x.png);
    }
}

@media only screen and (min-resolution: 288dpi) {
    #header h1 a {
        background-image: url(../images/logo@3x.png);
    }
    #footer .address .sunlight-logo {
        background-image: url(../images/logo-white@3x.png);
    }
}
