@font-face {
    font-family: 'nexa_rust_sansblack';
    src: url('fonts/nexarustsans-black-free-webfont.eot');
    src: url('fonts/nexarustsans-black-free-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nexarustsans-black-free-webfont.woff2') format('woff2'), url('fonts/nexarustsans-black-free-webfont.woff') format('woff'), url('fonts/nexarustsans-black-free-webfont.ttf') format('truetype'), url('fonts/nexarustsans-black-free-webfont.svg#nexa_rust_sansblack') format('svg');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #19140c;
    background-color: #EAE5DB;
}
/********************************************************************************
* Links
*********************************************************************************/

a {
    color: #8c8531;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:hover,
a:active,
a:focus {
    color: #8f7866;
    text-decoration: none;
}
.main p a,
.main p a:visited,
.main p a:hover,
.main p a:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: .5s color ease;
    text-decoration: none;
    color: #8c8531;
}
.main p a:hover {
    color: #8c8531;
}
.main p a:after {
    content: "";
    transition: .5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -.1em;
    height: 2px;
    width: 0;
    background: #8c8531;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main p a:hover:after {
    width: 100%;
}
/********************************************************************************
* Headings
*********************************************************************************/

h1 {
    font-family: 'nexa_rust_sansblack', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #18401f;
}
h2 {
    font-family: 'nexa_rust_sansblack', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: #18401f;
}
h3 {
    color: #18401f;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
h4 {
    font-family: 'nexa_rust_sansblack', sans-serif;
    font-size: 20px;
    color: #18401f;
}
h5 {
    font-family: 'nexa_rust_sansblack', sans-serif;
    font-size: 18px;
    color: #18401f;
}
h6 {
    font-family: 'nexa_rust_sansblack', sans-serif;
    font-size: 16px;
    color: #18401f;
}
/********************************************************************************
* Miscellaneous Type Setting
*********************************************************************************/

p {
    margin: 0 0 25px;
}
hr {
    background: transparent;
    border: none;
    border-top: 3px dotted #8f7866;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
}
.divider {
    margin-top: 20px;
    margin-bottom: 20px;
}
.divider-tall {
    margin-top: 30px;
    margin-bottom: 30px;
}
.divider-glyph {
    overflow: hidden;
    text-align: center;
}
.divider-glyph span {
    display: inline-block;
    position: relative;
}
.divider-glyph span:before,
.divider-glyph span:after {
    border-top: 3px dotted #aaa393;
    content: "";
    height: 0;
    position: absolute;
    top: 49%;
    width: 230px;
}
.divider-glyph span:before {
    margin-right: 8px;
    right: 100%;
}
.divider-glyph span:after {
    left: 100%;
    margin-left: 8px;
}
.divider-diamond {
    background-image: url('../img/divider-diamond.png');
    width: 100%;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.lined {
    overflow: hidden;
    text-align: center;
}
.lined span {
    display: inline-block;
    position: relative;
}
.lined span:before,
.lined span:after {
    border-bottom: 3px dotted #aaa393;
    content: "";
    height: 9px;
    position: absolute;
    top: 40%;
    width: 900px;
}
.lined span:before {
    margin-right: 30px;
    right: 100%;
}
.lined span:after {
    left: 100%;
    margin-left: 30px;
}
blockquote {
    background-color: #D6CDBF;
    border-left: 5px solid #8f7866;
    padding: 10px 20px;
}
.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #D6CDBF;
    margin-bottom: 30px;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: #18401f;
    border: none;
}
.modal-title {
    color: #EAE5DB !important;
}
.modal-footer {
    background-color: #D6CDBF;
    border-top: 3px dotted #8f7866;
    text-align: center;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-primary {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #D6CDBF;
}
.panel-primary > .panel-heading {
    background-color: #8f7866;
    border-radius: 0;
    padding: 15px 20px;
    border: none;
}
.panel-primary .panel-title {
    border: none;
    color: #EAE5DB;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-right: 40px;
}
.panel-primary .panel-title .fa {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -1px;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border: none;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid rgba(42, 37, 29, 0.15);
}
.table > thead > tr > th,
.table > tbody > tr > th {
    background-color: #2a251d;
    color: #8f7866;
    font-family: "Open Sans";
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 14px;
}
.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}
.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.img-thumbnail,
.thumbnail {
    background-color: #fff;
    border: 1px solid #dad6ca;
    border-radius: 0;
    box-shadow: 2px 5px 0 rgba(0, 0, 0, 0.2);
    color: #8f7866;
    font-family: "Montserrat";
    font-size: 12px;
    text-transform: uppercase;
}
.thumbnail .caption {
    color: #18401f;
}
/* Animation class helper */

.wow {
    opacity: 0;
}
/********************************************************************************
* Lists
*********************************************************************************/

ul.styled-list,
.faq-list ul {
    background-color: #D6CDBF;
    list-style: outside none none;
    margin: 30px 0;
    overflow: hidden;
    padding: 15px;
}
ul.styled-list li,
.faq-list ul li {
    display: block;
    list-style: outside none none;
    margin-left: 40px;
    padding: 8px 5px;
    position: relative;
}
ul.styled-list li ul li,
.faq-list ul li ul li {
    border-bottom: none;
}
ul.styled-list li:before,
.faq-list ul li:before {
    font-family: 'FontAwesome';
    content: "\f138\00a0";
    color: #8F7866;
    display: block;
    left: -30px;
    position: absolute;
    font-size: 24px;
}
ul.styled-list li ul li:before,
.faq-list ul li ul li:before {
    font-family: 'FontAwesome';
    content: "\f054\00a0";
    color: #8F7866;
    display: block;
    left: -30px;
    position: absolute;
}
ol.styled-list {
    list-style-type: none;
    list-style-type: decimal !ie;
    /*IE 7- hack*/
    
    margin: 30px 0;
    padding: 15px;
    counter-reset: li-counter;
    background-color: #D6CDBF;
}
ol.styled-list > li {
    border-left: 3px dotted #8f7866;
    margin-bottom: 25px;
    margin-left: 50px;
    min-height: 3em;
    padding-left: 15px;
    position: relative;
}
ol.styled-list > li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    color: #18401f;
    font-family: "nexa_rust_sansblack", sans-serif;
    font-size: 3em;
    font-weight: 700;
    left: -50px;
    line-height: 1;
    position: absolute;
    text-align: right;
    top: 0;
    width: .8em;
}
/********************************************************************************
* Background Library
*********************************************************************************/

.bg-trans-black {
    background: #000;
    background-color: rgba(0, 0, 0, .5);
}
.bg-border {
    height: 5px;
    width: 100%;
}
.bg-highlight {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, .37);
}
/*.border-distressed-white-top{
	background-image: url('../img/border-distressed-white-top.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: 105px;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.border-distressed-white-btm{
	background-image: url('../img/border-distressed-white-btm.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	height: 106px;
	width: 100%;
	position: absolute;
	bottom: 0;
}*/

.border-distressed-white-top {
    background-image: url('../img/border-distressed-white-top.png');
    background-repeat: repeat-x;
    height: 43px;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.border-distressed-white-btm {
    background-image: url('../img/border-distressed-white-btm.png');
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
    position: relative;
    top: -35px;
}
/********************************************************************************
* Buttons
*********************************************************************************/

.btn {
    color: #EAE5DB;
    background-color: #8f7866;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    border: none;
    padding: 8px 50px;
    text-shadow: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.main a.btn,
.main a.btn:visited,
.main a.btn:hover,
.main a.btn:active {
    color: #EAE5DB;
}
.btn:hover,
.btn:active,
.btn:focus {
    color: #EAE5DB;
    background-color: #8f7866;
}
.btn:active {
    position: relative;
    top: 1px;
}
.btn-small {
    font-size: 14px;
}
.btn-large {
    font-size: 24px;
}
.btn-xlarge {
    font-size: 36px;
}
.btn-wide {
    width: 100%;
}
.btn.icon-left .fa {
    position: absolute;
    height: 100%;
    padding: 8px 10px;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 24px;
}
.btn.icon-left {
    text-align: left;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
}
.btn.icon-right .fa {
    position: absolute;
    height: 100%;
    padding: 8px 10px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 24px;
}
.btn.icon-right {
    text-align: left;
    padding-right: 60px;
    padding-left: 20px;
    position: relative;
}
.btn.icon-left:hover .fa,
.btn.icon-right:hover .fa {} .btn.icon-left:focus .fa,
.btn.icon-right:focus .fa {} .btn.icon-left:active .fa,
.btn.icon-right:active .fa {
    position: absolute;
}
.btn-large.icon-left .fa,
.btn-large.icon-right .fa {
    padding: 10px 20px;
    font-size: 30px;
    line-height: 30px;
}
.btn-outline {
    background: transparent;
    border: 5px solid #8f7866;
    color: #8f7866;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    background: #8f7866;
    border: 5px solid #8f7866;
    color: #EAE5DB;
}
.main a.btn.btn-outline {
    color: #8f7866 !important;
}
.main a.btn.btn-outline:hover,
.main a.btn.btn-outline:active {
    color: #EAE5DB !important;
}
.btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8f7866;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-outline:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/********************************************************************************
* Header
*********************************************************************************/

header.header-wrapper {
    background-color: transparent;
    box-shadow: none;
    z-index: 1000;
}
.header-wrapper .masthead {
    background-color: #EAE5DB;
    position: relative;
    z-index: 1000;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    /*-webkit-transition-delay: 1s;
    transition-delay: 1s;*/
}
.header-wrapper .logo {
    position: absolute;
    top: -38px;
    z-index: 1000;
}
.header-wrapper .logo-text {
    color: #18401f;
    font-family: "nexa_rust_sansblack", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0;
    padding: 23px 0;
}
.header-wrapper .contact-container{
	position: relative;
	left: -60px;
	overflow: hidden;
}
.header-wrapper .social-container{
	margin-right: 10px;
}
.header-wrapper .social-container li a{
	background-color: transparent;
    color: #DAA727;
    display: block;
    font-size: 20px;
    padding: 10px 13px 10px 0;
}
.header-wrapper .social-container li a:hover, .header-wrapper .social-container li a:active, .header-wrapper .social-container li a:focus{
	color: #970007;
}
.header-wrapper .phone-number {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    color: #EAE5DB;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.header-wrapper .phone-number .number {
    font-size: 20px;
}
.header-wrapper .border-distressed-white-top {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.header-wrapper .logo,
.header-wrapper .logo-text {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.header-wrapper .navbar-top {
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.header-wrapper .alert-swan {
    background-color: #daa727;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    text-align: center;
    color: #2a251d;
    display: none;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.header-wrapper .alert-swan .title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .025em;
}
.header-wrapper .alert-swan .close {
    font-size: 36px;
    margin-top: -7px;
}
/* Header Scroll Effects */

.header-wrapper.scrolling .logo {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.header-wrapper.scrolling .border-distressed-white-top {
    background-size: 1000% auto;
    height: 0;
    border-bottom: 8px solid #8F7866;
}
.header-wrapper.scrolling .navbar-default {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-wrapper.scrolling .navbar-top {
    opacity: 0;
    height: 0;
    overflow: hidden;
    min-height: 0;
    border-width: 0;
}
.header-wrapper.scrolling .logo-text {
    opacity: 1;
}
/* Arctic Reservation Specifics */

.header-arctic_reservations .logo {
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.header-arctic_reservations .phone-number {
    left: auto;
}
.header-arctic_reservations.scrolling .logo-text {
    text-align: center;
}
/********************************************************************************
* Top Navigation
*********************************************************************************/

.navbar-top {
    border: none;
    margin-bottom: 0;
    background-color: #18401f;
    border-bottom: 5px solid #970007;
}
.navbar-top .navbar-nav > li > a {
    font-family: 'Montserrat';
    color: #EAE5DB;
    text-transform: uppercase;
}
.navbar-top .navbar-nav > li > a:hover,
.navbar-top .navbar-nav > li > a:focus {
    background-color: #970007;
    color: #eae5db;
}
.navbar-top .weather {
    float: right;
    margin-left: 25px;
    padding-top: 12px;
    position: relative;
}
.navbar-top .weather #wpc-weather {
    margin: 0;
    padding: 0 0 0 35px;
}
.navbar-top .weather #wpc-weather.small .now .location_name {
    display: none;
}
.navbar-top .weather #wpc-weather.small .now .time_symbol {
    left: 0;
    position: absolute;
    top: -12px;
}
.navbar-top .weather #wpc-weather.small .now .time_symbol svg {
    height: 40px;
    margin-bottom: 0;
    margin-top: 8px;
    width: auto;
}
.navbar-top .weather #wpc-weather.small .now .time_temperature {
    color: #DAA727;
    float: right;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    width: auto;
    margin-left: 5px;
    margin-top: 0;
}
.navbar-top .weather #wpc-weather .now .time_symbol {
    float: right;
}
.navbar-top .weather #wpc-weather .climacon_component-fill {
    fill: #18401f;
}
.navbar-top .weather #wpc-weather circle,
#wpc-weather g,
.navbar-top .weather #wpc-weather path,
#wpc-weather rect {
    -webkit-transform-origin: 50% 50% 0 !important;
    transform-origin: 50% 50% 0 !important;
}
/********************************************************************************
* Main Navigation
*********************************************************************************/

.navbar-default {
    border: none;
    margin-bottom: 0;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #18401f;
    padding: 15px 18px;
}
.navbar-default .navbar-nav > li.menu-enroll-now > a {
    border: 5px solid #18401f;
    padding: 10px 18px;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #970007;
    background-color: transparent;
}
.navbar-default .navbar-nav > li.menu-enroll-now > a:hover,
.navbar-default .navbar-nav > li.menu-enroll-now > a:focus {
    color: #EAE5DB;
    border-color: #970007;
    background-color: #970007;
}
.navbar-default .navbar-nav > .active.menu-enroll-now > a {
    border-color: #8f7866;
}
.navbar-default .navbar-nav > .active.menu-enroll-now > a:hover,
.navbar-default .navbar-nav > .active.menu-enroll-now > a:focus {
    border-color: #970007;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #8f7866;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #970007;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
    border-top: 5px solid #8f7866;
    border-radius: 0;
    padding-top: 10px;
    text-align: left;
    background-color: #D6CDBF;
    width: 300px;
}
.navbar-default .dropdown-menu:after {
    top: 0;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 105, 169, 0);
    border-top-color: #8f7866;
    border-width: 7px;
    margin-left: -7px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #594b3e;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    white-space: normal;
    padding: 8px 20px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: #970007;
    color: #D6CDBF;
}
.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
    color: #8f7866;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    background-color: transparent;
    border-radius: 0;
    border: 3px solid rgba(255, 255, 255, 0);
    margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #8f7866;
    height: 3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #8f7866;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #8f7866;
}
/********************************************************************************
* Slider
*********************************************************************************/

.slider-container {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #2A251D;
    height: 0;
}
.slider-container .slider li:after {
    z-index: 1;
    background-color: rgba(42, 37, 29, .34);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.slider-container .container {
    position: relative;
}
.slider-text-container {
    z-index: 2;
    position: absolute;
    bottom: 80px;
    right: 50px;
    width: 100%;
    max-width: 40%;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    text-align: right;
}
.slider-text-container .slider-title {
    color: #EAE5DB;
    text-transform: uppercase;
    font-family: "nexa_rust_sansblack", sans-serif;
    font-size: 72px;
    line-height: 75px;
}
.slider-text-container .slider-subtitle {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 30px;
    color: #daa727;
    text-transform: uppercase;
}
.section-featuredImage {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    position: relative;
    z-index: 0;
    background-size: 100% auto;
    background-color: #EAE5DB;
    overflow: hidden;
}
.section-featuredImage:after {
    z-index: 1;
    background-color: rgba(42, 37, 29, .65);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.section-featuredImage .border-distressed-white-btm {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 2;
}
/********************************************************************************
* Content
*********************************************************************************/

.section-content {
    background-color: #EAE5DB;
    position: relative;
    padding: 60px 15px;
}
.page-template-template-home .section-content {
    padding: 100px 15px;
}
.main {} .page-template-template-home .main {
    text-align: center;
}
.page-header {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    text-align: center;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.page-header .page-subtitle {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .025em;
    font-family: 'Montserrat';
    color: #EAE5DB;
}
.page-template-template-home .page-header {
    margin-bottom: 0;
    text-shadow: none;
}
.page-template-template-home .page-header h1 {
    font-size: 32px;
}
.page-template-template-home .page-header .page-subtitle {
    color: #18401f;
}
.section-featuredImage .container {
    height: 100%;
    position: relative;
}
.section-featuredImage .page-header {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
}
.section-featuredImage .page-header h1 {
    color: #EAE5DB;
}
.section-featuredImage .divider-glyph span::before,
.section-featuredImage .divider-glyph span::after {
    border-color: #aaa393;
}
.section-featuredImage .divider-glyph img {
    width: 60px;
}
.youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    /* overflow: hidden; */
}
.youtube-embed iframe,
.youtube-embed object,
.youtube-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/********************************************************************************
* Breadcrumbs
*********************************************************************************/

.section-breadcrumbs {
    background-color: #8c8531;
    padding: 15px 0;
    color: #EAE5DB;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
}
.section-breadcrumbs a {
    color: #18401f;
}
.page-template-template-classes .section-breadcrumbs {
    text-align: left;
}
.page-template-template-classes .section-breadcrumbs .btn {
    background-color: #18401f;
    color: #e9e5d1;
    font-size: 14px;
    padding: 5px 15px;
}
.page-template-template-classes .section-breadcrumbs .btn.icon-right .fa {
    font-size: 14px;
}
.page-template-template-classes .section-breadcrumbs .btn:hover,
.page-template-template-classes .section-breadcrumbs .btn:focus,
.page-template-template-classes .section-breadcrumbs .btn:active {
    background-color: #2B6A38;
}
.section-breadcrumbs a {
    color: #18401f;
}
/********************************************************************************
* Sidebar
*********************************************************************************/

.sidebar {} .sidebar .widget {
    margin-bottom: 30px;
}
.sidebar .widget h3 {
    padding: 5px 15px;
    margin: 0;
    line-height: normal;
    color: #EAE5DB;
    background-color: #8f7866;
}
.sidebar .widget .widget-content {
    padding: 15px;
    background-color: #D6CDBF;
}
/********************************************************************************
* Sidebar Navigation
*********************************************************************************/

.widget .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget .sub-menu,
.widget .sub-menu li,
.widget_recent_entries li,
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}
.widget .sub-menu li,
.widget_recent_entries li {
    border-bottom: 1px dotted #ddd;
    padding: 3px 0;
}
.widget .sub-menu li:last-child,
.widget_recent_entries li:last-child {
    border: none;
}
.widget .sub-menu li a,
.widget_recent_entries li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.widget .sub-menu li.active a,
.widget_recent_entries li.active a,
.widget .sub-menu li.active a:hover,
.widget_recent_entries li.active a:hover,
.widget .sub-menu li.active a:focus,
.widget_recent_entries li.active a:focus,
.widget .sub-menu li.active a:active,
.widget_recent_entries li.active a:active {
    color: #CCC;
}
.widget .sub-menu li a:hover,
.widget_recent_entries li a:hover {
    color: #daa727;
    text-decoration: none;
}
.widget .sub-menu li a:hover:before,
.widget_recent_entries li a:hover:before {
    content: '\25B6';
    padding-right: 5px;
}
/********************************************************************************
* Custom Post - Capsules
*********************************************************************************/

.section-capsules {
    position: relative;
    z-index: 0;
}
.section-capsules .capsule-row {
    margin-left: 0;
    margin-right: 0;
}
.section-capsules .capsule-row > div:first-child {
    padding: 2px 2px 2px 0;
}
.section-capsules .capsule-row > div:last-child {
    padding: 2px 0 2px 2px;
}
.section-capsules figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #2a251d;
    text-align: center;
    cursor: pointer;
    height: 430px;
}
.section-capsules figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    min-width: 850px;
    opacity: 0.8;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.section-capsules figure figcaption {
    padding: 110px 100px;
    color: #EAE5DB;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Montserrat';
    letter-spacing: .025em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    background-color: rgba(42, 37, 29, 0.4);
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
.section-capsules figure figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #8f7866;
    border-radius: 0;
    content: '';
}
.section-capsules figure figcaption::before,
.section-capsules figure figcaption::after {
    pointer-events: none;
}
.section-capsules figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-capsules figure figcaption > a.btn-outline {
    z-index: 1000;
    opacity: 0;
    color: #daa727;
    border-color: #daa727;
    margin-top: 30px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.section-capsules figure figcaption > a.btn-outline:hover,
.section-capsules figure figcaption > a.btn-outline:focus,
.section-capsules figure figcaption > a.btn-outline:active {
    background-color: #daa727;
    color: #2a251d;
}
.section-capsules figure figcaption > a.btn-outline::before {
    background-color: #daa727;
}
.section-capsules figure h2 {
    color: #EAE5DB;
    margin: 20% 0 10px;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
.section-capsules figure h2 span {
    font-weight: 800;
}
.section-capsules figure h2,
.section-capsules figure p {
    margin: 0;
}
.section-capsules figure p {
    letter-spacing: 1px;
}
.section-capsules figure .divider-diamond {
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-capsules figure figcaption::before,
.section-capsules figure p,
.section-capsules figure .divider-diamond {
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* Capsule Hover Styles */

.section-capsules figure:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.section-capsules figure:hover figcaption::before,
.section-capsules figure:hover p,
.section-capsules figure:hover .divider-diamond,
.section-capsules figure:hover figcaption > a.btn-outline {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.section-capsules figure:hover figcaption {
    background-color: rgba(42, 37, 29, 0.95);
}
.section-capsules figure:hover img {
    opacity: 0.4;
}
/********************************************************************************
* Custom Post - Testimonials
*********************************************************************************/

.testimonial.well {
    margin-bottom: 30px;
}
.testimonial .testimonial-content {
    width: 100%;
}
.testimonial .testimonial-quotation {
    font-size: 60px;
    color: #18401f;
    border-right: 3px dotted #8f7866;
}
.testimonial .testimonial-meta {
    color: #18401f;
    font-family: "Montserrat";
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}
/********************************************************************************
* Custom Post - Staff
*********************************************************************************/

.staff {
    margin-top: 30px;
}
.staff-image {
    margin-bottom: 15px;
}
.staff-name {
    margin-top: 0;
}
.staff-title {
    font-size: 14px;
}
.staff-bio {}
/********************************************************************************
* Custom Post - Rates
*********************************************************************************/

.section-rates-modal {
    text-align: center;
    padding: 30px 0;
}
.btn-check-availability{
	margin-left: 15px;
}
#ratesModal {
    text-align: left;
}
.rate-headings {
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    color: #989598;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 700;
    letter-spacing: .1em;
}
.rate {
    border-bottom: 2px dotted #8f7866;
    padding: 15px 0;
}
.rate-title {
    margin: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    color: #18401f;
    font-size: 18px;
}
.rate-description {
    color: #989598;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}
.rate-single {
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 16px;
}
.rate-single.full {
    color: #989598;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
}
.rate-single.full .rate-single-duration,
.rate-single.full .rate-single-session,
.rate-single.full .rate-single-dates,
.rate-single.full .rate-single-price,
.rate-single.full .rate-single-deposit,
.rate-single.full .rate-single-depositVA,
.rate-single.full .rate-single-description {
    text-decoration: line-through;
}
.rate-single.full:after {
    background-color: #18401f;
    color: #D6CDBF;
    content: "FULL";
    font-weight: 700;
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.rate-single.even {
    background-color: rgba(0, 0, 0, .2);
}
.rate-single-price,
.rate-single-deposit,
.rate-single-depositVA {
    text-align: right;
}
.rate-single-choice {
    text-align: right;
    margin: 0;
}
.rate-single-choice.checkbox label {
    font-size: 18px;
}
.rate-single-choice.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}
.rate-single-choice.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #8F7866;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: right;
    margin: 0;
    padding: 0;
    margin-right: .5em;
    background-color: #FFF;
}
.rate-single-choice.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.rate-single-choice.checkbox label input[type="checkbox"] {
    display: none;
    margin: 0;
    padding: 0;
}
.rate-single-choice.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.rate-single-choice.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}
.VA {
    background-color: #C0B8AC;
}
#VA_disclaimer {
    font-size: 14px;
}
.tooltip {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
/********************************************************************************
* Custom Post - Partners
*********************************************************************************/

.partner h2 {
    margin: 0;
}
.partner-link {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
}
/********************************************************************************
* Custom Post - Trips
*********************************************************************************/

.trip-trailmap {
    margin-top: 30px;
    margin-bottom: 30px;
}
/********************************************************************************
* Custom Post - Gallery
*********************************************************************************/

#projectgallery .item {
    width: 25%;
    padding: 7px;
}
#projectgallery .grid-sizer {
    width: 25%;
}
#projectgallery {
    list-style: none;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}
#projectgallery .item {
    position: relative;
}
#projectgallery .item a,
#projectgallery .item a img {
    display: block;
    position: relative;
}
#projectgallery .item a {
    overflow: hidden;
    background-color: #2A251D;
}
#projectgallery .item a img {
    opacity: .7;
    min-width: 100%;
}
#projectgallery .item a h2 {
    position: absolute;
    top: 40%;
    font-size: 18px;
    color: #EAE5DB;
    text-align: center;
    z-index: 100;
    width: 100%;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.8);
}
#projectgallery .item a div {
    position: absolute;
    background: #2a251d;
    background: rgba(42, 37, 29, .9);
    width: 100%;
    height: 100%;
    z-index: 101;
}
#projectgallery .item a div > span {
    display: block;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #daa727;
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
#projectgallery .item a div > span .fa-inverse {
    color: #2A251D;
}
#infscr-loading {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    text-align: center;
}
/********************************************************************************
* Custom Post - Videos
*********************************************************************************/

.section-featured_videos {
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative;
    z-index: 100;
}
.section-featured_videos h1 {
    margin-bottom: 30px;
}
.section-featured_videos .one-video {
    float: none;
    margin: 0 auto;
}
.capsule-video {
    position: relative;
    background-color: #2a251d;
    overflow: hidden;
    border-radius: 0;
}
.two-video .capsule-video{
	max-width: 	450px;
	margin: 0 auto;
}
.capsule-video img {
    opacity: .5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.capsule-video figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}
.capsule-video figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
}
.capsule-video figcaption .title {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.capsule-video figcaption h4 {
    color: #EAE5DB;
    margin: 0;
}
.capsule-video figcaption .subtitle {
    font-size: 14px;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #EAE5DB;
}
.capsule-video figcaption .icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 72px;
    color: #daa727;
    opacity: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.capsule-video:hover img {
    opacity: .2;
}
.capsule-video:hover figcaption .title {
    top: 100%;
    bottom: auto;
    opacity: 0;
}
.capsule-video:hover figcaption .icon {
    opacity: 1;
    top: 40%;
}
/********************************************************************************
* Form Styles
*********************************************************************************/

.form-error {
    font-weight: 700;
    color: #F33;
    font-size: 20px;
    margin-bottom: 20px;
}
.sm-form label {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
    color: #18401f;
    font-size: 13px;
}
.sm-form .well {} .sm-form .sm-form-legend h3 {
    border-bottom: 1px solid rgba(42, 37, 29, .15);
    margin-top: 0;
    padding-bottom: 5px;
}
.sm-form .sm-form-address {
    border: 2px dotted #8f7866;
    padding: 15px !important;
}
.sm-form .sm-form-address label {
    text-transform: none;
    font-weight: 700;
    font-size: 12px;
    color: #19140c;
    letter-spacing: normal;
}
/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/

.visual-form-builder .vfb-legend, .forminator-ui  {
    border-color: rgba(42, 37, 29, .15)  !important;
}
.visual-form-builder fieldset, .forminator-ui  {
    border: none !important;
    border-radius: 0 !important;
    background-color: #D6CDBF !important;
	padding: 20px !important;
}
.vfb-submit, input.vfb-submit[type="submit"], .wpsc_buy_button, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button  {
    color: #EAE5DB !important;
    background-color: #8f7866 !important;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    border: none !important;
    padding: 4px 15px !important;
    text-shadow: none !important;
}
.vfb-submit, input.vfb-submit[type="submit"]:hover, .vfb-submit, input.vfb-submit[type="submit"]:active, .vfb-submit, input.vfb-submit[type="submit"]:focus,
.wpsc_buy_button:hover, .wpsc_buy_button:focus, .wpsc_buy_button:active, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:focus,
, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:active, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:hover {
    color: #EAE5DB !important;
    background-color: #daa727 !important;
}
.vfb-item-address > div {
    border: 2px dotted #8f7866;
    padding: 15px !important;
}
.visual-form-builder label,
label.vfb-desc, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-label[for] {
    color: #19140c !important;
}
.visual-form-builder label.vfb-desc, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-label[for] {
    font-family: "Montserrat" !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: .1em !important;
    color: #18401f !important;
}
.visual-form-builder label.vfb-choice {
    font-weight: 400;
}
.single-faq {
    border-bottom: 3px dotted #8f7866;
    padding-bottom: 15px;
}
/********************************************************************************
* Ads
*********************************************************************************/

.section-ad {
    text-align: center;
    margin-top: 60px;
    padding: 20px 15px 30px;
    background-color: #D6CDBF;
    position: relative;
    border-radius: 0;
}
.section-ad img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;
}
.section-ad .ad-title {
    color: #8f7866;
    font-size: 10px;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    line-height: 10px;
    margin-bottom: 3px;
}
/********************************************************************************
* iContact
*********************************************************************************/

.signupframe {
    width: 100%;
    background-color: #D6CDBF !important;
    border: none !important;
}
.signupframe tr > td {
    padding: 15px;
}
.signupframe tr > td:first-child {
    color: #18401f;
    font-family: "Open Sans";
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: left !important;
}
.signupframe tr > td br {
    display: none;
}
.signupframe tr > td:last-child input[type='checkbox'] {
    margin-left: 30px;
    margin-right: 3px;
}
.signupframe tr > td:last-child input[type='checkbox']:nth-child(4) {
    margin-left: 0;
}
.signupframe input[type="submit"] {
    color: #EAE5DB;
    background-color: #8f7866;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    border: none;
    padding: 4px 15px;
    text-shadow: none;
}
.signupframe input[type="submit"]:hover,
.signupframe input[type="submit"]:active,
.signupframe input[type="submit"]:focus {
    color: #EAE5DB;
    background-color: #daa727;
}
.signupframe tr > td:last-child input[type='text'] {
    width: 100%;
}
span.link {
    display: block;
    text-align: center;
    margin-top: 8px;
}
span.link a {
    text-align: center;
    color: #8f7866 !important;
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 10px;
}

/*MailChimp Popup */
.mc-closeModal {
    color: #ffd249 !important;
}
.mc-closeModal:hover, .mc-closeModal:focus {
    color: #457D39 !important;
}

/********************************************************************************
* CTA
*********************************************************************************/

.section-cta-btm {
    background-image: url('../img/bg-footer-trees.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 100%;
    background-attachment: fixed;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
.section-cta-btm:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(234, 229, 219, 1) 0%, rgba(234, 229, 219, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 229, 219, 1)), color-stop(100%, rgba(234, 229, 219, 0)));
    background: -webkit-linear-gradient(top, rgba(234, 229, 219, 1) 0%, rgba(234, 229, 219, 0) 100%);
    background: -o-linear-gradient(top, rgba(234, 229, 219, 1) 0%, rgba(234, 229, 219, 0) 100%);
    background: -ms-linear-gradient(top, rgba(234, 229, 219, 1) 0%, rgba(234, 229, 219, 0) 100%);
    background: linear-gradient(to bottom, rgba(234, 229, 219, 1) 0%, rgba(234, 229, 219, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#EAE5DB', endColorstr='#EAE5DB', GradientType=0);
    z-index: 1;
}
.section-cta-btm .cta-content {
    position: relative;
    z-index: 2;
}
.section-cta-btm .btn {
    background-color: #18401f;
    color: #EAE5DB;
    text-transform: none;
    font-family: "nexa_rust_sansblack", sans-serif;
    letter-spacing: normal;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.section-cta-btm .btn:hover,
.section-cta-btm .btn:active,
.section-cta-btm .btn:focus {
    background-color: #970007;
}
/********************************************************************************
* Footer
*********************************************************************************/

footer.footer-wrapper {
    background-color: #2a251d;
    color: #64594e;
    border-top: 5px solid #daa727;
}
footer hr {
    border-color: #64594e;
}
footer .section-footer-content {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 14px;
}
footer .section-footer-content a {
    color: #8f7866;
}
footer .section-footer-content a:hover {
    color: #daa727;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #EAE5DB;
    margin-top: 0;
}
.social-container {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-container li {
    display: inline-block;
}
footer .social:hover {
    color: #daa727;
}
footer .social .fa-inverse {
    color: #2A251D;
}
footer .copyright {
    color: #EAE5DB;
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
}
footer .copyright a {
    color: #EAE5DB;
}
footer .copyright a:hover {
    color: #daa727;
    text-decoration: none;
}
.navbar-footer .nav-pills {
    margin-top: 9px;
}
.navbar-footer .nav-pills > li > a {
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #8f7866;
    font-family: 'Montserrat';
    letter-spacing: .025em;
    padding: 3px 10px;
    line-height: normal;
}
.navbar-footer .nav-pills > li:first-child > a {
    padding-left: 0;
}
.navbar-footer .nav > li > a:hover,
.navbar-footer .nav > li > a:focus {
    background-color: transparent;
    color: #daa727;
}
.navbar-footer .nav-pills > li.active > a,
.navbar-footer .nav-pills > li.active > a:hover,
.navbar-footer .nav-pills > li.active > a:focus {
    color: #2A251D;
    background-color: #8f7866;
}
/********************************************************************************
* Footer - Facebook Feed
*********************************************************************************/

.widget-footer-facebook {} .widget-footer-facebook .facebook-post {
    line-height: 18px;
}
.widget-footer-facebook .facebook-post-meta {
    font-size: 14px;
    color: #EAE5DB;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: .025em;
}
/********************************************************************************
* Footer - Testimonials
*********************************************************************************/

.widget-footer-testimonial {} .widget-footer-testimonial .testimonial {
    line-height: 18px;
}
.widget-footer-testimonial .testimonial-meta {
    font-size: 14px;
    color: #EAE5DB;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: .025em;
}
.widget-footer-tripadvisor #CDSWIDCOE {
    margin: 0;
    position: absolute;
    top: -10px;
    right: 0;
}
#CDSWIDCOE.widCOE .widCOELink a {
    display: none;
}
.widget-footer-testimonial .testimonial-link {
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}
/********************************************************************************
* Footer - Affiliates
*********************************************************************************/

.section-footer-affiliates {
    background-color: #EAE5DB;
}
.affiliates-title {
    font-size: 14px;
    color: #18401f;
    text-transform: uppercase;
    font-family: "nexa_rust_sansblack", sans-serif;
    padding: 13px 0;
}
.navbar-affiliates {} .navbar-affiliates .nav-pills {
    text-align: center;
}
.navbar-affiliates .nav-pills > li {
    display: inline-block;
    float: none;
}
.navbar-affiliates .nav-pills > li > a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #18401f;
    padding: 13px 15px;
    letter-spacing: .025em;
}
.navbar-affiliates .nav > li > a:hover,
.navbar-affiliates .nav > li > a:focus {
    background-color: #970007;
    border-radius: 0;
    color: #EAE5DB;
}
.navbar-affiliates .nav-pills > li.active > a,
.navbar-affiliates .nav-pills > li.active > a:hover,
.navbar-affiliates .nav-pills > li.active > a:focus {
    color: #8f7866;
    position: relative;
    background-color: transparent;
}
.navbar-affiliates .nav-pills > li.active > a:after,
.navbar-affiliates .nav-pills > li.active > a:hover:after,
.navbar-affiliates .nav-pills > li.active > a:focus:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(234, 229, 219, 0);
    border-bottom-color: #EAE5DB;
    border-width: 7px;
    margin-left: -7px;
}
/********************************************************************************
* Misc Bootstrap Helpers
*********************************************************************************/

.container-xl {
    padding-right: 50px;
    padding-left: 50px;
}
/* columns of same height styles */

.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
}
.row-xs-height {
    display: table-row;
}
.col-xs-height {
    display: table-cell;
    float: none;
}
/* vertical alignment styles */

.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
.wpsc-purchase-log-transaction-results {
    width: 100% !important;
}
@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }
    .row-sm-height {
        display: table-row;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }
    .row-md-height {
        display: table-row;
    }
    .col-md-height {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }
    .row-lg-height {
        display: table-row;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
    }
}
/********************************************************************************
* Media Queries
*********************************************************************************/

@media (max-width: 1699px) {
    .header-wrapper .logo-text {
        font-size: 16px;
    }
    .header-wrapper .contact-container {
        left: -10px;
    }
    .slider-text-container {
        max-width: 60%;
    }
    .section-featuredImage {
        height: 550px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }
}
@media (max-width: 1499px) {
    .header-wrapper .contact-container {
        left: 0;
    }
    .header-wrapper .logo-text {
        font-size: 15px;
    }
    .section-capsules figure h2 {
        font-size: 24px;
    }
    .section-capsules figure figcaption {
        font-size: 14px;
    }
    footer .copyright {
        font-size: 12px;
        line-height: 14px;
    }
    .navbar-affiliates .nav-pills > li > a {
        padding: 13px 8px;
    }
    .section-featuredImage {
        background-size: 105% auto;
    }
    .slider-text-container {
        max-width: 70%;
    }
}
@media (max-width: 1399px) {
    .header-wrapper .logo-text {
        font-size: 14px;
        line-height: 14px;
        padding: 20px 0;
    }
    .header-wrapper .phone-number{
		font-size: 12px;	
	}
	.header-wrapper .phone-number .number{
		font-size: 16px;	
	}
	.navbar-top .navbar-nav > li > a{
		font-size: 14px;
		padding: 15px 10px;
	}
	.navbar-top .weather #wpc-weather.small .now .time_temperature{
		font-size: 20px;	
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 16px;
		padding: 15px 10px;	
	}
    .navbar-footer .nav-pills > li > a {
        font-size: 12px;
        padding: 3px 5px 0;
    }
    .widget-footer-tripadvisor #CDSWIDCOE {
        width: 130px;
    }
    .section-featuredImage {
        background-size: 125% auto;
    }
}
@media (max-width: 1199px) {
    .container-xl {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-wrapper .logo {
        max-width: 200px;
        top: 10px;
    }
    .header-wrapper .contact-container{
		position: relative;
		left: auto;	
	}
	.navbar-default .navbar-nav > li > a{
        padding: 10px;
    }
    .navbar-default .navbar-nav > li.menu-enroll-now > a {
        padding: 5px 10px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .navbar-affiliates .nav-pills > li + li {
        margin-left: 0;
    }
    .navbar-affiliates .nav-pills > li > a {
        font-size: 12px;
        font-family: 'Open Sans';
        padding: 10px 5px;
    }
    .slider-text-container .slider-title {
        font-size: 55px;
        line-height: 59px;
    }
    .section-featuredImage {
        background-size: 145% auto;
        height: 500px;
    }
    .btn-payonline {
        margin-top: 15px;
    }
    footer .social-container,
    footer .copyright {
        margin: 10px 0 0;
    }
    footer .social-container {
        margin: 30px 0 0;
    }
    footer .logo-smc {
        margin: 10px auto 0;
    }
    .navbar-footer .nav-pills > li {
        display: inline-block;
        float: none;
    }
    footer .section-footer-content {
        padding-bottom: 20px;
    }
    .widget-footer-tripadvisor #CDSWIDCOE {
        right: 15px;
        width: 130px;
    }
    .section-capsules figure {
        height: 370px;
    }
    .section-capsules figure figcaption {
        padding: 70px;
        font-size: 12px;
        line-height: 18px;
    }
    .section-capsules figure img {
        min-width: 0;
        width: auto;
        min-height: 100%;
        left: -40%;
    }
    .section-capsules figure h2 {
        font-size: 24px;
    }
    footer h6 {
        font-size: 12px;
    }
    footer .logo-smc {
        margin: 20px auto 0;
    }
}
@media (max-width: 991px) {
    .navbar-top .navbar-nav > li > a {
        padding: 15px 10px;
    }
    .header-wrapper .logo {
        position: relative;
        margin: 0 auto;
    }
    .navbar-default {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-default .navbar-nav {
        text-align: center;
        float: none !important;
    }
    .navbar-default .navbar-nav > li {
        display: inline-block;
        float: none;
    }
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
    .navbar-default .dropdown-menu::after {
        left: 20px;
        right: auto;
    }
    .page-template-template-home .page-header h1 {
        font-size: 36px;
    }
    .section-cta-btm {
        background-size: 130% auto;
    }
    .section-capsules figure figcaption {
        font-size: 14px;
    }
    .section-capsules .capsule-row > div:first-child,
    .section-capsules .capsule-row > div:last-child {
        padding: 2px 0;
    }
    .widget-footer-tripadvisor #CDSWIDCOE {
        width: 120px;
    }
    footer .social-container,
    footer .copyright,
    .navbar-footer .nav-pills {
        text-align: center;
    }
    footer .logo-smc {
        max-width: 100px;
    }
    .navbar-affiliates {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-affiliates .nav-pills > li > a {
        padding: 0 5px;
    }
    .section-featuredImage {
        background-size: 225% auto;
        height: 650px;
    }
    #projectgallery .item {
        width: 33%;
    }
    #projectgallery .grid-sizer {
        width: 33%;
    }
    .section-capsules figure img {
        min-width: 0;
        width: 100%;
        height: auto;
        left: auto;
    }
    .section-featured_videos {
        overflow: hidden;
    }
    .section-featured_videos .capsule-row:after {
        clear: none;
    }
    .capsule-video {
        max-width: 480px;
        margin: 0 auto;
    }
    .page-template-template-video_gallery .capsule-video {
        margin-bottom: 30px;
    }
    .slider-text-container {
        max-width: none;
        padding: 0 15px;
        right: 30px;
        text-align: center;
        width: auto;
    }
    .slider-text-container .slider-title {
        font-size: 60px;
        line-height: 65px;
    }
    .rate-headings {
        font-size: 13px;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .btn {
        font-size: 16px;
    }
    .btn-large {
        font-size: 20px;
    }
    .container-xl {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-wrapper .contact-container {
		text-align: center;
	}
	.header-wrapper .phone-number {
		padding-bottom: 0;
		text-align: center;
		display: inline-block;
		float: none !important;
		padding-top: 5px;
	}
	.header-wrapper .social-container {
		display: inline-block;
		float: none !important;
		margin-right: 10px;
	}
    .header-arctic_reservations .logo {
        max-width: 100%;
        left: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto;
        padding: 15px 0;
    }
    .header-arctic_reservations.scrolling .logo-text {
        display: block;
    }
    .page-template-template-arctic_reservations .section-featuredImage {
        margin-top: 400px;
    }
    .navbar-top .navbar-nav {
        text-align: center;
        margin: 0;
    }
    .navbar-top .navbar-nav > li {
        display: inline-block;
        float: none;
    }
    .navbar-default {
        margin-bottom: 0;
        margin-top: -10px;
        padding-bottom: 10px;
        padding-top: 0;
    }
    .navbar-default .navbar-nav {
        text-align: left;
    }
    .navbar-default .navbar-nav > li {
        display: block;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: #D6CDBF;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #d2cec3;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu {
        width: 100%;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu:after {
        display: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #18401f;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #970007;
        color: #D6CDBF;
    }
    .header-wrapper.scrolling .navbar-default {
        margin-top: 0;
        padding-top: 10px;
    }
    .navbar-default .navbar-brand {
        color: #8f7866 !important;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 0;
    }
    .slider-container {
        margin-top: 100px;
        min-height: 550px;
    }
    .section-slider #slider li {
        background-position: center;
    }
    .slider-text-container {
        left: 0;
        max-width: 100%;
        right: 0;
        text-align: center;
        top: 65%;
        width: 100%;
    }
    .slider-text-container .slider-subtitle {
        font-size: 24px;
        text-align: center;
    }
    .slider-text-container .slider-title {
        font-size: 30px;
        line-height: 30px;
    }
    .section-capsules figure {
        height: 300px;
    }
    .section-capsules figure figcaption {
        padding: 50px 40px;
    }
    .section-capsules figure img {
        min-width: 0;
        width: auto;
        height: 100%;
    }
    .section-capsules figure h2 {
        font-size: 24px;
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
    .section-capsules .capsule-button-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
    }
    .section-capsules figure figcaption > a.btn-outline {
        font-size: 16px;
        margin-top: 0;
        padding: 5px 20px;
    }
    .section-cta-btm {
        background-size: 170% auto;
    }
    .section-cta-btm .btn {
        font-size: 24px;
        line-height: 24px;
        padding: 15px;
        white-space: normal;
    }
    footer .social-container,
    footer .copyright {
        margin: 0 0 10px;
    }
    footer .section-footer-content {
        padding: 30px 0;
    }
    .section-content {
        padding: 60px 0;
    }
    .page-template-template-home .section-content {
        padding: 30px 15px;
    }
    .page-template-template-home .page-header h1,
    h1 {
        font-size: 30px;
    }
    .section-featuredImage {
        height: 325px;
        margin-top: 250px;
        background-attachment: scroll;
        background-size: cover;
    }
    .section-featuredImage .page-header {
        width: 100%;
        margin-bottom: 0;
		left: 0;
    }
    .section-featuredImage .page-header h1 {
        padding: 0 15px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .page-header .page-subtitle {
        font-size: 16px;
    }
    #projectgallery .item {
        width: 50%;
    }
    #projectgallery .grid-sizer {
        width: 50%;
    }
    .panel-primary > .panel-heading {
        padding: 15px 10px;
    }
    .panel-primary .panel-title {
        font-size: 15px;
        padding-right: 30px;
    }
    .panel-primary .panel-title .fa {
        font-size: 24px;
    }
    #payment_form .panel-body {
        padding: 15px 0;
    }
    .rate-single-session:before {
        content: 'Session: ';
    }
    .page-template-template-trips .section-breadcrumbs {
        text-align: center;
    }
    .page-template-template-trips .section-breadcrumbs .btn,
    .merchandise .section-breadcrumbs .btn {
        margin-top: 10px;
    }
    .rate-single-price,
    .rate-single-deposit,
    .rate-single-depositVA {
        text-align: left;
    }
    .rate-single-price:before {
        content: 'Price: ';
        font-weight: 700;
    }
    .rate-single-deposit:before {
        content: 'Regular Deposit: ';
        font-weight: 700;
    }
    .rate-single-depositVA:before {
        content: 'VA Deposit: ';
        font-weight: 700;
    }
    .rate-single-duration {
        color: #18401f;
        font-family: "Montserrat";
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
}
@media (max-width: 700px) {
    #projectgallery .item {
        width: 100%;
    }
    #projectgallery .grid-sizer {
        width: 100%;
    }
    .header-wrapper .phone-number {
        padding-top: 5px;
    }
    .header-wrapper .phone-number .number {
        font-size: 14px;
        line-height: 14px;
    }
    .navbar-top .navbar-nav > li > a {
        padding: 5px 10px;
    }
    .header-wrapper .logo {
        max-width: 175px;
    }
    .header-arctic_reservations .logo {
        max-width: 100%;
    }
    .header-arctic_reservations .logo-text {
        display: none;
    }
    .header-arctic_reservations.scrolling .logo-text {
        padding: 10px 0;
        font-size: 12px;
    }
    .page-template-template-arctic_reservations .section-featuredImage {
        margin-top: 300px;
    }
    .navbar-default {
        padding-bottom: 0;
        margin-top: -15px;
    }
    .header-wrapper.scrolling .navbar-default {
        padding: 0;
    }
    .section-slider #slider li {
        background-position: center bottom;
        background-size: 130% auto;
    }
	.btn-check-availability{
		margin-left: 0;	
		margin-top: 15px;
	}
}
@media (max-width: 540px) {
    .slider-container {
        margin-top: 200px;
        min-height: 300px;
		top: auto;
		bottom: 0;
    }
    .slider-text-container .slider-subtitle {
        font-size: 18px;
    }
    .slider-text-container .slider-title {
        font-size: 24px;
        line-height: 24px;
    }
    .page-template-template-arctic_reservations .section-featuredImage {
        margin-top: 200px;
    }
}
@media (max-width: 360px) {
    .slider-container {
        margin-top: 200px;
        min-height: 275px;
    }
    .page-template-template-arctic_reservations .section-featuredImage {
        margin-top: 100px;
    }
	.section-featuredImage {
		height: 300px;
		background-size: 250% auto;
	}
}

/********************************************************************************
* Added By Beanstalk
*********************************************************************************/

/********************************************************************************
* Class Footer Enroll Button
*********************************************************************************/
#class-enroll-now {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #18401f;
}

#class-enroll-now a {
    border: 5px solid #18401f;
    padding: 10px 18px;
    border-radius: 0;
	color: #18401f;
}
#class-enroll-now a:hover,
#class-enroll-now a:focus {
    color: #EAE5DB;
    border-color: #970007;
    background-color: #970007;
}
