html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #19140c;
	background-color: #eae5db;
}

/********************************************************************************
* Links
*********************************************************************************/
a{
	color: #cb541a;
	-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: #A3927E;
	text-decoration: none;
}


.main p a:not(.btn):not(.wp-block-button__link), .main p a:not(.btn):not(.wp-block-button__link):visited, .main p a:not(.btn):not(.wp-block-button__link):hover, .main p a:not(.btn):not(.wp-block-button__link):active{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
    position:relative;
  transition:0.5s color ease;
    text-decoration:none;
    color:#da7629;
}
.main p a:not(.btn):not(.wp-block-button__link):hover{
    color:#da7629;
}
.main p a:not(.btn):not(.wp-block-button__link):after{
  content: "";
  transition:0.5s all ease;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;

  bottom:-0.10em;
  height:2px;
  width:0;
  background:#da7629;

  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.main p a:not(.btn):not(.wp-block-button__link):hover:after {
    width: 100%;
}

/********************************************************************************
* Buttons
*********************************************************************************/
.btn, .wp-block-button__link{
	color: #EAE5DB;
	background-color: #da7629;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-radius: 5px;
	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,
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus{
	color: #EAE5DB;
	background-color: #A3927E;
}
.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: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,
.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline,
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background){
	background: transparent;
	border: 4px solid #da7629;
	color: #da7629;
	
	-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,
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover, .wp-block-button__link.is-style-outline:active, .wp-block-button__link.is-style-outline:focus{
	background: #A3927E;	
	border: 4px solid #A3927E;
	color: #EAE5DB;
}
/*.main a.btn.btn-outline{
	color: #A3927E !important;
}
.main a.btn.btn-outline:hover, .main a.btn.btn-outline:active{
	color: #EAE5DB !important;
}*/

.btn-outline::before,
.is-style-outline > .wp-block-button__link::before, .wp-block-button__link.is-style-outline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A3927E;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.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,
.wp-block-button.is-style-outline .wp-block-button__link:hover::before, .wp-block-button.is-style-outline .wp-block-button__link:active::before, .wp-block-button.is-style-outline .wp-block-button__link:focus::before,
.wp-block-button__link.is-style-outline:hover::before, .wp-block-button__link.is-style-outline:active::before, .wp-block-button__link.is-style-outline:focus::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/********************************************************************************
* Headings
*********************************************************************************/
h1, .h1{
	font-family: 'Playball', sans-serif;
	font-size: 40px;
	color: #293b58;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: 'Tinos', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #293b58;
}
h2, .h2{
	font-size: 30px;
}
h3, .h3{
    font-size: 24px;
}
h4, .h4{
	font-size: 20px;
}
h5, .h5{
	font-size: 18px;
}
h6, .h6{
	font-size: 16px;
}

/********************************************************************************
* Miscellaneous Type Setting
*********************************************************************************/
p {
    margin: 0 0 25px;
}

hr, hr.wp-block-separator {
    background: transparent;
	border: none;
	border-top: 3px dotted #A3927E;
    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 #A3927E;
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    width: 230px;
}
.divider-glyph span:before {
	margin-right: 10px;
    right: 100%;
}
.divider-glyph span:after {
	left: 100%;
    margin-left: 10px;
}

.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 #A3927E;
    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: #DAD5C9;
    border-left: 5px solid #A3927E;
    padding: 10px 20px;
}

.well{	
	border: none;
	border-radius: 10px;
	box-shadow: none;
	background-color: #DAD5C9;
	margin-bottom: 30px;
}

.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: #293b58;

    border: none;
}
.modal-title{
	color: #EAE5DB !important;
}
.modal-footer {
    background-color: #EAE5D9;
    border-top: 3px dotted #A3927E;
    text-align: center;
}

.panel-group .panel{
	border-radius: 10px;	
}
.panel-primary{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #DAD5C9;
}
.panel-primary > .panel-heading{
	background-color: #A3927E;
	border-radius: 0;
	padding: 15px 20px;
	border: none;
}
.panel-primary .panel-title{
	border: none;
	color: #EAE5DB;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Tinos', 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: #A3927E;
    font-family: "Open Sans";
    font-weight: normal;
    letter-spacing: 0.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: #A3927E;
    font-family: "Open Sans";
    font-size: 12px;
    text-transform: uppercase;
}
.thumbnail .caption {
    color: #293b58;
}

/* Animation class helper */
.wow{
	opacity: 0;
}

/********************************************************************************
* Lists
*********************************************************************************/
ul.styled-list, .faq-list ul{
	background-color: #DAD5C9;
	list-style: outside none none;
    margin: 30px 0;
    overflow: hidden;
    padding: 15px;
	border-radius: 10px;
}
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: #0E7F40;
    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: #0E7F40;
	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: #DAD5C9;
	border-radius: 10px;
}
ol.styled-list > li{
    border-left: 3px dotted #A3927E;
    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: #0E7F40;
    font-family: "nexa_rust_sansblack",sans-serif;
    font-size: 3em;
    font-weight: bold;
    left: -50px;
    line-height: 1;
    position: absolute;
    text-align: right;
    top: 0;
    width: 0.8em;
}

/********************************************************************************
* Background Library
*********************************************************************************/

/* Backgrounds :: Primary
----------------------------------------------- */
.has-primary-color {
	color: #293b58 !important;
}
.section-primary, .has-primary-background-color {
	background-color: #293b58;
}
.has-primary-background-color .btn-outline, .has-primary-background-color .is-style-outline > .wp-block-button__link, .has-primary-background-color .wp-block-button__link.is-style-outline, .has-primary-background-color .is-style-outline > .wp-block-button__link:not(.has-background), .has-primary-background-color .wp-block-button__link.is-style-outline:not(.has-background){
	border-color: #FFF;
	color: #FFF;
}

/* Backgrounds :: Secondary
----------------------------------------------- */
.has-secondary-color {
	color: #0E7F40 !important;
}
.section-secondary, .has-secondary-background-color {
	background-color: #0E7F40;
}
.section-secondary a{
	color: #DA7629;
}
.section-secondary a:hover, .section-secondary a:focus{
	color: #FFF;
}

/* Backgrounds :: Tertiary
----------------------------------------------- */
.has-tertiary-color {
	color: #DA7629 !important;
}
.section-tertiary, .has-tertiary-background-color {
	background-color: #DA7629;
}
.section-secondary a{
	color: #FFF;
}
.section-secondary a:hover, .section-secondary a:focus{
	color: #FFF;
}

/* Backgrounds :: Warning
----------------------------------------------- */
.has-warning-color {
	color: #e32526 !important;
}
.section-warning, .has-warning-background-color {
	background-color: #e32526;
}

/* Backgrounds :: White
----------------------------------------------- */
.has-white-color {
	color: #FFF !important;
}
.section-none, .section-white, .has-white-background-color {
	background-color: #FFF;
}

/* Backgrounds :: Light
----------------------------------------------- */
.has-light-color {
	color: #EAE5DB !important;
}
.section-light, .has-light-background-color {
	background-color: #EAE5DB;
}

/* Backgrounds :: Mid
----------------------------------------------- */
.has-mid-color {
	color: #A3927E !important;
}
.section-mid, .has-mid-background-color {
	background-color: #A3927E;
}

/* Backgrounds :: Dark
----------------------------------------------- */
.has-dark-color {
	color: #2A251D !important;
}
.section-dark, .has-dark-background-color {
	background-color: #2A251D;
}

/* Backgrounds :: Common
----------------------------------------------- */
.section-primary,
.section-secondary,
.section-tertiary,
.section-warning,
.section-dark {
	color: #EAE5DB;
}
.section-secondary a:not(.btn),
.section-tertiary a:not(.btn),
.section-warning a:not(.btn),
.section-dark a:not(.btn){
	color: #293b58;
}
.section-primary a:not(.btn):hover, .section-primary a:not(.btn):focus,
.section-tertiary a:not(.btn):hover, .section-tertiary a:not(.btn):focus,
.section-warning a:not(.btn):hover, .section-warning a:not(.btn):focus,
.section-dark a:not(.btn):hover, .section-dark a:not(.btn):focus{
	color: #0E7F40;
}

.section-primary hr, .section-primary .wp-block-separator,
.section-secondary hr, .section-secondary .wp-block-separator,
.section-tertiary hr, .section-tertiary .wp-block-separator,
.section-warning hr, .section-warning .wp-block-separator,
.section-dark hr, .section-dark .wp-block-separator{
	border-color: rgba(255,255,255,.1);
}

.section-primary h1, .section-primary h2, .section-primary h3, .section-primary h4, .section-primary h5, .section-primary h6,
.section-primary .h1, .section-primary .h2, .section-primary .h3, .section-primary .h4, .section-primary .h5, .section-primary .h6,
.section-secondary h1, .section-secondary h2, .section-secondary h3, .section-secondary h4, .section-secondary h5, .section-secondary h6,
.section-secondary .h1, .section-secondary .h2, .section-secondary .h3, .section-secondary .h4, .section-secondary .h5, .section-secondary .h6,
.section-tertiary h1, .section-tertiary h2, .section-tertiary h3, .section-tertiary h4, .section-tertiary h5, .section-tertiary h6,
.section-tertiary .h1, .section-tertiary .h2, .section-tertiary .h3, .section-tertiary .h4, .section-tertiary .h5, .section-tertiary .h6,
.section-warning h1, .section-warning h2, .section-warning h3, .section-warning h4, .section-warning h5, .section-warning h6,
.section-warning .h1, .section-warning .h2, .section-warning .h3, .section-warning .h4, .section-warning .h5, .section-warning .h6,
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6,
.section-dark .h1, .section-dark .h2, .section-dark .h3, .section-dark .h4, .section-dark .h5, .section-dark .h6{
	color: #FFF;
}
.section-primary .border-top, .section-primary .border-bottom, .section-primary .border-left, .section-primary .border-right, .section-primary .border,
.section-secondary .border-top, .section-secondary .border-bottom, .section-secondary .border-left, .section-secondary .border-right, .section-secondary .border,
.section-tertiary .border-top, .section-tertiary .border-bottom, .section-tertiary .border-left, .section-tertiary .border-right, .section-tertiary .border,
.section-warning .border-top, .section-warning .border-bottom, .section-warning .border-left, .section-warning .border-right, .section-warning .border,
.section-dark .border-top, .section-dark .border-bottom, .section-dark .border-left, .section-dark .border-right, .section-dark .border{
    border-color: rgba(255,255,255,.1) !important;
}

.section-primary ul.styled-list li:before,
.section-secondary ul.styled-list li:before,
.section-tertiary ul.styled-list li:before,
.section-warning ul.styled-list li:before,
.section-dark ul.styled-list li:before{
	color: #FFF;
}

.section-trans-light{
	background-color:rgba(255,255,255,.1);
}
.section-trans-dark{
	background-color:rgba(0,0,0,.1);
}

/* Backgrounds :: Miscellaneous
----------------------------------------------- */
.bg-trans-black{
	background: #000;
	background-color: rgba(0,0,0,.5);
}
.bg-highlight{
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,.37);	
}

/* Backgrounds :: Borders
----------------------------------------------- */
.bg-border{
	height: 5px;
	width: 100%;
}
.border-distressed-white-top{
	background-image: url('../img/border-curved-beige-top.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: 104px;
	width: 100%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.border-distressed-white-btm{
	height: 15px;
	width: 100%;
	background-color: #0e7f40;
	position: relative;
	top: -2px;
}


/********************************************************************************
* 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;	
}
.header-wrapper .logo {
    position: absolute;
    top: -38px;
    z-index: 1000;
}
.header-wrapper .logo-text{
	color: #293b58;
    font-family: "Tinos",sans-serif;
	font-weight: bold;
	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: #a3927e;
    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: #DA7629;
}

.header-wrapper .phone-number{
	font-size: 14px;
	font-family: 'Tinos';
	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: #da7629;
	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: bold;
	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 #A3927E;
}
.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: #293b58;
	border-bottom: none;
}
.navbar-top .navbar-nav > li > a{
	font-family: 'Open Sans';
	color: #EAE5DB;
	text-transform: uppercase;
}
.navbar-top .navbar-nav > li > a:hover, .navbar-top .navbar-nav > li > a:focus{
	background-color: #A3927E;
	color: #293b58;
}
.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: #A3927E;
    float: right;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    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: #293b58;
}
.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: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #293b58;
	padding: 15px 18px;
}
.navbar-default .navbar-nav > li.menu-book-now > a{
	border: 5px solid #293b58;	
	padding: 10px 18px;
	border-radius: 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #A3927E;
	background-color: transparent;
}
.navbar-default .navbar-nav > li.menu-book-now > a:hover, .navbar-default .navbar-nav > li.menu-book-now > a:focus{
	color: #eae5db;
	border-color: #A3927E;
	background-color: #A3927E;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #A3927E;
	background-color: transparent;
}
.navbar-default .navbar-nav > li.menu-book-now.active > a{
	border-color: #A3927E;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #A3927E;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > .dropdown-menu{
	border-top: 5px solid #A3927E;
	border-radius: 0;
	padding-top: 10px;
	text-align: left;
	background-color: #EAE5D9;
	width: 220px;
}
.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: #A3927E; 
	border-width: 7px; 
	margin-left: -7px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a{
	color: #464A51;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: normal;
	white-space: normal;
	padding: 10px 20px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: #A3927E;
	color: #EAE5D9;
}
.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: #A3927E;
	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: #A3927E;
	height: 3px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;	
	border-color: #A3927E;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #A3927E;
}
/********************************************************************************
* 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,.25);
	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: 50px;
	right: 50px;
	width: 100%;
  	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35), 0px 3px 7px rgba(0, 0, 0, 0.35), 0px 3px 7px rgba(0, 0, 0, 0.35);
	text-align: right;
}
.slider-text-container .slider-title{
	color: #EAE5DB;
	font-family: "Playball", sans-serif;
	font-size: 120px;
    line-height: 120px;
}
.slider-text-container .slider-subtitle{
	font-family: 'Tinos';
	font-weight: 700;
	font-size: 42px;
	line-height: 40px;
	letter-spacing: .025em;
	color: #EAE5DB;
	text-transform: uppercase;
}
.slider-credit{
	background-color: rgba(42, 37, 29, 1);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.05em;
    opacity: 0.7;
    padding: 5px 15px;
    position: absolute;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
	border-radius: 0 10px 0 0;
}


.section-featuredImage {
	background-attachment: fixed;
	background-repeat: no-repeat;
	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: 'Tinos';	
	color: #dbccb6;
}

.page-template-template-home .page-header{
	margin-bottom: 0;	
	text-shadow: none;
}
.page-template-template-home .page-header h1{
	font-size: 40px;
}
.page-template-template-home .page-header .page-subtitle{
	color: #293b58;
}
.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: #A3927E;
}

.webcam p{
	font-size: 14px;
	line-height: normal;
	margin: 15px 0 0 0;
}

.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: #A3927E;
	padding: 15px 0;
	color: #eae5db;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;	
	text-align: center;
}
.section-breadcrumbs a{
	color: #293b58;
}

.page-template-template-trips .section-breadcrumbs, .merchandise .section-breadcrumbs{
	text-align: left;	
}
.page-template-template-trips .section-breadcrumbs .btn, .merchandise .section-breadcrumbs .btn{
	background-color: #293b58;
    color: #e9e5d1;
    font-size: 14px;
    padding: 5px 15px;
}
.page-template-template-trips .section-breadcrumbs .btn.icon-right .fa, .merchandise .section-breadcrumbs .btn.icon-right .fa{
	font-size: 14px;	
}
.page-template-template-trips .section-breadcrumbs .btn:hover, .page-template-template-trips .section-breadcrumbs .btn:focus, .page-template-template-trips .section-breadcrumbs .btn:active, .merchandise .section-breadcrumbs .btn:hover, .merchandise .section-breadcrumbs .btn:focus, .merchandise .section-breadcrumbs .btn:active{
	background-color: #da7629;	
}

/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
}
.sidebar .widget{
	margin-bottom: 30px;
}
.sidebar .widget h3{
	padding: 5px 15px;
	margin: 0;
	line-height: normal;
	color: #EAE5DB;
	background-color: #A3927E;
}
.sidebar .widget .widget-content{
	padding: 15px;
	background-color: #EAE5D9;
}

/********************************************************************************
* Sidebar Navigation
*********************************************************************************/
.widget .menu, .widget .events ol{
	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, .widget .events ol li{
	border-bottom: 1px dotted #ddd;
    padding: 3px 0;
}
.widget .sub-menu li:last-child, .widget_recent_entries li:last-child{
	border: none;	
}
.widget .events ol li:last-child{
	margin-bottom: 10px;	
}
.widget .sub-menu li a, .widget_recent_entries li a, .widget .events ol li a{
	font-family: 'Open Sans',sans-serif;
    font-size: 15px;
}
.widget .sub-menu li.active a, .widget_recent_entries li.active a, .widget .events ol li.active a, .widget .sub-menu li.active a:hover, .widget_recent_entries li.active a:hover, .widget .events ol li.active a:hover, .widget .sub-menu li.active a:focus, .widget_recent_entries li.active a:focus, .widget .events ol li.active a:focus, .widget .sub-menu li.active a:active, .widget_recent_entries li.active a:active, .widget .events ol li.active a:active{
	color: #CCC;
}
.widget .events ol li a{
	font-size: 14px;	
}
.widget .sub-menu li a:hover, .widget_recent_entries li a:hover, .widget .events ol li a:hover{
	color: #da7629;
	text-decoration: none;
}
.widget .sub-menu li a:hover:before, .widget_recent_entries li a:hover:before, .widget .events ol 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: #dbccb6;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Tinos';
	letter-spacing: .025em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  	text-shadow: 0px 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 #A3927E;
	border-radius: 10px;
	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: #da7629;
	border-color: #da7629;
	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: #da7629;
	color: #2A251D;
}
.section-capsules figure figcaption > a.btn-outline::before {
	background-color: #da7629;
}

.section-capsules figure h2 {
	color: #EAE5DB;
	font-size: 36px;
	
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.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 .laquo, .testimonial .raquo{
	color: #A3927E;
    font-family: "Open Sans";
    font-size: 36px;
    line-height: 0;
    position: relative;
    top: 14px;
}*/
.testimonial.well {
	margin-bottom: 30px;	
}
.testimonial .testimonial-content{
	width: 100%;	
}
.testimonial .testimonial-quotation{
	font-size: 60px;	
	color: #293b58;
	border-right: 3px dotted #A3927E;
}
.testimonial .testimonial-meta {
    color: #293b58;
    font-family: "Open Sans";
    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: 'Open Sans';
	font-size: 14px;
	text-transform: uppercase;
	color: #989598;
	color: rgba(0, 0, 0, 0.4);	
	font-weight: bold;
	letter-spacing: .1em;
}
.rate{
	border-bottom: 2px dotted #A3927E;
    padding: 15px 0;
}
.rate-title{
	margin: 0 0 15px 0;	
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-weight: bold;
	color: #293b58;
	font-size: 18px;
}
.rate-description{
	color: #989598;
	color: rgba(0, 0, 0, 0.4);
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
	margin-top: 15px;
}
.rate-description .btn{
	margin-bottom: 15px;
	margin-top: 5px;	
}

.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-description{
	text-decoration: line-through;
}
.rate-single.full:after{
	background-color: #293b58;
    color: #eae5d9;
    content: "N / A";
    font-weight: bold;
    height: 100%;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.rate-single.even{
	background-color: rgba(0,0,0,.2);
}
.rate-single-price, .rate-single-price-heading{
	text-align: right;	
}
/********************************************************************************
* Custom Post - Partners
*********************************************************************************/
.partner h2{
	margin: 0;
}
.partner-link{
	font-family: 'Open Sans';
	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: .8;
	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: rgb(36,38,43);
	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: normal;
	color: #da7629;
	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: 100px;
    padding-top: 100px;
    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: 10px;
}
.two-video .capsule-video{
	max-width: 	450px;
	margin: 0 auto;
}
.capsule-video img{
	opacity: .5;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	min-width: 100%;
}
.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: #da7629;	
	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%;
}
.gnp-authorized.well{
	font-size: 14px;
	line-height: normal;
	background-color: rgba(170,163,147,.5);
	margin-bottom: 0;
}
.gnp-authorized.well img{
	max-width: 200px;
	margin: 0 auto 25px auto;
}
.gnp-authorized.well p{
	margin-bottom: 15px;	
}
/********************************************************************************
* Form Styles
*********************************************************************************/
.form-error { 
	font-weight: bold;
	color: #FF3333;
	font-size: 20px;
	margin-bottom: 20px;
} 
.sm-form label{
	font-family: "Open Sans";
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;	
	color: #293b58;
	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 #A3927E;
	padding: 15px !important;
	border-radius: 5px;
}
.sm-form .sm-form-address label{
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	color: #19140c;	
	letter-spacing: normal;
}
/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/
.visual-form-builder .vfb-legend{
	border-color: rgba(42, 37, 29,.15);	
}
.visual-form-builder fieldset{
	border: none;
	border-radius: 0;
	background-color: #DAD5C9;	
}
.vfb-submit, input.vfb-submit[type="submit"], .wpsc_buy_button{
	color: #EAE5DB;
	background-color: #A3927E;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 18px;
	border: none;
	padding: 4px 15px;
	text-shadow: none;
}
.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{
	color: #EAE5DB;
	background-color: #da7629;
}

.vfb-item-address > div{
	border: 2px dotted #A3927E;
	padding: 15px !important;
}
.visual-form-builder label, label.vfb-desc{
	color: #19140c;
}
.visual-form-builder label.vfb-desc{
	font-family: "Open Sans";
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;	
	color: #293b58;
}
.visual-form-builder label.vfb-choice{
	font-weight: normal;	
}
.single-faq{
	border-bottom: 3px dotted #A3927E;
	padding-bottom: 15px;
}
/********************************************************************************
* Ads
*********************************************************************************/
.section-ad{
	text-align: center;	
	margin-top: 60px;
	padding: 20px 15px 30px 15px;
	background-color: rgba(170, 163, 147,.25);
	position: relative;
	border-radius: 10px;
}
.section-ad img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.section-ad .ad-title{
    color: #A3927E;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
	line-height: 10px;
	margin-bottom: 3px;
}

/********************************************************************************
* Popup
*********************************************************************************/

/*#sm-greeting.modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: transparent;
}
#sm-greeting.modal .modal-header{
	background-color: transparent;
}*/
#sm-greeting.modal .modal-header{
	overflow:hidden;
	padding: 8px 15px;
}
#sm-greeting.modal .modal-body{
	padding: 0;
	/*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);*/
}
#sm-greeting.modal img{
	width: 100%;
}
.close{
	font-size: 36px;
	color: #FFF;
}
#sm-greeting.modal {
  text-align: center;
  padding: 0!important;
}

#sm-greeting.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#sm-greeting.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px){
	.modal-dialog {
		width: 550px;
	}
}
/********************************************************************************
* iContact
*********************************************************************************/
.signupframe{
	width: 100%;
	background-color: #DAD5C9 !important;
	border: none !important;
	border-radius: 10px;
}
.signupframe tr > td{
	padding: 15px;	
}
.signupframe tr > td:first-child {
    color: #293b58;
    font-family: "Open Sans";
    font-weight: normal;
    letter-spacing: 0.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: #A3927E;
	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: #da7629;
}
.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: #A3927E !important;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	line-height: 10px;
}
/********************************************************************************
* 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: #293b58;
	color: #EAE5DB;
	text-transform: none;
	font-size: 40px;
	font-family: 'Playball';
	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: #0e7f40;
}
/********************************************************************************
* Footer
*********************************************************************************/
footer.footer-wrapper{
	background-color: #2A251D;
	color: #64594e;
	border-top: 5px solid #da7629;
}
footer hr{
	border-color: #64594e;	
}
footer .section-footer-content{
	padding-top: 45px;
	padding-bottom: 45px;	
	font-size: 14px;
}
footer .section-footer-content a{
	color: #A3927E;
}
footer .section-footer-content a:hover{
	color: #da7629;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color: #d7d7d7;	
	margin-top: 0;
}
.social-container{
	list-style: none;
	margin: 0;
	padding: 0;	
}
.social-container li{
	display: inline-block;	
}
footer .social:hover{
	color: #da7629;
}
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: #da7629;
	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: normal;
	color: #A3927E;
	font-family: 'Open Sans';
	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: #da7629;
}
.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: #A3927E;
}

/********************************************************************************
* 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: 'Tinos';
	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: 'Tinos';
	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: #293b58;
	text-transform: uppercase;	
	font-family: "Open Sans", 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: 'Open Sans';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #293b58;
	padding: 13px 15px;
	letter-spacing: .025em;
}
.navbar-affiliates .nav > li > a:hover, .navbar-affiliates .nav > li > a:focus{
	background-color: #A3927E;
    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: #A3927E;
	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;
}

/********************************************************************************
* Blocks :: General
*********************************************************************************/

/* Blocks :: General
----------------------------------------------- */
.wp-block-group.has-background, .wp-block-columns.has-background {
    padding-top: 3rem;
	padding-bottom: 3rem;
}
.wp-block-column.has-background{
	padding: 1.5em;
}
.wp-block-column.has-background > :last-child{
	margin-bottom: 0;
}
.wp-block-buttons .wp-block-button, .wp-block-image, .wp-block-cover, .wp-block-cover-image{
	margin-bottom: 1.5rem;
}

/* Blocks :: Advanced Tabs
----------------------------------------------- */
ul.advgb-tabs-panel li.advgb-tab a, ul.advgb-tabs-panel li.advgb-tab a:focus, ul.advgb-tabs-panel li.advgb-tab a:hover{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* Blocks :: Buttons
----------------------------------------------- */
.wp-block-button__link{
	padding: 12px 30px;
}
.wp-block-buttons > .wp-block-button.has-small-font-size .wp-block-button__link{
	padding: 8px 25px;
}
.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline,
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background){
	padding: 7px 25px;
}
/*.wp-block-buttons{
	justify-content: center;
}*/

/* Blocks :: Images
----------------------------------------------- */
.alignright{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;	
}
.alignleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;	
}
.aligncenter{
	float: none;
	margin: 0 auto 30px auto;
}
.alignfull{
	margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
	width: auto;
    max-width: 1000%;
}

.main .alignleft, .main .alignright, .main .aligncenter, .main .alignnone{
	max-width: 100%;
	height: auto;
	display: block;
}

.wp-block-image img {
    height: auto;
}
.wp-block-image figure.aligncenter{
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-direction: column;
	flex-direction: column;
	
	-ms-flex-align: center;
	align-items: center;
}
.wp-block-image .aligncenter img{
	margin: 0 auto;
}

.wp-block-cover, .wp-block-cover-image, .wp-block-media-text__media img, .wp-block-media-text__media video{
	height: auto;
}
.wp-block-cover, .wp-block-cover-image{
	padding: 1.5em;
}

/* Blocks :: Tables
----------------------------------------------- */
.wp-block-advgb-table th{
	color: #293b58;
}
.wp-block-advgb-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #EAE5DB;
}
.wp-block-advgb-table tfoot tr:first-child td{
	border-top: 2px solid #293b58 !important;
	color: #293b58;
	font-weight: 700;
}

/* Blocks :: Gallery
----------------------------------------------- */
.blocks-gallery-grid.is-cropped .blocks-gallery-image figure, .wp-block-gallery.is-cropped .blocks-gallery-item figure{
	background-color: #293b58;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img{
	transition: all .3s ease-in;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image:hover img, .blocks-gallery-grid.is-cropped .blocks-gallery-item:hover img, 
.wp-block-gallery.is-cropped .blocks-gallery-image:hover img, .wp-block-gallery.is-cropped .blocks-gallery-item:hover img {
	opacity: .25;
}

/********************************************************************************
* Misc Bootstrap Helpers
*********************************************************************************/
.container-xl{
	padding-right: 50px;
	padding-left: 50px;	
}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.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:0px;
        padding-right:0px;
    }
    .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:0px;
        padding-right:0px;
    }
    .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:0px;
        padding-right:0px;
    }
    .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;	
	}
	.section-featuredImage{
		height: 550px;	
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 18px;	
	}
}
@media (max-width: 1599px){
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li.menu-book-now > a{
		font-size: 17px;
		padding: 15px;	
	}
}
@media (max-width: 1499px){
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li.menu-book-now > a{
		padding: 10px;	
	}
	.header-wrapper .contact-container{
		left: 0;	
	}
	.header-wrapper .logo-text{
		font-size: 15px;
	}
	.section-capsules figure h2{
		font-size: 30px;	
	}
	.section-capsules figure figcaption{
		font-size: 14px;	
		padding: 90px 100px;
	}
	footer .copyright{
		font-size: 12px;
		line-height: 14px;	
	}
	.navbar-affiliates .nav-pills > li > a {
		padding: 13px 8px;
	}
	.section-featuredImage {
		background-size: 105% auto;
	}
}
@media (max-width: 1399px){
	.header-wrapper .logo-text {
		font-size: 14px;
		line-height: 14px;
		padding: 20px 0;
	}
	.header-wrapper .phone-number{
		font-size: 12px;	
	}
	.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-default .navbar-nav > li.menu-book-now > a{
		padding: 5px 10px;
	}
	.navbar-footer .nav-pills > li > a{
		font-size: 12px;	
		padding: 3px 5px 0;
	}
	.caret{
		display: none;	
	}
	.widget-footer-tripadvisor #CDSWIDCOE{
		width: 130px;	
	}
	.section-featuredImage {
		background-size: 125% auto;
	}
	.section-capsules figure figcaption{
		font-size: 14px;	
		padding: 80px 100px;
	}
}
@media (max-width: 1199px){
	.container-xl {
		padding-left: 30px;
		padding-right: 30px;
	}
	.header-wrapper .logo {
		max-width: 250px;
		top: 10px;
	}
	.header-wrapper .contact-container{
		position: relative;
		left: auto;	
	}
	.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: 90px;
		line-height: 90px;
	}
	.slider-text-container .slider-subtitle {
    	font-size: 36px;
		line-height: 38px;
	}
	.section-featuredImage {
		background-size: 145% auto;
		height: 500px;
	}
	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;
	}
	.section-capsules figure img{
		min-width: 0;
		width: auto;
		min-height: 100%;
		left: -40%;
	}
	.section-capsules figure h2 {
		font-size: 26px;
	}
	footer h6{
		font-size: 12px;	
	}
	footer .logo-smc{
		margin: 20px auto 0 auto;	
	}
	.gnp-authorized.well img{
		margin-bottom: 0;	
	}
}
@media (max-width: 991px){
	.navbar-top .navbar-nav > li > a {
		padding: 15px 10px;
	}
	.header-wrapper .logo {
		position: relative;
		margin: 0 auto;
		max-width: 180px;
	}
	.navbar-default{
		padding-top: 15px;
		padding-bottom: 0;	
	}
	.navbar-default .navbar-nav{
		text-align: center;	
		float: none !important;
	}
	.navbar-nav.navbar-right:last-child{
		margin-right: 0 !important;	
	}
	.navbar-default .navbar-nav > li{
		display: inline-block;
		float: none;	
	}
	.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;
	}
	.section-cta-btm .btn{
		font-size: 36px;
	}
	.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;
		right: 30px;
		width: 100%;
	}
	.gnp-authorized.well p {
		margin-bottom: 0;
		font-size: 12px;
	}
	.gnp-authorized.well img {
		max-width: 175px;
	}
	
}
@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: #EAE5D9;
	}
	.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: #5a6880;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
		background-color: #5a6880;
		color: #FFF;
	}
	.header-wrapper.scrolling .navbar-default {
		margin-top: 0;
		padding-top: 10px;
	}
	.navbar-default .navbar-brand {
		color: #A3927E !important;
		font-family: "Open Sans",sans-serif;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 0;
	}
	.slider-container{
		min-height: 500px;	
	}
	.slider-container {
		margin-top: 180px;
		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;
		line-height: 26px;
		text-align: center;
	}
	.slider-text-container .slider-title {
		font-size: 60px;
    	line-height: 60px;
	}
	.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 0;
	}
	footer .section-footer-content{
		padding: 30px 0;	
	}
	.page-template-template-home .section-content{
		padding: 30px 15px;
	}
	.page-template-template-home .page-header h1, h1 {
		font-size: 30px;
	}
	.section-featuredImage {
		height: 300px;
		margin-top: 200px;
		background-attachment: scroll;
	}
	.section-featuredImage .page-header{
		width: 100%;	
		margin-bottom: 0;
	}
	.section-featuredImage .page-header h1{
		padding-right: 30px;	
	}
	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%;
	}
	.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;	
	}
	.gnp-authorized.well{
		margin: 30px auto 0 auto;
	}
	
}

@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;
	}
	.slider-container {
		margin-top: 80px;
	}
	.slider-text-container{
		top: auto;	
	}
	.slider-credit{
		font-size: 10px;
		padding: 0 10px;
		opacity: .5;	
	}
	.btn-check-availability{
		margin-left: 0;	
	}
}	
@media (max-width: 540px){
	.slider-container {
		margin-top: 200px;
		min-height: 300px;
	}
	.slider-text-container .slider-title {
		font-size: 36px;
		line-height: 36px;
	}
	.slider-text-container .slider-subtitle {
    	font-size: 18px;
		line-height: 20px;
	}
	.page-template-template-arctic_reservations .section-featuredImage{
		margin-top: 200px;	
	}
	.btn-check-availability{
		margin-top: 15px;
	}
}
@media (max-width: 360px){
	.slider-container {
		margin-top: 200px;
		min-height: 275px;
	}
	.slider-text-container{
		top: 55%;	
	}
	.page-template-template-arctic_reservations .section-featuredImage{
		margin-top: 100px;	
	}
}