@font-face {
    font-family: "audrey";
    src: url("fonts/audrey-normal.otf");
}
@font-face {
    font-family: "audrey";
    src: url("fonts/audrey-bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "audrey";
    src: url("fonts/audrey-medium.otf");
    font-weight: 500;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 2vmin;
}
a *{	
    transition: all 0.7s ease;
}
header {
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 0;
    height: 141px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 32px;
    background-color: rgba(26, 26, 26, 0.5);
    z-index: 99999999999999999;
    background: url(../images/nav-bg.png) repeat-x center top;
}
#logo-top {
    position: absolute;
    left: 50%;
    margin: -10px 0 0 -125px;
    background: url(../images/logo-top-bg.svg);
    z-index: 9999999999;
    height: 138px;
    width: 250px;
    background-repeat: no-repeat;
}
header nav ul {
    margin: 10px auto 0;
    width: 1090px;
    padding: 0;
    list-style: none;
    max-width: 100%;
}
header nav ul li {
    float: left;
    width: 82px;
    max-width: 10%;
    border-right: solid 1px gray;    
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
header nav ul li:nth-of-type(1)  {
    width: 70px;
}
header nav ul li:nth-of-type(3)  {
/*    width: 140px;*/
}
header nav ul li:nth-of-type(6) {
	margin-left: 280px;
}
header nav ul li:nth-of-type(5),
header nav ul li:nth-of-type(9){
    border-right: none;
}
header nav > ul > li > a{
    text-decoration: none;
    font-size: 13px;
    color: #373737;
    text-transform: uppercase;
}
header nav > ul > li > a:hover {
    color: #a9774e;
}
header nav ul li:hover ul, header nav ul li ul:hover {
    display: block;
}
header nav ul li ul {
    display: none;
    position: absolute;
    z-index: 999999999999999999999999999;
    left: 0;
    top: 0;
    padding-top: 11px;
}
header nav ul li ul li {
    float: none;
    display: block;
    border: none;
    width: 110px !important;
    background: rgba(255,255,255,0.5);
    text-align: center;
    height: initial;
    padding: 6px 0;
}
header nav > ul > li > ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #373737;
    text-transform: uppercase;
}
header nav > ul > li > ul li a:hover {
    color: #a9774e;
}
#logo-top img{
    width: 100%;
}
a.btn-booknow {    
    position: fixed;
    right: 0;
    top: 70px;
    font-size: 2.2vmin;
    background: #704a2a;
    color: white;
    text-decoration: none;
    padding: 11px 26px;
}
a.btn-booknow:hover {
    background: white;
    color: #704a2a;
}
main {
    margin: 32px;
}
#banner {
    display: flex;
    display: block;
    margin-bottom: 10px;
}
#banner .slide { /*add new*/
    width: 100%;
    min-height: 400px;
}
#banner .cycle-slideshow {
    flex: 1 1 auto;
}
#banner img {
    width: 100%;
    display: block;
}
.banner_text{
    position: absolute;
    color: white;
    text-align: center;
    left: 0;
    top: 40%;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 0 30px black;
}
.title1, .title2 {
    font-family: "audrey";
}
.title1 {
    text-transform: uppercase;
    font-size: 3rem;
}
.title2 {
    font-size: 1.8rem;
}
.subtitle-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.subtitle-pager span{
    color: white;
    font-size: 50px;
    padding: 0 3px;
}
.subtitle-pager span.cycle-pager-active{
    color: #704a2a;
}
.st_flexbox{
    display: flex;
    margin-bottom: 10px;
    position: relative;
}
.st_flexbox.st_2col {
    max-width: 1600px;
    margin: auto;
}
.st_flexbox.st_2col .st_flexbox_item {
    flex: 1 0 50%;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
}

.st_flexbox.st_3col {
    max-width: 1600px;
    margin: auto;
}
.st_flexbox.st_3col .st_flexbox_item {
    flex: 1 0 33.33%;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
}

.meeting .st_flexbox{
    display: flex;
    margin-bottom: 0;
    position: relative;
}
.st_flexbox a, .box_full.st_flexbox .box_text_amen > span > a{
	color: white;	
}
.meeting-feature-row.st_flexbox {
    margin: 0 1em 1em 1em;
}
.meeting-feature-row.st_flexbox h4 {
    margin: 0;
}
.meeting-feature-row.st_flexbox .desc{
    margin-left: 1em;
}
/*
.st_flexbox a, .box_full.st_flexbox .meeting .box_text_amen > span > a{
    color: black;   
}
*/

.box_full.st_flexbox a{
    color: #704a2a;
}
.st_flexbox a:hover, .box_full.st_flexbox .box_text_amen > span > a:hover {
    color: #83162e;
}
.box_image30_text70.st_flexbox:nth-child(odd) {
    flex-direction: row-reverse;
}
.box_image30_text70.st_flexbox:nth-child(odd) .box_text {
    margin-left: 0;
    margin-right: 10px;
}


.box_text30_image70 .box_text, 
.box_image70_text30 .box_text,
.box_image30_text70 .box_text,
.box_images .box_text{
    flex: 1 1 30%;
    background: #a9774e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}


.meeting {
    border: solid 1px gray;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.meeting .box_text30_image70 .box_text, 
.meeting .box_image70_text30 .box_text,
.meeting .box_image30_text70 .box_text,
.meeting .box_images .box_text{
    flex: 1 1 30%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}

.box_text50_text50 .box_text{
    flex: 1 1 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-align: center;
    text-transform: uppercase;
}

.box_image50 .box_image{
    flex: 1 1 50%;
}

.box_text30_image70 .box_image,
.box_image70_text30 .box_image{
    flex: 1 1 70%;
}

.box_image30_text70 .box_image{
    flex: 1 1 30%;
}
.box_image30_text70 .box_text{
    flex: 1 1 70%;
}

.box_image30_text70 .box_text span {
    width: 100%;
}
.box_images {
    border: solid 1px gray;
    padding: 1%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.box_images_home {
    border: none;
    padding: 1%;
    box-sizing: border-box;
    flex-wrap: wrap;
}


.box_images .box_image, .box_images_home .box_image{
    flex: 1 1 30%;
    position: relative;
    height: 100%;
    margin-right: 20px;
}
.box_images .box_image:nth-child(3), .box_images_home .box_image:nth-child(3) {
    margin-right: 0;
}
.box_images .box_text, .box_images_home .box_text{
    background: lightgray;
    text-align: left;
    align-items: normal;
    display: block;
    padding: 4%;
    color: black;
}
.box_images_text{
    text-align: center;
    margin: 2%;
    width: 100%;
}
.box_images_text a {
    color: black;
    padding: .5vw 2vw;
    text-decoration: none;
    border: 1px solid gray;
}
.box_images_text a:hover {
    color: white;
    background: #83162e;
    border: 1px solid #83162e;
}
.box_images .box_text h2, .box_images_home .box_text h2 {
    padding: 0;
    margin: 0;
    border: 0;
}
.box_rooms h2 {
    font-weight: normal;
}
.box_rooms dl {
    list-style: none;
    padding-left: 0;
    text-transform: capitalize;
}
.box_rooms dt {
    font-weight: 600;
}
.box_rooms dd::before {
    content: '- ';
}
.box_rooms dd {
    text-align: left;
    margin-left: 10px;
    font-size: 1rem;
}
.box_rooms sup {
    color: #83162e;
}
.box_text span h3 {
    font-weight: 400;
}
.box_text span p {
    text-transform: initial;
    font-size: .9em;
}

.box_text span .testmonials  p {
    text-transform: initial;
    font-size: 1em;
}

.box_text span p.line8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
    line-height: 1.5em;
    height: 12em;
}
.box_text span p.line10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
    line-height: 1.5em;
    height: 15em;
}
.box_text span a, .box_text_amen a {
    font-size: 1.2em;
    line-height: 1.5em;
}
.box_text span img {
    margin: 1em 0;
}
.st_flexbox .box_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    object-fit: cover;
}
.box_text30_image70 .box_text > span,
.box_image70_text30 .box_text > span,
.box_text > div.padding {
    padding: 8%;
}
.box_image30_text70 .box_text > span {
    padding: 3.5%;
}

.box_image30_text70 .box_text .re {
    padding: 0;
}

.box_image30_text70 .box_text_review > span {
    padding: 1%;
}

.box_text30_image70 .box_text{
    margin-right: 10px;
} 


.box_image70_text30 .box_text,
.box_image30_text70 .box_text,{
    margin-left: 10px;
}
.st_flexbox a.flex_button {
    position: absolute;
    left: -32px;
    background: #a9774e;
    background: rgba(169, 119, 78, .6);
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    padding: 8px 40px 8px 60px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.st_flexbox a.flex_button span {
    display: block;
    margin-right: 9px;
}
.box_full_textonbg .box_text{
    z-index: 90;
    width: 70%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    min-height: 400px;
    margin: auto;
    text-align: center;
}
.box_full_textonbg .box_image {
    position: absolute;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.st_flexbox.box_full_textonbg .box_text .title {
    font-size: 2.4em;
}
.st_flexbox .box_text .title {
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2em;
}

.st_flexbox .box_text .title_bold {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2em;
}

.st_flexbox .title_bold {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
}

.st_flexbox .title {
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2em;
    text-align: center;
}

.st_flexbox .acc {
    font-size: .9em;
    text-align: center;
}

.st_flexbox.box_full_textonbg .box_image img {
    object-fit: cover;
}

footer {
    display: flex;
    margin: 32px 32px 32px;
    background-color: black;
}
footer a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

footer p {
    color: white;
}

footer a:hover {
    color: #83162e
}
nav#footer_nav {
    flex: 1 1 80%;
    margin: 32px 32px 32px;
}
footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: white;
}
footer nav ul li {
    float: left;
    margin: 0 10px;
}
footer nav ul li:first-child {
    margin-left: 0;
}
.social-icon a {
    margin: 0 2px;
    font-size: 1.3em;
    color: white;
}

.social-icon{
    margin-top: 32px;
}

.fa-twitter-square:before{
    margin-right: 20px;
}

.box_full.st_flexbox {
    display: block;
}
.box_full.st_flexbox .box_text {
    border: solid 1px gray;
    box-sizing: border-box;
    margin: 32px 0;
    padding: 32px;
    text-align: center;
}

.box_full.st_flexbox .box_text50_text50 .box_text {
    border: none;
    margin: 32px 0;
    padding: 32px;
    text-align: center;
}

.box_full.st_flexbox .box_text_amen {
    border: solid 1px gray;
    box-sizing: border-box;
    margin: 32px 0;
    background: #a9774e;
    padding: 32px 32px 12px 32px;
    text-align: center;
}
.box_full.st_flexbox .box_text .title {
    display: block;
    border-bottom: solid 1px gray;
    padding: 0 40px 10px;
    margin: 0 22%;
}

.box_full.st_flexbox .box_text .re .title {
    display: block;
    border-bottom: none;
    padding: 0 ;
    margin: 0;
    font-weight: 400;
}

.star:before {
  content: ' \2605';
  font-size: 40px;
  vertical-align: bottom;
}

.star_e:before {
  content: ' \2606';
  font-size: 40px;
  vertical-align: bottom;
}

.circle:before {
  content: ' \25CF';
  font-size: 24px;
  vertical-align: sub;
}

.circle_e:before {
  content: ' \25CB';
  font-size: 24px;
  vertical-align: sub;
}

.circle_h:before {
  content: ' \25D0';
  font-size: 18px;
  vertical-align: sub;
}

.box_full.st_flexbox .box_text_amen .title {
    display: block;
    /*border-bottom: solid 1px white;*/
    padding: 0 40px 10px;
    color: white;
    font-size: 2em;
    font-weight: 100;
    margin: 0 22%;
}

.box_full.st_flexbox .box_text_amen p {
    color: white;
}

.box_full.st_flexbox .box_text .review {
    display: block;
    font-size: 2em;
    font-weight: 500;
    padding: 20px 40px 10px;
    margin: 0 22%;
}

.btn {
    background-color: white;
    color: #83162e;
    padding: 0.5em 3em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block;
    width: 9em;
    border: solid 1px #83162e;
    position: relative;
    text-align: center;
    margin: 10px auto;
}

.slicknav_menu {
	display: none;
    width: 100%;
    background: none;
    position: absolute;
    padding: 5px 0;
    left: 0;
    top: -7px;
    z-index: 99999999999999999999999999;
    box-sizing: border-box;
}
.slicknav_btn {
    float: left;
    background-color: #a5754d;
}
.slicknav_nav a {
    text-transform: uppercase;
}
ul.slicknav_nav {
    background: #704a2a;
}
section#gallery_thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
a.galler_img_th {
    margin: 5px;
}
#gallery_thumb img {
    object-fit: cover;
    width: 300px;
    height: 300px;
}
.box_text h2 {
    border-bottom: 1px solid white;
    padding-bottom: 0;
}
.testmonials{
    padding-top: 20px;
}

.testmonials hr{
    padding-borrom: 10px;
}

hr.offer{
    width: 20%;
    margin-bottom: 10px;
}

.testmonials h2 {
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
}

.testmonials p {
    text-align: left;
    font-size: 1em;
}

div#booking-form {
    padding: 10px 0;
    margin-top: -10px;
}
#booking-form form {
    display: flex;
    margin: 0 auto;
    background-color: #83162e;
    border: 1px solid white;
    padding: 5px;
    position: relative;
}
#booking-form form > div {
    border: solid 1px white;
    border-right: none;
    padding: 5px;
    flex: 1 1 auto;
    width: 10px;
}
#booking-form form div > label {
    display: block;
    font-size: 1.7vmin;
    color: #fff;
    text-align: center;
    line-height: 2.6vmin;
}
#booking-form form div > input {
    background: none;
    border: none;
    width: 100%;
    text-align: center;
    color: white;
}
#booking-form form > div:last-child {
    border: solid 1px white;
    display: flex;
}
#booking-form form div > input::-webkit-input-placeholder {

    color: white;

    opacity: 1;;

}

#booking-form form div > input:-moz-placeholder {

    color: white;

    opacity: 1;

}

#booking-form form div > input::-moz-placeholder {

    color: white;

    opacity: 1;

}

#booking-form form div > input:-ms-input-placeholder{

    color: white;

    opacity: 1;

}

#booking-form form div > input::-webkit-input-placeholder {

    color: white;

    opacity: 1;

}
.ui-widget.ui-widget-content {
    z-index: 99999999999999 !important;
}

.box_text_withbg {
    flex: 1 1 30%;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box_text_withbg_over {
    flex: 1 1 30%;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 30px;
}

.box_image_x3 .box_text_withbg:nth-child(2) {
    flex: 1 1 39%;
    margin: 0 10px;
    box-sizing: border-box;
}

.box_image_x .box_text_withbg_over:nth-child(2) {
    flex: 1 1 30%;
    margin-bottom: 0;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
}

.box_text_withbg span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 1em;
}

.box_text_withbg_over span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
	display: block;
    /*padding: 1em;*/
    padding-left: 26%;
    font-size: 1.2em;
    color: white;
}

.st_flexbox .box_text_withbg_over a{
    color: white;
}

.st_flexbox .box_text_withbg_over a:hover{
    color: #704a2a;
}


.box_text_withbg_over img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.st_flexbox .box_text_withbg_over .title {
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}

/*key amenities*/
.re .key_amenities {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 3vh;
}

.key_amenities {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 5.5vh;
}

.accessible {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 0;
}

.accessible div{
    flex: 1 1 30%;
    position: relative;
    height: 100%;
    margin-right: 20px;
}

.accessible div h2{
    background: lightgray;
    padding: 4%;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
}

.key_amenities>div {
  margin-left: 20px;
  margin-right: 20px;
}

.key_amenities>div>img {
  width: 50px;
}

.key_amenities>div>p {
  color: white;
  font-weight: 100;
  font-size: .9em;
  line-height: 1.3;
}

.re .key_amenities>div>p {
  color: white;
  font-weight: 400;
  font-size: .9em;
  line-height: 1.3;
}
/*key amenities*/

@media only screen and (max-width: 1180px) {
	
	header nav ul{
        display: none;
    }
		
	.slicknav_menu {
		display: block;
	}
    .slicknav_btn {
        margin: 5px 5px 1px;
    }
}

/*
@media only screen and (max-width: 999px) {
    .st_flexbox .box_image img {
        object-fit: cover;
    }
}
*/
@media only screen and (max-width: 850px) {
.desktop_only{
	display: none;
}
#banner .slide {
    min-height: unset;
}
body {
    font-size: 3vmin;
}    
#logo-top {
    margin: 0px 0 0 -60px;
    height: 76px;
    width: 90px;
}   
a.btn-booknow {
    top: 0;
    z-index: 99999999999999999999;
}    
.title1 {
    font-size: 2.4em;
}
.title2 {
    font-size: 1.4em;
}
main {
    margin: 32px 0;
}    
.st_flexbox {
    display: block;
    /*background: #a9774e;*/
}
.meeting .st_flexbox {
    display: block;
    background: white;
    color: black;
}
.accessible{
    display: block;
}

.box_image70_text30.st_flexbox {
    display: flex;
    flex-direction: column-reverse;
}

.meeting .box_image70_text30.st_flexbox {
    display: flex;
    flex-direction: column-reverse;
}

.box_image50.st_flexbox {
    display: flex;
    flex-direction: column-reverse;
}

.meeting .box_image50.st_flexbox {
    display: flex;
    flex-direction: column-reverse;
}

.box_full.st_flexbox{
    background: white;
}
.box_full_textonbg .box_image {
    position: initial;
}    
.box_text30_image70 .box_text,
.box_image70_text30 .box_text,
.box_image30_text70 .box_text,
.meeting .box_text30_image70 .box_text,
.meeting .box_image70_text30 .box_text,
.meeting .box_image30_text70 .box_text{
    margin-left: 0;
    margin-right: 0px;
}    
.box_text {
    padding: 20px 0;
}
.meeting .box_text {
    padding: 20px 0;
}
.box_full_textonbg .box_text {
    min-height: auto;
}    
.subtitle-pager{
    display: none;
}
.box_full.st_flexbox .box_text .title {
    margin: 0;
}    

.box_image_x3 .box_text_withbg:nth-child(2) {
    margin: 0;
}	

.box_text_withbg_over:nth-child(1) {
    margin-top: 80px;
}

.box_image_x .box_text_withbg_over:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
}

.box_image_x .box_text_withbg_over:nth-child(3) {
    margin-top: 0;
}	
	
}

