
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

/*===================================== Reset css strat =====================================*/
@-ms-viewport { width: device-width!important; }

html{overflow-y: auto;-ms-overflow-style: -ms-autohiding-scrollbar!important;}


body {
	margin: 0;
	padding: 0;
	font-family: 'Crimson Text', serif;
	color: #231f20;
	}
* {
	box-sizing: border-box;
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	line-height:36px;
	color: #5f1900;
	text-transform: uppercase
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 56px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase
}
h3 {
	font-size: 44px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight:100!important;
	color: #fff;
}
h4 {
	
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase
} 
h5 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
	color: #983d21;
} 
p {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-family: 'Crimson Text', serif;
	text-align: center
}
.clear {
	clear: both
}
a, .nav-links a, .button, .footer-link ul li a, .footer-link ul li:hover a:after, .title:after {
	transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
a, a:hover, a:focus {
	text-decoration: none;
	list-style: none;
	outline: none !important;
	color:#5F1900;
}

.branding {color:#fff!important; font-size:20px; padding:15px 0;}

.branding a {color:#fff!important; text-decoration:none;}
.branding a:hover {color:#fb9c7a!important; text-decoration:none;}


img, input, textarea, button, select {
	outline: none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto
}
li {
	list-style: none;
}
.wrapper, .page {
	margin: 0;
	padding: 0;
	width: 100%;
}


input:focus, input.form-control:focus { 
	box-shadow: none;
	outline: none;
}
hr {
	border-top: 1px solid #c9caca;
	margin-top: 25px;
	margin-bottom: 35px;
}
/*------------ Button ------------*/

.button, .button:focus {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-size: 21px;
	font-weight: 400;
	margin-top: 14px;
	padding: 7px 15px 7px !important;
	line-height: 34px;
	text-transform: uppercase;
	display: inline-block;
}

.button:hover {
	background: #fff;
	color: #010000;
}

.button2, .button2:focus {
	border: 1px solid #010000;
	background: none;
	color: #010000;
	font-family: 'Crimson Text', serif;
	font-size: 21px;
	font-weight: 400;
	margin-top: 14px;
	padding: 7px 15px 4px !important;
	line-height: 34px;
	text-transform: uppercase;
	display: inline-block;
}

.button2:hover {
	background: #010000;
	color: #fff;
}
.sticky-header header .button:hover, .sticky-header header .button:focus {
	background: #f5c66e;
	border-color: #f5c66e
}
.button-primary, .wpcf7-submit, #tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background: #010303;
	border: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0px 0;
	line-height: 33px;
	letter-spacing: 1px;
	min-width: 120px;
	display: inline-block
}
.button-primary:hover, .button-primary:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
	color: #fff;
}
.white-bg {
	background-color: #fff;
}
.btn.btn-more {
	color: #000000;
	font-size: 18px;
	font-family: 'Crimson Text', serif;
	margin: 0;
	padding: 0;
	line-height:normal;
	vertical-align:top;
	height:25px;
	text-transform: uppercase;
	position:relative;
}

.btn.btn-more:hover {color:#fb9c7a;}

.btn.btn-more2 {
	color: #fff;
	font-size: 22px;
	font-family: 'Crimson Text', serif;
	margin-top: 45px;
	padding: 0;
	line-height:normal;
	vertical-align:top;
	height:25px;
	text-transform: uppercase;
	position:relative;
}

.btn.btn-more2:hover {color:#fb9c7a;}

.btn.btn-more3 {
	color: #fff;
	font-size: 22px;
	font-family: 'Crimson Text', serif;
	margin-top: 45px;
	padding: 0;
	line-height:normal;
	vertical-align:top;
	height:25px;
	text-transform: uppercase;
	position:relative;
}

.btn.btn-more3:hover {color:#fb9c7a;}


.btn.btn-more .text:before {   background: #fb9c7a;
    border-image: none;
    border-style: solid;
    border-width: 0;
    content: "";
    display: inline-block;
    font-size: 0;
    height: 8px;
    margin: 0 10px 5px 0;
    position: static;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    vertical-align: middle;
    width: 8px;}

	
.redbanner { width:100%; height:auto; background:rgba(145,96,79,0.60); padding:27px 0; font-size:24px; font-family: 'Crimson Text', serif; color:#fff; position:absolute;z-index:20; bottom:0;}	

.redbanner p{font-size:24px!important; line-height:36px!important; margin:0; padding:0; font-family: 'Crimson Text', serif; color:#fff;}
	
.no-touchevents .btn.btn-more:hover,.touchevents .btn.btn-more.open, .btn.btn-more.open span {
	color:#5F1900;
}
.no-touchevents .btn.btn-more:hover .text:before,.touchevents .btn.btn-more.open .text:before, .btn.btn-more2.open span.text:before {
	background: #5F1900
}
.no-touchevents .btn.btn-more2:hover,.touchevents .btn.btn-more2.open, .btn.btn-more.open span {
	color: #5F1900;
}
div.more-content.active {min-height:0;}
.no-touchevents .btn.btn-more2:hover .text:before,.touchevents .btn.btn-more2.open .text:before, .btn.btn-more2.open span.text:before {
	background: #5F1900
}
.no-touchevents .btn.btn-more3:hover,.touchevents .btn.btn-more3.open, .btn.btn-more.open span {
	color:#5F1900;
}
.no-touchevents .btn.btn-more3:hover .text:before,.touchevents .btn.btn-more3.open .text:before, .btn.btn-more2.open span.text:before {
	background:#5F1900
}
 
.btn:active, .btn.active {
	box-shadow: none;
}
/*-------------- Form ------------------*/
.input-box, .wpcf7-text, .wpcf7-textarea, #tribe-bar-form input[type="text"] {
	background: #ebebeb;
	border: none;
	margin: 0px;
	padding: 11px 16px;
	width: 100%;/* height:35px; line-height:35px;*/
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
	border-radius: 0px;
}
input, textarea, select, button {
	outline: none;
	border-radius: 0px !important;
}
textarea, .wpcf7-textarea {
	resize: none;
	height: 277px;
	padding-top: 10px
}
div.wpcf7-validation-errors {
	border-color: #f00;
}

::placeholder {
opacity:1;
}
::-webkit-input-placeholder {
opacity:1;
}
::-moz-placeholder {
opacity:1;
}
::-ms-placeholder {
opacity:1;
}
::-webkit-placeholder {
opacity:1;
}
::-moz-placeholder {
opacity:1;
}
/*===================================== Reset css End =====================================*/


/*------------------  Header Part  ------------------------*/

header {
	position: absolute;
	background: none;
	z-index: 995;
	width: 100%;
	padding-top: 45px;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
header .col-sm-7.col-xs-3 {
	position: inherit
}
.navbar, .top-navigation {
	margin-bottom: 0;
	position: relative;
	top: 55px;
	vertical-align: middle;
	min-height: inherit
}
.navbar-nav li {
	margin: 0px;
	padding: 0px;
}
.top-navigation {
	float: left
}
.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	margin: 0px;
	padding: 0px 18px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0 2px 10px #000;
}

.navbar-nav li:hover a, .navbar-nav li.active a {
    background: none;
    color: #fb9c7a;
}
.nav > li > a:focus {
	background: none;
}
.navbar-nav li:first-child a {
	padding-left: 0px;
}
.navbar-nav li:last-child a {
	padding-right: 0px;
}
.header .button {
	float: right;
	margin-top: 10px;
}
.header .top-navbar-toggle {
	display: inline-block;
	background: url(../images/menu-button.png) no-repeat;
	padding: 19px 20px;
	margin: 0;
	border: none;
	display: none
}
.stk-logo, .header .social-links, .top-navigation .button {
	display: none
}
.sticky-header .logo {
	display: none
}
.logo {max-width:270px;}

.sticky-header {
	background: rgba(95,25,0,0.9);
	position: fixed;
	top: 0;
	padding: 15px 0;
	display: block;
	z-index: 9999
}
.sticky-header .stk-logo {
	display: block;
	    max-width: 150px;
}
.sticky-header .col-sm-9 {
	position: static;
}
.sticky-header .top-navigation {
	
	min-height: inherit;
	position: absolute;
	top: 100%;
	vertical-align: middle;
	width: 100%;
	left: 0;
	overflow:visible!important;
	text-align: center;
	padding-bottom: 30px;
	display: none;
	
}
.navbar-nav {
	width: 100%;
}
.sticky-header .navbar-nav {
    padding: 0 50px;
	background: rgba(95,25,0,0.9);
    
}
.sticky-header .top-navigation .nav li {
	
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sticky-header .top-navigation .nav li:last-child {
	border-bottom: none;
}
.sticky-header .top-navigation .nav li a {
	padding: 15px 0 10px;
	line-height:26px;
	border-bottom:1px solid #fff;
}
.sticky-header .button {
	margin-top: 0px;
	margin-right: 50px;
}
.sticky-header .top-navbar-toggle {
	display: block;
	float: right;
	margin: 20px 0 0;
}
.top-navbar-toggle.open {
	background: url(../images/close.png) no-repeat;
}
/*------------------------ Banner Part  ------------------------*/

.banner-section {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.slick-slider .slick-prev, .bx-controls-direction .bx-prev {
	left: 0;
	background: url(../images/left-arrow.png) no-repeat left center;
}
.slick-slider .slick-next, .bx-controls-direction .bx-next {
	right: 0;
	background: url(../images/right-arrow.png) no-repeat right center;
}
.slick-slider .slick-prev, .slick-slider .slick-next, .bx-controls-direction .bx-prev, .bx-controls-direction .bx-next {
	background-size: 50px auto;
	border: medium none;
	bottom: 0;
	display: none;
	font-size: 0;
	height: 100%;
	line-height: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 15%;
	z-index: 99999999;
}
.slick-slider li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.texture {position:relative;}
.texture:before {
	background-image: url(../images/body-bg.png);
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-repeat: repeat;
	background-position: 0 0
}
.slick-slider li img {
	max-width: inherit;
	opacity: 0;
	visibility: hidden;
	display: block
}
.slick-slider li.video-slide video {
	position: absolute;
	left: 0;
	top: 0;
}
.slick-slider li.video-slide video object {
	width:100% !important; 
	height:100% !important;
} 

.slick-slider li .slide-layer {
	bottom: 5%;
    display: block;
    max-height: 80%;
    max-width: 60%; 
    opacity: 1;
    position: absolute;
    right: 8%;
    visibility: visible;
    width: auto;
}
.captions-box {
	position: absolute;
	z-index: 4;
	top: 50%;
	width: auto;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity:1!important;
}
.captions-box h2 {
	font-size: 110px;
	color: #fff;
	text-shadow: 2px 5px 6px #000
}
.captions-box h2 span {
	display: block;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 15px;
}
.captions-box p {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Crimson Text', serif;
	text-align: center
}
.down-arrow {
	
	top:4px;
	position: relative;
	margin:auto;
	width:24px;
	text-align: center;
	z-index: 24;
	display:block;
}
.section-next {
	position: absolute;
	top: 50%;
	transform: translateY()-50%;
	-ms-transform: translateY()-50%;
	-moz-transform: translateY()-50%;
	-webkit-transform: translateY()-50%;
	-o-transform: translateY()-50%;
	width: 100%;
}
.flex-direction-nav .flex-next {
	right: 0;
	background: url(../images/right-arrow.png) no-repeat;
}
.flex-direction-nav .flex-prev {
	left: 0;
	background: url(../images/left-arrow.png) no-repeat;
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	display: block;
	font-size: 0px;
	line-height: 0;
	opacity: 0.5;
	z-index: 999
}
.flex-direction-nav a::before {
	display: none
}
.video-banner, .wnp-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*----------------------------------------------------------------------*/

.form-section {
	background: #5f1900;
	width: 100%;
	height: 100%;
	padding: 65px 0 65px!important;
}
.form-section:before {
	background: none!important;
	
}
.form-section .title {
	text-align: center;
	margin-bottom: 15px
}
.form-section .title:after {
	bottom: 0px
}
.booking-form .input-box {
	margin-top: 30px;
}
.go-button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fb9c7a;
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding: 40px 32px;
	text-transform: uppercase;
}
.wufoo {
	position: relative;
	overflow: hidden
}
.wufoo .button-group {
	position: absolute;
	right: 65px;
}
.go-button:hover {
	background: #fb9c7a;
}
.booking-form span {
	position: relative;
	display: inline-block;
	width: 100%;
}
.icon-calender {
	position: absolute;
	right: 20px;
	top: 38px;
}
.check-out, .check-in {
	padding-right: 50px;
}
label.desc, legend.desc { font-size: 19px; font-weight: bold; color: #222;  margin: 0; padding: 0 0 3px 0; border: none; display: block; white-space: normal; width: 100%; text-align:left; }

.check-in, .check-out {
	position: absolute;
	left: 32px;
	top: 18px;
	text-align: left;
	width: 100%;
	font-size: 19px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	text-align: left !important
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5)!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.5)!important;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5)!important;
}

:-ms-input-placeholder {  
  color: rgba(0, 0, 0, 0.5)!important;
}
/*------------------------  Content Part  ------------------------*/

.content-section {
	padding: 75px 0;
	margin: 0;
	text-align: center;
	background:url(../images/body-bg.jpg) no-repeat center center;
	background-size: cover;

}
.content-section h2 {
	line-height: 55px;
}
.divider {
	position: relative;
	margin: 32px 0 70px;
}
.divider:before {
	content: "";
	background: url(../images/duble-line.png) repeat-x;
	height: 6px;
	width: 200px;
	display: inline-block;
	margin-right: 18px;
}
.divider:after {
	content: "";
	background: url(../images/duble-line.png) repeat-x;
	height: 6px;
	width: 200px;
	display: inline-block;
	margin-left: 18px;
}
.content-section p {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	margin: 0;
	font-weight:normal;
	padding: 0;
	font-family: 'Crimson Text', serif;
}
.content-section strong {color:#514326;}


.content-section .btn.btn-more {
	margin-top: 25px;
}
.more-content {
	display: none;
}

.more-content2 {
	display: none;
}
.more-content3 {
	display: none;
}
/*------------------------  purchase Part  ------------------------*/
.section-title {padding:25px 0;}
.section {
	position: relative;
	text-align: center;
	padding: 135px 0 115px 0
}
.section:before {
	background-image: url(../images/body-bg.png);
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-repeat: repeat;
	background-position: 0 0
}
.section.last:before {
	background-image: url(../images/last-block.png);
	background-color: rgba(0,0,0,0.8); 
	opacity: 0.6;
	background-position: 0 0;
	background-repeat:repeat
}
.title {
	position: relative
}
.title:after {
	content: "";
	height: 1px;
	width: 185px;
	background: rgba(251,247,235,0.5);
	display: inline-block
}
.section-active .title:after {
	width: 300px;
}
.parallax {
	background-repeat: no-repeat!important;
	background-attachment: fixed!important;
	background-position: center center!important;
	background-size: cover!important;
}
.icon-bar {
	margin-bottom: 35px
}
.icon-bar i{ display:block; overflow:hidden;}
.section p {
	margin-top: 15px;
	font-family: 'Lato', sans-serif;
	font-size:20px; line-height:36px;font-weight:400;
}
.section h3 {font-family: 'Crimson Text', serif;}
.more-content {
	margin-top: 30px;
}
.more-content2 {
	margin-top: 30px;
}
.more-content3 {
	margin-top: 30px;
}
.content-block .btn.btn-more .less-read, .content-block .btn.btn-more.open .text {
	display: none
}
.content-block .btn.btn-more.open .text.less-read {
	display: inline-block
}
.content-block .button.btn-more2 .less-read, .content-block .button.btn-more2.open .text {
    display: none!important;
}
.content-block .button.btn-more3 .less-read, .content-block .button.btn-more3.open .text {
    display: none!important;
}
.button.btn-more2.open .text {display:none;}
.button.btn-more3.open .text {display:none;}
.content-block .button.btn-more2 .less-read, .content-block .button.btn-more2.open .text {
	display: none
}
.content-block .button.btn-more2.open .text.less-read {
	display: inline-block!important;
}
.content-block .button.btn-more3 .less-read, .content-block .button.btn-more3.open .text {
	display: none
}
.content-block .button.btn-more3.open .text.less-read {
	display: inline-block!important;
}

.numbers ol{ 
   list-style-type: decimal!important; 
   list-style-position: inside; 
   margin:0 1.5em 1.5em 1.5em;
}
.numbers li { list-style-type: decimal!important; }
.numbers {font-size: 22px;
    color: #000000;
    line-height: 31px;
    margin: 0;
	text-align:left;
    font-weight: normal;
    padding: 0;
    font-family: 'Crimson Text', serif;
}

/*------------------------ Footer Part  ------------------------*/

footer {
	background: #5f1900;
	margin: 0px;
	padding: 36px 0 35px 0;
	position: relative
}
.footer-link {
	margin: 0;
	padding: 24px 0 0 0;
	text-align: center
}
.footer-link ul li {
	margin: 0;
	padding: 0;
}
.footer-link ul li a {
	border-bottom: 2px solid transparent;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	line-height: 14px;
	margin: 0;
	padding: 13px 0;
	display: inline-block;
	position: relative
}
.footer-link ul li:hover a, .footer-link ul li.active a {
	color: #fb9c7a;
}
.footer-link ul li:hover a:after, .footer-link ul li.active a:after {
	background: #fb9c7a;
	bottom: 6px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
transition:all 0.2s linear 0s, -moz-transition:all 0.2s linear 0s -ms-transition:all 0.2s linear 0s -webkit-transition:all 0.2s linear 0s -o-transition:all 0.2s linear 0s
}
.full-logo {
	text-align: center;padding-top: 20px;
}
.full-logo p {
	font-size: 28px;
	color: #fff;
	text-align: center;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	padding: 5px 0 0;
}
address {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-family: 'Droid Serif', serif;
	font-weight: 300;
	text-align: center;
	padding-top: 29px;
	margin-bottom: 10px;
	text-transform:uppercase!important;
}
address a, address a:active, address a:visited {
	color: #fff;
}
address a:hover {
	color: #fb9c7a
}
.social-links {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99
}
.social-links ul li {
	display: inline-block;
	margin: 0 24px;
	padding: 0;
}
.social-links .sp a {
	background: url(../images/social-icon.png) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	
}
.social-links .sp:hover a {
	background-color: #fb9c7a;
}
.social-links ul {
	text-align: center
}
.social-links ul li.sp.facebook a {
	background-position: 16px 10px;
}
.social-links ul li.sp.twitter a {
	background-position: -79px 11px;
}
.social-links ul li.sp.google-plus a {
	background-position: -175px 9px;
}
.local-cholice {
	margin: 20px auto;
    display: block;
    width: 153px;
}
.flex-viewport {
	position: relative;
	z-index: 1;
}
.flex-direction-nav {
	z-index: 5;
}
.social-links2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99
}
.social-links2 ul li {
	display: inline-block;
	margin: 0 24px;
	padding: 0;
}
.social-links2 .sp a {
	background: url(../images/social-icon-white.png) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 48px;
	height: 48px;
	background-color: #000;
	display: inline-block;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	
}
.social-links2 .sp:hover a {
	background-color: #fb9c7a;
}
.social-links2 ul {
	text-align: center
}
.social-links2 ul li.sp.facebook a {
	background-position: 16px 10px;
}
.social-links2 ul li.sp.twitter a {
	background-position: -79px 11px;
}
.social-links2 ul li.sp.google-plus a {
	background-position: -175px 9px;
}




/*------------------ Animation  --------------------*/

/* FLOAT */
@-moz-keyframes float {
 0% {
-moz-transform: translateY(0)
}
 50% {
-moz-transform: translateY(-15px)
}
 100% {
-moz-transform: translateY(0)
}
}
@-webkit-keyframes float {
 0% {
-webkit-transform: translateY(0)
}
 50% {
-webkit-transform: translateY(-15px)
}
 100% {
-webkit-transform: translateY(0)
}
}
@-ms-keyframes float {
 0% {
-ms-transform: translateY(0)
}
 50% {
-ms-transform: translateY(-15px)
}
 100% {
-ms-transform: translateY(0)
}
}
@keyframes float {
 0% {
transform: translateY(0)
}
 50% {
transform: translateY(-15px)
}
 100% {
transform: translateY(0)
}
}
.section-active .faa-float.animated, .section-active .faa-float.animated-hover:hover {
	-moz-animation: float 1.5s linear;
	-webkit-animation: float 1.5s linear;
	-ms-animation: float 1.5s linear;
	animation: float 1.5s linear;
}

.slick-slider li .slide-layer {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}


@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
.show-page .slick-slider li.active .captions-box h2 {
	
	opacity:1!important; 
	
}
 @-webkit-keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
.show-page .slick-slider li.active .captions-box p {
	opacity:1!important;
}
 @-webkit-keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
.show-page .slick-slider li.active .slide-layer {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	opacity: 1
}
/*--------------------------  Modal Popup  ----------------------------*/

.modal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(http://www.gentrybourbon.com/images/overlay_color.jpg) repeat scroll 0 0;
	width: 100%;
	height: 100%;
	z-index: 99999999
}
.modal-popup {
	text-align: center;
	margin: 0px auto;
	padding: 10px;
	max-width: 600px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.modal-popup .modal-box-inner {
	border: 1px solid #fff;
	padding: 20px;
}
.modal-popup .logo a {
	display: block;
	margin-bottom: 55px;
}
.modal-popup p {
	font-size: 32px;
	text-transform: uppercase;
	color: #fb9c7a;
	font-family: 'Crimson Text', serif;
	display: inline-block;
	margin-top:-15px;
}

.enter {display: block;
    margin-top: 37px!important;}
.bday-validation-form ul li {
	display: inline-block;
	margin: 0 9px
}
.modal-popup .button {
	margin-top: 0px;
	display:block;
}
.ao_submit {display:block;}
.input-text{ background:#fff; height:70px; display:inline-block}
.text-box {
	width: 140px;
	height: 65px;
	border: none;
	padding: 0;
	line-height: 50px;
	background: #fff;
	font-size: 50px;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	color: #2E281C;
	text-align: center;
	margin-right:15px;
}
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
 color: #2E281C;
 padding-top:8px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #2E281C;
  padding-top:8px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #2E281C;
  padding-top:8px;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #2E281C;
  padding-top:8px;
}

::-ms-input-placeholder { /* Edge */
 color: #2E281C;
 padding-top:8px;
}

.modal-popup .note {
	font-size: 16px;
	color: #fff;
	font-family: 'Crimson Text', serif;
	margin-top: 0
}
.modal-popup .note a {
	color: #fb9c7a;
}
.modal-popup .note a:hover {
	color: #fff;
}
.ao_content {
	padding:30px 0;}
	
	.ao_field {margin-bottom:30px;}
	
	.ao_error { color:#fff;
	margin:10px;}
	
.top-icon {
	float: right;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 99
}
.top-icon img {
	margin: 9px 0 0 10px;
	text-align: center;
	width: 30px;
}
.top-icon > a {
	display: block;
	height: 100%;
}
.top-icon:hover {
	background: #fb9c7a;
}
 @media print {
.navbar-nav {
	width: 100%;
}
.navbar-nav li {
	float: left;
}
}
/*--------------------------  IE 8   ----------------------------*/
.ie8 .sticky-header .stk-header {
	background: #000
}
.ie8 .modal-popup {
	width: 560px;
	margin: -200px 0 0 -280px;
}
.ie8 .navbar-nav li a {
	padding: 0 8px;
}
.ie8 .sticky-header .navbar-nav li a {
	padding: 10px 0;
}
.ie8 .captions-box {
	margin: -170px 0 0 -550px; opacity:1!important;
}
.ie8 .captions-box p {
	font-size: 16px;
}
.ie8 .parallax {
	background-size: 100% auto !important
}
.ie8 .sticky-header .navbar {
	background: #000
}
.ie8 .purchase-section {
 filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/purchase-bg.jpg', sizingMethod='scale') !important;
}
.ie8 .horse-section {
 filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/horse-img.jpg', sizingMethod='scale') !important;
}
.ie8 .aging-section {
 filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/aging-img.jpg', sizingMethod='scale') !important;
}
.ie8 .gentry-section {
 filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/gentry-bg.jpg', sizingMethod='scale') !important;
}

#gentry iframe { height: 480px !important; }
#gentry { z-index: 1; }
#gentry:before { z-index: -1; }
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
.slick-slider li.video-slide .wnp-video { height: 300%; top: -100%; }
}
 @media (max-aspect-ratio: 16/9) {
.slick-slider li.video-slide .wnp-video { width: 300%; left: -100%; }
}
 
@supports (object-fit: cover) {
.slick-slider li.video-slide .wnp-video {
    height: 101%;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 101%;
}
}

/*== FORM ==*/
.contact-section {
	
	display:block;
	width:100%;
	padding:45px 0;
	}
.hide,.cloak div,.cloak span,.likert.cloak tbody,.likert.cloak thead{display:none !important}.likert.cloak table{border:none}

#form617 {
	text-align:center;}
	
	.gallery {
		 margin:20px 0;
		max-height: 140px; 
    overflow: hidden; }
	
	.gallery img {width:100%; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);}
.gallery img:hover {opacity:.7;}
.error {color:#fff;}

.item {background-position:center center;}
.redish {color:#983d21;}

.address { font-size:23px; line-height:35px;font-family: 'Lato', sans-serif; font-weight:400; padding-top: 12px;}
.address p{ font-size:23px; line-height:35px;font-family: 'Lato', sans-serif; font-weight:400; }
.address a {color:#fff; text-decoration:none;}
.address strong {color:#fb9c7a; text-transform:uppercase; font-weight:400;}
.content-section ul {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-family: 'Crimson Text', serif;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
}
.content-section li
{
	list-style: disc;
}
.content-section img
{
	margin-left: auto;
    margin-right: auto;
}
.read-link {
position: relative;
display: block;
border: 1px solid;
padding: 12px 10px 10px 10px;
max-width: 175px;
margin: 20px auto 0 auto;
}
@media (max-width: 640px) {
	h1 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height:36px;
	color: #5f1900;
	text-transform: uppercase
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase
}
h3 {
	font-size: 22px !important;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight:100!important;
	color: #fff;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase
} 
h5 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
	color: #983d21;
} 
section#pampered
{
	padding:30px 0;
}
.section p {
    font-size: 18px;
}
.content-section ul 
{
    text-align: left;
    
}
.content-section li
{
	list-style: disc;
}
}
.social-links ul li.sp.instagram a {
        background-position: 10px 10px !important;
    background: url(../images/ig-logo.png) no-repeat;
    margin: 0px;
    padding: 0px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}
.foot-button{
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    max-width: 150px;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    font-size: 21px;
}
@media screen and (max-width: 767px)
    {
		.foot-button{
    font-size: 9px !important;
}
	.social-links ul li.sp.instagram a {
    background-size: 20px auto !important;
    background-position: 8px 8px !important;
    background: url(../images/ig-logo.png) no-repeat;
    margin: 0px;
    padding: 0px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
	}
	}
.cater-button{
	background-color: #fff;
	color: #5f1900;
}
.cater-button:hover{
	background-color: #5f1900;
	color: #fff;
}