@charset "utf-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*text font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Tinos', serif;*/


/* Rules for sizing the icon. */
.material-icons-outlined.md-18 { font-size: 18px; }
.material-icons-outlined.md-24 { font-size: 24px; }
.material-icons-outlined.md-36 { font-size: 36px; }
.material-icons-outlined.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons-outlined.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons-outlined.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons-outlined.md-light { color: rgba(255, 255, 255, 1); }
.material-icons-outlined.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }





html{
      font-size: 16px;
      height: 100%;
    }


body {
	height: 100%;
	

}

div, p, td, a, span, li {
	font: normal 16px/28px 'Open Sans', sans-serif;;
	
	color: #666666;
	
}

#cookiesdirective div {
	color:#ffffff!important;
}


a {
	color: #666666;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #666666;
	}


.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
	

.owl-nav {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

.owl-nav div{
	margin: 0 10px
}

h1, h2, h3, h4, h5 {
	
letter-spacing: 0;
color: #555555;
	text-align:match-parent;
	
}


h1 {

    font: normal 44px/44px 'Tinos';
	margin-top: 30px;

	margin-bottom: 30px;
	
}


h2 {

    font: normal 36px/36px 'Tinos';
	margin-top: 30px;
	margin-bottom: 30px;
}





h3 {
	font: normal 36px/36px 'Tinos';
    
    margin-top: 0;
    margin-bottom: 25px;
    
   
}



h4 {
	font: normal 24px/26px 'Tinos';
	margin-bottom: 25px;
	font-weight: 500;
	
}


h5 {
	font: normal 18px/26px 'Tinos';
	margin-bottom: 25px;
	font-weight: 500;
	
}


.line h1::after, .line h2::after, .line h3::after {
	    display: block;
    content: "";
    width: 160px;
    border-top: 1px solid #888888;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	 

}


h1.noline::after {
	display: none!important;
}

h2.noline::after {
	display: none!important;
}
h3.noline::after {
	display: none!important;
}


h2.mycenter {
	text-align: center;
	margin-left: 0!important;
	margin-top: 20px;
	margin-bottom: 18px;
}
h2.mycenter::after {
	margin-left: auto;
	margin-right: auto;
}

h3.mycenter {
	text-align: center;
	margin-left: 0!important;
}
h3.mycenter::after {
	margin-left: auto;
	margin-right: auto;
}




.innershadow {
   -moz-box-shadow:    inset 0 0 25px #272727;
   -webkit-box-shadow: inset 0 0 25px #272727;
/* box-shadow:         inset 0 0 25px #272727; */
   box-shadow:         inset 0 0 9px #272727a6;
}

.hideme
{
    opacity:0;
}

.largedashafter::after {
	width: 234px;
    height: 0px;
    border-top: 1px solid #E4A14B;
    content: "";
    display: block;
	  margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   
}

.smalldashafter::after {
	width: 160px;
      height: 0px;
    border-top: 1px solid #E4A14C;
    content: "";
    display: block;
	    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


ul {
	margin: 0;
    padding: 0;
    list-style-position: inside;
}




.noslider #maintext-container {
    padding-top: 200px!important;
	background-image: none;
}





.separator30 {
	margin-top:30px;
	margin-bottom:15px;
}
	
.separator60 {
	margin-top:60px;
	margin-bottom:30px;
}

.separator80 {
	margin-top:80px;
	margin-bottom:40px;
}



button:focus {
   
    outline: none;
}






#modalOffer .modal-header {
	background-color: #2ab6af;
	border:none;
	
}

#modalOffer .modal-title {
    margin-bottom: 0;
   
    color: #fff;
       font-weight: bolder;
    font-size: 20px;
    LINE-HEIGHT: 20px;
}
#modalOffer .modal-header .close {
      opacity: .7;
    padding: 15px;
}

#modalOffer .modal-header .close span{
      font: 400 28px/30px 'Fira Sans Condensed';
    color: #FFFFFF
}

#modalOffer .modal-footer {
  
    border-top: none;
}


/*#modalOffer {
	z-index: 2000;
	top:50%;
	
	-ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


#modalOffer .modal-header {
  
    border-bottom: none;
}

#modalOffer .modal-header .close span{
    font: 400 28px/30px 'Fira Sans Condensed';
    color: #FFFFFF
}

*/



#bookModal .modal-header {
	background-color: #2ab6af;
	border:none;
	
}

#bookModal .modal-title {
    margin-bottom: 0;
   
    color: #fff;
       font-weight: bolder;
    font-size: 20px;
    LINE-HEIGHT: 20px;
}
#bookModal .modal-header .close {
      opacity: .7;
    padding: 15px;
}

#bookModal .modal-header .close span{
      font: 400 22px/30px 'Open Sans';
    color: #FFFFFF
}

#bookModal label {
      font: 400 15px/30px 'Open Sans';
      color: #666666;
    
}

#bookModal #book-form #btn_submit {
    background-color: #2ab6aff2;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 19px;
    height: 50px;
    width: 100%;
    /* -webkit-box-shadow: 0px 3px 6px #00000029; */
    /* box-shadow: 0px 3px 6px #00000029; */
    line-height: 22px;
}


#bookModal .input-group-text {
    
    background-color: transparent;
    border:none;
height: 38px;
	padding-left: 0;
	padding-right: 0;
}



#bookModal .form-control {
    border: none;
    border-radius: 0;
    background-color: #f3f3f3;
    /* font-size: 17px; */
   
    /* color: #5f6264; */
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    
    margin-bottom: 15px;
    color: #666666;
	  
}

#bookModal .number {
    max-width: 20px;
    text-align: center;
    padding-right: 0px;
    margin-right: 2px;
    padding-left: 0;
	background-color: transparent!important;
}

#bookModal input[type=number]::-webkit-inner-spin-button, 
#bookModal input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


#bookModal input[type=number] {-moz-appearance: textfield;}


.btn-close {
   
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;

}

.offcanvas-header .btn-close {
   
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;

}

.ui-datepicker .ui-datepicker-title span{
   color: #ffffff;
}

.toast {
	position: fixed; 
	bottom: 80px; 
	right: 20px;
	width: 280px;
	background-color: #2ab6af99;
	z-index: 1000;
}

.toast-header {
    
    display: block;
  
    align-items: flex-end;
    padding: 0 10px 0 0;
    color: #6c757d;
    background-color: #fff1d7;
    background-clip: padding-box;
    border-bottom: none;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.toast p {
	margin-bottom: 0;
	color:#ffffff;
}

.toast p a {
	margin-bottom: 0;
	color:#2c2c2c;
}




/*#covid {
			  position: absolute;
			  top:120px;
			  right:65px;
			  z-index: 9999;
			  
			  width: 202px;

			  overflow: hidden;
			  height: 80px
			
		  }
		  
		   #covid-ins {
			  background-color: rgba(255,255,255,0.72);
			      box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
			  padding:20px;
			   padding-top: 0;
			  margin-left:100%;
			   width: 100%;
			  
		  }
		  

	  
	#covid-title {
			      font-weight: bold!important;
    letter-spacing: 0;
    font-size: 18px;
		  }
		  
		  #covid-text {
			  font: normal 12px/20px 'Comfortaa';
     letter-spacing: 0px;
			   margin-top: 8px;
		  }
		  
		   #covid-link {
			  font: normal 14px/24px 'Comfortaa';
     letter-spacing: 0px;
			   margin-top: 12px;
		  }
		  
		   #covid-close {
			  width:10px;
			   height:10px;
			   position: relative;
			   top:10px;
			   left:160px;
			   z-index: 999999;
		  }
		  
		  #covid-close svg {
			 
			   position: absolute;
			   top:0px;

		  }*/




/*---menu start----*/

.fixed-top {
	padding-left:70px!important;
	padding-right: 70px!important;
}

.fixed-top {
	/* -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
     box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%); */
    background-color: #ffffff;
	padding: 15px;
}

.addshadow {
	 -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.55);
     box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 55%); 
}

#headernav {
	width:325px;
}

.logo {
	position: absolute;
    top: -35px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #fff;
    border-radius: 55%;
    padding: 35px;
}

#headertext {
	display: flex;
	align-items: center;

	
}

#headertext >div {

	margin-right: 32px;
	
}

#headertext .material-icons-outlined {
    font-size: 24px;
    line-height: 24px;
    display: block;
    height: fit-content;
}


.moverlay-menu a {
	font-size:18px;
}



/*---menu ends----*/





/*---main slider start----*/

/*
#languages_mobile {
	width: 91px;
	height: 41px;
	
	font-size: 14px;
	color: #4272b2;
	
	z-index:2000;
	position:absolute;
	top:102px;
	right:0px;
	-ms-transformY: translate(-50%);
    -webkit-transformY: translate(-50%);
    transformY: translate(-50%);

	}
	
#languages_mobile a{
	
	font-size: 14px;
	color: #4272b2;
	text-decoration:none;
	line-height:41px;
	margin-left:7px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	}
#languages_mobile #seclang {
	/*border-left: 1px solid #c05d4b;
	border-right: 1px none #c05d4b;
	border-bottom: 1px solid #c05d4b;
	
	background-color: #ffffff;
	width: 41px;
	height: 41px;
	
	padding-left: 5px;
	background-image: url(images/arrow_lang.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:41px;
	opacity:0;
	
	}
#languages_mobile #active_language {
	/*border-left: 1px none #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	
	background-color: #4272b2;
	width: 41px;
	height: 41px;
	float: right;
	position:relative;	
	text-align:center;
	z-index:1500;
	
	}
	
#languages_mobile #active_language a{
	
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	line-height:44px;
	margin-left:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	
	}*/


#language {
	   
    height: 22px;
    
    position: absolute;
       left: 74px;
    top: 125px;
    z-index: 999;
}

#language a {
	border: 0px solid;
    font: normal 18px/34px 'Open Sans'!important;
    letter-spacing: 0;
    color: #4272b2;
    background-color: #ffffff;
    border-radius: 0;
	display:inline-block;
	margin-right: 5px;
	
}

#language a.active {
	border: 0px solid;
    font: normal 18px/34px 'Open Sans'!important;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #4272b2;
    border-radius: 0;
	display:inline-block;
	margin-right: 5px;
	
}

.langicon {
	border: 0px solid;
    font: normal 18px/34px 'Open Sans'!important;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #4272b2;
    border-radius: 0;
	display:inline-block;
	margin-right: 5px;
	
}

.language a:hover {
	
	
	
}


#slider-title {
	color:#fff;
	font-size: 40px;
	line-height: 52px;
	position: absolute;
	bottom: 50px;
	right: -500px;
	font-weight: 500;
	 /* text-shadow: 2px 2px 1px #afa0a0;*/
	/*-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
	z-index: 100;
	font-family: 'Open Sans', sans-serif;
    text-align: right;
	
	opacity: 0;
  
   
   -moz-transform: translate(0%, 0%) scale(.5);
    -o-transform:translate(0%, 0%) scale(.5);
    -ms-transform:translate(0%, 0%) scale(.5);
    -webkit-transform: translate(0%, -50%) scale(.5);
    transform: translate(0%, 0%) scale(.5);
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

#slider-title span {
	position: relative;
	color:#fff;
	font-size: 40px;
	line-height: 52px;
	
	font-weight: bold;
	  text-shadow: 2px 2px 1px #afa0a0;
	
	font-family: 'Open Sans', sans-serif;
    text-align: center;
	

}

#slider-title.front {
    /*bottom: 90px;*/
    -moz-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
	right:100px;
}

#slider-title.shown {
    opacity: 1;
    /*bottom: 10px;*/
}





#main-slider {
      width: 100%;
	padding:0 40px;
      height: 100%;
	/*position: relative;
		margin-top: 116px;*/
	/*margin-bottom: 45px;*/
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
    }

.swiper {
      width: 100%;
      height: 100%;
	
	
    }

.swiper .swiper-slide {
	 width: 100%;
      height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.95;
	position: relative;
}





.swiper-button-next::after {
	content: none!important;
}

.swiper-button-prev::after {
	content: none!important;
}





 .swiper-button-prev,   .swiper-button-next {
	color: #c4a477!important;
	 top:55%!important;
}
 .swiper-button-prev {
	left:40px!important;
	 
}
.swiper-button-next {
	right:40px!important;
	 
}



.moto-slider {
	word-wrap:break-word;
	position: absolute;
	top: 50%;
	left:20%;
	-ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
overflow: hidden;
	font-size:60px;
	color:#ffffff;
max-width:50%;
line-height:  80px;
	z-index: 100;
/*	text-shadow: 2px 2px #8d8351; */
    text-shadow: 2px 4px #0000005c	
}


#moto-slider .btn-discover {
	border-radius: 50%;
	width:15px;
	height:15px;
	background-color: #ffffff;
	padding: 0;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
}

#scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 auto;
	
	font: 400 15px/13px 'Open Sans';
    text-align: center;
	color: #FFFFFF;
   
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}

#scroll-down:hover {
    cursor: pointer;
}





#scroll-down-mouse {
	position: absolute;
    bottom: 26px;
	left: 50%;
	


	 -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}

#scroll-down-mouse {
	font: 600 13px/13px 'Fira Sans Condensed';
	color:#ffffff;
}





	


#scroll-down-arrow {
	position: absolute;
    bottom: 45px;
	left: 50%;
	/* width: 2px; */
	/* height:70px; */
	/* background-color:#1393c9; */

	
	 -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 9;
}







@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-ms-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
     -webkit-transform: translate(-50%, 0);
    -moz-transform:  translate(-50%, 0);
    -ms-transform:  translate(-50%, 0);
    transform:  translate(-50%, 0);
  }
  40% {
    -webkit-transform:  translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
  60% {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}

.encircle {
  width:60px;
  height:60px;
  border-radius:60px;
  border: solid 2px white;
  position: fixed;
  bottom: 0;
  left: 50%;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


/* main slider ends */







/* --- front page start --- */

#maintext-container {
    padding-top: 70px;
    padding-bottom: 120px;
/*	background-color: #fbf9f6; */
	background-image: url("images/background001A.png");
	background-repeat: no-repeat;
	background-position: 91% bottom;
	position: relative;
}

#maintext-container::after {
   content: '';
	display: block;
	position: absolute;
	bottom:0;
	left:50%;
	width:2px;
	height:50px;
	background-color: #fbf9f6;
}

#maintext {
/*   background-color: #ffffff; */

}

.mybutton {
    background-color: #ffffff;
    color: #888888;
    border-radius: 0;
    width: 160px;
    border: 1px solid #888888;
	position: relative;
}
/*.mybutton:hover {
    background-color: #e6cfb9;
    color: #ffffff;
    border-radius: 0;
    width: 150px;
    border: 1px solid #e6cfb9;
}*/

.mybutton::before {
	position: absolute;
	content: '';
  background-color: #e6cfb9;
  transition: 0.3s ease-out;
}
.mybutton span {
  color: #666666;
  /*border: 1px solid rgb(28, 31, 30);*/
  transition: 0.2s;position: relative
}  
.mybutton:hover span {
  color: #ffffff;
  transition: 0.1s 0.1s;
}
.mybutton.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.mybutton.hover-slide-right:hover::before {
  width: 100%;
}



#fpinfo-container {
    padding-top: 70px;
    padding-bottom: 120px;
	background-color: #fbf9f6;position: relative;

}


#fpinfo-container::before {
   content: '';
	display: block;
	position: absolute;
	top:0;
	left:50%;
	width:2px;
	height:50px;
	background-color: #ffffff;
}


.fpinfo_col {
	background-color: #fbf9f6;    
	padding-bottom: 50px;
}


.fpinfobox_left {
	background-color: #ffffff;
	padding:30px;
	width: 100%; 
	text-align: center;  
	position: relative; 
	right: -70px;
}

.fpinfobox_right {
	background-color: #ffffff;
	padding:30px;
	width: 100%; 
	text-align: left;  
	position: relative; 
	left: -70px;
}


.bline1 {
	border:1px solid #ffffff;
	position: absolute!important;
	top:15px;
	left:15px;
	bottom:15px;
	right:15px;
}
/*.bline1:hover {
	background-image: url("images/more_details.png");
	background-repeat: no-repeat;
	background-position: center center;
}*/


.fpinfobox_icons {
	display: flex;
	margin-bottom: 20px;
	justify-content: center;
	
}
.fpinfobox_icons_right {
	display: flex;
	margin-bottom: 20px;
	justify-content: center;
}


.fpinfobox_icons div.fpinfobox_icons_lastitem {
	margin-right: 0px;
}
.fpinfobox_icons_right div.fpinfobox_icons_lastitem {
	margin-right: 0px;
}



.fpinfobox_icons div {
	text-align: center;
	width: fit-content;
	margin-right: 40px;
}

.fpinfobox_icons_right div {
	text-align: center;
	width: fit-content;
	margin-left: 40px;
}





#whychooseus-container {
    padding-top: 120px;
    padding-bottom: 120px;
	/* background-color: #8eaf84; */
	background-image: linear-gradient(rgb(91 132 187), rgb(225 190 162))

}


#whychooseus {

	background-color: #ffffff;

}

#whychooseus h2 {

	margin-top: 0;

}

.whychooseus-card {
	display: flex;
	flex-direction: row
}


#fpgallery-container {
    padding-top: 70px;
    padding-bottom: 120px;
	background-color: #f4f3f4;

}

#fpgallery-container img{
   width:100%;
	height:100%;

}

#fpgallery-container .p2 {
	    margin-bottom: 16px;
}

.p1  img, .p4  img {
	
	height: 576px!important;
}

.p2  img, .p3  img {
	
	height: 280px!important;
}

.p5  img, .p6  img, .p7  img {
	
	height: 280px!important;
}


#santorini-container-before {
    padding-top: 0px;
    padding-bottom: 0px;
	

	margin-top:60px;
	

}

#santorini-container {
    padding-top: 0px;
    padding-bottom: 0px;
	position: relative;
	height:460px;
	margin-top:0px;
	margin-bottom: 180px;
}

.swiper2 {
	position: absolute!important;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

/* #santorinitext {
	background-color: #4272b2;
    position: absolute;
    z-index: 100;
    height: 600px;
    margin-top: -75px;
	padding: 5px 45px 45px 45px;
} */

#santorinitext {
	background-color: #4272b2;
    position: absolute;
    z-index: 100;
   /* height: 268px;*/
    margin-top: 370px;
	padding: 45px;
	padding-bottom: 30px;
	
/*	 background-image: url(images/background002.png);
    background-repeat: no-repeat;
    background-position: 90% 100%; */
	
}

#santorinitext h2 {
	color:#ffffff;
}



#santorinitext p{
	color:#ffffff;
}


#sb2 {
	display: flex;
    justify-content: center;
}

#sb2 div{
	margin-left: 10px;
	margin-right: 10px;
}






#kostext .swiper-pagination2 {
	z-index: 100;
    position: absolute!important;
    bottom: 55px!important;
    left:inherit!important;
	right:50px!important;
    text-align: center!important;
	width: auto;
	color:#ffffff;
	display: flex;
	
	
	
	font-family: 'Noto Serif', serif;
	
	font-size: 52px;
    line-height: 64px;
}
	

 #kostext .swiper-pagination2 span {
	display: block;
	color:#ffffff;
	font-size: 52px;
	line-height: 64px;
	font-family: 'Noto Serif', serif;
}

#kostext .swiper-pagination2 span:first-child {
	
	/*font-size: 50px;
	line-height: 50px;*/
	font: bold;
}

/*#kostext .swiper-pagination span:first-child::after {
	display: block;
	content: "";
	border: 1px solid #ffffff;
	width:100%;
	margin-top: 10px;
	margin-bottom: 5px;
}*/


#sbs2 {
	position: absolute;
	right: 50px!important;
	    top: 186px!important;
}
 .sb2 {
	    background-color: #444444;
    /* width: 40px; */
    /* height: 40px; */
    color: #ffffff;
    font-size: 30px;
    line-height: 17px;
    text-align: center;
    padding: 15px;
    font-weight: 100;
}



#fpcontact-container {

	
	padding-top: 10px;
	padding-bottom: 20px;
	
background: rgb(42,182,175);
background: linear-gradient(0deg, rgba(251,249,246,1) 59%, rgba(252,252,252,1) 59%);
}

#fpcontact {
	
}

#fpcontact .card {
	background-color: transparent;
	border:none;
}

#fpcontact .card .card-body{
	padding: 0 15px 15px; 
}

#fpcontact .card .card-title{
	color:#ffffff;
	font-size:22px;
	font-weight: bold;
	line-height: 36px;
}


/* --- front page ends --- */







/*--- footer starts ---*/



#footer-container-outer {
	background-color: #fcfcfc;
	padding: 70px 80px;
	justify-content: space-between;
	position: relative;
	z-index: 999;
}

#footer-container-outer .row{

	justify-content: space-between;
}

#footer-container {
	
	
}

.fcol-1 .footer-header{
	text-align: left;
letter-spacing: 0.5px;
	margin-top: 14px;
}

.fcol-1 .footer-header::after {
	content: '';
	display: block;
	border-top:1px solid #525252;
	max-width:80px;
	margin-top: 12px;
	margin-bottom: 27px;
}


.fcol-1 p {
	margin-bottom: 10px;
  font: normal 16px/16px 'Open Sans';
    flex-basis: 50%;
}

.fcol-1 p a{
 font: normal 16px/16px 'Open Sans';
letter-spacing: 0.33px;


   
}

.fcol-1 p span.material-icons-outlined{
	 font: normal 16px/16px 'Material Icons Outlined';
	vertical-align: top;
	
}

#fb1 {
	max-width:330px;
}

.fcol-2 p {
	font: normal 16px/26px 'Open Sans';
		letter-spacing: 0;
		color: #2ab6af;
	margin-bottom: 0px;
}


.fcol-2  {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
}


.fcol-3 .footer-header{
	text-align: right;
letter-spacing: 0.5px;
	margin-top: 14px;
}

.fcol-3 .footer-header::after {
	content: '';
	display: block;
	border-top:1px solid #525252;
	max-width:80px;
	margin-top: 12px;
	margin-bottom: 27px;
	margin-left: auto;
}



.fcol-3 p {
	 font: normal 16px/16px 'Open Sans';

	letter-spacing: 0.33px;
	margin-bottom: 10px;
	text-align: end;
}

.fcol-3 p span.material-icons-outlined{
	 font: normal 16px/16px 'Material Icons Outlined';
	vertical-align: top;
	
}
.fcol-3 p a {
	 font: normal 16px/16px 'Open Sans';

	letter-spacing: 0.33px;

}


.footer-social img {
	
}

.fcol-3 .svg-inline--fa  {
	/*background-color: #ffffff;*/
  
    margin-left: 20px;
   vertical-align: text-top;
    font-size: 30px;
   
    text-align: center;
    line-height: 44px;
   
   
}






#copyright_container-outer {

	
	background-color: #f4f3f4;
}

#copyright_container {
	padding-bottom: 12px;
	padding-top: 12px;
	
}

.ccol-1, .ccol-2, .ccol-3 {
	font: normal 14px/14px 'Open Sans';
	letter-spacing: 0;
	color: #666666;
	margin-bottom: 0;
	
}

.ccol-2 {
	text-align: center;
}

.ccol-3 {
	text-align: right;
}

.UandPdesign {
		
	font: normal 14px/16px 'Open Sans';
	letter-spacing: 0;
	color: #666666;
	margin-bottom: 0;
	}

a.UandPdesign:hover {
		
	color:#222222;
	}


.scroll-topp {
    display: none;
    z-index: 999;
    font-size: 14px;
    
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
}

.scroll-topp {
		position: fixed;
		bottom: 10px;
		right: 31px;
	z-index: 1002;
	}
	
	.scroll-topp:before {
		content: "";
		height: 50px;
		width: 50px;
		top: -2.5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #e6cfb9ab;
		position: absolute;
		border-radius: 50%;
		z-index: -1;
	}

.scroll-topp span {
    display: block;
}

.scroll-top--arrow {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
    width: 12px;
    height: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    display: block;
    margin: auto;
}

/*--- footerends ---*/



/*---- room start ----*/

body.room #maintext-container {
	background-image: none;
}

.roominfo {
	border-right:1px solid #cab6a2;
}
.roominfo:last-of-type {
	border-right:none;
}

.roominfo p {
	font: normal 16px/20px 'Open Sans', sans-serif;
	margin-bottom: 0px;
}

.roominfo p:first-of-type {

	margin-bottom: 10px;
}

#room h2 {
	margin-top: 0;
}

#roomphoto-container {
	margin-top: 90px;
	margin-bottom: 50px;
}

body.room .fpinfo_col {
	background-color: #ffffff;
	margin-top: -200px;
}
body.room  .fpinfobox_right {

    left: 0;
}

#room-container .mybutton {

    width: 100%;

}


/*---- room end ----*/


/* gallery starts */


body.gallery #maintext-container {
    padding-bottom: 50px;
}

body.gallery #maintext-container::after {
    display: none;
}

#gallery-container {
	/*padding-top: 30px;*/
	margin-bottom: 50px;
	padding-left: 0!important;
	padding-right: 0!important;
}

#gallery-container img {
	
	
	max-width: 100%;
	width: 100%;
}



#gallery-container .gallery-item {
	padding-left:7px!important;
	padding-right:7px!important;
	margin-bottom: 14px;
}





#gallery-container	  .boxes{
    display: block;
   /* width: 30%;
    height: 220px;
    background: #fe4;*/
    position: relative;
    overflow: hidden;
   /* float: left;
    margin: 1.5%;*/
    cursor: pointer;max-height: 454px;
}
#gallery-container .da-image{
   min-height: 100%;
   width: 100%;
}
#gallery-container .overlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    color: #FFF;
    background-color: rgba(0,0,0,0.25);
    z-index: 10;
	padding-left:7px!important;
	padding-right:7px!important;
	background-clip: content-box;
	
}
#gallery-container .overlay a{

	display: block;
	width:100%;
	height:100%;
	background-image: url('images/Magnifier.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* gallery ends */


body.rooms #maintext-container {
 
    background-image: none;
}





/*----- services start ------*/

body.services #maintext-container {
 
    background-image: none;
}

body.services #maintext-container::after {
 
   display: none;
}

#services-slider-container {
    padding-top: 70px;
    padding-bottom: 70px;
	background-color: #f7f8fa; 

	position: relative;
}

#services-slider-text {
	background-color: #ffffff;
	padding: 50px;
}

.swiper3 {
	position: absolute!important;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#services-icons-container {
	padding-top: 5px;
    padding-bottom: 5px;
	
}

#services-icons-container .card{
	border:none;
	background-color: transparent;
	
}

#services-icons-container .card img{
	width:fit-content;
	
}
#services-icons-container .card h5{
	font-weight: bold;
	
}


#enjoy-container {
    margin-top: 120px;
    margin-bottom: 120px;
	
	height:450px;

background-image: url('sliders/index/abelonashouses06.jpg');
	background-position: center center;
	
	box-shadow: 1px 1px 43px -6px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: 1px 1px 43px -6px rgba(0,0,0,0.75) inset;
-moz-box-shadow: 1px 1px 43px -6px rgba(0,0,0,0.75) inset;
	background-size: cover;
	background-attachment: fixed;
}

#enjoy-container h2, #enjoy-container h3 {
	color:#ffffff;
	text-shadow: 2px 2px #000000;
}

#enjoyborder::before {
	content: '';
	display: block;
	position: absolute;
	top:0;
	width:46%;
	left:0;
	border-top:1px solid #ffffff;
}

#enjoyborder::after {
	content: '';
	display: block;
	position: absolute;
	top:0;
	width:46%;
	right:0;
	border-top:1px solid #ffffff;
}

#enjoyicon {
	position: absolute;
    top: -32px;
    left: 50%;
    display: block;
    padding: 10px;
   
    height: 67px;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

/*----- services ends ------*/




/* location starts */

body.location #maintext-container {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: none;

	
}

#santorinitext2-container {
	padding-top: 100px;
}

#distances-container {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color:#fcfcfc;
}

#distances ul{
	margin: 0;
	padding:0;
	list-style: none;
	
	
}

#distances li{
	
	background-image: url("images/point.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:25px;
	clear:both;
	
}

#distances li span{
	color: #555555;
	float: right;
	
}

#howtocome-container {
	 padding-top: 70px;
    padding-bottom: 70px;
   
}


/* location ends */



/*contact start */



body.contact #maintext-container {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 80% 0px;
}


#contact-form {
	
}


.contact-container .input-group {
    
    width: 100%;
}

.contact-info p span.material-icons-outlined {
   font: normal 16px/28px 'Material Icons Outlined';
    vertical-align: bottom;
}

.contact-info .mybutton {
    background-color: #ffffff;
    color: #888888;
    border-radius: 0;
    width: 215px;
    border: 1px solid #888888;
    position: relative;
}


label {
   
	font-size:18px;
    font-weight: normal;
}

.form-control::-moz-placeholder {
  color: #626262;
}
.form-control:-ms-input-placeholder {
  color: #626262;
}
.form-control::-webkit-input-placeholder {
  color: #626262;
}



#contact-form .form-control {
	height: 50px;
    margin-bottom: 25px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #626262;
   /* -webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;*/
	box-shadow: 0px 8px 16px #0000001A;
	}
#contact-form .form-control:focus {
    color: #626262;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}
#contact-form .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	font-size: 16px;
    color: #626262;
}

#contact-form textarea.form-control {
    height: 201px;
	background-color: #fff;

    color: #626262;
}

#contact-form #btn_submit {
	    background-color: #4272b2;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    width: 100%;
    /* -webkit-box-shadow: 0px 3px 6px #00000029; */
    /* box-shadow: 0px 3px 6px #00000029; */
    line-height: 22px;
	box-shadow: 0px 8px 16px #0000001A;
}

#contact-form #contact-text  {	
	align-items: center;

    display: flex;
}

#contact-form #contact-text p {
	    font-size: 21px;
    letter-spacing: 6px;
    color: #626262;
	margin-bottom: 0;

}

#contact-form #contact-text span {
	    font-size: 21px;
    letter-spacing: normal;
    color: #626262;
}


body.contact #hours-container {
     padding-top: 0px; 
    padding-bottom: 100px;
}


body.contact  .card {
	border:none;
	background-color: rgba(66,114,178,1);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

body.contact  .card img{
	    width: inherit;
    position: absolute;
    top: -23px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border: 6px solid #ffffff;
    border-radius: 50%;
}

body.contact  .card .card-body h5, body.contact  .card .card-body p, body.contact  .card .card-body p a{
	  color:#ffffff;
}



#whyhow-container {
	padding-top:70px;
	padding-bottom: 70px;
	background-color: #ffffff;

}


/*#whyhow-container .card {
	border:none;
}

#whyhow-container .card img{
	width: fit-content;
	margin-left:auto;
	margin-right:auto;
	padding:50px 25px 15px 25px;
}*/


#whyhow .card h5.card-title {
	font: normal 18px/26px 'Open Sans';
}


/* contact ends */












/* ----------------------- Extra small devices (phones, less than 576px) ----------------------- */
/* ----------------------- No media query since this is the default in Bootstrap ----------------------- */


@media (max-width: 1750px)  {
	.fixed-top {
		padding-left: 40px!important;
    padding-right: 40px!important;
	}
	
}
@media (max-width: 1560px)  {
	
	
}



@media (max-width: 1399px)  {

	
}

@media (max-width: 1199px)  {
	
	
	
	.fixed-top {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
	
	.p1 img, .p4 img {
     height: 414px!important; 
}
	
	.p2 img, .p3 img {
    height: 199px!important;
}
	
	.p5 img, .p6 img, .p7 img {
    height: 199px!important;
}
	
	
	
}

@media (min-width: 1200px) and (max-width:1399px) {
	
	
	
}

@media (max-width: 1310px) {
	
	
	
}

@media (max-width: 1230px) {
	
}


/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) { 
	
	
	

	
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 1024px) { 
	
	

 }

@media (min-width: 992px) and (max-width:1199px) { 
	
	

	



}

@media (min-width: 992px)  { 
	
	
	

}

@media (max-width: 991px) {
	

	
	
	
#main-slider {
      width: 100%;
      height: 550px;
		position: relative;
		padding: 0;
    }
	

	.swiper2 {
		min-height: 500px;
	}
	

	
	.fpinfobox_right {

		left: auto;
	}
	
	.fpinfobox_left {

		right: auto;
	}
	
	.p1 img, .p4 img {
     height: 306px!important; 
}
	
	.p2 img, .p3 img {
    height: 145px!important;
}
	
	.p5 img, .p6 img, .p7 img {
    height: 145px!important;
}
	
	
	
	#whyhow-container {
		padding-top: 25px;
		padding-bottom: 50px;

	}

		#whyhow-container .card {

		margin-bottom: 10px;
	}
	
	.roominfo:nth-of-type(3) {
	border-right:none;
}
	
	
	
	
	.fcol-1 {
		margin-bottom: 50px;
	}
	
	.fcol-2, .fcol-3 {
		
		min-height: 140px;
	}
	
	.footer-header img {
		max-width: 200px!important;
	}
	
	
	
}

@media (max-width: 880px) { 

	
	
	
	
}

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


@media (min-width: 768px) and (max-width: 800px) { 

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

@media (min-width: 768px) and (max-width:991px) { 


	
}
 
@media  (max-width:767px) {
	
	

	
	body.scroll-top {
		display: none!important;
	}
	

	
	
	.swiper2 {
		min-height: 450px;
	}
	
	#sbs2 {
		position: absolute;
		right: 0!important;
		top: 186px!important;
		z-index: 100;
		width: 100%;
	}
	
	#sbs2 .swiper-button-prev2 {
		width:50px;
	}
	
	#sbs2 .swiper-button-next2 {
		width:50px;
		    position: absolute;
    top: 0;
    right: 0;
	}
	
	.p1 img, .p4 img {
     height: auto!important; 
}
	
	.p2 img, .p3 img {
    height: auto!important;
}
	
	.p5 img, .p6 img, .p7 img {
    height: auto!important;
}
	
	#fb1 {
   
    margin: auto;
		
}
	
	body.room .fpinfo_col {
  
    margin-top: 0px;
}
	
	
		.roominfo:nth-of-type(3) {

			border-right: 1px solid #e6cfb9;
}
	
			.roominfo:nth-of-type(2), .roominfo:nth-of-type(4) {
	border-right:none;
		
}
	
	
	.fcol-1 .footer-header {
		text-align: center;
	
	}
	.fcol-1 .footer-header::after {

    margin-left: auto;
    margin-right: auto;
}
	
	
	.fcol-2, .fcol-3 {
		border:none;
	}
	
		.fcol-2 {
		margin-bottom: 50px;
	}
	
		.fcol-3 .footer-header::after {

    margin-left: auto;
    margin-right: auto;
}
	

}
 



@media (min-width: 426px) and (max-width:767px) { 

	

}

@media (max-width: 640px) {
	
	
	
	
	
	
}

@media (max-width: 575px) {
	
.logo {
    position: absolute;
    top: -25px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #fff;
    border-radius: 55%;
    padding: 20px;
}
.logo 	img {
		max-width: 130px;
	}
	
	#main-slider {
      width: 100%;
      height: 400px;
		
		
    }
	
	#language {
		
		display: none;
		
	}
	
	#language a {
	
		font: normal 18px/23px 'Open Sans'!important;
		
		padding: 10px;
	}
	
	#mynavbar-book-rsp {
		background-color: #4272b2;
			color:#ffffff;
		border-radius: 0;
	}
	
	#santorini-container {
   
   
    height: auto!important;
   
    margin-bottom: 40px;
}
	
	.swiper2 {
    position: relative!important;
height:460px;
}
	
	#santorinitext {
		margin-top: 0px;
		position: relative!important;
	}
	
	.p1 img, .p4 img, .p6 img {
    height: auto!important;
}
	
	.swiper-button-prev, .swiper-button-next {
		margin-top: auto!important;
	}
	
	.swiper-button-next1, .swiper-button-prev1 {
		max-height: 40px;
	}
	
	body.services #maintext-container {
    background-image: none;
		padding-bottom: 50px;
}
	
body.services	#enjoy-container {
    margin-top: 50px;

}
	
	.moverlay-menu .languagersp a{
		width: 40px;
    line-height: 40px!important;
    height: 40px;
    padding: 0;
	}
	
.fpinfobox_icons {

    flex-wrap: wrap;
}	
.fpinfobox_icons div {
   
    margin-right: 0;
    flex-basis: 50%;
    margin-bottom: 15px;
}
	
.fpinfobox_icons_right {

    flex-wrap: wrap;
}	
.fpinfobox_icons_right div {
   
    margin-left: 0;
    flex-basis: 50%;
    margin-bottom: 15px;
}
	
			.roominfo {

			border-right: none;
}

	#fb1 {
   
       width: fit-content;
		flex-direction: column;
}
	
.fcol-1 {
		text-align: center;
	}
	
	.fcol-2 *, .fcol-3 * {
		text-align: center!important;
	}
	
	.fcol-2 {
    margin-bottom: 22px;
}
	
	.ccol-1, .ccol-2, .ccol-3 {
	   text-align: center!important;
	}
	
	.fcol-2 img {
 
    margin-bottom: 15px;
}
	
	.fcol-2 p {
 
    margin-bottom: 15px;
}
	
	.fcol-3 p {
 
    margin-bottom: 15px;
}
	

	
	
}
 
@media (max-width: 480px) {
	
	


	
}
 
 @media (max-width: 425px) { 
 

	 .fcol-1 img {
		 max-width: 100%;
	 } 
	 
}

 @media (max-width: 375px) {
	 
	

	 
}

 @media (max-width: 320px) {
	 
	 
	 
}




