@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..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: 600;}
a{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
.clear{clear:both;}

html, body {
	position: relative;
	height: 100%;
}
body {
	background: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#3D3D3B;
	margin:0;
	padding:0;
	transition: all 0.5s ease-in 0s;  
	overflow-x:hidden;
}
html {
	scroll-behavior: smooth;
  }
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-150{
	margin-top: 150px;	
}
.m-t-100 {
	margin-top: 100px;
}

.mar-top_neg{
	margin-top:-20vh;
}
.m-l-32 {
	margin-left: 32px;
	margin-bottom: 15px;
}

.fancybox-lock body {
    overflow: visible !important;
}

.padd{
	padding-top: 80px;
	padding-bottom: 80px;
	overflow:hidden;
	position:relative;
}

.padd_first_bottom {
	padding-top: 0px;
    padding-bottom: 65px;
}

.center {
	text-align: center;
}

.no_scroll {
    overflow: hidden;
}

.flex_center {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flex-section {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.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: 80px;
	padding-bottom: 0px;	
}
.padd_big {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padd_contact {
	padding-top: 0;
	padding-bottom: 120px;
}

.padd_bottom{
	padding-top: 0px;
    padding-bottom: 100px;	
}
.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;
}

.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;
	position: relative;
}

label[for="NewsletterSignupEmail"] {
    display: none;
}

.grey_bg{background:#f4f4f4;}
.white_bg, #white_bg{ background: #fff;}
.black_bg { background: #000; }
.grey_upper{background:#f7f7f7;padding-bottom:110px;border-bottom:1px solid #eee}

.drive_me{
	margin-top:20px;
	display: block;
}

.foglia-scroll {
    position: absolute;
    bottom: 30vh;
    left: 32%;
    width: 300px;
    height: auto;
  	z-index: 10;
}

.foglia-scroll img {
	width: 300px;
}


/* POPUP OFFER
================================================== */

.mypopup_wrapper {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
    z-index: 9999999999;
}

.mypopup_overlay {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(3px);
  position:absolute; top:0; left:0;
  width:100%; height:100%;
  z-index:1;
}

.mypopup .more_link {
    padding: 17px 40px;
    border: 1px solid #000;
    font-size: 19px;
    margin: 30px auto 0 auto;
    display: block;
    width: fit-content;
    position: relative;
    transition: all 0.5s ease-in-out;
    color: #000;
    font-weight: 500;
}

.mypopup {
    /*background-color: #F4F4F4;*/
	background: url('http://www.mikropapigo.gr/img/layout/new_popup_offer.jpg') center;
	background-size: 100%;
    /*width: 90%;
    max-width: 600px;*/
    width: 600px;
	height:400px;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 2;
    animation: fadeInPopup 0.7s ease-out;
}

.mypopup:after {
	/*content: '';
    position: absolute;
    width: 75px;
    height: 40px;
    background-image: url(http://www.mikropapigo.gr/img/layout/favicon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px;
    bottom: 10px;
    right: 15px;
    filter: opacity(0.4);*/
}

.popup_content h1 {
	color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.popup_content h2 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 40px;
    font-family: "Noto Serif Display", serif;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.popup_content h2:after {
	content: '';
    position: absolute;
    color: #000000;
    width: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-top: 1px solid #000000;
    bottom: 0px;
}

.popup_content p.big {
  font-size:20px;
  font-weight:500;
  color: #333;
  margin:10px 0;
}

.popup_content p.italic {
  margin:8px 0 20px;
  font-style:italic;
  color:#555;
}

.call_btn {
  display:inline-block;
  padding:12px 28px;
  background-color:#8b0000; /* βουργουνδί */
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  border-radius:6px;
  box-shadow:0 4px 12px rgba(139,0,0,0.3);
  transition:background 0.3s ease, transform 0.2s ease;
}

.call_btn:hover {
  background-color:#5e0000;
  transform: translateY(-2px);
}

.mypopup button#close {
    background: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 32px;
    line-height: 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes fadeInPopup {
  from {opacity:0; transform:translate(-50%,-60%);}
  to {opacity:1; transform:translate(-50%,-50%);}
}


@media(max-width: 1199px) {
	.mypopup .py-15 {
		width: 88%;
	}
}

@media(max-width: 991px) {
	.mypopup h2 {
        font-size: 30px;
	}

	.mypopup .py-15 {
		width: 100%;
		padding-top: 25px;
    	padding-bottom: 25px;
	}

	.mypopup a {
		font-size: 17px;
	}
}

@media(max-width: 767px) {
	.mypopup {
		width: 450px;
		height:300px;
    	padding: 30px 30px;
	}

	.mypopup a {
		padding: 10px 14px;
	}

	.mypopup .page_text h2 {
		font-size: 24px;
	}
}

@media(max-width: 549px) {
	.mypopup {		
		width: 300px;
		height:200px;
			
	}
	.mypopup .py-15 {
		width: 100%;
	}

	.popup_content h2 {
		margin-bottom: 30px;
	}

	.mypopup .page_text h2 {    
		font-size: 26px;
    	padding: 0 50px;
	}

	.mypopup a {
		font-size: 16px;
		line-height: 22px;
	}
}

@media(max-width: 479px) {
	.mypopup a {
		font-size: 15px;
		line-height: 20px;
		margin-top: 20px;
	}

	.mypopup:after {
        width: 60px;
        height: 40px;
        background-size: 60px;
        bottom: 10px;
        right: 13px;
	}

	.mypopup button#close {
		font-size: 30px;
		line-height: 28px;
	}

	.mypopup .more_link {
		padding: 15px 35px;
		font-size: 18px;
		margin: 25px auto 0 auto;
	}

	.mypopup h2 {
        font-size: 27px;
        padding-bottom: 12px;
        margin-bottom: 25px;
	}

	.mypopup .page_text p {
		font-size: 15px;
		line-height: 22px;
	}

	.mypopup .page_text h2 {
		font-size: 22px;
		padding: 0 43px;
		line-height: 30px;
	}

	.popup_content p.big {
    	font-size: 18px;
	}
}

@media(max-width: 420px) {
	.mypopup {
		padding: 20px;
	}

	.mypopup .page_text h2 {
		font-size: 21px;
		line-height: 28px;
		padding: 0 5px;
		margin-bottom: 25px;
	}

	.mypopup:after {
        width: 40px;
        height: 30px;
        background-size: 40px;
        bottom: 10px;
        right: 10px;
    }

	.mypopup .more_link {
        padding: 12px 30px;
        font-size: 17px;
        margin: 20px auto 0 auto;
    }

	.mypopup .page_text h2:after {
		display: none;
	}

    .mypopup h2 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

	.popup_content h2:after {
	    width: 85px;
	}

	.mypopup .py-15 {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.popup_content h1 {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.mypopup a {
		margin-top: 15px;
	}

	.loyalty_btn img {
		width: 27px;
		top: 2px;
	}

	.loyalty_btn strong {
		font-size: 11px;
		margin-left: 1px;
	}

	.loyalty_title {
		padding: 2px 7px 2px 2px;
	}

	.loyalty_btn span {
		font-size: 10px;
		line-height: 13px;
		padding: 4px 7px 4px 7px;
	}
}

.scrollButtonContainer a span {
	position: absolute;
    bottom: 10vh;
    left: 0px;
    right: 0;
    margin: 0px auto;
    width: 2px;
    height: 40px;
    border-left: 2px solid #7d7d7d;
    text-align: center;
    box-sizing: border-box;
}

.scrollButtonContainer a span::before {
	position: absolute;
    top: 0px;
    left: 50%;
    content: '';
    width: 2px;
    height: 40px;
    margin-left: -2px;
    background-color: #fff;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.scrollButtonContainer {
	position: absolute;
    z-index: 10;
    color: white;
    display: block;
    height: 40px;
    width: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    transition: all 1s;
}

.scrollButtonContainer p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
    position: absolute;
    bottom: 7vh;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.styled_btn{
	position: fixed;
	right: 0px;
	bottom: 0px;
	/* width: 100px; */
	/* height: 100px; */
	z-index: 999;
	border-radius: 0px;
	background: #101010;
	color: white;
	border: none;
	border: 1px solid #101010;
	padding: 6px;
	font-weight: 200;
	padding: 5px 19px;
	border-top-left-radius: 5px;
  }

@-webkit-keyframes sdb10 {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 40px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 40px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}

.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-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;
}

.more{
	font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    color: #000;
    position: relative;
    text-decoration: none;
    padding: 20px 50px 20px 50px;
    font-weight: 400;
    transition: all .3s;
    border: 1px solid #000;
}

.covid_info {
    background: #000;
    padding: 13px 0;
	text-align: center;
}

.covid_info p.mob {
	display: none;
}

.covid_info a {
	color: #f1f1f1;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.covid_info a:after {
    content: '';
    position: absolute;
    background-image: url(http://www.mikropapigo.gr/img/layout/arrow_right_white.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 15px;
}

#header {
	display: flex;
    width: 100%;
    height: auto;
    top: 90px;
    padding: 0px 0px;
    margin: 0;
    position: relative;
    z-index: 999;
    transition: all 0.5s;
    align-items: center;
}

.pages.contact .header_wrapper {
	position: relative;
    display: block;
    background: #000;
    height: 230px;
    border-top: 1px solid #000000;
}

.pages.contact .page_heading_image {
	display: none;
}

#top_info {
	position: absolute;
    top: 10px;
    left: 200px;
    display: block;
    z-index: 999;
    font-weight: 100;
    font-size: 19px;
    color: #f1f1f1;
    transition: all 1s;
    letter-spacing: 0.5px;
}
#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; background: #00000001; }
#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: 43px; height: 43px; margin-right: 12px; }
#top_info span { display: inline-block; }
#lang_info {
	position: absolute;
    top: 10px;
    right: 295px;
    display: block;
    z-index: 999;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    transition: all 1s;
}
#lang_info a{ color:#fff; transition:all 1s; background: #00000001; }
#lang_info a:after, #lang_info_mob a:after {
	content: '';
	background-image: url('http://www.mikropapigo.gr/img/layout/arrow_down_white.svg');
	background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-left: 6px;
}

#lang_info_mob a:after {
	background-image: url('http://www.mikropapigo.gr/img/layout/arrow_down_lang.svg');
}

#lang_info_mob {
	position: absolute;
    top: 52px;
    right: 145px;
	display: none;
}

#lang_info_mob .languages .languages_menu a {
	color: #fff;
	transition:all 1s;
}

#lang_info_mob a {
    color: #000000;
}

.languages .languages_menu a:after {
	display: none;
}

#lang_info a span.caret, #lang_info_mob a span.caret {
	display: none!important;
}

#lang_mob { position:absolute; top: 50px; left: 215px; display: block;z-index:9999;  font-weight:400; font-size:15px; color:#fff; transition:all 1s; }
#lang_mob a{ color:#362211; transition:all 1s;}

#header.fixed #top_info, #header.fixed #top_info_right { top: 45px; transition:all 1s;}
#header.fixed #top_info a, #header.fixed #top_info_right a { color:#fff; background-color: #000; }

#header.fixed #lang_info { top: 45px; transition:all 1s;}
#header.fixed #lang_info a{ color:#fff; transition:all 1s;}
#header.fixed .languages_menu.active { box-shadow: 0 2px 6px rgb(0 0 0 / 20%); }

.languages { display: block; padding: 0px 20px; z-index:9999;}
.languages  a.selected_lang{  display: block; padding:0 10px; background:none; text-align:center; font-weight: 500; font-size:19px; z-index:9999; color:#fff; text-decoration:none; transition:all 1s;}
.languages .languages_menu{  display: none; }
.languages .languages_menu.active{  display: block; margin-top:10px; padding: 5px 10px; background:#000000; text-align:center; z-index:99999; position:relative;}
.languages .languages_menu a { color:#fff; font-weight: 500; 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: calc((100% - 270px) * 0.5); margin-top: 50px; display: block; width: 225px; height: 155px; background: url('http://www.mikropapigo.gr/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('http://www.mikropapigo.gr/img/layout/logo.svg') 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; color: #000; }
#header.fixed #logo a { color: #fff; }

.pages.contact #logo a { color: #fff; }

.open_menu {  position: absolute; top: -12px; left: 100px; display: block; padding: 20px 12px;  font-weight:400; font-size:14px; z-index:999; color:#fff; text-decoration:none; transition:all 1s; border-radius: 50%; }
.open_menu:hover { color:#fff; }
.open_menu img.dark_menu, .open_menu img.white_menu{width: 55px; margin-left: 0px;margin-top: 0px;display:inline-block}
.open_menu img.dark_menu{display: none;}

.open_menu.active img { display: none; }

img.dark_call, img.dark_email { display: none; }
#header.fixed img.white_call, #header.fixed img.white_email { display: none; }
#header.fixed img.dark_call, #header.fixed img.dark_email { display: inline-block; }

#header.fixed .open_menu { color: #fff; top: 25px; transition:all 1s; }
#header.fixed .open_menu img.dark_menu{display:inline-block;}
#header.fixed .open_menu img.white_menu{display:none;}




.close_menu {
	position: absolute;
    top: 40px;
    left: 70px;
    display: block;
    width: 55px;
    height: 55px;
    background: url(http://www.mikropapigo.gr/img/layout/close_menu.svg) no-repeat center;
    background-size: 35px;
    z-index: 9999;
    font-size: 16px;
    padding-left: 55px;
    font-weight: 600;
    padding-top: 14px;
	color: #fff;
}

.close_menu:hover { color: #FFF;}

.book_fixed {
	display: none;
}

#book_now {
    position: absolute;
    top: 0px;
    right: 100px;
    display: block;
    font-weight: 400;
    font-size: 17px;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    transition: all 1s;
    padding: 12px 30px 12px 30px;
    border: 1px solid #fff;
    background: #00000001;
    font-family: 'Noto Serif Display', serif;
}

#book_now:hover {
	z-index: 2;
    color: #fff;
    background: #000000;
	border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

#book_now::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

#book_now:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}

#book_now::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border: 1px solid #000000;
    transform: scale(1.2,1.2);
}

#book_now:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

.responsive_menu #book_now {
	top: 43px;
	display: block;
    color: #000;
	background-color: #000000;
    font-size: 18px;
    padding: 10px 30px;
    right: auto;
    left: 230px;
    border: 1px solid #000000;
}

.responsive_menu #book_now:hover {
	color: #fff;
}

.responsive_menu #book_now::after {
	border: 1px solid #000000;
}

#header.fixed #book_now {
	color: #fff;
    top: 35px;
	background: #00000001;
    transition: all 1s;
}

#header.fixed #book_now:hover {
	background: #000000;
}

#header.fixed .responsive_menu #book_now {
	color: #000;
    background: #fff;
    top: 43px;
    display: block;
    font-size: 18px;
    padding: 10px 30px;
    right: auto;
    left: 230px;
}

#header.fixed { height: 115px; padding: 10px 0px;  background:#000; box-shadow: 0 1px 6px #555;  /* 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; }*/
#header.fixed  #logo {
	margin-left: calc((100% - 130px) * 0.5);
    top: 0;
    width: 130px;
    height: 90px;
    /* background: url(http://www.mikropapigo.gr/img/layout/logo_fixed.svg) no-repeat scroll center center; */
    background-size: 100%;
    margin-top: 10px;
}

.responsive_overlay {
    opacity: 0;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    visibility: hidden;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.responsive_menu{   
	position: fixed;
    top: 0px;
    left: 0;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.7) url(http://www.mikropapigo.gr/img/layout/logo.svg) no-repeat scroll 20% center;
    background-size: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #3D3D3B;
    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.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.responsive_menu .responsive_menu_container {   
	width: 60%;
    height: 100%;
	background-color: #000;
    position: relative;
	display: block;
	overflow-y: scroll;
    overflow-x: hidden;
}
.responsive_menu.active {   
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.responsive_menu .submenu img {
	transition: all 0.3s ease-in-out;
}

.responsive_menu .submenu:hover img {
	filter: brightness(0.5);
}

.responsive_menu .submenu .menu_shadow {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.4) 70%);
    z-index: 1;
	transition: all 0.5s ease-in-out;
}

.responsive_menu .menu_first {
	margin: 95px 110px;
}

.responsive_menu .submenu {
	position: relative;
	display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
	transition: all 0.5s ease-in-out;
}

.responsive_menu .submenu a {
	background-color: #00000001;
}

.responsive_menu .submenu h1 {
	font-size: 27px;
    font-family: "Noto Serif Display", serif;
    position: absolute;
    font-weight: 400;
    color: #fff;
    z-index: 2;
	background: #00000001;
}

.responsive_menu .menu_first img {
	width: 100%;
}

.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 ul{
	margin: 50px 0px 0 130px;
    padding: 0px 0 0 0;
    list-style: none;
}
.responsive_menu ul li{
	width: 49%;
    display: inline-block;
}
.responsive_menu ul li a{
	display: block;
    position: relative;
    z-index: 9999;
    font-size: 17px;
    color: #fff;
    padding: 10px 0;
	width: fit-content;
    font-weight: 300;
    transition: all 0.3s ease-in 0s;
}

.responsive_menu .contact_menu .menu_social a:before {
	display: none;
}

.responsive_menu ul li a:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.responsive_menu ul li a:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
}

.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.book_now_menu_item{ display: none;}

.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-family: 'Manrope', sans-serif;
    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{
	display: block;
    margin: 40px 0 0 0;
	border-left: 1px solid #fff;
    padding: 20px 35px;
    width: 110%;
}
.responsive_menu .contact_menu span{
	display: inline-block;
	font-size: 18px;
    margin: 10px 0px 10px 0px;
    color: #362211;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.responsive_menu .contact_menu a {
	color: #fff;
	position: relative;
}

.responsive_menu .contact_menu a:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.responsive_menu .contact_menu a:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
}


.responsive_menu .contact_menu img{ width: 22px;  display: inline-block; margin-right:5px; vertical-align:middle;  }

.menu_social {
	display: flex;
    align-items: center;
	margin-top: 20px;
    margin-left: 10px;
}

.responsive_menu .menu_social img {
	width: 14px;
	margin-right: 20px;
}

.responsive_menu .menu_social img.youtube {
	width: 27px;
}

.responsive_menu .menu_social img.instagram {
	width: 23px;
}

.responsive_menu .menu_social img.linkedin_menu {
	width: 21px;
	padding-bottom: 2px;
}

.responsive_menu .menu_social img.spotify_menu {
	width: 80px;
	margin-top: 10px;
}

.contact_menu_container{
	width: 100%;
}

.contact_menu p {
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    color: #fff;
}


/* Newsletter */

.newsletter {
	display: flex;
    position: relative;
    align-items: flex-end;
}

.newsletter_title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    color: #000000;
}

.newsletter_title span {
	font-weight: 400;
}

.newsletter_subtitle {
	font-size: 23px;
    font-weight: 300;
    color: #000;
    padding-top: 10px;
	line-height: normal;
}

.newsletter-input input {
	border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 21px;
    font-weight: 100;
    color: #000;
    padding-bottom: 15px;
	background: #f4f4f4;
}

.newsletter-input input::placeholder {
	color: #000;
}

.newsletter-input .submit input {
	background: none;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    padding: 18px 30px;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: -13px;
    right: 15px;
    border: 1px solid #000;
    border-bottom: none;
    width: fit-content;
}

.newsletter-input .submit input:hover {
	background-color: #000000;
	color: #fff;
	border: 1px solid #f4f4f4;
	border-bottom: none;
}

.newsletter_form .contact_left {
	padding-top: 50px;
	padding-bottom: 80px;
}

/* Footer */
.padd_prefooter{
	padding-top: 110px;
    padding-bottom: 70px;
    background: #000;
	padding-left: 80px;
    padding-right: 80px;
}
.footer_box {}
.footer_box h6{
	font-size: 24px;
    font-weight: 200;
    font-family: "Noto Serif Display", serif;
    margin-bottom: 30px;
    line-height: normal;
    color: #fff;
}

.footer_box.first {
	border-left: 1px solid #fff;
    padding-left: 50px;
}

.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 p{
	color: #ccc;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
    transition: all 1s ease-in-out;
    font-weight: 300;
}

.footer_box p a { color: #ccc; font-weight: 300; position: relative; transition: all 1s ease-in-out; }

.footer_box p a:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f4f4f4;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.footer_box p a:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
}

.footer_box p a:hover {
	transition: all 1s ease-in-out;
}


.footer_box.social_media { }
.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; }



img.footer_logo{ max-width: 300px; width:100%; margin-left: 10px; }
.footer_details_left{width:50%;float:left;}
.footer_details_right{width:50%;float:left;}

.footer_social img {
	width: 15px;
    display: inline-block;
	margin-right: 24px;
    margin-top: 20px;
}

.footer_social img.youtube {
	width: 30px;
}

.footer_social img.instagram {
	width: 26px;
}

.footer_social img.linkedin {
	width: 24px;
	padding-bottom: 4px;
}
.footer_social img.spotify {
	width: 100px;
	margin-top: 30px;
	display: block;
}
@media(max-width:1199px){
	.footer_social img.spotify {
		margin: 30px auto;
		display: block;
	}
}

.footer_mobile {
	display: none;
}

.links-triggerOne, .links-triggerTwo, .links-triggerThree {
	color: #fff!important;
	background-color: #000!important;
}

/* ============= ESPA ================= */
.espa {
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: 1vh;
}
.espa img { width: 250px; }

.award_banner {
	position: absolute;
    right: 0;
    z-index: 99;
    bottom: 1vh;
}

.award_banner img {
	width: 110px;
}

@media only screen and (max-width: 991px) {
	.espa {
		right: 0;
		left: auto;
		bottom: auto;
		top: 0;
		z-index: 997;
	}
	.espa img { width: 180px; }

	.award_banner {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.espa img { width: 120px; }
}

@media only screen and (max-width: 549px) {
	
}

@media only screen and (max-width: 380px) {
	.espa img { width: 100px; }
}

/* ============== END ESPA ============== */



/* Copyright */
.padd_footer{	padding-top: 10px;	padding-bottom: 10px; padding-left: 80px; padding-right: 80px;	background:#000; }
.copyright{
	font-size: 18px;
    color: #ccc;
    font-weight: 100;
	text-align: center;
}
.copyright a{	color: #fff;}
#wapp{position:relative;float:right;margin-top: 15px;}
#wapp a{	display: block;	width: 75px;height: 20px; color: #fff; background:transparent url(http://www.mikropapigo.gr/img/layout/wapp.svg) no-repeat center;text-indent: -999999px!important;background-size:100%;}

.copyright_wrapper {
	border-top: 1px solid #606060;
	padding: 15px 0;
}

.tuv {
	width: 70px;
    padding-top: 8px;
}

.flex_center_copyright {
	display: flex;
	align-items: center;
}


/* 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; font-size:42px;font-weight:300;  color:#fff;  display: block;   }

.page_heading_image:before {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: linear-gradient(0deg,transparent 0,#000);
    top: 0;
    content: "";
    display: block;
    height: 25%;
    position: absolute;
    width: 100%;
    z-index: 996;
}

.page_heading_image:after {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: linear-gradient(180deg,transparent 0,#000);
    height: 35%;
	bottom: 10vh;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.image_header {
	height: 90vh;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	filter: saturate(0.6);
}

/* PAGE TEXT
================================================== */
.page_text { }
.page_text h1 {	font-size: 61px; font-weight: 100; margin-bottom: 15px; color: #fff; position: relative; }
.page_text h2 {
	font-size: 26px;
    color: #000000;
    font-family: "Noto Serif Display", serif;
    line-height: 40px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 12px;
}
.page_text h3 {
	font-size: 45px;
    font-family: "Noto Serif Display", serif;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: normal;
    margin-bottom: 55px;
    color: #fff;
	background-color: #00000001;
}

.page_text p.before_title{
	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;
}

.page_text p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}

.page_text .hotel_info p.sign {
    text-transform: uppercase;
    color: #000000;
    background-color: #00000001;
    font-size: 16px;
    line-height: 30px;
    margin-left: 68px;
    font-weight: 350;
}

.page_text .hotel_info p.sign:before {
    content: '';
    position: absolute;
    border-top: 1px solid #000000;
    left: 0;
    margin-left: 70px;
    width: 8px;
    margin-top: 14px;
}

blockquote {
    margin: 55px 10px 20px 55px;
}

blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: 'Noto Serif Display', serif;
    font-size: 7.5rem;
    margin: 2rem 0 0 -4.5rem;
    position: absolute;
    opacity: 1;
    font-weight: 500;
    color: #000000;
}

blockquote p::after {
	content: "”";
    margin: 2rem -4rem 0 0;
}

blockquote cite {
   font-size: 1.5rem;
}

.box_page strong {
	font-weight: 600;
	border-bottom: 1px solid #000;
}

.box_page {
	border: 1px solid #000000;
	padding: 15px 25px;
	margin-top: 60px;
    width: 112%;
}

.box_page.left {
	padding: 15px 200px 15px 25px;
}

.box_page.left strong {
	border-bottom: 1px solid #fff;
}

.page_text .box_page p {
	margin-bottom: 0;
}

.page_text .hotel_info .box_page p {
    padding-right: 0;
}

.page_text .hotel_info .home_right_text p {
    padding-right: 0px;
}

.hotel_info.first.no-padd {
	margin-bottom: 70px;
    display: flex;
}

.page_text ul {margin: 0px; overflow: hidden;}
.page_text ul li {
    margin: 0px 0 15px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}

.page_text .hotel_info ul li {
	padding-right: 80px;
}

.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;}

.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;
}

.spa_treats {
	display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 24%;
}

.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(http://www.mikropapigo.gr/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;
	font-family: 'Manrope';
}

.page_text .spa_list li {
	background-image: url(http://www.mikropapigo.gr/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;
}

.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: "Manrope", sans-serif;
    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-family: 'Manrope', sans-serif;
	font-size: 65px;
    line-height: 75px;
}

/* .location_link a:hover {
	-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;
} */

.location_link a:after {
	content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    margin-left: 22px;
    background-image: url(http://www.mikropapigo.gr/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
================================================== */

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; }
.home_header_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%);
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.home_header:before {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: linear-gradient(0deg,transparent 0,#000);
    top: 0;
    content: "";
    display: block;
    height: 25%;
    position: absolute;
    width: 100%;
    z-index: 996;
}

.home_header:after {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: linear-gradient(180deg,transparent 0,#000);
    height: 35%;
	bottom: 10vh;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hero_bg{ width:100%;height:100vh!important; min-height:600px;position:absolute;top:0;left:0; background-color:#fff; background-position: center; background-size: cover!important; 
transform:translateZ(0); transition:all 0.2s ease-in-out; }
@keyframes grow{
	0%{transform:scale(1.2)}	50%{transform:scale(1)}
}

/* @keyframes image {
	50% {
		background: url('http://www.mikropapigo.gr/img/layout/hero_bg_2.jpg')  no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	75% {
	  background: url('http://www.mikropapigo.gr/img/layout/hero_bg_3.jpg')  no-repeat center center fixed;
	  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
  } */

.banner_info {
	position: absolute;
    bottom: 50px;
    right: 0;
    margin-right: 100px;
}

.banner_info li {
	background-color: rgba(45,45,45,.94);
    border: 1px solid hsla(0,0%,85%,.1);
    display: inline-flex;
    width: 95px;
    margin: 0 5px;
    height: 95px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
	transition: all 0.3s ease-in-out;
}

.banner_info li:hover {
	background-color: rgb(80 79 79 / 94%);
	box-shadow: 0 0 13px 0 rgb(0 0 0 / 20%);
}

.banner_info li.active {
	background-color: rgb(80 79 79 / 94%);
	box-shadow: 0 0 13px 0 rgb(0 0 0 / 20%);
}

.banner_info li a {
	color: #fff;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}

.banner_info li i {
	color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}

.banner_social {
	position: absolute;
    z-index: 1;
    right: 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_social img {
	width: 18px;
    display: block;
    margin: 22px 0;
}

.banner_social img.youtube {
	width: 33px;
}

.banner_social img.instagram {
	width: 28px;
}

.left_msg {
	position: absolute;
    bottom: 13%;
    z-index: 1;
    left: 100px;
}

.right_msg {
	position: absolute;
    bottom: 13%;
    z-index: 1;
    right: 100px;
}

.left_msg a, .right_msg a {
	color: #f1f1f1;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.left_msg a:before, .right_msg a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f1f1f1;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.left_msg a:hover::before, .right_msg a:hover::before {
    transform-origin: left top;
    transform: scale(1,1);
}

.left_msg a:after, .right_msg a:after {
	content: '';
    position: absolute;
    background-image: url(http://www.mikropapigo.gr/img/layout/arrow_right_white.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 15px;
}

.home_header_content {
	z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
    background: #00000001;
}
.home_header_content p { font-size:20px;font-weight:300; line-height: 30px; color:#fff;  text-shadow:1px 0 50px rgb(0 0 0 / 80%);  display: block; margin-bottom:20px; }
.home_header_content h1 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 200;
    color: #fff;
    display: block;
    max-width: 100%;
    text-align: left;
    font-family: "Noto Serif Display", serif;
    position: absolute;
    bottom: 50px;
    margin-left: 97px;
    letter-spacing: 1px;
}

.home_header_content h1 span.big {
    font-size: 33px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.home_header_content p.banner_p {
	position: absolute;
    z-index: 999999;
    bottom: 240px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-left: 88px;
    font-size: 17px;
    letter-spacing: 3px;
    font-family: "Noto Serif Display", serif;
    font-weight: 500;
    margin-bottom: 0;
	padding: 0;
}

.home_header_content p.banner_p a {
	color: #fff;
}

.home_header_content p.banner_p a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f4f4f4;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.home_header_content p.banner_p a:hover::before {
    transform-origin: left top;
    transform: scale(1,1);
}

.home_header_content p.banner_p span {
	/* border-bottom: 1px solid #fff; */
    margin-right: 4px;
    letter-spacing: 0;
    font-weight: 200;
}

.home_header_content h1 span.underline {
	padding: 0 62px;
    width: fit-content;
    position: relative;
}

.home_header_content h1 span.underline:before {
	content: '';
    border-top: 1px solid #fff;
    width: 45px;
    left: 0;
    height: 1px;
    position: absolute;
    margin-top: 23px;
}

.home_header_content h1 span.underline:after {
	content: '';
	border-top: 1px solid #fff;
	width: 45px;
	right: 0;
	height: 1px;
    position: absolute;
    margin-top: 23px;
}

.page_text a.more_link {
    font-size: 18px;
    line-height: normal;
    font-weight: 550;
    margin-top: 50px;
    width: fit-content;
    position: relative;
    transition: all 0.5s ease-in-out;
    font-family: "Noto Serif Display", serif;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.page_text a.more_link.white {
	color: #fff;
}

.page_text a.more_link:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 1px solid #000;
    width: 30px;
}

.page_text a.more_link.white:before {
	border-top: 1px solid #fff;
}

a.more_link.white {
	margin: 50px auto 0 auto;
	color: #fff;
	background: #00000001;
}

a.more_link.white:before {
	border-top: 1px solid #fff;
}

.page_text a.more_link.white:hover::before {
	border-top: 1px solid #fff;
}

.page_text a.more_link:hover {
    transition: all 0.5s ease-in-out;
    padding-left: 0;
    padding-right: 50px;
}

.page_text a.more_link:hover::before {
	border-top: 1px solid #000000;
	right: 0;
	left: auto;
}

.albums.home .page_text a.more_link {
	margin-top: 40px;
}

.page_text .left_text a.more_link:after {
	display: none;
}

.page_text .hotel_info.last a.more_link {
	color: #fff;
    font-weight: 400;
}

.page_text .hotel_info.last a.more_link:before {
	border-top: 1px solid #fff;
}

.page_text .hotel_info.last a.more_link:hover {

}

.about_visible {
	overflow: visible!important;
}

.hotel_info.last {
	background: #000;
    position: relative;
    display: block;
	margin-right: -80px;
}

.page_text .hotel_info.last ul li {
    margin: 3px 0 3px 0;
    padding: 0;
    font-size: 23px;
    font-weight: 200;
    line-height: 32px;
    display: inline-block;
    color: #fff;
    width: 40%;
    font-family: "Noto Serif Display", serif;
    transition: all 0.3s ease 0s;
}

.hotel_info.black {
	position: relative;
    display: block;
    overflow: hidden;
    /* background: #000; */
    margin-top: 100px;
}

.pages.view .hotel_info.black {
	background: #000;
	margin-top: 0;
}

.equal-height-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.equal-height-wrapper > .col-md-6 {
	display: flex;
	flex-direction: column;
}

.left_black_text,
.home_right_image {
	flex: 1;
}

.hotel_info.black.mobile {
	display: none;
}

.hotel_info.black .home_right_text {
    padding: 20px 15% 130px 170px;
	padding: 100px 15% 130px 170px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
}

.pages.home .hotel_info.black .home_right_text {
    padding: 20px 15% 130px 170px;
}

.left_black_text {
    background: #000;
    padding: 120px 10% 50px 15%;
    margin-top: -4%;
    margin-right: -50px;
    z-index: 2;
    position: relative;
    width: calc(100% + 80px);
}

.left_black_text.dynamic {
	padding: 120px 5% 50px 15%;
	z-index: 0;
}

.page_text .left_black_text ul li {
	color: #fff;
	font-weight: 100;
}

.page_text .hotel_info .left_black_text h2, .page_text .hotel_info .left_black_text h1 {
	color: #fff;
}

.page_text .left_black_text p {
	color: #fff;
	font-weight: 100;
}

.page_text .left_black_text a.more_link {
	color: #fff;
}

.page_text .left_black_text a.more_link:before {
	border-top: 1px solid #fff;
}

.dynamic #black_left_bg {
	position: relative;
	display: block;
	background-color: #000;
	padding-left: 8.33%;
	padding-top: 10%;
	margin-top: -7%;
	z-index: 0;
	margin-right: -35px;
	padding-right: 6%;
}

#black_bg {
	background-color: #000;
}

.dynamic_black_bg {
	position: absolute;
    background: #000;
    width: 100%;
    left: 0;
    height: 50%;
    top: 0;
}

.page_text ul.half_list li {
    width: 45%;
    margin: 0px 50px 15px 0px;
    line-height: 38px;
	padding-right: 0px!important;
    display: inline-block;
}

.page_text .hotel_info.last #black_left_bg ul li,
.page_text .hotel_info.last #black_left_bg_dynamic ul li {
    margin: 0px 0 10px 0;
    font-size: 20px;
    width: 100%;
}

.spa_section {
	margin-top: 150px;
    padding-bottom: 160px;
}

.spa_section .home_right_text {
    padding: 40px 100px;
}

.spa_section h3 {
    color: #fff;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    font-size: 40px;
    margin-top: 90px;
}

.spa_section h3:before {
	content: '';
    position: absolute;
    border: 1px solid #000000;
    width: 100px;
    margin-top: 55px;
}

.spa_section h1, .spa_section h2 {
	padding-left: 15%;
}

.spa_section .second-img {
	position: absolute;
    bottom: -40px;
    width: auto;
    right: 10%;
}

.spa_section .home_right_image {
	margin-bottom: -40px;
	overflow: visible;
}

.spa_section .hotel_info.last {
    margin-right: 0;
	padding-top: 100px;
}


a.vrt_msg{
    line-height: normal;
    margin-bottom: 0;
    padding: 30px;
	color:#fff;
	font-weight:700;
	letter-spacing:2px;
}

.page_text .hotel_info h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #000000;
    font-family: "Noto Serif Display", serif;
    letter-spacing: 1px;
}

.page_text .hotel_info.last h2 {
    color: #fff;
}

.page_text .hotel_info h1 {
    font-size: 19px;
    font-weight: 350;
    margin-bottom: 15px;
	margin-top: 25px;
    position: relative;
    color: #000000;
	background: #00000001;
}

.page_text.spa_section .hotel_info h1 {
	color: #fff;
}

.page_text .hotel_info p {
	padding-right: 30px;
}

.page_text .hotel_info.no-padd p {
	padding-right: 0;
}

.page_text .hotel_info.last p {
	color: #f1f1f1;
	font-weight: 100;
}

.home_right_text {
	padding: 90px 100px;
	position: relative;
    display: block;
    overflow: hidden;
}

.home_right_text .box_right_text {
    margin: 40px 0px;
}

.right_text small {
	font-size: 14px;
    font-style: italic;
}

  .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%;
	}
  }

div.scroll-suggestion {
    margin: auto;
    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;}

.family_heritage {
    width: 600px;
    display: inline-block;
    margin-left: 30px;
    float: right;
}

.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;}
.home_center_title p.grey_parag{font-size:18px; color:#000;margin-top:20px;margin-bottom:30px;font-weight:100;}

#home_rooms {
	margin-top: -265px;
}

.suites_title h2 {
	font-size: 45px;
    line-height: 52px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
    font-family: "Noto Serif Display", serif;
}

.suites_title h1 {
	font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
	text-align: center;
	background: #00000001;
}

.suites_title p {
	text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.suites_title a {
	text-align: center;
    color: #000;
    padding: 10px 25px;
    display: block;
    width: fit-content;
    margin: 0 auto 5px auto;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #000000;
    transition: all 0.3s ease-in-out;
}

.suites_title a:hover {
    background: #000000;
	color: #fff;
    letter-spacing: 0.5px;
}

img.rooms_home {
	position: absolute;
    top: -280px;
	right: 3px;
    width: 80%;
    padding-bottom: 125vh;
    background-color: #D8D6CF;
}

.room_details {
	padding: 0;
    text-align: center;
}

.room_details img {
	display: inline-block;
    width: 25px;
}

.room_details img.guests {
	width: 20px;
}

.room_details p {
	font-size: 21px;
    font-weight: 200;
    color: #000;
    padding-right: 17px;
    padding-left: 15px;
    line-height: 28px;
    display: inline;
    margin-bottom: 0;
}

.room_details  ul li {
	margin: 0;
    padding: 0px 15px 0 15px;
    border-right: 1px solid #ccc;
    font-size: 21px;
    font-weight: 300;
    color: #000;
    display: inline-flex;
    align-items: center;
    line-height: 30px;
    background: none;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    justify-content: center;
	width: 49%;
}

.room_details ul li:last-child {
	border-right: none;
}

.beige_bg_slider {
	background-color: #F4F4F4;
	padding: 150px 0 320px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.room_brands {
	padding-top: 60px;
    padding-bottom: 120px;
}

.room_brands img {
	padding: 50px 70px;
	transition: all 0.5s ease-in-out;
}

.room_brands img:hover {
	transform: scale(1.05);
}

.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(http://www.mikropapigo.gr/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(http://www.mikropapigo.gr/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;
}

.rooms_facilities {
    margin: 40px 0px;
    border: 1px solid #000000;
    padding: 40px 65px;
    width: 125%;
}

.home_rooms a.book {
	color: #000;
    background: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 60px;
    margin-left: 35px;
    margin-top: 25px;
    position: relative;
    display: inline-block;
}

.home_rooms a.book:hover {
	z-index: 2;
    color: #000;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.home_rooms a.book::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.home_rooms a.book:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}

.home_rooms a.book::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border: 1px solid #000;
    transform: scale(1.2,1.2);
}

.home_rooms a.book:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

a.contact_link {
	border: 1px solid #000000;
	font-size: 19px;
    font-weight: 400;
    padding: 16px 45px;
    margin-left: 40px;
    margin-top: 25px;
    position: relative;
    display: inline;
    font-family: 'Noto Serif Display', serif;
}

a.contact_link:hover {
	border: 1px solid #000;
	z-index: 2;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

a.contact_link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: none;
	transition: all 0.5s ease-in-out;
}

a.contact_link:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}

a.contact_link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	background-color: #000;
	/* border: 1px solid #000000; */
	transform: scale(1.2,1.2);
}

a.contact_link:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

.category_info {
	position: relative;
    background: #000;
	padding: 60px 22% 50px 22%;
    text-align: center;
}

.page_text .category_info h1 {
    font-size: 62px;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
}

.page_text .category_info p {
	color: #fff;
	font-weight: 100;
}

.page_text .rooms_facilities p {
    margin-bottom: 0;
}

.facilities.home .right_image, .albums.home .right_image, .sights.home .right_image {
    position: relative;
    padding-right: 18%;
    background: #f4f4f4;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.facilities.home .left_image, .albums.home .left_image, .sights.home .left_image {
    position: relative;
    padding-left: 18%;
    background: #f4f4f4;
	overflow: hidden;
}

.facilities.home .right_image img, .facilities.home .left_image img {
	transition: all 0.5s ease-in-out;
}

.facilities.home .right_image:hover img, .facilities.home .left_image:hover img {
	transform: scale(1.05);
	filter: brightness(0.6);
}

.facilities.home .hotel_info h2, .albums.home .hotel_info h2, .sights.home .hotel_info h2 {
    margin-bottom: 30px;
}

.facilities.home .page_text p, .albums.home .page_text p, .sights.home .page_text p {
    line-height: 42px;
}

.first_section {
	background-color: #000;
	padding: 60px 0;
}

.pages.home .first_section {
	background-color: #fff;
	padding: 0px;
}

.page_text.first_section h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 40px;
}

.pages.home .page_text.first_section h2 {
	margin-bottom: 0;
	font-size: 40px;
	padding-bottom: 20px;
	position: relative;
	background-color: #00000001;
}

.pages.home .page_text.first_section img {
	margin-top: 30px;
	width: 135px;
}

.first_section .fb-video {
	margin: 40px auto 0 auto;
    display: block;
}

.hotel_info.sights_intro {
	padding: 0 15px;
}

.hotel_info.sights_intro p {
	text-align: center;
	margin-bottom: 50px;
}

.sights.home .page_text.white_section h2 {
    font-size: 40px;
    padding-bottom: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    background-color: #00000001;
    line-height: normal;
    position: relative;
}

.page_text.white_section h2:after {
    content: '';
    position: absolute;
    color: #000000;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-top: 1px solid #000000;
    bottom: 0px;
}

.pages.home .page_text.first_section h2:after {
	content: '';
    position: absolute;
    color: #000000;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-top: 1px solid #000000;
    bottom: 0px;
}

.first_section p {
	color: #fff;
	font-weight: 100;
	margin-bottom: 0;
	line-height: 40px;
	padding: 0 20% 0 20%!important;
}

.first_section .hotel_info {
	text-align: center;
}



.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: #000;
    font-family: "Noto Serif Display", serif;
    font-size: 28px;
    width: fit-content;
    margin-bottom: 5px;
    font-weight: 500;
}

.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%;
}

.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;
    font-family: 'Manrope', sans-serif;
}

.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: "Manrope", sans-serif;
	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;
    font-family: 'Manrope', sans-serif;
    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;
}

.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;
    font-family: 'Manrope';
    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: relative;
	overflow: hidden;
	margin: 0px 10px 50px 10px;
}

.other_rooms .sight_box {
	margin: 0;
}

.page_text.other_rooms .sight_box {
	background-color: #000;
}

.page_text .sight_box h2 {
	position: relative;
	padding: 20px 25px 20px 25px;
    width: 100%;
    margin: 0;
	text-align: center;
	font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 0px;
    color: #fff;
    font-family: "Noto Serif Display", serif;
    text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

/* .page_text .sight_box h2:after {
	content: '';
    position: absolute;
    background-image: url(http://www.mikropapigo.gr/img/layout/arrow_right_white.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 15px;
    margin-top: 14px;
} */

.sight_box .sight_image { position:relative;	overflow:hidden; }
.sight_box img {max-width:100%; filter: grayscale(0.6); 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;}

.page_text.other_rooms .sight_box:hover h2 {
	letter-spacing: 0;
}

/* Shine */
.sight_box .sight_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);
}

.sight_box:hover .sight_image::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.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:5px 100px;}
.home_half_text.mar_top{margin-top:100px;}
.home_half_text p{
    margin-top: 25px;
    margin-bottom: 40px;
}

.home_half_text a {
	color: #9a9f87;
}

.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;
}
.home_left_image{
	position: relative;
    margin-left: 15%;
    z-index: 2;
	overflow: hidden;
}

.pages.home .home_left_image {
	margin-bottom: 150px;
}

.home_left_image img{
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.home_left_image img:hover {
    transform: scale(1.05);
	filter: brightness(0.6);
}

.about_text {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 90px;
}

.home_right_image{
	position: relative;
    overflow: hidden;
}

.pages.home .home_right_image {
    margin-left: 35px;
    background: #000;
}

.equal-height-wrapper .home_right_image:before {
	content: '';
    background: #fff;
    top: 0px;
    width: calc(100% - 45px);
    position: absolute;
    height: 30px;
    z-index: 2;
    right: 0;
}

.spa_section .home_right_image:before {
	display: none;
}

#hide_991 {
	overflow: hidden;
}

.home_right_image.first_description {
	height: 97vh;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.home_right_image.first_description:before {
	display: none;
}

.home_right_image.first_description:hover {
    transform: scale(1.05);
	filter: brightness(0.6);
}

.home_right_image img{
	width:100%;
	z-index: 1;
    position: relative;
	transition: all 0.5s ease-in-out;
}

.home_right_image img.gray {
	filter: grayscale(1);
}

.home_right_image img:hover {
	transform: scale(1.05);
}

#black_right_bg {
	padding-right: 9%;
    background: #fff;
}

.services{
	margin-top:100px;
	margin-bottom:100px;
	background-image: url('http://www.mikropapigo.gr/img/layout/services_bg.jpg');
	background-size: cover;
	background-position: bottom;
	height: 126vh;
	position: relative;
    display: block;
    overflow: hidden;
}

.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%;
    font-family: 'Manrope', sans-serif;
}

.services_title h2 span {
	font-weight: 500;
}

.services_swiper {
	margin-top: 150px;
	position: relative;
	display: block;
	overflow: visible;
	margin-left: 8%;
}

.slide_title {
	transition: all 1s ease-in-out;
}

.slide_title h2 {
	font-size: 70px;
    letter-spacing: 1px;
    color: #fffc;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
    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(http://www.mikropapigo.gr/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;
}

.services{
	margin-top:100px;
	margin-bottom:100px;
	background-image: url('http://www.mikropapigo.gr/img/layout/services_bg.jpg');
	background-size: cover;
	background-position: bottom;
	height: 126vh;
	position: relative;
    display: block;
    overflow: hidden;
}


.location {
	margin-top: 30px;
    background-image: url(http://www.mikropapigo.gr/img/layout/location.jpg);
    background-size: cover;
    background-position: top center;
    height: 188vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page_text.location h1 {
	font-size: 70px;
    font-family: "Noto Serif Display", serif;
    font-weight: 500;
    color: #fff;
    position: relative;
    width: fit-content;
    margin: 0 auto 70px auto;
    padding: 0 40px;
	background: #00000001;
}

.location h1:after {
	content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 100%;
    bottom: -25px;
    left: 0;
}

.page_text.location h2 {
    font-size: 65px;
    color: #fff;
    line-height: 70px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Noto Serif Display", serif;
	background: #00000001;
}

.activities {
	background-color: #080808;
	padding-bottom: 100px;
}

.location_box_wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 25px;
	transition: all 0.5s ease-in-out;
}
  
.location_box_wrapper img {
	transition: all 0.5s ease-in-out;
}
  
.location_box_wrapper:hover img {
	transform: scale(1.05);
	transition: all 0.5s ease-in-out;
}
  

.location_box {
	border: 1px solid #3C3427;
    border-radius: 2px;
    border-bottom: none;
    color: #fff;
    padding: 35px;
}

.location_box a {
	color: #fff;
}

.location_box.right {
	border-bottom: 1px solid #3C3427;
	border-top: none;
	margin-right: 0;
}


.location_box p {
	margin-bottom: 0!important;
	font-weight: 100;
	line-height: 37px;
}

.location_box h3 {
	color: #fff;
    font-family: "Noto Serif Display", serif;
    font-weight: 200;
    font-size: 38px;
	margin-bottom: 10px;
}

.spa_menu {
	background-color: #080808;
	padding: 70px 0;
}

.spa_menu .hotel_info h2 {
	color: #fff;
}

.spa_menu p {
	margin-top: 45px;
    color: #f1f1f1;
	font-weight: 100;
	margin-left: 25px;
}

.spa_menu.video_section p {
	margin-left: 0;
}

.spa_menu a.more_link {
    border: 1px solid #f1f1f1;
    margin-top: 40px;
    color: #f1f1f1;
	font-weight: 100;
	margin-left: 25px;
}

.page_text ul.other_links {
    margin: 0;
    overflow: auto;
    border: 2px solid #000000;
    text-align: center;
}

.page_text ul.other_links li {
    margin: 0;
    border-right: 2px solid #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    position: relative;
    width: 33%;
    transition: all 0.5s ease 0s;
}

.page_text ul.other_links li:last-child {
	border-right: none;
}

.page_text ul.other_links li a {
    margin-bottom: 0;
    color: #000000;
    font-family: "Noto Serif Display", serif;
    font-size: 28px;
	padding: 55px 0;
    display: block;
	transition: all 0.5s ease 0s;
	background-color: #00000001;
}

.page_text ul.other_links li:hover a {
	letter-spacing: 1px;
	color: #000;
}

.spa_services {
	display: flex;
	align-items: center;
	justify-content: center;
}

.spa_box_service {
	border: 2px solid #000000;
	border-right: none;
    text-align: center;
	padding: 55px 0;
	transition: all 0.5s ease-in-out;
}

.spa_box_service:hover p {
	color: #000;
	letter-spacing: 1px;
}

.spa_box_service.last {
	border-right: 2px solid #000000;
}

.spa_box_service p {
	margin-bottom: 0;
	color: #000000;
    font-family: "Noto Serif Display", serif;
    font-size: 32px;
	transition: all 0.5s ease-in-out;
}

.awards {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.awards hr {
    border-top: 1px solid #a1a1a1;
    width: 1171px;
}

.awards .flex_center {
	justify-content: center;
	width: 100%;
	gap: 40px;
}

.awards img {
	margin: 30px 0;
	transition: all 0.5s ease-in-out;
}

.awards img:hover {
	transform: scale(1.05);
}

.awards_link a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(http://www.mikropapigo.gr/img/layout/arrow_enter.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    right: 5px;
    top: 40%;
}

.awards .container {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.award_height {
	max-height: 190px;
}

.events {
	display: flex;
    justify-content: center;
    align-items: center;
}

.event_box {
	display: block;
    position: relative;
    margin: 0 8px;
	transition: all 0.3s ease-in-out;
}

.event_box img {
	filter: brightness(0.7);
	transition: all 0.3s ease-in-out;
}

.event_box:hover img {
	filter: brightness(1);
}

.event_box p {
    position: absolute;
    margin-bottom: 0 !important;
    bottom: 0;
    color: #fff;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    font-size: 30px;
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
    line-height: normal;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #00000001;
    padding: 0 15px;
}

a.more_link.event {
	margin: 70px auto 0 auto;
}

.parallax_container{text-align:center; background: #F6F3EB;padding:20px 30px;margin-top:35vh;}
.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:before {
    content: "";
	height: 180px;
    width: 2px;
    background: #a37f72;
    display: block;
    position: absolute;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page_home_bg {
	width: 100%;
	height: 70vh;
	margin-top: 0;
	/* margin-bottom: 15vh; */
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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;
}

.hotel_info.center {
	margin-bottom: 90px;
}

.dynamic_right_image {
	width: 75%;
    float: right;
    position: relative;
    margin: 0;
}

.dynamic_right_image:after {
	content: '';
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    padding-bottom: 100vh;
}

.dynamic_right_text {
	padding: 40px 100px 40px 70px;
}

.dynamic_right_text h2, .dynamic_left_text h2 {
	font-size: 45px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 40px;
	color: #000000;
	font-family: "Noto Serif Display", serif;
	letter-spacing: 1px;
	line-height: normal;
}

.dynamic_left_text {
	padding: 0px 40px 0px 0px;
}

.member_pckg {
	border: 1px solid #000000;
    padding: 30px 40px;
	position: relative;
	margin: 80px 60px 0 60px;
}

.page_text .member_title {
    text-align: left;
    color: #fff;
    background-color: #000;
    width: 250px;
    padding: 12px 40px!important;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    font-size: 29px;
    position: absolute;
    top: -20px;
    left: -1px;
}

.page_text .member_title.gold {
	background-color: #000000;
	color: #fff;
}

.page_text .hotel_info .spa_therapy .member_price {
	margin-top: 30px;
    text-align: left;
    font-weight: 300;
    font-family: "Noto Serif Display", serif;
    font-size: 27px;
	color: #000;
	margin-bottom: 0;
}

.members {
	background: #000;
    padding: 40px;
    margin: 70px 0;
    text-align: center;
}

.page_text.members .hotel_info h2 {
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.page_text .hotel_info .spa_therapy h2 {
    margin-top: 0px;
    color: #000000;
	margin-bottom: 60px;
    font-weight: 200;
	position: relative;
	padding-left: 15px;
	background: #00000001;
}

.page_text .hotel_info .spa_therapy h2:after {
	content: '';
	position: absolute;
	border-top: 1px solid #000000;
	bottom: 10px;
	width: 100%;
	margin-left: 50px;
}

.page_text .hotel_info .spa_therapy p {
	padding-right: 0;
	text-align: center;
	line-height: normal;
	font-size: 19px;
}

.spa_therapy .col-md-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.spa_therapy {
	padding: 110px 80px 100px 60px;
    position: relative;
    display: block;
    overflow: hidden;
	background-color: #f4f4f4;
}

.spa_therapy img {
	width: 60px;
}

.spa_info .right_image {
    position: relative;
    background: #f4f4f4;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.spa_info .left_image {
	position: relative;
    background: #f4f4f4;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.spa_info .left_image img, .spa_info .right_image img {
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	filter: grayscale(1);
}

.spa_info .right_image:hover img, .spa_info .left_image:hover img {
	transform: scale(1.05);
}

.box_right_text {
	margin: 25px 30px;
    border: 1px solid #000000;
    padding: 20px 40px;
    width: calc(100% - 25px);
}

.box_right_text.left {
	margin: 100px 0px 25px 0;
}

/* .left_text {
	padding-right: 50px;
} */

.right_text {
	margin: 0 30px 0 40px;
}

.page_text .hotel_info .right_text p {
	padding-right: 0;
}

.left_text a {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
	width: fit-content;
    position: relative;
	margin-bottom: 30px;
    /* display: block; */
}

.left_text a:after, .box_no_img a:after {
	content: '';
	position: absolute;
	background-image: url(http://www.mikropapigo.gr/img/layout/arrow_right_black.svg);
	width: 18px;
	height: 18px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 15px;
}

.box_no_img a:after {
    height: 30px;
}

.left_text a:before, .box_no_img a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.box_no_img a:before {
	background-color: #000000;
}

.left_text a:hover::before, .box_no_img a:hover::before {
    transform-origin: left top;
    transform: scale(1,1);
}

.page_text .hotel_info .box_right_text h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 40px;
}

.box_no_img h2 {
	font-size: 45px;
    line-height: 50px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 40px;
}

.box_no_img p {
	font-size: 20px;
	margin-bottom: 0!important;
}

.box_no_img a {
	color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    display: block;
	position: relative;
    width: fit-content;
	background-color: #00000001;
}

.box_no_img {
	margin: 65px 0px 0px 7%;
    border: 1px solid #000000;
    padding: 40px 90px;
    width: 110%;
}

.page_text .nails_menu h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
	position: relative;
	background: #00000001;
}

.page_text .nails_menu h3:after {
    content: '';
    position: absolute;
    border-top: 1px solid #000000;
    bottom: 10px;
    width: 110%;
    margin-left: 50px;
}

.page_text .nails_menu p {
    margin-bottom: 12px;
    font-size: 22px;
    border-bottom: 1px solid #000000;
    width: 55%;
	position: relative;
	background: #00000001;
}

.page_text .nails_menu p strong {
	position: absolute;
	right: 0;
    color: #000000;
    font-weight: 600;
}

.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;
    font-family: 'Manrope';
    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;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 80px;
    line-height: 90px;
    margin-left: 100px;
}



@media(max-width:1499px){
	.home_half_text h4{font-size:36px;margin-bottom:30px;}
	.home_half_text{
		padding: 0px 40px;
	}
	.home_half_text p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.home_half_text.mar_top{margin-top:30px;}
	.mar_neg{margin-top: 10px;}
}
@media(max-width:1199px){
	.home_half_text{
		padding: 0px 20px;
	}
	.home_half_text h4 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.home_half_text p {
		font-size: 19px;
		line-height: 35px;
	}
	.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 ==================== */

.book_info {
	padding: 30px 15px 30px 15px;
}

.booking_form {
	margin-left: 60px;
}

.book_info_numbers {
	flex-direction: row;
}

.book_info label{
    font-size: 22px;
    display: block;
    color: #000;
    font-weight: 300;
    font-family: "Noto Serif Display", serif;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
}
.book_info input {
	padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 20px;
    width: 100%;
    display: block;
    color: #333;
    font-weight: 300;
    text-align: left;
    background: transparent;
}

.book_info_date input {
	background-image: url(http://www.mikropapigo.gr/img/layout/calendar.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

.book_info.book_info_numbers input { width: 28px; }
.book_info select{
	font-size: 20px;
    width: 100%;
    padding: 10px 0;
    display: block;
    color: #000;
    font-weight: 300;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(http://www.mikropapigo.gr/img/layout/arrow_down_black.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 98% 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 {
	display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}
.book_submit button {
    background: #000000;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 20px 45px;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    font-family: 'Noto Serif Display', serif;
}

.book_submit button:hover {
    background: #000;
	color: #fff;
}

.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 {
	position: relative;
    text-align: left;
}


.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:1199px){}

@media(max-width:991px){}

@media(max-width:767px){}

@media(max-width:585px){}

@media(max-width:420px){}

/* ==================== 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
================================================== */
.room_box_image { display:block; position:relative;	overflow:hidden; }
.room_box_image img{ width:100%; transition: all 0.3s ease 0s;}
.room_box_image:hover img{  transform: scale(1.05); filter: brightness(0.6); transition: all 0.3s ease 0s;}
.grey_bg_rooms {
	position: relative;
    height: 145px;
    background-color: #f4f4f4;
    display: block;
    overflow: hidden;
}
.room_box {
    padding: 0px 0px 0 60px;
}
.room_box.left {
    padding: 0px 60px 0 0px;
}

.page_text .room_box .room_box_title {
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 25px;
    color: #000;
    font-family: "Noto Serif Display", serif;
}
.room_box .room_box_subtitle {font-size: 16px;    line-height: 30px;    margin: 10px 0 30px 0;    font-weight: 300;}
.room_box .room_details {
    text-align: left;
    width: 100%;
}

.room_box .room_details p {
	font-weight: 300;
}

.room_box .room_details ul li {
	padding: 0px 15px 0 0px;
    width: fit-content;
	font-weight: 300;
}

.room_box .room_details ul li:last-child {
	padding: 0px 15px 0 25px;
	width: fit-content;
}

.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;
}	

.spa_therapy.facilities {
    padding: 110px 110px 100px 60px;
}

.page_text .hotel_info .spa_therapy.facilities p {
	width: 28%;
    display: inline-block;
    font-weight: 400;
    margin: 35px 0px;
    padding: 55px 35px 0 35px;
}

.facilities_wrapper {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.facilities .sqm {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/room_size.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .persons {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/guests.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .beds {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/king_bed.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .view {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/mountain_view.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .tv {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/flat_screen_tv.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .wifi {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/wifi.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .safe {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/safe.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .spa {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/spa_tub.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .fireplace {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/fireplace.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .loft {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/loft.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.facilities .lounge {
	background-image: url('http://www.mikropapigo.gr/img/layout/facilities/lounge_area.svg');
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: 42px;
    padding-top: 55px;
}

.more_rooms  { margin-bottom:20px; position: relative; margin-top: 50px; }
.more_rooms img  {width:100%;display:block;height: auto;}
.more_rooms a {	}

.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 {
	padding-bottom: 100px;
}

.other_rooms .beige_bg_slider {
    padding: 65px 0 320px 0;
}

.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)
}

#gallery_content {
    width: 100%;
}

.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;
}

.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;
}

/* 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;
    font-family: 'Manrope', sans-serif;
}

.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 {  margin-top:20px;margin-bottom:20px;}
.offer_box .offer_image {  margin-bottom:20px;}

/* 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%;
}

.video_play{
	background: transparent url(http://www.mikropapigo.gr/img/layout/video_play.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
	opacity: 0.9;
}

.gallery_title {text-align:center;}
.gallery_page h3{font-size: 40px;    font-weight: 300;    line-height: 60px;    color: #674439;    text-transform: uppercase; }

.gallery_box {
    position: relative;
	padding: 40px;
}

.gallery_box a {
	color: #fff;
}

.gallery_box.right {
    position: relative;
}
.gallery_box .gallery_image {
	position: relative;
    overflow: hidden;
    border-radius: 2px;
    border-top: none;
    margin-top: -2px;
}
.gallery_box img {width:100%; transition: all 0.3s ease 0s;}
.gallery_box .gallery_text {
	z-index: 9;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
	padding: 30px 40px;
    border-bottom: none;
}

.gallery_text.more_albums {
    margin-top: 40px;
    text-align: center;
}

.more_albums .more_link {
    margin: 50px auto 0 auto;
    color: #fff;
}

.page_text .more_albums a.more_link:before {
	border-top: 1px solid #fff;
}

.gallery_box .gallery_text span{
	font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Noto Serif Display", serif;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.gallery_text span p {
	font-size: 20px;
    line-height: normal;
    margin-top: 15px;
	letter-spacing: 1px;
}

.gallery_text.general {
	text-align: center;
	margin: 20px 0;
}

.gallery_text span {
	font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Noto Serif Display", serif;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.gallery_text p {
	margin-top: 20px;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	margin-top: 2px;
}

.gallery_text a.general_more {
	color: #fff;
    padding: 10px 25px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    border-bottom: 1px solid #000000;
	transition: all 0.3s ease-in-out;
}

.gallery_text a.general_more:hover {
	background: #000000;
	letter-spacing: 0.5px;
}

.page_text p.gallery_number {
	margin: 0;
    z-index: 1;
    color: #fff;
    background: #000;
    width: fit-content;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 13px 10px 5px;
    position: absolute;
    border-bottom-right-radius: 100%;
}

.gallery_box:hover .gallery_text span { letter-spacing: 1.5px; transition: all 0.3s ease 0s; }
.gallery_box:hover .gallery_text span p { 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_box:hover img{  transform: scale(1.05); transition: all 0.3s ease 0s;} */
/* .gallery_box:hover span{ color:#f1f1f1; transition: all 0.3s ease 0s;} */

#gallery_content {width:100%; }
.gallery img {
	width: 100%;
    /* box-shadow: 0px 0px 10px #ccc; */
    transition: all 1s ease;
}

.gallery:hover img {
	filter: brightness(0.6);
}

.gallery {
    margin-bottom: 30px;
    transition: all 1s ease;
}

.albums_swiper {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 8.33%;
}

.swiper-albums .swiper-slide a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* LOCATION PAGE
================================================== */

#map{  width:100%;height:100%; min-height:600px; margin:0 auto; position: relative;}

.driveme { position:relative;}
.driveme a { display:block;position:absolute;top:-30px;left:50%;margin-left:-230px;padding:20px 30px 20px 60px;background:#d5deda url(http://www.mikropapigo.gr/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(http://www.mikropapigo.gr/img/layout/driveme_hover.svg) no-repeat 15px center;}


/* CONTACT PAGE
================================================== */
.contact_intro {
	margin-bottom: 100px;
	background-color: #F4F4F4;
	margin-left: 8.33%;
}

.whatsapp {
	width: 32px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

/* .container-fluid.no-padding.contact_intro {
	overflow: visible!important;
} */

.contact_title {
	padding: 35px 0;
	margin-left: 31%;
}

.contactform .width-100 div.input {
	width: 95%;
}

.contact_title p {
	font-size: 28px;
    color: #606060;
    line-height: 38px;
}

.contact-img-first {
	width: 96.5%;
    float: right;
}

.contact_img {
	position: absolute;
    bottom: -130px;
    width: 55%;
    left: -40px;
}

.contact_left {
	position: relative;
	padding: 170px 110px 0px 80px;
}


.contact_info{
	margin-left: 12%;
}
.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;
}

.beige_bg_contact {
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	right: 0;
    width: 49%;
    height: 90px;
}

.page_text .contact_left h1 {
    font-family: "Noto Serif Display", serif;
    font-size: 43px;
    font-weight: 300;
	line-height: 52px;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
}

.contact_details{
	padding: 100px 50px 110px 50px;
	background-color: #fff;
}

.contact_details h3 {
	font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    margin-bottom: 35px;
	letter-spacing: 1px;
    color: #000;
    font-family: 'Manrope', sans-serif;
}

.contact_details h3:after {
	content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 90px;
    height: 1px;
    left: 50px;
    margin-top: 70px;
}

.page_text .contact_info p, .page_text .contact_info a {
    margin-bottom: 40px;
	font-size: 20px;
    font-weight: 400;
    line-height: 32px;
	position: relative;
	width: fit-content;
}

.page_text .contact_info a:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .2s,transform .5s ease-out;
}

.page_text .contact_info a:hover::before{
    transform-origin: left top;
    transform: scale(1,1);
}

.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_links {
	padding-top: 30px;
}

.contact_details h2 {
	font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
	margin-bottom: 35px;
    color: #000;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
}

.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: 32px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    color: #000;
    font-weight: 100;
}
.contact_form{
    padding: 30px 0px;
}
.contact_form h4{
    color: #000;
	font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
}
.contactform{
	margin:20px 0 20px 0;	
	width:100%;	
}
.contactform div.input{
	float:left;
	margin: 0px 5% 45px 0;
    padding: 0;
    width: 45%;
	position: relative;
	background:none;
}
.contactform div.input.last{
	margin-right:0px;
}
.contactform div.textarea {
	float: left;
    margin: 0px 0 45px 0;
    padding: 0;
    width: 50%;
}

.contactform div.submit{
	float:left;
	width: 50%;
	margin: 35px 0 0px 0;
	padding:20px 0 5px;
	text-align:center;	
}

.contactform div.input label {
	display: none;
}

.contactform input[type="text"], .contactform textarea {
	width: 100%;
    padding: 8px 2px;
    margin: 0px;
    font-size: 18px;
    background: transparent;
    color: #3D3D3B;
    transition: all 0.4s ease;
    text-align: left;
    float: left;
    font-weight: 100;
    border: 0px none;
    border-bottom: 1px solid #606060;
}

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
	color: #000;
	font-weight: 400;
}

.contactform textarea {	
	width: 100%;
    height: 105px;
    border-bottom: 1px solid #606060;
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
	outline: none;
	background:none; 
	border-bottom: 1px solid #000000;
}

.contactform textarea:focus, .contactform textarea:hover {
	outline: none;
	background: none; 
	border-bottom: 1px solid #000000;
}

.contactform div.submit input{
    border: none;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    text-align: center;
    background: transparent;
    display: block;
    padding: 20px 55px;
    font-size: 20px;
    outline: medium none;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    font-family: 'Noto Serif Display', serif;
}

.contactform div.submit input:hover{	
	color: #fff;
    border: 1px solid #000000;
    background: #000000;
	transition: all 0.3s ease 0s;	
}
.contactform div.submit input:active{	
	color: #fff;
    border: 1px solid #000000;
    background: #000000;
    transition: all 0.3s ease 0s;
}

.contactform .required label:after {
	color:#e32;
	content:'*';
	display:inline;
}
.contactform div label.error{
	color:#e32;
	font-size:14px;
	width:100%;
	margin-top:5px;
	text-align:left;
	float: left;
}

.info-window-content{padding:10px;}
.info-window-content p.balloon-first{font-size:24px;margin:10px 0;color:#674439;font-weight:400;border-bottom:2px solid #674439;}
.info-window-content p.balloon-second{font-size:14px;text-decoration:none;margin:0px 0 10px 0;font-weight:300;color:#333;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: 0;
    left: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: #000000;
    width: 100%;
    height: 80px;
    z-index: 2000;
    zoom: 1;
    padding: 25px 0 0 0;
}

.hello-bar:after, .hello-bar:before {
    content: "";
    display: table;
}

.hello-bar:after {
    clear: both;
}

.hello-bar .close {
    text-indent: -9999em;
    background: url(http://www.mikropapigo.gr/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: #F5F5F5 none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 25px;
    color: #3D3D3B;
    font-family: 'Inter', 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: 1630px) {
	.responsive_menu .menu_first {
		margin: 95px 80px 0 60px;
	}

	.spa_section h3 {
        font-size: 35px;
        margin-top: 60px;
        margin-bottom: 40px;
	}

	.responsive_menu ul {
		margin: 50px 0px 0 75px;
	}

	.responsive_menu .contact_menu {
		padding: 25px 22px;
	}

	.page_text .hotel_info h2 {
        font-size: 60px;
        line-height: 70px;
	}

	blockquote {
    	margin: 40px 10px 20px 55px;
	}

	.left_black_text {
    	padding: 90px 10% 60px 15%;
	}
}

@media only screen and (max-width: 1499px) {
	.open_menu {
		left: 50px;
	}

	.page_text.location h1 {
		font-size: 65px;
	}

	.foglia-scroll {
		left: 28%;
	}

	.home_header_content h1 span.big {
		font-size: 27px;
	}

	.home_header_content p.banner_p {
		margin-left: 40px;
	}

	.spa_section .second-img {
		width: 298px;
	}

	.padd_contact {
		padding-bottom: 40px;
	}

	.responsive_menu .responsive_menu_container {
		width: 66%;
	}

	.responsive_menu .contact_menu {
		padding: 22px 20px;
	}

	.page_text .hotel_info .spa_therapy h2 {
		padding-left: 30px;
	}

	.spa_therapy {
		padding: 110px 50px 100px 20px;
	}

	.page_text .hotel_info .spa_therapy h2:after {
		margin-left: 30px;
	}

	.dynamic_left_text {
		padding: 0px;
	}

	.dynamic_right_text {
		padding: 0px 15px;
	}

	.box_no_img {
		margin: 50px 0px 0px 5%;
		padding: 30px 60px;
		width: 110%;
	}

	.page_text.members .hotel_info h2 {
		font-size: 50px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.spa_therapy.facilities {
		padding: 80px 110px 80px 0px;
	}

	.page_text ul.half_list li {
		width: 45%;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 60px 100px;
	}

	.left_black_text.dynamic {
		padding: 100px 5% 4px 15%;
	}

	.page_text .hotel_info ul li {
		padding-right: 30px;
	}

	.booking_form {
		margin-left: 30px;
	}

	.book_submit {
		margin-top: 25px;
		margin-bottom: 0;
	}

	.book_info {
		padding: 15px 15px 15px 15px;
	}

	a.contact_link {
		font-size: 19px;
	}

	.book_submit button {
		font-size: 19px;
	}

	.features {
		margin-bottom: 50px;
	}

	.spa_therapy.facilities {
		padding: 110px 20px 100px 60px;
	}

	.page_text .room_box .room_box_title {
		font-size: 30px;
	}

	.page_text .room_box p {
		margin-bottom: 30px;
		font-size: 19px;
		line-height: 35px;
	}

	.page_text .category_info h1 {
		font-size: 55px;
	}

	.category_info {
		padding: 50px 9% 20px 9%;
	}

	.home_rooms a.book {
		padding: 20px 50px;
		margin-left: 0;
	}

	a.contact_link {
		margin-left: 30px;
	}

	.right_text {
		margin: 0 50px 0 50px;
	}

	.page_text .hotel_info .right_text p {
		font-size: 19px;
		line-height: 38px;
	}

	.page_text .hotel_info .left_text p {
		padding-right: 30px;
	}

	.page_text ul.other_links li a {
		font-size: 30px;
	}

	.page_text .sight_box h2 {
		font-size: 27px;
	}

	.page_text .sight_box h2:after {
		margin-left: 10px;
		margin-top: 9px;
	}

	.first_section {
		padding: 40px 0;
	}

	.first_section p {
		padding: 0 7% 0 7%!important;
	}

	.page_text.first_section p{
		margin-bottom: 0!important;
	}

	.page_text.first_section .hotel_info h2 {
		margin-bottom: 20px;
	}

	.gallery_box {
		padding: 30px;
	}

	.m-t-150 {
		margin-top: 120px;
	}

	.page_text h2 {
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.spa_section .home_right_text {
		padding: 40px 65px;
	}

	.spa_section h3 {
		margin-top: 67px;
	}

	.hotel_info.center {
		margin-bottom: 70px;
	}

	.suites_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.location_box {
		padding: 25px 30px;
	}

	.location_box_wrapper {
		margin: 0;
	}

	.event_box p {
		font-size: 23px;
		height: 110px;
	}

	.location {
		height: 160vh;
	}

	.page_text .hotel_info h2, .page_text .hotel_info .box_right_text h2 {
        font-size: 56px;
        line-height: 66px;
        margin-bottom: 40px;
	}

	.pages.home .hotel_info.black .home_right_text {
    	padding: 20px 15% 130px 80px;
	}

	.room_right_image img {
		width: 100%;
	}

	#book_now {
		right: 50px;
	}

	img.footer_logo {
		margin-left: 0px;
	}

	.padd_prefooter {
		padding-top: 100px;
		padding-bottom: 60px;
		padding-left: 0px;
    	padding-right: 0px;
	}

	#lang_info {
		right: 240px;
	}

	.padd_footer {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer_box.first {
		padding-left: 30px;
	}

	.footer_social img {
		margin-top: 10px;
	}

	.banner_info li {
		width: 90px;
		height: 90px;
	}

	.home_header_content h1 {
		margin-left: 50px;
		font-size: 20px;
	}

	.banner_info {
		margin-right: 50px;
	}

	.banner_social {
		right: 50px;
	}

	.left_msg {
		left: 50px;
	}

	#top_info {
		left: 165px;
	}

	img.footer_logo {
		max-width: 260px;
	}

	.footer_box h6 {
		font-size: 23px;
	}

	.footer_box_container.pd-130 {
		padding-left: 100px;
	}

	.rooms_home .about_text {
		padding-top: 30px;
	}

	.sight_description {
		padding: 3% 6%;
	}

	.contact_left {
		padding: 110px 80px 0px 30px;
	}

	.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:before {
		background-size: 57px;
		width: 57px;
	}

	.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 ul li {
		display: inline;
	}

	.page_text .hotel_info .left_text p {
		font-size: 19px;
	}

}

@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; }

	.open_menu {
		left: 30px;
	}

	.family_heritage {
    	width: 500px;
	}

	.page_text.location h2 {
		font-size: 60px;
		line-height: 65px;	
	}

	.home_header_content p.banner_p {
		margin-left: 20px;
	}

	.banner_info li {
		width: 78px;
		height: 78px;
	}

	.home_header_content h1 {
		margin-left: 30px;
		font-size: 19px;
		line-height: 35px;
	}

	.home_header_content h1 span.big {
		font-size: 25px;
	}

	.home_header_content h1 span.underline:before {
		width: 35px;
		margin-top: 16px;
	}

	.home_header_content h1 span.underline {
		padding: 0 50px;
	}

	.home_header_content h1 span.underline:after {
		width: 35px;
		margin-top: 15px;
	}

	.pages.home .page_text.first_section h2 {
		font-size: 36px;
	}

	.responsive_menu .responsive_menu_container {
		width: 75%;
	}

	.responsive_menu .submenu h1 {
		font-size: 21px;
	}

	.spa_therapy img {
		width: 60px;
	}

	.page_text .hotel_info .spa_therapy p {
		font-size: 17px;
	}	

	.box_right_text {
		margin: 0px 40px;
		padding: 20px 50px;
	}

	.page_text .nails_menu h3 {
		font-size: 32px;
	}

	.page_text h5 {
		font-size: 24px;
	}

	.page_text.members .hotel_info h2 {
		font-size: 45px;
	}

	.page_text .member_title {
		width: 235px;
		font-size: 26px;
	}

	.member_pckg {
		margin: 80px 0px 0 60px;
	}

	.page_text ul.half_list li {
		width: 100%;
	}

	.page_text ul.half_list li {
		font-size: 19px;
	}

	.page_text .hotel_info ul li {
		line-height: 40px;
	}

	.room_brands img {
		padding: 50px 75px;
		width: 95%;
		margin: 0 auto;
	}

	.book_submit button {
		padding: 18px 35px;
	}

	.spa_therapy.facilities {
		padding: 100px 0px 100px 30px;
	}

	.page_text .hotel_info .spa_therapy.facilities p {
		margin: 30px 0px;
		padding: 55px 30px 0 30px;
	}

	.room_box.left {
		padding: 0px 30px 0 0px;
	}

	.room_box {
		padding: 0px 0px 0 40px;
	}

	.page_text .room_box p {
		margin-bottom: 25px;
		font-size: 18px;
	}

	.page_text .room_box .room_box_title {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.room_box a {
		margin-top: 15px;
		padding: 12px 40px;
		font-size: 19px;
	}

	.grey_bg_rooms {
		height: 130px;
	}

	.page_text .category_info h1 {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.page_text .category_info p {
		line-height: 38px;
	}

	.page_text .hotel_info .rooms_facilities p {
		padding-right: 0;
	}

	.home_rooms a.book {
		padding: 18px 45px;
		margin-top: 0;
		font-size: 18px;
	}

	a.contact_link {
		padding: 14px 30px;
		font-size: 19px;
		margin-left: 22px;
	}

	.book_info {
		padding: 0px 15px 15px 15px;
	}

	.book_info label {
		font-size: 21px;
	}


	.facilities.home .right_image {
		padding-right: 10%;
	}

	.facilities.home .left_image {
		padding-left: 10%;
	}

	.page_text ul.other_links li a {
		font-size: 27px;
	}

	.page_text .sight_box h2 {
		font-size: 25px;
	}

	.sight_box {
		margin: 0px 0px 35px 0px;
	}

	.first_section p {
		padding: 0px 2%!important;
	}

	.page_text .contact_info p, .page_text .contact_info a {
		margin-bottom: 30px;
		font-size: 21px;
	}

	.page_text h2 {
		font-size: 25px;
	}

	.contact_left {
		padding: 80px 40px 0px 30px;
	}

	.contactform div.submit {
		margin: 0px 0 0px 0;
	}

	.contact-img-first {
		width: 100%;
	}

	.contact_img {
		bottom: -190px;
		width: 65%;
		left: -30px;
	}

	.spa_section .home_right_text {
		padding: 40px 35px;
	}

	.page_text .hotel_info.last ul li {
		width: 49%;
	}

	.spa_section .hotel_info.last {
		padding-top: 60px;
	}

	.spa_section h3 {
        margin-top: 40px;
        margin-bottom: 25px;
        font-size: 30px;
	}

	.suites_title h2 {
		font-size: 37px;
		line-height: 45px;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 50px 70px;
	}

	.view_suites_description {
		height: 200px;
	}

	.event_box p {
		font-size: 21px;
		height: 85px;
	}

	.left_msg {
		left: 30px;
	}

	.pages.home .page_text.location h1 {
		font-size: 55px;
	}

	.banner_social {
		right: 30px;
	}

	.location {
		height: 140vh;
	}

	.beige_bg_slider {
		padding: 100px 0 320px 0;
	}

	.view_suites_description h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.room_details p {
		font-size: 18px;
	}

	.room_details ul li {
		font-size: 20px;
	}

	.services {
		margin-top: 20px;
	}

	.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: 18px;
		margin-top: 15px;
	}

	.page_text .hotel_info h2, .page_text .hotel_info .box_right_text h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 35px;
	}

	blockquote {
        margin: 30px 10px 20px 55px;
    }

	.page_text h1:before {
		background-size: 50px;
		width: 50px;
	}

	.room_facilities h1 {
		font-size: 60px;
		margin-bottom: 70px;
	}

	.m-t-100 {
		margin-top: 80px;
	}
	
	.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;
	}

	#lang_info {
		right: 230px;
	}

	#lang_info a:after {
		background-size: 13px;
		width: 13px;
		height: 13px;
	}

	.languages a.selected_lang {
		font-size: 18px;
	}

	#book_now {
		right: 35px;
	}

	#top_info {
		left: 140px;
		font-size: 18px;
	}

	.footer_box h6 {
		font-size: 22px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
	}

	.footer_social img {
		margin-right: 20px;
	}

	.footer_social img.instagram {
		width: 24px;
	}

	.footer_social img.youtube {
		width: 28px;
	}

	.footer_social img {
		width: 14px;
	}

	.copyright {
		font-size: 16px;
	}

	.footer_box_container.pd-100 {
		padding-left: 60px;
	}

	.padd_prefooter {
		padding-top: 100px;
		padding-bottom: 70px;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 30px;
	}

	#logo_mob {
		width: 200px;
	}

	img.footer_logo {
		max-width: 200px;
	}

	.newsletter_title {
        font-size: 55px;
        line-height: 65px;
	}

	.gallery_box {
		padding: 20px;
	}

	.gallery_box .gallery_text {
		padding: 25px;
	}

	.gallery_box.right {
		padding-right: 90px;
		margin-top: 120px;
	}

	.gallery_box .gallery_text span {
		font-size: 23px;
	}

	.page_text h1 {
		font-size: 60px;
	}

	.dynamic_right_image {
		width: 90%;
	}

	.beige_bg.sights {
		height: 65px;
	}

	.beige_bg.sights.left {
		bottom: -64px;
	}

	
	.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;
	}

	.family_heritage {
    	width: 450px;
    	margin-left: 25px;
	}

	.page_text.location h2 {
    	font-size: 55px;
    	line-height: 60px;
	}

	.page_text.location h1 {
        font-size: 55px;
        margin: 0 auto 60px auto;
    }

	.pages.home .hotel_info.black .home_right_text {
        padding: 20px 15% 80px 30px;
    }

	blockquote {
        margin: 30px 10px 20px 50px;
    }

	blockquote p::before {
    	font-size: 7rem;
    	margin: 1.5rem 0 0 -4rem;
	}

	blockquote p::after {
		font-size: 7rem;
	}

	.awards_link a:after {
		right: -20px;
	}

	.home_header_content h1 span.big {
		font-size: 24px;
	}

	.home_header_content p.banner_p {
		margin-left: 18px;
	}

	.hotel_info.first.nomads {
		padding-left: 15px;
	}

	.m-t-60 {
		margin-top: 0px;
	}

	.padd_prefooter .flex_center {
		align-items: flex-start;
	}

	.pages.home .page_text.first_section h2 {
		font-size: 33px;
	}

	.banner_info li {
		width: 90px;
		height: 60px;
		margin: 0 15px;
		margin-bottom: 8px;
	}

	.home_header_content h1 {
		font-size: 19px;
		line-height: 30px;
	}

	.banner_info {
		margin-right: 30px;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.home_header_content h1 {
		margin-left: 30px;
	}

	.home_header_content h1 span.underline:before {
		width: 30px;
	}

	.home_header_content h1 span.underline {
		padding: 0 40px;
	}

	.home_header_content h1 span.underline:before {
		margin-top: 15px;
	}

	.home_header_content h1 span.underline:after {
		margin-top: 15px;
	}

	.home_header_content h1 span.underline:after {
		width: 30px;
	}

	.responsive_menu .responsive_menu_container {
		width: 80%;
	}

	.responsive_menu .menu_first {
		margin: 95px 40px 0 30px;
	}

	.responsive_menu ul {
		margin: 40px 0px 0 40px;
	}

	.responsive_menu ul li a {
		font-size: 17px;
		padding: 9px 0;
	}

	.responsive_menu .submenu h1 {
		font-size: 20px;
	}

	.box_right_text {
		margin: 0px 20px;
		padding: 15px 30px;
	}

	.pages.spa .left_text {
		margin: 0px;
	}

	.left_text a {
		font-size: 20px;
	}

	.pages.spa .right_text {
		margin: 0 50px 0px 30px;
	}

	.page_text .nails_menu h3 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.spa_therapy img {
		width: 50px;
	}

	.spa_treats {
		width: 32%;
	}

	.page_text h3 {
		font-size: 40px;
		line-height: 45px;
    	margin-bottom: 45px;
	}

	.page_text .hotel_info .spa_therapy p {
		font-size: 18px;
	}

	.more_text .flex_center {
		flex-direction: column;
	}

	.more_text .flex_center.reverse-1199 {
		flex-direction: column-reverse;
	}

	.dynamic_right_text {
		padding: 30px;
	}

	.dynamic_left_text {
		padding: 30px;
	}

	.box_no_img a:after {
		height: 27px;
	}

	.page_text h5 {
		font-size: 24px;
	}

	.page_text.members .hotel_info h2 {
		font-size: 45px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.member_pckg {
		padding: 25px 30px;
		margin: 60px 0px 0 60px;
	}

	.page_text .hotel_info .spa_therapy .member_price {
		margin-top: 25px;
		font-size: 25px;
	}

	.page_text .member_title {
		width: 200px;
	}

	.page_text ul.half_list li {
		width: 100%;
	}

	.left_black_text.dynamic {
		padding: 70px 5% 4px 15%;
	}

	.booking_form {
		margin-left: 0px;
		margin-top: 25px;
	}

	.book_submit a.contact_link {
		display: inline;
		margin-left: 30px;
	}

	.book_submit {
		margin-top: 35px;
	}

	.spa_therapy.facilities {
		padding: 110px 20px 100px 0;
	}

	.page_text .hotel_info .spa_therapy.facilities p {
		padding: 55px 25px 0 25px;
	}

	.room.flex_center {
		flex-direction: column;
	}

	.room.reverse-1199.flex_center {
		flex-direction: column-reverse;
	}

	.room_box {
		padding: 35px 0px 45px 0;
		position: relative;
		display: block;
		overflow: hidden;
	}

	.room_box.left {
		padding: 35px 0px 45px 0;
		position: relative;
		display: block;
		overflow: hidden;
	}

	.grey_bg_rooms {
		height: 110px;
	}

	.page_text .category_info h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}

	.page_text .category_info p {
		line-height: 38px;
	}

	.rooms_facilities {
		margin: 30px 0px;
		padding: 30px 40px;
	}

	.home_rooms a.book {
		display: block;
		width: fit-content;
	}

	a.contact_link {
		display: block;
		margin-left: 0;
		width: fit-content;
	}

	.facilities.home .flex_center {
		flex-direction: column;
	}

	.facilities.home .flex_center.reverse {
		flex-direction: column-reverse;
	}

	.facilities.home .right_image {
		padding-right: 10%;
		margin-left: 50px;
		margin-bottom: 5%;
	}

	.facilities.home .left_image {
		padding-left: 10%;
		margin-right: 50px;
		margin-bottom: 5%;
	}

	.left_text {
		margin: 0 50px 40px 50px;
	}

	.right_text {
		margin: 0 50px 40px 50px;
	}

	.page_text ul.other_links li a {
		font-size: 22px;
		padding: 45px 0;
	}

	.sight_box {
		margin: 0px 0px 30px 0px;
	}

	.page_text .sight_box h2 {
		font-size: 22px;
		padding: 15px 30px 15px 20px;
	}

	.page_text .sight_box h2:after {
		margin-top: 5px;
	}

	.first_section p {
		padding: 0 2% 0 2%!important;
	}

	.page_text.first_section .hotel_info p {
		line-height: 35px;
	}

	.gallery_box .gallery_text {
		padding: 20px 0;
	}

	.page_text .contact_info p, .page_text .contact_info a {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 30px;
	}

	.contact_info {
		margin-left: 6%;
	}

	.page_text h2 {
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 24px;
	}

	.spa_section {
		margin-top: 100px;
		padding-bottom: 90px;
	}

	.spa_section .hotel_info.last {
		padding-top: 50px;
	}

	.spa_section .home_right_text {
		padding: 0 30px 25px 30px;
	}

	.spa_section h3 {
        margin-top: 25px;
        margin-bottom: 15px;
        font-size: 25px;
    }

	.spa_section .second-img {
        width: 298px;
        bottom: -40px;
    }

	.page_text .hotel_info.last ul li {
		font-size: 19px;
		width: 49%;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
        padding: 35px 40px 35px 30px;
	}

	.events {
		flex-wrap: wrap;
	}

	.event_box {
		margin: 0px 8px 30px 8px;
	}

	.location {
		height: 130vh;
	}

	.location_box h3 {
		font-size: 33px;
	}

	.location_box {
		padding: 20px;
	}

	.location h2 {
		font-size: 55px;
		line-height: 60px;
	}

	.padd_prefooter .flex_center {
		flex-wrap: wrap;
	}

	.footer_logo_wrapper {
		margin-bottom: 100px;
    	text-align: center;
		border-right: 1px solid #fff;
		padding: 40px 0;
	}

	.footer_box_container {
		text-align: center;
	}

	.footer_box.first {
		padding-left: 0px;
	}

	.footer_box_container.half {
		margin-bottom: 100px;
	}

	.footer_box.first {
		border-left: none;
	}

	.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: 40px;
		line-height: 45px;
		margin-top: 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 .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_left {
		width: 100%;
	}

	.contact_details {
		padding: 60px 30px 60px 30px;
	}

	.contact_details p, .contact_details a {
		font-size: 18px;
		line-height: 30px;
	}

	.contact_details h3:after {
		left: 30px;
	}

	.contact_details h2 {
		font-size: 20px;
	}

	.contact_details h2:after {
		left: 30px;
	}

	.contact_details h3 {
		font-size: 18px;
		font-weight: 500;
	}

	.contact_title p {
		font-size: 24px;
		line-height: 32px;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 18px;
	}

	.contact_left {
		padding: 60px 50px 0px 0px;
	}

	.page_text .contact_left h1 {
		font-size: 38px;
		line-height: 45px;
		margin-bottom: 0;
	}

	.contactform div.submit input {
		padding: 17px 50px;
		font-size: 20px;
	}

	.contact-img-first {
		width: 100%;
	}

	.contact_img {
		bottom: -180px;
		width: 65%;
		left: -30px;
	}

	.contactform div.submit {
		margin: 0px 0 0px 0;
	}

	.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;
	}

	.banner_social {
		right: 30px;
	}

	.banner_social img {
		width: 17px;
		display: block;
		margin: 18px 0;
	}

	.banner_social img.instagram {
		width: 26px;
	}

	.banner_social img.youtube {
		width: 30px;
	}

	.newsletter_title {
        font-size: 50px;
        line-height: 60px;
	}

	.newsletter_subtitle {
		font-size: 20px;
	}

	.footer_box p{
		font-size: 18px;
    	line-height: 28px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
	}

	.footer_box_container.pd-100 {
		padding-left: 40px;
	}

	.footer_box h6 {
		font-size: 23px;
    	margin-bottom: 25px;
	}

	.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; }

	#logo {
		margin-left: calc((100% - 230px) * 0.5);
		width: 230px;
	}

	.left_msg {
		left: 30px;
	}

	.left_msg a, .right_msg a {
		font-size: 20px;
	}

	.open_menu {
		left: 30px;
	}

	#top_info {
		left: 130px;
		font-size: 17px;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	#book_now {
		right: 30px;
		font-size: 16px;
		padding: 12px 25px;
	}

	.foglia-scroll {
		left: 20%;
	}

	#lang_info {
		right: 205px;
	}

	.languages a.selected_lang {
		font-size: 18px;
	}

	#lang_info a:after {
		background-size: 14px;
		width: 14px;
		height: 14px
	}

	#logo_mob {
		width: 200px;
	}

	.responsive_menu .extra_links {
		position: relative;
		top: 220px;
	}

	.responsive_menu ul {
		width: auto;
		float: none;
	}

	.close_menu {
		left: 40px;
	}

	#lang_mob {
		left: 100px;
	}

	.contact_menu p {
		font-size: 17px;
	}

	.responsive_menu #book_now {
		left: 180px;
	}

	#header.fixed .responsive_menu #book_now {
		left: 180px;
	}

	.gallery_box {
		padding: 20px;
	}

	.gallery_box .gallery_text span {
		font-size: 22px;
	}

	.gallery_text span {
		font-size: 22px;
	}

	.page_text .gallery_text p {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.gallery_text a.general_more {
		padding: 8px 25px;
		font-size: 16px;
	}

	.gallery_box.right {
		padding-right: 60px;
		margin-top: 110px;
		margin-left: 50px;
	}

	.page_text .hotel_info h2, .page_text .hotel_info .box_right_text h2 {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 30px;
	}

	.left_black_text {
        padding: 70px 5% 60px 15%;
		margin-right: -35px;
    	width: calc(100% + 35px);
    }

	.equal-height-wrapper .home_right_image:before {
    	width: 100%;
	}

	.page_text .hotel_info ul li {
		line-height: 35px;
	}

	.page_text .hotel_info ul li {
		padding-right: 20px;
		font-size: 19px;
		line-height: 37px;
	}

	.page_text a.more_link {
    	margin-top: 40px;
	}

	.m-t-150 {
		margin-top: 100px;
	}

	.page_text h1:before {
		background-size: 60px;
		width: 60px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 80px;
	}

	.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;
	}
}

@media (max-width:991px){
	.home_header_content p{font-size: 16px;line-height: 24px;}
	.home_header_content a.more.white{font-size:12px;}

	.contact_details p, .contact_details a{
		margin-bottom: 0px;
	}

	.family_heritage {
    	width: 100%;
    	margin-left: 0px;
		margin-bottom: 25px;
	}

	.video_section .flex_center {
		flex-direction: column;
	}

	.page_text h3 {
		font-size: 37px;
		line-height: 45px;
		margin-bottom: 35px;
	}

	.equal-height-wrapper .home_right_image:before {
		display: none;
	}

	.padd_footer {
		padding-bottom: 85px;
	}

	.location_box_wrapper.reverse-991 {
		display: flex;
		flex-direction: column-reverse;
	}

	.location_box.right {
		border-bottom: none;
		border-top: 1px solid #3C3427;
	}

	.home_header_content p.banner_p {
		bottom: 260px;
		width: fit-content;
		margin-left: 25px;
	}

	.m-t-60 {
		margin-top: 0px;
	}

	.padd_prefooter .flex_center {
		align-items: flex-start;
	}

	.hotel_info.first.no-padd {
    	margin-bottom: 60px;
	}

	.home_header_content h1 span.underline:before {
		margin-top: 17px;
	}

	.home_header_content h1 span.underline:after {
		margin-top: 17px;
	}

	.pages.home .page_text.first_section h2 {
		font-size: 32px;
		line-height: normal;
		padding-bottom: 18px;
	}

	.sights.home .page_text.white_section h2 {
		font-size: 32px;
		line-height: normal;
		padding-bottom: 18px;
	}

	#header.fixed .responsive_menu #book_now {
		left: 170px;
	}

	#scrollUp {
		bottom: 85px;
	}

	.banner_info {
		left: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.home_header_content h1 {
		text-align: center;
		bottom: 160px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		line-height: 30px;
	}

	.home_header_content h1 span.big {
		font-size: 25px;
	}

	.home_header_content h1 span.underline {
		padding: 0 80px;
		position: relative;
	}

	#book_now {
		display: none;
	}

	.book_fixed {
		background: #fff;
		border-top: 1px solid #000;
		bottom: 0;
		height: 72px;
		left: 0;
		padding: 12px 15px;
		position: fixed;
		right: 0;
		z-index: 998;
		display: block;
		box-shadow: 0px 0px 50px 15px rgb(0 0 0 / 20%);
	}

	.book_fixed .book {
		background-color: #fff;
        border: 1px solid #000;
        display: flex;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        height: 43px;
        line-height: 19px;
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        justify-content: center;
        align-items: center;
        font-family: 'Noto Serif Display', serif;
	}

	.foglia-scroll {
		width: 270px;
		left: 8%;
	}

	.foglia-scroll img {
		width: 270px;
	}

	.page_text .box_right_text p {
		font-size: 21px;
	}	

	.contact_intro {
		margin-bottom: 70px;
		margin-left: 0;
	}

	.padd_contact {
		padding-bottom: 0px;
	}

	.responsive_menu #book_now {
		left: 180px;
	}

	.responsive_menu .menu_first {
		margin: 95px 30px 0 30px;
	}

	.spa_info .flex_center {
		flex-direction: column-reverse;
		padding: 0 15px;
	}

	.spa_info .reverse-991.flex_center {
		flex-direction: column;
		padding: 0 15px;
	}

	.left_text a {
		font-size: 20px;
	}

	.page_text .nails_menu h3 {
		font-size: 32px;
	}

	.spa_menu p {
		margin-left: 0px;
	}

	.spa_menu a.more_link {
		margin-left: 0px;
	}

	.spa_info .right_image {
		padding-right: 15%;
		margin: 15px 0;
	}

	.spa_info .left_image {
		padding-left: 15%;
		margin: 15px 0;
	}

	.box_no_img a:after {
		height: 25px;
	}

	.more_text .flex_center {
		flex-direction: column;
	}

	.more_text .flex_center.reverse-1199 {
		flex-direction: column-reverse;
	}

	.dynamic_right_text {
		padding: 30px;
	}

	.dynamic_left_text {
		padding: 30px;
	}

	.page_text.page_subtitle .hotel_info h2 {
		font-size: 27px;
		line-height: 35px;
		padding: 0 20px;
	}

	.dynamic_right_text {
		padding: 30px 25px;
	}

	.dynamic_left_text {
		padding: 30px 25px;
	}

	.hotel_info .map {
		margin-top: 30px;
		padding: 0 15px;
	}

	.page_text h5 {
		font-size: 24px;
	}

	.spa_therapy {
		margin-top: 40px;
		padding: 50px 90px 60px 0px;
	}

	.page_text .member_title {
		width: 230px;
		font-size: 25px;
	}

	.member_pckg {
		padding: 25px 30px;
		margin: 70px 0px 0 60px;
	}

	.page_text.members .hotel_info h2 {
		font-size: 40px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.room_brands img {
		padding: 30px 40px;
	}

	.room_brands {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.albums_swiper {
		margin-left: 35px;
	}

	.padd_top {
		padding-top: 60px;
	}

	.booking_form {
		margin: 20px;
	}

	.book_info label {
		font-size: 20px;
	}

	.spa_therapy.facilities {
		padding: 70px 20px 70px 0;
	}

	.page_text .hotel_info .spa_therapy.facilities p {
		width: 30%;
		margin: 30px 0px;
		padding: 55px 30px 0 30px;
	}
	
	.room.flex_center {
		flex-direction: column;
		padding: 0 15px;
	}

	.room.reverse-1199.flex_center {
		flex-direction: column-reverse;
		padding: 0 15px;
	}

	.room_box {
		padding: 35px 0px 45px 0;
		position: relative;
		display: block;
		overflow: hidden;
	}

	.room_box.left {
		padding: 35px 0px 45px 0;
		position: relative;
		display: block;
		overflow: hidden;
	}

	.grey_bg_rooms {
		height: 90px;
	}

	.page_text .category_info h1 {
		font-size: 43px;
	}

	.padd.home_rooms {
		padding-bottom: 0;
	}

	.rooms_facilities {
		padding: 40px 50px;
	}

	.home_rooms a.book {
		margin-top: 0;
	}

	.home_rooms a.book {
		font-size: 19px;
	}

	a.contact_link {
		font-size: 19px;
	}

	.facilities.home .flex_center {
		flex-direction: column;
	}

	.facilities.home .flex_center.reverse {
		flex-direction: column-reverse;
	}

	.facilities.home .right_image {
		padding-right: 10%;
		margin-left: 40px;
		margin-bottom: 4%;
	}

	.facilities.home .left_image {
		padding-left: 10%;
		margin-right: 40px;
		margin-bottom: 4%;
	}

	.left_text {
		margin: 0 40px 40px 40px;
	}

	.right_text {
		margin: 0 40px 40px 40px;
	}

	.page_text .hotel_info h2, .page_text .hotel_info .box_right_text h2 {
        font-size: 45px;
        line-height: 60px;
	}

	.pages.home .home_right_image {
		margin-left: 0px;
		margin-top: 50px;
	}

	.center .hotel_info {
		padding: 0px;
	}

	.page_text ul.other_links li a {
		font-size: 21px;
		padding: 45px 0;
	}

	.page_text .sight_box h2 {
		font-size: 23px;
	}

	.page_text .sight_box h2:after {
		margin-top: 6px;
	}

	.page_text .sight_box h2 {
		padding: 15px 25px 15px 20px;
	}

	.sight_box {
		margin: 0px 0px 40px 0px;
	}

	.spa_section .home_right_image {
		overflow: hidden;
	}

	.box_page {
		margin-top: 45px;
	}

	.left_black_text.dynamic {
		padding: 70px 65px 60px 65px;
	}

	.page_text .hotel_info h1 {
		margin-top: 0;
	}

	.page_text.first_section .hotel_info {
		padding: 0;
	}

	.first_section {
		padding: 30px 0;
	}

	.page_text ul li {
		font-size: 19px;
		line-height: 40px;
	}

	.page_text .hotel_info ul li {
		padding-right: 0px;
		line-height: 40px;
	}

	.page_text h2 {
		margin-top: 7px;
		font-size: 21px;
		margin-bottom: 5px;
	}

	.page_text .contact_info p, .page_text .contact_info a {
		margin-bottom: 0px;
		font-size: 18px;
		line-height: normal;
	}

	.contact_info {
		margin-left: 4%;
		margin-bottom: 10px;
	}

	.pages.home .home_left_image {
    	margin-bottom: 0px;
	}

	#dynamic_hide_991 {
		display: none;
	}

	.page_text .contact_left h1 {
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 0;
	}

	.hotel_info.black.mobile {
		display: block;
		background: #fff;
		padding: 0;
		margin-top: 20px;
	}

	.hotel_info.black .home_right_text, .hotel_info .home_right_text {
		padding: 50px 65px 35px 65px;;
	}

	.left_black_text {
        padding: 90px 65px 60px 65px;
        margin-top: 0;
        margin-right: 0;
        width: 100%;
	}

	.m-t-150 {
		margin-top: 100px;
	}

	.page_text .hotel_info p {
		padding-right: 0px;
	}

	.pages.home .home_left_image img {
		width: 100%;
	}

	.hotel_info.black {
        margin-top: 80px;
	}

	.home_left_image {
		margin-left: 0%;
	}

	.pages.home .hotel_info.black .home_right_text {
        padding: 20px 50px 70px 50px;
	}

	.spa_section .hotel_info.last {
		padding-top: 100px;
		display: flex;
		flex-direction: column;
		padding-bottom: 40px;
	}

	.spa_section {
		margin-top: 90px;
		padding-bottom: 90px;
	}

	.spa_section h1, .spa_section h2 {
		padding-left: 2%;
	}

	.home_right_image {
		position: relative;
		display: block;
		overflow: hidden;
	}	

	.spa_section .hotel_info .home_right_image img {
		width: 90%;
		float: left;
		margin-bottom: 70px;
	}

	.spa_section .second-img {
		width: auto!important;
		right: 2%;
		bottom: -40px;
	}

	a.more_link.event {
		margin: 40px auto 0 auto;
	}

	.beige_bg_slider {
		padding: 110px 0 250px 0;
	}

	#home_rooms {
		margin-top: -240px;
	}

	.event_box p {
		height: 90px;
	}

	.padd_prefooter .flex_center {
		flex-wrap: wrap;
	}

	.events {
        flex-wrap: wrap;
        margin-top: 55px;
	}

	.event_box {
		margin: 0px 8px 30px 8px;
	}

	.hotel_info.center {
		margin-bottom: 20px;
		padding: 0;
	}

	.page_text.location h1 {
        font-size: 42px;
        margin: 0 auto 60px auto;
	}

	.page_text.location h2 {
        font-size: 45px;
        line-height: 50px;
    }

	.location h1:after {
		bottom: -20px;
	}

	.awards .container {
		justify-content: center;
	}

	.awards img {
		max-width: 100%;
	}

	.awards_link a:after {
		width: 18px;
		height: 18px;
		background-size: 18px;
		right: -20px;
	}

	.container-fluid.no-padding.awards {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	#hide_991 {
		display: none;
	}

	.footer_box_container {
		text-align: center;
	}

	.footer_box.first {
		padding-left: 0px;
		padding-top: 30px;
		border-left: none;
		border-top: 1px solid #fff;
		width: fit-content;
		margin: 0 auto 70px auto;
	}

	.copyright {
		font-size: 15px;
	}

	.pages.home .banner_social {
		bottom: 10%;
	}

	.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(http://www.mikropapigo.gr/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;
	}

	.pages.home .room_details {
		padding: 0px 30px;
		text-align: center;
		border-left: none;
	}

	.suites_title h2 {
		font-size: 35px;
		line-height: 45px;
	}


	img.rooms_home {
		top: -210px;
		width: 100%;
		right: 0;
	}

	.location {
		margin-top: 100px;
	}

	.services {
		height: 100vh;
		margin-top: 60px;
    	margin-bottom: 60px;
	}

	.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.first {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 50px 0px 50px;
	}

	.spa_section .home_right_text {
        padding: 50px 0%;
	}

	.spa_section h3 {
        margin-top: 35px;
        margin-bottom: 25px;
        font-size: 27px;
        line-height: normal;
	}

	.page_text .hotel_info.last ul li {
		font-size: 21px;
		line-height: 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;
	}

	.location {
		height: 100vh;
	}

	.location_box_wrapper {
		margin: 0 0 50px 0px;
	}

	.activities {
		padding-bottom: 50px;
	}

	.pages.home .page_text h1 {
		margin-top: 0px;
	}

	.pages.home .about_text {
		padding-top: 50px;
	}

	.pages.home .home_left_image {
        margin-top: 0;
        padding-left: 50px;
        padding-right: 50px;
	}

	.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: 35px;
	}

	.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 input[type="text"], .contactform textarea {
		font-size: 18px;
	}

	.contactform div.textarea {
		margin: 0px 0 0px 0;
		width: 100%;
	}

	.contactform div.submit input {
		padding: 17px 50px;
		font-size: 20px;
	}

	.contact-img-first {
		width: 100%;
	}

	.contact_img {
		bottom: -165px;
		width: 65%;
		left: -10px;
	}

	.contact_details {
		padding: 75px 30px 75px 30px;
	}

	.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 {
		left: 30px;
		margin-top: 55px;
	}

	.contact_details h2 {
		font-size: 20px;
	}

	.contact_details h2:after {
		left: 30px;
	}

	.contact_details h3 {
		font-size: 17px;
		font-weight: 500;
		line-height: 28px;
		margin-bottom: 25px;
	}

	.contact_left {
		padding: 60px 15px 50px 15px;
	}

	.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: 50px;
	}

	.newsletter-input .submit input {
		font-size: 19px;
		padding: 15px 25px;
		top: -15px;
	}

	.newsletter-input input {
		font-size: 20px;
		padding-bottom: 8px;
	}

	.newsletter_subtitle {
		font-size: 18px;
	}

	.gallery_view {
		height: 45vh;
	}

	.page_text h1:before {
		left: 15px;
		background-size: 55px;
		width: 55px;
	}

	.rooms_home .about_text {
		padding-top: 20px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 95px;
	}

	.m-t-100 {
		margin-top: 50px;
	}

	.close_menu {
		left: 40px;
	}

	.footer_box h6 {
		font-size: 22px;
	}

	.footer_box p {
		font-size: 18px;
		line-height: 26px;
	}

	.footer_social img {
		margin: 10px 15px 0 15px;
	}

	.footer_box_container.pd-130 {
		padding-left: 70px;
		padding-top: 25px;
	}

	.rooms_home .about_text.facilities_intro {
		padding-bottom: 20px;
	}

	.footer_box_container.pd-100 {
		padding-left: 40px;
		padding-top: 25px;
	}

	#lang_mob {
		left: 100px;
	}

	.open_menu {
		left: 40px;
	}

	#logo {
		margin-left: calc((100% - 200px) * 0.5);
		width: 200px;
		margin-top: 30px;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 50px;
	}

	.open_menu {
		left: 30px;
		top: -15px;
	}
	/*.languages  a.selected_lang{  padding:10px 10px;}*/
	#book_now {
		right: 30px;
		font-size: 19px;
		padding: 10px 30px;
	}
	#top_info {
		right: 45px;
		left: auto;
		font-size: 17px;
	}

	#lang_info {
		left: 90px;
		top: 7px;
		right: auto;
	}

	.left_msg {
		left: 30px;
	}

	.left_msg a, .right_msg a {
		font-size: 20px;
	}

	.banner_social {
		right: 30px;
	}

	.banner_social img {
		width: 16px;
		margin: 18px 0;
	}

	.banner_social img.instagram {
		width: 26px;
	}

	.banner_social img.youtube {
		width: 30px;
	}

	.languages a.selected_lang {
		font-size: 17px;
	}

	#lang_info a:after {
		background-size: 14px;
		width: 14px;
		height: 14px;
	}

	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.center-991{
		text-align: center;
		margin-bottom: 50px;
	}

	.padd_prefooter {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.responsive_menu .responsive_menu_container {
		width: 100%;
	}

	.responsive_menu .contact_menu span{font-size:16px;}

	.responsive_menu ul {
		margin: 25px 0px 0 50px;
	}

	.responsive_menu .contact_menu {
		padding: 20px 0px;
		margin: 30px 0px 15px 45px;
		border-left: none;
		border-top: 1px solid #fff;
		width: 90%;
		position: relative;
	}

	#logo_mob {
		width: 170px;
		height: 120px;
	}

	.responsive_menu .extra_links p {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.responsive_menu .extra_links {
		top: 200px;
	}

	.responsive_menu .menu_social img.instagram {
		width: 23px;
	}

	.responsive_menu .menu_social img {
		width: 13px;
		margin-right: 18px;
	}

	.responsive_menu .menu_social img.twitter {
		width: 25px;
	}

	.responsive_menu ul {
		width: auto;
		float: none;
		overflow: hidden;
	}
	
	.footer_box ul  li a{  margin-bottom:10px; }
	.footer_box.upliving  {margin-top:50px; }
	
	.decorate_image_left {  display: none;}	
	.decorate_image_right {  display: none;}	
		
	.facility_text { padding-top:10px; margin-bottom:50px; }
	
	ul.half_list.right { margin:0px 0 30px 0px;  }

	.page_text ul.half_list li {
		width: 100%;
	}
	
	.sight_title { padding-top:0px;}
	.sight_text { padding:30px 30px 0 30px;}

	.gallery_box {
		padding: 15px;
	}

	.gallery_box .gallery_text span {
		font-size: 21px;
	}

	.gallery_text span {
		font-size: 21px;
	}

	.page_text .gallery_text p {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.gallery_text a.general_more {
		padding: 8px 25px;
		font-size: 15px;
	}

	.gallery_box .gallery_text {
		padding: 17px 0px;
	}

	.gallery_box.right {
		padding-right: 50px;
		margin-top: 110px;
		margin-left: 40px;
	}	

	.left_image_amenities {
    	width: 100%;
	}
	.reverse-991{
		flex-direction: column-reverse;
		display: flex;
	}

	.facilities h1 {
		margin-top: 60px;
		padding-left: 0;
	}

	.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;
	}

	.page_text .room_details p {
		font-size: 18px;
		line-height: 36px;
		padding-right: 0;
	}

	.room_book {
		bottom: 45px;
	}

	.home_right_image.first_description {
    	height: 85vh;
	}

	.rooms_more {
		bottom: 110px;
	}

	.room_box {
		padding: 35px 35px 40px 35px;
	}

	.room_box.left {
		padding: 35px 35px 45px 35px;
	}
}
  
@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;  }
}

@media (max-width:767px){

	.facilities .page_text ul li {
		font-size: 13px;
	}

	.page_text h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }

	.home_right_image.first_description {
    	height: 60vh;
	}

	.page_text p {
		font-size: 17px;
		line-height: 27px;
	}

	.awards img {
    	margin: 20px 0;
	}

	.container-fluid.no-padding.awards {
        padding-top: 0px;
	}

	.awards_link a:after {
        width: 17px;
        height: 17px;
        background-size: 17px;
        right: -10px;
    }

	.awards_link {
		padding: 0 30px;
	}

	.foglia-scroll {
		width: 250px;
		left: 10%;
	}

	.foglia-scroll img {
		width: 250px;
	}

	.home_header_content h1 {
		padding: 0 15px;
	}

	.home_header_content h1 span.big {
		font-size: 23px;
	}

	.flex_center_copyright {
		flex-direction: column;
	}

	.tuv {
		width: 60px;
		padding-top: 8px;
		margin: 10px auto 12px auto;
		text-align: center;
		display: block;
	}

	.home_header_content p.banner_p {
		bottom: 320px;
		margin-left: 10px;
	}

	.hotel_info.first.no-padd {
		margin-bottom: 0px;
	}

	blockquote p::before, blockquote p::after {
        font-size: 6rem;
        margin: 1rem 0 0 -3.5rem;
	}

	blockquote p::after {
        margin: 1.5rem -4rem 0 0.5rem;
	}

	.pages.home .page_text.first_section h2 {
		font-size: 28px;
		padding: 0 15px 15px 15px;
	}

	.sights.home .page_text.white_section h2 {
		font-size: 28px;
		padding: 0 15px 15px 15px;
	}

	.pages.home .page_text.first_section h2 br {
		display: none;
	}

	.banner_info li {
		width: 80px;
		height: 80px;
	}

	.banner_info li a {
		font-size: 8px;
	}

	.home_header_content h1 span.underline:before {
		width: 25px;
		margin-top: 17px;
	}

	.home_header_content h1 span.underline:after {
		width: 25px;
		margin-top: 16px;
	}

	.home_header_content h1 span.underline {
		padding: 0px 35px;
	}

	.banner_info li i {
		font-size: 16px;
		margin-top: -15px;
	}

	.page_text .box_right_text p {
		font-size: 19px;
	}

	.video_section .flex_center {
		flex-direction: column;
	}

	.video_section video {
		margin-bottom: 30px;
	}

	.responsive_menu .menu_first {
		margin: 95px 5px 0 5px;
	}

	.responsive_menu .submenu h1 {
		font-size: 18px;
	}

	.sights.home .page_text p {
		line-height: 35px;
	}

	.responsive_menu ul {
		margin: 25px 0px 0 15px;
	}

	.responsive_menu .submenu {
		margin-top: 20px;
	}

	.spa_therapy img {
		width: 50px;
	}

	.page_text .hotel_info .spa_therapy p {
		font-size: 17px;
	}

	.spa_treats {
		width: 32%;
	}

	.page_text .nails_menu h3 {
		font-size: 29px;
	}

	.map iframe {
		height: 600px!important;
	}

	.page_text h5 {
		font-size: 22px;
	}

	.spa_therapy {
		margin-top: 30px;
		padding: 40px 50px 50px 0px;
	}

	.page_text .member_title {
		width: 200px;
		font-size: 22px;
	}

	.page_text .hotel_info .spa_therapy .member_price {
		margin-top: 25px;
		font-size: 24px;
	}

	.member_pckg {
		margin: 70px 0px 0 40px;
	}

	.page_text .hotel_info .spa_therapy h2 {
		padding-left: 40px;
	}

	.page_text.members .hotel_info h2 {
		font-size: 35px;
	}

	.other_rooms {
		padding-bottom: 60px;
	}

	.room_brands {
		padding-bottom: 50px;
	}

	.room_brands img {
		padding: 35px 50px;
		width: 95%;
		margin: 0 auto;
	}

	.book_info select {
		font-size: 18px;
	}

	.book_submit button {
		font-size: 18px;
		padding: 15px 40px;
	}

	.book_info label {
		font-size: 19px;
	}

	.book_info input {
		font-size: 18px;
	}

	.page_text .hotel_info .spa_therapy.facilities p {
		width: 33%;
		margin: 25px 0px;
		padding: 55px 20px 0 20px;
	}

	.page_text .hotel_info .spa_therapy h2 {
		margin-bottom: 40px;
	}

	.spa_therapy.facilities {
		padding: 60px 15px 50px 0px;
	}

	.room_box a {
		padding: 12px 40px;
		font-size: 19px;
	}

	.page_text .category_info h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.rooms_facilities {
		padding: 35px;
	}

	.home_rooms a.book {
		font-size: 18px;
		padding: 15px 40px;
	}

	a.contact_link {
		font-size: 18px;
		padding: 12px 30px;
		margin-left: 22px;
	}

	.facilities.home .left_image {
		margin-right: 30px;
	}

	.page_text .hotel_info .left_text p, .page_text .hotel_info .right_text p {
		font-size: 18px;
		line-height: 38px;
	}

	.left_text {
		margin: 0 30px 30px 30px;
	}

	.right_text {
		margin: 0 30px 30px 30px;
	}

	.facilities.home .right_image {
		margin-left: 30px;
	}

	.other_rooms .beige_bg_slider {
		padding: 40px 0 290px 0;
	}

	.page_text ul.other_links li {
		border-right: none;
		width: 49%;
	}

	.page_text ul.other_links li a {
		font-size: 22px;
		padding: 35px 0;
	}

	.page_text ul.other_links li:first-child {
		border-right: 2px solid #000000;
	}

	.page_text ul.other_links li:last-child {
		border-top: 2px solid #000000;
		width: 100%;
	}

	.sight_box {
		margin: 0px 0px 30px 0px;
	}

	.page_text .sight_box h2 {
		font-size: 21px;
		padding: 12px 25px 12px 15px;
	}

	.page_text .sight_box h2:after {
		margin-left: 7px;
		width: 15px;
    	height: 15px;
    	background-size: 15px;
	}

	.hotel_info.first {
		padding: 0 50px 0px 50px;
	}

	.box_page {
		margin-top: 30px;
	}

	.left_black_text.dynamic {
		padding: 60px 65px 60px 65px;
	}

	.page_text ul li {
		font-size: 18px;
		line-height: 36px;
	}

	.page_text .hotel_info ul li {
		padding-right: 0px;
		line-height: 36px;
	}

	.contact_intro .flex_center {
		flex-direction: column-reverse;
	}

	.contact_info {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 10px;
		padding: 15px 0 25px 0;
	}

	.pages.contact .header_wrapper {
		height: 170px;
	}

	.spa_section {
		margin-top: 60px;
		padding-bottom: 80px;
	}

	.spa_section .hotel_info.last {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.spa_section h3 {
        margin-top: 30px;
        margin-bottom: 20px;
	}

	.m-t-150 {
		margin-top: 80px;
	}

	.pages.home .page_text .room_details p {
		font-size: 17px;
		line-height: 35px;
	}

	.room_details img {
		width: 22px;
	}

	.page_text .hotel_info p {
		padding-right: 0px;
	}

	.page_text .event_box p {
		font-size: 20px;
		padding: 0 10px;
		line-height: 20px;
		height: 80px;
	}

	.location h1:after {
        bottom: -15px;
    }

	.page_text.location h1 {
        font-size: 37px;
        margin: 0 auto 55px auto;
    }

	.page_text.location h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.location {
		height: 90vh;
	}

	.location_box h3 {
		font-size: 33px;
	}

	.page_text .hotel_info h2, .page_text .hotel_info .box_right_text h2 {
        font-size: 40px;
        margin-bottom: 30px;
        line-height: 52px;
        margin-top: 0;
	}
	
	.footer_box p {
		font-size: 15px;
		line-height: 23px;
	}

	.footer_box h6 {
		font-size: 19px;
		margin-bottom: 22px;
	}

	.footer_box.first {
		margin: 0 auto 40px auto;
	}

	img.footer_logo {
		max-width: 230px;
	}

	.footer_logo_wrapper {
		margin-bottom: 40px;
	}

	.copyright {
		font-size: 15px;
	}

	.footer_social img.instagram {
		width: 24px;
	}

	.footer_social img {
		width: 14px;
	}

	.footer_social img.youtube {
		width: 28px;
	}

	.padd_prefooter {
		padding-bottom: 50px;
	}

	.covid_info a {
		font-size: 16px;
	}

	.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;
	}

	.about_text {
		padding-top: 50px;
	}

	.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: 30px;
		line-height: 40px;
	}

	.beige_bg_slider {
		padding: 100px 0 230px 0;
	}

	.room_details img.guests {
		width: 18px;
	}

	.suites_title {
		top: -150px;
	}

	img.rooms_home {
		top: -160px;
		width: 100%;
		z-index: 99;
		padding-bottom: 0;
	}

	.services {
		height: 90vh;
	}

	.page_text .services_title h2 {
		font-size: 50px;
		line-height: 55px;
	}

	.services {
		height: 80vh;
		margin-top: 0;
	}

	.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;
	}

	.spa_section .second-img {
		width: 260px!important;
	}

	.page_text .hotel_info.last ul li {
		font-size: 19px;
		width: 49%;
	}

	.page_text a.more_link {
        margin-top: 40px;
	}

	blockquote {
        margin: 25px 10px 20px 55px;
    }

	.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_intro {
		margin-top: 100px;
		margin-left: 0;
	}

	.contact_title p {
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}

	.contact_title {
		padding: 30px 0;
		margin-left: 0px;
	}

	.contact_img {
		display: none;
	}

	.contact_left {
		padding: 60px 15px 20px 15px;
	}

	.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 20px 50px 20px;
		text-align: center;
	}

	.contact_details h2:after {
		left: 0;
		right: 0;
		margin: 50px auto 0 auto;
	}

	.contactform div.submit input {
		margin: 10px auto;
	}

	.contactform div.submit {
		width: 100%;
	}

	.contact_details h3:after {
		left: 0;
		right: 0;
		margin: 55px auto 0 auto;
	}

	.page_text .contact_details h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.page_text h2 {
		font-size: 25px;
    	line-height: 38px;
    	margin-top: 20px;
		margin-bottom: 10px;
	}

	.contact_intro {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.page_text .contact_info p, .page_text .contact_info a {
		text-align: center;
		width: 100%;
	}

	.gallery_view {
		height: 40vh;
	}

	.gallery_box {
		padding: 15px;
	}

	.gallery_box.right {
		padding-right: 110px;
		margin-top: 60px;
		margin-bottom: 60px;
		margin-left: 0px;
	}

	.newsletter {
		flex-direction: column;
	}

	.newsletter_title {
		text-align: center;
		margin-bottom: 60px;
	}

	.newsletter-input .submit input {
		top: -22px;
	}

	.newsletter_subtitle {
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
	}

	.newsletter-input input {
		font-size: 19px;
	}

	.padd_big {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.center-767 {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer_box_container.pd-130 {
		padding-left: 40px;
		padding-top: 15px;
	}

	.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: 0 auto;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.open_menu {
		left: 15px;
		top: -20px;
	}

	#lang_info {
		left: 55px;
		top: 0px;
	}

	#lang_info a {
		font-size: 15px;
	}

	#book_now {
		right: 15px;
		top: -7px;
		font-size: 17px;
		padding-right: 25px;
	}

	#header {
		top: 80px;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 39px;
	}

	#logo {
		margin-left: calc((100% - 190px) * 0.5);
		width: 190px;
		height: 130px;
		margin-top: 0;
	}

	.room_box .room_box_subtitle {
		margin: 10px 0 7px 0;
	}

	.page_text .room_box .room_box_title {
		font-size: 27px;
	}

	.page_text .room_box p {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 35px;
	}

	.reverse-767{
		flex-direction: column-reverse;
		display: flex;
	}
	.center-767{
		text-align:center;
	}
	.fragment-banner {
		height: 51vh;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 35px;
		height: 35px;
		margin-right: 0;
	}

	#top_info {
		right: 15px;
		font-size: 15px;
		top: 0;
	}

	.page_text .hotel_info .left_text p {
		padding-right: 0px;
	}

	.responsive_menu{   width: 100%; }	
	.responsive_menu ul li.book_now_menu_item{ display: block;}
	
	.copyright { text-align:center; margin-bottom: 10px; }
	#wapp{float:none;margin-bottom:10px;}
	#wapp a{margin:0 auto;}
	
	.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;}

	.scrollButtonContainer img {
		width: 70px;
		height: 70px;
	}	
		
	.page_text h4 { font-size:20px;}

	.page_text h1:before {
		left: 15px;
		background-size: 44px;
		width: 44px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 75px;
	}

	.contact_divider{ display: block; clear:both; height:20px;}
	.driveme a {font-size: 18px; }	
	
	.facility_left_image {margin-bottom:30px;}
	.facility_right_image {margin-bottom:30px;}

	.responsive_menu #book_now {
		top: 40px;
	}

	.responsive_menu ul li a {
		font-size: 17px;
		padding: 7px 0;
	}

	#logo_mob {
		width: 160px;
		height: 110px;
		margin-left: 10px;
	}

	.responsive_menu .extra_links {
		top: 180px;
		margin-left: 10px;
	}

	.close_menu {
		left: 20px;
	}

	#lang_mob {
		left: 60px;
	}

	.contact_menu p {
		font-size: 17px;
		padding: 7px;
	}

	.responsive_menu .contact_menu {
		padding: 20px 0px;
		margin: 30px 0px 10px 17px;
		width: 95%;
	}

	.responsive_menu #book_now {
		left: auto;
		right: 35px;
		font-size: 17px;
	}

	#header.fixed .responsive_menu #book_now {
		font-size: 17px;
		left: auto;
   		right: 35px;
	}

	.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;
	}

	.menu_social {
		display: flex;
		align-items: center;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.responsive_menu .menu_social img {
		width: 12px;
		margin-right: 16px;
	}

	.responsive_menu .menu_social img.instagram {
		width: 21px;
	}

	.responsive_menu .menu_social img.twitter {
		width: 23px;
	}

	.decoration_paros {
		width: 100%;
		height: 56vh;
		background-position: center;
		background-size: cover;
	}

	.pages.home .room_details ul li {
		display: block;
		width: 100%;
		border-right: none;
		margin-bottom: 8px;
	}

	.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){
	.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(http://www.mikropapigo.gr/img/layout/substract.svg) no-repeat 0 5px; background-size: 12px;}
	.facilities .page_text ul li {
		width:100%;
	}

	.page_text h3 {
        font-size: 29px;
        line-height: 39px;
        margin-bottom: 25px;
    }

	.newsletter_title {
        font-size: 37px;
        line-height: 47px;
	}

	.page_text .hotel_info h1 {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.hotel_info.black {
        margin-top: 70px;
    }

	.home_header_content h1 {
		font-size: 18px;
	}

	.home_header_content h1 span.big {
		font-size: 21px;
	}

	.home_header_content p.banner_p {
		bottom: 360px;
	}

	.home_header_content p.banner_p a:before {
		display: none;
	}

	.home_header_content h1 span.underline:after {
		right: 5px;
	}

	.home_header_content h1 span.underline:before {
		left: 5px;
	}

	.sights.home .page_text p {
		line-height: 30px;
	}

	.responsive_menu .submenu h1 {
		font-size: 16px;
	}

	.pages.spa .spa_therapy {
		padding: 40px 0px 50px 10px;
	}

	.page_text.page_subtitle .hotel_info h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.page_text h5 {
		font-size: 20px;
	}

	.box_no_img {
		margin: 50px 0px 0px 7%;
		padding: 30px 60px 30px 35px;
		width: 100%;
	}

	.page_text.members .hotel_info h2 {
		font-size: 32px;
	}

	.page_text .hotel_info .spa_therapy h2:after {
		bottom: 15px;
		margin-left: 20px;
	}

	.other_rooms .room_details ul li {
		margin-bottom: 8px;
	}

	.other_rooms .beige_bg_slider {
		padding: 40px 0 270px 0;
	}

	.room_brands img {
		padding: 30px 40px;
		width: 100%;
		margin: 0 auto;
	}

	.book_submit a.contact_link {
		margin-left: 20px;
		display: inline;
	}

	.book_submit button {
		padding: 15px 35px;
	}

	.page_text .hotel_info .spa_therapy.facilities p {
		margin: 25px 0px;
		padding: 55px 10px 0 10px;
	}

	.page_text .hotel_info .spa_therapy h2 {
		margin-bottom: 30px;
		padding-left: 40px;
	}

	.grey_bg_rooms {
		height: 70px;
	}

	.page_text .category_info h1 {
		font-size: 37px;
	}

	.rooms_facilities {
		padding: 25px 35px;
	}

	.home_rooms a.book {
		display: block;
		width: fit-content;
	}

	a.contact_link {
		margin-left: 0;
		display: block;
		width: fit-content;
		margin-bottom: 25px;
	}

	.page_text .hotel_info .left_text p, .page_text .hotel_info .right_text p {
		font-size: 17px;
		line-height: 35px;
	}

	.other_rooms .beige_bg_slider {
		padding: 25px 0 275px 0;
	}

	.w-100 {
		width: 100%;
	}

	.page_text .sight_box h2 {
		font-size: 23px;
		padding: 15px 25px 15px 25px;
	}

	.page_text .sight_box h2:after {
		margin-left: 10px;
		margin-top: 8px;
	}

	.left_black_text.dynamic {
		padding: 50px 65px 60px 65px;
	}

	.hotel_info.first {
		padding: 0 40px 0px 40px;
	}

	.banner_social {
		display: none;
	}

	.page_text h2 {
		font-size: 22px;
		line-height: normal;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.m-t-150 {
		margin-top: 70px;
	}

	.page_text .hotel_info ul li, .page_text ul li {
		padding-right: 0px;
		line-height: 33px;
		margin-bottom: 12px;
	}

	.page_text .contact_left h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.contact_form {
		padding: 10px 0 30px 0;
	}

	.left_black_text {
		padding: 50px 65px 50px 65px;
	}

	.page_text .hotel_info.last ul li {
		font-size: 18px;
		line-height: 28px;
	}

	.page_text a.more_link {
        font-size: 17px;
        margin-top: 35px;
	}

	.activities {
		padding-bottom: 20px;
	}

	.location {
		height: 65vh;
	}

	.page_text .location_box h3 {
		font-size: 30px;
	}

	.location_box {
		padding: 20px;
	}

	.page_text.location h1 {
        font-size: 35px;
        margin: 0 auto 50px auto;
    }

	.location h1:after {
		bottom: -15px;
	}
	
	.page_text.location h2 {
		font-size: 32px;
		line-height: 40px;
		padding: 0 20px;
	}

	.page_text .hotel_info h2, .page_text .hotel_info .box_right_text h2 {
	    font-size: 35px;
        margin-bottom: 25px;
        line-height: 45px;
	}

	.awards img {
		margin: 15px 0;
	}

	.padd {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.newsletter-input .submit input {
		top: 0;
		position: relative;
		margin-top: 30px;
		display: block;
		right: auto;
		width: 100%;
		font-size: 20px;
		border-bottom: 1px solid #000;
	}

	.newsletter-input input {
		font-size: 19px;
		text-align: center;
		padding-bottom: 12px;
	}

	#hide_549 {
		display: none;
	}

	.dropdown_links, .dropdown_info {
		width: 100%;
		color: #fff;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		display: none;
	}
	
	.dropdown_links.active, .dropdown_info.active { display: block; }
	 
	.dropdown_links p a, .dropdown_info p a {
		display: block;
		transition: all ease-in-out .3s; 
		text-transform: none;
		color: #ccc;
		font-size: 17px;
		line-height: 26px;
		width: fit-content;
		margin: 0 auto;
	}

	.links-triggerOne, .links-triggerTwo, .links-triggerThree {
		margin-bottom: 15px;
		position: relative;
		display: block;
		color: #fff!important;
		background-color: #000!important;
	}
	 
	.links-triggerOne:after, .links-triggerTwo:after, .links-triggerThree:after{
		content: " ";
		background: url(http://www.mikropapigo.gr/img/layout/arrow_down_white.svg) no-repeat 0 0;
		width: 15px;
		height: 15px;
		position: absolute;
		margin-top: 10px;
		margin-left: 10px;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 26px;
	}

	.footer_box h6 {
		font-size: 21px;
		margin-bottom: 25px;
	}

	.footer_box.first {
		margin: 0 auto 20px auto;
	}

	.footer_mobile {
		display: block;
        width: 100%;
	}

	.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 .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: 28px;
		line-height: 36px;
	}

	.suites_title h1 {
		font-size: 17px;
	}

	.room_details ul li {
		display: inline;
		border-right: 1px solid #ccc;
		padding: 0 25px;
	}

	.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 .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;
	}

	.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 .contact_info p, .page_text .contact_info a {
		font-size: 17px;
	}

	.page_text h1:before {
		background-size: 38px;
		width: 38px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 60px;
	}

	.home_half_text p {
		font-size: 18px;
		line-height: 28px;
	}

	.gallery_box.right {
		padding-right: 80px;
		margin-top: 35px;
		margin-bottom: 35px;
	}

	#header.fixed #book_now {
		top: 50px;
	}

	.home_center_title {
		margin-top: 110px;
	}

	.amenities_container {
		position: relative;
		left: 0px;
		
	}

	#lang_info a {
		font-size: 14px;
	}

	#lang_info{top: 30px;}

	#lang_info_mob { display: block; }

	.left_image_amenities {
		width: 100%;
	}
	.home_center_title {
		margin-bottom: 50px;
	}
	/*.languages { left:30px;  }*/
	.close_menu {  right:10px; }
	.responsive_menu{
		background-size: 80px;
	}

	.responsive_menu ul li a {
		font-size: 16px;
		padding: 7px 0;
	}
	
	.footer_box ul  li a{  font-size:16px;margin-right:15px; }
	
	.contactform div.submit {
		padding: 0;
    	margin: 0;
	}

	.contact_left {
		padding: 50px 0px 20px 0px;
	}
	
	.driveme a { position:relative;width:100%; top:0px; left:0;margin-left:0px; }
	.home_half_text {
		padding: 5px 18px;
	}
	#logo {
		margin-left: calc((100% - 180px) * 0.5);
		width: 160px;
		top: -25px;
	}

	.open_menu {
		left: 15px;
		top: 10px;
	}

	#top_info {
		right: 16px;
		top: 30px;
		font-size: 14px;
		letter-spacing: 0;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 40px;
		height: 40px;
	}

	.book_menu {
		text-align: center;
		margin-top: 29px;
	}
	#book_now {
		font-size: 18px;
		background: none;
		top: 30px;
		padding: 0;
		right: 25px;
		border: none;
	}

	.responsive_menu #book_now:hover {
		background-color: #000000;
	}

	#book_now:hover {
		background: none;
		border: none;
	}

	.covid_info a {
		font-size: 15px;
	}

	.covid_info a:after {
		width: 16px;
		height: 16px;
		background-size: 16px;
		margin-left: 10px;
	}

	.left_msg {
		display: none;
	}

	.pages.home .banner_social {
		display: none;
	}

	#header {
		top: 40px;
	}

	.responsive_menu ul {
		margin: 30px 0px 0 20px;
	}
	
	.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: 43px;
		left: auto;
		right: 35px;
	}

	.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;
	}

	img.footer_logo {
		max-width: 220px;
	}

	.copyright {
		font-size: 14px;
	}

	.room_box {
		padding: 30px 25px 35px 25px;
	}

	.room_box a {
		padding: 12px 40px;
		font-size: 18px;
	}

	.padd_prefooter {
		padding-bottom: 25px;
	}

	.room_box.left {
		padding: 30px 25px 35px 25px;
	}

	.page_text .room_box p {
		margin-bottom: 25px;
		font-size: 17px;
		line-height: 33px;
	}
	
}

@media only screen and (min-width:480px) and (max-width:549px){
	/*#header { background:purple;  min-height:70px;}*/
	
	.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) {	
	.services_swiper {
		margin-left: 0;
	}

	.hotel_info.black {
        margin-top: 55px;
    }

	.page_text h3 {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 20px;
    }

	.home_right_image.first_description {
        height: 50vh;
    }

	.foglia-scroll {
		width: 210px;
		left: 8%;
	}

	.foglia-scroll img {
		width: 210px;
	}

	.home_header_content h1 span.big {
		font-size: 20px;
		display: contents;
	}

	.home_header_content p.banner_p {
		bottom: 320px;
	}

	.sights.home .page_text.white_section h2 {
		font-size: 26px;
	}

	.open_menu {
		left: 10px;
	}

	#logo {
		margin-left: calc((100% - 160px) * 0.5);
    	width: 140px;
		top: -25px;
	}

	#top_info {
		font-size: 13px;
	}

	blockquote p::before {
        font-size: 5rem;
        margin: 1rem 0 0 -2.5rem;
	}

	blockquote p::after {
        font-size: 4.5rem;
        margin: 1rem -4rem 0 0rem;
	}

	blockquote {
        margin: 10px 10px 15px 35px;
	}

	.page_text .hotel_info p.sign {
		margin-left: 50px;
	}

	.page_text .hotel_info p.sign:before {
        margin-left: 50px;
	}

	.pages.home .page_text.first_section h2 {
		font-size: 26px;
	}

	.home_header_content h1 {
		font-size: 17px;
		line-height: 25px;
		bottom: 125px;
		padding: 0 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.home_header_content h1 span.underline {
		padding: 0px 80px;
	}

	.home_header_content h1 span.underline:before {
		left: 0;
		margin-left: 50px;
		margin-top: 15px;
	}

	.banner_info {
		bottom: 60px;
	}

	.banner_info li a {
		text-indent: -9999999px;
	}

	.banner_info li i {
		font-size: 15px;
		margin-top: 0;
	}

	.banner_info li {
		width: 47px;
		height: 47px;
	}

	.home_header_content h1 span.underline:after {
		right: 0;
		margin-right: 55px;
		margin-top: 14px;
	}

	.page_text .box_right_text p {
		font-size: 17px;
	}

	.responsive_menu #book_now {
		top: 40px;
		left: auto;
		right: 35px;
		font-size: 17px;
		padding: 8px 25px;
	}

	.responsive_menu .menu_first .col-xs-6 {
		width: 100%;
	}

	.box_right_text {
		padding: 30px 40px;
	}

	.page_text .nails_menu h3 {
		font-size: 26px;
	}

	.page_text.page_subtitle .hotel_info h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.dynamic_right_text {
		padding: 30px 20px;
	}

	.dynamic_left_text {
		padding: 30px 20px;
	}
	
	.page_text.members .hotel_info h2 {
		font-size: 28px;
	}

	.members {
		padding: 35px;
		margin: 50px 0;
	}

	.pages.spa .spa_therapy {
		padding: 40px 0px 50px 0px;
	}

	.spa_treats {
		width: 49%;
	}

	.spa_therapy img {
		width: 45px;
	}

	.left_text a {
		font-size: 18px;
	}

	.spa_therapy {
		padding: 40px 35px 50px 0px;
	}

	.page_text .hotel_info .spa_therapy h2 {
		margin-bottom: 20px;
		padding-left: 30px;
	}

	.member_pckg {
		padding: 25px 30px 20px 30px;
		margin: 70px 0px 0 30px;
	}

	.page_text .member_title {
		width: 180px;
		font-size: 20px;
		top: -15px;
	}

	.page_text .hotel_info .spa_therapy .member_price {
		font-size: 22px;
	}

	.room_brands img {
		padding: 25px 35px;
	}

	.other_rooms {
		padding-bottom: 40px;
	}

	.room_brands {
		padding-bottom: 40px;
	}

	.book_info select {
		font-size: 17px;
	}

	.book_submit button {
		padding: 12px 0px;
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}

	.book_info_date input {
		background-size: 20px;
	}

	.book_info label {
		font-size: 18px;
	}

	.book_info input {
		font-size: 17px;
	}

	.book_submit a.contact_link {
		margin-left: 0px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.spa_therapy.facilities {
		padding: 50px 15px 40px 0px;
	}

	.room_box a {
		padding: 10px 40px;
		font-size: 17px;
	}

	.page_text .room_box .room_box_title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_text .category_info h1 {
		font-size: 34px;
	}

	.rooms_facilities {
		padding: 25px 50px 25px 30px;
	}

	.facilities.home .hotel_info h2 {
		margin-bottom: 20px;
	}

	.page_text .sight_box h2 {
		font-size: 21px;
		padding: 15px 25px 15px 15px;
	}

	.page_text ul.other_links li a {
		font-size: 21px;
		padding: 30px 0;
	}

	.hotel_info.first {
		padding: 0 40px 30px 40px;
	}

	.left_black_text.dynamic {
		padding: 50px 55px 50px 55px;
	}

	.box_page {
		margin-top: 25px;
	}

	.box_page {
		padding: 15px 15px;
	}

	.gallery_box .gallery_text {
		padding: 12px 0px;
	}

	.gallery_box .gallery_text span {
		font-size: 20px;
	}

	.gallery_box {
		padding: 15px 0;
	}

	.page_text .hotel_info ul li, .page_text ul li {
		line-height: 30px;
		font-size: 17px;
		margin-bottom: 10px;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 17px;
	}

	.contactform div.submit input {
		padding: 12px 45px;
		font-size: 19px;
	}

	.page_text .hotel_info.last ul li {
		font-size: 17px;
		line-height: 25px;
		width: 100%;
	}

	.page_text .contact_left h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.contactform div.input {
		margin: 10px 0 25px 0;
		width: 100%;
	}

	.contactform .width-100 div.input {
		width: 100%;
	}

	.page_text a.more_link {
        margin-top: 30px;
    }

	.page_text.spa_section h3 {
        font-size: 23px;
        margin-bottom: 20px;
	}

	.page_text .hotel_info h1 {
		font-size: 18px;
	}

	.facilities_intro button {
		margin-left: 50px;
	}

	.m-t-150 {
		margin-top: 80px;
	}

	.page_text .hotel_info h2, .page_text .hotel_info .box_right_text h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
	}

	.hotel_info.first {
		padding: 0px 40px 0px 40px;
	}

	.page_text ul {
		margin: 0;
	}

	.left_black_text {
		padding: 50px 60px;
	}

	.pages.home .hotel_info.black .home_right_text {
        padding: 10px 50px 60px 50px;
    }

	.page_text .event_box p {
		font-size: 19px;
		padding: 0 10px;
		line-height: normal;
		height: 75px;
	}

	.page_text .location_box h3 {
		font-size: 27px;
	}

	.page_text.location h2 {
        font-size: 30px;
        line-height: 40px;
	}

	.page_text.location h1 {
        font-size: 32px;
        margin: 0 auto 40px auto;
    }
	
	.location {
		height: 60vh;
	}

	.padd {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.newsletter-input .submit input {
		font-size: 19px;
		padding: 12px 0;
	}

	.newsletter_title {
		font-size: 33px;
		line-height: 37px;
		margin-bottom: 50px;
	}

	.covid_info p.mob {
		display: block;
	}

	.covid_info p.desktop {
		display: none;
	}	

	.services {
		height: 90vh;
	}

	.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;
	}

	.facilities p {
		font-size: 17px;
		line-height: 26px;
	}

	.rooms_home .about_text.facilities_intro {
		padding-bottom: 20px;
	}

	.services {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	#home_rooms_mob .rooms_more.mob {
		bottom: -10px;
	}

	#home_rooms_mob .room_book.mob {
		bottom: 22px;
	}

	.page_text .suites_title h2 {
		font-size: 26px;
		line-height: 35px;
	}

	.suites_title h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.beige_bg_slider {
		padding: 80px 0 230px 0;
	}

	.suites_title {
		top: -140px;
	}

	.page_text .room_details p {
		font-size: 17px;
		line-height: 30px;
	}

	.room_details {
		padding: 0px;
	}

	.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;
	}

	.spa_section .second-img {
		width: 220px!important;
	}

	.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: 16px;
		line-height: 29px;
	}

	.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 h2 {
		font-size: 21px;
	}

	.contact_intro {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.padd_top {
		padding-top: 50px;
	}

	.dynamic_right_image {
		padding-bottom: 40px;
	}

	.gallery_text span p {
		font-size: 16px;
	}

	.gallery_view {
		height: 35vh;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 45px;
	}

	.home_half_text p {
		font-size: 17px;
		line-height: 26px;
	}

	.rooms_home .about_text {
		padding-top: 0px;
	}

	.gallery_box .gallery_text span {
		font-size: 19px;
	}

	.gallery_text span {
		font-size: 19px;
	}

	.page_text .gallery_text p {
		font-size: 15px;
		margin-bottom: 10px;
		line-height: normal!important;
	}

	.gallery_box.right {
		padding-right: 60px;
	}

	.newsletter_subtitle {
		margin-bottom: 45px;
		padding-top: 5px;
	}

	.padd_footer {
		padding-right: 0;
		padding-left: 0;
	}

	img.footer_logo {
		max-width: 200px;
	}

	.footer_box_container.pd-130 {
		padding-left: 0;
		padding-top: 5px;
	}

	.footer_box_container.pd-100 {
		padding-left: 0;
		padding-top: 5px;
	}

	.padd_prefooter {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.footer_box h6 {
		font-size: 20px;
	}

	.footer_box p {
		font-size: 17px;
		line-height: 25px;
	}

	.footer_social img.instagram {
		width: 23px;
	}

	.footer_social img {
		width: 13px;
	}

	.footer_social img.twitter {
		width: 26px;
	}

	.copyright {
		font-size: 15px;
	}	

	/*#header { background:cyan;  min-height:70px;}*/
	.more_rooms{
		width:100%;
	}

	.page_text ul {
		overflow: hidden;
	}
	
	#header.fixed #logo{width: 120px;margin-left: calc((100% - 120px) * 0.5);}
	/*.languages { left:10px;  }*/
	
	.padd_prefooter {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer_box.social_media  {margin-bottom:50px; }
	
	.driveme a {font-size: 16px; }
	
	.left_image {max-width:100%; }	
	.right_image {max-width:100%; }
	
	
	.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_header { min-height:400px;}
	.page_heading_image { min-height:400px;}
	
	.gallery_box { width:100%; }
	
	.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;	
	}

	.home_half_text {
		padding: 5px 19px;
	}

	.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%;
	}

	.contact_details h3:after {
		margin: 48px auto 0 auto;
	}

	.contact_details h2:after {
		margin: 40px auto 0 auto;
	}

	.contactform div.input label {
		margin: 20px 0 5px 0;
	}

	.gallery_page .gallery{
		width:100%;

	}

	.gallery_box .gallery_text a {
		padding: 7px 16px;
		font-size: 14px;
	}
	.book_menu a{padding:5px 7px;}
	#lang_info { left: 50px; }
	.languages .languages_menu a, .languages a.selected_lang { font-size: 15px; }

	#lang_info_mob a:after {
		background-size: 14px;
		width: 14px;
		height: 14px;
	}

	#lang_info_mob {
		top: 50px;
		right: 140px;
	}

	#header.fixed .responsive_menu #book_now {
		font-size: 16px;
		left: auto;
		right: 35px;
		top: 40px;
		padding: 8px 25px;
	}

	.close_menu {
		top: 35px;
	}

	.responsive_menu .submenu h1 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 420px) {	
	#book_now {
		font-size: 17px;
		top: 25px;
		right: 17px;
	}

	.page_text.location h2 {
        font-size: 26px;
        line-height: 36px;
    }

	.events {
        margin-top: 40px;
    }

	.home_right_image.first_description {
        height: 40vh;
    }

	.page_text .hotel_info p.sign {
    	font-size: 15px;
    	line-height: 28px;
	}

	.container-fluid.no-padding.awards {
        padding-top: 20px;
        padding-bottom: 20px;
    }

	.awards_link a:after {
        width: 15px;
        height: 15px;
        background-size: 15px;
        right: -10px;
	}

	.awards img {
        margin: 10px 0;
    }

	.awards .flex_center {
    	gap: 20px;
	}

	.foglia-scroll {
		width: 190px;
		left: 0px;
	}

	.foglia-scroll img {
		width: 190px;
	}

	.home_header_content h1 span.big {
		font-size: 19px;
	}

	.tuv {
		width: 50px;
		padding-top: 5px;
		margin: 10px auto 7px auto;
	}

	.banner_info li i {
		font-size: 14px;
	}

	.banner_info li {
		width: 40px;
		height: 40px;
	}

	.gallery_text span {
		font-size: 18px;
	}

	.sights.home .page_text.white_section h2 {
		font-size: 24px;
	}

	#header.fixed .responsive_menu #book_now {
		padding: 8px 15px;
	}

	#lang_info {
		left: auto;
		right: 10px;
		top: 25px;
	}

	#top_info {
		display: none;
	}

	.pages.home .page_text.first_section h2 {
		font-size: 24px;
	}

	.pages.home .page_text.first_section h2:after {
		width: 90px;
	}

	.home_header_content h1 span.underline {
		padding: 0px 30px;
	}

	.home_header_content h1 span.underline:before {
		margin-left: 0px;
	}

	.home_header_content h1 span.underline:after {
		margin-right: 0;
	}

	.book_fixed .book {
		font-size: 16px;
	}

	.pages.home .home_header_content h1 {
		font-size: 17px;
		line-height: 25px;
	}

	.home_header_content p.banner_p {
		margin-left: 7px;
		font-size: 16px;
	}

	.page_text .box_right_text p {
		font-size: 16px;
	}

	#lang_info_mob {
		right: 125px;
	}

	.languages .languages_menu a, .languages a.selected_lang {
		font-size: 14px;
	}

	#lang_info_mob a:after {
		background-size: 12px;
		width: 12px;
		height: 12px;
		margin-left: 4px;
	}

	.room_box a {
		margin-top: 15px;
	}

	.responsive_menu #book_now {
		top: 40px;
		right: 30px;
		font-size: 16px;
		padding: 8px 20px;
	}

	.close_menu {
		left: 15px;
	}

	.responsive_menu .menu_first {
		margin: 95px 0px 0 0px;
	}

	.responsive_menu .submenu {
		margin-top: 15px;
	}

	.responsive_menu .submenu h1 {
		font-size: 18px;
	}

	.responsive_menu ul {
		margin: 25px 0px 0 10px;
	}

	.responsive_menu ul li {
		width: 100%;
	}

	.responsive_menu .contact_menu {
		width: 100%;
		margin: 30px auto;
		text-align: center;
	}

	.menu_social {
		justify-content: center;
	}

	.contact_menu p {
		font-size: 16px;
		padding: 5px;
	}

	.page_text .nails_menu h3 {
		font-size: 24px;
	}

	.page_text .nails_menu h3:after {
		bottom: 15px;
		margin-left: 20px;
	}

	.spa_info .flex_center, .spa_info .reverse-991.flex_center {
		padding: 0 25px;
	}

	.spa_info .right_image {
		padding-right: 8%;
	}

	.spa_info .left_image {
		padding-left: 8%;
	}

	.page_text .nails_menu p {
		width: 100%;
	}

	.box_no_img a {
		font-size: 15px;
	}	

	.box_no_img a:after {
		height: 24px;
		margin-left: 9px;
		width: 16px;
		background-size: 16px;
	}

	.box_no_img {
		padding: 30px 60px 30px 25px;
	}

	.page_text h5 {
		font-size: 19px;
	}

	.page_text.members .hotel_info h2 {
		font-size: 26px;
	}

	.members {
		margin: 45px 0;
	}

	.page_text .hotel_info .spa_therapy .member_price {
		font-size: 20px;
	}

	.page_text .member_title {
		width: 170px;
		font-size: 19px;
	}

	.room_brands img {
		padding: 20px;
	}

	.other_rooms {
		padding-bottom: 30px;
	}

	.swiper-albums .swiper-slide {
		height: 50vh;
	}

	.features {
		margin-bottom: 0;
	}

	.book_info {
		padding: 5px 15px 5px 15px;
		width: 100%;
	}

	.book_submit button {
		font-size: 17px;
	}

	a.contact_link {
		margin-top: 20px;
	}

	.page_text .hotel_info .spa_therapy h2 {
		margin-bottom: 20px;
		padding-left: 20px;
	}

	.page_text .hotel_info .spa_therapy p {
		font-size: 16px;
	}

	.page_text .hotel_info .spa_therapy h2:after {
		margin-left: 15px;
	}

	.room_box {
		padding: 25px 20px 30px 20px;
	}

	.spa_therapy.facilities {
		padding: 40px 0px 30px 0px;
	}

	.page_text .hotel_info .spa_therapy.facilities p {
		margin: 20px 0px;
		padding: 50px 10px 0 10px;
	}

	.facilities .sqm, .facilities .persons,.facilities .beds,
	.facilities .view, .facilities .tv, .facilities .wifi,
	.facilities .fireplace, .facilities .loft, .facilities .spa,
	.facilities .safe, .facilities .lounge {
		background-size: 38px;
	}

	.page_text .room_box .room_box_title {
		font-size: 22px;
		margin-bottom: 10px;
		line-height: normal;
	}

	.page_text .room_box p {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 32px;
	}

	.room_box a {
		padding: 10px 35px;
		font-size: 16px;
	}

	.page_text .category_info h1 {
		font-size: 32px;
	}

	.category_info {
		padding: 35px 9% 10px 9%;
	}

	.rooms_facilities {
		margin: 30px 0px;
	}

	.home_rooms a.book {
		font-size: 17px;
		padding: 12px 40px;
	}

	a.contact_link {
		width: 100%;
		font-size: 17px;
		padding: 12px;
		text-align: center;
	}

	.hotel_info.first {
		padding: 0px 30px 0px 30px;
	}

	.rooms_facilities {
		padding: 25px 40px 25px 25px;
	}

	.home_rooms a.book {
		width: 100%;
		text-align: center;
	}

	.left_text, .right_text {
		margin: 0 20px 25px 20px;
	}

	.facilities.home .right_image {
		margin-left: 20px;
		margin-bottom: 30px;
	}

	.facilities.home .left_image {
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.other_rooms .beige_bg_slider {
		padding: 20px 0 260px 0;
	}

	.page_text ul.other_links li a {
		font-size: 19px;
		padding: 25px 0;
	}

	.page_text ul.other_links li {
		width: 100%;
	}

	.page_text ul.other_links li:first-child {
		border-right: none;
		border-bottom: 2px solid #000000;
	}

	.left_black_text.dynamic {
		padding: 40px 50px 40px 50px;
	}

	.page_text .hotel_info ul li, .page_text ul li {
		line-height: 28px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.pages.contact .header_wrapper {
		height: 150px;
	}

	.page_text .contact_left h1 {
		font-size: 25px;
		line-height: 32px;
	}

	.m-t-150 {
		margin-top: 60px;
	}

	.spa_section {
		margin-top: 35px;
		padding-bottom: 70px;
	}

	.room_details img {
		margin-right: 10px;
	}

	.event_box {
		margin: 0px 5px 15px 5px;
	}

	.page_text.location h1 {
        font-size: 30px;
        padding: 0 25px;
    }

	.location_box_wrapper {
		margin: 0 0 30px 0px;
	}

	.location_box {
		padding: 15px;
	}

	.page_text p {
        font-size: 16px;
        line-height: 26px;
	}

	.page_text .location_box h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.activities {
		padding-bottom: 10px;
	}

	.facilities_intro button {
		margin-left: 35px;
	}

	.services {
		height: 83vh;
	}

	.mini_font {
		margin-bottom: 25px!important;
	}

	.reverse-rooms .rooms_description {
		padding: 3% 5% 3% 5%;
		float: none;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.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: 22px;
		line-height: 30px;
	}

	.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;
	}

	#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;
	}

	.services_swiper {
		margin-top: 50px;
	}

	.swiper-container-services {
		height: 35vh;
	}

	.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 .home_half_text {
		padding: 10px 30px;
	}

	.pages.home .page_text h1:before {
		background-size: 24px;
		width: 24px;
	}

	.hotel_info .home_right_image img {
		width: 100%;
	}

	.spa_section .second-img {
		width: 170px!important;
		right: 0;
	}

	.spa_section .home_right_text {
		padding: 40px 0%;
	}

	.page_text.spa_section h3 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 25px;
	}

	.spa_section h3:before {
		content: '';
		position: absolute;
		border: 1px solid #000000;
		width: 100px;
		margin-top: 35px;
	}

	.page_text .hotel_info.last ul li {
		font-size: 16px;
		line-height: 23px;
	}

	.page_text a.more_link {
        font-size: 16px;
        margin-top: 30px;
        padding-left: 40px;
	}

	.left_black_text {
		padding: 40px 55px;
	}

	.page_text a.more_link:before {
		width: 25px;
	}

	.spa_section .hotel_info.last {
		padding-top: 60px;
	}

	.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;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 17px;
	}

	.contactform div.submit input {
		font-size: 18px;
	}

	.contact_form {
		padding: 10px 0 20px 0;
	}

	.contactform input[type="text"], .contactform textarea {
		font-size: 16px;
	}

	.sight-image {
		height: 30vh;
	}
	

	.sight_description {
		width: 93%;
	}

	.page_text h2 {
		font-size: 20px;
	}

	.padd_top {
		padding-top: 40px;
	}

	.dynamic_right_image {
		padding-bottom: 0;
	}

	.gallery_text span p {
		font-size: 15px;
	}

	.rooms_home .home_half_text {
		padding: 5px 15px 5px 40px;
	}

	.home_half_text p {
		font-size: 16px;
		line-height: 23px;
	}

	.contact_info {
		margin-bottom: 0;
		padding: 10px 0 30px 0;
	}

	.page_text .contact_info p, .page_text .contact_info a {
		font-size: 16px;
	}

	.gallery_page {
		margin-top: 25px;
		padding-top: 0!important;
	}

	.page_text h1:before {
		background-size: 27px;
		width: 27px;
	}

	.padd {
		padding-top: 50px;
    	padding-bottom: 50px;
	}

	.page_text .hotel_info h2, .page_text h3, .page_text .hotel_info .box_right_text h2 {
        font-size: 27px;
        line-height: 37px;
	}

	.page_text .hotel_info h1 {
		font-size: 16px;
	}
	
	.gallery_box .gallery_text {
		padding: 8px 0px;
	}

	.gallery_box.right {
		padding-right: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.gallery_box .gallery_text span {
		font-size: 18px;
		padding: 15px;
	}

	.gallery_text a.general_more {
		padding: 6px 20px;
		font-size: 14px;
	}

	.page_text .gallery_text p {
		font-size: 14px;
	}

	.scrollButtonContainer img {
		width: 65px;
		height: 65px;
	}

	.padd_big {
		padding-left: 0;
		padding-right: 0;
		padding-top: 70px;
    	padding-bottom: 70px;
	}

	.newsletter_title {
		font-size: 28px;
    	line-height: 33px;
		margin-bottom: 30px;
	}

	.newsletter-input .submit input {
		font-size: 17px;
	}
	

	.newsletter_subtitle {
		margin-bottom: 40px;
		font-size: 17px;
	}

	.newsletter-input input {
		font-size: 17px;
	}

	.responsive_menu ul li a {
		padding: 5px 0px 7px 0px;
		font-size: 16px;
		text-align: center;
		width: fit-content;
		margin: 0 auto;
	}

	#header.fixed {
		height: 105px;
	}	
	#header.fixed #logo {
		width: 90px;
		margin-left: calc((100% - 100px) * 0.5);
		top: -5px;
	}
	#header.fixed .open_menu {
		padding: 15px 0px;
		border: none;
		font-weight: 700;
		top: 30px;
		left: 25px;
	}
	#header.fixed #book_now{margin-top:0px;     font-size: 15px;}
	#logo {
		margin-left: calc((100% - 150px) * 0.5);
		width: 130px;
		top: -20px;
    	height: 110px;
	}

	#header.fixed #book_now {
		top: 47px;
	}

	.open_menu img.dark_menu, .open_menu img.white_menu {
		width: 35px;
	}

	.open_menu {
		left: 8px;
		top: 5px;
	}

	#top_info img, #top_info_right img, #top_info_mob img {
		width: 36px;
		height: 36px;
	}

	#top_info {
		right: 20px;
		top: 12px;
	}

	.center-991 {
		margin-bottom: 35px;
	}

	.footer_box h6 {
		font-size: 19px;
	}

	.footer_box p {
		font-size: 16px;
		line-height: 20px;
	}

	.footer_social img {
		width: 13px;
	}

	.dropdown_links p a, .dropdown_info p a {
		font-size: 16px;
		line-height: 22px;
	}

	.footer_social img.instagram {
		width: 21px;
	}

	.footer_social img.twitter {
		width: 24px;
	}

	.copyright {
		font-size: 13px;
		margin-top: 5px;
	}

	#wapp {
		margin-bottom: 5px;
	}

}

/*========ERROR==========*/

.con-er{display: flex;flex-direction: column;align-items: center;}
.btn-er{
	position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-er a{
	border: none;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: transparent;
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    outline: medium none;
    font-weight: 400;
    transition: all 0.3s ease 0s;
	width: fit-content;
}

.btn-er a:hover{	
	color: #fff;
    border: 1px solid #000000;
    background: #000000;
	transition: all 0.3s ease 0s;	
}

@media (max-width:991px){
	.btn-er a{font-size:18px;padding:15px 35px;}
}
@media (max-width:549px){
	.btn-er a{font-size:16px;padding:15px 30px;}
}

@media (max-width: 479px) {
	.btn-er {
		bottom: 20px;
	}

	.btn-er a {
		font-size: 15px;
		padding: 10px 25px;
	}
}