@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight:700;}
a{color:#3D3D3B;text-decoration:none;}
a:hover{color:#3e403d;text-decoration:none;}
.clear{clear:both;}

html, body {
	position: relative;
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#000;
	margin:0;
	padding:0;
	transition: all 0.5s ease-in 0s;  
	overflow-x:hidden;
}
em, i{font-style: italic;}
html{scroll-behavior: smooth;}
h1, h2, h3, h4, h5, h6{font-family: 'Ubuntu Sans', sans-serif;}
p, a{font-family: 'Roboto Flex', sans-serif;}
  
.no-scroll {
  overflow: hidden;
  height: 100vh; 
}

.fancybox-lock body {
    overflow: visible !important;
}

body.change-bg-white-complete { background: #fff; transition: all 0.5s ease-in 0s;   }
body.change-bg-beige-complete { background: #ebeced; transition: all 0.5s ease-in 0s;   }
body.change-bg-grey-complete { background: #d5deda; transition: all 0.5s ease-in 0s;   }

.m-t-10{
	margin-top: 10px;	
}
.m-t-20{
	margin-top: 20px;	
}
.m-t-40{
	margin-top: 40px;	
}
.m-t-60{
	margin-top: 60px;	
}
.m-t-100{
	margin-top: 100px;	
}
.mar-top_neg{
	margin-top:-20vh;
}
.padd{
	padding-top: 80px;
	padding-bottom: 80px;
	overflow:hidden;
	position:relative;
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.padd_contact {
	padding-top: 120px;
}

.padd_small{
	padding-top: 40px;
	padding-bottom: 40px;	
}
.padd_top{
	padding-top: 70px;
	padding-bottom: 0px;	
}
.padd_big {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padd_bottom{
    padding-bottom: 80px;	
}
.container-fluid.no-padd{
	padding-top: 0px;
	padding-bottom: 0px;
}
.img-responsive{
	width: 100%;
}
.row_half{margin-left:0px;margin-right:0px;}
.no-gutter > [class*='col-'],  .no-gutter .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.no-margin.row {
    margin-right:0;
    margin-left:0;
}

.flex_center {
	display: flex;
	align-items: center;
}

.overflow {
	overflow: hidden;
}

.no-margin.row  [class^="col-"],
.no-margin.row  [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.container-fluid.no-padding{
	padding-left:0px;
	padding-right:0px;
	overflow: hidden;
}

.grey_bg{background:#f7f7f7;padding-bottom:120px;}
.beige_bg{ background: #F7F3ED; position: relative; display: flex; }
.grey_upper{background:#f7f7f7;padding-bottom:110px;border-bottom:1px solid #eee}
.white_bg{background: #fff;}

.drive_me{
	margin-top:20px;
	display: block;
}

.hotel_history{padding-bottom:30vh;}

.name_moto{
	background:#000000;
	padding:5%;
}
.name_moto hr{
	border:1px solid #674439;
}
.home_half_text .name_moto p{
	font-family: 'Roboto Flex', serif;
	font-style: italic;
	font-size:20px;
	letter-spacing: 0.1px;
	color: #fffbeb;
}

.home_half_text .name_moto p:before{
	display:inline;
	font-size: 6em;
	padding: 0;
	color:#fff;
	position: relative;
	top: .25em;
	quotes: "“" "“" "“" "“";
	content: open-quote;
}

#header {
	display: flex;
    width: 100%;
    height: auto;
    top: 50px;
    padding: 0px 0px;
    margin: 0;
    position: relative;
    z-index: 999;
    transition: all 0.5s;
    align-items: center;
}

#header.fixed:after {
	display: none;
}

#top_info_left {
	position: absolute;
    top: 8px;
    left: 65px;
    display: block;
    z-index: 999;
    transition: all 1s;
}

#top_info_left img {
	width: 33px;
    height: 33px;
	transition: all 0.2s ease-in-out;
}

#top_info {
	position: absolute;
    top: 8px;
    right: 155px;
    display: block;
    z-index: 999;
    transition: all 1s;
}
#top_info_mob { position:absolute; top: 50px; right: 360px; display: block;z-index:9999;  font-weight:400; font-size:15px; color:#fff; transition:all 1s;}
#top_info_right { position:absolute; top: 50px; right: 300px; display: block;z-index:999;  font-weight:400; font-size:15px; color:#fff; transition:all 1s;}
#top_info a, #top_info_right a { color:#fff; transition:all 0.3s ease-in-out; }
#top_info a:hover, #top_info_right a:hover { letter-spacing: 0.5px; }
#top_info img, #top_info_right img, #top_info_mob img {
	width: 33px;
    height: 33px;
}
#top_info span { display: inline-block; }
#lang_info {
	position: absolute;
    top: 13px;
    /* left: 87px; */
    display: flex;
    z-index: 999;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    transition: all 1s;
	width: inherit;
	justify-content: flex-end;
	right: 310px;
}
#lang_info a{ 
	color:#fff; 
	transition:all 1s;
    font-weight: 200;
    font-size: 20px;
    text-decoration: none;
    background: #00000001;
    padding: 12px 0px 12px 0px;
    letter-spacing: 3px;
    /* transition: all 0.3s ease-in-out; */
    font-family: 'Ubuntu Sans', sans-serif;
}

#lang_mob {
	position: absolute;
    left: 22%;
    top: 85px;
    z-index: 9999;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    transition: all 1s;
}
#lang_mob a{ color:#fff; transition:all 1s;}

#lang_mob .languages .languages_menu a {
    color: #606060;
}

#header.fixed #top_info_left {
	top: -16px;
}

#header.fixed #top_info, #header.fixed #top_info_right { top: -15px; transition:all 1s;}
#header.fixed #top_info a, #header.fixed #top_info_right a { color:#202020; }
#header.fixed #logo {
	margin-top: -25px;
    width: 200px;
    height: 55px;
    margin-left: 0;
	background: url(../img/layout/logo_white.svg) no-repeat scroll center center;
}

#header.fixed #lang_info { top: -10px; transition:all 1s;}
#header.fixed .languages_menu.active { box-shadow: 0 2px 6px rgb(0 0 0 / 20%); background: #ffffffe3; }

.languages { display: block; padding: 0px 10px; z-index: 9999; }
.languages  a.selected_lang{
	display: block;
    padding: 0 10px;
    background: none;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    z-index: 9999;
    color: #fff;
    text-decoration: none;
    font-family: 'Ubuntu Sans', sans-serif;
}
.languages a.selected_lang:after {
	content: '';
    background-image: url(../img/layout/lang_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 6px;
    margin-left: 5px;
}
.languages .languages_menu{  display: none; }
.languages .languages_menu.active{  display: block; margin-top:10px; padding: 5px 10px; background: #ffffffe3; text-align:center; z-index:99999; position:relative;}
#lang_info .languages_menu.active a { color:#606060; transition:all 1s;}
.languages .languages_menu a { color:#fff;  display: block; padding: 2px; transition: all 0.3s ease 0s; }
.languages .languages_menu a:hover { color:#3D3D3B; transition: all 0.3s ease 0s;   }

#logo {
	position: absolute;
    margin-left: 0;
    left: 0;
    margin-top: 0px;
    display: block;
    width: 330px;
    height: 80px;
    background: url(../img/layout/logo.svg) no-repeat scroll center center;
    background-size: 100%;
    z-index: 999;
    /* transition: all 0.5s ease-in-out; */
}
#logo_mob { position:absolute; display: block; width: 220px; height: 140px; background: url('../img/layout/logo.png') no-repeat scroll center center; background-size:100%;z-index:999; transition:all 1s; margin-left: 30px; }
#logo a, #logo_mob a { display: block; width: 100%; height: 100%;text-indent: -999999px!important;     background: #00000001; }

.open_menu {
	position: absolute;
    top: 12px;
    right: 0px;
    display: block;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    transition: all 1s;
}
.open_menu img.dark_menu, .open_menu img.white_menu{width: 50px; margin-left: 0px;margin-top: 0px;display:inline-block; transition: all 0.2s ease-in-out;}
.open_menu img.dark_menu{display: none;}

.open_menu.active img { display: none; }

img.dark_call, img.dark_email { display: none; }
#header.fixed img.dark_call, #header.fixed img.dark_email { display: inline-block; }

#header.fixed .open_menu { color:#202020; top: -13px; transition:all 1s; }
#header.fixed .open_menu img.dark_menu{display:inline-block;}

.close_menu {
	position: absolute;
    top: 80px;
    right: 5%;
    display: block;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: url(../img/layout/close_menu.svg) no-repeat center;
	background-color: #00000001;
    background-size: 35px;
    text-indent: -999999px!important;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

#book_now {
	position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    font-weight: 200;
    font-size: 20px;
    z-index: 999;
    color: #fff;
    text-decoration: none;
	background: #00000001;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 12px 35px 12px 35px;
    letter-spacing: 3px;
    /* transition: all 0.3s ease-in-out; */
    font-family: 'Ubuntu Sans', sans-serif;
	margin-right: 90px;
	overflow:hidden;
}

#book_now:before {
  content: "";
  position: absolute;
  width: 0;
  background : #fff;
  left: 45%;
  height: 1px;
  top: 0;
  transition: all .3s;
  opacity: 0.7;
}

#book_now:hover:before {
  width: 100%;
  left:0;
}
#book_now:after {
  content: "";
  position: absolute;
  width: 0;
  background : #fff;
  left: 45%;
  height: 1px;
  bottom: 0;
  transition: all .3s;
  opacity: 0.7;
}

#book_now:hover:after {
  width: 100%;
  left:0;
}

.responsive_menu #book_now {
    top: 50px;
    color: #362211;
    border-bottom: 2px solid #362211;
}

#header.fixed #book_now {
	top: -22px;
    transition: all 0.3s;
}

#header.fixed #book_now:hover:after {
	background: #fff;
    transition-delay: .15s;
}

#header.fixed .responsive_menu #book_now {
	color: #362211;
    border-bottom: 2px solid #362211;
	top: 40px;
	display: block;
}

#header.fixed { 
	height: 85px;
    padding: 10px 0px;
    background: #B5CAD6;
    box-shadow: 0 2px 6px #67443966;
	/* animation:slide-down 0.7s; opacity:0.9;*/
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/*
#header.fixed  #top_info{ color:#3D3D3B;}
#header.fixed  #top_info a{ color:#3D3D3B; }
#header.fixed  .languages  a.selected_lang{ color:#3D3D3B; border-color:#3D3D3B; }
#header.fixed  .languages  .languages_menu a{ color:#3D3D3B; }
#header.fixed  .open_menu  { color:#3D3D3B; border-color:#3D3D3B; }
#header.fixed  #book_now  { color:#3D3D3B; border-color:#3D3D3B; }*/

.responsive_menu{   
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100vh;
	background-color: #F6F6F5;
    width: 100%;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.responsive_menu.active {   
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.responsive_menu_right {
	height: 100vh;
    background-color: #B5CAD6;
    border-left: 1px solid #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* #logo_menu {
	position: relative;
    display: block;
    width: 130px;
    height: 150px;
    background: url(../img/layout/logo_footer.svg) no-repeat scroll center center;
    background-size: 100%;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    margin: 0 auto 35px auto;
    left: 0;
    right: 0;
} */

/* #logo_menu a {
    display: block;
	background: #00000001;
    width: 100%;
    height: 100%;
    text-indent: -999999px!important;
} */

.responsive_menu_shadow {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.responsive_menu_container {
	display: flex;
	align-items: center;
}

.responsive_menu.active .hero_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: unset;
	animation: grow 40s linear 10ms infinite;
    transition: all 0.2s ease-in-out;
}

.responsive_menu_left {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.responsive_menu ul{
	margin: 0;
    padding: 0px 0 0 0;
    width: 100%;
    float: left;
    list-style: none;
}
.responsive_menu ul li{
	width: 100%;
    display: block;
    position: relative;
    width: fit-content;
    margin: 50px auto 50px 0;
}
.responsive_menu ul li a{
	display: block;
    position: relative;
    z-index: 9999;
    font-size: 90px;
	color: #454545;
    letter-spacing: 1px;
	padding: 10px 10px 15px 10px;
    font-weight: 200;
    transition: all 0.3s ease-in 0s;
}

.responsive_menu ul li.current a {
	font-weight: 500;
}

/* .responsive_menu ul li.current a:before {
	content: '';
    background-image: url(../img/layout/triangle_white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    transform: rotate(-90deg);
} */

.responsive_menu ul li a span{  font-size: 16px; font-weight:300;  color:#333; padding:0px 10px 0px 0px; font-weight:300;transition: all 0.3s ease-in 0s;}
.responsive_menu ul li a:hover{ letter-spacing: 2px; transition: all 0.3s ease-in 0s;}
.responsive_menu ul li a:hover:after{background: #fff;transition: all 0.3s ease-in 0s;}
.responsive_menu ul li.book_now_menu_item{ display: none;}

.main-menu-container{height: 100vh; display: flex; align-items: center;  
	position: relative;
  width: 100%;
  height: 100vh;}
p.menu_number{font-size: 25px;color: #454545; float: right; padding-top: 30%;}
.menu {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 2rem;
}

.menu li {
  padding: 1rem;
  cursor: pointer;
  position: relative;
  color: white;
}
#menu-main.menu li a{
	padding-bottom: 35px;
	font-weight: 300;
}
#menu-main.menu li.current a{opacity: 0.5;}
#menu-main.menu li a:hover{letter-spacing: 1px;}

#menu-main.menu li a::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #454545;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
#menu-main.menu li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.responsive_menu ul.bottom_menu li.current a {
    font-weight: 400;
	border-bottom: 1px solid #454545
}
.responsive_menu ul.bottom_menu li.current a:hover::before {
    display: none;
}
ul.bottom_menu li a:hover{letter-spacing: 1px;}
ul.bottom_menu li a::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #454545;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
ul.bottom_menu li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.menu-bg {
	position: absolute;
 	left: 50%;
  	transform: translateX(-50%);
  	width: 65%; 
    height: 60vh;
    background-size: cover;
    background-position: center;
    z-index: 1;
    /* transition: background-image 0.4s ease-in-out, opacity 0.4s; */
	transition: opacity 0.4s ease-in-out;
  	will-change: opacity, background-image;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.top_nav_container {
    position: relative;
    width: 100%;
    z-index: 2;
}
.bottom_nav_container {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
}
ul.bottom_menu{
	margin: 0;
    padding: 0px 0 0 0;
    width: fit-content;
    float: right;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	align-items: center;
	right: 5%;
    position: relative;
}

.responsive_menu ul.bottom_menu li a {
    display: block;
    position: relative;
    z-index: 9999;
    font-size: 35px;
	padding: 0;
	padding-bottom:15px
}
.responsive_menu ul.bottom_menu li{
	margin: 0 auto;
	padding: 0 15px;
}
.responsive_menu ul.bottom_menu li img{
	width: 30px

}


.book_menu{position: absolute; top:20px;left:20px;}
.book_menu a{  display: block;   font-weight: 400;    font-size: 14px;    z-index: 999;    color: #fff;    text-decoration: none;    transition: all 1s;    border: 1px solid #fff;
    padding: 10px;    background: rgba(0,0,0,.2); }

.book_menu a:hover {color: #fff!important;		transition: all 0.3s ease 0s;}
.book_menu a:hover:before {    transform: scaleX(1);    transform-origin: left 50%;    width: 100%;    height: 100%;    display: block;}

.responsive_menu .extra_links {
    position: relative;
    top: 300px;
    display: block;
    width: fit-content;
    padding-left: 20px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}

.responsive_menu .extra_links p {
	font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.responsive_menu .extra_links p a {
	color: #362211;
	transition: all 0.3s ease-in-out;
}

.responsive_menu .extra_links p a:hover {
	letter-spacing: 0.5px;
}

.responsive_menu .contact_menu{
	padding: 10px 0;
    width: 98%;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 1px solid #f1f1f1;
}
.responsive_menu .contact_menu span{
	display: inline-block;
	font-size: 18px;
    margin: 10px 0px 10px 0px;
    color: #362211;
    text-align: center;
    font-weight: 500;
}

.responsive_menu .contact_menu span a {
	color: #362211;
}

.responsive_menu .contact_menu img{ width: 22px;  display: inline-block; margin-right:5px; vertical-align:middle;  }

.menu_social {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 35px;
    text-align: center;
}

.menu_social h3 {
	font-size: 19px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    width: fit-content;
    padding-bottom: 8px;
}

.menu_info {
	text-align: center;
}

.menu_info p {
	color: #fff;
    padding: 8px 0;
    font-size: 19px;
    font-weight: 300;
}

.menu_info p a {
	color: #fff;
	background: #00000001;
    transition: all 0.3s ease-in 0s;
}

.menu_info p a:hover {
	letter-spacing: 0.5px;
}

.responsive_menu .menu_social img {
	width: 23px;
    margin: 0 12px;
}

.responsive_menu .menu_social img.instagram {
	width: 21px;
}

.responsive_menu .menu_social img.twitter {
	width: 24px;
}


.contact_menu_container{width:100%;max-width:1500px;margin:0 auto;display: flex;}

/* Footer */
.padd_prefooter{
	background: #B5CAD6;
}

.logo_footer a {
	display: block;
    /* width: fit-content; */
    margin: 0 auto;
}

.footer_wrapper {
	position: relative;
    display: block;
    overflow: hidden;
    padding: 75px 0 60px 0;
}

.footer_box {}
.footer_box h6{
	font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: normal;
    color: #606060;
}

.footer_box_container ul { margin-top:18px; padding-top:25px; border-top:2px solid #674439; display: flex; list-style: none;  justify-content: space-between;}
.footer_box_container ul li{ overflow:hidden;height:20px; position:relative;}
.footer_box_container ul li a{ display:block; text-transform:uppercase; color: #333; font-size:16px;font-weight:400; margin-right:18px; transition: all 0.3s ease 0s;}
.footer_box_container ul li a:hover{  color: #674439;  transition: all 0.3s ease 0s;}
.footer_box_container.pd-100 { padding-left: 100px; }
.footer_box_container.pd-130 { padding-left: 50px; }
.footer_box_container.last{text-align: right;}

.footer_box p{
	color: #454545;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
	background: #00000001;
}

.footer_box p a { color: #454545; font-weight: 300; transition: all 0.3s ease-in-out; }
.footer_box p a:hover { color: #fff; transition: all 0.3s ease-in-out; }

.footer_box.social_media img{ width: 32px;  display: inline-block; margin-right:7px; transition: all 0.3s ease 0s; }
.footer_box.social_media img:hover{ opacity: 0.5; }

p.google_maps{border-bottom: 1px solid #454545;width: fit-content; margin-top: 40px;}
p.footer_contact{padding: 10px 0 20px 0;}
.strech_content{
	display: flex;
	align-items: stretch;
	position: relative;
	overflow: hidden;
}
.strech_content .right-offset-1{
	display: flex;
	align-items: stretch;
}
.beaches_background { background-image: url(../img/layout/location_blue_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat;  width: 100%;height: 100vh; }
.paxos_background, .room_background{ 
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 850px; 
}
.paxos-bg-wrapper {
    position: relative;
	width: 100%;
}

.paxos-bg-wrapper .paxos-overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.paxos-bg-wrapper img {
    display: block;
    width: 100%;
    /* height: auto; */
	/* height: 850px; */
}
.paxos-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 1.8rem;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	margin: 0;
	white-space: nowrap;
}
h3.inner_image_title{color:#606060; font-family: 'Ubuntu Sans', sans-serif; font-size: 55px; font-weight: 100;  text-align: center;}
.button{
	color: #606060;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
    /* border-bottom: 1px solid #606060; */
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
    padding: 13px 15px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.button::after {
  content: "";
  width: 80%;
  left: 50%;
  height: 1px;
  bottom: 0;
  transform: translatex(-50%);
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  display: block;
  position: absolute;
  background: #606060;
}
.button span {
  display: block;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  top: 0;
  left: 0;
}
.button span::before, .button span::after {
  content: "";
  display: block;
  position: absolute;
  background: #606060;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button span:first-child {
  height: 100%;
}
.button span:first-child::before, .button span:first-child::after {
  width: 1px;
  height: 100%;
  bottom: 0;
  transform: scale3d(1, 0, 1);
  transform-origin: bottom center;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button span:first-child::before {
  left: 0;
}
.button span:first-child::after {
  right: 0;
}
.button span:last-child {
  width: 100%;
  height: 1px;
}
.button span:last-child::before, .button span:last-child::after {
  height: 1px;
  width: 100%;
  bottom: 0;
  transform: scale3d(0, 1, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button span:last-child::before {
  left: 0;
  transform-origin: bottom left;
}
.button span:last-child::after {
  right: 0;
  transform-origin: bottom right;
}
.button:hover {
  opacity: 1;
  outline: 0;
  color: #606060 !important;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button:hover::after {
  width: 100%;
  background: #606060;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button:hover span:first-child::before, .button:hover span:first-child::after {
  transform: scale3d(1, 1, 1);
  background: #606060;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button:hover span:last-child::before, .button:hover span:last-child::after {
  transform: scale3d(1, 1, 1);
  background: #606060;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button:focus {
  background: #606060;
  color: white !important;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button:focus::after {
  opacity: 0;
}
.button.active {
  color: #606060 !important;
  border-color: #606060;
}
.button.active:hover, .button.active:focus {
  background: transparent;
}

.section_location img{/*height: 880px; min-height: 850px;*/ object-fit: cover;height: 100%; object-position: left;}
.paxos-overlay-img img{height: 300px; min-height: 300px; width: fit-content; margin: 90px auto;}

img.footer_logo{
	max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.footer_details_left{width:50%;float:left;}
.footer_details_right{width:50%;float:left;}

.footer_social {
    margin-bottom: 30px;
}

.footer_social.mob {
	display: none;
}

.footer_social.show_991 {
	display: none;
}

.book.show_479 {
	display: none;
}

.footer_social.show_479 {
	display: none;
}

.footer_social img {
	width: 30px;
    display: inline-block;
    margin-left: 20px;
}

.footer_social img.instagram {
	width: 30px;
}

/* ============= ESPA ================= */
.espa {
	position: absolute;
    right: 0;
    z-index: 99;
    bottom: 0px;
}
.espa img { max-width: 100%; }

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

@media only screen and (max-width: 767px) {
	.espa img { max-width: 100%; width: 220px; }
}

@media only screen and (max-width: 549px) {
	.espa img, .espa.sec img {
		width: 180px;
	}

	.espa.third img {
		width: 130px;
	}

	.espa.sec {
		bottom: 27px;
	}

	.espa.third {
		bottom: 54px;
	}

	.espa.four img {
		width: 80px;
	}

	.espa.four {
		bottom: 104px;
	}
}

@media only screen and (max-width: 380px) {
	.espa img, .espa.sec img { max-width: 100%; width: 180px; }
	.espa.third img { width: 120px; }
	.espa.sec {
		bottom: 24px;
	}

	.espa.third {
		bottom: 48px;
	}

	.espa.four img {
		width: 70px;
	}

	.espa.four {
		bottom: 94px;
	}
}

/* ============== END ESPA ============== */



/* Copyright */
.padd_footer{
    padding-bottom: 18px;
    background: #fff;
}

.copyright_wrapper {
	border-top: 1px solid #fff;
    padding-top: 12px;
}

.copyright{
	font-size: 17px;
    padding-bottom: 15px;
    padding-top: 10px;
    color: #606060;
	background: #00000001;
    margin-top: 10px;
    font-weight: 100;
}
.copyright a{	color: #fff;}
#wapp{position:relative;float:right;margin-top: 15px; background: #00000001;}
#wapp a{	display: block;	width: 85px;height: 25px;background:transparent url(../img/layout/wapp.svg) no-repeat center;text-indent: -999999px!important;background-size:100%;}

/* PAGE HEADINGS
================================================== */

.page_heading_image { position:relative; color:#fff; background-repeat: no-repeat;background-position:center center; background-size:cover; height: 100vh;min-height:400px; overflow: hidden;}
.page_heading_shadow{
	height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.2) 70%);
    z-index: 1;
}
.page_heading_image.full { height: 100vh;}
.page_heading_image .page_heading_text { z-index:10;  display: block; position:absolute; width: 100%;bottom:50px; text-align:center;}
.page_heading_image h1 { max-width:400px; margin:0 auto; font-size:42px;font-weight:300;  color:#fff;  text-shadow: 1px 0 50px rgba(0,0,0,0.2);  display: block;   }
.page_heading_image p { margin-bottom:10px;font-size:18px;font-weight:300;line-height:28px;text-shadow: 1px 0 50px rgba(0,0,0,0.2); display: block;  }

/* PAGE TEXT
================================================== */
.page_text h1 {
	font-size: 66px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #606060;
    line-height: 70px;
    position: relative;
    font-family: 'Ubuntu Sans', sans-serif;
    letter-spacing: 10px;
}
.page_text h2 {
	font-size: 46px;
    color: #B5CAD6;
    font-weight: 300;
    line-height: 46px;
    position: relative;

}

.page_text h3 { 
	font-size: 26px;    
	line-height: 1.5em;    
	letter-spacing: normal; 
	margin-bottom:20px;   
	color: #4a4a4a; 
	border-bottom: 1px solid #B5CAD6;
	padding-top:30px;
	padding-bottom:10px
}

.page_text h1:before {
	content: '';
    position: absolute;
}

.page_text p.before_title{
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    background: #454545;
    display: inline-block;
    padding: 5px 15px;
	font-size: 22px;
    line-height: 34px;
    font-weight: 300;
}

.page_text p {
    color: #454545;
	font-size: 22px;
    line-height: 34px;
    font-weight: 300;
}
.page_text ul {margin: 15px 0 15px 0px; overflow:auto;}
.page_text.services_page ul li {margin: 3px 30px 3px 0px;}
.page_text ul li:hover {transition: all 0.3s ease 0s;}
.page_text p.zoom{font-size:12px; z-index: 3;  position: relative;}
.centered {text-align:center;}
.left_image {float:left;max-width:400px; margin:10px 30px 10px 0;}
.left_image.offset_top { margin-top:-30px;}
.right_image {float:right;max-width:400px; margin:10px 0px 10px 30px;}
.right_image.offset_top { margin-top:-70px;}

.decorate_image_left {    position: absolute;    right: calc(100% - 125px);    top: 150px;    width: 100%;    max-width: 250px; }
.decorate_image_left img {   width: 100%;   }

.decorate_image_right {    position: absolute;    left: calc(100% - 125px);    top: 450px;    width: 100%;    max-width: 250px; }
.decorate_image_right.rooms {     top: 50px;     }
.decorate_image_right img {   width: 100%;   }

.mini_font a {
	text-decoration: underline;
}

.page_text.villas h1 {
	padding-top: 70px;
	margin-bottom: 0;
}

.home_villa_text.left {
	padding-right: 80px;
}

.home_villa_text.right {
	padding-left: 80px;
}

.page_text .villa_text p {
	margin-top: 65px;
}

.villas {
	padding-bottom: 280px;
	position: relative;
}

.villa_text {
	background: #fff;
	padding: 70px 80px 40px 110px;
	border-bottom: 1px solid #f7f3ed;
}

.villa_text img {
	width: 75px;
}

.villas .opacity_bg {
	background-color: #ffffffb3;
    position: absolute;
    height: 98%;
    left: 0;
    width: 50px;
    bottom: 0;
}

.villas .villa_bottom .opacity_bg {
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	height: 90%;
}

.villa_bottom {
	display: flex;
    align-items: flex-end;
	margin-top: 0px;
}

.page_text.villas h2:before {
	content: '';
    position: absolute;
    width: 15px;
    height: 75%;
    margin-left: -50px;
    top: 15%;
    border-left: 15px solid #B5CAD6;
}

.villa_text ul li {
	margin: 3px 0px 3px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    width: 49%;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.page_text .villa_text ul li p {
	font-size: 25px;
    padding-top: 20px;
    font-weight: 300;
    position: relative;
	margin-top: 0;
}

.page_text .villa_text ul li p:before {
	content: '';
    background-image: url(../img/layout/triangle_2.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    top: 5px;
}

.villa_bottom .villa_img {
	margin-top: 0;
	margin-bottom: -50px;
}

.villa_text ul {
	margin-left: -60px;
}

.spa_treats {
	margin: 70px 0 20px 0;
	background-color: #9f9e9e;
	padding: 30px 0;
}

.spa_treats h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px!important;
	font-size: 30px!important;
}

.page_text.spa_treats ul {
	text-align: center;
	overflow: hidden;
}

.page_text.spa_treats .spa_list li {
	background-image: url(../img/layout/spa_white.svg);
	padding: 15px 25px 25px 25px;
    display: inline-block;
    margin: 3px 15px;
}

.page_text.spa_treats .spa_list li a {
	color: #fff;
}

.page_text .spa_list li {
	background-image: url(../img/layout/spa.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 19px;
	padding: 15px 15px 25px 25px;
}

.spa_list a {
	padding-left: 10px;
    color: #9a9f87;
    font-weight: 400;
	transition: all 0.3s ease-in-out;
}

.spa_list a:hover {
	text-decoration: underline;
}

.location1 {
	width: 40%;
}

.location2 {
	width: 60%;
	float: right;
}

.location3 {
	width: 42%;
    float: right;
}

.location_sec_row {
	display: flex;
	align-items: flex-end;
}

.page_text .tabs_description p {
	margin-bottom: 20px;
    font-size: 19px;
}

.page_text.tabs_section h1 {
    font-weight: 300;
}

.tabs_section {
	padding-bottom: 60px;
}

.sights_image {
	margin-top: -70px;
	position: relative;
}

.sights_image:before {
	content: '';
    position: absolute;
    background-color: #ffffffb3;
    height: calc(100% - 70px);
    left: 0;
    width: 37px;
    bottom: 0;
}

.page_text.villas.facilities h1.location_title {
    margin-bottom: 0;
    padding-bottom: 50px;
    margin-left: 50px;
}

.menu_tabs ul li a.inactive {
	background: transparent;
    font-weight: 200;
    font-size: 28px;
}

.menu_tabs ul li a span {
	font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #B5CAD6;
    display: block;
    width: fit-content;
    border-bottom: 1px solid #B5CAD6;
    padding: 0 5px 10px 5px;
    margin: 0 auto 25px auto;
}

.menu_tabs ul li a.inactive span {
	font-size: 26px;
	font-weight: 200;
}

.page_text .menu_tabs ul li {
	display: inline-block;
    width: 24%;
    margin: 0;
    border-bottom: none;
	text-align: center;
}

.menu_tabs ul li a {
	font-size: 28px;
    color: #606060;
    cursor: pointer;
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 400;
    background: #fff;
    display: block;
    padding: 40px 0px;
    line-height: normal;
	position: relative;
}

.menu_tabs ul li a:after {
	content: '';
    position: absolute;
    background-image: url(../img/layout/triangle.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    background-size: 25px;
    height: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu_tabs ul li a.inactive:after {
	display: none;
}

.page_text ul#tabs {
	margin: 0;
}

.tabs_description {
	padding: 45px 30px 0 30px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.page_text .tabs_description h2 {
	margin-bottom: 25px;
	border-bottom: 1px solid #ba9e7e;
	padding-bottom: 12px;
	font-size: 37px;
}

.tabs_description_left {
	margin-right: 45px;
}

.page_text .menu_tabs .tabs_description_right ul li {
	display: inline-block;
    width: calc(49% - 35px);
    padding: 37px 0;
    border-bottom: 1px solid #B5CAD6;
    margin: 0 35px 0 0;
    font-weight: 300;
    font-size: 23px;
    text-align: left;
    line-height: normal;
}

.page_text .menu_tabs .tabs_description_right ul li:nth-last-child(-n+2) {
    border-bottom: none;
}

.page_text.tabs_section h1 {
    font-size: 51px;
}

.tabs_description h2 span {
	font-size: 28px;
    margin-right: 20px;
    font-weight: 700;
    color: #ba9e7e;
}

.menu_tabs ul li a.inactive:before {
	border-top: none;
}

.location_text{
	padding: 9% 4% 3% 4%;
    width: 42%;
    background: #fff;
    float: right;
    margin-right: 5%;
}

.location_text p {
	margin-bottom: 10px;
	font-size: 28px;
    font-weight: 300;
    line-height: 55px;
    font-family: 'Ubuntu Sans';
    color: #000;
}

.location_link {
	padding: 5% 0% 30% 0%;
    width: 42%;
    background: #0000003b;
    float: right;
    margin-right: 5%;
    display: flex;
    clear: both;
    position: relative;
    justify-content: center;
    align-items: center;
}

.location_link a {
	color: #fff;
	font-size: 65px;
    line-height: 75px;
}

.location_link a:after {
	content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    margin-left: 22px;
    background-image: url(../img/layout/asset_white.svg);
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    right: 10px;
}

@-webkit-keyframes shine_letters {
	from {
	  -webkit-mask-position: 150%;
	}
	
	to {
	  -webkit-mask-position: -50%;
	}
  }

.location_text h3{font-size: 40px; letter-spacing: normal; color: #29365b; text-transform: none; margin-bottom: 20px;}

.img_map{width: 100%;display: block;height: auto;}

.btn_more {   	
    border-bottom: 1px solid #3D3D3B;    
    display: block;    
    margin-bottom: 15px;
    margin-top: 40px;
    overflow: hidden;    
    position: relative;   	
}
.btn_more span {
	cursor: pointer;
    display: inline-block;
	font-weight: 400;
    letter-spacing: 0.5px;
	color:#3D3D3B;
	background: none; 
	border: 2px solid #3D3D3B;  
	border-bottom: 1px solid #3D3D3B;
	padding: 10px 20px 10px 20px;
	transition: all 0.3s ease 0s;
}
.btn_more:hover span, .btn_more:active span{
    color: #fff;
	background: #3D3D3B;
	transition: all 0.3s ease 0s;
}

.book_now{font-size:16px; letter-spacing:1.7; font-weight:300;color:#000;padding:10px 20px;border:1px solid #000;margin-top:25px;display: inline-block;  position:relative; cursor: pointer;    text-transform: uppercase;    overflow: hidden; background: #F6F3EA;}
.book_now:hover span{color:#fff;}
.book_now:before {  content: '';    z-index: 1;    transform: scaleX(0);    transform-origin: right 50%;    transition-property: transform;    transition-duration: 380ms;    background-color: #000;    color: #fff!important;    padding-bottom: 2px;
    top: 0;    left: 0;    position: absolute;    z-index: 1;    width: 100%;    height: 100%;    display: block; }
.book_now:hover span{color: #fffbeb; position:relative; z-index:1;transition: all 0.3s ease 0s;}
.book_now:hover:before {    transform: scaleX(1);    transform-origin: left 50%;    width: 100%;    height: 100%;    display: block;}

/* HOME PAGE
================================================== */
#banner .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	transition: all 0.3s ease;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 15px;
	height: 15px;
	position: relative;
	margin: 0 12px;
}


#banner .swiper-pagination-bullet-active {
	background: white;
	border: none; 
	width: 14px;
    height: 14px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
    flex-direction: row;
	right: 15%;
	bottom: 10%;
}
#banner .swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
    top: -5px;
    left: -5px;
    width: 24px;
    height: 24px;
	border: 1px solid white;
	border-radius: 50%;
}


.logo_bg {
    position: relative;
    height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    z-index: 1;
	text-align: center;
    padding: 0 15%;	
}

.logo_bg h3{position: relative;text-align: center; z-index: 2; font-size: 65px; line-height: 80px; max-width: 800px;  margin: 0 auto 60px auto;}
.logo_bg .button {position: relative; z-index: 2; text-align: center;}

.bg-wrapper .overlay-img {
    position: absolute;
    /* top: 50%; */
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
	/* width: auto;
    height: auto; */
}

.overlay-img img{
	width: 100%;
	height: auto;
	display: block;
} 
.bg-wrapper {
	position: relative;
	width: 100%;
	height: 850px;
	/* height: 100%; */
	/* height: 95vh; */
	display: flex;
	align-items: center;
	justify-content: center;
} 
.room_intro .bg-wrapper {align-items:flex-start}
.section_contact .bg-wrapper {height: auto;}
.bg-wrapper img{min-height: 800px;}
.overlay-img img{min-height: 400px;}
.section_intro{padding-bottom:40px}
.villas_intro_text{padding: 40px 0 40px 0;}
.villas_intro_text.second_text {padding: 40px 0 30px 0;}
.villas_intro_text.welcome_text h3{letter-spacing: 0; text-align: left;padding-right: 20px;}
.villas_intro_text h3{
	color: #606060;
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 25px;
	text-align: center;
    padding: 60px 0;
}
.villas_intro_text.second_text h3{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.villas_intro_text h3 span {
	color: #B5CAD6;
}
.villas_intro_text p{
	color: #454545;
    font-size: 22px;
    font-weight: 200;
    line-height: 37px;
	padding: 5px 0;
    padding-right: 20%;
}
.villas_intro_text.second_text p{
    padding-left: 20%;
    padding-right: 20px;
}

.align_titles{
	display: flex;
    align-items: center;
	padding-bottom: 30px;
}
.villa-wrapper {
	position: relative;
	height: 90vh;
	overflow: hidden;
}

.villa-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); 
}
.villa-wrapper a{
    transition: all 0.3s ease 0s;
}
 .villa-wrapper a:hover {
	background: rgba(0,0,0,0.2);
    transition: all 0.3s ease 0s;
}

.villa-wrapper:hover .button {
  opacity: 1;
  outline: 0;
  color: #fff !important;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  z-index: 999;
}
.villa-wrapper:hover .button::after {
  width: 100%;
  background: #fff;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  z-index: 999;
}
.villa-wrapper:hover .button span:first-child::before, .villa-wrapper:hover .button span:first-child::after {
  transform: scale3d(1, 1, 1);
  background: #fff;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  z-index: 999;
}
.villa-wrapper:hover .button span:last-child::before, .villa-wrapper:hover .button span:last-child::after {
  transform: scale3d(1, 1, 1);
  background: #fff;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  z-index: 999;
}

.villa-overlay:hover .button.white{background: transparent;}  

.villa-full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.villa-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
	padding: 100px 30px;
	text-align: center;
	z-index: 9;
	color: white;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none; 
}

.villa-overlay h2,
.villa-overlay .button.white {
	pointer-events: auto;
	z-index: 3;
}

.villa-overlay h2 {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0;
	letter-spacing: 20px;
}

.villa-overlay .button.white {
	color: #fff;
	z-index: 5;
}

.button.white{
	color: #fff;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
	text-decoration: none;
}
.button.white:hover {
  color: #fff !important;
}
.button.white:hover span:first-child::before, .button.white:hover span:first-child::after, .button.white:hover::after,.button.white span::before, .button.white span::after, .button.white::after, .button.white:hover span:last-child::before, .button.white:hover span:last-child::after {
  background: #fff;
}
.button.white:focus {
  background: transparent;
  color: white !important;
}
.button.white.active {
  color: #606060 !important;
  border-color: #606060;
}

.villas_intro_text.home_gallery p{
	padding-right: 0;
}
.villas_intro_text.home_gallery h3 {
    text-align: left;
    letter-spacing: 0;
	padding: 60px 70px 60px 0;
	font-size: 65px;
}
#swiper-gallery-home{margin-left: 13vw;padding-left: 30px;}

#gallery_content {
  position: relative;
}
#gallery_content .swiper-pagination{
	display: flex;
    align-items: flex-end;
	flex-direction: column;
    left: 0;
    position: absolute;
    bottom: 0px;
    top: unset;
    width: 11vw;
	justify-content: center; 
	/* padding: 10px 0; */
	z-index: 10;
}
#gallery_content .swiper-button-next,
#gallery_content .swiper-button-prev {
  width: 40px;
  height: 50px;
  background: #fff no-repeat center center;
  background-size: contain;
  margin: 20px 0px 0 0px;
  cursor: pointer;
  position: relative; 
  opacity: 1 !important;
}

#gallery_content .swiper-button-next {
  background-image: url(../img/layout/arrow_right.svg)!important;
}

#gallery_content .swiper-button-prev {
  background-image: url(../img/layout/arrow_left.svg)!important;
}
#gallery_content .swiper-button-next::after{display: none;}
#gallery_content .swiper-button-prev::after{display: none;}


a.overlay_link {display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;text-indent: -999999px; z-index:10; }

.covid_notice { margin:20px 20px 40px 20px; padding:20px; border:1px solid #3D3D3B; text-align:center;}

.home_header { /*height:100vh!important; */min-height:600px; position:relative; overflow:hidden; background-color: #fff; }
.home_header_shadow{
	height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 70%);
    z-index: 1;
}
.hero_bg{ width:50vw;height:100vh; min-height:auto;position:absolute;top:0;right:0; background-color:#fff; background-position: center;     background-size: cover; 
transform:translateZ(0); transition:all 0.2s ease-in-out; background-size: 100%!important;/* animation: clip-hero-anim 1.25s cubic-bezier(0.29, 0.8, 0.8, 0.98); will-change: clip-path; */}
.hero_bg.swiper_slide{background-size: 100%!important;}
.banner_text{display: flex; position: absolute; align-items: flex-end; height: 100vh;width: 620px;}
#banner .banner_text{width:38vw}
.banner_text.contact_banner{width:38vw}
.banner_text.albums_home{width:38vw}
@keyframes clip-hero-anim {
	from {
	  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
	}
	to {
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@keyframes grow{
	0%{transform:scale(1)}	50%{transform:scale(1.2)}
}

.home_header_content {
	z-index: 10;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    /* top: 85px; */
    flex-direction: column;
	margin-bottom: 30%;
}

.no_banner .home_header_content {
    justify-content: flex-start;
    top: 21vh;
}

.home_header_content p { font-size:20px;font-weight:300; line-height: 30px; color:#fff; display: block; margin-bottom:20px; }
.home_header_content p.subtitle {font-size: 26px; font-weight: 100; line-height: 30px; color: #606060; display: block; margin-bottom: 20px; font-family: 'Ubuntu Sans', sans-serif; letter-spacing: 10px;}
.home_header_content h1 {
	font-size: 65px;
    font-weight: 100;
    color: #606060;
    display: block;
    max-width: 100%;
    line-height: normal;
    text-align: center;
    font-family: 'Ubuntu Sans', sans-serif;
	background: #00000001;
	text-align: left;
}
.scroller {
    position: relative;
    overflow: hidden;
    height: 30vh;
}

.scroller h1 {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: fadeSwap 8s infinite;
    text-align: left;
	/* padding-right: 15%; */
	padding-right: 0;
}

.scroller h1:nth-child(1) {
    animation-delay: 0s;
}

.scroller h1:nth-child(2) {
    animation-delay: 4s;
}

@keyframes fadeSwap {
    0% { opacity: 0; }
    10% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
}
.home_header_content.rooms_view h1 {
	text-transform: uppercase;
    font-weight: 100;
}

a.vrt_msg{
    line-height: normal;
    margin-bottom: 0;
    padding: 30px;
	color:#fff;
	font-weight:700;
	letter-spacing:2px;
}

  .link__arrow {
	display: inline-flex;
  }
  .link__arrow span {
	position: relative;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	overflow: hidden;
	background: #ccc;
	z-index: 2;
  }
  .link__arrow span:nth-child(1) {
	transform-origin: left bottom;
	transform: rotate(45deg) translate3d(8px, -10px, 0);
  }
  .link__arrow span:nth-child(2) {
	transform-origin: left bottom;
	transform: rotate(-45deg);
  }
  .link__arrow span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
  }
  .link__line {
	position: relative;
	margin-left: -14px;
	margin-right: 0px;
	width: 90px;
	height: 2px;
	background: #ccc;
	overflow: hidden;
	z-index: 1;
  }
  .link__line:after {
	content: "";
	display: block;
	position: absolute;
	left: 80px;
	width: 70px;
	height: 2px;
	background: #fff;
  }
  .link__text {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:700;
	text-shadow: 1px 0 50px rgb(0 0 0 / 20%);
  }
  .link:hover .link__line:after {
	animation: animation-line 1.5s forwards;
  }
  .link:hover .link__arrow span:after {
	animation: animation-arrow 1.5s forwards;
	animation-delay: 1s;
  }
  
  @keyframes animation-line {
	0% {
	  left: 80px;
	}
	100% {
	  left: 0;
	}
  }
  @keyframes animation-arrow {
	0% {
	  width: 0;
	}
	100% {
	  width: 100%;
	}
  }

.scrollButtonContainer {
	position: absolute;
    z-index: 10;
    color: white;
    display: block;
    height: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
    text-align: left;
	transition: all 1s;
}

div.scroll-suggestion {
    margin: auto;
    color: #fff;
}

.scrollButtonContainer img {
	width: 40px;
    height: 40px;
	animation: scrolldown 1.2s ease-in-out infinite;
}

@keyframes scrolldown {
	0%{
		transform: translateY(20%);
		opacity: 0.7;
	}
	50%{
		transform: translateY(0%);
		opacity: 0.2;
	}
	100%{
		transform: translateY(20%);
		opacity: 0.7;
	}
}

.scrollButtonContainer p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-weight: normal;
	color:#fff;
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Wobble Vertical */
@keyframes hvr-wobble-vertical {
  8.33% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  16.65% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  24.98% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  33.3% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  41.63% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.home_left_title {display:block; width:100%; margin-bottom:50px; margin-top:130px;}


.home_center_title{display:block; width:100%; margin-bottom:50px; margin-top:130px;text-align:center;}
.home_center_title p.smaller{font-size:16px; font-weight:400; letter-spacing:2px; padding-bottom: 100px;  position: relative;}
.home_center_title p.smaller:after {content: "";height: 80px; width: 1px;  background: #29365b; display: block; position: absolute;    top: 40px;    left: 50%;    -webkit-transform: translateX(-50%);    -ms-transform: translateX(-50%);    transform: translateX(-50%);
}
.home_center_title h2{font-size: 48px;    font-weight: 300;    line-height: 60px;    color: #674439;    text-transform: uppercase; font-family: 'Roboto Flex', serif;}
.home_center_title p.grey_parag{font-size:18px; color:#000;margin-top:20px;margin-bottom:30px;font-weight:100;}


.suites_title {
	position: absolute;
    top: -315px;
    z-index: 99;
    width: 100%;
}

.suites_title h2 {
	font-size: 85px;
    line-height: 85px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #B0ADA8;
    margin-left: 8%;
}

.suites_title h2 span {
	color: #B0ADA8;
    font-weight: 400;
}

img.rooms_home {
	position: absolute;
    top: -280px;
	right: 3px;
    width: 80%;
    padding-bottom: 125vh;
    background-color: #D8D6CF;
}

.room_details {
	border-left: 1px solid #fff;
	padding: 10px 55px;
}

.room_details p {
    font-size: 22px;
    font-weight: 100;
    color: #fff;
    padding-right: 40px;
	padding-left: 15px;
    line-height: 28px;
	font-family: 'Ubuntu Sans';
}

.room_details  ul li {
    margin: 0;
    padding: 0px 15px 0 15px;
    border-right: 1px solid #fff;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    background: none;
    transition: all 0.3s ease 0s;
	overflow: hidden;
}

.room_details ul li:last-child {
	border-right: none;
}

.rooms_more {
	position: absolute;
    bottom: 140px;
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-right: 11px;
    right: 0px;
	margin-right: 100px;
	transition: all 0.3s ease-in-out;
}

.rooms_more.facilities {
    position: relative;
    bottom: 10px;
    float: right;
    color: #444;
    font-size: 24px;
    border-bottom: 1px solid #444;
    margin-right: 140px;
}

.rooms_more.facilities:after {
	background-image: url(../img/layout/asset_black.svg);
}

.rooms_more.facilities:hover {
	color: #444;
}

.rooms_more.mob {
	display: none;
}

.rooms_more:hover {
	color: #fff;
}

.rooms_more:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    margin-left: 18px;
    background-image: url(../img/layout/asset_white.svg);
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
	transition: all 0.3s ease-in-out;
}

.rooms_more:hover::after {
	margin-left: 25px;
}

.room_book {
	position: absolute;
    bottom: 80px;
    right: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-right: 100px;
	transition: all 1s;
}

.room_book.mob {
	display: none;
}

.room_book:hover {
	color: #fff;
	padding-right: 158px;
}

.rooms_left_image {}
.rooms_left_image img {max-width:100%;}

.rooms_right_image {max-width:100%;position: relative;z-index: 2;}

.room_right_image img { width: 70%; float: right; }

.rooms_home .about_text {
    padding-top: 60px;
}

.rooms_home .about_text.facilities_intro {
	padding-bottom: 60px;
}

.facilities_intro button {
	margin-top: 20px;
    float: right;
    border: none;
    background: none;
    color: #9a9f87;
    font-size: 15px;
}

.facilities_intro button img {
	width: 25px;
    margin-right: 8px;
}

.facilities_reverse .room_right_image img {
    width: 100%;
	float: right;
}

.rooms_home ol {
	list-style: inside;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_text h5 {
	color: #9a9f87;
    font-size: 28px;
    border-bottom: 1px solid #9a9f87;
    width: fit-content;
    margin-bottom: 20px;
    font-weight: 400;
}

.rooms_home ol li {
	color: #606060;
    font-size: 20px;
	font-weight: 100;
	line-height: 35px;
}

.rooms_home ul {
	list-style: revert;
}

.rooms_home ul li {
	font-size: 20px;
    width: 49%;
    display: inline-block;
    line-height: 40px;
    color: #000;
    margin-bottom: 10px;
}

.list_spa {
	display: inline-block;
    width: 49%;
}

.facilities p {
	font-size: 21px;
	font-weight: 300;
	line-height: 35px;
	margin-top: 15px;
    margin-bottom: 30px;
}

.rooms_home .home_half_text {
    padding: 5px 15px 5px 100px;
}

.rooms_description {
	background: #fff;
    height: 80vh;
	width: 75%;
	padding: 3% 10%;
    position: relative;
}

.reverse-rooms .rooms_description {
	float: right;
}

.rooms_description h2 {
	color: #B0ADA8;
    font-size: 48px;
    line-height: 60px;
    padding: 20px 0 50px 0;
}

.rooms_description p {
	margin-bottom: 10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    padding: 0 70px 70px 0;
}

.rooms_description ul li {
	font-size: 29px;
    color: #000;
    background: none;
    padding-left: 0;
    overflow: hidden;
    line-height: 40px;
    padding-bottom: 30px;
    font-weight: 300;
}

.rooms_description ul li:before {
	content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 75px;
    height: 1px;
    margin-top: 55px;
}

.rooms_description ul li:last-child::before {
	display: none;
}

.room_title {
	position: absolute;
    bottom: 0;
    background: #00000059;
	padding: 50px 50px 50px 50px;
	width: 100%;
}

.room_title h1 {
	font-size: 45px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    line-height: 65px;
    padding-left: 105px;
    position: relative;
    font-family: 'Ubuntu Sans';
	text-transform: uppercase;
	width: 75%;
}

.room_title h1:before {
	display: none;
}

.room_title .rooms_more {
	bottom: 0px;
    right: 50px;
    float: right;
    position: relative;
}

p.total_rooms {
	position: absolute;
    margin-top: 0px;
    right: 0;
    font-size: 22px;
    color: #000;
    font-weight: 100;
}

.beige_bg.rooms {
    height: 25px;
    width: 41.67%;
    position: absolute;
    bottom: -85px;
    right: 0;
    margin-bottom: 60px;
    background: #ebeae6;
}

.reverse-rooms .beige_bg.rooms {
    height: 25px;
    width: 41.67%;
    position: absolute;
    bottom: -85px;
    left: 0;
    margin-bottom: 60px;
    background: #ebeae6;
}

.rooms_view .room_right_image {
	width: 70%;
    float: right;
    background: #ebeae6e3;
    padding-bottom: 60%;
    position: relative;
}

.rooms_view .room_right_image img {
	width: 100%;
    float: right;
}

.rooms_view .room_book {
    color: #606060;
    border-bottom: 2px solid #606060;
	bottom: 27%;
}

.rooms_view {
	padding-bottom: 0;
}

.room_facilities h1 {
	color: #B0ADA8;
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 60px;
}

.room_facilities ul {
	margin: 25px 0;
}

.room_facilities ul li {
	font-size: 26px;
    color: #000;
    font-weight: 100;
    line-height: 45px;
    margin-bottom: 15px;
}

.villa_description p {
	font-size: 24px;
	font-weight: 300;
    line-height: 47px;
    color: #000;
}

.villa_details small {
	font-size: 18px;
}

.villa_details a {
	margin: 90px auto 0 auto;
    display: block;
    padding: 22px 35px;
    color: #606060;
    font-size: 18px;
    letter-spacing: 4px;
    font-family: 'Ubuntu Sans';
    font-weight: 300;
    width: fit-content;
    border: 1px solid #B5CAD6;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}

.villa_details a:before, .villa_details a:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
	top: 0;
    width: 0;
    height: 100%;
}

.villa_details a:before {
	left: 0;
    border-left: 0;
    border-right: 0;
}

.villa_details a:hover:before {
    transition-delay: 0s;
}

.villa_details a:hover:before, .villa_details a:hover:after {
    width: 100%;
}

.villa_details a:hover:after {
	background: #B5CAD6;
    transition-delay: .15s;
}

.villa_details a:after {
    left: 0;
}

.villa_details a:hover {
	color: #fff;
}

.page_text.villas.facilities h3 {
	margin-bottom: 0;
    padding-bottom: 50px;
    text-align: center;
	font-weight: 100;
	font-size: 60px;
	letter-spacing: 30px;

}
.page_text.villas.facilities h3 strong {
	color:#B5CAD6;
	font-weight: 100;
	font-size: 60px;
	letter-spacing: 30px;
}
#banner .swiper-slide {
    height: 100vh;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.swiper-slide.villa_gallery_img {
	height: 70vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.villa_gallery .white_bg{height: 70vh}
.swiper-pagination-custom{bottom: 0; position: absolute;width: 100%; height: auto; right: 0;}
.villa_gallery p {
    background: transparent;
    padding: 0 40px;
    font-size: 24px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
    width: 175px;
    margin-left: -5vw;
    position: initial;
    left: -80px;
    color: #B5CAD6;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.villa_gallery p span{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 30px;
	padding: 0 7px;
}

.villa_gallery span {
	font-size: 30px;
    font-weight: 100;
	background: #fff;
	color: #454545;
}

.villa_gallery span#total-slides {
	font-size: 30px;
	font-weight: 100;
	color: #B5CAD6;
}

.villa_facilities ul li:nth-last-child(-n+2) {
	border-bottom: none;
}

.villa_gallery {
	padding-bottom: 80px;
}

.features {
	position: relative;
	margin-bottom: 100px;
}

.features_bg {
	position: absolute;
	width: 85%;
    height: calc(100% + 40px);
    background-color: #E3DFDA;
    top: -40px;
    z-index: -1;
    right: 0;
}

.room_features {
	background-color: #E3DFDA;
}

.features_list {
	width: 100%;
    padding: 50px 20px;
}

.features_list ul li {
	margin: 0px 0 0px 0;
	padding: 15px 15px 25px 15px;
    font-size: 22px;
	color: #121212;
    font-weight: 300;
    line-height: normal;
    background: none;
    background-size: 12px;
    transition: all 0.3s ease 0s;
    width: 33%;
    display: inline-block;
    border-right: 2px solid #BFBDBB;
}

.features_list.facility_list ul li {
	width: 49%;
	border-right: none;
}

.page_text .features_list.facility_list h2 {
	font-size: 34px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 32px;
    color: #666;
}

/* .features_list.facility_list ul li:nth-last-child(2n) {
    border-right: 2px solid #BFBDBB;
} */

.features_list ul li:last-child, .features_list ul li:nth-last-child(4) {
	border-right: none;
}

.total_rooms.gallery {
	text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}

.total_rooms.gallery span {
	z-index: 2;
    color: #000;
    position: relative;
}

.mar_neg{margin-top: -5%;border:5px solid #fff;}
.image_subtitle { display:block; margin-top:10px; margin-bottom:30px; font-size:18px; color:#4C5870;}

.sight_container { position:relative; min-height:350px;  }
.sight_container.inner_sight_container {  min-height:600px; overflow:hidden; margin-bottom:50px; }
.sight_box { position:absolute;bottom:0px; }
.sight_box .sight_image { position:relative;	overflow:hidden; }
.sight_box img {max-width:100%; transition: all 0.3s ease 0s;}
.sight_box .sight_subtitle { display:block; margin-top:10px; margin-bottom:10px; color:#4C5870; font-size:18px; text-align:right; transition: all 0.3s ease 0s;}
.sight_box:hover .sight_subtitle{ color:#3D3D3B; transition: all 0.3s ease 0s;}
.sight_box:hover img{  transform: scale(1.05); transition: all 0.3s ease 0s;}

.fragment-banner{height:40vh;overflow:hidden;position: relative;background-size:100%;border:1px solid #f1f1f1;background-color: #000;overflow:hidden;transition: all 0.3s ease 0s;background-size: cover; background-position: center;}
.fragment-banner:hover{transition: all 0.3s ease 0s;    -webkit-transform: translateX(4px) translateZ(0) scale(1.05);
    transform: translateX(4px) translateZ(0) scale(1.05); }


.home_half_text{
	padding: 0px 0px 200px 100px;
    display: flex;
    margin-left: -40px;
}
.home_half_text.mar_top{margin-top:100px;}
.home_half_text p{
	padding-left: 60px;
}

.home_half_text a {
	color: #9a9f87;
}

.home_half_text p.first, .home_half_text p.sec {
	width: 49%;
	display: inline-block;
}

.about_wrapper {
	position: relative;
    padding-bottom: 110px;
    display: flex;
}

.about_wrapper img {
	width: 400px;
}

.about_wrapper img.logomark {
	width: 55px;
    display: block;
    padding-top: 155px;
    padding-bottom: 300px;
}

.about_wrapper .about_left p {
	padding: 124px 100px;
    font-size: 23px;
    font-family: 'Ubuntu Sans', sans-serif;
    color: #B5CAD6;
	background: #00000001;
}

.about_wrapper p {
	font-size: 20px;
    padding: 50px 50px 0px 85px;
    line-height: 37px;
}

.about_wrapper .home_left_image img {
    width: 80%;
}

.about_wrapper .home_left_image.location img {
	width: 100%;
}

.about_wrapper .location_right_img {
    float: right;
    width: 350px;
    margin-top: 110px;
}

.about_wrapper.location_section p {
    font-size: 22px;
    padding: 100px 0 0 100px;
	line-height: 45px;
}

.about_wrapper .home_left_image:after {
	content: '';
    border: 1px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 80px;
    left: 80px;
}

.about_text.mob {
	display: none;
}

.page_text .about_text h1 {
	color: #B5CAD6;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 200;
    padding: 15px 0px 15px 80px;
    line-height: 80px;
    border-right: none;
}

.home_half_text p.first_line, .suites_description p.first_line, .home_center_title p.first_line{
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    background: #000;
    display: inline-block;
    padding: 5px 15px;

}
.home_half_text h4{
    font-size: 40px;
    line-height: 54px;
    color: #674439;
    margin-top: 10px;
    margin-bottom: 50px;
	font-weight: 400;
	font-family: 'Roboto Flex', serif;
}
.home_left_image{
	position: relative;
	overflow: hidden;
}

.about_wrapper img.villa_right_img {
	width: 500px;
    float: right;
    margin-top: 120px;
}

.home_left_image img{
	width: 100%;
}

.about_text {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 110px;
}

.about_text.mob {
	display: none;
}

.page_text .about_text h2 {
	position: relative;
	width: fit-content;
	margin-bottom: 15px;
}

.page_text .about_text h2:after {
	content: '';
    position: absolute;
    border-bottom: 1px solid #606060;
    left: 0;
    margin-top: 50px;
    width: 100%;
}

.home_right_image{
	position: relative;
    margin-top: 100px;
}
.home_right_image img{
	width:100%;
}

.home_right_image:after {
	content: '';
    border: 1px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 80px;
    left: 80px;
}

.icon_content {
	text-align: center;
}

.icon_content img {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.page_text .icon_content .icon_number {
	color: #ba9e7e;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 15px;
}

.page_text .icon_content .icon_number::after {
	content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 27px;
    left: 0;
    right: 0;
    margin: 53px auto 0 auto;
}

.page_text .icon_content .icon_text {
    font-size: 27px;
    color: #ba9e7e;
}

.exterior_right_img {
	padding-right: 20%;
    text-align: right;
	position: relative;
}

.exterior_right_img:before {
	content: '';
    background-color: #fff;
    width: 100%;
    height: 110px;
    position: absolute;
    left: -120px;
    top: 0;
    z-index: 0;
}

.exterior_right_img:after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 20%;
	right: 0;
	z-index: 0;
	height: 100%;
}

.exterior_right_img img {
	width: 285px;
    z-index: 1;
    position: relative;
}

.exterior {
	position: relative;
    display: block;
    overflow: hidden;
    background: #f7f5f2;
	padding-bottom: 160px;
	margin-top: 110px;
}

.exterior .z_index, .interior .z_index {
	z-index: 1;
	position: relative;
}

.exterior:after {
	content: '';
    background: #fff;
    width: 12%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

.exterior_text {
	padding: 60px 20% 60px 120px;
}

.exterior_text a {
	    color: #000;
    font-weight: 400;
}

.exterior.dynamic .exterior_text {
	padding: 60px 18% 60px 100px;
}

.page_text .exterior h2 {
	font-size: 40px;
    color: #606060;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.page_text .exterior p {
    line-height: 35px;
}

.page_text .exterior h2:after {
	content: '';
    position: absolute;
    border-bottom: 1px solid #606060;
    left: 0;
    margin-top: 70px;
    width: 135%;
}

.exterior_img {
	padding-right: 120px;
}

.interior_img {
	padding-left: 120px;
}

.interior {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f7f5f2;
	padding-bottom: 160px;
}

.interior:after {
	content: '';
    background: #fff;
    width: 12%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

.page_text .interior h2 {
	font-size: 40px;
    color: #606060;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 60px;
    text-align: right;
}

.interior_left_img {
	padding-left: 24%;
    padding-right: 120px;
}

.interior .more {
	float: right;
}

.interior_left_img img {
	width: 100%;
}

.interior_text {
	padding: 60px 120px 60px 24%;
	position: relative;
    display: block;
    overflow: hidden;
}

.interior.dynamic .interior_text {
	padding: 60px 100px 60px 14%;
	position: relative;
    display: block;
    overflow: hidden;
}

.page_text .interior h2:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #606060;
    right: 0px;
    margin-top: 70px;
    width: 140%;
}

.more {
	margin-top: 50px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #606060;
    border: 1px solid #B5CAD6;
    width: fit-content;
    transition: all 0.3s ease-in-out;
    padding: 20px 60px 20px 60px;
    letter-spacing: 4px;
	margin-bottom: 40px;
	position: relative;
    z-index: 0;
}

.more:before, .more:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
	top: 0;
    width: 0;
    height: 100%;
}

.more:before {
	left: 0;
    border-left: 0;
    border-right: 0;
}

.more:hover:before {
    transition-delay: 0s;
}

.more:hover:before, .more:hover:after {
    width: 100%;
}

.more:hover:after {
	background: #B5CAD6;
    transition-delay: .15s;
}

.more:after {
    left: 0;
}

.more:hover {
	color: #fff;
}

.parallax {
	position: relative;
    height: 73vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax img {
	animation:grow 40s linear 15ms infinite;
}

.parallax p {
	position: relative;
    font-family: 'Ubuntu Sans', sans-serif;
    color: #fff;
    font-weight: 100;
    font-size: 57px;
    line-height: 80px;
    text-align: center;
	background: #00000001;
}

.parallax a {
	position: relative;
    font-size: 19px;
    color: #fff;
    font-weight: 100;
    border: 1px solid #fff;
	background: #00000001;
    padding: 22px 35px;
    margin-top: 50px;
    letter-spacing: 2px;
    font-family: 'Ubuntu Sans', sans-serif;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}

.parallax a:before, .parallax a:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
	top: 0;
    width: 0;
    height: 100%;
}

.parallax a:before {
	left: 0;
    border-left: 0;
    border-right: 0;
}

.parallax a:hover:before {
    transition-delay: 0s;
}

.parallax a:hover:before, .parallax a:hover:after {
    width: 100%;
}

.parallax a:hover:after {
	background: #B5CAD6;
    transition-delay: .15s;
}

.parallax a:after {
    left: 0;
}

.parallax a:hover {
	color: #fff;
}

.services{
	margin-top: 150px;
    position: relative;
    display: block;
    overflow: visible!important;
}

.services_wrapper {
	background: #B5CAD6;
    display: flex;
    align-items: center;
    position: relative;
}

.services_wrapper.top {
	margin-top: -150px;
}

.services_wrapper a {
    background: #fff;
    padding: 22px 0;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 200px);
    text-align: center;
	z-index: 0;
}

.services_wrapper a:hover img {
	margin-left: 15px;
}

.services_wrapper.right a {
    left: calc(100% - 200px);
}

.services_wrapper:before {
	content: '';
    position: absolute;
    width: 26px;
    background: #B5CAD6;
    top: -32px;
    height: 32px;
    margin-left: 80px;
}

.service_img {
	height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services_wrapper:after {
	content: '';
    position: absolute;
    width: 26px;
    background: #fff;
	height: 80px;
	margin-left: 80px;
	top: 0;
}

.services_wrapper.right:before {
	margin-left: calc(50% + 80px);
}

.services_wrapper.right:after {
    margin-left: calc(50% + 80px);
}

.service_info {
	padding: 0 50px 0 60px;
}

.page_text .service_info p {
    font-weight: 100;
    color: #f1f1f1;
	background: #00000001;
}

.services_wrapper a img {
	width: 43px;
	transition: all 0.3s ease-in-out;
}

.page_text.services h1 {
    font-size: 45px;
    font-weight: 300;
    font-family: 'Ubuntu Sans', sans-serif;
    color: #fff;
    width: 220px;
    line-height: 60px;
    margin-bottom: 50px;
	letter-spacing: 0;
}

.services_title h2 {
	font-size: 85px;
    line-height: 85px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    float: right;
    margin-right: 8%;
}

.services_title h2 span {
	font-weight: 500;
}

.services_swiper {
	margin-top: 150px;
	position: relative;
	display: block;
	overflow: visible;
	margin-left: 8%;
}

.page_text.services h2:after {
	content: '';
    position: absolute;
    border-bottom: 1px solid #606060;
    margin-top: 60px;
    width: 100%;
	left: 0px;
}

.services_text {
	padding-left: 50px;
    padding-top: 90px;
}

.services_text .more {
	margin-top: 80px;
}

.services .white_bg {
	background: #fff;
	position: absolute;
	left: 0;
	width: 8.33333333%;
	height: 100%;
	top: 0;
}


.slide_title {
	transition: all 1s ease-in-out;
}

.slide_title h2 {
	font-size: 70px;
    letter-spacing: 1px;
    color: #fffc;
    font-weight: 100;
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: -33px;
}

.slide_title h2 a {
    color: #fffc;
}

.slide_title:hover h2 a {
	-webkit-mask-image: linear-gradient(75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine_letters 2s infinite;
}

.slide_title h2:after {
	content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    margin-left: 22px;
    background-image: url(../img/layout/asset_white.svg);
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
}

.slide_title:hover h2:after {
	margin-left: 30px;
}

.rooms_grid_inner{  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid_item{
	width:16.66667%;
	clear:both;
}
.grid_icon_rooms img{
	width:70px;
	margin-bottom:15px;
	transform: scale(0.95); transition: all 0.3s ease 0s;
}
.grid_item:hover .grid_icon_rooms img{
	transform: scale(1.00); transition: all 0.3s ease 0s;
}
.grid_icon_rooms_title{
	display: block;
	text-align:center;
	line-height:20px;
	letter-spacing:1px;
}

.sec_line{display:block;}

.page_home_bg .more{color:#fff;}
.page_home_bg_text { text-align: center;   background: rgba(51 51 51 / 70%);    padding: 20px; }
.page_home_bg.hotel_home_page .page_home_bg_text {
	position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_home_bg_text h2{ color: #fff;letter-spacing: 0px;font-size: 40px;font-weight: 300;line-height: 1.1;letter-spacing: 6px;text-transform: uppercase;margin-top:50px;}
.page_home_bg_text p{     font-size: 18px;    font-weight: 300;    line-height: 30px;    color: #fff;    text-shadow: 1px 0 50px rgb(0 0 0 / 80%);    display: block;    margin-bottom: 20px;}

.space_between_suites{
	overflow:hidden;
}

.space_between_suites.mob {
	display: none;
}

/* =========== Dynamic Content Pages ======== */

.dynamic_page {
	margin-top: 50px;
    margin-bottom: 50px;
}

.page_text.dynamic_page h1 {
	color: #606060;
    font-size: 43px;
    font-weight: 100;
}

.page_text.dynamic_page p {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}

.page_text.dynamic_page ul li {
	font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    padding-left: 25px;
    background-image: url(../img/layout/circle.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0px 13px;
}

hr {
    margin-top: 35px;
    margin-bottom: 35px;
}

.page_text .dynamic_text h2 {
	font-size: 23px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 35px;
}

.page_text .dynamic_text h2:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 65%;
    margin-left: -35px;
    top: 17%;
    border-left: 10px solid #B5CAD6;
}

.content_left {
	margin-right: 90px;
}

.content_left img {
	margin-top: 280px;
	padding-right: 90px;
}

.interior.dynamic {
	padding-bottom: 0;
	padding-top: 80px;
}

.interior.dynamic:after {
    width: 8.333333%;
    height: 100%;
    z-index: 0;
}

.exterior.dynamic {
	padding-bottom: 110px;
    margin-top: 0;
}

.exterior.dynamic:after {
    width: 8.333333%;
    height: 100%;
}

.exterior.dynamic:after {
    width: 8.333333%;
    height: 100%;
}

.exterior.dynamic:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
    width: 8.333333%;
    height: 100%;
}

.dynamic_img_right {
	z-index: 1;
	position: relative;
}

.page_text .exterior.dynamic ul li {
	margin: 3px 26px 3px 0px;
    padding: 10px 0px 10px 0px;
    width: calc(99% - 26px);
}

.page_description {
	background: #E3DFDA;
    margin-left: 9%;
    padding: 80px 10% 80px 100px;
}

.page_description.white {
	background-color: #fff;
	padding: 80px 0;
}

.page_text .page_description h2 {
	font-weight: 700;
    color: #9a9f87;
    margin-bottom: 25px;
	font-size: 27px;
}

.page_text .page_description strong {
	font-weight: 400;
}

.page_description hr {
	border-top: 1px solid #c1c1c1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_text .page_description  ul {
    list-style: inside;
}

.page_text .page_description ul li {
	background: none;
    font-size: 20px;
    margin: 7px 0;
}

h2.location_title {
	color: #84827E;
    font-size: 75px;
    font-weight: 100;
    margin-bottom: 80px;
    line-height: 90px;
    margin-left: 100px;
}
@media(max-width:1699px){
	.home_header_content h1 {font-size: 55px;}
}
@media(max-width:1499px){
	.home_half_text h4{font-size:36px;margin-bottom:30px;}
	.home_half_text{
		padding: 0px 0px 180px 0px;
	}
	.home_half_text p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.home_half_text.mar_top{margin-top:30px;}
	.mar_neg{margin-top: 10px;}
	.contact_menu_container {
		margin-left: 10.33%;
	}
}
@media(max-width:1199px){
	.home_half_text {
		padding: 0px 0px 20px 0px;
		margin-left: 0px;
		flex-direction: column;
	}

	.home_right_image {
		margin-right: 15px;
	}

	.home_half_text p {
		padding: 0px 30px 0 0px;
	}
	.home_half_text h4 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.home_half_text p.first, .home_half_text p.sec {
		width: 100%;
		display: block;
	}

	.footer_box_container ul li a{
		font-size:15px;
	}
}
@media(max-width:991px){
	.footer_box_container ul li a{
		font-size:10px;
	}
	.grid_icon_rooms img{
		width: 60px;
	}
	.grid_icon_rooms_title{
		font-size: 12px;
		line-height:16px;
	}
}
@media(max-width:767px){
	.footer_box_container.noshow{
		display: none;
	}
	.home_half_text.mar_top{
		padding:5px;
	}
	.grid_icon_rooms img{
		width: 50px;
	}
	.grid_icon_rooms_title{
		font-size: 10px;
		line-height:16px;
		letter-spacing: 0;
	}
	
}
@media(max-width:585px){
	.grid_icon_rooms img{
		width: 40px;
		margin-bottom:5px;
	}
	.grid_icon_rooms_title{
		font-size: 7px;
		line-height:10px;
		letter-spacing: 0;
	}
}
@media(max-width:420px){
	.grid_icon_rooms img{
		width: 35px;
		margin-bottom:5px;
	}
	.grid_icon_rooms_title{
		font-size: 7px;
		line-height:10px;
		letter-spacing: -0.5px;
	}
}

/* ==================== BOOKING FORM ==================== */

.booking_form{background: #E3DFDA;}
.book_info {
	padding-top: 30px;
    padding-bottom: 30px;
    border-right: 2px solid #B3B2B1;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.book_info_numbers {
	flex-direction: row;
}

.book_info label{
	font-family: 'Roboto Flex', serif;
	font-size: 22px;
    display: block;
    color: #000;
    font-weight: 100;
    text-align: center;
	margin-top: 15px;
    margin-bottom: 10px;
}
.book_info input {
	padding: 10px 5px;
    font-size: 20px;
    width: 100%;
    display: block;
    color: #333;
    font-weight: 300;
    text-align: center;
    background: transparent;
    border: none;
    background-image: url(../img/layout/arrow_down_black.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: top center;
}
.book_info.book_info_numbers input { width: 28px; }
.book_info select{
	font-size: 20px;
    width: 100%;
    padding-top: 15px;
    display: block;
    color: #000;
    font-weight: 300;
    text-align: center;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    background-image: url(../img/layout/arrow_down_black.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: top center;
}

.book_info .minus, .book_info .plus {
	display: block;
	position:absolute;
	top:50px;
	right:40px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.book_info_bottom input {
  text-align: unset;
}

.book_info .minus { top:80px;  }
.book_info .minus img, .book_info .plus img{ width:24px;}
.book_submit {
	padding-bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
}
.book_submit button {
	background: none;
    border: none;
    color: #000;
    padding: 0px;
    font-size: 22px;
    font-weight: 100;
    line-height: 80px;
    font-family: 'Roboto Flex', serif;
}

.book_submit button img {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-left: 10px;
}

.book_info_date img, .book_info_numbers img {
	width: 23px;
}

.book_info_bottom {
	width: 30px;
	display: flex;
	/* background: red; */
	position: relative;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.shadow_wrapper {
	position: absolute;
}

.booking_shadow {
	background: #00000021;
    height: 105px;
    position: absolute;
    z-index: 9;
    top: -105px;
    width: 100%;
}

.book_arrows {
  display: block;
  width: 100%;
  margin-top:3px;
}

.book_info .minus, .book_info .plus {
  display: block;
  position: relative;
}

.book_info .minus img, .book_info .plus img {
  width: 16px;
}

.book_info .minus {
    top: unset;
}

.book_info .minus, .book_info .plus {
    position: relative;
    top: unset;
    right: unset;
	}

.booking_date {
  display: block;
  width: 100%;
  overflow: hidden;
}

.booking_phone{
	text-align:center;
	margin-top:20px;
}
.booking_phone p{
    font-size: 16px;
    line-height: 26px;
	padding:5px;
    margin-bottom: 40px;
    color: #000;
    font-weight: 300;
	font-style: italic;
	border-bottom:1px solid #000;
	display: inline-block;
	transition: all 0.3s ease 0s;   
}

.booking_phone p i{
	font-weight: 300;
}
.booking_phone p span{
	font-weight: 700;
	color: #674439;
}
.booking_phone:hover p{
	letter-spacing:0.1px;
	transition: all 0.3s ease 0s;     
}

@media(min-width:1500px){}

@media(max-width:1499px){
	.book_info .minus img, .book_info .plus img {
    width: 16px;
	}

}

@media(max-width:991px){
	.booking_date {
		display: none;
	}
}

/* ==================== END BOOKING FORM ==================== */



/* ==================== HOME VIDEO ==================== */
.video_container_general{  width: 100%;    position: relative;    top: 0;    left: 0;    margin: 0 auto;    padding: 55.921875% 0 0;    z-index: 1;}
.video_container_general video {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0;  bottom: 0;}

.video_caption{position:absolute;top:40%;width:100%;z-index:1;text-align:center;}
.video_caption p{font-size:20px;color:#fff;text-shadow:0px 0px 8px #000;}
.video_caption p.header_video{font-size:60px;font-weight:300;}
.video_caption a{padding:15px 15px 10px 15px;border:1px solid #fff;color:#fff;display:inline-block;background:rgba(0,0,0,0.2);margin-top:20px;transition: all 0.2s ease-in; font-weight: 300; font-size:18px;letter-spacing:1px;}
.video_caption a:hover{border:1px solid #000;background:rgba(0,0,0,1);transition: all 0.2s ease-in;}

@media(max-width: 767px) {
  .video_caption{top:35%;}
  .video_caption p.header_video{font-size:40px;}
} 
@media(max-width: 530px) {
  .video_caption{top:20%;}
  .video_caption p.header_video{font-size:30px;}
  .video_caption p{font-size:18px;}
  .video_caption a{padding:15px 15px 10px 15px;margin-top:15px;}
} 

@media(max-width: 420px) {
  .video_caption{top:5%;}
  .video_caption p{display:none;}
  .video_caption p.header_video{display:block;}
  .video_caption a{padding:5px 5px 2px 5px;margin-top:25%;font-size:14px;}
}

/* END HOME VIDEO
================================================== */

/* ROOMS PAGE
================================================== */
.blue_bg{background: #B5CAD6; border-left: 2px solid #fff;}
.blue_bg.first{ border-left: none}
.villa_details .blue_bg{display: flex; flex-direction: column; align-items: center; padding: 65px 30px;}
.villa_details p {color:#454545; font-size: 26px; font-weight: 100; position: relative; margin-top: 0; line-height: normal;font-family: 'Ubuntu Sans', sans-serif;}
.villa_details p.detail_number{font-size: 70px; color: #606060; font-weight: 100;padding-bottom: 30px;font-family: 'Ubuntu Sans', sans-serif;}
.room_intro .bg-wrapper .overlay-img {width: 70%; top: 65%;}
.villa_right_img{float:right}
.left-col, .right-col {display: flex; flex-direction: column; justify-content: flex-end; width:50vw;}
.right-col {align-items: flex-end;}
.align-bottom {display: flex; flex-wrap: nowrap;  flex-direction: row;}
.villa_description h3{color:#454545; font-family: 'Roboto Flex', sans-serif;font-size: 22px; line-height: 34px;font-weight: 300;max-width: 575px;}

.home_header_content.rooms_view h1 {font-size: 80px; letter-spacing: 20px;}
.room_intro h3{
	position: relative;
    text-align: center;
    z-index: 2;
    font-size: 65px;
    padding: 0px 15% 50px 15%;
    line-height: 80px;
	color: #606060;
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 100;
}
.room_intro .button{
	position: relative;
    z-index: 2;
    text-align: center;
}
.room_intro .about_text {
    position: relative;
    overflow: hidden;
    display: flex;
    padding-top: unset;
    flex-direction: column;
	height: 850px;
	justify-content: center;
}

.villa_facilities, .villa_amenities, .villa_floor {
	background: #fff;
    padding: 15px 30px;
    margin: 0 0 40px 0;
    position: relative;
	border: 1px solid #B5CAD6;
}

.villa_facilities h6, .villa_amenities h6, .villa_floor h6{
	display: inline-block;
    width: 100%;
    padding: 15px 0 15px 0px;
    margin:  0 30px 0 0px;
    font-weight: 200;
    font-size: 25px;
    position: relative;
    color: #454545;
    font-family: 'Ubuntu Sans', sans-serif;
}
.villas.facilities h6::after{
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 100%;
    background-image: url(../img/layout/plus.svg);
    background-repeat: no-repeat;
    right: 0px;
    position: absolute;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.villas.facilities h6.is-visible::after{
    background-image: url(../img/layout/minus.svg);
	top: 30px;
	height:3px
}
.villas.facilities h6:hover{
  cursor:pointer
}

.view_content, .view_amenities, .view_floor_content { display: none;  -webkit-transform: translateZ(0);  -webkit-transition: all 0.3s ease;  moz-transition: all 0.3s ease;  transition: all 0.3s ease;}
.view_content.is-visible, .view_amenities.is-visible, .view_floor_content.is-visible { display: block;  -webkit-transform: translateZ(0);  -webkit-transition: all 0.3s ease;  moz-transition: all 0.3s ease;  transition: all 0.3s ease;}

.villa_facilities ul{
 	column-count: 4;
  	column-gap: 20px;
	padding: 10px 5%;
	list-style: none;
}
.villa_floor ul, .villa_amenities ul{
    column-count: 2;
	column-gap: 20px;
	padding: 10px 5%;
	list-style: none;
}
.villa_facilities ul li::before, .villa_amenities ul li::before, .villa_floor ul li::before{
  content: "";
  position: absolute;
  left: 0;
  background-color: #B5CAD6;
  width: 10px;
  height: 10px;
  border-radius:50%;
  top: 20px;
}

.villa_facilities ul li, .villa_amenities ul li, .villa_floor ul li {
	display: inline-block;
    width: 100%;
    padding: 10px 0 15px 25px;
    margin: 0 30px;
    font-weight: 200;
    font-size: 22px;
	position: relative;
	color:#454545;
	font-family: 'Ubuntu Sans', sans-serif;
	line-height: 30px;
}
.villa_amenities ul li, .villa_floor ul li {
    width: auto;
}
.villas.facilities {
	padding-bottom: 0;
}

.villas.facilities a.link_facilities {
	display: block;
    width: fit-content;
    text-align: center;
    margin: 88px auto 70px auto;
    color: #606060;
    font-size: 18px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 20px 130px;
    border-top: 4px solid #B5CAD6;
    border-bottom: 4px solid #B5CAD6;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}

.villas.facilities a.link_facilities:before, .villas.facilities a.link_facilities:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
	top: 0;
    width: 0;
    height: 100%;
}

.villas.facilities a.link_facilities:before {
	left: 0;
    border-left: 0;
    border-right: 0;
}

.villas.facilities a.link_facilities:hover:before {
    transition-delay: 0s;
}

.villas.facilities a.link_facilities:hover:before, .villas.facilities a.link_facilities:hover:after {
    width: 100%;
}

.villas.facilities a.link_facilities:hover:after {
	background: #B5CAD6;
    transition-delay: .15s;
}

.villas.facilities a.link_facilities:after {
    left: 0;
}

.villas.facilities a.link_facilities:hover {
	color: #fff;
}


.room_box_image { display:block; position:relative;	overflow:hidden;margin-bottom:100px; }
.room_box_image img{ width:100%; transition: all 0.3s ease 0s;}
.room_box_image:hover img{  transform: scale(1.05); transition: all 0.3s ease 0s;}

.room_box {  margin-bottom:30px; padding:50px 20px 0 20px;}
.room_box .room_box_title { font-size: 30px;    font-weight: 300;    line-height: 40px;    color: #674439;    text-transform: uppercase;    font-family: 'Roboto Flex', serif; }
.room_box .room_box_subtitle {font-size: 16px;    line-height: 30px;    margin: 10px 0 30px 0;    font-weight: 300;}
.room_box a {margin-top:50px;float:left;}

.book_room_link {    position: absolute;    left: 0;    top: 30px; z-index:99;    }
.book_room_link a {    
	z-index:999;
	position:relative;
	display: block;
	font-weight: 400;
    letter-spacing: 0.5px;
	color: #fff;
	background: #4c586f;	 
	border: 2px solid #4c586f;  	
	padding: 10px 20px 10px 20px;
	transition: all 0.3s ease 0s;     
}
.book_room_link:hover a{
    color:#3D3D3B;
	background: none;
	transition: all 0.3s ease 0s;
}	

.more_rooms  { margin-bottom:20px; position: relative; margin-top: 50px; }
.more_rooms img  {width:100%;display:block;height: auto;}

.more_rooms a span{
	font-size: 16px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    background: #000;
    display: block;
    padding: 7px 0px;
	text-align: center;
	width: 100%;
}

.other_rooms .rooms_description h2 {
    color: #606060;
	position: relative;
    top: -60px;
	line-height: 70px;
}


.other_rooms .room_title h1 a {
	color: #fff;
	height: 100%;
}

.other_rooms .rooms_description {
	display: flex;
    align-items: flex-end;
}

.room_info{text-align:center;position:relative;margin-bottom:50px;padding-bottom:100px;}
.room_info p{}
.room_info::after {
    content: "";
    height: 80px;
    width: 1px;
    background: #29365b;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.room_plan{
	text-align:center;
}

.room_plan a{
	border-top:1px solid #000;
	padding:10px;
	font-weight:700;
	color: #29365b;
	display: block;
}

.room_plan a.not_show{
	display: none;
}
.link_gallery{
	height:70vh;
	text-align:center;
}

.link_gallery a{
	margin-top:33vh;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	padding: 10px 20px;
	border: 1px solid #fff;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #F6F3EA;
	-webkit-transform: scaleX(1.01);  -ms-transform: scaleX(1.01);  transform: scaleX(1.01);  -webkit-transform-origin: left;  -ms-transform-origin: left;  transform-origin: left; -webkit-transition: .37s cubic-bezier(.25,.04,0,.93);  -o-transition: .37s cubic-bezier(.25,.04,0,.93);  transition: .37s cubic-bezier(.25,.04,0,.93);  -webkit-backface-visibility: hidden;  backface-visibility: hidden;
}

.link_gallery a:hover{
	-webkit-transform: scaleX(1.03);  -ms-transform: scaleX(1.03);  transform: scaleX(1.03)
}

.left_image_amenities{
	width:70%;
}
.amenities_container{
	position:relative;
	padding:50px;
}

.page_text .amenities_container h3{
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #674439;
    text-transform: uppercase;
    font-family: 'Roboto Flex', serif;
}

.page_text .amenities_container ul li{
	display: inline-block;
	width: 49%;
	margin:2px 0 2px 0;
}

.room_more_title{
	text-align:center;
	position:relative;
    padding-bottom: 70px;
    margin-bottom: 20px;
}

.room_more_title::after {
    content: "";
    height: 60px;
    width: 1px;
    background: #29365b;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.room_more_title h4{
	font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    color: #674439;
    text-transform: uppercase;
    font-family: 'Roboto Flex', serif;
}

/* FACILITIES PAGE
================================================== */

.facility_text { padding-top:80px;}

.facility_left_image {}
.facility_left_image img {max-width:100%;}

.facility_right_image {text-align:right;}
.facility_right_image img {max-width:100%;}

.benatura_logo { float:right; margin:0 0 20px 20px;}
.enjoy_logo { float:right; margin:0 0 20px 20px;}


/* SIGHTS PAGE
================================================== */
.sight_content {  float:left; margin-bottom:40px;}

.sight_description {
	background: #fff;
    width: 85%;
    padding: 3% 13%;
    position: relative;
	height: calc(65vh + 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sight_description.left {
	float: right;
	height: calc(65vh + 80px);
}

.sight_wrapper {
	position: relative;
    display: inline-flex;
    background: #E3DFDA;
}

h3.sight_title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 40px;
    color: #333;
}

.sight-image {
	height: calc(65vh + 80px);
}

.beige_bg.sights {
	height: 80px;
    width: 58.33%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e3dfda;
    z-index: 998;
}

.beige_bg.sights.left {
	left: 0;
	bottom: -80px;
	top: auto;
}



/* OFFERS PAGE
================================================== */
.offer_box {
	padding-bottom: 50px;
	display: flex;
    align-items: center;
}

/* BLOG PAGE
================================================== */
.blog_box {  margin-top:20px;margin-bottom:20px;}
.blog_box .blog_image {  margin-bottom:20px;}


/* GALLERY PAGE
================================================== */

.fancybox-video {
  display: none;
}
img.gallery_video{
	width:100%;
}

.gallery_box .icon_gallery {
	width: 15%;
    position: absolute;
    top: -160px;
    left: 10%;
}

.gallery_box .icon_gallery.right {
	width: 65%;
    position: absolute;
    top: 8%;
    right: -20%;
    left: auto;
}

.page_text .gallery_img h1 {
	margin-top: 80px;
    padding-top: 45px;
}

.gallery_title {text-align:center;}
.gallery_page h3{font-size: 40px;    font-weight: 300;    line-height: 60px;    color: #674439;    text-transform: uppercase; font-family: 'Roboto Flex', serif;}

.gallery_image_first {
	width: 55%;
    position: relative;
}

.gallery_image_sec {
	width: 50%;
    float: right;
	margin-right: 10%;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.gallery_box {
	margin: 80px 0;
}

.gallery_box .gallery_image { position:relative;	overflow:hidden; }
.gallery_box img {width:100%; transition: all 0.3s ease 0s;}
.gallery_box .gallery_text { 
	position: absolute;
    background: #ba9e7e;
    padding: 40px 35px;
    margin-top: -50px;
    margin-left: 50px;
    text-align: center;
}
.gallery_box.right .gallery_text {
	right: 50px;
    bottom: -115px;
}
.gallery_box .gallery_text p {
	font-size: 25px;
    line-height: normal;
    color: #fff;
    font-weight: 100;
    display: block;
    width: fit-content;
    transition: all 0.3s ease 0s;
}

.gallery_box .gallery_text p span {
	font-weight: 700;
    font-size: 25px;
	margin-right: 15px;
}

.gallery_box .gallery_text a {
	color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: fit-content;
	border-bottom: 2px solid #fff;
    margin: 20px auto 0 auto;
    padding-bottom: 5px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.gallery_box .gallery_text a:hover {
    color: #606060;
    border-bottom: 2px solid #606060;
}

.gallery_img {
	margin-bottom: 100px;
	padding-left: 15px;
}

.gallery_img p {
	width: 50%;
    text-align: left;
    margin: 25px 0;
}

.gallery_box.right .gallery_image_first {
    float: right;	
}

.gallery_box.right .gallery_image_sec {
	margin-left: 10%;
    float: left;
    margin-right: 0;
}

.gallery_text span p {
	font-size: 20px;
    line-height: normal;
    margin-top: 15px;
	letter-spacing: 1px;
}

/* Shine */
.gallery_box .gallery_image::before {
	position: absolute;
	top: 0;
	left: -95%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.gallery_box:hover .gallery_image::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.gallery { margin-bottom:30px;}
.gallery_view {height: 75vh; }
.gallery img {
	width: 100%;
	filter: brightness(0.8);
	transition: all 0.3s ease-in-out;
}

.gallery_padd {
    margin: 100px 0 50px 0;
}

.page_text.villas.facilities.gallery_padd h1 {
	margin-left: 0;
	padding-bottom: 60px;
}


.gallery img:hover {
	filter: brightness(1);
}

.albums_swiper {
	position: relative;
    display: block;
    overflow: hidden;
	padding-left: calc(8.3333% + 13px);
}

.gallery_page {
	background-color: #F7F5F2;
    padding-bottom: 0px;
    padding-top: 0;
	margin-bottom: 110px;
}

.albums_swiper:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	background: #fff;
	width: calc(8.33333% + 13px);
}


/* LOCATION PAGE
================================================== */
.location_intro .logo_bg h3 {
    margin: 0 auto ;
}
.section_beaches h3 {
    color: #606060;
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 25px;
    text-align: left;
    padding: 60px 0;
}
.section_beaches h3 strong {
    color: #B5CAD6;
	font-weight: 100;
}
.section_beaches h4{
	font-family: 'Ubuntu Sans', sans-serif;
	color: #454545;
    font-size: 55px;
    font-weight: 200;
	padding-bottom: 40px;
	text-align: right;
}
.section_beaches .bg-wrapper .overlay-img {
    align-items: flex-end;
}
.section_beaches .overlay-img p{
	font-family: 'Roboto Flex', sans-serif;
    color: #454545;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
	text-align: right;
}
.section_beaches .align_center{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
    padding: 0 70px;
	
}
.text_beaches{
	display: flex;
  	align-items: center;  
  	justify-content: center;
  	height: 100vh;
	min-height: 900px;
}
.section_beaches p{
    font-weight: 200;
    font-size: 22px;
	line-height: 35px;
    color: #454545;
    font-family: 'Ubuntu Sans', sans-serif;
}
.section_beaches ul{
	column-count: 2;
    column-gap: 20px;
    padding: 10px 10%;
    list-style: none;
}
.section_beaches ul li{
	display: inline-block;
    width: 100%;
    padding: 15px 0 15px 25px;
    margin: 0 30px;
    font-weight: 200;
    font-size: 22px;
    position: relative;
    color: #454545;
    font-family: 'Ubuntu Sans', sans-serif;
	line-height: 30px;
}
.section_beaches ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #B5CAD6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 20px;
}
#map{
	width: 100%;
    height: 100%;
    min-height: 60vh;
    margin: 0 auto;
    position: relative;
}
.map{
	margin-right: 3.5%;
}

.driveme { position:relative;}
.driveme a { display:block;position:absolute;top:-30px;left:50%;margin-left:-230px;padding:20px 30px 20px 60px;background:#d5deda url(../img/layout/driveme.svg) no-repeat 15px center;color:#3D3D3B;z-index:998;font-size: 20px; font-weight:300; transition: all 0.3s ease 0s;}
.driveme a:hover { color: #fff; background:#3D3D3B url(../img/layout/driveme_hover.svg) no-repeat 15px center;}


/* CONTACT PAGE
================================================== */
.section_contact h4{
	font-family: 'Ubuntu Sans', sans-serif;
    color: #454545;
    font-size: 55px;
    font-weight: 200;
    padding-bottom: 40px;
}
.section_contact .overlay-img p {
    font-family: 'Roboto Flex', sans-serif;
    color: #454545;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    text-align: left;
}
.section_contact .bg-wrapper .overlay-img {
    align-items: flex-start;
}
.contact_information {
	position: relative;
    z-index: 11;
    padding-bottom: 100px;
	overflow: visible!important;
}
.contact_information img{
	width: 30px;
}
.contact_intro {
	padding: 120px 120px 60px 120px;
    margin-bottom: 120px;
    background-color: #F7F5F2;
    position: relative;
    display: block;
    overflow: hidden;
}

.contact_right {
	padding: 0px 7% 0 7%;
	height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_bg {
	background: #F7F3ED;
    right: 0;
    position: absolute;
    width: 73%;
    height: 100%;
	top: 0;
}

.contact_header_bg {
	background-color: #ffffffb3;
    position: absolute;
    height: 80px;
    width: 70%;
    bottom: 0;
    right: 0;
}

.contact_information.newsletter_page {
	padding-top: 80px;
}

.contact_right h3, .contact_left h3 {
	color: #606060;
    font-size: 37px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
}

.container-fluid.no-padding.contact_intro {
	overflow: visible!important;
}

.contact_title {
	padding: 35px 0;
	margin-left: 31%;
}

.contact_title p {
	font-size: 28px;
    color: #606060;
    line-height: 38px;
}

.contact_left {
	position: relative;
    margin-right: 150px;
    padding-top: 95px;
}

.contact_left p {
	font-size: 33px;
    color: #B5CAD6;
    font-weight: 100;
    line-height: 50px;
    margin-top: 70px;
}

.contact_links table {
	border-collapse: collapse;
	width: 100%;
}
  
.contact_links td, .contact_links th {
	border-bottom: 1px solid #B5CAD6;
    text-align: center;
    padding: 30px 0;
}

.contact_links td.last {
	border-bottom: none;
}

.contact_links td.attributes_left {
	color: #606060;
    font-size: 22px;
    font-weight: 200;
    width: 34%;
    font-family: 'Ubuntu Sans';
    letter-spacing: 5px
}

.contact_links td.attributes_right, .contact_links td.attributes_right a {
    font-size: 21px;
    color: #606060;
    font-weight: 300;
    line-height: 30px;
	transition: all 0.3s ease-in-out;
	font-family: 'Roboto Flex', sans-serif
}
.contact_links td.attributes_right a:hover{
	color: #B5CAD6;
	transition: all 0.3s ease-in-out;
}
.contact_links td.attributes_right {
	padding-left: 65px;
}
.contact_links td.attributes_right span.span_down_left {
	border-bottom: 1px solid #606060;
    padding-bottom: 7px;
}

.contact_links .span_left {
	margin-right: 50px;
    color: #606060;
    font-size: 21px;
    font-weight: 300;
    line-height: 40px;
}

.contact_links .span_right {
	color: #606060;
    font-size: 21px;
    font-weight: 300;
    line-height: 40px;
}

.contact_info{
	border-bottom:2px solid #f1f1f1;
}
.contact_info p.lead{
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: normal;
    color: #4a4a4a;
}
.contact_info p.sublead{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    margin: 30px 50px 30px 0;
    color: #4a4a4a;
}

.contact_details{
	padding: 60px 0px 0px 0px;
}

.contact_details h3 {
	font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
    color: #606060;
}

.contact_details h3:after {
	content: '';
    position: absolute;
    border-top: 1px solid #606060;
    width: 100%;
    left: 0px;
    margin-top: 55px;
}

.contact_details.full{
	width:100%
}

.contact_details.full p{
	margin-bottom: 10px;
}

.contact_details h6{
	font-size: 16px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #fffbeb;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    background: #000;
    display: inline-block;
    padding: 5px 15px;
}
.contact_details h2 {
	font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
	margin-bottom: 35px;
    color: #000;
    font-weight: 100;
}

.contact_details h2:after {
	content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 90px;
    height: 1px;
    left: 50px;
    margin-top: 50px;
}

.contact_details p, .contact_details a{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
    color: #000;
    font-weight: 100;
}

.contact_details a {
	color: #717075;
	transition: all 0.3s ease-in 0s;
}

a.phone_sec {
	margin-left: 17px;
}

.contact_details a:hover {
	color: #000;
	letter-spacing: 0.5px;
}

.contact_form{
	padding: 35px;
}
.contact_form h4{
    color: #000;
	font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    font-family: 'Roboto Flex', serif;
}
.contactform{
	margin:20px 0 20px 0;	
	width:100%;	
}
.contactform div.input{
	float: left;
    margin: 0px 2.5% 35px 2.5%;
    padding: 0;
    width: 45%;
    position: relative;
    background: none;
}
.contactform div.input.last{
	margin-right:0px;
}
.contactform div.textarea {
	float: left;
    margin: 0px 2.5% 35px 2.5%;
    padding: 0;
    width: 95%;
}
.contactform .submit .button{
	background: transparent;
	border:none
}
.required_fields {
	margin-left: 2.5%;
    border-top: 1px solid #B5CAD6;
    width: fit-content;
    padding-right: 100px;
    padding-top: 20px;
    font-size: 19px;
    font-weight: 200;
	display: inline-block;
	color: #454545;

}

.contactform label {
	color: #454545;
    font-size: 16px;
    font-weight: 100;
    position: relative;
	top: 12px;
    display: none;
}

.contact_intro .required_fields {
    position: absolute;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: -15px;
}

.contactform div.submit{
	float: right;
    display: inline-block;
	margin-right: 2.5%;
}

.contactform input[type="text"], .contactform textarea {
	width: 100%;
    padding: 20px 30px 20px 30px;
    margin: 0px;
    font-size: 19px;
    background: transparent;
    color: #454545;
    transition: all 0.4s ease;
    text-align: left;
    float: left;
    font-weight: 200;
    border: 1px solid #B5CAD6;
    font-family: 'Roboto Flex', serif;

}

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
	color: #454545;
	font-weight: 200;
}

.contactform textarea {	
	width: 100%;
    height: 160px;
    padding: 20px 30px 20px 30px;
    border: 1px solid #B5CAD6;
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
	outline: none;
	background:none; 
	border: 1px solid #454545;
}

.contactform textarea:focus, .contactform textarea:hover {
	outline: none;
	background: none; 
	border: 1px solid #454545;
}

.contactform div.submit input{
    cursor: pointer;
    display: block;
    transition: all 0.3s ease 0s;
	background: transparent;
	color: #454545;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
	border: none;
    border-bottom: 1px solid #454545;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
    padding-bottom: 10px;
}

.contactform div.submit input:hover{	
	color: #fff;
    background: #B5CAD6;
    transition: all 0.3s ease 0s;
}
.contactform div.submit input:active{	
	color: #fff;
    background: #B5CAD6;
    transition: all 0.3s ease 0s;
}

.contactform .required label:after {
	color:#D52515;
	content:'*';
	display:inline;
}
.contactform div label.error{
	color: #D52515;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    top: 5px;
    text-align: left;
    float: left;
    position: relative;
}

.info-window-content{padding:10px;}
.info-window-content p.balloon-first{
    font-size: 20px;
    padding: 5px 0;
    margin-bottom: 11px;
    color: #B5CAD6;
    font-weight: 400;
    font-family: 'Ubuntu Sans', sans-serif;
    border-bottom: 2px solid #B5CAD6;
    border-top: 2px solid #B5CAD6;
    text-align: center;
    text-transform: uppercase;
}
.info-window-content p.balloon-second{font-size: 15px;text-decoration:none;margin:0px 0 5px 0;font-weight:300;color:#606060;line-height:18px;}
.info-window-content p span{float: right;font-size: 22px;margin-top: -20px;margin-left: 40px;}
.info-window-content p span.balloon-envelope{margin-top: -5px;}

/* FLASH MESSAGES
================================================== */
.hello-bar {
	position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #606060;
    width: 100%;
    z-index: 2000;
    zoom: 1;
    padding: 25px 0 25px 0;
}

.hello-bar:after, .hello-bar:before {
    content: "";
    display: table;
}

.hello-bar:after {
    clear: both;
}

.hello-bar .close {
    text-indent: -9999em;
    background: url(../img/layout/hello-bar-close.png) no-repeat top left;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 25px;
    right: 15px;
}

.hello-bar .close:hover {
    background-position: bottom left;
}


#scrollUp {
	background: #606060 none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    opacity: 0.9;
    padding: 10px 20px;
    right: 20px;
    text-decoration: none;
    transition: background 200ms linear 0s;
}




/* MEDIA QUERIES
================================================== */

@media only screen and (max-width: 2000px) {
	.villa_bottom {
		margin-top: -180px;
	}
}

@media only screen and (max-width: 1800px) {
	.villa_bottom {
		margin-top: -200px;
	}
}

@media only screen and (max-width: 1700px) {
	.villa_bottom {
		margin-top: -300px;
	}

	.villa_text ul {
		margin-left: -30px;
	}

	.villa_text {
		padding: 70px 70px 40px 90px;
	}
}


@media only screen and (max-width: 1499px) {
	/********* HOMEPAGE **********/
	h3.inner_image_title {font-size: 45px;padding-left: 20px; padding-right: 20px;} 
	.paxos_background {height: 700px;}
	.room_background {height: 600px;}
	.bg-wrapper{height: 600px;}
	.image_beaches .bg-wrapper{height: 100%;}
	.scroller h1 { padding-right: 5%;}
	/* .home_header_content h1 {font-size: 60px;} */

	/********* ROOMS **********/
	.room_intro .bg-wrapper .overlay-img {width: 80%; top: 70%;}
	.room_intro h3 {font-size: 50px; padding: 0px 10% 50px 10%;line-height: 70px;}
	.room_intro .bg-wrapper img { min-height: 600px;}
	.room_intro .bg-wrapper .overlay-img img {  min-height: auto;}
	.villa_facilities ul { padding: 10px 0; column-count: 3;    column-gap: 0;}
	.villa_facilities ul li, .villa_amenities ul li, .villa_floor ul li {  margin: 0 ;}
	.room_intro .bg-wrapper,.room_intro .about_text  {height: 600px;}

	/********* PAXOS **********/
	.logo_bg {height: 600px;}
	.logo_bg h3 {font-size: 50px; line-height: 70px;}
	.section_beaches .bg-wrapper img {min-height: 900px;}
	.section_beaches .bg-wrapper .overlay-img {top: 50%;}


	.scrollButtonContainer {bottom: 5%;}

	.room_right_image img {
		width: 100%;
	}

	.home_villa_text.left {
		padding-right: 15px;
	}

	.home_villa_text.right {
		padding-left: 15px;
	}

	.villa_img {
		margin-top: 0px;
	}

	.villas .opacity_bg {
		height: 90%;
	}

	.villa_text {
		padding: 50px 30px 30px 70px;
	}

	.page_text h2 {
		font-size: 40px;
	}

	.page_text .villa_text p {
		margin-top: 30px;
	}

	.villas {
		padding-bottom: 215px;
	}

	.page_text.villas h2:before {
		margin-left: -40px;
	}

	.villa_text img {
		width: 70px;
	}

	.page_text .villa_text ul li p {
		font-size: 22px;
	}

	.more {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.villa_details {
		padding: 20px 0px;
	}

	.villa_details p {
		font-size: 24px;
		padding-top: 25px;
	}

	.about_wrapper img.villa_right_img {
		width: 400px;
		margin-top: 50px;
	}

	.villa_description p {
		font-size: 22px;
		line-height: 40px;
	}

	.villa_description {
		padding: 15px 0px;
	}

	.tabs_description {
		padding: 30px 0px 0 0px;
	}

	.parallax p {
		font-size: 48px;
		line-height: 70px;
	}

	.page_text .about_text h1 {
		font-size: 50px;
		line-height: 70px;
	}

	.about_wrapper p {
		padding: 40px 0px 0px 80px;
	}

	.about_wrapper .about_left p {
		padding: 75px 60px 0 60px;
	}

	.footer_box_container.pd-100 {
		padding-left: 50px;
	}

	.footer_box_container.pd-130 {
		padding-left: 30px;
	}

	.page_text.tabs_section h1 {
		font-size: 45px;
		padding-top: 40px;
	}

	.menu_tabs {
		margin-top: 40px;
	}

	.page_text .tabs_description h2 {
		font-size: 30px;
	}

	.page_text .tabs_description p {
		margin-bottom: 0px;
	}

	.menu_tabs ul li a {
		font-size: 24px;
	}

	.menu_tabs ul li a.inactive {
		font-size: 24px;
	}

	.page_text .menu_tabs .tabs_description_right ul li {
		padding: 30px 0;
		font-size: 21px;
	}

	.tabs_description_left {
		margin-right: 0;
	}

	.location1 {
		width: 50%;
	}

	.interior.dynamic .interior_text {
		padding: 20px 60px 0px 14%;
	}

	.exterior.dynamic .exterior_text {
		padding: 20px 18% 0px 60px;
	}

	.page_text .interior h2 {
		font-size: 38px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}

	.page_text .exterior h2 {
		font-size: 38px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}

	.page_text .interior h2:after {
		margin-top: 60px;
	}

	.page_text.dynamic_page h1 {
		font-size: 40px;
		line-height: 65px;
	}

	.content_left img {
		margin-top: 210px;
		padding-right: 0px;
	}

	.footer_box .book {
		width: 100%;
		background-position: 95% 15px;
		font-size: 19px;
		letter-spacing: 0;
		margin-bottom: 25px;
	}

	.newsletter {
		margin: 0;
	}

	.services_text {
		padding-left: 0px;
		padding-top: 0px;
	}

	.exterior_img {
		padding-right: 0;
	}

	.interior_img {
		padding-left: 0px;
	}

	.exterior_right_img:before {
		left: 0;
	}

	.page_text .exterior h2:after {
		margin-top: 65px;
	}

	.exterior {
		padding-bottom: 100px;
	}

	.interior {
		padding-bottom: 100px;
	}

	.footer_box h6 {
		font-size: 23px;
	}

	.gallery_box .gallery_text span {
		font-size: 32px;
		padding: 35px 35px;
	}

	.rooms_home .about_text {
		padding-top: 30px;
	}

	.sight_description {
		padding: 3% 6%;
	}

	.contact_left {
		margin-right: 0px;
	}

	.contact_links td.attributes_left {
		width: 34%;
	}

	.rooms_description {
		width: 85%;
		padding: 3% 1% 3% 10%;
	}

	.room_title h1 {
		font-size: 40px;
		line-height: 55px;
		padding-left: 60px;
	}

	.room_book {
		font-size: 23px;
	}

	.features_list {
		padding: 50px 0px;
	}

	.features_list ul li {
		font-size: 19px;
		padding: 15px 10px 15px 10px;
	}

	.page_text h1 {
		font-size: 60px;
		letter-spacing: 8px;
	}

	.page_text.services h1 {
		font-size: 38px;
		width: auto;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.service_img {
		height: 60vh;
	}

	.services_wrapper.right a {
		left: calc(100% - 170px);
	}

	.services_wrapper.right:after {
		margin-left: calc(50% + 45px);
	}

	.services_wrapper.right:before {
		margin-left: calc(50% + 45px);
	}

	.service_info {
		padding: 0px 15px 0 30px;
	}

	.services_wrapper:before {
		margin-left: 45px;
	}

	.services_wrapper:after {
		margin-left: 45px;
	}

	.services_wrapper a {
		width: 170px;
		left: calc(50% - 170px);
	}

	.location_text {
		width: 46%;
	}

	.location_link {
		padding: 10% 0% 30% 0%;
		width: 46%;
	}

	.slide_title h2 {
		font-size: 65px;
	}

	.services_title h2 {
		font-size: 80px;
		line-height: 80px;
	}

	.rooms_more {
		font-size: 23px;
		margin-right: 95px;
	}

	.room_details p {
		font-size: 20px;
	}

	.room_details {
		padding: 10px 38px;
	}

	.room_details ul li {
		font-size: 21px;
	}

	.suites_title {
		top: -265px;
	}

	.suites_title h2 {
		font-size: 75px;
		line-height: 75px;
		margin-top: 30px;
		margin-left: 5%;
	}

}
@media only screen and (max-width: 1199px) {
	/********** HEADER *********/
	#header.fixed {padding: 10px 20px;}
	#header {padding: 0px 20px;}

	/********** HOMEPAGE *********/
    .paxos_background, .room_background {height: 600px;}
	.paxos-overlay-img img {height: 240px; min-height: 240px;}
	.paxos-overlay-img img {margin: 40px auto;}
	.section_location img {object-position: center;}
	.villas_intro_text { padding: 40px 0 40px 0;}
	.logo_bg { padding: 0 5%;}
	.home_header_content h1 {font-size: 42px;}
	.home_header_content {  margin-bottom: 35%;}

	/********** ROOMS *********/
	.right-col{margin-top:50px}
	.villa_description h3 { padding-right: 20px;}
	.room_intro h3 { font-size: 45px;  padding: 0px 10% 50px 10%; line-height: 62px;}
	.villa_details .blue_bg { padding: 35px 20px;}
	.villa_details p.detail_number {font-size: 55px;padding-bottom: 20px;}
	.villa_details p {font-size: 20px;  padding-top: 10px; }
	.villa_facilities ul {  column-count: 2;}
	.villa_floor ul, .villa_amenities ul { padding: 10px 0;}

	/********** PAXOS *********/
	.section_beaches .bg-wrapper img {min-height: 900px;}
	.section_beaches .bg-wrapper .overlay-img {top: 50%;}
	.section_beaches ul {padding: 10px 5%;}
	.image_beaches .bg-wrapper .overlay-img { width: 85%; }

	/********** GALLERY *********/
	.home_header_content.rooms_view h1 {font-size: 60px;}

	/********** CONTACT *********/
	.bg-wrapper .overlay-img{width: 70%;}
	.section_contact h4 {font-size: 45px;}
	.contact_form {padding: 20px;}
	.contactform input[type="text"], .contactform textarea {font-size: 16px; padding: 15px;}

}
@media only screen and (min-width:1200px) and (max-width:1349px) {
	/*#header { background:red;  min-height:70px;}*/
	
	.facility_text { padding-top:30px; margin-bottom:50px;}
	.more_rooms a span { font-size: 16px; }

	.suites_title h2 {
		font-size: 70px;
		line-height: 70px;
		margin-top: 5px;
		margin-left: 5%;
	}

	.villa_text img {
		width: 65px;
	}

	.villas .opacity_bg {
		width: 40px;
	}

	.villas {
		padding-bottom: 100px;
	}

	.page_text .villa_text ul li p:before {
		background-size: 15px;
		width: 15px;
		height: 15px;
	}

	.page_text .villa_text ul li p {
		font-size: 20px;
	}

	.more {
		margin-top: 30px;
		padding: 15px 50px 15px 50px;
	}

	.page_text h2 {
		font-size: 37px;
	}

	.page_text .villa_text p {
		margin-top: 20px;
	}

	.villa_text {
		padding: 40px 20px 20px 60px;
	}

	.about_wrapper .home_left_image:after {
		bottom: 50px;
		left: 50px;
	}

	.about_wrapper .location_right_img {
		margin-top: 30px;
		width: 300px;
	}

	.about_wrapper.location_section p {
		font-size: 20px;
		padding: 40px 0 0 40px;
		line-height: 37px;
	}

	.contact_links td.attributes_right {
		padding-left: 30px;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 16px;
	}

	.parallax p {
		font-size: 43px;
		line-height: 60px;
	}

	.about_wrapper img {
		width: 330px;
	}

	.home_right_image {
		margin-top: 90px;
	}

	.about_wrapper .about_left p {
		padding: 130px 50px 0 0px;
	}

	.about_wrapper .home_right_image img {
		width: 100%;
	}

	.about_wrapper p {
		font-size: 19px;
		line-height: 34px;
	}

	.about_wrapper img.logomark {
		padding-top: 130px;
		padding-bottom: 140px;
	}

	.page_text .about_text h1 {
		font-size: 40px;
		line-height: 60px;
	}

	#logo_menu {
		width: 120px;
		height: 130px;
	}
	
	.gallery_box.right {
		margin: 30px 0 80px 0;
	}

	.gallery_img p {
		width: 100%;
	}

	.tabs_description_right {
		margin: 0px;
	}

	.page_text .tabs_description h2 {
		font-size: 28px;
	}

	.tabs_description h2 span {
		font-size: 26px;
		margin-right: 15px;
	}

	.menu_tabs {
		margin-top: 30px;
		margin-right: 0;
		padding: 15px 0;
	}

	.menu_tabs ul li a:before {
		left: -35%;
	}

	.menu_tabs ul li a {
		font-size: 21px;
	}

	.menu_tabs ul li a span {
		font-size: 26px;
	}

	.page_text.tabs_section h1 {
		font-size: 40px;
		padding-top: 35px;
	}

	.page_text .menu_tabs .tabs_description_right ul li {
		padding: 25px 0;
		font-size: 20px;
		width: calc(49% - 30px);
		margin: 0 30px 0 0;
	}

	.page_text.villas.facilities h1.location_title {
		margin-left: 15px;
	}

	.sights_image {
		margin-top: -45px;
	}

	.sights_image:before {
		height: calc(100% - 45px);
	}

	.location2 {
		width: 80%;
	}

	.menu_tabs ul li a:after {
		width: 20px;
		background-size: 20px;
		height: 20px;
	}

	.menu_tabs ul li a.inactive {
		font-size: 21px;
	}

	.location3 {
		width: 50%;
	}

	.location1 {
		width: 65%;
	}

	.contact_intro {
		padding: 100px 100px 60px 100px;
		margin-bottom: 100px;
	}

	.contact_links td.attributes_right, .contact_links td.attributes_right a {
		font-size: 20px;
	}

	.contact_links td.attributes_left {
		font-size: 21px;
    	line-height: normal;
	}

	.contact_links td, .contact_links th {
		padding: 25px 0;
	}

	.contact_links {
		padding-top: 40px;
	}

	.interior.dynamic .interior_text {
		padding: 20px 40px 20px 11%;
	}

	.page_text.villas.facilities h1 {
		padding-bottom: 40px;
		margin-left: 75px;
	}

	.page_text .interior.dynamic h2 {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.exterior.dynamic .exterior_text {
		padding: 20px 18% 0px 40px;
	}

	.page_text .exterior.dynamic h2 {
		margin-top: 15px;
	}

	.page_text .exterior.dynamic ul li {
		margin: 3px 28px 3px 0px;
	}

	.exterior.dynamic {
		padding-bottom: 90px;
	}

	.page_text.dynamic_page h1 {
		font-size: 37px;
		line-height: 60px;
	}

	.content_left {
		margin-right: 50px;
	}

	.dynamic_page {
		margin-bottom: 50px;
	}

	.content_left img {
		margin-top: 160px;
	}

	.menu_info p {
		padding: 6px 0;
		font-size: 18px;
	}

	.footer_box .book {
		margin-bottom: 25px;
	}

	.services_text .more {
		margin-top: 50px;
	}

	.page_text.services h1 {
		font-size: 32px;
	}

	.service_info {
		padding: 0px 15px 0 15px;
	}

	.services_wrapper:before {
		margin-left: 30px;
	}

	.services_wrapper:after {
		margin-left: 30px;
	}

	.services_wrapper.right:after {
		margin-left: calc(50% + 30px);
	}

	.services_wrapper.right:before {
		margin-left: calc(50% + 30px);
	}

	.services_wrapper.right a {
		left: calc(100% - 150px);
	}

	.service_img {
		height: 55vh;
	}

	.services_wrapper a {
		width: 150px;
		padding: 20px 0;
		left: calc(50% - 150px);
	}

	.page_text h2 {
		font-size: 32px;
	}

	.services {
		padding-top: 100px;
	}

	.exterior_right_img img {
		width: 240px;
	}

	.page_text .exterior h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.page_text .exterior h2:after, .page_text .interior h2:after {
		margin-top: 55px;
	}

	.exterior, .interior {
		padding-bottom: 80px;
	}

	.interior_text {
		padding: 35px 90px 35px 24%;
	}

	.interior_left_img {
		padding-right: 90px;
	}

	.page_text .interior h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.more {
		margin-top: 40px;
	}

	.exterior_text {
		padding: 35px 20% 5px 13%;
	}

	.home_half_text {
		padding: 0px 0px 100px 0px;
	}

	.home_left_image {
		margin-top: 100px;
	}

	.view_suites_description h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.room_details p {
		font-size: 18px;
	}

	.room_details {
		padding: 10px 20px;
	}

	.room_details ul li {
		font-size: 19px;
	}

	.location {
		margin-top: 100px;
	}

	.slide_title h2 {
		font-size: 55px;
	}

	.services_title h2 {
		font-size: 70px;
		line-height: 75px;
	}

	.location_text p {
		font-size: 26px;
		line-height: 50px;
	}

	.location_text {
		width: 48%;
	}

	.location_link {
		width: 48%;
		padding: 13% 0% 30% 0%;
	}

	.location_link a {
		font-size: 60px;
		line-height: 70px;
	}

	.pages.home .page_text h1 {
		font-size: 45px;
		padding-top: 50px;
		line-height: 65px;
	}

	.room_facilities h1 {
		font-size: 60px;
		margin-bottom: 70px;
	}
	
	.features {
		margin-bottom: 60px;
	}

	.room_facilities .room_right_image img {
		width: 90%;
	}

	.features_list ul li {
		font-size: 19px;
		padding: 15px 10px 10px 10px;
	}

	.rooms_description h2 {
		font-size: 45px;
		line-height: 50px;
		padding: 20px 0 40px 0;
	}

	.page_text .room_title h1 {
		font-size: 36px;
	}

	.rooms_description p {
		font-size: 24px;
		line-height: 40px;
		padding: 20px 70px 70px 0;
	}

	.rooms_description ul li {
		font-size: 26px;
	}

	.room_title h1 {
		font-size: 36px;
		line-height: 50px;
		padding-left: 50px;
	}

	.rooms_more {
		font-size: 23px;
	}

	.room_title {
		padding: 40px 40px 40px 40px;
	}

	.sight_description {
		width: 88%;
	}

	h2.location_title {
		font-size: 60px;
		line-height: 60px;
		margin-left: 0;
		margin-top: 0;
	}

	.footer_box h6 {
		font-size: 20px;
	}

	.footer_box_container.pd-130 {
		padding-left: 0;
	}

	.footer_box_container.pd-100 {
		padding-left: 30px;
	}

	.footer_box_container.pd-100 {
		padding-left: 60px;
	}

	.footer_box p {
		font-size: 18px;
		line-height: 26px;
	}

	.responsive_menu ul li a {
		font-size: 25px;
    	padding: 5px 10px 10px 10px;
	}

	#logo_mob {
		width: 200px;
	}

	.newsletter_title {
		font-size: 55px;
		line-height: 55px;
	}

	.gallery_box .gallery_text span {
		font-size: 29px;
		padding: 29px 25px;
	}

	.page_text h1 {
		font-size: 55px;
	}

	.page_text.villas.facilities.gallery_padd h1 {
		padding-bottom: 50px;
	}

	.page_text.villas h1:before {
		background-size: 50px;
		height: 50px;
		left: -110px;
	}

	.page_text.villas h1 {
		padding-top: 60px;
	}

	.dynamic_right_image {
		width: 90%;
	}

	.beige_bg.sights {
		height: 65px;
	}

	.beige_bg.sights.left {
		bottom: -64px;
	}

	.gallery_content {
		margin-bottom: 50px;
	}
	
	.rooms_view .room_right_image {
		width: 100%;
	}

	.other_rooms .rooms_description h2 {
		line-height: 55px;
	}

}  

@media only screen and (min-width:992px) and (max-width:1199px) {
	/*#header { background:green;  min-height:70px;}*/
	
	.right_image.offset_top { margin-top:-30px;}
	
	.facility_text { padding-top:20px; margin-bottom:50px; }
	
	.sight_container {  min-height:320px;  }
	.sight_container.inner_sight_container {  min-height:500px;  }	
	.home_center_title {
		margin-bottom: 50px;
		margin-top: 100px;
	}

	.home_villa_text p {
		font-size: 17px;
		line-height: 32px;
		padding: 25px 0;
	}

	.villas .opacity_bg {
		width: 40px;
	}

	.page_text h2 {
		font-size: 37px;
	}

	.villa_text {
		padding: 35px 15px 15px 60px;
	}

	.villa_description {
		padding: 0;
	}

	.villa_description p {
		font-size: 20px;
		line-height: 37px;
	}

	.about_wrapper img.villa_right_img {
		width: 350px;
		margin-top: 40px;
	}

	.menu_tabs ul li a.inactive {
		font-size: 22px;
	}

	.contact_right h3, .contact_left h3 {
		font-size: 35px;
		letter-spacing: 3px;
	}

	.dynamic_page {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.dynamic_text {
		padding: 0 15px;
	}

	.villas:before {
		width: calc(100% - 15px);
	}

	.gallery_padd {
		margin: 90px 30px 50px 20px;
	}

	.parallax a {
		margin-top: 40px;
		font-size: 18px;
		padding: 17px 30px;
	}

	.parallax p {
		font-size: 35px;
		line-height: 48px;
	}

	.home_right_image:after {
		bottom: 40px;
		left: 40px;
	}

	.about_wrapper {
		padding: 0 15px 80px 15px;
	}

	.about_wrapper p {
		padding: 10px 20px 0px 50px;
		font-size: 19px;
		line-height: 34px;
	}

	.about_wrapper .home_right_image img {
		width: 100%;
	}

	.home_right_image {
		margin-top: 60px;
	}

	.about_wrapper .about_left p {
		padding: 130px 60px 0 0px;
		font-size: 21px;
	}

	.page_text .about_text h1 {
		font-size: 40px;
		line-height: 60px;
		padding: 15px 0px 15px 50px;
	}

	.about_wrapper img.logomark {
		width: 50px;
		padding-top: 120px;
		padding-bottom: 150px;
	}

	.about_wrapper img {
		width: 300px;
	}

	.footer_wrapper {
		padding: 75px 15px 60px 30px;
	}

	#header.fixed #logo {
		margin-top: -12px;
	}

	.gallery_box .icon_gallery {
		width: 17%;
		top: -100px;
	}

	.gallery_box.right .gallery_text {
		right: 40px;
		bottom: -100px;
	}

	.gallery_box .gallery_text {
		padding: 30px 30px;
		margin-top: -60px;
		margin-left: 40px;
	}

	.gallery_image_sec {
		margin-right: 5%;
	}

	.gallery_box .gallery_text p {
		font-size: 23px;
	}

	.page_text .gallery_img h1 {
		padding-left: 0;
	}

	.gallery_img p {
		width: 100%;
	}

	.tabs_description:before {
		display: none;
	}

	.tabs_description_right {
		margin: 0px;
	}

	.tabs_description h2 span {
		font-size: 24px;
		margin-right: 15px;
	}

	.page_text .tabs_description h2 {
		font-size: 27px;
	}

	.tabs_description {
		padding: 20px 0px 0 0;
	}

	.menu_tabs ul li a span {
		font-size: 26px;
		margin: 0 auto 15px auto;
	}

	.menu_tabs ul li a:after {
		width: 20px;
		background-size: 20px;
		height: 20px;
	}

	.menu_tabs ul li a.inactive span {
		font-size: 24px;
	}

	.menu_tabs ul li a:before {
		left: -32%;
	}

	.page_text .tabs_description p {
		font-size: 18px;
		line-height: 31px;
	}

	.page_text .menu_tabs .tabs_description_right ul li {
		padding: 20px 0;
		font-size: 19px;
	}

	.page_text .menu_tabs ul li {
		padding: 7px 0px 7px 0px;
	}

	.menu_tabs ul li a {
		font-size: 21px;
		padding: 30px 0px;
	}

	.page_text.tabs_section h1 {
		font-size: 40px;
		padding-top: 35px;
		line-height: 50px;
	}

	.tabs_section:before {
		display: none;
	}

	.location1 {
		width: 65%;
		margin-left: 20px;
	}

	.location_intro p {
		padding-right: 15px;
	}

	.location3 {
		width: 70%;
		padding-right: 15px;
	}

	.location2 {
		width: 100%;
		padding-left: 15px;
	}

	.contact_intro {
		padding: 80px 80px 50px 80px;
		margin-bottom: 80px;
	}	

	.services_page .about_text {
		padding: 50px 30px 0 30px;
	}

	.albums_swiper:after {
		display: none;
	}

	.page_text .interior.dynamic h2 {
		margin-bottom: 10px;
	}

	.interior.dynamic .interior_text {
		padding: 0px 30px 30px 0;
	}

	.exterior.dynamic .exterior_text {
		padding: 0px 0px 0px 30px;
	}

	.interior.dynamic:after {
		height: 100px;
		top: 0;
		bottom: auto;
	}

	.exterior.dynamic:before {
		display: none;
	}

	.exterior.dynamic {
		padding-bottom: 80px;
	}

	.page_text .exterior.dynamic ul li {
		margin: 3px 27px 3px 0px;
	}

	.content_left {
		margin-right: 0px;
	}

	.page_text.dynamic_page h1 {
		font-size: 32px;
		line-height: 55px;
	}

	.content_left img {
		margin-top: 170px;
	}

	.services p {
		padding-right: 10%;
	}

	.page_text.services h2:after {
		margin-top: 55px;
	}

	.services_text .more {
		margin-top: 40px;
	}

	.page_text.services h1 {
		font-size: 34px;
		padding-left: 0px;
		padding-top: 0;
	}

	.page_text .exterior h2 {
		font-size: 32px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.villas {
		padding-bottom: 180px;
	}

	.page_text.villas h2:before {
		margin-left: -35px;
		width: 12px;
		border-left: 12px solid #B5CAD6;
	}

	.villa_text img {
		width: 65px;
	}

	.page_text .villa_text ul li p {
		font-size: 20px;
	}

	.exterior_text {
		padding: 20px 20% 0px 8%;
	}

	.more {
		padding: 15px 50px 15px 50px;
	}

	.exterior {
		padding-bottom: 80px;
	}

	.interior_left_img {
		padding-right: 40px;
		padding-left: 20%;
	}

	.page_text .interior h2:after {
		margin-top: 50px
	}

	.page_text .interior h2 {
		font-size: 32px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.interior_text {
		padding: 20px 40px 0px 20%;
	}

	.exterior:after {
		width: 10%;
	}
	
	.exterior_right_img img {
		width: 180px;
	}

	.exterior {
		margin-top: 70px;
	}

	.icon_content img {
		width: 150px;
	}

	.page_text .icon_content .icon_number {
		font-size: 45px;
		margin-top: 8px;
	}

	.page_text .icon_content .icon_text {
		font-size: 25px;
	}

	#header:after {
		width: calc(100% - 80px);
	}

	.rooms_home ul li {
		font-size: 18px;
		line-height: 37px;
		margin-bottom: 5px;
	}

	.facilities p {
		font-size: 19px;
		line-height: 35px;
	}

	.container-fluid.no-padding.contact_intro {
		overflow: hidden!important;
	}

	.view_suites_description {
		flex-direction: column;
		justify-content: center;
	}

	.view_suites_description h2 {
		font-size: 30px;
		padding-left: 0;
		line-height: 35px;
		text-align: center;
	}

	.room_details {
		padding: 0px 30px;
		border-left: none;
		text-align: center;
	}

	.rooms_more {
		font-size: 21px;
	}

	.suites_title h2 {
		font-size: 65px;
		line-height: 65px;
		margin-top: 0;
		margin-left: 0;
	}

	.suites_title {
		top: -205px;
	}

	img.rooms_home {
		top: -210px;
		width: 100%;
	}

	.slide_title h2 {
		font-size: 55px;
		left: -15px;
	}

	.services_title h2 {
		font-size: 70px;
		line-height: 70px;
	}

	.pages.home .page_text h1 {
		font-size: 37px;
		padding-left: 70px;
	}

	.pages.home .about_text {
		padding-top: 60px;
	}

	.pages.home .page_text h1:before {
		background-size: 40px;
		width: 40px;
	}

	.other_rooms.page_text .room_title h1 {
		font-size: 35px;
		width: 100%;
		padding-left: 20px;
	}

	.other_rooms .rooms_description h2 {
		line-height: 55px;
	}

	.room_facilities h1 {
		font-size: 55px;
		margin-bottom: 70px;
	}

	.room_facilities ul li {
		font-size: 23px;
		line-height: 40px;
		margin-bottom: 12px;
	}

	.rooms_view .room_right_image {
		width: 100%;
	}

	.rooms_view .room_right_image {
		width: 100%;
		padding-bottom: 90%;
	}

	.room_book {
		font-size: 21px;
	}

	.room_right_image img {
		width: 100%;
	}

	.rooms_description p {
		margin-bottom: 10px;
		font-size: 23px;
		font-weight: 300;
		line-height: 35px;
		padding: 0 50px 10px 0;
	}

	.rooms_description ul li {
		font-size: 24px;
	}

	.room_title .rooms_more {
		bottom: -20px;
	}

	.rooms_description h2 {
		font-size: 40px;
		line-height: 50px;
		padding: 20px 0 30px 0;
	}

	p.total_rooms {
		font-size: 20px;
		line-height: 35px;
		padding: 8px 20px 10px 0;
	}

	.swiper-container.swiper-suites {
		margin: 100px 0 0 0;
	}
	
	.room_title h1 {
		font-size: 35px;
		line-height: 45px;
		padding-left: 20px;
	}

	.contact_details p, .contact_details a {
		font-size: 18px;
		line-height: 30px;
	}

	.contact_details h3:after {
		margin-top: 40px;
	}

	.contact_details h2 {
		font-size: 20px;
	}

	.contact_details h2:after {
		left: 30px;
	}

	.contact_details h3 {
		font-size: 23px;
    	margin-bottom: 40px;
	}

	.contact_left p {
		font-size: 30px;
		line-height: 45px;
	}

	.contact_title p {
		font-size: 24px;
		line-height: 32px;
	}

	.contact_links {
		padding-top: 30px;
	}

	.contact_links td, .contact_links th {
		padding: 25px 0;
	}

	.contact_links td.attributes_right {
		font-size: 18px;
	}

	.contact_links td.attributes_left {
		font-size: 20px;
	}

	.contact_links td.attributes_right, .contact_links td.attributes_right a {
		font-size: 19px;
	}

	.contact_right {
		padding: 90px 0px 0 15px;
	}

	.map:before {
		height: 685px;
		left: -5px;
		bottom: -20px;
	}

	.contact_links td.attributes_right {
		padding-left: 30px;
	}

	.required_fields {
		font-size: 18px;
	}

	.sight_description {
		width: 93%;
	}

	h2.location_title {
		font-size: 60px;
		line-height: 60px;
		margin-left: 0;
		margin-top: 0;
	}

	.gallery_text span p {
		font-size: 18px;
	}

	.gallery_view {
		height: 50vh;
	}

	.tex-er{font-size:20px !important;line-height:25px !important;}

	.newsletter_title {
		font-size: 50px;
		line-height: 50px;
	}

	.newsletter_subtitle {
		font-size: 20px;
	}

	.footer_box p{
		font-size: 18px;
    	line-height: 28px;
	}

	.footer_box_container.pd-130 {
		padding-left: 0px;
	}

	.footer_box .book {
		background-position: 95% 13px;
		font-size: 18px;
		padding: 12px;
		margin-bottom: 30px;
	}

	.footer_box_container.pd-100 {
		padding-left: 15px;
	}

	.footer_box p.newsletter_subtitle {
		font-size: 17px;
		letter-spacing: 0;
	}

	.copyright_wrapper {
		padding-top: 10px;
	}

	.padd_footer {
		padding: 0 30px!important;
	}

	.newsletter-input input {
		font-size: 17px;
		padding: 12px 12px 13px 12px;
	}

	.newsletter-input .submit input {
		background-size: 32px;
	}

	#wapp a {
		width: 80px;
	}

	.copyright {
		padding-bottom: 25px;
		padding-top: 0px;
	}

	.footer_box h6 {
		font-size: 20px;
	}

	.facilities .room_box {
		margin-bottom: 30px;
		padding: 0px 0 0 0;
	}
	.facilities .page_text ul li {
		line-height: 26px;
	}
	.more_rooms a span { font-size: 15px; width: 75%; padding: 10px; }

	#top_info {
		right: 180px;
		top: 5px;
	}


	#logo {
		top: -15px;
	}

	#top_info_left {
		left: 95px;
    	top: 2px;
	}

	.menu_info p {
		padding: 5px 0;
		font-size: 18px;
	}

	#logo_menu {
    	width: 120px;
    	height: 130px;
	}

	.menu_info {
		right: 0;
	}

	#logo_mob {
		width: 200px;
	}

	.responsive_menu .extra_links {
		position: relative;
		top: 220px;
	}

	.close_menu {
		left: 40px;
	}

	.contact_menu_container {
		margin-left: 30px;
	}

	.gallery_box .gallery_text span {
		font-size: 28px;
		padding: 25px 25px;
	}

	.gallery_box.right {
		margin-top: 20px;
	}

	.page_text.villas.facilities.gallery_padd h1 {
		padding-bottom: 45px;
	}

	.gallery_content {
		margin-bottom: 50px;
	}

	.page_text.villas h1 {
		padding-top: 60px;
	}	

	.page_text.villas h1:before {
		background-size: 50px;
		width: 230px;
		height: 50px;
		left: -85px;
	}

	.page_text h1 {
		font-size: 50px;
		padding-top: 50px;
		line-height: 60px;
	}

	.page_text h1:before {
		width: 100px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 80px;
	}

	.gallery_box.right .gallery_image_sec {
		margin-left: 5%;
	}

	.m-t-100 {
		margin-top: 50px;
	}

	.gallery_page {
		margin-top: 100px;
	}

	.beige_bg.sights.left {
		bottom: -59px;
	}

	.beige_bg.sights {
		height: 60px;
	}

	h3.sight_title {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.features_list ul li {
		border-right: none;
	}

	.features {
		margin-bottom: 50px;
	}

	.features_list ul li:nth-last-child(2n) {
		border-right: 2px solid #BFBDBB;
	}

	.features_list ul li {
		width: 49%;
	}

	.features_list.facility_list ul li:nth-last-child(2n) {
		border-right: none;
	}

	.location_link a {
		font-size: 55px;
		line-height: 60px;
	}

	.location_text p {
		font-size: 22px;
		line-height: 45px;
	}

	.location_link {
		width: 50%;
	}

	.location_text {
		width: 50%;
	}

	.location_link a:after {
		width: 30px;
		height: 30px;
		background-size: 30px;
		margin-top: 20px;
		right: 0px;
	}

	.home_left_image.location {
		margin-left: 0px;
	}

	.about_wrapper .home_left_image:after {
		bottom: 40px;
		left: 40px;
	}

	.about_wrapper .location_right_img {
		width: 300px;
		margin-top: 40px;
	}

	.about_wrapper.location_section p {
		font-size: 20px;
		padding: 40px 0 0 60px;
		line-height: 35px;
	}
}

@media (max-width:991px){
	/******** HEADER *******/
	#logo {width: 270px;}
	#book_now {color: #606060; background: #00000001; border-right: 1px solid #606060; border-left: 1px solid #606060;padding: 12px 30px 12px 30px;}
	#lang_info a{color: #606060;}
	#lang_info { right: 280px;}
	.open_menu img.white_menu { filter: invert(1);}
	.responsive_menu ul li a {font-size: 55px;    padding: 10px 10px 15px 0px;}
	.menu li { padding: 1rem 0rem;}
	.responsive_menu ul li { margin: 30px auto 30px 0;}
	#header.fixed #lang_info a{color:#fff}
	#header.fixed #book_now {color: #fff; border-right: 1px solid #fff; border-left: 1px solid #fff;}
	#header.fixed .open_menu img.white_menu {filter: invert(0);}
	#book_now:before {background : #606060;}
	#book_now:after {background : #606060;}

	/******** FOOTER *******/
	p.footer_contact {padding: 5px 0 10px 0;}
	.footer_box p {font-size: 18px; line-height: 28px; margin-bottom: 8px;}

	/******** HOMEPAGE *******/
	.paxos_background {height: 520px;}
	h3.inner_image_title {font-size: 35px;line-height: 50px;}
	.villas_intro_text h3 { font-size: 45px;letter-spacing: 20px;}
	.villas_intro_text p {font-size: 21px;padding-right: 10%;}
	.align_titles {padding-bottom: 0;}
	.villa-wrapper {height: 70vh;}
	#banner .banner_text { width: 100%;}
	.scroller h1 {padding-right: 0;text-align: center;}
	#banner .swiper-slide { height: 70vh;}
	

	/******** ROOMS *******/
	.right-col{width:40vw}
	.left-col{width: 60vw;}
	.villa_right_img { width: 100%;}
	.villa_description h3 {font-size: 20px;}
	.room_intro .bg-wrapper img { min-height: 430px; }
	.room_intro h3 {font-size: 35px; padding: 0px 10% 40px 10%; line-height: 51px;}
	.villa_details p.detail_number {font-size: 45px;padding-bottom: 0;}
    .villa_details p {font-size: 18px; padding-top: 12px; }
	.villa_details .blue_bg {padding: 20px 10px 30px 10px; }
	.page_text.villas.facilities h3, .page_text.villas.facilities h3 strong { font-size: 50px; letter-spacing: 20px;}
	.swiper-slide.villa_gallery_img {height: 50vh;}
	.villa_gallery .white_bg {height: 50vh}
	.villa_gallery p {font-size: 20px;margin-left: 0;width: 155px;}
	.villa_gallery p span, .villa_gallery span#total-slides {font-size: 24px;}
	.villa_gallery .swiper-buttons { right: 15px;}
	.room_intro .bg-wrapper .overlay-img {   top: 50%;}

	/******** PAXOS *******/
	.section_beaches .bg-wrapper { height: 50vh;position: relative;display: flex;  align-items: center; justify-content: center;}
	.section_beaches .bg-wrapper img {min-height: 400px;height: 400px;}
	.section_beaches .bg-wrapper .overlay-img { align-items: center;position:absolute;top: 50%;
    left: 50%; transform: translate(-50%, -50%); z-index: 2; text-align: center; padding: 0 15px;}
	.section_beaches .overlay-img p { text-align: center;}
	.change_order_item{display: flex;flex-direction: column;}
	.text_beaches{order:2}
	.image_beaches{order:1}
	.section_beaches h4 {font-size: 45px; padding-bottom: 25px; text-align: center;}
	.beaches_background { background-image: url(../img/layout/location_blue_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat;  width: 100%;height: 50vh; }
	
	/******** GALLERY *******/
	.banner_text {position: relative;height: 40vh;min-height: 350px;}
	.flex_mobile{display: flex; flex-direction: column;}
	.page_heading_image{height: 60vh;}
	.page_heading_shadow {height: 100%;}
	.banner_text.albums_home {width: 100%;}
	.home_header_content { margin-bottom: 12%;align-items: center;}
	.scrollButtonContainer {bottom: 7%; text-align: center;}
	.home_header_content.rooms_view h1 {font-size: 50px;}
	.home_header_content p.subtitle {font-size: 20px; margin-bottom: 10px;}

	/******** CONTACT *******/
	.banner_text.contact_banner {width: 100%;}
	.contactform textarea { width: 95%;}
	.contact_right {justify-content: flex-start;padding: 0px 0 50px 0; height: 100%;}
	.map {margin-right: 0;}
	.section_contact .bg-wrapper { height: 400px;}
    .section_contact .bg-wrapper img { min-height: 400px;height: 100%;}

	/******** DYNAMIC PAGES *******/
	.banner_text { width: 100%;}

	.home_header_content h1 {
		font-size: 50px;
	}

	.flex_991 {
		display: flex;
		flex-direction: column-reverse;
	}

	.flex_center {
		flex-direction: column-reverse;
	}

	.flex_center.reverse {
		flex-direction: column;
	}

	.page_text.villas.villas_home h1 {
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 50px;
	}

	.villas.villas_home:before {
		width: calc(100% - 30px);
	}

	.villas {
		padding-bottom: 85px;
	}

	.villas .beige_bg {
		padding: 0 15px;
	}

	.width-991 {
		margin-right: -30px;
    	position: relative;
	}

	.flex_center .col-md-6 {
		padding: 0;
	}

	.home_villa_text {
		padding: 25px 0;
	}

	.width-991-left {
		margin-left: -30px;
    	position: relative;
	}

	.home_villa_text.right {
		padding-left: 0;
	}

	.home_villa_text.left {
		padding-right: 0;
	}

	.home_villa_text {
		padding: 30px 0;
	}

	.villas .villa_bottom .opacity_bg {
		top: auto;
		bottom: 0;
		height: 50px;
	}

	.villa_text {
		border-bottom: none;
	}

	.villa_bottom {
		flex-direction: column;
		margin-top: 0px;
	}

	.villa_text ul {
		margin-left: -80px;
	}

	.villas .opacity_bg {
		height: 50px;
		width: calc(100% - 30px);
	}

	.villa_gallery span {
		font-size: 37px;
	}

	.villa_details a {
		margin: 70px auto 0 auto;
	}

	.villa_description {
		padding: 0;
	}

	.villa_details p {
		font-size: 20px;
		padding-top: 20px;
	}

	.villa_description p {
		font-size: 20px;
		line-height: 35px;
	}

	.page_text.villas.facilities h1.location_title {
		padding-bottom: 25px;
		margin-left: 25px;
	}

	.contact_header_bg {
		display: none;
	}
	
	.contact_links td.attributes_left {
		width: 50%;
	}

	.contact_left {
		padding-top: 30px;
	}

	.map {
		padding: 0px 0 50px 0;
	}

	.map:before {
		left: -20px;
		bottom: 0;
	}

	.contact_information.newsletter_page {
		padding-top: 50px;
	}

	.contact_right h3, .contact_left h3 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	/* .contactform div.input {
		margin: 0px 3% 30px 0%;
		width: 47%;
	} */

	.contactform div.submit {
		margin-right: 3%;
	}

	.required_fields {
		font-size: 18px;
	}

	.contactform input[type="text"], .contactform textarea {
		padding: 15px;
		font-size: 17px;
	}

	.contact_left p {
		font-size: 30px;
		line-height: 40px;
		margin-top: 40px;
	}

	.page_text .dynamic_text h2 {
		font-size: 21px;
		margin-bottom: 10px;
		padding-left: 25px;
		line-height: normal;
	}

	hr {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.page_text .dynamic_text h2:before {
		margin-left: -25px;
	}

	.villas:before {
		width: calc(100% - 15px);
	}

	.page_text.villas.facilities h1 {
		margin-left: 25px;
	}

	.page_text.villas.facilities h1 {
		padding-bottom: 40px;
	}

	.services_wrapper.top {
		flex-direction: column-reverse;
	}

	.parallax {
		height: 65vh;
	}

	.parallax a {
		font-size: 18px;
		padding: 20px 30px;
		margin-top: 35px;
	}

	.parallax p {
		font-size: 30px;
		line-height: 45px;
	}

	.tex-er{
		font-size:20px !important;
		line-height:25px !important;
	}
	.home_header_content p{font-size: 16px;line-height: 24px;}
	.home_header_content a.more.white{font-size:12px;}

	#header {
		top: 40px;
	}
	
	#lang_mob {
		left: 70px;
		top: 44px;
	}

	img.footer_logo {
		max-width: 270px;
	}

	.footer_box_container {
		padding: 0 15px;
	}

	.footer_box.last {
		margin-top: 45px;
	}

	#header.fixed #logo {
		margin-top: -12px;
	}

	#logo {
		top: -15px;
	}

	#header:after {
		width: calc(100% - 80px);
	}

	.gallery_box .icon_gallery.right {
		top: 4%;
	}

	.gallery_img p {
		width: 100%;
	}

	.gallery_img {
		margin-bottom: 50px;
	}

	.page_text .gallery_img h1 {
		margin-top: 50px;
		padding-left: 0;
		padding-top: 40px;
	}

	.page_text .gallery_img h1:before {
		left: 0;
	}

	.tabs_section:before {
		display: none;
	}

	.page_text.tabs_section h1 {
		font-size: 40px;
		padding-top: 35px;
		padding-left: 15px;
	}

	.page_text.tabs_section h1:before {
		left: 15px;
	}

	.sights_image {
		margin: 30px 15px;
	}

	.menu_tabs {
		margin-top: 0px;
	}

	.page_text .tabs_description h2 {
		font-size: 26px;
	}

	.tabs_description h2 span {
		font-size: 25px;
		margin-right: 15px;
	}

	.tabs_description_right {
		margin: 0;
	}

	.page_text .tabs_description ul li {
		margin: 3px 29px 3px 0px;
	}

	.tabs_description {
		flex-direction: column;
	}

	.tabs_description {
		padding: 30px 0px 0px 0px;
	}

	.page_text .menu_tabs .tabs_description_right ul li {
		padding: 25px 0;
		font-size: 19px;
	}

	.menu_tabs ul li a {
		font-size: 26px;
	}

	.menu_tabs ul li a:before {
		left: -28%;
	}

	.tabs_description:before {
		display: none;
	}

	.location3 {
		display: none;
	}

	.location1 {
		display: none;
	}

	.location2 {
		width: 100%;
	}

	.location_sec_row {
		display: block;
		margin-top: 35px;
	}

	.no_banner .home_header_content {
		top: 200px;
	}

	.no_banner {
		height: 43vh;
   		min-height: unset;
	}

	.contact_information {
		margin-top: 0;
	}

	.contact_intro {
		padding: 70px 70px 50px 70px;
		margin-bottom: 100px;
	}

	.interior.dynamic {
		padding-top: 0;
	}

	.interior.dynamic .interior_text {
		padding: 30px 30px 30px 0;
	}

	.exterior.dynamic:before, .exterior.dynamic:after {
		display: none;
	}

	.exterior.dynamic .exterior_text {
		padding: 30px 0px 0px 30px;
	}

	.exterior.dynamic {
		padding-bottom: 50px;
	}


	.content_left img {
		display: none;
	}

	.content_left {
		margin-right: 30px;
		margin-bottom: 50px;
	}

	.page_text.services_page ul li {
		margin: 3px 29px 3px 0px;
	}

	.page_text.dynamic_page h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.dynamic_text {
		padding: 0px 15px 0 15px;
	}

	.dynamic_page {
		margin-top: 0px;
		margin-bottom: 0;
	}

	.footer_social.hide_991 {
		display: none;
	}

	.page_text.services h1:before {
		left: auto;
	}

	.page_text.services h1 {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 30px;
		padding-left: 0;
		padding-top: 0;
	}

	.services_text {
		padding-left: 110px;
		padding-top: 30px;
	}

	.page_text.services h2:after {
		content: '';
		position: absolute;
		border-bottom: 1px solid #606060;
		margin-top: 50px;
	}

	.services_wrapper:after {
		margin-left: 45px;
		left: 0;
		top: 60vh;
	}

	.services_wrapper:before {
		margin-left: 45px;
		top: calc(60vh - 32px);
		z-index: 1;
		left: 0;
	}

	.services_wrapper {
		flex-direction: column;
	}

	.page_text .service_info p {
		padding-bottom: 90px;
	}

	.service_info {
		padding: 100px 30px 0 30px;
	}

	.services_wrapper.right a {
		left: auto;
	}

	.services_wrapper.right:before {
		margin-left: 45px;
	}

	.services_wrapper.right:after {
		margin-left: 45px;
	}

	.services_wrapper a {
		width: 160px;
		left: auto;
		right: 0;
	}

	.services_wrapper {
		margin: 0 25px;
	}

	.services_text .more {
		margin-top: 40px;
	}

	.page_text .interior h2:after {
		margin-top: 55px;
	}

	.exterior_text {
		padding: 30px 70px;
	}

	.interior_text {
		padding: 30px 70px;
	}

	.interior:after {
		display: none;
	}

	.interior_left_img {
		display: none;
	}

	.interior {
		display: flex;
		flex-direction: column-reverse;
	}

	.exterior {
		padding-bottom: 50px;
		margin-top: 70px;
	}

	.interior_img {
		padding-left: 70px;
	}

	.page_text .interior h2 {
		font-size: 32px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.page_text .exterior h2 {
		font-size: 32px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.page_text .exterior h2:after {
		margin-top: 55px;
	}

	.interior {
		padding-bottom: 50px;
	}

	.exterior_right_img:before {
		display: none;
	}

	.exterior_right_img {
		display: none;
	}

	.exterior_img {
		padding-right: 70px;
	}

	.exterior:after {
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		height: 160px;
	}

	.icon_content img {
		width: 140px;
	}

	.more {
		font-size: 17px;
		margin-bottom: 20px;
		padding: 15px 50px 15px 50px;
	}

	.page_text .icon_content .icon_number {
		font-size: 40px;
		margin-top: 10px;
	}

	.page_text .villa_text ul li p {
		font-size: 20px;
	}

	.villa_text ul {
		margin-left: -40px;
	}

	.villa_text img {
		width: 65px;
	}

	.page_text .icon_content .icon_text {
		font-size: 24px;
	}

	.padd.icons_wrapper {
		padding-top: 40px;
		padding-bottom: 40px;	
	}

	.about_text.mob {
		display: block;
		padding: 0px;
	}

	.home_left_image {
		margin-top: 0px;
		margin-bottom: 35px;
	}

	.home_half_text p {
		padding: 0px;
	}

	.page_text .about_text h1 {
		font-size: 40px;
		line-height: 60px;
		padding: 15px 60px 40px 0px;
	}

	.about_wrapper p {
		padding: 0px 30px 60px 0px;
	}

	.about_wrapper .about_left p {
		padding: 40px 30px 30px 0px;
		font-size: 22px;
	}

	.home_right_image {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 15px;
	}

	.about_wrapper img.logomark {
		width: 50px;
		padding-top: 100px;
		padding-bottom: 20px;
	}

	.about_wrapper {
		padding: 0 15px 80px 15px;
		flex-direction: column;
	}

	.about_wrapper.location_section p {
		font-size: 20px;
		padding: 40px 40px 40px 0px;
		line-height: 40px;
	}

	.about_wrapper .location_right_img {
		float: left;
		width: 350px;
		margin-top: 0px;
	}

	.home_left_image img {
		width: 50%;
	}

	#header.fixed #book_now {
		font-size: 18px;
	}

	.contact_details p, .contact_details a{
		margin-bottom: 0px;
	}

	.facilities_intro button {
		margin-right: 30px;
	}

	.page_description {
		margin-left: 4%;
		padding: 50px 5% 50px 50px;
	}

	.rooms_home ul li {
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 4px;
		background: transparent url(../img/layout/substract.svg) no-repeat 0 9px;
		background-size: 13px;
	}

	.container-fluid.no-padding.contact_intro {
		overflow: hidden!important;
	}

	.facilities p {
		font-size: 19px;
		line-height: 35px;
	}

	.view_suites_description h2 {
		font-size: 26px;
		text-align: center;
		padding-left: 0;
	}

	.room_details {
		padding: 0px 30px;
		text-align: center;
		border-left: none;
	}

	.suites_title h2 {
		font-size: 65px;
		line-height: 65px;
		margin-top: 0px;
		margin-left: 0;
	}

	.suites_title {
		top: -180px;
	}


	img.rooms_home {
		top: -210px;
		width: 100%;
		right: 0;
	}

	.services_swiper {
		margin-top: 30px;
	}

	.slide_title h2 {
		font-size: 45px;
		left: -10px;
	}

	.services_title h2 {
		font-size: 60px;
		line-height: 65px;
	}

	.slide_title h2:after {	
		width: 30px;
		height: 30px;
		margin-left: 15px;
		background-size: 30px;
		margin-top: 7px;
	}

	.other_rooms .swiper-suites .swiper-slide {
		flex-direction: column-reverse;
	}

	.other_rooms.page_text .room_title h1 {
		font-size: 30px;
		line-height: normal;
	}

	.other_rooms .rooms_description h2 {
		line-height: 45px;
		font-size: 35px;
	}

	.other_rooms .rooms_description .navigation_swiper_suites {
		position: absolute;
	}

	.hotel_info {
		display: flex;
		flex-direction: column-reverse;
	}

	.hotel_info .home_right_image img {
		width: auto;
		float: right;
		margin-bottom: 30px;
	}

	.location_text {
		width: 56%;
		float: none;
		margin: 0 auto;
	}

	.location_text p {
		font-size: 24px;
		line-height: 45px;
	}

	.location_link {
		margin: 0 auto;
		width: 56%;
		float: none;
	}

	.location_link a {
		font-size: 55px;
		line-height: 65px;
	}

	.location_link a:after {
		margin-top: 22px;
	}

	.about_wrapper .home_left_image:after {
		bottom: 40px;
		left: 40px;
	}

	.pages.home .page_text h1 {
		font-size: 40px;
		margin-top: 20px;
		padding-left: 90px;
	}

	.pages.home .about_text {
		padding-top: 50px;
	}

	.pages.home .home_left_image {
		margin-top: 0;
	}

	.pages.home .home_left_image img {
		width: auto;
	}

	.pages.home .home_half_text {
		padding: 30px 40px;
	}

	.pages.home .page_text h1:before {
		left: 15px;
		background-size: 44px;
		width: 44px;
	}

	.room_facilities .room_right_image img {
		display: block;
		width: 100%;
	}

	.room_facilities h1 {
		font-size: 50px;
		margin-bottom: 60px;
		padding-left: 15px;
	}

	.room_facilities ul {
		margin: 0 15px;
	}

	.room_facilities ul li {
		font-size: 23px;
		line-height: 40px;
	}

	.features_bg {
		width: 100%;
	}

	/* .features_list ul li:nth-last-child(2n) {
		border-right: 2px solid #BFBDBB;
	} */

	.features_list ul li {
		border-right: none;
	}

	.features {
		margin-bottom: 0px;
	}

	.features_list {
		padding: 30px 0px;
	}

	.features_list ul li {
		width: 49%;
		font-size: 18px;
		padding: 15px 10px 10px 10px;
	}

	.rooms_view .room_right_image {
		width: auto;
		float: left;
		padding-bottom: 0;
		padding-right: 50%;
		position: relative;
		margin-left: 95px;
		margin-bottom: 100px;
		margin-top: 15px;
	}

	.room_right_image img {
		display: none;
	}

	.rooms_view .room_right_image img {
		display: block;
	}

	.room_title {
		padding: 40px 50px 20px 40px;
	}

	.room_title h1 {
		font-size: 35px;
		line-height: 50px;
		padding-left: 30px;
	}

	.room_title .rooms_more {
		bottom: 30px;
		font-size: 22px;
	}

	.rooms_more:after {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}

	.rooms_description h2 {
		font-size: 40px;
		line-height: 45px;
		padding: 10px 0 25px 0;
	}

	.rooms_description p {
		font-size: 23px;
		line-height: 38px;
		padding: 0 20px 25px 0;
	}

	.rooms_description ul li {
		font-size: 23px;
		line-height: 30px;
		padding-bottom: 20px;
		background: none;
	}

	.rooms_description ul li:before {
		margin-top: 42px;
	}

	.contact_left {
		width: 100%;
	}

	.contactform div.textarea {
		width: 100%;
	}

	.contact_information {
		padding-bottom: 80px;
	}

	.contact_title p {
		font-size: 25px;
		line-height: 35px;
	}

	.contact_title {
		padding: 30px 0;
		margin-left: 10%;
	}

	.contact_details p, .contact_details a {
		font-size: 20px;
		line-height: 30px;
	}

	.contact_details h3:after {
		margin-top: 40px;
	}

	.contact_details h2 {
		font-size: 20px;
	}

	.contact_details h2:after {
		left: 30px;
	}

	.contact_details h3 {
		font-size: 23px;
		margin-bottom: 45px;
	}

	.contact_left {
		top: 0;
	}

	.sight_wrapper {
		flex-direction: column;
		overflow: hidden;
		padding: 0;
	}

	.sight_wrapper.left {
		flex-direction: column-reverse;
		overflow: hidden;
		padding: 0;
	}

	.sight_description, .sight_description.left {
		height: auto;
	}

	.sight-image {
		height: 65vh;
	}

	.beige_bg.sights {
		display: none;
	}

	.dynamic_right_image img {
		display: none;
	}

	h2.location_title {
		font-size: 55px;
		margin-bottom: 70px;
		line-height: 55px;
		margin-left: 30px;
	}

	.dynamic_right_image:after {
		display: none;
	}

	.dynamic_right_image {
		padding-bottom: 70px;
	}

	.gallery_text span p {
		font-size: 18px;
	}

	.newsletter_title {
		font-size: 40px;
		line-height: 40px;
	}

	.newsletter_subtitle {
		font-size: 20px;
	}

	.gallery_view {
		height: 45vh;
	}

	.page_text h1 {
		font-size: 42px;
		letter-spacing: 5px;
		line-height: 55px;
	}

	.page_text.villas h1:before {
		background-size: 45px;
		width: 170px;
		height: 45px;
		left: -70px;
	}

	.gallery_padd {
		margin: 75px 30px 0px 20px;
	}

	.gallery_content {
		margin-bottom: 50px;
	}

	.page_text.villas.facilities.gallery_padd h1 {
		padding-bottom: 45px;
	}

	.page_text.villas h1 {
		padding-top: 60px;
	}	

	.page_text h1:before {
		left: 30px;
		width: 100px;
	}

	.rooms_home .about_text {
		padding-top: 20px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 95px;
	}

	.m-t-100 {
		margin-top: 50px;
	}

	.gallery_page {
		margin-top: 100px;
	}

	.responsive_menu_left {
		height: 50vh;
	}

	.footer_box h6 {
		font-size: 20px;
	}

	.padd_footer {
		padding: 0 30px!important;
	}

	.copyright {
		padding-bottom: 20px;
		padding-top: 12px;
	}

	.copyright_wrapper {
		padding-top: 0;
	}

	.newsletter-input {
		width: 65%;
		margin: 15px auto 0 auto;
	}

	.rooms_home .about_text.facilities_intro {
		padding-bottom: 20px;
	}

	.footer_box_container.pd-100 {
		padding-left: 40px;
	}

	.contact_menu_container {
		margin-left: 30px;
	}

	/* .open_menu {
		left: 40px;
    	top: 7px;
	} */

	#top_info_left img {
		width: 30px;
		height: 30px;
	}	

	#top_info_left {
		top: 6px;
		left: 95px;
	}

	#top_info {
		right: 160px;
		top: 6px;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 30px;
		height: 30px;
	}

	/*.languages  a.selected_lang{  padding:10px 10px;}*/
	/* #book_now { right: 40px; }

	#book_now {
		font-size: 18px;
		padding: 8px 0px 10px 0;
		letter-spacing: 1px;
	}

	#lang_info {
		left: 107px;
		top: 10px;
	} */

	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.center-991{
		text-align: center;
		margin-bottom: 60px;
	}

	.responsive_menu .responsive_menu_container {
		flex-direction: column;
	}

	.responsive_menu_right {
		height: 50vh;
		position: relative;
	}

	.menu_info {
		bottom: 30px;
		right: 3%;
	}

	.menu_info p {
		padding: 4px 0;
		font-size: 17px;
	}

	#logo_menu {
		width: 100px;
		height: 120px;
		margin-bottom: 20px;
	}

	.menu_social {
		padding-top: 20px;
	}

	.contact_menu_container {
		width: 88%;
	}
	.responsive_menu .contact_menu span{font-size:16px;}
	
	.menu_social h3 {
		display: none;
	}

	#logo_mob {
		width: 170px;
		height: 120px;
	}

	.responsive_menu .extra_links p {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.responsive_menu .extra_links {
		top: 200px;
	}
	
	.footer_box ul  li a{  margin-bottom:10px; }
	.footer_box.upliving  {margin-top:50px; }
	
	.decorate_image_left {  display: none;}	
	.decorate_image_right {  display: none;}	
	
	.left_image {max-width:300px; }
	.right_image {max-width:300px; }
	.right_image.offset_top { margin-top:-30px;}
	
	.facility_text { padding-top:10px; margin-bottom:50px; }
	
	ul.half_list { margin:30px 0 0px 0px; }
	ul.half_list.right { margin:0px 0 30px 0px;  }
	
	.sight_title { padding-top:0px;}
	.sight_text { padding:30px 30px 0 30px;}
	.room_box {
		margin-bottom: 30px;
		padding: 5px 0 0 0;
	}
	.room_box a {
		margin-top: 16px;
		float: left;
	}

	.gallery_box .gallery_text span {
		font-size: 25px;
		padding: 20px 20px;
	}

	.left_image_amenities {
    	width: 100%;
	}

	.gallery_box {
		margin: 80px 0px;
		padding: 0 30px;
	}

	.gallery_image_sec {
		margin-right: 5%;
	}

	.gallery_box.right .gallery_image_sec {
		margin-left: 5%;
	}

	.gallery_box .gallery_text p {
		font-size: 22px;
	}

	.gallery_box .gallery_text {
		padding: 30px 25px;
		margin-top: -60px;
		margin-left: 30px;
	}

	.gallery_box.right {
		margin-top: 20px;
	}

	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.facilities h1 {
		padding-left: 0;
	}

	.room_box_image {
		
		margin-bottom: 26px;
	}

	.facilities .page_text ul li {
		float: left;
		width: 50%;
	}
	.more_rooms a span { font-size: 14px; }

	.reverse-rooms .rooms_description {
		padding: 3% 1% 3% 6%;
	}

	p.total_rooms {
		right: 35px;
		padding-bottom: 0;
		margin-top: 15px;
		font-size: 21px;
		position: relative;
		float: right;
	}

	.reverse-rooms .beige_bg.rooms {
		width: 100%;
		bottom: -60px;
		z-index: 9;
	}

	.padd_bottom {
		padding-bottom: 50px;
	}

	.page_text .room_details p {
		font-size: 18px;
		line-height: 36px;
		padding-right: 0;
	}

	.room_book {
		bottom: 45px;
	}

	.rooms_more {
		bottom: 110px;
	}
}
  
@media only screen and (min-width:768px) and (max-width:991px) {
	/*#header { background:orange;  min-height:70px;}*/
	
	.sight_container {  min-height:370px; overflow:hidden; margin-bottom:30px;   }	
	.sight_container.inner_sight_container {  min-height:400px;  }
	.room{
		margin-top: 0px;
		margin-bottom:70px;
	}
}

@media (max-width:767px){
	/******** HEADER ********/
	#lang_info {right: 189px; top: 19px; }
	.responsive_menu ul li a { font-size: 35px; }
    .responsive_menu ul li {margin: 15px auto 30px 0;}
	.responsive_menu ul.bottom_menu li img { width: 25px;}
	.responsive_menu ul.bottom_menu li a { font-size: 22px;}
	#logo { width: 135px; background: url(../img/layout/logo_mobile.svg) no-repeat scroll center center;}
	#header.fixed #logo { background: url(../img/layout/logo_mobile_white.svg) no-repeat scroll left center;}
	#book_now { margin-right: 50px;   top: 10px;}
	.open_menu { top: 17px;}
	.languages {padding: 0px 8px;}
	#header.fixed #book_now {top: -15px;}
	#header.fixed .open_menu {top: -7px;}

 
	/******** FOOTER ********/
	.footer_box p {font-size: 18px; line-height: 28px;  margin-bottom: 8px; text-align: center; width: fit-content; margin: 5px auto;}
    .footer_wrapper {display: flex; flex-direction: row; align-items: center;}
	.footer_box_container{order:1;min-width: 220px;}
	.footer_box_container.half{order:2; padding: 0;min-width: auto;}
	.footer_box_container.last{order:3;min-width: auto}
	.footer_box p.google_maps{margin: 25px auto;}
    p.footer_contact {padding: 0;}
	.logo_footer {margin-bottom: 30px;}
	img.footer_logo {max-width: 130px;}

	/******** HOMEPAGE ********/
	.paxos-overlay-img img {height: 190px; min-height: 190px; }
	h3.inner_image_title {font-size: 30px;}
	.paxos_background {height: 450px;}
	.villas_intro_text.welcome_text h3 {padding-right: 20px; padding-left: 40px;}
	.villas_intro_text h3 { text-align: left; padding: 35px 20px 35px 40px;}
	.change_div_order{display: flex;flex-direction: column;}
	.change_div_order .first{order:1}
	.change_div_order .second{order:2}
	.section_intro{padding-bottom:0}
	.logo_bg {height: 450px;}
	.section_intro h3.inner_image_title { font-size: 37px;  margin-bottom: 25px; }
	.section_intro .bg-wrapper .overlay-img,  .bg-wrapper .overlay-img {width: 100%;  padding: 20%; min-height: auto;}

	/******** ROOMS ********/
	.room_intro .bg-wrapper img {min-height: 600px;}
	.room_intro .bg-wrapper .overlay-img { width: 75%; top: 80%;}
    .villa_description h3 {font-size: 18px; line-height: 27px; }
	.room_intro .about_text {height: auto; padding: 12% 20px;}
	.right-col {margin-top: 80px;}
	.room_intro h3 {font-size: 32px; padding: 0px 15px 40px 15px;line-height: 48px;}
	.villa_details .blue_bg { border: 1px solid #fff;}
	.page_text.villas.facilities h3, .page_text.villas.facilities h3 strong {  font-size: 40px;  letter-spacing: 15px;  }
	.villa_floor ul, .villa_amenities ul { padding: 10px 0;}
	.villa_gallery .white_bg { height: 70px; }
	.villa_gallery {padding-top: 10px;}
	.villa_gallery .swiper-buttons {align-items: center; justify-content: flex-start; flex-direction: row;}
	.villa_gallery .swiper-button-prev {margin-bottom: 0;}
	.villa_gallery .swiper-button-next {left: 15px;}
	.villa_gallery .swiper-pagination-custom {bottom: 23px; right: -50px;}
	.room_intro .bg-wrapper .overlay-img, .room_intro .bg-wrapper .overlay-img {width: 100%; padding: 20%;min-height: auto;}
	.room_intro .bg-wrapper .overlay-img { top: 50%;}

	/******** PAXOS ********/
	.align_titles {flex-direction: column;}
	.villas_intro_text p {padding: 5px 40px 5px 40px;padding-right: 30px;}
	.villas_intro_text h3 {font-size: 45px; letter-spacing: 20px; line-height: 60px;}
	.section_beaches h3 {font-size: 45px; text-align: left; padding: 40px 0;}
	/* .section_beaches .align_center { align-items: center; flex-direction: column; padding: 0 50px;} */
	.section_beaches .align_center { padding: 0 40px;}
	.section_beaches ul {padding: 10px 0;}


	/******** GALLERY ********/
    .home_header_content {margin-bottom: 15%;}
	.home_header_content.rooms_view h1 {font-size: 40px;}

	.facilities .page_text ul li {
		font-size: 13px;
	}

	.page_text .villa_text h2 {
		font-size: 30px;
		line-height: 46px;
	}

	.page_text .villa_text p {
		margin-top: 20px;
	}

	.page_text.villas h2:before {
		width: 12px;
		border-left: 12px solid #B5CAD6;
	}

	.swiper-rooms-gallery .swiper-buttons {
		width: 200px;
		padding: 12px 20px;
	}

	.villa_gallery p {
		padding: 12px 40px;
		text-align: center;
		width: 200px;
	}

	.villa_gallery span {
		font-size: 34px;
	}

	.villas.facilities a.link_facilities {
		margin: 70px auto 60px auto;
		font-size: 18px;
		letter-spacing: 2px;
		padding: 18px 40px;
	}

	.villa_details a {
		padding: 20px 35px;
		font-size: 17px;
		letter-spacing: 3px;
	}

	.villa_details a {
		margin: 40px auto 0 auto;
	}

	.villa_description {
		margin-top: -45px;
	}

	.villa_description p {
		font-size: 19px;
		line-height: 32px;
	}

	.page_text.villas.facilities h1.location_title {
		padding-bottom: 40px;
	}

	.about_wrapper.location_section p {
		font-size: 18px;
		padding: 30px 30px 30px 0px;
		line-height: 35px;
	}

	.about_wrapper .location_right_img {
		width: 300px;
	}

	.contact_links td, .contact_links th {
		padding: 23px 0;
	}

	.contact_links td.attributes_right, .contact_links td.attributes_right a {
		font-size: 19px;
	}

	.contact_links .span_left {
		font-size: 19px;
	}

	#map {
		min-height: 60vh;
	}

	.contact_left p {
		font-size: 27px;
		margin-top: 30px;
	}

	.contact_right h3, .contact_left h3 {
		font-size: 32px;
		letter-spacing: 2px;
	}

	.contact_left {
		padding-top: 0px;
	}

	.page_text .dynamic_text h2:before {
		height: 100%;
		top: 0;
	}

	.page_text .dynamic_text h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.villa_facilities:after {
		border-bottom: 10px solid #B5CAD6;
		width: calc(100% - 65px);
		bottom: -10px;
	}

	.map {
		padding: 0px 0 40px 0;
	}

	
	.page_text .about_text h1 {
		font-size: 35px;
		line-height: 55px;
		padding: 15px 30px 40px 0px;
	}

	.about_wrapper .about_left p {
		padding: 40px 30px 25px 0px;
		font-size: 20px;
	}

	.about_wrapper img {
		width: 300px;
	}

	#lang_mob {
		left: 45px;
		top: 35px;
	}

	#header.fixed #top_info, #header.fixed #top_info_right {
		top: -16px;
	}

	.gallery_box .icon_gallery.right {
		top: -40px;
	}

	.page_text .about_text h2:after {
		margin-top: 40px;
	}

	.offer_image {
		margin-bottom: 15px;
		padding: 0;
	}

	.offer_box {
		flex-direction: column-reverse;
	}

	.gallery_box .gallery_text a {
		font-size: 13px;
	}

	.gallery_image_sec {
		margin-right: 0;
		margin-top: -60px;
	}

	.gallery_box .gallery_text {
		padding: 25px 20px;
		margin-top: -60px;
		margin-left: 20px;
	}

	.page_text .gallery_img h1 {
		padding-top: 30px;
	}

	.page_text.tabs_section h1 {
		font-size: 35px;
		padding-top: 30px;
	}

	.menu_tabs ul li a span {
		font-size: 27px;
		margin: 0 auto 15px auto;
	}

	.page_text .tabs_description h2 {
		font-size: 24px;
	}

	.menu_tabs ul li a {
		font-size: 19px;
		padding: 30px 0px;
	}

	.menu_tabs ul li a:before {
		margin-top: 25px;
	}

	.menu_tabs ul li a:after {
		width: 20px;
		background-size: 20px;
		height: 20px;
	}

	.menu_tabs ul li a.inactive {
		font-size: 21px;
	}

	.page_text .menu_tabs .tabs_description_right ul li {
		padding: 22px 0;
		font-size: 18px;
		width: calc(49% - 20px);
    	margin: 0 20px 0 0;
	}

	.page_text .tabs_description p {
		font-size: 18px;
		line-height: 30px;
	}

	.menu_tabs ul li a.inactive span {
		font-size: 23px;
	}

	.tabs_description h2 span {
		font-size: 22px;
	}

	.location_intro {
		padding: 15px 20px 0 20px;
	}

	.no_banner {
		height: 35vh;
		min-height: unset;
	}

	.contact_intro {
		padding: 50px 30px 25px 30px;
		margin-bottom: 80px;
	}

	.info-window-content p.balloon-first {
		font-size: 21px;
	}

	.no_banner .home_header_content {
		top: 165px;
	}

	.gallery_page {
		margin-bottom: 80px;
	}

	.page_text.dynamic_page h1 {
		font-size: 26px;
		line-height: 45px;
	}

	.menu_info p {
		font-size: 16px;
	}

	.footer_wrapper {
        padding: 40px 0 60px 0;
	}

	.copyright {
    	font-size: 17px;
	}

	.footer_box .book {
		width: 210px;
		background-position: 95% 15px;
		font-size: 18px;
		margin: 0 auto 25px auto;
		text-align: left;
	}

	.newsletter-input .submit input {
		background-size: 38px;
	}

	.page_text.services h1 {
		padding-left: 90px;
	}

	.page_text.services h1 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 30px;
		padding-left: 0;
	}

	.services_wrapper:before {
		top: calc(50vh - 32px);
		width: 20px;
	}
	
	.page_text .service_info p {
		padding-bottom: 80px;
	}

	.page_text.services h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.services_wrapper:after {
		top: 50vh;
		width: 20px;
		height: 65px;
	}

	.services_wrapper a {
		width: 150px;
		padding: 20px 0;
	}

	.service_img {
		height: 50vh;
	}

	.page_text .exterior h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.page_text .interior h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.page_text .exterior h2:after {
		margin-top: 50px;
	}

	.page_text .interior h2:after {
		margin-top: 50px;
	}

	.exterior_img {
		padding-right: 60px;
	}

	.interior_img {
		padding-left: 60px;
	}

	.interior_text {
		padding: 20px 60px;
	}

	.exterior_text {
		padding: 20px 60px;
	}

	.icon_content {
		margin: 15px 0;
	}

	.padd.icons_wrapper {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.home_half_text p {
		margin-bottom: 0;
	}

	.facilities_intro button {
		float: left;
		margin-left: 75px;
		margin-top: 10px;
	}

	.page_text .features_list.facility_list h2 {
		margin-top: 15px;
		font-size: 28px;
	}

	.features_list.facility_list ul.spa_list li {
		text-align: left;
	}

	.page_text.spa_treats ul.spa_list li {
		width: fit-content;
	}

	.mini_font {
		font-size: 15px!important;
	}

	.page_text .page_description ul li {
		text-align: left;
	}

	.page_text .page_description h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.page_text .page_description strong {
		font-size: 18px;
	}

	.page_description {
		margin-left: 0;
		padding: 30px;
	}

	.page_text.rooms_home ul li {
		text-align: left;
	}

	.features_list.facility_list ul li:nth-last-child(2n) {
		border-right: none;
	}

	.room_details p {
		padding-right: 15px;
		padding-top: 10px;
	}

	.features_list.facility_list ul li {
		text-align: center;
		width: 100%;
	}

	.home_left_image {
		margin-top: 0;
	}

	.facilities p {
		font-size: 18px;
		line-height: 36px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.rooms_more {
		font-size: 20px;
	}

	.rooms_more {
		bottom: 100px;
	}

	.page_text .suites_title h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.suites_title {
		top: -150px;
	}

	.page_text .room_details ul li {
		float: none;
		width: auto;
	}

	img.rooms_home {
		top: -160px;
		width: 100%;
		z-index: 99;
		padding-bottom: 0;
	}

	.page_text .services_title h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.page_text .slide_title h2 {
		font-size: 35px;
		line-height: 35px;
	}

	.slide_title h2:after {
		width: 30px;
		height: 30px;
		margin-left: 15px;
		background-size: 30px;
		margin-top: 3px;
	}

	.location_text {
		width: 70%;
	}

	.location_link a {
		font-size: 45px;
		line-height: 55px;
	}

	.location_link a:after {
		margin-top: 15px;
	}

	.location_link {
		width: 70%;
		padding: 20% 0% 100% 0%;
	}

	.pages.home .home_right_image {
		display: block;
	}

	.hotel_info .home_right_image img {
		width: 70%;
	}

	.pages.home .page_text h1 {
		font-size: 35px;
		padding-left: 80px;
	}

	.pages.home .home_left_image img {
		width: 60%;
	}

	.pages.home .home_half_text {
		padding: 15px 40px;
	}

	.pages.home .page_text h1:before {
		background-size: 38px;
		width: 38px;
	}

	.other_rooms .room_title {
		padding: 25px 20px 20px 20px;
	}

	.other_rooms .rooms_description h2 {
		line-height: 40px;
		font-size: 30px;
		top: -30px;
	}


	.other_rooms.page_text .room_title h1 {
		font-size: 27px;
		line-height: normal;
		width: 100%;
		padding-left: 20px;
	}

	.room_facilities ul {
		margin: 30px 15px 0 15px;
	}

	.room_facilities ul li {
		font-size: 21px;
		line-height: 35px;
	}

	.room_facilities h1 {
		font-size: 45px;
		margin-bottom: 55px;
		padding-left: 0;
		margin-top: 20px;
	}

	.facilities_reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.features_list ul li:nth-last-child(2n) {
		border-right: none;
	}

	.features_list ul li {
		font-size: 17px;
		padding-bottom: 0px;
		padding: 10px 0px 10px 0px;
	}

	.features_list {
		padding: 10px 0px;
	}

	.rooms_view .room_right_image {
		margin-left: 75px;
		padding-right: 45%;
	}

	.room_book {
		font-size: 20px;
	}

	.room_title h1 {
		font-size: 30px;
		line-height: 40px;
		padding-left: 20px;
	}

	.room_title .rooms_more {
		bottom: 15px;
		font-size: 20px;
	}

	.rooms_more:after {
		width: 27px;
		height: 27px;
		background-size: 27px;
		margin-top: 0;
	}

	.rooms_description h2 {
		font-size: 35px;
		line-height: 40px;
		padding: 10px 0 20px 0;
	}

	.reverse-rooms .rooms_description {
		padding: 3% 1% 3% 5%;
	}

	.rooms_description p {
		font-size: 21px;
		line-height: 35px;
		padding: 0 20px 15px 0;
	}

	.rooms_description ul li {
		font-size: 20px;
	}

	.contact_title p {
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}

	.contact_title {
		padding: 30px 0;
		margin-left: 0px;
	}

	.contact_left img {
		width: auto;
		margin: 0 auto;
		background-color: #ebeae6;
		padding-bottom: 30px;
	}

	.page_text .contact_details h3 {
		font-size: 22px;
	}

	.contact_details {
		padding: 50px 0px 0px 0px;
	}

	.contact_details p, .contact_details a {
		font-size: 18px;
		line-height: 28px;
	}

	.contact_details h2:after {
		left: 0;
		right: 0;
		margin: 50px auto 0 auto;
	}

	.contact_links td.attributes_left {
		font-size: 20px;
		line-height: normal;
	}

	.contact_links td.attributes_right {
		padding-left: 40px;
	}

	.contact_links td.attributes_right {
		font-size: 19px;
	}

	.contact_details h3:after {
		margin: 40px auto 0 auto;
	}

	.contact_information {
		padding-bottom: 60px;
	}

	.contactform input[type="text"], .contactform textarea {
		padding: 12px 15px;
		font-size: 15px;
	}

	.required_fields {
		padding-right: 70px;
		font-size: 16px;
	}

	.page_text .contact_details h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.page_text h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.page_text.services h2:after {
		margin-top: 45px;
	}

	.services_text {
		padding-left: 90px;
		padding-top: 15px;
	}

	.gallery_view {
		height: 40vh;
	}

	.gallery_box.right .gallery_image_sec {
		margin-left: 0;
	}

	.gallery_box.right .gallery_text {
		right: 20px;
		bottom: -80px;
	}

	.gallery_box {
		margin: 60px 0px;
	}

	.gallery_box.right {
		margin-top: 0;
	}

	.gallery_box .gallery_text span {
		font-size: 26px;
		padding: 25px 20px;
	}

	.newsletter {
		flex-direction: column;
	}

	.newsletter_title {
		text-align: center;
		margin-bottom: 10px;
	}

	.newsletter_subtitle {
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
	}

	.padd_big {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.footer_box_container.pd-130 {
		padding-left: 0px;
	}

	.footer_box_container.pd-100 {
		padding-left: 30px;
		padding-top: 15px;
	}

	.footer_box {
		text-align: center;
	}

	.footer_social img {
		margin-right: 10px;
		margin-left: 10px;
	}

	.footer_social {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.footer_box p.newsletter_title {
		font-size: 30px;
		line-height: 30px;
	}

	.footer_box p.newsletter_subtitle {
		font-size: 17px;
		letter-spacing: 1px;
	}

	.footer_box.last {
		margin-top: 30px;
	}

	.newsletter-input input {
		font-size: 17px;
		padding: 12px 12px 13px 12px;
	}

	#header.fixed #book_now {
		font-size: 17px;
	}

	#header.fixed #lang_info {
		top: -7px;
	}

	#header:after {
		width: calc(100% - 30px);
		bottom: -60px;
	}

	#header {
		top: 40px;
	}

	#lang_info a {
		font-size: 14px;
	}

	#book_now {
		font-size: 16px;
        padding: 8px 15px 8px 15px;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 32px;
	}

	#top_info_left {
		top: 3px;
		left: 63px;
	}

	.room_box .room_box_subtitle {
		margin: 10px 0 7px 0;
	}
	.room_box_image {
		margin-bottom: 16px;
		margin-top: 34px;
	}	
	.reverse-767{
		flex-direction: column-reverse;
		display: flex;
	}
	.center-767{
		text-align: center;
    	margin-top: 30px;
	}

	.parallax p {
		font-size: 26px;
		line-height: 40px;
	}

	.fragment-banner {
		height: 51vh;
	}

	.parallax a {
		font-size: 17px;
		margin-top: 30px;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 27px;
		height: 27px;
	}

	#top_info {
		right: auto;
		top: 4px;
		left: 100px;
	}

	#top_info_left img {
		width: 28px;
		height: 28px;
	}

	.responsive_menu{   width: 100%; }	
	.responsive_menu ul li.book_now_menu_item{ display: block;}
	
	.copyright {
		text-align: center;
		padding-bottom: 10px;	
	}
	#wapp{
		float: none;
		margin-bottom: 15px;
	}
	#wapp a{
		margin:0 auto; 
		width: 80px;
	}
	
	.home_header_content h1 {  font-size: 45px;text-align: center; }
	.home_header_content p{font-size: 15px;line-height: 22px;}
	.home_header_content a.more.white{font-size:11px;padding-left:40px;}
	.home_header_content a.more:before{width: 20px;margin-right:-20px;}

	.page_heading_image h1 { font-size: 45px; }
	
	.page_text h1 {
		font-size: 37px;
		line-height: 45px;
	}

	.gallery_padd {
		margin: 75px 15px 0px 15px;
	}

	.page_text.villas.facilities.gallery_padd h1 {
		padding-bottom: 40px;
	}

	.page_text.villas h1:before {
		background-size: 40px;
		width: 120px;
		height: 40px;
		left: -50px;
	}

	.page_text.villas h1 {
		padding-top: 50px;
	}
	
	.page_text p {
		font-size: 18px;
    	line-height: 32px;
	}
	.page_text h4 { font-size:20px;}

	.page_text h1:before {
	    width: 100px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 75px;
	}

	.m-t-100 {
		margin-top: 30px;
	}

	.gallery_page {
		margin-top: 70px;
	}

	.contact_divider{ display: block; clear:both; height:20px;}
	.driveme a {font-size: 18px; }	
	
	.left_image {display: block;float:none;max-width:300px; margin:10px auto 20px;}
	.left_image.offset_top { margin-top:0px;}
	.right_image {display: block;float:none;max-width:300px; margin:10px auto 20px;}
	.right_image.offset_top { margin-top:0px;}
	
	.facility_left_image {margin-bottom:30px;}
	.facility_right_image {margin-bottom:30px;}
	
	.responsive_menu_left {
		height: 45vh;
	}

	.responsive_menu_right {
		height: 55vh;
	}

	.about_wrapper .home_right_image img {
		width: 100%;
	}

	.home_right_image:after {
		bottom: 40px;
		left: 40px;
	}

	.home_half_text {
		padding: 0px 0px 45px 0px;
	}

	.about_wrapper img.logomark {
		width: 45px;
		padding-top: 80px;
	}

	.home_left_image img {
		width: 55%;
	}

	.responsive_menu #book_now {
		top: 40px;
	}

	#logo_mob {
		width: 160px;
		height: 110px;
		margin-left: 10px;
	}

	.responsive_menu .extra_links {
		top: 180px;
		margin-left: 10px;
	}

	.close_menu {
		left: 20px;
		background-size: 30px;
		top: 30px;
	}

	.responsive_menu{
		background-size: 100px;
	}
	.responsive_menu .contact_menu span {
		font-size: 15px;
	}
	.padd{
		/* padding-top:0px; */
	}

	.contact_menu_container {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
		align-items: center;
		flex-direction: column-reverse;
	}

	.decoration_paros {
		width: 100%;
		height: 56vh;
		background-position: center;
		background-size: cover;
	}

	.nopadding-767{
		padding-top:0px;
		padding-bottom: 0px;
	}

	.copyright_wrapper {
		padding: 0;
	}

	#wapp {
		margin-top: 5px;
	}
}

@media only screen and (min-width:550px) and (max-width:767px){
	/*#header { background:brown;  min-height:70px;}*/
	
	.sight_container {  min-height:320px; overflow:hidden; margin-bottom:30px; }
	.sight_container.inner_sight_container {  min-height:320px;  }
}

@media (max-width:549px){
	/*********** HEADER *******/
	#header {padding: 0px 10px;}
	.responsive_menu ul li a {font-size: 30px; }
	p.menu_number {font-size: 23px;}
    .responsive_menu ul li { margin: 5px auto 30px -20px; }
	.menu li { padding: 1rem 0;}
	.responsive_menu ul.bottom_menu li {padding: 0 10px;}
	.responsive_menu ul.bottom_menu li a {font-size: 20px;}

	/*********** FOOTER *******/
	.footer_wrapper {display: flex; flex-direction: column;}
	.footer_box_container{order:2;}
	.footer_box_container.half{order:1;}
	.footer_box_container.last{order:3;}
	img.footer_logo {max-width: 200px;}
	.footer_social {margin-top: 10px;}

	/*********** HOMEPAGE *******/
    .paxos-overlay-img img {height: 150px; min-height: 150px; margin: 30px auto;width: 150px;}
    .button { font-size: 20px;}
    .paxos_background {height: 400px;}
	#gallery_content .swiper-pagination { left: 10px;}
	.villas_intro_text h3 { font-size: 35px; line-height: 50px;}
    #banner .swiper-slide { height: 55vh }

	/*********** ROOMS *******/
    .villa_description h3 {font-size: 18px; line-height: 27px; padding-right: 0;}
	.right-col {margin-top: 80px;}
	.room_intro h3 {font-size: 32px; padding: 0px 0 40px 0;line-height: 48px;}
	.right-col, .left-col { width: 100%; }
	.align-bottom { flex-wrap: nowrap; flex-direction: column-reverse;}
	.villa_right_img {width: 100%; margin: 0 auto;}
	.villa_description {margin-top: 35px; text-align: center; }
	.villa_facilities ul, .villa_floor ul, .villa_amenities ul {column-count: 1; }
	.villa_facilities ul li, .villa_floor ul li, .villa_amenities ul li{font-size:18px }
   
	/*********** GALLERY *******/
	.home_header_content p.subtitle {font-size: 18px;}
	.home_header_content.rooms_view h1 {font-size: 30px;letter-spacing: 12px;}
    .home_header_content {margin-bottom: 20%;}

	/*********** CONTACT *******/
	.section_contact .overlay-img p {font-size: 22px; line-height: 35px;}
	.section_contact h4 {font-size: 40px; padding-bottom: 20px;}
	.contact_links td.attributes_left {width: 40%;}


	.home_header_content h1 { font-size: 35px; }
	.home_header_content p{font-size: 12px;line-height: 16px;}
	.home_header_content a.more.white{font-size:11px;padding-left:40px;padding-left:30px;}
	.home_header_content a.more:before{width: 20px;margin-right:-20px;}
	.page_text .amenities_container ul li{width: 100%;font-size: 13px;line-height: 20px;background: transparent url(../img/layout/substract.svg) no-repeat 0 5px; background-size: 12px;}
	.facilities .page_text ul li {
		width:100%;
	}

	.page_text.villas.villas_home h1 {
		padding-bottom: 40px;
	}

	.about_wrapper .about_left p {
		padding: 30px 0px 30px 0px;
		font-size: 19px;
	}

	.page_text .villa_text ul li {
		width: 49%;
	}

	.swiper-slide.villa_gallery_img {
		height: 60vh;
	}

	.villas.facilities a.link_facilities {
		margin: 55px auto 50px auto;
		font-size: 17px;
		letter-spacing: 1px;
		padding: 18px 40px;
	}

	.villa_details {
		padding: 0px 0px 30px 0;
	}

	.villa_details a {
		margin: 30px auto 0 auto;
	}


	.villa_details p {
		font-size: 19px;
	}

	.villa_description p {
		font-size: 18px;
		line-height: 30px;
	}

	.page_text .menu_tabs ul li {
		padding: 0;
	}

	.about_wrapper .home_left_image.location img {
		width: 100%;
	}

	.contact_links td, .contact_links th {
		padding: 18px 0;
	}

	.contact_links td.attributes_right, .contact_links td.attributes_right a {
		font-size: 18px;
	}

	.contact_links .span_left {
		font-size: 19px;
	}

	.contact_left p {
		font-size: 24px;
		margin-top: 20px;
		line-height: 35px;
	}

	.contact_right h3, .contact_left h3 {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.page_text.dynamic_page p {
		font-size: 17px;
		line-height: 32px;
	}

	.page_text.dynamic_page ul li {
		font-size: 17px;
		padding: 0px 0 0px 25px;
	}

	.page_text .dynamic_text h2:before {
		border-left: 7px solid #B5CAD6;
	}

	.page_text .dynamic_text h2 {
		font-size: 19px;
	}

	.padd_bottom {
		padding-bottom: 70px;
	}

	.parallax p {
		font-size: 23px;
		line-height: 35px;
	}

	.parallax a {
		font-size: 16px;
		margin-top: 25px;
	}

	.page_text .about_text h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.newsletter-input {
		width: 80%;
	}

	#top_info_left {
		top: 4px;
		left: 60px;
	}

	.gallery_box .icon_gallery.right {
		top: -95px;
		width: 80%;
		z-index: 1;
	}

	.gallery_box.right .icon_gallery {
		display: none;
	}

	.offer_box {
		padding-bottom: 35px;
	}

	.gallery_image_sec {
		display: none;
	}	

	.gallery_image_first {
		width: 100%;
	}

	.gallery {
		margin-bottom: 15px;
		padding-right: 10px;
		padding-left: 10px
	}

	.gallery_content {
		margin-bottom: 40px;
	}

	.page_text .gallery_img h1 {
		margin-top: 40px;
	}

	.gallery_img {
		padding-left: 0;
	}

	.page_text.tabs_section h1 {
		font-size: 30px;
	}

	.menu_tabs ul li a {
		font-size: 17px;
	}

	.page_text .tabs_description ul li {
		margin: 0;
	}

	.menu_tabs ul li a.inactive span {
		font-size: 20px;
		padding: 0 5px 7px 5px;
	}

	.menu_tabs ul li a:before {
		left: -35%;
	}

	.menu_tabs ul li a.inactive {
		font-size: 18px;
	}

	.menu_tabs ul li a:after {
		width: 16px;
		background-size: 16px;
		height: 16px;
		bottom: 5px;
	}

	.menu_tabs ul li a span {
		font-size: 20px;
	}

	.newsletter_page .contact_details {
		padding: 0px 0px 0px 0px;
	}

	.no_banner {
		height: 33vh;
	}

	.info-window-content p.balloon-first {
		font-size: 19px;
	}

	.contact_details h3 {
		font-size: 21px;
		margin-bottom: 40px;
	}

	.contact_form {
		padding: 15px 0px 0 0;
	}

	.page_text.services_page ul li {
		margin: 0;
	}

	.about_text {
		padding: 10px 30px 0 30px;
	}

	.page_text .exterior.dynamic ul li {
		margin: 0;
	}

	.exterior.dynamic .exterior_text {
		padding: 30px;
	}

	.exterior.dynamic {
		padding-bottom: 30px;
	}

	.interior.dynamic .interior_text {
		padding: 30px;
	}

	.page_text.dynamic_page h1 {
		font-size: 24px;
		line-height: 40px;
	}

	.footer_box .book {
		width: 170px;
		font-size: 18px;
		padding: 12px 15px 12px 15px;
		margin: 0 auto 30px auto;
		background-position: 92% 12px;
	}	

	#wapp a {
		width: 75px;
		height: 20px;
	}

	.page_text.services h1 {
		font-size: 28px;
		line-height: 30px;
		padding-left: 0px;
	}

	.services_text {
		padding-left: 80px;
		padding-top: 30px;
	}

	.page_text .icon_content .icon_number {
		font-size: 37px;
		margin-top: 5px;
	}

	.responsive_menu ul li.current a:before {
		background-size: 15px;
		width: 15px;
		height: 15px;
		left: -25px;
		margin-top: 2px;
	}

	#logo_menu {
		width: 90px;
		height: 110px;
	}

	.exterior_img {
		padding-right: 50px;
	}	

	.exterior_text {
		padding: 20px 50px;
	}

	.page_text .exterior h2 {
		font-size: 25px;
	}

	.interior_text {
		padding: 20px 50px;
	}

	.page_text .interior h2 {
		font-size: 25px;
	}

	.interior_img {
		padding-left: 50px;
	}

	.villas.villas_home {
		padding-bottom: 240px;
	}

	.page_text .icon_content .icon_text {
		font-size: 23px;
	}

	.space_between_suites.desktop {
		display: none;
	}

	.space_between_suites.mob {
		display: block;
	}

	.page_text .features_list ul.spa_list li {
		background-position: left 15px;
		padding: 15px 0px 15px 25px;
	}

	.features_list.facility_list {
		text-align: left;
	}

	.page_text .features_list.facility_list h2 {
		margin-top: 15px;
		font-size: 25px;
		margin-bottom: 15px;
	}

	.page_text .villa_text h2 {
		font-size: 28px;
		line-height: 44px;
	}

	.page_text .page_description h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}

	.suites_title h2 {
		font-size: 50px;
		line-height: 50px;
	}

	.facilities p {
		font-size: 18px;
		line-height: 28px;
	}

	#home_rooms .rooms_more {
		display: none;
	}

	#home_rooms .room_book {
		display: none;
	}

	#home_rooms_mob .rooms_more.mob {
		display: block;
		margin-right: 0;
		margin-left: 40px;
		font-size: 16px;
		left: 0;
		right: unset;
		border-bottom: 0;
		z-index: 9;
		position: relative;
		bottom: -25px;
	}

	#home_rooms_mob .room_book.mob {
		display: inline-block;
		position: relative;
		bottom: 7px;
		float: right;
		margin-right: 40px;
		font-size: 16px;
		padding-bottom: 7px;
		z-index: 9;
	}

	.page_text .suites_title h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.suites_title {
		top: -145px;
	}

	img.rooms_home {
		top: -90px;
	}

	.services_swiper {
		margin-top: 30px;
	}

	.page_text .slide_title h2 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.page_text .services_title h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.location_link a {
		font-size: 40px;
		line-height: 50px;
	}

	.location_link a:after {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}

	.pages.home .page_text h1 {
		font-size: 30px;
		padding-left: 70px;
	}

	.pages.home .page_text h1:before {
		background-size: 32px;
		width: 32px;
	}

	.pages.home .about_text {
		padding-top: 30px;
	}

	.other_rooms .rooms_description h2 {
		margin-bottom: 15px;
	}

	.room_facilities h1 {
		font-size: 40px;
		margin-bottom: 50px;
	}

	.room_facilities ul li {
		font-size: 20px;
		line-height: 30px;
	}

	.page_text .features_list ul li {
		float: left;
		width: 100%;
		padding: 5px 0px 5px 0px
	}

	.page_text .features_list ul {
		margin-bottom: 10px;
	}

	.features_list {
		text-align: center;
	}

	.rooms_view .room_right_image {
		margin-left: 65px;
	}

	.gallery_img {
		margin-bottom: 40px;
	}

	.room_book {
		padding-right: 50px;
	}

	.room_title h1 {
		font-size: 25px;
		line-height: 33px;
	}

	.rooms_description {
		width: 90%;
	}

	.rooms_description h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.rooms_description p {
		font-size: 19px;
		line-height: 30px;
	}

	p.total_rooms {
		right: 20px;
		font-size: 18px;
		margin-bottom: 0;
		margin-top: 5px;
	}

	.swiper-container.swiper-suites {
		margin: 50px 0 0 0;
	}

	.rooms_description ul li {
		font-size: 18px;
	}

	.room_title {
		padding: 30px 50px 0px 40px;
	}

	.room_title .rooms_more {
		bottom: 12px;
		font-size: 18px;
		right: 25px;
	}

	.contact_title {
		padding: 30px 15px;
	}

	.contact_title p {
		font-size: 20px;
		line-height: 28px;
	}

	.page_text .contact_details h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.page_text .contact_details h2 {
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 45px;
	}

	.sight_description {
		width: 90%;
	}

	.sight-image {
		height: 50vh;
	}

	.page_text h3 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.services_wrapper a img {
		width: 41px;
	}

	.services_wrapper a {
		width: 140px;
		padding: 17px 0;
	}

	.page_text h2 {
		font-size: 23px;
		line-height: 40px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.page_text.villas h1:before {
		background-size: 35px;
		width: 110px;
		height: 35px;
		left: -45px;
	}

	.gallery_padd {
		margin: 65px 5px 0px 15px;
	}

	.page_text.villas h1 {
		padding-top: 40px;
	}

	.page_text.villas.facilities.gallery_padd h1 {
		padding-bottom: 35px;
	}

	.page_text h1 {
		font-size: 33px;
		line-height: 40px;
	}

	.page_text h1:before {
		width: 80px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 60px;
	}

	.m-t-100 {
		margin-top: 10px;
	}

	.gallery_box .gallery_text span {
		font-size: 24px;
		padding: 20px 20px;
	}

	.gallery_box.right {
		margin-top: 60px;
	}

	.gallery_box.right .gallery_text {
		right: 20px;
		bottom: auto;
	}

	.home_center_title {
		margin-top: 110px;
	}

	.home_right_image {
		margin-top: 0px;
	}

	.page_text p {
		font-size: 18px;
		line-height: 33px;
	}

	.amenities_container {
		position: relative;
		left: 0px;
		
	}

	.gallery_page {
		margin-bottom: 60px;
		margin-top: 60px;
	}

	.left_image_amenities {
		width: 100%;
	}
	.home_center_title {
		margin-bottom: 50px;
	}
	/*.languages { left:30px;  }*/
	
	.responsive_menu .contact_menu{ margin: 30px auto 0px auto;   }
	.responsive_menu{
		background-size: 80px;
	}
	
	.footer_box ul  li a{  font-size:16px;margin-right:15px; }
	
	.contactform div.input{
		margin: 0px 0 25px 0;
		width: 100%;	
	}

	.contactform textarea {	width:100%; }
	
	.driveme a { position:relative;width:100%; top:0px; left:0;margin-left:0px; }

	#top_info {
		left: 95px;
	}

	.contact_links td.attributes_left {
		font-size: 19px;
	}

	.contact_links td.attributes_right {
		font-size: 18px;
	}

	.book_menu {
		text-align: center;
		margin-top: 29px;
	}

	.responsive_menu .contact_menu {
		padding: 18px 0;
	}
	
	.more_rooms a span {
		padding: 10px 15px;
		font-size: 16px;
	}
	.nopadding-549{
		padding-top:0px;
	}

	.no-padding549 {
		padding-left: 0;
		padding-right: 0;
	}

	.services {
		margin-top: 0;
	}

	.responsive_menu #book_now {
		top: 40px;
		left: auto;
		padding-right: 25px;
	}

	.responsive_menu .w-100 {
		width: 100%;
	}

	#logo_mob {
		position: relative;
		margin: 0 auto 15px auto;
	}

	.responsive_menu .extra_links {
		display: none;
	}

	.responsive_menu ul li.hide_item {
		display: block;
	}

	.copyright {
		font-size: 16px;
		padding-bottom: 12px;
	}
	
}

@media only screen and (min-width:480px) and (max-width:549px){
	/*#header { background:purple;  min-height:70px;}*/
	
	.room_box  {   margin-top:10px; margin-bottom:10px; }
	.room_box .room_box_title {   font-size:16px; }
	
	.sight_container {  min-height:230px; overflow:hidden; margin-bottom:30px; }
	.sight_container.inner_sight_container {  min-height:230px;  }
}

@media only screen and (max-width:479px) {	
	/******** HEADER *******/
	.responsive_menu ul li {margin: 0px auto 30px 0;}
    p.menu_number {font-size: 20px;}
	.full_width_mobile{width:100%}
	ul.bottom_menu { right: 0px; flex-wrap: wrap;}
	.responsive_menu ul.bottom_menu li a {font-size: 18px;}
	.responsive_menu ul.bottom_menu li.last{width:100%}
	.bottom_nav_container { bottom: 15px;margin-top: 30px;}
	#menu-main.menu li a { padding-bottom: 15px;}
    .responsive_menu ul.bottom_menu li {width: 100%;text-align: center;}
	.responsive_menu ul.bottom_menu li.social_list{width: 50%;margin-top: 10px;}
	.responsive_menu ul.bottom_menu li.social_list.facebook{margin-left: 0; text-align: right;}
	.responsive_menu ul.bottom_menu li.social_list.instagram{margin-right: 0; text-align: left;}
	#lang_info { right: 45px;border-right: 1px solid #606060;top: 11px;}
	#header.fixed #lang_info { right: 45px;border-right: 1px solid #fff;  top: -16px;}
	#book_now{display: none;}
	#logo {width: 115px;}
	#header {top: 30px;}
	ul.bottom_menu {width: 100%;}
	.languages {padding: 7px 11px 7px 0px;}
	.responsive_menu ul.bottom_menu li.current a { width: fit-content; margin: 0 auto;}
	.responsive_menu ul.bottom_menu li a{padding-top:15px; padding-bottom: 10px;}
	.menu-bg{display: none;}

	/******** FOOTER *******/
	.footer_wrapper { padding: 20px 0 40px 0; }

	/******** HOMEPAGE *******/
	.strech_content { flex-direction: column;}
	#swiper-gallery-home {margin-left: 0;padding-left:0}
	#gallery_content .swiper-pagination { display: flex; align-items: flex-start; flex-direction: row-reverse; left: 0; position: absolute; bottom: -60px;  top: unset;  width: 100%; justify-content: center; z-index: 10;}
	#gallery_content .swiper-button-next, #gallery_content .swiper-button-prev { margin: 20px 10px 0 10px;width: 35px; height: 40px;}
	.villas_intro_text {padding: 0px 0 60px 0; }
    .villas_intro_text.welcome_text h3 { padding-right: 15px; padding-left: 20px; text-align: left; font-size: 25px; line-height: 33px; padding-bottom: 20px;}
	.villas_intro_text.welcome_text { padding: 35px 0 10px 0 }
	.villa-overlay h2 {font-size: 55px;}
    .villas_intro_text h3 {padding: 35px 20px 35px 20px;letter-spacing: 15px; }
	.logo_bg {padding: 0 20px;}
	.section_intro h3.inner_image_title{padding-left: 0; padding-right: 0;font-size: 30px; line-height: 45px;}
	.section_intro{padding-bottom:0!important}
    .section_intro .bg-wrapper .overlay-img { width: 100%;}
	.section_intro .overlay-img img { min-height: 270px;padding: 12%;}
	.room_background, .section_intro .bg-wrapper { height: 500px; }
    #banner .swiper-slide {height: 40vh; }
    .section_intro .bg-wrapper .overlay-img, .bg-wrapper .overlay-img { padding: 5%;}

	/******** ROOMS *******/
	.room_intro .bg-wrapper img {min-height: 400px; }
    .room_intro h3 {font-size: 22px;padding: 0px 0 40px 0; line-height: 34px; }
	.button { font-size: 20px;}
	.villa_details p.detail_number {font-size: 35px;}
	.villa_details p {font-size: 15px;padding-top: 10px;}
	.page_text.villas.facilities h3, .page_text.villas.facilities h3 strong { font-size: 30px;  letter-spacing: 10px; }
    .villa_facilities, .villa_amenities, .villa_floor {padding: 15px 20px;}
	.villa_facilities h6, .villa_amenities h6, .villa_floor h6 { font-size: 20px;}
	.villas.facilities h6.is-visible::after { top: 25px;}
	.villa_facilities ul li, .villa_amenities ul li, .villa_floor ul li { padding: 10px 0 10px 25px;}
	.padd_bottom {padding-bottom: 50px;}
	.villa_gallery{padding-top:0!important}
	.villa_gallery .swiper-pagination-custom{display: none;}
	.room_intro .bg-wrapper {height: auto;}
	.villas.facilities{padding-top:0}

	/******** PAXOS *******/
	.villas_intro_text p {padding: 5px 20px 5px 20px; padding-right: 20px; font-size: 18px; line-height: 30px; text-align: left;}
	.section_beaches p { font-size: 18px;}
	.text_beaches {height: 100%; min-height: 100%;}
	.section_beaches ul {column-count: 1;}
	.section_beaches ul li {padding: 10px 0 10px 25px;font-size: 18px;margin: 0 10px;}
    .section_beaches h3{padding: 30px 0; letter-spacing: 15px; font-size: 35px; line-height: 50px;}
	.section_beaches h4 { font-size: 31px;line-height: 38px;}
	.section_beaches .overlay-img p {font-size: 20px; line-height: 30px;}
	.section_beaches .bg-wrapper {height: 100%;}
    .section_beaches .bg-wrapper img { min-height: auto; height: 100%;}
	.section_beaches .bg-wrapper .overlay-img { padding: 0;}
	.beaches_background { height: 40vh}

	/******** GALLERY *******/
	.home_header_content {margin-bottom: 25%;}
	.home_header_content.rooms_view h1 {font-size: 24px; letter-spacing: 8px;}
    .home_header_content p.subtitle { font-size: 15px; letter-spacing: 5px; }
	.scrollButtonContainer img { width: 30px; height: 30px;}

	/******** CONTACT *******/
	.page_heading_image {height: 50vh}
	.banner_text { height: 40vh;}
	.bg-wrapper .overlay-img {width: 85%;}
	.section_contact h4 {font-size: 30px; padding-bottom: 10px;}
    .section_contact .overlay-img p {font-size: 18px;line-height: 27px;}
	.required_fields {padding-right: 15px; font-size: 16px; padding-top: 10px; margin-left: 0; }
	.contactform div.submit { width: 100%; margin-top: 30px;margin-right: 0;}
	.contactform div.submit input {font-size: 20px;}
	.section_contact .bg-wrapper { height: 300px;}
    .section_contact .bg-wrapper img { min-height: 300px;}

	.services_swiper {
		margin-left: 0;
	}

	.villas .opacity_bg {
		height: 40px;
	}

	.page_text .villa_text h2 {
		margin-left: 35px;
	}

	.villa_text {
		padding: 30px 30px 20px 30px;
	}

	.swiper-slide.villa_gallery_img {
		height: 55vh;
	}

	.villa_gallery span {
		font-size: 32px;
	}

	.villa_gallery p {
		width: 180px;
	}

	.swiper-rooms-gallery .swiper-buttons {
		width: 180px;
		padding: 10px 20px;
	}

	.villas.facilities a.link_facilities {
		font-size: 16px;
		letter-spacing: 1px;
		width: 100%;
	}

	.villa_details a {
		letter-spacing: 2px;
	}

	.villa_description p {
		font-size: 17px;
		line-height: 28px;
	}

	.sights_image:before {
		width: 28px;
		height: 100%;
	}

	.page_text .menu_tabs ul li {
		width: 49%;
	}

	.about_wrapper .home_left_image:after {
		bottom: 30px;
		left: 30px;
	}

	.about_wrapper.location_section p {
		font-size: 17px;
		padding: 30px 0px 30px 0px;
		line-height: 31px;
	}

	.about_wrapper .location_right_img {
		width: 270px;
	}

	.contact_links td.attributes_right {
		padding-left: 0px;
	}

	.contact_left {
		padding-top: 50px;
	}

	.contact_left p {
		font-size: 22px;
		line-height: 30px;
	}

	.contact_right h3, .contact_left h3 {
		font-size: 28px;
		letter-spacing: 0px;
	}


	.page_text.villas.facilities h1 {
		padding-bottom: 30px;
	}

	.gallery_padd {
		margin: 60px 0px 0px 8px;
	}

	.home_header_content h1 {
		font-size: 35px;
	}

	.page_text.villas h1:before {
		background-size: 30px;
		width: 100px;
		height: 30px;
		left: -43px;
	}

	.gallery {
		margin-bottom: 15px;
		padding-right: 15px;
		padding-left: 10px;
	}

	.page_text.villas h1 {
		padding-top: 35px;
	}

	.page_text.villas.facilities.gallery_padd h1 {
		padding-bottom: 30px;
	}

	#book_now {
		font-size: 18px;
		padding: 0px 0px 10px 0;
		width: calc(100% - 30px);
		text-align: center;
		top: -60px;
		border-top: none;
		left: 0;
		right: 0;
		margin: 0 auto;
    	letter-spacing: 3px;
	}

	.page_text .about_text h2:after {
		margin-top: 35px;
	}

	.gallery_box .gallery_text p {
		font-size: 20px;
	}

	.gallery_img p {
		margin: 15px 0;
	}

	.page_text.tabs_section h1 {
		font-size: 27px;
	}

	.menu_tabs ul li a {
		font-size: 21px;
	}

	.menu_tabs ul li a span {
		font-size: 20px;
	}

	.tabs_description {
		padding: 15px 0px 0px 0px;
		margin-left: -15px;
   		margin-right: -15px;
	}

	.page_text .menu_tabs .tabs_description_right ul li {
		padding: 20px 0;
		font-size: 17px;
		width: 100%;
		margin: 0px;
	}

	.page_text .menu_tabs .tabs_description_right ul li:nth-last-child(-n+2) {
		border-bottom: 1px solid #B5CAD6;
	}

	.page_text .menu_tabs .tabs_description_right ul li:last-child {
		border-bottom: none;
	}

	.page_text .tabs_description p {
		font-size: 17px;
		line-height: 28px;
	}

	.sights_image {
		margin: 0 15px;
	}

	.sights_image:before {
		width: 32px;
	}

	.tabs_description h2 span {
		font-size: 20px;
	}

	.page_text .tabs_description h2 {
		font-size: 22px;
	}

	.contact_links .span_right {
		font-size: 19px;
	}

	.exterior.dynamic {
		padding-bottom: 0;
	}

	.padd.gallery_page {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0;
	}

	.dynamic_text {
		padding: 0 15px;
	}

	.page_text .dynamic_text h2 {
		font-size: 18px;
	}

	.page_text.dynamic_page ul li {
		background-size: 8px;
		background-position: 0px 15px;
	}

	.page_text.dynamic_page h1 {
		font-size: 22px;
		line-height: 37px;
	}

	.dynamic_page {
		margin-top: 0;
	}

	.content_left {
		margin-bottom: 40px;
	}

	.book.show_479 {
		display: block;
	}

	#lang_mob {
		display: block;
	}

	.book.show_479 a {
		display: block;
		background: #BA9E7E;
		color: #fff;
		padding: 14px 15px 14px 15px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		width: 210px;
		background-image: url(../img/layout/book_now.svg);
		background-repeat: no-repeat;
		background-position: 170px 15px;
		background-size: 25px;
		transition: all 0.3s ease-in-out;
		margin: 45px auto 0 auto;
		text-align: left;
	}

	#wapp {
		margin-top: 2px;
	}

	.footer_box p.newsletter_title {
		font-size: 28px;
		line-height: 28px;
	}

	.center-991 {
		margin-bottom: 40px;
	}

	.footer_box p.newsletter_subtitle {
		letter-spacing: 0px;
	}

	.parallax a {
		font-size: 16px;
		margin-top: 20px;
		padding: 15px 30px;
	}

	.parallax p {
		font-size: 21px;
		line-height: 32px;
	}

	.about_wrapper img.logomark {
		width: 40px;
		padding-top: 65px;
	}

	.more {
		margin-top: 20px;
		font-size: 16px;
		padding: 13px 50px 13px 50px;
	}

	.exterior {
		padding-bottom: 40px;
		margin-top: 50px;
	}

	.interior {
		padding-bottom: 40px;
	}

	.padd {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.villa_text img {
		width: 60px;
	}

	.page_text .villa_text ul li p:before {
		background-size: 14px;
		width: 14px;
		height: 14px;
	}

	.page_text .villa_text ul li p {
		font-size: 18px;
	}


	.about_wrapper img {
		width: 270px;
	}

	.about_wrapper .about_left p {
		font-size: 18px;
	}

	.page_text .about_text h1 {
		font-size: 27px;
		line-height: 42px;
		padding: 10px 20px 30px 0px;
	}

	.about_wrapper p {
		padding: 0px 0px 50px 0px;
	}

	.icon_content {
		margin: 10px 0;
	}

	.page_text .icon_content .icon_number {
		font-size: 35px;
	}

	.page_text .icon_content .icon_text {
		font-size: 22px;
	}

	.facilities_intro button {
		margin-left: 50px;
	}

	#top_info_left {
		top: 4px;
		left: auto;
		right: 50px;
	}

	#top_info {
		left: auto;
    	right: 13px;
	}

	.page_text.spa_treats ul.spa_list li {
		width: 100%;
		text-align: left;
	}

	.spa_treats h2 {
		margin-bottom: 20px!important;
		font-size: 25px!important;
	}

	.page_text .page_description ul li {
		padding-left: 0;
	}

	.page_text .page_description strong {
		font-size: 17px;
	}

	.room_details p {
		padding-bottom: 10px;
	}

	.suites_title h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.services_text .more {
		margin-top: 25px;
	}

	.facilities p {
		font-size: 17px;
		line-height: 26px;
	}

	.rooms_home .about_text.facilities_intro {
		padding-bottom: 20px;
	}

	.services {
	    margin-bottom: 50px;
	}

	#home_rooms_mob .rooms_more.mob {
		bottom: -10px;
	}

	#home_rooms_mob .room_book.mob {
		bottom: 22px;
	}

	.page_text .suites_title h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.suites_title {
		top: -140px;
	}

	.page_text .room_details p {
		font-size: 17px;
		line-height: 30px;
	}

	.room_details {
		padding: 0px 15px;
	}

	.page_text .slide_title h2 {
		left: 10px;
		bottom: -15px;
	}

	.location_text {
		width: 80%;
		text-align: center;
	}

	.page_text .location_text p {
		font-size: 19px;
		line-height: 34px;
	}

	.location_link {
		width: 80%;
		padding: 40% 0% 100% 0%;
	}

	.location_link a {
		text-align: center;
	}

	.location_link a:after {
		right: 0;
		left: 0;
		margin: 80px auto 0 auto;
	}

	.hotel_info .home_right_image img {
		margin-bottom: 10px;
	}

	.pages.home .page_text h1 {
		font-size: 27px;
		padding-left: 60px;
	}

	.pages.home .page_text h1:before {
		background-size: 29px;
		width: 29px;
	}

	.pages.home .home_half_text {
		padding: 15px 30px;
	}

	.other_rooms .swiper-suites .swiper-slide {
		background-color: #fff;
	}

	.other_rooms .rooms_description {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.room_facilities h1 {
		font-size: 35px;
		margin-bottom: 40px;
	}

	.room_facilities ul li {
		font-size: 19px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.room_book {
		padding-right: 40px;
		font-size: 18px;
	}

	.rooms_view .room_right_image {
		margin-left: 50px;
		padding-right: 40%;
	}

	.room_title h1 {
		font-size: 22px;
		line-height: 30px;
		padding-left: 10px;
	}

	.room_title .rooms_more {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.rooms_description h2 {
		font-size: 27px;
		line-height: 30px;
	}

	.contact_intro {
		margin-top: 0;
	}

	.contact_title {
		padding: 40px 15px 30px 15px;
	}

	.contact_title p {
		font-size: 18px;
		line-height: 26px;
	}

	.page_text .contact_details h3 {
		font-size: 18px;
		line-height: 27px;
	}

	.contact_details p, .contact_details a {
		font-size: 18px;
    	line-height: 28px;
	}

	.page_text .contact_details h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 40px;
	}

	.sight_description.left {
		padding: 3% 8% 3% 5%;
	}

	.sight_description {
		padding: 3% 5% 3% 8%;
	}

	.sight-image {
		height: 45vh;
	}

	.page_text p {
		font-size: 17px;
		line-height: 31px;
	}

	.home_right_image:after {
		bottom: 30px;
		left: 30px;
	}

	.page_text h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page_text h2 {
		font-size: 22px;
    	line-height: 30px;
	}

	.page_text.services h2:after {
		margin-top: 40px;
	}

	.services_text {
		padding-left: 70px;
	}

	.padd_top {
		padding-top: 80px;
	}

	.dynamic_right_image {
		padding-bottom: 40px;
	}

	.gallery_text span p {
		font-size: 16px;
	}

	.gallery_view {
		height: 35vh;
	}

	.page_text h1 {
		font-size: 25px;
   		line-height: 35px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 45px;
	}

	.home_half_text p {
		font-size: 17px;
    	line-height: 30px;
	}

	.rooms_home .about_text {
		padding-top: 0px;
	}

	.m-t-100 {
		margin-top: 0px;
	}

	.gallery_box .gallery_text span {
		font-size: 22px;
	}

	.newsletter_subtitle {
		margin-bottom: 45px;
		padding-top: 5px;
	}

	.newsletter_title {
		font-size: 35px;
		line-height: 35px;
	}

	.padd_footer {
		padding-right: 0;
		padding-left: 0;
	}

	.footer_box .book {
		display: none;
	}

	.footer_box_container.pd-100 {
		padding: 0;
	}

	.footer_box_container.pd-130 {
		padding: 0;
	}

	.padd_footer {
		padding-top: 5px;
		padding-bottom: 10px;
	}

	.footer_box h6 {
		font-size: 19px;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 25px;
	}

	.copyright {
		font-size: 15px;
	}	

	.rooms.home .padd{
		padding-top:0px;
		padding-bottom:20px;

	}
	/*#header { background:cyan;  min-height:70px;}*/
	.more_rooms{
		width:100%;
	}

	.page_text ul {
		margin: 0px 0 7px 0px;
	}
	
	#header.fixed #book_now {
		display: none;
	}
	/*.languages { left:10px;  }*/
	
	.footer_box.social_media  {margin-bottom:50px; }
	
	.driveme a {font-size: 16px; }
	
	.left_image {max-width:100%; }	
	.right_image {max-width:100%; }
	
	
	.room_box  {   width:100%;  margin-top:10px; margin-bottom:10px; }
	.room_box .room_box_title {   font-size:16px; }
	
	.sight_container { width:100%;  min-height:250px; overflow:hidden; margin-bottom:30px;  }
	.sight_container.inner_sight_container { width:100%;  min-height:250px;  }
	.sight_box { left:0; }
	.sight_text { padding:20px 15px 0 15px;}
	
	
	.home_room_image { width:90%; margin-left:5%; }
	
	.benatura_logo { float:none; display:block;max-width:100%; margin:0 auto 20px auto;}
	.enjoy_logo { float:none; display:block;max-width:100%; margin:0 auto 20px auto;}
	.left_msg {
		-webkit-transform: rotate(-90deg) translateX(-70px);
		-ms-transform: rotate(-90deg) translateX(-70px);
		transform: rotate(-90deg) translateX(-70px);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
	}

	
	.home_header_content p{font-size: 12px;font-weight: 400;text-shadow: 0px 1px 0px rgba(0,0,0,0.3); padding-right: 10px;}
	.home_header_content a.more.white{font-size:10px;padding-left:30px;}
	.home_header_content a.more:before{width: 20px;margin-right:-20px;}

	.book_menu {
		text-align: center;
		margin-top: 0px;
	}
	.responsive_menu{
		background-position-x: center;
		background-position-y: 10vh;
		background-size: 80px;
	}
	

	.menu_logo {
		margin: 0 auto 3vh auto;
		width: 61px;	
	}

	.responsive_menu .contact_menu {
		margin: 30px auto 0px auto;
	}



	.responsive_menu .contact_menu {
		padding: 10px 0;
	}

	.home_center_title {		
		margin-top: 80px;
	}

	.home_center_title p.smaller::after {
		height: 56px;
	}

	.home_center_title p.smaller {
		padding-bottom: 75px;}
	
	.home_center_title h2 {
		line-height: 45px;
	}

	.responsive_menu .contact_menu span {
		display: block;
		font-size: 14px;
		width:100%;
	}

	.responsive_menu .contact_menu {
		padding: 10px 0 15px 0;
	}

	.contact_details h3:after {
		margin: 35px auto 0 auto;
	}

	.contact_details h2:after {
		margin: 40px auto 0 auto;
	}

	.gallery_page .gallery{
		width:100%;
	}

	.contact_information {
		padding-bottom: 40px;
	}

	.contact_links td.attributes_left {
		display: none;
	}

	.contact_links .span_left {
		font-size: 19px;
	}

	#map {
		min-height: 500px;
	}

	.contact_links td, .contact_links th {
		padding: 25px 0;
	}

	.no_banner .home_header_content {
		top: 150px;
	}

	.no_banner {
		height: 30vh;
	}

	.contact_intro {
		margin-bottom: 60px;
	}

	.gallery_box.right {
		margin-top: 40px;
	}

	.contact_links {
		padding-top: 20px;
	}

	.contact_left {
		padding-top: 0px;
	}

	.gallery_box .gallery_text {
		padding: 20px 15px;
		margin-top: -50px;
		margin-left: 0;
	}

	.gallery_box.right .gallery_text {
		right: 0;
	}

	.gallery_box {
		margin: 60px 0px;
	}

	.gallery_box .gallery_text a {
		font-size: 13px;
   		margin: 15px auto 0 auto;
	}
	.book_menu a{padding:5px 7px;}

	.languages .languages_menu a, .languages a.selected_lang { font-size: 14px; }

	.contact_details h3 {
		margin-bottom: 30px;
	}

	.about_wrapper .home_left_image img {
		width: 100%;
	}

	.responsive_menu ul li a {
		padding: 3px 0px 3px 0px;
    	font-size: 28px;
	}

	.page_text.services h1 {
		font-size: 25px;
		line-height: 25px;
		padding-left: 0px;
	}

	.services_wrapper:before {
		margin-left: 30px;
	}

	.services_wrapper.right:before {
		margin-left: 30px;
	}

	.services_wrapper.right:after {
		margin-left: 30px;
	}

	.services_wrapper:after {
		top: 40vh;
	}

	.services_wrapper:before {
		top: calc(40vh - 32px);
	}

	.service_img {
		height: 40vh;
	}

	.services_wrapper a {
		width: 130px;
		padding: 15px 0;
	}

	.service_info {
		padding: 90px 15px 0 15px;
	}

	.services_wrapper:after {
		height: 55px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 420px) {	
	.gallery_box .icon_gallery.right {
		top: -80px;
		width: 85%;
	}
	
	.villas .beige_bg {
		padding: 0;
	}

	.swiper-slide.villa_gallery_img {
		height: 40vh;
	}

	.page_text.villas h1 {
		padding-bottom: 80px;
	}

	.page_text.villas h2:before {
		margin-left: -25px;
	}

	.page_text .villa_text h2 {
		margin-left: 25px;
	}

	.page_text.villas h2:before {
		width: 10px;
		border-left: 10px solid #B5CAD6;
	}

	.page_text .villa_text h2 {
		font-size: 25px;
		line-height: 40px;
	}

	.villas .opacity_bg {
		height: 35px;
	}

	.swiper-rooms-gallery .swiper-buttons {
		width: 150px;
		padding: 8px 12px;
	}

	.swiper-rooms-gallery .swiper-buttons .divider {
		height: 25px;
	}

	.villa_gallery p {
		width: 150px;
		padding: 7px 20px;
		font-size: 21px;
	}

	.villa_gallery span {
		font-size: 28px;
	}

	.villas.facilities a.link_facilities {
		font-size: 16px;
		letter-spacing: 0px;
		width: 100%;
		padding: 15px 0;
		margin: 45px auto 45px auto;
	}

	.villa_gallery span.all_photos {
		font-size: 17px;
	}

	.villa_details a {
		letter-spacing: 1px;
		padding: 17px 35px;
		font-size: 16px;
		margin: 20px auto 0 auto;
	}

	.about_wrapper.location_section p {
		font-size: 16px;
		line-height: 28px;
	}

	.about_wrapper .home_left_image:after {
		bottom: 20px;
		left: 20px;
	}

	#map {
		min-height: 460px;
	}

	.contact_left p {
		font-size: 20px;
		line-height: 28px;
	}

	.contact_right h3, .contact_left h3 {
		font-size: 25px;
	}

	.contact_left {
		padding-top: 40px;
	}

	.contact_right h3:before, .contact_left h3:before {
		background-size: 20px;
		width: 20px;
		height: 20px;
		margin-top: -30px;
	}

	.page_text.dynamic_page p {
		font-size: 16px;
		line-height: 30px;
	}

	.service_img {
		height: 30vh;
	}

	.services_wrapper {
		margin: 0 15px;
	}

	.services_wrapper:before {
		top: calc(30vh - 25px);
		width: 15px;
		height: 25px;
	}

	.service_info {
		padding: 80px 0px 0 0px;
	}

	.services_wrapper:after {
		width: 15px;
		height: 45px;
		top: 30vh;
	}

	.parallax p {
		font-size: 20px;
		line-height: 27px;
		padding: 0 15px;
	}

	.about_wrapper img.logomark {
		width: 35px;
		padding-top: 55px;
	}

	.parallax a {
		font-size: 15px;
		margin-top: 15px;
		padding: 12px 30px;
	}

	#lang_mob {
		left: 30px;
	}

	.footer_box_container {
		width: 100%;
	}

	.padd_footer {
		padding: 0 15px!important;
	}

	.footer_box p.newsletter_title {
		font-size: 25px;
		line-height: 25px;
		letter-spacing: 2px;
	}

	.newsletter-input input {
		font-size: 15px;
		padding: 10px 10px 10px 10px;
	}

	.newsletter-input {
		width: 90%;
	}

	.footer_box p.newsletter_subtitle {
		font-size: 16px;
	}

	#header.fixed #logo {
		margin-top: -10px;
		width: 85px;
		margin-left: calc((100% - 85px) * 0.5);
		height: 50px;
	}

	.gallery_box {
		margin: 50px 0px;
	}

	.offer_box {
		padding-bottom: 25px;
	}

	.gallery {
		margin-bottom: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.gallery_img {
		margin-bottom: 35px;
	}

	.page_text.tabs_section h1:before {
		left: 0;
	}

	.menu_tabs ul li a:before {
		left: -40%;
		margin-top: 21px;
	}

	.page_text .tabs_description h2 {
		font-size: 21px;
	}

	.page_text.tabs_section h1 {
		font-size: 24px;
		padding-left: 0;
	}

	.page_text.villas.facilities h1.location_title {
		padding-bottom: 35px;
		margin-left: 10px;
	}

	.tabs_description h2 span {
		font-size: 19px;
	}

	.menu_tabs {
		margin-left: -15px;
		margin-right: -15px;
	}

	.tabs_description {
		padding: 0px;
	}

	.location_intro {
		padding: 0;
	}

	.sights_image {
    	margin: 0;
	}

	.location_sec_row {
		margin-top: 25px;
	}

	.page_text .menu_tabs .tabs_description_right ul li {
		padding: 17px 0;
		font-size: 16px;
	}

	.page_text .tabs_description p {
		font-size: 16px;
		line-height: 26px;
	}

	.contact_links td, .contact_links th {
		padding: 15px 0;
	}

	.contact_links .span_left {
		font-size: 17px;
	}

	.contact_links td.attributes_right, .contact_links td.attributes_right a {
		font-size: 17px;
	}

	.info-window-content {
		padding: 0;
	}

	.contact_details {
		padding: 30px 0px 0px 0px;
	}

	.map {
		padding: 0px 0 30px 0;
	}

	.menu_tabs ul li a span {
		font-size: 20px;
	}

	.menu_tabs ul li a {		
		font-size: 19px;
	}

	.contact_form {
		padding: 15px 0px;
	}

	.contact_details p, .contact_details a {
		font-size: 17px;
		line-height: 27px;
	}

	.contact_details h3 {
		font-size: 20px;
	}

	.no_banner .home_header_content {
		top: 125px;
	}

	.no_banner {
		height: 25vh;
	}

	.contact_intro {
		margin-bottom: 50px;
		padding: 40px 15px 0px 15px;
	}

	.contact_information {
		padding-bottom: 20px;
	}

	.about_text {
		padding: 10px 15px 0 15px;
	}

	.padd.gallery_page {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.interior.dynamic .interior_text {
		padding: 25px 15px 15px 15px;
	}

	.exterior.dynamic .exterior_text {
		padding: 25px 15px 15px 15px;
	}

	.dynamic_page {
		margin-top: 20px;
	}

	.page_text.dynamic_page h1 {
		font-size: 20px;
		line-height: 35px;
	}

	.dynamic_text {
		padding: 0px;
	}

	hr {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.page_text.dynamic_page ul li {
		font-size: 16px;
		padding: 0px 0 0px 20px;
	}

	.page_text.dynamic_page ul li {
		background-position: 0px 13px;
	}

	.content_left {
		margin-bottom: 30px;
		margin-right: 15px;
	}

	.menu_info p {
		font-size: 15px;
	}

	.responsive_menu ul li {
		margin-bottom: 6px;
	}

	#logo_menu {
		width: 75px;
		height: 90px;
	}

	.services_wrapper.right:after {
		margin-left: 15px;
	}

	.page_text.services h1 {
		font-size: 23px;
		line-height: 30px;
	}

	.services_wrapper.right:before {
		margin-left: 15px;
	}

	.page_text .service_info p {
		padding-bottom: 70px;
	}

	.services_wrapper a {
		width: 120px;
		padding: 12px 0;
	}

	.services_wrapper a img {
		width: 37px;
	}

	.services_wrapper:before, .services_wrapper:after {
		margin-left: 15px;
	}

	.responsive_menu ul li.current a:before {
		background-size: 13px;
		width: 13px;
		height: 13px;
		left: -23px;
		margin-top: 3px;
	}

	.parallax {
		height: 50vh;
	}

	.exterior_img {
		padding-right: 30px;
	}

	.responsive_menu .menu_social img.twitter {
		width: 23px;
	}

	.responsive_menu .menu_social img.instagram {
		width: 20px;
	}

	.responsive_menu .menu_social img {
		width: 21px;
		margin: 0 10px;
	}

	.icon_content img {
		width: 120px;
	}

	.home_right_image:after {
		bottom: 25px;
		left: 25px;
	}

	.page_text p {
		font-size: 16px;
		line-height: 26px;
	}

	.about_wrapper img {
		width: 230px;
	}

	.page_text .about_text h1 {
		font-size: 22px;
		line-height: 35px;
		padding: 0px 15px 30px 0px;
	}

	.about_wrapper .about_left p {
		font-size: 17px;
	}

	.about_wrapper {
		padding: 0 0px 70px 0px;
	}

	.page_text .icon_content .icon_number {
		font-size: 32px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.page_text .icon_content .icon_text {
		font-size: 20px;
	}

	.page_text .icon_content .icon_number::after {
		margin: 45px auto 0 auto;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 30px;
	}

	#book_now {
		font-size: 17px;
		padding: 0px 0px 7px 0;
		top: -58px;
	}

	#header:after {
		width: calc(100% - 16px);
		bottom: -50px;
	}

	.facilities_intro button {
		margin-left: 35px;
	}

	.mini_font {
		margin-bottom: 25px!important;
	}

	.reverse-rooms .rooms_description {
		padding: 3% 5% 3% 5%;
		float: none;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.reverse-rooms .no-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page_text .features_list.facility_list h2 {
		font-size: 23px;
		margin-bottom: 10px;
		text-align: left;
	}

	.spa_treats h2 {
		margin-bottom: 10px!important;
		font-size: 21px!important;
	}

	.page_text.spa_treats ul.spa_list li {
		text-align: left;
		padding: 15px 0px 15px 25px;
	}

	.page_text .spa_list li {
		background-size: 28px;
	}

	.mini_font {
		font-size: 13px!important;
		line-height: normal!important;
	}

	.page_text .page_description h2 {
		font-size: 20px;
		text-align: left;
	}

	.suites_title h2 {
		font-size: 35px;
		line-height: 35px;
		margin-left: -20px;
	}

	.facilities p {
		font-size: 16px;
		line-height: 23px;
	}

	.rooms_description ul li:before {
		left: 0;
		right: 0;
		width: 100%;
		margin: 42px auto 0 auto;
	}

	.page_text .suites_title h2 {
		font-size: 32px;
		line-height: 35px;
		text-align: left;
		margin-left: -15px;
	}

	.page_text .room_details ul li {
		font-size: 18px;
	}

	.page_text .room_details p {
		font-size: 16px;
		line-height: 25px;
		padding-left: 0;
	}

	#home_rooms_mob .rooms_more.mob {
		bottom: -10px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-left: 0;
		padding-right: 40px;
	}

	.services {
		margin-bottom: 45px;
	}

	#home_rooms_mob .room_book.mob {
		bottom: -20px;
		display: block;
		float: none;
		width: fit-content;
		margin: 0 auto;
	}

	.page_text .room_details ul {
		margin: 0px 0 17px 0px;
		padding-top: 10px;
	}

	.suites_title {
		top: -95px;
	}

	img.rooms_home {
		top: -62px;
		right: -15px;
		width: 120%;
	}

	.page_text .services_title h2 {
		font-size: 35px;
		line-height: 40px;
		text-align: center;
		float: none;
		margin-right: 0;
	}

	.page_text h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.page_text.services h2:after {
		margin-top: 35px;
	}

	.services_text {
		padding-left: 50px;
	}

	.services_swiper {
		margin-top: 50px;
	}

	.page_text .slide_title h2 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 26px;
		left: -20px;
	}

	.location_text {
		width: 85%;
	}

	.page_text .location_text p {
		font-size: 17px;
		line-height: 30px;
	}

	.location_link {
		width: 85%;
	}

	.location_link a {
		font-size: 35px;
		line-height: 40px;
	}

	.location_link a:after {
		margin: 65px auto 0 auto;
	}

	.pages.home .page_text h1 {
		font-size: 22px;
		padding-left: 50px;
	}

	.pages.home .home_left_image img {
		width: 70%;
	}

	.pages.home .home_half_text {
		padding: 10px 30px;
	}

	.pages.home .page_text h1:before {
		background-size: 24px;
		width: 24px;
	}

	.hotel_info .home_right_image img {
		margin-bottom: 0;
	}

	.pages.home .about_text {
		padding-top: 10px;
	}

	.other_rooms .rooms_description {
		justify-content: center;
	}

	.other_rooms .rooms_description h2 {
		font-size: 28px;
		line-height: 30px;
		top: -10px;
		text-align: center;
	}

	.other_rooms.page_text .room_title h1 {
		font-size: 23px;
		padding-left: 0px;
	}

	p.total_rooms {
		font-size: 17px;
	}

	.room_facilities h1 {
		font-size: 30px;
		margin-bottom: 35px;
		text-align: center;
	}

	.room_facilities ul {
		margin: 25px 0px 0 0px;
	}

	.room_facilities ul li {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 8px;
		text-align: center;
	}

	.rooms_view .room_right_image {
		margin: 0px 40px 10px 40px;
		padding-right: 0;
		padding-bottom: 45%;
	}

	.rooms_view .room_book {
		bottom: 20%;
	}

	.room_title {
		padding: 15px 50px 15px 40px;
	}

	.room_title h1 {
		font-size: 20px;
		line-height: 26px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.room_title .rooms_more {
		font-size: 15px;
		padding-bottom: 3px;
		bottom: 0;
		padding-top: 5px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		float: none;
		display: block;
		width: fit-content;
	}

	.rooms_description {
		width: 100%;
		display: block;
		text-align: center;
		padding: 3% 10% 3% 10%;
	}

	p.total_rooms {
		right: 0;
		left: 0;
		font-size: 17px;
		margin: 0 auto;
		display: block;
		float: none;
		padding-right: 0;
		padding-top: 10px;
	}

	.rooms_description p {
		font-size: 18px;
		line-height: 28px;
		padding-right: 0;
	}

	.rooms_description ul li {
		font-size: 17px;
		background: none;
	}

	.contact_links td.attributes_right {
		font-size: 17px;
	}

	.sight-image {
		height: 30vh;
	}

	.contact_links .span_right {
		font-size: 18px;
	}

	.contactform div.input {
		margin: 0px 0 15px 0;
	}

	.padd_top {
		padding-top: 40px;
	}

	.dynamic_right_image {
		padding-bottom: 0;
	}

	.gallery_text span p {
		font-size: 15px;
	}

	.page_text h1:before {
		left: 15px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 40px;
	}

	.page_text .exterior h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.page_text .exterior h2:after {
		margin-top: 43px;
	}

	.more {
		font-size: 15px;
		padding: 12px 35px 12px 35px;
	}

	.villas.villas_home {
		padding-bottom: 210px;
	}

	.page_text .villa_text ul li p {
		font-size: 16px;
	}

	.page_text .villa_text ul li p:before {
		background-size: 12px;
		width: 12px;
		height: 12px;
	}

	.villa_text img {
		width: 50px;
	}

	.interior_text {
		padding: 20px 30px;
	}

	.page_text.villas h1 {
		padding-top: 30px;
	}

	.page_text.villas h1:before {
		background-size: 28px;
		height: 28px;
	}

	.page_text .interior h2:after {
		margin-top: 43px;
	}

	.page_text .interior h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.interior_img {
		padding-left: 30px;
	}

	.exterior_text {
		padding: 20px 30px;
	}

	.home_half_text p {
		font-size: 17px;
		line-height: 28px;
	}

	.home_left_image {
		margin-bottom: 20px;
	}

	.home_left_image img {
		width: 60%;
	}

	.m-t-100 {
		margin-top: 20px;
	}

	.gallery_page {
		margin-top: 25px;
		padding-top: 0!important;
	}

	.gallery_box {
		padding: 0 15px;
	}

	.gallery_box .gallery_text {
		padding: 15px 12px;
		margin-top: -40px;
	}

	.gallery_box .gallery_text a {
		font-size: 12px;
		margin: 10px auto 0 auto;
	}

	.gallery_box .gallery_text p {
		font-size: 18px;
	}

	.gallery_box .gallery_text span {
		font-size: 19px;
		padding: 15px;
	}

	.home_header_content h1 {
		font-size: 28px;
	}

	.padd_big {
		padding-left: 0;
		padding-right: 0;
		padding-top: 70px;
    	padding-bottom: 70px;
	}

	.newsletter_title {
		font-size: 29px;
		line-height: 29px;
	}

	.newsletter-input .submit input {
		background-size: 30px;
		padding: 10px 10px 7px 10px;
	}
	
	.padd.newsletter_bg {
		padding-top: 60px;
	}

	.copyright {
		margin-top: 5px;
	}

	.newsletter_subtitle {
		margin-bottom: 30px;
		font-size: 17px;
	}

	.close_menu {
		left: 12px;
		background-size: 27px;
	}

	#header.fixed {
		height: 70px;
	}	

	#header.fixed .open_menu {
		top: -10px;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 25px;
		height: 25px;
	}

	#top_info_left {
		top: 0;
		right: 45px;
	}
	
	#top_info_left img {
		width: 26px;
		height: 26px;
	}

	#top_info {
		right: 15px;
		top: 0;
	}

	.center-991 {
		margin-bottom: 35px;
	}

	.footer_box h6 {
		font-size: 18px;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 22px;
	}

	.footer_social img {
		margin-right: 12px;
		margin-left: 12px;
	}

	.copyright {
		font-size: 14px;
		padding-bottom: 7px;
		margin-top: 5px;
	}

}


/* ===========================>
		ERROR PAGE
   <========================== */
   .tit-er{color:#fff !important;}
   .tex-er{
		color: #fff;
		font-size: 22px;
		line-height: 30px;
		text-align: center;
   }
   .btn-er{
		margin-top:50px;
		display: flex;
		justify-content: center;
   }

   .btn-er a{
		border: none;
		border-bottom: 2px solid #fff;
		color: #fff;
		cursor: pointer;
		text-align: center;
		background: transparent;
		display: block;
		padding: 10px 60px 15px 0;
		font-size: 21px;
		outline: medium none;
		font-weight: 500;
		transition: all 0.3s ease 0s;
	}

	.btn-er a:hover{	
		padding: 10px 0px 15px 0;	
		transition: all 0.3s ease 0s;	
	}
  @media(min-width:768px){
	.con-er{display: flex;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	
  }
  @media(max-width:767px){
	.tex-er{
		border-left:unset;
		border-top:1px solid #fff;
		padding-left:unset;
		padding-top:25px;
		margin-top:50px;
	}
  }
   

   @media(max-width:420px){
	.tex-er{width:95%;font-size:15px !important;}
	.btn-er a{font-size:17px;padding-right:65px;}
   }