/*
	Theme Name: White Pass & Yukon Route
	Description: Custom Designed Theme.
	Author: PR Services Ltd.
	Author URI: http://www.yukoninfo.com/
	Version: 2.0.1
 
	Tags: one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
body.home .site-inner:before {
	display: none;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #dcdcc2 url(images/bg.jpg) no-repeat 0 0 fixed;
	background-size: cover;
	color: #666;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #777;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #4d4d4d;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #00523d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input[type="text"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
	padding: 0.5rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}
body.page-id-200 td {	text-align: center;}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
    background: #f1f2f2;
    background: rgba(255,255,255,0.7);
    clear: both;
    padding-top: 0;
    margin-top: 64px;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    min-height: 600px;
}
body.home .site-inner {
	min-height: inherit;
}
body.home .site-inner {
    overflow: hidden;
    position: relative;
  	display: table;
}
/*body.blog .site-inner {
    background: #fff url(images/content-bg.jpg) no-repeat center center;
    background-size: cover;
}*/

/* Column Widths and Positions
--------------------------------------------- */

.content-sidebar-wrap {
    position: relative;
    margin-top: 290px;
}
body.home .content-sidebar-wrap {
    margin-top: 0;
    z-index: 99;
    position: absolute;
  	top: 0;
  	right: 0;
  	display: table-cell;
  	height: 100%;
}
/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	/*width: 800px;*/
	margin-top: 0;
	margin-left: 15px;
	width: 70.17543859649123%;
  	margin-left: 1.315789473684211%;
}
body.home .content {
    margin-top: 200px;
    display: none;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
    /*width: 300px;*/
    background: transparent url(images/sidebar-inner-bg.png) top left no-repeat;
    min-height: 600px;
    padding-right: 15px;
    width: 26.31578947368421%;
}
body.home .sidebar-primary {
    background: transparent url(images/sidebar-bg.png) top right repeat-y;
    width: 255px;
    height: 100%;
    min-height:  inherit
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar #text-8 .widget-title {
    background: transparent url(images/widget-header-blue-bg.png) no-repeat 0 0;
}

.sidebar .blueheader .widget-title {
    background: transparent url(images/widget-header-blue-bg.png) no-repeat 0 0;
    font-weight: 800;
	text-transform: uppercase;
}

.sidebar a.button {
	text-align: center;
	font-size: 14px;
	display: block;
	border-radius: 10px;
	background: #0ebff0;
	color: #fff;
	font-weight: 700;
}
/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	color: #00523d;
}
body.home .entry .entry-title,
body.home .entry-content {
    display: none;
}
.entry-title a,
.sidebar .widget-title a {
	color: #fbb73c;
}

.entry-title a:hover {
	color: #fff;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

.gform_wrapper select {
	font-size: 14px !important;
}
.button, .entry-content .button {
	background-color: #00523d !important;
}
.button, .entry-content .button:hover {
	background-color: #fbb73c !important;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: transparent;
	position: absolute;
	z-index: 99;
	top: 90px;
	width: 100%;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}
.header-image .site-header .wrap {
    background: none !important;
}
.site-header .wrap .title-area {
    
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: right;
	padding: 0;
	margin: 0 30px 0 0;
	background: url(images/logo.png) no-repeat center center;
    width: 128px !important;
    height: 144px;
}
body.home .title-area {
    float: left;
    padding: 0;
    margin: 0 0 0 30px;
}
.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: transparent;
	position: absolute;
	top: 33px;
	width: 100%;
}
.nav-primary li {
    margin: 0 2px;
}
.nav-primary li:first-of-type {
    margin: 0 2px 0 15px;
}
.nav-primary a {
    border: none;
    color: #4b4747;
    display: block;
    padding: 5px 10px;
    padding: 0.5rem 1.0rem;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #e9ede8;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.nav-primary .current-menu-item > a {
	color: #4b4747;
	background: #fffa37;
}
.nav-primary a:hover {
    color: #4b4747;
    background: #e2b028;
}
.nav-primary .sub-menu a:hover {
	color: #4b4747;
    background: #fffa37;
}
.nav-primary li.reservations {
    list-style: none;
    float: right;
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    margin-right: 15px;
}

/* Dropdown Navigation
--------------------------------------------- */
body.home .menu-item-272 {
    display: none;
}

.hidelink a {
    display: none !important;
}
.hidelink ul.sub-menu li a {
    display: block !important;
}
#menu-item-8349 ul.sub-menu {
    width: 815px;
    background: #fff;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    box-shadow: 0 0 10px #000;
}
#menu-item-8349 .sub-menu:before {
    width: 30px;
    height: 16px;
    content: "";
    position: absolute;
    top: -16px;
    left: 40px;
    border: none;
    background: transparent url(images/arrow-menu.png) no-repeat top center;
}
#menu-item-8349 .sub-menu .sub-menu:before {
    display: none;
}
#menu-item-8349 ul.sub-menu ul.sub-menu {
    box-shadow: none;
}
#menu-item-8349 ul.sub-menu ul.sub-menu li a {
    font-weight: bold !important;
    border: none !important;
    width: 100% !important;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#menu-item-8349 ul.sub-menu ul.sub-menu ul.sub-menu li a {
    font-weight: normal !important;
    margin-left: 10px;
}
#menu-item-8349 ul.sub-menu ul.sub-menu ul.sub-menu li a:hover {
    background: #337564;
    color: #fff;
}
#menu-item-8349 ul.sub-menu li:first-of-type, #menu-item-8349 ul.sub-menu li {
    margin: 0 !important;
}
#menu-item-8349, #menu-item-161,#menu-item-168 {
    position: relative !important;
    vertical-align: top;
}
#menu-item-8349 ul.sub-menu a {
    color: #4b4747;
    padding: 5px 10px;
    padding: 0.25rem 1.0rem;
    font-size: 14px;
    font-size: 1.4rem;
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
}
#menu-item-161 ul.sub-menu {
    width: 270px;
    float: left;
    left: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
    position: relative !important;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 20px 0 20px 20px;
}
#menu-item-168 ul.sub-menu {
    width: 370px;
    float: left;
    left: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
    position: relative !important;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 20px 0;
}

#menu-item-169 ul.sub-menu {
    width: 165px !important;
    float: right;
    left: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
    position: relative !important;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    box-shadow: 0 0 10px #000 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}
#menu-item-161 ul.sub-menu ul.sub-menu, #menu-item-168 ul.sub-menu ul.sub-menu {
    padding: 0;
}
#menu-item-169 {
    float: right;
    width: 165px !important;
}
/*Excursion Image Drop Down Links */
#menu-item-8345,#menu-item-8346,#menu-item-8347 {
    width: 100%;
}
#menu-item-8347 a {
    display: block;
    width: 165px !important;
    height: 110px;
    text-indent: -999em;
    background: url(images/link-summit.png) no-repeat center center !important;
    background-size:cover;
    opacity: 1;
}
#menu-item-8346 a {
    display: block;
    width: 165px !important;
    height: 110px;
    text-indent: -999em;
    background: url(images/link-fraser.png) no-repeat center center !important;
    background-size:cover;
    opacity: 1;
}
#menu-item-8345 a {
    display: block;
    width: 165px !important;
    height: 110px;
    text-indent: -999em;
    background: url(images/link-bennet.png) no-repeat center center !important;
    background-size:cover;
    opacity: 1;
}
#menu-item-8347 a:hover,
#menu-item-8346 a:hover,
#menu-item-8345 a:hover {
    opacity: 0.5;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#menu-secondary-menu {
    width: auto;
    display: inline-block;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
    margin-left: 15px;
}
#menu-secondary-menu:after {
    display: table;
    clear: both;
    content: '';
}
#menu-secondary-menu li {
    background: rgb(10,46,82);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMmU1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTNkNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(10,46,82,1) 0%, rgba(5,61,117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,46,82,1)), color-stop(100%,rgba(5,61,117,1)));
    background: -webkit-linear-gradient(top,  rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
    background: -o-linear-gradient(top,  rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
    background: -ms-linear-gradient(top,  rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
    background: linear-gradient(to bottom,  rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2e52', endColorstr='#053d75',GradientType=0 );
    float:left;
}
#menu-secondary-menu li.fblike {
	padding-left: 10px;
}

#menu-secondary-menu.genesis-nav-menu a {
    color: #fff;
    padding: 5px 10px;
    padding: 0.5rem 1.0rem;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: none;
}
#menu-secondary-menu.genesis-nav-menu a:hover {
    color: #4b4747;
    background: #e2b028;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: transparent;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 0 40px 20px;
    padding: 0 0 4rem 2rem;
	color: #000;
}
body.home .entry {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 3px 3px 6px #000;
    text-align: center;
    width: 500px;
    margin-top: 25px;
}
.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

/* Brochures
--------------------------------------------- */
.brochure {
	max-width: 150px;
	background: #00529b;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.4);
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.4);
}
.brochure .brochure-thumb img {
	margin-bottom: 8px;
}
.brochure .brochure-text {
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-bottom: 8px;
}
.brochure .brochure-text .pdf-link {
	float: right;
	display: block;
	background: url(images/brochure-pdf.png) center center no-repeat;
	text-indent: -9999px;
	width: 22px;
	height: 25px;
	border-bottom: 0;
	margin-right: 8px;
}

body.page-id-902 .brochure {
	min-height: 420px;
}
body.page-id-902 .brochure .brochure-text {
	line-height: 1.3;
}

/* News
--------------------------------------------- */
body.page-template-page_blog-php .post  .entry-meta, body.single-post .post  .entry-meta {
	display: none;
}
body.page-template-page_blog-php .post .entry-title a {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	color: #00523d;
}
body.page-template-page_blog-php .post .entry-title a:hover {
	color: #fbb73c;
}

/* LightBox - Maps
--------------------------------------------- */
body.page-id-4404 #colorbox {
	left: 230px !important;
}
body.page-id-4404 #colorbox, body.page-id-4404 #cboxWrapper {
	width: 860px !important;
}
body.page-id-4404 #cboxContent, body.page-id-4404 #cboxLoadedContent, 
body.page-id-4404 #cboxTopCenter, body.page-id-4404 #cboxBottomCenter {
	width: 810px !important;
}
body.page-id-4404 #colorbox, body.page-id-4404 #cboxWrapper {
	height: 690px !important;
}
body.page-id-4404 #cboxContent, body.page-id-4404 #cboxMiddleLeft, body.page-id-4404 #cboxMiddleRight {
	height: 640px !important;
}
body.page-id-4404 #cboxLoadedContent {
	height: 620px !important;
}

/* LightBox - Bennet Panoramics
--------------------------------------------- */
body.page-id-2206 #colorbox, body.page-id-2206 #cboxWrapper {
	height: 560px !important;
}
body.page-id-2206 #cboxContent, body.page-id-2206 #cboxMiddleLeft, body.page-id-2206 #cboxMiddleRight {
	height: 520px !important;
}
body.page-id-2206 #cboxLoadedContent {
	height: 500px !important;
}

/* Drop down table of contents
--------------------------------------------- */
.entry-content select.drop-down-content {
	margin-bottom: 30px;
	font-size: 16px;
	border: 1px solid #999;
	color: #000;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: none;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: transparent;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 0 0 0 20px;
}

.sidebar .enews-widget {
	background-color: #333;
}
.sidebar #widget_sp_image-4 {
    margin-top: 0px !important;
}
.sidebar #widget_sp_image-3 {
    margin-top: 25px !important;
}
.sidebar #widget_sp_image-2 {
    margin-top: 0 !important;
}
.sidebar .widget#widget_sp_image-2, .sidebar .widget#widget_sp_image-3, .sidebar .widget#widget_sp_image-4 {
    padding: 0;
    background-color: transparent;
}
.sidebar .widget#widget_sp_image-2 h4, .sidebar .widget#widget_sp_image-3 h4, .sidebar .widget#widget_sp_image-4 h4 {
    display: none;
}
.sidebar .widget#widget_sp_image-2 img, .sidebar .widget#widget_sp_image-3 img, .widget#widget_sp_image-4 img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: transparent;
	color: #00523d;
	clear: both;
	padding: 10px 0;
	padding: 1.0rem 0;
	font-size: 13px;
    font-weight: bold;
}
.footer-widgets .wrap {
    padding: 0 15px;
}
.footer-widgets-1,
.footer-widgets-3 {
	width: 40%;
}

.footer-widgets-2 {
	width: 40%;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-2 {
    float: right;
    text-align: right;
}
.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: none;
	color: #00523d;
}

.footer-widgets a:hover {
	color: #fbb73c;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets-2 img {
    margin-left: 5px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: transparent;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
	display: none;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Home Slideshow
---------------------------------------------------------------------------------------------------- */

.slideshow-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    /* background: #fff url(images/inner-bg.jpg) no-repeat center center; */
    background:none;
    background-size: cover;
    overflow:hidden;
}

body.home .slideshow-box {
    width: 100%;
    height: 100%;
    /* background: #fff url(images/content-bg.jpg) no-repeat center center; */
   	background:none;
    position: relative;
  	display: table-cell;
}
body.home .slideshow-box .flexslider {
	position: relative !important;
}


/*
Slideshow - Inner Pages
---------------------------------------------------------------------------------------------------- */
.slideshow-box h1.parent-title {
    font-family: 'Fanwood Text', Georgia, Times, serif;
    font-size: 56px;
    font-size: 5.6rem;
    font-weight: 400 !important;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    padding: 40px 0 0 40px;
    position: relative;
    z-index: 9;
}
.slideshow-box img.wp-post-image {
    position: absolute;
    left: 0;
    top: 0;
}
.hentry img, .gallery img, table img {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);
}
.slideshow_container_style-light .slideshow_transparent, .slideshow_container_style-light .slideshow_transparent:hover {
	opacity: 1 !important;
}


/*
Sidebar Jquery Menu
---------------------------------------------------------------------------------------------------- */
.sidebar .widget-title {
    color: #fff;
    font-family: 'Fanwood Text', Georgia, Times, serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: none;
    background: transparent url(images/widget-header-bg.png) no-repeat 0 0;
    padding: 0 10px 16px 10px;
    line-height: 40px;
    margin-bottom: 0;
}
body.home .sidebar .widget-title {
    background: none;
    padding: 0 10px 16px 60px;
}
.sidebar li a {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
}
.sidebar li ul li a {
    color: #00523d;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px 20px;
}
.sidebar li a:hover, .sidebar li.current-menu-item a {
    background: #fbb73c url(images/widget-menu-bg.png) no-repeat 0 0;
}
.sidebar li.current-menu-item ul li a {
    background: none;
}
.sidebar li ul li a:hover, .sidebar li ul li.current-menu-item a {
    background: #f7e9cf url(none);
}

.sidebar li ul li ul {
	margin-top: 6px;
}
.sidebar li ul li ul li a {
	padding-left: 30px;
	background: none !important;
}
.sidebar li ul li ul li a:hover, .sidebar li ul li ul li.current-menu-item a {
	background: #f7e9cf url(none) !important;
}


/* Flexslider */

.flexslider {
    margin: 0 !important;
    background: #fff !important;
    border: none !important;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,.2) !important;
    -o-box-shadow: 0 0 0 rgba(0,0,0,.2) !important;
    box-shadow: 0 0 0 rgba(0,0,0,.2) !important;
    zoom: 1;
    position: absolute !important;
    left: 0;
    top: 0;
}
.flex-control-nav, .flex-direction-nav {
    display: none !important;
}

body.home .flexslider .caption {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 3px 3px 6px #000;
    text-align: center;
    width: 500px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    left: 40px;
    top: 42.96875%;
}

/* Excursions
--------------------------------------------- */

.sidebar .wpyr-booking-calendar h5, .sidebar .wpyr-booking-calendar label {
    font-size: 14px;
    font-size: 1.4rem;
    color: #00529b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
}
.sidebar .wpyr-booking-calendar input, .sidebar .wpyr-booking-calendar select, .sidebar .wpyr-booking-calendar textarea {
    background-color: #fff;
    border: 1px solid #0ebff0;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px;
    padding: 0.5rem;
    width: 80%;
}
.sidebar .wpyr-booking-calendar .quantity {
    width: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    float: right;
}
.sidebar .wpyr-booking-calendar button.single_add_to_cart_button {
    display: block;
    clear: both;
}
.sidebar .wpyr-booking-calendar button.single_add_to_cart_button.button.alt {
    background: #fbb73c;
    background: -moz-linear-gradient(top,  #fbd288 0%, #fbb73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbd288), color-stop(100%,#fbb73c));
    background: -webkit-linear-gradient(top,  #fbd288 0%,#fbb73c 100%);
    background: -o-linear-gradient(top,  #fbd288 0%,#fbb73c 100%);
    background: -ms-linear-gradient(top,  #fbd288 0%,#fbb73c 100%);
    background: linear-gradient(to bottom,  #fbd288 0%,#fbb73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd288', endColorstr='#fbb73c',GradientType=0 );
    border-color: #fbb73c;
    color: #000;
    text-shadow: 0 -1px 0 rgba(255,255,255,.6);
}
.images-excursion img {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);
}
.content ul {
    margin-left: 20px !important;
}
/* Woocommerce tabs */
.woocommerce-tabs {
    margin-top: 40px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 0 solid #7ea79b !important;
    z-index: 1;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: none !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: none !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid rgba(255,255,255,0) !important;
    background: transparent !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    border: 0 solid #7ea79b !important;
    box-shadow: none !important;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #00523d !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    text-decoration: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    border: 1px solid #7ea79b !important;
    border-bottom: 1px solid #fff !important;
    border-top: 4px solid #fbb73c !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: #00523d !important;
    text-shadow: inherit;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #fbb73c !important;
}
.woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
    margin: -1px 0 2em !important;
    padding: 20px !important;
    background: #fff;
    border-top: 1px solid #7ea79b !important;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 3.8%;
    border: none !important;
}
.panel .thumbnails img {
    -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
.woocommerce .related, .woocommerce .long-description {
    clear:both;
}
/*  Calendar style */
body.single-product .sidebar #wpyr-booking-calendar .widget-title {
    background: transparent url(images/widget-header-blue-bg.png) no-repeat 0 0;
    font-weight: 800;
	text-transform: uppercase;
}
#checkin_cal {
    vertical-align: middle;
    display: none;
}
.hasDatepicker .ui-widget-content {
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
    border: 1px solid #0ebff0;
}
.ui-widget-content, .ui-widget-content * {
    font-size: 12px !important;
}
.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff !important;
    background-image: none !important;
    color: #0ebff0 !important;
    font-weight: bold !important;
}
.ui-datepicker table tbody {
    border: none !important;
}
.ui-datepicker th {
    color: #0ebff0 !important;
}
.ui-datepicker td {
    border-right: 1px solid #d3d3d3 !important;
    border-bottom: 1px solid #d3d3d3 !important;
}
.ui-datepicker td:last-of-type {
    border-right: 0 solid #d3d3d3 !important;
}
.ui-datepicker tr:last-of-type td {
    border-bottom: 0 solid #d3d3d3 !important;
}
.hasDatepicker .ui-state-default, .hasDatepicker .ui-widget-content .ui-state-default, .hasDatepicker .ui-widget-header .ui-state-default {
    border: 0 solid #d3d3d3 !important;
    background-color: #fff !important;
    background-image: none !important;
    font-weight: normal;
    color: #555555;
}
.hasDatepicker .ui-datepicker-today .ui-state-default {
    border: 2px solid #0ebff0 !important;
    color: #0ebff0 !important;
}
.ui-icon-circle-triangle-w {
    background: #fff url(images/booking-cal-prev.png) no-repeat center center !important;
}
.ui-icon-circle-triangle-e {
    background: #fff url(images/booking-cal-next.png) no-repeat center center !important;
}

/* Product Gallery */

.pp_gallery div {
    display: none !important;
}
.thumbnails a:nth-child(3n+3) {  
  margin-right: 0 !important;
}
/* Cart */

body.woocommerce-cart .woocommerce, body.woocommerce-checkout .woocommerce, .woocommerce {
    padding: 0;
}
ul.payment_methods li {
    list-style: none;
}

/* Slideshow Plugin */
body.page-id-37 .slideshow_container * {
    border: none !important;
    text-decoration: none !important;
}
body.page-id-37 .slideshow_container {
    max-height: 480px !important;
    overflow:hidden !important;
    margin-bottom: 40px !important;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);
    background:#fff;
}
body.page-id-37 .slideshow_container img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;   
}
body.page-id-37 .slideshow_description_box {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-color: rgba(109,44,50,0) !important;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0 !important;
}
body.page-id-37 .slideshow_description_box * {
    text-align: left !important;
    border: none !important;
    height: auto !important;
    padding: 0 important;
    margin: 0 !important;
}
body.page-id-37 .slideshow_description_box .slideshow_title {
    left: 20px !important;
    top: 20px !important;
    width: 70% !important;
    position: absolute !important;
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-size:28px !important;
}
body.page-id-37 .slideshow_description {
    left: 20px !important;
    top: 45% !important;
    bottom: auto !important;
    width: 70% !important;
    position: absolute !important;
    background-color: rgba(109,44,50,0.9) !important;
    width: 70%;
    height: auto;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 20px !important;
    line-height: 1.2 !important;
}
  
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	  color: #fff !important;
	}

/* Photo Contest */
.post-type-archive-photo_contest .entry-title {

	color: #00523d;
}
.post-type-archive-photo_contest .entry-title a {
	color: #00523d;
}
.post-type-archive-photo_contest .entry-content p {
	margin: 0 0 10px 0;
}
.post-type-archive-photo_contest .photo-thumb {
	margin: 0 20px 20px 0 !important;
	display: inline-block;
	border: none;
	width: 150px;
	text-align: center;
	vertical-align: text-top;
}
.post-type-archive-photo_contest .photo-thumb h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
.single-photo_contest .entry-meta,
.single-photo_contest .entry-meta {
	display:none !important;
}

/* Snapshot */
.snapshot {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.snapshot:nth-child(2), .snapshot:nth-child(2n+2) {
	margin-right: 0;
}
.snapshot .snapshot-image {
	float: left;
	margin-right: 10px;
}
.snapshot .snapshot-image img {
	border: 2px solid #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);
}
.snapshot .snapshot-content a {
	color: #f15123;
	border-bottom: 1px solid #ddd;
}
.snapshot .snapshot-content a:hover {
	color: #777;
}
.snapshot .snapshot-content .snapshot-description {
	font-style: italic;
}

.snapshot-additional-content {
	clear: both;
	padding-top: 30px;
}
.snapshot-additional-content img {
	margin-right: 10px;
	border: 2px solid #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.25);
}
.snapshot-additional-content h3 {
	clear: both;
	padding-top: 15px;
}
.snapshot-additional-content a {
	color: #f15123;
	border-bottom: 1px solid #ddd;
}
.snapshot-additional-content a:hover {
	color: #777;
}
.snapshot-additional-content ul {
	margin-bottom: 30px;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 98%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.title-area {
		width: 300px;
	}
	
	.nav-primary li.reservations {
		font-size: 14px;
		margin-right: 0;
	}
	#menu-secondary-menu, .nav-primary li:first-of-type {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	body.home .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 5px 10px;
		padding: 0.5rem 1.0rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 40%;
	}
	.footer-widgets-1 {
		margin: 0;
	}
	.genesis-nav-menu {
		text-align: left;
	}
	.content-sidebar-wrap {
		margin-top: 35%;
	}
	body.woocommerce .content-sidebar-wrap {
		margin-top: 300px;
	}
}

@media only screen and (max-width: 980px) {
	.title-area {
		background: url(images/logo.png) no-repeat left top;
		background-size: 80%;
	}
	body.home .sidebar-primary {
		width: 240px;
	}
	.site-header {
		top: 80px;
	}
}
@media only screen and (max-width: 800px) {
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.nav-primary .menu {
		display: none;
		position: absolute;
		opacity: 1;
		width: 98%;
		right: auto;
		background-color: #e9ede8;
		z-index: 9999;
	}

	.nav-primary .toggle {
		position: relative;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
	}
	
 
	.nav-primary #toggle:checked + div .menu {
		display: block;
		opacity: 1;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
		box-shadow: 0 3px 4px 0 rgba(0,0,0,.4);
	}
	
	.nav-primary .toggle:after {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 10px 0;
		padding: 0 10px;
		width: 100%;
		-webkit-border-radius: 2px;
		border-radius: 0;
		background: #e9ede8;
		color: #4b4747;
		content: attr(data-open);
		text-align: center;
		font-size: 44px;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		font-family: 'dashicons';
		content: "\f333";
		line-height: 1;
	}
	.site-inner {
		margin-top: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	body.home .slideshow-box, body.home .content-sidebar-wrap {
		display: block;
	}
	body.home .content-sidebar-wrap {
		position: relative;
		margin-top: 30px;
	}
	body.home .sidebar-primary {
		width: 100%;
  		background: none;
  		padding-right: 0;
	}
	.sidebar .widget#widget_sp_image-2, .sidebar .widget#widget_sp_image-3, .sidebar .widget#widget_sp_image-4 {
		text-align: center;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 100%;
		text-align: center;
	}
	div#TA_socialButtonBubbles108 {
		float: none;
		padding-left: 0;
		padding-top: 10px;
	}
	div#TA_socialButtonBubbles108 .socialWidgetContainer {
		text-align: center;
		display: block;
	}
	.nav-secondary {
		position: relative;
	}
	#menu-secondary-menu {
		width: 100%;
		background: -moz-linear-gradient(top, rgba(10,46,82,1) 0%, rgba(5,61,117,1) 100%);
  		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,46,82,1)), color-stop(100%,rgba(5,61,117,1)));
  		background: -webkit-linear-gradient(top, rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
  		background: -o-linear-gradient(top, rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
  		background: -ms-linear-gradient(top, rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
  		background: linear-gradient(to bottom, rgba(10,46,82,1) 0%,rgba(5,61,117,1) 100%);
	}
	#menu-secondary-menu li {
		background: none;
	}
	.site-header, .nav-primary, .nav-secondary {
		position: relative;
		top: auto;
	}
	.site-header .wrap .title-area {
		float: none;
  		margin: 0 auto;
  		background: url(images/logo.png) no-repeat center center;
	}
	.genesis-nav-menu .menu-item {
		display: block;
	}
	.nav-primary li, .nav-primary li:first-of-type {
		margin: 0;
	}
	.nav-primary a {
		-webkit-box-shadow: none;
  		box-shadow: none;
  		text-align: center;
	}
	#menu-item-8349 ul.sub-menu {
		width: 100%;
		max-width: 280px;
		left: 50%;
  		margin-left: -140px;
  		box-shadow: 0 0 10px #999;
  		display: none;
	}
	#menu-item-8349:hover ul.sub-menu {
		display: block;
	}
	#menu-item-8349 ul.sub-menu:before {
		display: none;
	}
	#menu-item-8349 ul.sub-menu ul.sub-menu {
		padding: 10px 0;
		width: 100%;
	}
	#menu-item-8349 ul.sub-menu ul.sub-menu ul.sub-menu li a {
		margin-left: 0;
	}
	#menu-item-169, #menu-item-169 ul.sub-menu {
		width: 100% !important;
	}
	#menu-item-169 ul.sub-menu {
		box-shadow: none !important;
	}
	.nav-primary li.reservations {
		width: 100%;
  		text-align: center;
  		padding: 10px;
  		background-color: #00523d;
	}
	.slideshow-box h1.parent-title {
		padding: 10px;
  		font-size: 7vw;
	}
}


.motorcoach { background-color: #afd9fb; color: #000; }
.train { background-color: #b0b970; color: #000; }
.redbg { color: #FFF; background-color: #833F4A; }


#TA_socialButtonBubbles108 { float: right; padding-left: 10px; }


.nav-primary  #toggle, .toggle {
	z-index: 9999;
	display: none;
}
#google_translate_element { float: right; z-index: 999; }