/*
Theme Name: Lena
Theme URI: http://agencydominion.com
Description: A Fusion Child theme for the Lena
Author: Agency Dominion
Template: fusion-base
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, editor-style, featured-images, threaded-comments, translation-ready
Text Domain: fusion-base
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30598d");


@font-face {font-family: 'SackersGothicStd-Heavy';src: url('webfonts/30598D_0_0.eot');src: url('webfonts/30598D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30598D_0_0.woff2') format('woff2'),url('webfonts/30598D_0_0.woff') format('woff'),url('webfonts/30598D_0_0.ttf') format('truetype');}

.full-width-container .full-width-row > .container{
	width: auto;
}

body{
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	background: #e2decd;
	color: #281727;
}
h1, .h1, h2, .h2{
	font-family: 'Seaweed Script', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
h3, .h3{
	font-weight: 400;
	font-size: 26px;
	line-height: 38px;
}
h4, .h4, h5, .h5, h6, .h6{
	font-family: 'SackersGothicStd-Heavy', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}
h4, .h4{
	font-size: 20px;
	line-height: 32px;
}
h5, .h5{
	font-size: 14px;
	line-height: 22px;
}
h6, .h6{
	font-size: 12px;
	line-height: 22px;
}
a{
	font-style: italic;
	color: #c89b40;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
a:focus, a:hover, a:active	{
	color: #bf933a;
	text-decoration: none;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a{
	font-style: normal;
	color: inherit;
}
small{
	font-size: 12px;
	line-height: 20px;
}
hr{
	border-color: #e5e5e5;
	border-color: rgba(0,0,0,0.1);
}

/* Dark Rows and Columns */
.full-width-container.dark, .full-width-row.dark, .fsn-column-inner.dark{
	background-color: #281727;
	color: #e2decd;
}

.full-width-container.dark h1, .full-width-container.dark .h1, .full-width-row.dark h1, .full-width-row.dark .h1, .fsn-column-inner.dark h1, .fsn-column-inner.dark .h1{
	color: #c89b40;
}

.full-width-container.dark a, .full-width-row.dark a, .fsn-column-inner.dark a	{
	color: #c89b40;
}

.full-width-container.dark a:focus, .full-width-row.dark a:focus, .full-width-container.dark a:hover, .full-width-row.dark a:hover, .full-width-container.dark a:active, .full-width-row.dark a:active, .fsn-column-inner.dark a:focus, .fsn-column-inner.dark a:hover, .fsn-column-inner.dark a:active	{
	color: #bf933a;
}

/* button style */
.btn	{
	font-style: italic;
	padding: 15px 23px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-transform: perspective(1000px) rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: perspective(1000px) rotate(0deg);
    z-index: 2;
    position: relative;
    text-transform: lowercase;
}
.btn:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.btn-default{
	background: none;
    color: #e2decd;
    border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-dark.png') 44;
	-webkit-border-image: url('images/border-box-dark.png') 44;
	-o-border-image: url('images/border-box-dark.png') 44;
	border-image: url('images/border-box-dark.png') 44 fill;
	box-shadow: none;
	-webkit-transition: border-image 0.3s;
	-moz-transition: border-image 0.3s;
	transition: border-image 0.3s;
	min-width: 220px;
}
.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default,
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	background: none;
    color: #e2decd;
    border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-dark-hover.png') 44;
	-webkit-border-image: url('images/border-box-dark-hover.png') 44;
	-o-border-image: url('images/border-box-dark-hover.png') 44;
	border-image: url('images/border-box-dark-hover.png') 44 fill;
	box-shadow: none;
}
.btn-default:after{
	border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-dark-hover.png') 44;
	-webkit-border-image: url('images/border-box-dark-hover.png') 44;
	-o-border-image: url('images/border-box-dark-hover.png') 44;
	border-image: url('images/border-box-dark-hover.png') 44 fill;
}
.btn-default:hover:after{
	opacity: 1;
}
.no-borderimage .btn-default{
	border: none;
	background: #281727;
}
.no-borderimage .btn-default:hover, .no-borderimage .btn-default:focus, .no-borderimage .btn-default:active, .no-borderimage .btn-default:active:hover{
	border: none;
	background: #180d17;
}
.btn-primary{
	background: none;
    color: #e2decd;
    border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-light.png') 44;
	-webkit-border-image: url('images/border-box-light.png') 44;
	-o-border-image: url('images/border-box-light.png') 44;
	border-image: url('images/border-box-light.png') 44 fill;
	box-shadow: none;
	-webkit-transition: border-image 0.3s;
	-moz-transition: border-image 0.3s;
	transition: border-image 0.3s;
	min-width: 220px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background: none;
    color: #e2decd;
    border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-light-hover.png') 44;
	-webkit-border-image: url('images/border-box-light-hover.png') 44;
	-o-border-image: url('images/border-box-light-hover.png') 44;
	border-image: url('images/border-box-light-hover.png') 44 fill;
	box-shadow: none;
}
.btn-primary:after{
	border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-light-hover.png') 44;
	-webkit-border-image: url('images/border-box-light-hover.png') 44;
	-o-border-image: url('images/border-box-light-hover.png') 44;
	border-image: url('images/border-box-light-hover.png') 44 fill;
}
.btn-primary:hover:after{
	opacity: 1;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
	background-color: transparent;
}
.no-borderimage .btn-primary{
	border: none;
	background: #c89b40;
}
.no-borderimage .btn-primary:hover, .no-borderimage .btn-primary:focus, .no-borderimage .btn-primary:active, .no-borderimage .btn-primary:active:hover{
	border: none;
	background: #bf933a;
}

.btn-success{
	background: none;
	background-color: rgba(40, 23, 39, 0.1);
    color: #281727;
    border-style: solid;
	border-width: 6px 10px;
	-moz-border-image: url('images/btn-dark.png') 10;
	-webkit-border-image: url('images/btn-dark.png') 10;
	-o-border-image: url('images/btn-dark.png') 10;
	border-image: url('images/btn-dark.png') 10;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success.focus:active, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	background-color: rgba(40, 23, 39, 0.2);
    color: #281727;
    border-style: solid;
	border-width: 6px 10px;
	-moz-border-image: url('images/btn-dark.png') 10;
	-webkit-border-image: url('images/btn-dark.png') 10;
	-o-border-image: url('images/btn-dark.png') 10;
	border-image: url('images/btn-dark.png') 10;
	box-shadow: none;
}
.no-borderimage .btn-success{
	border: none;
	background: url('images/btn-dark.png') no-repeat center center;
}
.no-borderimage .btn-success:hover, .no-borderimage .btn-success:focus, .no-borderimage .btn-success:active, .no-borderimage .btn-success:active:hover{
	border: none;
	background: url('images/btn-dark.png') no-repeat center center rgba(40, 23, 39, 0.2);
}
.dark .btn-success{
	background-color: rgba(200, 155, 64, 0.1);
	-moz-border-image: url('images/btn-grey.png') 10;
	-webkit-border-image: url('images/btn-grey.png') 10;
	-o-border-image: url('images/btn-grey.png') 10;
	border-image: url('images/btn-grey.png') 10;
}
.dark .btn-success:focus, .dark .btn-success:hover, .dark .btn-success:active, .btn-success.active, .dark .open > .dropdown-toggle.btn-success,
.dark .btn-success:active:hover, .dark .btn-success.active:hover, .dark .open > .dropdown-toggle.btn-success:hover, .dark .btn-success:active:focus, .dark .btn-success.active:focus, .dark .open > .dropdown-toggle.btn-success:focus, .dark .btn-success.focus:active, .dark .btn-success.active.focus, .dark .open > .dropdown-toggle.btn-success.focus {
	background-color: rgba(200, 155, 64, 0.2);
	-moz-border-image: url('images/btn-grey.png') 10;
	-webkit-border-image: url('images/btn-grey.png') 10;
	-o-border-image: url('images/btn-grey.png') 10;
	border-image: url('images/btn-grey.png') 10;
}
.no-borderimage .dark .btn-success{
	border: none;
	background: url('images/btn-grey.png') no-repeat center center rgba(200, 155, 64, 0.1);
}
.no-borderimage .dark .btn-success:hover, .no-borderimage .dark .btn-success:focus, .no-borderimage .dark .btn-success:active, .no-borderimage .dark .btn-success:active:hover{
	border: none;
	background: url('images/btn-grey.png') no-repeat center center rgba(200, 155, 64, 0.2);
}
.btn-link{
	font-family: 'SackersGothicStd-Heavy', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #281727;
	padding: 10px;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.btn-link:hover, .btn-link:focus, .btn-link:active{
	color: #180d17;
}
.full-width-container.dark a.btn, .full-width-row.dark a.btn, .fsn-column-inner.dark a.btn, .full-width-container.dark a.btn:focus, .full-width-row.dark a.btn:focus, .full-width-container.dark a.btn:hover, .full-width-row.dark a.btn:hover, .full-width-container.dark a.btn:active, .full-width-row.dark a.btn:active, .fsn-column-inner.dark a.btn:focus, .fsn-column-inner.dark a.btn:hover, .fsn-column-inner.dark a.btn:active{
	color: #e2decd;
}
.full-width-container.dark a.btn-link, .full-width-row.dark a.btn-link, .fsn-column-inner.dark a.btn-link, .full-width-container.dark a.btn-link:focus, .full-width-row.dark a.btn-link:focus, .full-width-container.dark a.btn-link:hover, .full-width-row.dark a.btn-link:hover, .full-width-container.dark a.btn-link:active, .full-width-row.dark a.btn-link:active, .fsn-column-inner.dark a.btn-link:focus, .fsn-column-inner.dark a.btn-link:hover, .fsn-column-inner.dark a.btn-link:active{
	color: inherit;
}

/* Third party button */
a.unii-listing-button{
	font-style: italic;
	padding: 15px 23px !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-transform: perspective(1000px) rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: perspective(1000px) rotate(0deg);
    z-index: 2;
    position: relative;
    text-transform: lowercase;
	font-size:14px !important;
	border-radius:0 !important;
	background: none !important;
	color: #e2decd !important;
	border-color: transparent !important;
	border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-dark.png') 44;
	-webkit-border-image: url('images/border-box-dark.png') 44;
	-o-border-image: url('images/border-box-dark.png') 44;
	border-image: url('images/border-box-dark.png') 44 fill;
	box-shadow: none;
	-webkit-transition: border-image 0.3s;
	-moz-transition: border-image 0.3s;
	transition: border-image 0.3s;
	min-width: 220px;
}
a.unii-listing-button:focus, a.unii-listing-button:hover, a.unii-listing-button:active{
	border-color: transparent !important;
	background: none !important;
    color: #e2decd !important;
    border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-dark-hover.png') 44;
	-webkit-border-image: url('images/border-box-dark-hover.png') 44;
	-o-border-image: url('images/border-box-dark-hover.png') 44;
	border-image: url('images/border-box-dark-hover.png') 44 fill;
	box-shadow: none;
}
a.unii-listing-button:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	border-style: solid;
	border-width: 9px 10px;
	-moz-border-image: url('images/border-box-dark-hover.png') 44;
	-webkit-border-image: url('images/border-box-dark-hover.png') 44;
	-o-border-image: url('images/border-box-dark-hover.png') 44;
	border-image: url('images/border-box-dark-hover.png') 44 fill;
}
a.unii-listing-button:hover:after{
	opacity: 1;
}

/* Main Navigation */
.navbar-default .navbar-nav>li>a, .header .reserve-btn a{
	text-transform: lowercase;
	font-weight: 700;
	font-style: italic;
	color: #c89b40;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
}
.navbar-default .navbar-nav>li>a:after, .header .reserve-btn a:after, #scroll-menu .reserve-btn a:after{
	content: '';
	width: 20px;
	height: 3px;
	background: #c89b40;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	opacity: 0;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .header .reserve-btn a:hover, #scroll-menu .reserve-btn a:hover {
	color: #bf933a;
    background-color: transparent;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:hover:after, .header .reserve-btn a:hover:after, #scroll-menu .reserve-btn a:hover:after {
	opacity: 1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #c89b40;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>.active>a:focus:after {
    opacity: 1;
}
.navbar-default .navbar-nav>.home-menu.active>a:after{
	opacity: 0;
}
.navbar-default .navbar-nav>.home-menu.active>a:hover:after{
	opacity: 1;
}
.header .reserve-btn a,  #scroll-menu .reserve-btn a{
	padding: 15px;
	position: relative;
}

/* Form Controls */
.form-control{
	background: #e2decd;
    border: solid 1px rgba(175, 176, 166, 0.5);
    color: #281727;
    border-radius: 0;
    box-shadow: none;
    height: 55px;
    -webkit-appearance: none;
    appearance: none;
}
.form-control::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:#c8c3b6;
}
.form-control:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color: #c8c3b6;
}
.form-control::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color: #c8c3b6;
}
.form-control:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color: #c8c3b6;
}

/* Header Style */
.header{
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.header:after{
	content: '';
	width: 100%;
	height: 59px;
	display: block;
	background: url('images/header-paint-stroke.png') repeat-x bottom center;
	position: absolute;
	left: 0;
	bottom: -57px;
}

/* Pattern Divider */
.divider-sm hr, .divider-md hr, .divider-lg hr, .divider-lg-reverse hr, .divider-lg-light hr{
	display: none;
}
.divider-sm{
	width: 100%;
	height: 3px;
	display: block;
	background-image: url('images/divider-sm.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.divider-md{
	width: 100%;
	height: 3px;
	display: block;
	background-image: url('images/divider-md.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.divider-lg, .divider-lg-light, .divider-lg-reverse{
	width: 100%;
	height: 3px;
	display: block;
	background-image: url('images/divider-lg.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.divider-lg-light{
	opacity: 0.08;
}
.divider-lg-reverse{
	background-image: url('images/divider-lg-reverse.png');
}

/* Flexslider controls */
.flex-direction-nav a {
   	width: 30px;
    height: 55px;
    margin-top: -23px;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    text-indent: -5000px;
    -moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.flex-direction-nav a:hover{
	background-position: bottom center;
	opacity: 1;
}
.flex-direction-nav a:before{
	display: none;
}
.flex-direction-nav a.flex-prev{
	background-image: url('images/arrow-left-sprite.png');
	left: 15px;
}
.flex-direction-nav a.flex-next{
	background-image: url('images/arrow-right-sprite.png');
	text-align: left;
	right: 15px;
}
.flexslider:hover .flex-direction-nav a.flex-prev{
	left: 15px;
}
.flexslider:hover .flex-direction-nav a.flex-next{
	right: 15px;
}

.flex-control-paging li a{
	width: 14px;
	height: 14px;
	box-shadow: none;
	background: #d5bc86;
	background: rgba(200, 155, 64, 0.5);
}
.flex-control-paging li a:hover, .flex-control-paging li a:focus{
	background: #d0af6a;
	background: rgba(200, 155, 64, 0.7);
}
.flex-control-paging li a.flex-active, .flex-control-paging li a.flex-active:hover, .flex-control-paging li a.flex-active:focus{
	background: #c89b40;
	background: rgba(200, 155, 64, 0.9);
}
/* Photoswipe controls */
.pswp__button--arrow--left:before{
	background-image: url('images/arrow-left.png') !important;
	background-position: center center;
	background-size: auto;
	width: 30px;
    height: 55px;
    display: block;
    left: 0;
}
.pswp__button--arrow--right:before{
	background-image: url('images/arrow-right.png') !important;
	background-position: center center;
	background-size: auto;
	width: 30px;
    height: 55px;
    display: block;
    right: 0;
}
.admin-bar .pswp__top-bar{
	top: 32px;
}
.fsn-gallery .fullscreen-trigger{
	background: url('images/icon-plus.png') no-repeat top center;
	width: 37px;
	height: 37px;
	display: block;
	right: auto;
	left: 30px;
	bottom: auto;
	top: 30px;
	box-shadow: none;
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.fsn-gallery .fullscreen-trigger:hover{
	background: url('images/icon-plus.png') no-repeat bottom center;
	opacity: 1;
}
.fsn-gallery .fullscreen-trigger .material-icons{
	display: none;
}
.pswp__bg{
	background: #281727;
}

/* Carousel Slider */
.carousel.flexslider .carousel-item img, .carousel-mobile.flexslider .carousel-item img{
	border-radius: 50%;
}
.carousel-item-detail h5{
	margin-top: 0;
	padding-top: 30px;
}
.carousel-item-detail a{
	color: inherit;
	font-style: normal;
}
.carousel-item-detail a span{
	font-style: italic;
	color: #c89b40;
	display: block;
	margin-top: 10px;
}
.carousel .flex-direction-nav .flex-next, .carousel.flexslider:hover .flex-direction-nav .flex-next{
	text-align: left;
}

/* Text Carousel Gallery */
.text-carousel .flex-direction-nav a {
   	width: 19px;
    height: 24px;
    margin-top: -24px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -5000px;
}
.text-carousel .flex-direction-nav a:before{
	display: none;
}
.text-carousel .flex-direction-nav a.flex-prev{
	background-image: url('images/arrow-left-doubled.png');
}
.text-carousel .flex-direction-nav a.flex-next{
	background-image: url('images/arrow-right-doubled.png');
	text-align: left;
}
/* Card Gallery */
.card-item-content .gallery-item-headline{
	font-family: 'SackersGothicStd-Heavy', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 0;
}
.fsn-gallery .card{
	overflow: visible;
}

@media (min-width: 768px) {
	.fsn-gallery .card .card-item-content {
	    padding: 0 80px;
	}
}
.no-borderimage .fsn-gallery .card .card-item-content{
	border: none;
	background: #c53b1e;
}
.card .flex-direction-nav a{
	opacity: 0.7;
}
.card .flex-direction-nav a.flex-prev, .card:hover .flex-direction-nav a.flex-prev{
	left: 15px;
}
.card .flex-direction-nav a.flex-next, .card:hover .flex-direction-nav a.flex-next{
	right: 15px;
}

/* Tabs Menu */
.nav.nav-tabs, .content-roll-filters {
    border-bottom: none;
    text-align: center;
    margin-bottom: 30px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 0;
	z-index: 4;
}
.nav-tabs>li>a, .simple-filter-group .simple-filter-term{
	font-style:normal;
	font-weight:400;
	font-size:26px;
	color:#c89b40;
	-moz-transition:color 0.3s;
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
	padding: 15px 8px;
}
.nav>li>a:hover, .nav>li>a:focus, .simple-filter-group .simple-filter-term:hover, .simple-filter-group .simple-filter-term:focus {
    border-color: transparent;
    background-color: transparent;
    color: #281727;
}
.nav-tabs>li.active>a{
	position: relative;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .simple-filter-group .simple-filter-term.active, .simple-filter-group .simple-filter-term.active:hover, .simple-filter-group .simple-filter-term.active:focus{
	background-color: transparent;
	color: #281727;
	border-color: transparent;
}
/* Tabs Menu */
.tabs-menu h4{
	margin-bottom: 0;
}
.tabs-menu h6{
	margin-top: 0;
	margin-bottom: 20px;
}
.tabs-menu h5{
	margin-bottom: 5px;
}
.tabs-menu p{
	margin-bottom: 25px;
}
/* Footer */
.fsn-menu.stacked a{
	color: #695c61;
}
.fsn-ob-brands-bar hr{
	border-color: #cfcfcf;
	margin: 15px 0;
}

/* content roll */
.ajax-content-roll-container .content-roll-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    position: relative;
}
.ajax-content-roll-container .content-roll-header:after{
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background-image: url('images/divider-md.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.1;
}
.content-roll-item.list{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.content-roll-item.list:after{
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background-image: url('images/divider-lg.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.1;
}

.fsn-social-sharing .social-sharing-item{
	line-height: 21px;
}
.social-sharing-title{
	font-size: 12px;
}

.modal-component-inner.container{
	padding: 0;
}
.modal-component-controls .material-icons.md-48 {
    font-size: 22px;
}
.modal-component-controls .close{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.modal .divider-sm{
	background-position: left center;
}

.fsn-open-table-wrapper h3{
	font-family: 'SackersGothicStd-Heavy', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.fsn-open-table-wrapper label{
	font-family: 'SackersGothicStd-Heavy', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
.fsn-open-table-wrapper .form-control, .fsn-open-table-wrapper .form-control[readonly]{
	height: 45px;
	background: transparent;
	color: #e2decd;
}
.fsn-open-table-wrapper select.form-control option{
	color: #000;
}
.fsn-open-table-wrapper select.form-control option:checked{
	color: #e2decd;
}

a.instagram-modal-close, a.instagram-modal-close:hover, a.instagram-modal-close:focus{
	background-color: transparent;
}

.fsn-open-table-wrapper .has-feedback label~.form-control-feedback{
	top: 34px;
}

/*-----------------------------------------------------------*/
/* Responsive Breakpoints (copied from Bootstrap)
/*-----------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* This is the default viewport */
@media (max-width: 767px) {
	h1, .h1, h2, .h2 {
	    font-size: 40px;
	}
	h3, .h3 {
	    font-size: 24px;
	    line-height: 32px;
	}
	#home-masthead-mobile h1{
		font-size: 62px;
		line-height: 62px;
		color: #c89b40;
	}
	.mobile-background-size-contain{
		background-size: contain !important;
	}
	.mobile-background-image-none{
		background-image: none !important;
	}
	.header:after{
		height: 35px;
		background: url('images/header-paint-stroke-mobile.png') repeat-x;
		position: absolute;
		left: 0;
		bottom: -28px;
		z-index: 2;
	}
	.fsn-menu.main .navbar-brand.brand-image img{
		height: 43px;
	}
	.fsn-menu.main .navbar-brand{
		height: auto;
		float: none;
	    display: inline-block !important;
	    margin-top: 10px;
	}
	.fsn-menu.main .navbar-header {
	    height: 61px;
	}
	.navbar-default .navbar-toggle{
		border-color: transparent;
		border-radius: 0;
		position: absolute;
	    left: 0;
	    top: 14px;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #785934;
	}
	.fsn-menu .navbar-toggle .material-icons {
	    color: #785934;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: transparent;
	}
	.navbar-default .navbar-collapse{
		border-top: 1px solid transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: rgba(255,255,255,0.1);
	}
	#home-masthead-mobile{
		overflow: hidden;
		min-height: 500px;
	}
	#home-masthead-mobile .fsn-divider{
		max-width: 30px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#home-masthead-3{
		background-size: 200% !important;
	    height: 400px;
	    margin-top: -150px;
	    z-index: 3;
	    position: relative;
	}
	.carousel-mobile.flexslider .carousel-item img{
		width: 92%;
		margin: 10px auto 30px;
	}
	/* Tabs Menu */
	.tabs-menu h4{
		font-size: 18px;
	}
	.nav.nav-tabs, .content-roll-filters .simple-filter-group{
		background: none;
		padding-top: 71px;
	}
	.simple-filter-group .simple-filter-term{
		padding: 0;
		background: none;
		-moz-transition: height 0.3s;
		-webkit-transition: height 0.3s;
		transition: height 0.3s;
	}
	.simple-filter-group .simple-filter-term.active{
		position: absolute;
		height: 68px;
	}
	.nav.nav-tabs > li > a, .content-roll-filters .simple-filter-group .simple-filter-term > span{
		color: #c89b40;
		background: none;
	}
	.nav.nav-tabs > li.expanded, .content-roll-filters .simple-filter-group .simple-filter-term.expanded{
		background: none;
		border-color: rgba(0,0,0,0.1);
	}
	.nav.nav-tabs > li.active, .content-roll-filters .simple-filter-group .simple-filter-term.active{
		background: transparent;
	}
	.nav.nav-tabs > li.active > a, .fsn-tabs-container .nav-tabs > li.active > a:focus, .content-roll-filters .simple-filter-group .simple-filter-term.active > span, .content-roll-filters .simple-filter-group .simple-filter-term.active:focus > span{
		background: none;
	    color: #c89b40;
	    border-style: solid;
		border-width: 9px 10px;
		-moz-border-image: url('images/border-box-dark.png') 44;
		-webkit-border-image: url('images/border-box-dark.png') 44;
		-o-border-image: url('images/border-box-dark.png') 44;
		border-image: url('images/border-box-dark.png') 44 fill;
		box-shadow: none;
		-webkit-transition: border-image 0.3s;
		-moz-transition: border-image 0.3s;
		transition: border-image 0.3s;
	}
	.nav.nav-tabs > li.active > a:hover, .content-roll-filters .simple-filter-group .simple-filter-term.active:hover > span{
		background: none;
	    color: #c89b40;
	    border-style: solid;
		border-width: 9px 10px;
		-moz-border-image: url('images/border-box-dark-hover.png') 44;
		-webkit-border-image: url('images/border-box-dark-hover.png') 44;
		-o-border-image: url('images/border-box-dark-hover.png') 44;
		border-image: url('images/border-box-dark-hover.png') 44 fill;
		box-shadow: none;
	}
	.nav.nav-tabs > li > a:after, .content-roll-filters .simple-filter-group .simple-filter-term.active > span:after{
		right: 45px;
	    width: 17px;
		height: 10px;
		border: none;
	}
	.nav.nav-tabs > li.active > a:after, .content-roll-filters .simple-filter-group .simple-filter-term.active > span:after{
		background:url('images/icon-dropdown.png') no-repeat center center;
		background-size:contain;
	}
	.nav.nav-tabs > li.active.open-tab > a:after, .content-roll-filters .simple-filter-group .simple-filter-term.active.open > span:after{
		background:url('images/icon-dropup.png') no-repeat center center;
		background-size:contain;
	}
	#mc-embedded-subscribe{
		width: 100%;
		margin-top: 10px;
		padding: 15px;
	}
	.content-roll-item.list{
		padding-bottom: 20px;
	}

	/* Masthead Cutout */
	.masthead-cutout{
		position: relative;
		z-index: 2;
		margin-top: -60px;
	}
	.masthead-cutout.fsn-image img.img-responsive{
		border-radius: 50%;
		width: 80%;
		margin-left: -20px;
	}
	.masthead-cutout:after{
		content: '';
		width: 100%;
		height: 120%;
		display: block;
		background: url('images/masthead-cutout-bg.png') no-repeat center center;
		background-size: contain;
		position: absolute;
		top: -30px;
		left: -30px;
		z-index: -1;
	}

	.fsn-gallery .card{
		margin-bottom: 30px;
	}
	.fsn-gallery .card .card-item-content{
		background: #c53b1e;
		color: #c89b40;
		padding: 15px 20px;
		position: relative;
	}
	.fsn-gallery .fullscreen-trigger, .fsn-gallery .fullscreen-trigger:hover, .fsn-gallery .fullscreen-trigger:focus{
		left: 20px;
		bottom: auto;
		top: 20px;
		border-radius: 0;
	}
	.card .flex-direction-nav a{
		top: 100px;
	}
	.fsn-social-sharing .social-sharing-item{
		margin-right: 0;
	}
	.fsn-social-sharing .social-sharing-title{
		margin-right: 15px;
	}
	.border-box-red{
		background: #c53b1e;
	    color: #c89b40;
		padding: 15px 20px;
		position: relative;
	}
	.border-box-red:after, .fsn-gallery .card .card-item-content:after{
		content: '';
		width: 100%;
		height: 20px;
		display: block;
		background: url('images/border-box-red-bg.png') repeat-x;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
	.border-box-red.footer-box{
		color: #e2decd;
		text-align: center;
	}
	.border-box-red.footer-box:before{
		content: '';
		width: 100%;
		height: 20px;
		display: block;
		background: url('images/border-box-red-bg-top.png') repeat-x;
		position: absolute;
		top: -8px;
		left: 0;
	}
	.border-box-red.footer-box:after{
		bottom: -8px;
	}
	.border-box-red.footer-box a{
		color: #e2decd;
	}
	.fsn-map.google_map_custom > div{
		height: 300px !important;
	}

	.text-carousel .flex-direction-nav a{
		top: auto;
		bottom: -30px;
	}
	.text-carousel .flex-direction-nav a.flex-prev, .text-carousel flexslider:hover .flex-direction-nav a.flex-prev{
		left: 40%;
	}
	.text-carousel .flex-direction-nav a.flex-next, .text-carousel flexslider:hover .flex-direction-nav a.flex-next{
		right: 40%;
	}
	.text-carousel .flexslider .flex-direction-nav a.flex-disabled{
		opacity: 0.4 !important;
		z-index: 1;
	}
	.text-carousel.fsn-gallery .card{
		margin-bottom: 50px;
	}
	.fsn-menu.mobile_footer{
		background: #c53b1e;
	}
	#mobile-back-to-top{
		background: #c53b1e url('images/arrow-up-mobile.png') no-repeat center center;
	}
	.fsn-menu.mobile_footer a{
		color: #c89b40;
		text-transform: lowercase;
	}
	.mobile-footer a {
	    border-color: rgba(255,255,255,0.1);
	}
	.form-control{
		font-size: 16px;
	}
	.notifications-popover .fsn-ob-mailchimp_signup #mc_embed_signup_scroll .form-control	{
		background:transparent;
	}

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body{
		min-width: 980px;
	}
	.navbar-nav{
		float: none;
		display: inline-block;
	}
	.fsn-menu {
	    display: inline-block;
	}
  .fsn-menu.privacy-policy  {
    display:block;
  }
	.header .reserve-btn{
		display: inline-block;
	    vertical-align: middle;
	    margin-top: -44px;
	}
	#home-masthead{
		min-height: 699px;
		overflow: hidden;
	}
	#home-masthead h1{
		font-size: 82px;
		line-height: 70px;
		color: #c89b40;
	}
	#home-masthead-2{
		min-height: 957px;
		position: relative;
	}
	#home-masthead-2:after{
		content: '';
		width: 100%;
		height: 210px;
		display: block;
		background: url('images/image-texture.png') no-repeat center center;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#home-masthead-3{
		min-height: 1187px;
		margin-top: -650px;
		z-index: 3;
		position: relative;
	}
	#interior-masthead{
		min-height: 300px;
	}
	/* Masthead Cutout */
	.masthead-cutout{
		position: absolute;
		left: -270px;
		top: -210px;
		z-index: 2;
	}
	#home-masthead-3 .masthead-cutout{
		top: -300px;
	}
	.masthead-cutout img{
		border-radius: 50%;
	}
	.masthead-cutout:after{
		content: '';
		width: 751px;
		height: 581px;
		display: block;
		background: url('images/masthead-cutout-bg.png') no-repeat center center;
		position: absolute;
		top: -17px;
		left: -30px;
		z-index: -1;
	}
	.border-box-red.text-carousel{
		z-index: 3;
		position: relative;
	}

	/* Tabs Menu */
	.nav-tabs>li.active>a:after, .simple-filter-group .simple-filter-term.active:after{
		content: '';
		width: 36px;
		height: 3px;
		display: block;
		background: #281727;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -18px;
	}
	.nav-tabs > li a, .simple-filter-group .simple-filter-term{
		margin: 0 8px;
		position: relative;
		background: none;
	}
	.simple-filter-group .simple-filter-term{
		margin: 0 12px;
	}
	.nav-tabs > li a:before, .simple-filter-group .simple-filter-term:before{
		content: '';
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background: #c89b40;
		opacity: 0.3;
		position: absolute;
		top: 50%;
		right: -16px;
		margin-top: -4px;
	}
	.nav-tabs > li:last-child a:before, .simple-filter-group .simple-filter-term:last-child:before{
		display: none;
	}

	#mc-embedded-subscribe{
		padding: 15px 20px;
	    width: 36%;
	    margin-left: -22px;
	    margin-top: -5px;
	}
	.no-borderimage #mc-embedded-subscribe{
		margin-top: 0;
		height: 55px;
	}
	.mc-field-group{
		float: left;
		width: 65%;
	}
	.special-quote .fsn-image{
		margin-left: -100px;
	}
	.special-quote{
		overflow-x: hidden;
	}
	#home-masthead-2 .border-box-red{
		z-index: 3;
		position: relative;
	}

	.text-carousel .flexslider .carousel-controls {
	    position: static;
	    margin: 0 !important;
	}
	.text-carousel .flexslider .flex-direction-nav .flex-prev, .text-carousel .flexslider:hover .flex-direction-nav .flex-prev {
	    left: 0;
	}
	.text-carousel .flexslider .flex-direction-nav .flex-next, .text-carousel .flexslider:hover .flex-direction-nav .flex-next {
	    right: 0;
	}
	#home-masthead-2 .border-box-red{
		padding: 25px 20px 5px;
	}

	.content-roll-item.list .content-roll-item-content{
		margin-top: 50px;
	}
	.simple-filter-group .simple-filter-term.active{
		position: relative;
	}
	/* scroll menu */
	#scroll-menu .image-button img{
		height: 55px;
		width: auto;
	}
	#scroll-menu:after{
		content: '';
		width: 100%;
		height: 50px;
		display: block;
		background: url('images/scroll-menu-paint-stroke.png') repeat-x bottom center;
		position: absolute;
		left: 0;
		bottom: -47px;
	}
	#scroll-menu .dropdown-button-toggle .icon-bar{
		background: #785934;
	}
	#scroll-menu .dropdown-button-toggle:hover{
		border-color: #c89b40;
	}
	#scroll-menu .dropdown-menu{
		background: #c89b40;
	}
	#scroll-menu .dropdown-menu:before{
		border-bottom-color: #c89b40;
	}
	#scroll-menu .dropdown-menu > li > a {
	   color: #f5f3e6 ;
	}
	/* notification */
	.fsn-notifications.bar h5, .fsn-notifications.floating_footer h5{
		font-size: 12px;
		color: #c89b40;
		border: none;
	}
	.fsn-notifications.bar a, .fsn-notifications.floating_footer a{
		color: #c89b40;
	}
	.fsn-notifications.bar, .fsn-notifications.floating_footer{
		background: #a22b12;
	}
	.no-touch .fsn-notifications.bar .notifications-bar-items.flexslider:hover, .no-touch .fsn-notifications.floating_footer .notifications-floating-footer-items.flexslider:hover{
		background: #c53b1e;
	}
	.fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-nav-prev, .fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-nav-next,
	.fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-nav-prev, .fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-nav-next{
		border-color: rgba(200, 155, 64, 0.3);
	}
	.fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-prev, .fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-prev	{
		background:url('images/notifications-bar-arrow-left.png') no-repeat center center;
	}
	.fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-next, .fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-next{
		background:url('images/notifications-bar-arrow-right.png') no-repeat center center;
	}
	.fsn-notifications.bar .notifications-bar-close, .fsn-notifications.floating_footer .notifications-floating-footer-close	{
		background:url('images/notifications-bar-close.png') no-repeat center center;
	}
	.fsn-notifications.bar.putaway .notifications-bar-close, .fsn-notifications.floating_footer.putaway .notifications-floating-footer-close	{
		background-image:url('images/notifications-bar-open.png');
	}
	.fsn-notifications.modal_window .notifications-modal-controls{
		background: #281727;
	}

	.notifications-popover .fsn-ob-mailchimp_signup #mc_embed_signup_scroll .form-control	{
		background:transparent;
	}

	.fsn-gallery .card .card-item-content{
		background: none;
	    color: #c89b40;
	    border-style: solid;
		border-width: 39px 35px;
		-moz-border-image: url('images/border-box-red.png') 44;
		-webkit-border-image: url('images/border-box-red.png') 44;
		-o-border-image: url('images/border-box-red.png') 44;
		border-image: url('images/border-box-red.png') 44 fill;
		box-shadow: none;
		position: absolute;
		bottom: -100px;
		left: 0;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 50px;
		text-align: center;
	}

	.text-carousel.fsn-gallery .card .card-item-content{
		background: none;
		position: relative;
		border: none;
		bottom: auto;
		top: 0;
		padding-top: 0;
		padding-bottom: 60px;
	}
	.text-carousel.fsn-gallery .card{
		margin-bottom: 0;
	}

	.border-box-red{
		background: none;
	    color: #c89b40;
	    border-style: solid;
		border-width: 39px 35px;
		-moz-border-image: url('images/border-box-red.png') 44;
		-webkit-border-image: url('images/border-box-red.png') 44;
		-o-border-image: url('images/border-box-red.png') 44;
		border-image: url('images/border-box-red.png') 44 fill;
		box-shadow: none;
		padding: 15px 20px;
	}
	.no-borderimage .border-box-red{
		border: none;
		background: #c53b1e;
	}
}

@media (min-width: 1200px){
	.special-quote .fsn-image{
		margin-left: -181px;
	}
	#home-masthead-2 .border-box-red{
		width: 1106px;
		margin-left: -79px;
		margin-right: auto;
	}
	.text-carousel .flexslider .flex-direction-nav .flex-prev, .text-carousel .flexslider:hover .flex-direction-nav .flex-prev {
	    left: 30px;
	}
	.text-carousel .flexslider .flex-direction-nav .flex-next, .text-carousel .flexslider:hover .flex-direction-nav .flex-next {
	    right: 30px;
	}
	#home-masthead-2 .border-box-red.text-carousel .card-container{
		width: 948px;
		margin: 0 auto;
	}
}

@media (min-width: 1268px) {
	#home-masthead h1{
		font-size: 102px;
		line-height: 92px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)	{
	.fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-prev	{
		background-image:url('images/notifications-bar-arrow-left-hires.png');
		background-size:11px auto;
	}
	.fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-next	{
		background-image:url('images/notifications-bar-arrow-right-hires.png');
		background-size:11px auto;
	}
	.fsn-notifications.bar .notifications-bar-close	{
		background-image:url('images/notifications-bar-close-hires.png');
		background-size:12px auto;
	}
	.fsn-notifications.bar.putaway .notifications-bar-close	{
		background-image:url('images/notifications-bar-open-hires.png');
		background-size:12px auto;
	}
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #ffffff;
    background-color: #a22b12;
    border-color: #a22b12;
}
.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
    color: #ffffff;
    background-color: #c53b1e;
    border-color: #c53b1e;
}
