@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 25px;
    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 -95px;
  background: url(../images/logo-airport.svg);
    z-index: 9999999999;

height: 156px;
    width: 225px;

background-repeat: no-repeat;

}
header nav ul {
    margin: 10px auto 0;
    width: 1100px;
    padding: 0;
    list-style: none;
}
header nav ul li {
    float: left;
    width: 104px;
    border-right: solid 1px gray;    
    height: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
header nav ul li:nth-of-type(2)  {
    width: 123px;
}
header nav ul li:nth-of-type(5) {
	margin-left: 241px;
}
header nav ul li:nth-of-type(4),
header nav ul li:nth-of-type(8){
    border-right: none;
}
header nav > ul > li > a{
    text-decoration: none;
    font-size: 14px;
    color: #373737;
    text-transform: uppercase;
}
header nav > ul > li > a:hover {
    color: #a6734a;
}
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: 200px !important;
    background: rgba(255,255,255,0.9);
    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: #a6734a;
}
#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: 8px 26px;
}

.col{
    display: flex;
}

.col > div{
    flex: 1 1 50%;
}

.col > div:first-child{
    padding-right: 20px;
}

a.h:hover{
  color: #3a210b;
}


/*Form Field*/
input[type=text], select, textarea {
  /*width: 100%;
  padding: 12px;
  border: 1px solid #b5985a;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 1em;*/
}

/*
input::placeholder {
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    opacity: .5;
}
*/

input {
    /*
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    */
   line-height: normal;
   font-size: inherit;
   font-weight: 100%;
   margin: 0;
}

label{
    /*
 color: #b5985a;
 font-weight: 200;
 font-family: 'Lato', sans-serif
 */
cursor: default;
}

input[type=submit] {
  background-color: #b5985a;
  color: white;
  padding: 12px 40px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  border: 1px solid #b5985a;
  background-color: #fff;
  color: #b5985a;
}

.container {
    display: block;
    flex-direction: column;
  padding: 20px;
  /*text-align: left !important;*/
  width: 100%;
}

input[type=text]:focus {
  border: 2px solid #b5985a;
}
/*Form Field*/

@media only screen and (max-width: 769px) {

a.btn-booknow {    
    position: absolute;
    right: 0;
    top: 120px;
    font-size: 2.2vmin;
    background: #704a2a;
    color: white;
    text-decoration: none;
    padding: 8px 26px;
}

.box_image70_text30 .box_text h2, .box_image70_text30 .box_text_new h2{
font-size: 3em;
line-height: 1.2em;
}

.box_image70_text30 .box_text p, .box_image70_text30 .box_text_new p{
font-size: 2em;
}

.col{
    display: block;
}

.col > div:first-child{
    padding-right: 0;
}
}


a.btn-booknow:hover {
    background: white;
    color: #704a2a;
}
main {
    margin: 32px;
}
#banner {
    display: flex;
    display: block;
    margin-bottom: 10px;
    height: 600px;
    overflow: hidden;
}
#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%;
    
}
.title1, .title2 {
    font-family: "audrey";
}
.title1 {
    text-transform: uppercase;
    font-size: 3.4em;
}
.title2 {
    font-size: 2.4em;
}
.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: #a6734a;
}
.st_flexbox{
    display: flex;
    margin-bottom: 10px;
    position: relative;
}
.st_flexbox a {
	color: white;
    font-size: 16px;
    font-weight: 500;	
}
.box_full.st_flexbox a {
    color: #704a2a;
}

.st_flexbox a:hover {
    color: #996633;
}

.st_flexbox a.h:hover {
    color:  #3a210b;
}

.box_image30_text70.st_flexbox:nth-child(odd) {
    flex-direction: row-reverse;
}


.box_image70_text30.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_image70_text30 .box_text_new,
.box_image30_text70 .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;
    font-weight: lighter;
    font-size: 2.2vmin;    /*text-transform: uppercase;*/
}
.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: 85%;
}
.st_flexbox .box_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.box_text30_image70 .box_text > span,
.box_image70_text30 .box_text > span,
.box_text > div.padding,
.box_text_new > div.padding {
    padding: 10%;
}
.box_text30_image70 .box_text{
    margin-right: 10px;
} 
.box_image70_text30 .box_text,
.box_image30_text70 .box_text{
    margin-left: 10px;
}

.box_image70_text30 .box_text_new{
    margin-right: 10px;
}

.st_flexbox a.flex_button {
    position: absolute;
    left: -32px;
    background: #48a69b;
    background: rgb(72, 166, 155,0.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: 300;
    line-height: 1.2em;
}


.st_flexbox.box_full_textonbg .box_image img {
    object-fit: cover;
}
footer {
    display: flex;
    margin: 0 32px 32px;
}
footer a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}
footer a:hover {
    color: #704a2a;
}
nav#footer_nav {
    flex: 1 1 80%;
}
footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer nav ul li {
    float: left;
    margin: 0 10px;
}
.social-icon a {
    margin: 0 2px;
    font-size: 1.3em;
}
.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_text .title {
    display: block;
    border-bottom: solid 1px gray;
    padding: 0 40px 10px;
    margin: 0 22%;
}
.btn {
    background-color: white;
    color: #00a59b;
    padding: 0.5em 3em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block;
    width: 9em;
    border: solid 1px #00a59b;
    position: relative;
    text-align: center;
    margin: 10px auto;
}

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

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

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

a.btn1:hover {
    background-color: #704a2a;
    color: #fff;
    padding: 0.5em 3em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block;
    width: 9em;
    border: solid 1px #704a2a;
    position: relative;
    text-align: center;
    margin: 10px auto;
}

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

a.btn3:hover {
    background-color: #704a2a;
    color: #fff;
    padding: 0.5em 3em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block;
    width: 15em;
    border: solid 1px #a9774e;
    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_nav a {
    text-transform: uppercase;
}
ul.slicknav_nav {
    background: #a6734a;
}
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: 5px;
}

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: #f6f6f6;
    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_image_x3 .box_text_withbg:nth-child(2) {
    flex: 1 1 39%;
    margin: 0 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 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.st_flexbox .box_text_withbg .title {
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}

header .desktop{
        display: block;
}

header .mobile{
    display: none;
}

.fa-phone-alt{
    color: #9f6844;
}


header .mobile  {
    margin: 0 -25px;
}
header .mobile #row1 {
    display: flex;
    top: 0;
    width: 100%;
    position: fixed;
    background: white;
    align-items: center;
    height: 40px;
}
header .mobile #row1 a {
    background: white;
    flex: 50%;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
}
a#phone {
    color: black;
}
a#book-online {
    background: #9f6844 !important;
    color: white;
}
header .mobile #row2 {
    height: 101px;
    display: flex;
    top: 40px;
    width: 100%;
    position: absolute;
    background: black;
    box-sizing: border-box;
}
a.slicknav_btn {
    margin-right: 20px;
    font-size: 52px;
    background: black;
}

/*contact*/
.c_title{
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2em;
    text-align: center;
    margin-top: 60px;
}

.c_title p{
    font-size: .7em;
    line-height: 1em;
    text-align: center;
    margin-bottom: 50px;
}


.att{
    display: flex;
    margin-bottom: 40px;
}

.at1{
    width: 100%;
    border-right: 1px solid #f6f6f6;
}

.at2{
    width: 100%;
    border-right: 1px solid #f6f6f6;
}
.at3{
    width: 100%;
}

.at1 p, .at2 p, .at3 p{
    text-align: center;
    font-size: 1.2em;
}

.at1 a, .at2 a, .at3 a{
    /*text-decoration: none;*/
    color: #704a2a;
}
/*contact*/

@media only screen and (max-width: 1099px) {
	
	header .desktop{
			display: none;
		}
		
	header .mobile,
    .slicknav_menu  {
		display: block;
	}
}

@media only screen and (max-width: 1099px) {
    
    #logo-mobile { 
    position: absolute;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    /*width: 310px;*/
    width: 250px;
    z-index: 99999999999999;
}
}

@media only screen and (max-width: 999px) {
	
    .st_flexbox .box_image img {
        object-fit: cover;
    }
}

@media only screen and (max-width: 850px) {
    .att{
    display: block;
}

.at1{
    width: 100%;
    border-right: none;
}

.at2{
    width: 100%;
    border-right: none;
}

.st_flexbox li {
    font-size: 4.3vmin;
}	
.box_text span {
    font-size: 3.1vmin;
}
#logo-mobile { 
    position: absolute;
    left: 0;
    top: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    /*width: 310px;*/
    width: 240px;
    z-index: 99999999999999;
}
#banner {
    height: 430px;
    overflow: hidden;
}
#banner img {
    width: 100vw;
    height: 430px;
    object-fit: cover;
}
.banner_text {
    width: 100vw;
}
.desktop_only,
.st_flexbox .box_image img.desktop_only{
	display: none;
}
    body {
        font-size: 3vmin;
    }    
    #logo-top {
        margin: 0px 0 0 -60px;
        height: 76px;
        width: 90px;
    }   
a.btn-booknow {
    top: 2px;
    z-index: 99999999999999999999;
}    
.title1 {
    font-size: 2.4em;
}
.title2 {
    font-size: 1.4em;
}
    main {
        margin: 32px 0;
    }    

main {
    margin-top: 141px;
}
    .st_flexbox {
        display: block;
        background: #a9774e;

    }
    .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{
        margin-left: 0;
        margin-right: 0px;
    }    
    .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;
	}	
	.st_flexbox .box_text .title {
    font-size: 3em;
  }
  .st_flexbox .box_text p {
    font-size: 2em;
  }
	
}

@media only screen and (max-width: 850px) {
    a.slicknav_btn {
        margin-top: 29px;
        font-size: 25px;
  }
  #logo-mobile {
    position: absolute;
    left: 0;
    top: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    /*width: 310px;*/
    width: 240px;
    
    z-index: 99999999999999;
}

footer {
    display: block;
    text-align: center;
    /*margin: 0 32px 32px;*/
}

footer a{
    font-size: 18px;
    line-height: 2em;
}

nav#footer_nav {
    display: block;
}

footer nav ul li {
    float: none !important;
    text-align: center;
    font-size: 18px;
}

}

