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

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=greek');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet');

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Roboto Condensed', sans-serif;*/
/*font-family: 'Merriweather', serif;*/

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


body {
	height: 100%;
	/*padding-left: 25px;
	padding-right: 25px;*/

}

div, p, td, a, span, li {
	font: 400 16px/26px 'Roboto';
	letter-spacing: 0.6px;
	/*color: #7e8890;*/
	color: #585858;
	
}

#cookiesdirective div {
	color:#ffffff!important;
}
#cookiesdirective div a {
  font: 400 16px/30px 'Roboto'!important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  
    font-size: 35px!important;
}

a {
	color: #585858;
}

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

h1, h2, h3, h4, h5 {
	
letter-spacing: 0;
color: #585858;
	
}

h1 span, h2 span {
	font: normal 40px/40px 'Roboto Condensed';
letter-spacing: 0;
	color: #c6a12f;
}

h1.white, h2.white , h3.white, h4.white, h5.white {
	color: #ffffff;
	
}
h1.white span, h2.white span, h3.white span, h4.white span, h5.white span {
	color: #ffffff;
}




h1 {
	font: 300 40px/40px 'Roboto Condensed';
	margin-top: 36px;
	text-align: center;
	margin-bottom: 36px;
}

h2 {
	font: 300 40px/40px 'Roboto Condensed';
	margin-top: 36px;
	margin-bottom: 36px;
	text-align: center;
}

h3 {
	font: 300 40px/40px 'Roboto Condensed';
	margin-top: 23px;
	margin-bottom: 23px;
	text-align: center;
}


.left {
	text-align: left!important;
}


.doubledashafter::after {
	width: 180px;
    height: 3px;
    border-top: 1px solid #585858;
	border-bottom: 1px solid #c6a12f;
    content: "";
    display: block;
	  margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   
}

.white.doubledashafter::after {
	width: 180px;
    height: 3px;
    border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
    content: "";
    display: block;
	  margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   
}

.left.doubledashafter::after {
	width: 180px;
    height: 3px;
    border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
    content: "";
    display: block;
	  margin-left: inherit;
    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;
}







.divider-grey {
	width: 113px;
height: 0px;
border-top: 1px solid #CC5200;
}

.divider-grey-small {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

#ledger-distances-inner  .divider-grey-small {
	
	margin-top: 18px;
	
}

.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 {
	z-index: 2000;
	top:50%;
	
	-ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


.modal-header {
  
    border-bottom: none;
}
.modal-footer {
  
    border-top: none;
}



.owl-prev {
	position: absolute;
	top: calc(50% - 25px);
	left:15px;
}

.owl-next {
	position: absolute;
	top: calc(50% - 25px);
	right:15px;
}




.toast .btn-close {
   
    color: #ffffff;
    background: #c6a12f 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;
	position: relative;
	right: -38px;
	background-color: #cdac6a;
	border-radius: 50%;
	height: 30px;
    width: 30px;
	border: none;

}

.toast {
	    position: fixed;
    bottom: 40px;
    left: 20px;
    width: 120px;
    background-color: #c6a12f;
    z-index: 10000;
    height: 120px;
    border-radius: 50%;
	overflow: visible;

}

.toast .in {
	width: 100px;
    height: 100px;
    border: 1px #ffffff dashed;
    border-radius: 50%;
    margin: auto auto;
	position: relative;
    top: 10px;
}

.toast-body{
	position: relative;
	top: -26px;
	} 

.toast-header {
    
    display: block;
  text-align: right;
    align-items: flex-end;
    padding: 0 1px 0 0;
    color: #6c757d;
    background-color: transparent;
    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;
	font: normal 17px 'Open Sans', sans-serif;
	line-height: 24px;
	
}

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

#booking-container-small {
	     padding: 0; 
	    /* margin-bottom: 40px; */
}

.button-book-online {
	color: #ffffff;

	font-size: 16px;
	line-height: 38px;
	padding: 0;
	border:none;
	background-color: #c6a12f;
	border-radius: 0;
	font-weight: normal;
	width:100%;
	height: 38px;
}

#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 'Roboto';
     letter-spacing: 0px;
			   margin-top: 8px;
		  }
		  
		   #covid-link {
			  font: normal 14px/24px 'Roboto';
     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;

		  }


/*----- effects ------*/

/*--- pulse effect ---*/
.pulse{box-shadow:0 0 0 rgba(252, 251, 249,.9);animation:pulse 1.5s infinite}.pulse:hover{}@-webkit-keyframes pulse {
                0% {
                    -webkit-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                }
                80% {
                    -webkit-box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                }
                100% {
                    -webkit-box-shadow: 0 0 0 0 rgba(60, 163, 220, 0);
               }
            }@keyframes pulse {
                0% {
                    -moz-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                    box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                }
                80% {
                    -moz-box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                    box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                }
                100% {
                    -moz-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0);
                    box-shadow: 0 0 0 0 rgba(252, 251, 249, 0);
                }
            }


@-webkit-keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse2 {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


.pulse2 .circle{
     text-decoration: none; 
     width: 58px; 
     height: 58px; 
     line-height: 55px; 
     border:solid 1px rgba(255, 255, 255, .5); 
     border-radius: 50%; 
     white-space: nowrap; 
     text-align: center; 
     position: relative; 
}
.pulse2 .circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border:solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation-name: pulseCircle;
    /* animation-duration: 1.2s; */
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
}
.pulse2 .circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation-name: pulseCircle;
    /* animation-duration: 1.2s; */
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-delay: 600ms;
}
@keyframes pulseCircle {
    0%   {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    100% {
        top: -50px;
        left: -50px;
        right: -50px;
        bottom: -50px;
        opacity: 0.01;
    }
}


/*----- image1 effects start------*/
/* Common style */
.grid figure {
	position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    max-height: 360px;
    width: 100%;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width:100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
			 
			 /*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	/*background: #18a367;*/
}

figure.effect-layla img {
	height: 390px;
}



figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*----- image1 effects end------*/

/*----- book now effects start------*/

.btnfos-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 1);
  outline-offset: 0px;
}

.btnfos-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
}

/*----- book now  effects start------*/


/*----- read more  effects start------*/

.btn-0:before {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #85988D;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
z-index: -1;
	
}

.btn-0:hover {
  color:#ffffff;
}

.btn-0:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.the-arrow1 {
				  width: 56px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				display:inline-block;
				}
				
				.the-arrow1.-right1 {
				  top: -4px;
					position: relative;
					left: 5px;
				}
				
				.the-arrow1.-right1 > .shaft1 {
				  width: 56px;
				  -webkit-transition-delay: 0.2s;
						  transition-delay: 0.2s;
				}
				.the-arrow1.-right1 > .shaft1:before, .the-arrow1.-right1 > .shaft1:after {
				  width: 8px;
				  -webkit-transition-delay: 0.3s;
				  transition-delay: 0.3s;
				  -webkit-transition: all 0.5s;
				  transition: all 0.5s;
				}
				.the-arrow1.-right1 > .shaft1:before {
				  -webkit-transform: rotate(40deg);
				  transform: rotate(40deg);
				}
				.the-arrow1.-right1 > .shaft1:after {
				  -webkit-transform: rotate(-40deg);
						  transform: rotate(-40deg);
				}
				.the-arrow1 > .shaft1 {
				  background-color: #394B2F;
				  display: block;
				  height: 1px;
				  position: relative;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  -webkit-transition-delay: 0;
						  transition-delay: 0;
				  will-change: transform;
				}
				.the-arrow1 > .shaft1:before, .the-arrow1 > .shaft1:after {
				  background-color: #394B2F;
				  content: '';
				  display: block;
				  height: 1px;
				  position: absolute;
				  top: 0;
				  right: 0;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  -webkit-transition-delay: 0;
				  transition-delay: 0;
				}
				.button-readmore:hover .the-arrow1 > .shaft1, .button-readmore:hover .the-arrow1 > .shaft1:before, .button-readmore:hover .the-arrow1 > .shaft1:after  {
					
					 background-color: #ffffff;
				}
				
				.the-arrow1 > .shaft1:before {
				  -webkit-transform-origin: top right;
				  transform-origin: top right;
				}
				.the-arrow1 > .shaft1:after {
				 /* -webkit-transform-origin: bottom right;*/
				  /* transform-origin: bottom right; */
				}



/*----- read more  effects end------*/



/*----- see more  effects stard------*/

 .the-arrow {
  width: 56px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 40%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #394B2F;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #394B2F;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 0px;
}
.the-arrow.-right > .shaft {
  width: 56px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #394B2F;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #394B2F;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  /*-webkit-transform-origin: bottom right;*/
  /* transform-origin: bottom right; */
}

.animated-arrow {
  display: inline-block;
  color: #394B2F;
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	margin-top: 25px;
}
.animated-arrow:hover {
  color: #394B2F;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #394B2F;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #394B2F;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

/*----- see more  effects end------*/


.sightseemore {
	border: 0px solid!important;
	border-radius: 0;
	width: 141px;
	
	background: #85988d;
	font: normal 14px/20px Roboto;
	letter-spacing: 1.4px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	z-index: 15;
	outline-color: #85988d!important;
}

.sightseemore:hover {
	
	color: #FFFFFF;

}


/*----- see more sighseeings effects stard------*/

 .the-arrow2 {
  width: 56px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow2.-left {
  position: absolute;
  top: 47%;
  left: 0;
}
.the-arrow2.-left > .shaft {
  width: 0;
  background-color: #ffffff;
}
.the-arrow2.-left > .shaft:before, .the-arrow2.-left > .shaft:after {
  width: 0;
  background-color: #ffffff;
}
.the-arrow2.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow2.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow2.-right {
  top: 0px;
}
.the-arrow2.-right > .shaft {
  width: 56px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow2.-right > .shaft:before, .the-arrow2.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow2.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.the-arrow2.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow2 > .shaft {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow2 > .shaft:before, .the-arrow2 > .shaft:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.the-arrow2 > .shaft:before {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.the-arrow2 > .shaft:after {
  /*-webkit-transform-origin: bottom right;*/
  /* transform-origin: bottom right; */
}

.animated-arrow2 {
  display: inline-block;
  /*color: #394B2F;*/
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	background-color: #85988d ;
	padding:15px;
	font: bold 12px/12px Arimo;
	letter-spacing: 1.8px;
	color: #FFFFFF;
}
.animated-arrow2:hover {
  color: #394B2F;
}
.animated-arrow2:hover > .the-arrow2.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow2:hover > .the-arrow2.-left > .shaft:before, .animated-arrow2:hover > .the-arrow2.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow2:hover > .the-arrow2.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow2:hover > .the-arrow2.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow2:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow2:hover > .main > .the-arrow2.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow2:hover > .main > .the-arrow2.-right > .shaft:before, .animated-arrow2:hover > .main > .the-arrow2.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow2:hover > .main > .the-arrow2.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow2:hover > .main > .the-arrow2.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow2 > .main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	
}
.animated-arrow2 > .main > .text {
  margin: 0 16px 0 0;
 
	font: bold 12px/12px Arimo;
	letter-spacing: 1.8px;
	color: #FFFFFF;
}
.animated-arrow2 > .main > .the-arrow {
  position: relative;
}

/*----- see more sighseeings effects end------*/


/*----- fp photos zoom out  effect stard------*/




.zoomout{
    overflow: hidden;
    padding: 0;
    width: 100%;
 margin-bottom: 30px
}

.zoomout img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
	 transform: scale(1);
	max-width:380px;
}
.zoomout img:hover {
    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
	transform: scale(1.2);
    z-index: 0;
}

/*----- fp photos zoom out  effect end------*/


/*----- room book now  effect start------*/

a.booknow  {
 position: relative;
  color: #85988d;
  text-decoration: none;
  font-size: 2em;
  /* display: inline-block; */
  font-family: Montserrat;
  text-transform: uppercase;
  padding: 0.5em 2em;
  border: 2px solid #85988d;
  -webkit-transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
  transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
a.booknow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #85988d;
  /* -webkit-transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1); */
  /* transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1); */
  /*z-index: -1*/;
}
a.booknow::after {
  content: "";
  display: inline-block;
  background-image: url("images/109617.png");
  position: absolute;
  top: 0;
  left: calc(100% - 3em);
  right: 3em;
  bottom: 0;
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
  transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}
a.booknow:hover {
  padding: 0.5em 3.5em 0.5em 0.5em;
}
a.booknow:hover::before {
  left: calc(100% - 3em);
  right: 0;
  -webkit-transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
a.booknow:hover::after {
  right: 0;
  -webkit-transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
  transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

/*----- room book now  effect end------*/



/*----- effects end ------*/




.social {
 width: 54px;
    height: 113px;
    position: fixed;
    z-index: 10;
    perspective: 1000px;
    list-style: none;
	    right: 0px;
    top: calc(30% - 60px);
}

.social li a {
  display: block;
  height: 56px;
  width: 54px;
  /* background: #f8f8f8; */
  background: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  font: normal normal normal   26px/16px 'FontAwesome';
  color: #c6a12f;
  -webkit-font-smoothing: antialiased;
  padding: 12px;
  text-decoration: none;
  /*text-align: center; c
  transition: background .5s ease .300ms;
  /*margin-bottom: 10px;*/
}

.social li:first-child a:hover { background: #fff }
.social li:nth-child(2) a:hover { background: #fff }


.social li:first-child a { border-radius: 0px 0 0 0 }
.social li:last-child a { border-radius: 0 0 0 0px }
    
.social li a span {
     width: 140px;
    float: left;
    text-align: center;
    background: #c6a12f;
    font-size: 17px;
    color: #fff;
    margin: -39px -185px;
    padding: 7px;
    transform-origin: 0;
 
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 2px;
  transition: all .5s ease .300ms
}

.social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -18px;
    top: 12px;
    border-right: 10px solid transparent;
    border-left: 10px solid #c6a12f;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}


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



body.no-slider #mainnavbar-container {
	/* background-color: #c6a02fa3!important; */
	background: #fff;
}



body.no-slider {
	padding-top: 90px;
	/*background-color: rgb(252, 251, 249);*/
}

#mainnavbar-container {
	background-color: transparent;
	transition:background-color 0.5s ease;
	padding: 6px 40px;
}

#mainnavbar {
	background-color: transparent;
	padding-top: 0;
    padding-bottom: 0;
}


#mainnavbar-container.open {
	/* background-color: #c6a02fa3!important; */
	background: #fff;
}

.navbar-brand {
    margin-right: 0;
	margin-left: 0;
   
}

@media (min-width: 1200px) {
    #mainnavbar-container .navbar-container {
        max-width: 1800px;
    }
}

#logo {
   -webkit-transition: width 0.5s; /* Safari prior 6.1 */
   transition: width 0.5s;
   width:250px;
}


 
 .navbar-toggler {
   	border: none;
	z-index: 10050;
	border-radius: 0;
	background-color: #c6a12fcc;
	/* -webkit-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.4);*/
	 
}
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 27 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='1.4' stroke-linecap='corner' stroke-miterlimit='25' d='M0 1 h17 M0 9 h27'/%3E%3C/svg%3E")!important;
	      vertical-align: middle;
}

.navbar-toggler-icon {
   
    /*width: 37px;*/
        width: 2.5em;
    height: 2.5em;
	
}

.nav-item a {
	/*color:#ffffff; */
	color:#444;
}

a.dropdown-item {
	color:#585858;
	text-align: center;
}






.dropdown-item.active, .dropdown-item:active {
 
    background-color: #c6a12f;
}




.mynavbar-collapse {
   
    align-items: center;
    z-index: 10040;
    background-color: rgba(134,152,141, 0.8);
    position: fixed;
    top: 0;
    left: 0;
	bottom:0;
	right: 0;
    width: 100%;
    height: 100%;
    text-align: center;

	
}

.mynavbar-collapse  .navbar-nav {
	height: 100%;
	/*for ie*/
	justify-content: space-around;
	/*for moz & chrome*/
	/*-webkit-justify-content: space-evenly !important;*/


}

.mynavbar-collapse .nav-link {
	
	
	font-size: 26px;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
    font-weight: bold;
	
	
}

.mynavbar-collapse .nav-link:hover {
	color: #ffffff;
	background-color:inherit;
	
	
}

.mynavbar-collapse  .nav-link.active {
	
	
	
	
}





#lang a {
	display: inline-block;
	padding: 8px;
	border:1px solid #999999;
	margin-left: 10px;
	color:#555555;
}

#lang a:hover {
	border:1px solid #c6a12f;
	color: #c6a12f;
	background-color: #fff;
}


#lang a.active {
	
	border: 1px solid #ffffffbf;
/*	border:1px solid #c6a12f;
	color: #c6a12f;  */
    color: #ffffff;
	background-color: #c6a12fb8;
}


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













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

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

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






.swiper-container-horizontal > .swiper-pagination-bullets {
 
    top: 58%;
    transform: translate3d(0px, -50%, 0);
    width: 100%;
    bottom: auto!important;
	height:24px;
	
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 6px 0;
  /*display: block;*/
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}




#slider-book {
	position: absolute;
	top: 120px;
	right:70px;
	z-index: 100;
}


#slider-book a.btn {
	background-color: #ffffff;
	color:#515151;
	border:1px solid #d6bb69; 
	border-radius: 0;
}

/*#slider-book a.btn:hover {
	background-color: #ffffff;
	color:#2691b8a6;
	border:1px solid #2691b8a6;
	border-radius: 0;
}*/



#slider-container {
	background-color: #f8f8f8;
	height: 623px;
}

 .swiper-button-prev,   .swiper-button-next {
	color: #ffffff!important;
}

.swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 0.75;
	
	margin:0 10px!important;
	vertical-align: middle;
}

.swiper1 .swiper-pagination-bullet-active {
      width: 24px;
    height: 24px;
    background: #E4A14B 0% 0% no-repeat;
    opacity: 1;
    /*border: 2px #394B2F solid;*/
	 border: 1px #ffffff solid;
    padding: 2px;
    /* box-sizing: border-box; */
    background-clip: content-box;
	
}

/* .swiper-container-vertical > .swiper-pagination-bullets {
  left: 80px;
	right:auto!important;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
	 
}*/











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


.swiper2 img {
     max-width: 100%;

    }

.swiper2 .swiper-slide {
    text-align: center;
    padding-top: 36%;
	background-size: cover;
    }





#slider-title {
	
	font: 300 40px/40px Roboto;
letter-spacing: 0;
color: #FFFFFF;

	
	
	position: absolute;
	top: 50%;
	left: 50%;
	
/*	  text-shadow: 2px 2px 1px #afa0a0;*/
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 100;
	
    text-align: center;
	
	
  opacity: 0;
  
   
   -moz-transform: translate(-50%, -50%) scale(.5);
    -o-transform:translate(-50%, -50%) scale(.5);
    -ms-transform:translate(-50%, -50%) scale(.5);
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) 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.front {
    /*bottom: 90px;*/
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

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



#slider-subtitle {
	
	font: 300 20px/40px Roboto;
letter-spacing: 0;
color: #FFFFFF; 
opacity: 1;
	
	
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	
/*	  text-shadow: 2px 2px 1px #afa0a0;*/
	/*-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 100;*/
	
    text-align: center;
	
}



	
#scroll-down {
    position: absolute;
    bottom: 56px;
    left: 50%;
    margin: 0 auto;
	
	font: normal 14px/28px 'Roboto';
	letter-spacing: 0.26px;
	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-line {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 0px;
    height: 28px;
    opacity: 1;
    transform: translate(-50%, 0%);
    z-index: 9;
    border-width: 1px;
    border-style: solid;
    border-color: #c6a12f;
    border-image: initial;
}
#scroll-down-line2 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 20px;
    opacity: 1;
    transform: translate(-50%, 0%);
    z-index: 9;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}




@-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 */



#booking-container-small {
	    padding: 0;
    /*margin-bottom: 40px;*/
}

#booking-container-small .button-book-online {
	color: #ffffff;

	font-size: 16px;
	line-height: 38px;
	    padding: 0;
	border:none;
	background-color: #c6a12fad;
	border-radius: 0;
	font-weight: normal;
	width:100%;
	height: 38px;
}


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


#maintext-container {
	margin-top:15px;
	margin-bottom: 40px;
	
}


#fp-location-container {
	margin-top:40px;
	margin-bottom: 40px;
	background-color: #2691b8a6;
	padding-bottom: 90px;
	position: relative;
}


.fp-location-text {
	background-color: #ffffff;
	padding:30px;
	width:100%;
	position: relative;
    margin-top: -90px;
    z-index: 9;
	
}

.fp-location-text a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}

#location-icon-b {
	display: block;
	position: absolute;
	bottom: -62px;
    left: calc(50% - 62px);
}




#fp-location-container {
	margin-top:40px;
	margin-bottom: 40px;
	

}


#location-slider {
	    border: 2px solid #fff;
}


#fp-accommodation .suiteinfo {
	display: flex;
	
}

#fp-accommodation .suiteinfo div{
	margin-right: 20px;
	font: 400 15px/30px 'Roboto';
	
}

#fp-accommodation .suitetitle {
	
	font: bold 29px/30px 'Roboto';
	margin-bottom: 10px;
}

#fp-accommodation .suiteiteminfo {
	
	border: solid 1px #c9c9c9;
	background-color: #fbfaf6;
    padding: 243px 20px 20px 20px;
    position: relative;
    top: -230px;
    left: 25px;
	z-index: 0;
	
}

#fp-accommodation .suiteimg {
	
	position: relative;
	z-index: 5;
}

#fp-accommodation .suitebtn {
	margin-top: 25px;
	text-align: right;
}

#fp-accommodation .suite1 {
	padding-right: 30px;
}

#fp-accommodation .suite2 {
	padding-left: 30px;
}



.btn-suite-more {
	      background-color: #c6a12f;
    color: #ffffff;
    border-radius: 0;
    outline-color: #c6a12f;
    font: 300 18px/18px 'Roboto Condensed';
    /*width: 90px;*/
}


.btn-suite-more:hover {
	  
    color: #ffffff;
    
  
}



#fp-gallery-container {
	margin-top:-170px;
	margin-bottom: 40px;
	

}






.btn-more-photos {
	    background-color: #c6a12f;
    color: #ffffff;
    border-radius: 0;
    outline-color: #c6a12f;
	font: 300 18px/30px 'Roboto Condensed';
	width:170px;
}


.btn-more-photos:hover {
	  
    color: #ffffff;
    
  
}


#fp-why-how-container {
	margin-top:40px;
	margin-bottom: 0px;
 /* background-color: #2691b8a6; */
	background-color: #F7F2F0;
	padding-top:10px;
	padding-bottom: 30px;
	position: relative;
}



#fp-why-how-container h2{
	
	/* color: #ffffff;  */ color: #585858;
	font-size: 38px;
	font-weight: 500;
	line-height: 80px;
}

#fp-why-container {
	margin-bottom: 60px;
}

.why-box {
	background-color: #ffffff;
    /* border: solid 1px #c9c9c9; */
    box-shadow: 0px 3px 6px #00000029;
	padding-top:35px;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

.why-box-title {
	/* font:bold 18px/20px "Roboto"; */ font: 16px/20px "Roboto";
	color: #585858;
	margin-top:25px;
}

#fp-contact-container {
	background-color: #fbfaf6;
	padding-top:110px;
	padding-bottom: 80px;
}



#fp-how-container {
	
	padding-bottom:40px;
}


#fp-ribbon {
	position: relative;
	background-color: #ffffff;
}



.fp-how-2col::before {
	content: '';
    position: absolute;
    display: block;
    height: 60px;
    border-left: 1px solid #585858;
    left: 0;
   top:27px;
}
.fp-how-2col::after {
	content: '';
    position: absolute;
    display: block;
    height: 60px;
    border-right: 1px solid #585858;
    right: 0;
   top:27px;
}

.fp-how-to-book {
	
	font-size: 20px;
	font-weight: bold;
	color: #585858;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 24px;
	
}

.fp-how-to-book a {
	
	font-size: 20px;
	font-weight: bold;
	color: #585858;
	
}




#fp-map-container {
	margin-top:0px;
	margin-bottom: 40px;

	  
}

#ledger-distances {
	position: absolute;
	top:50%;
	right:115px;
	-ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	background-color: #ffffff;
	padding:10px;
	z-index:100;
	width: 340px;
	
	box-shadow: 0px 3px 6px #00000029;
border: 1px solid #c6a12f;
	
}


#close-x {
	position: absolute;
    content: 'x';
    top: -12px;
    right: -9px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    width: 21px;
    text-align: center;
    background-color: #c6a12f;
    border-radius: 50%;
    line-height: 21px;
    padding: 0;
    margin: 0;
    height: 23px;
}

.hidebox {
	display: none!important;
}

#ledger-distances h2 {
	margin-top: 0;
    font: 300 35px/35px 'Roboto Condensed'!important;
	color:#c6a12f;
	margin-bottom: 30px;
}


#ledger-distances .doubledashafter::after {
	width: 180px;
    height: 3px;
    border-top: 1px solid #585858;
	border-bottom: 1px solid #c6a12f;
    content: "";
    display: block;
	  margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}



#ledger-distances p {
	   font: normal 16px/34px Roboto;

color: #585858;
	margin-bottom: 0;
}

#ledger-distances-inner {
	padding-top: 30px;
	padding-bottom: 45px;
}

#ledger-distances-inner #left-column {
	float:left;
}

#ledger-distances-inner #right-column {
	float:right;
	  
}



/*image effect start*/

.photobox__previewbox{
  position: relative;
  overflow: hidden;
}

.photobox__previewbox:before{
	  content: "";
	}

.photobox__label a {
	color:#ffffff;
	font-size: 22px;
}

/* type 1 */

.photobox_type1 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  border-radius: 50%;
  
  position: absolute;
  top: 0;
  left: 0;

  background-color: var(--photoboxOverlay, rgba(190, 156, 94, .5));
  transition: transform calc(var(--photoboxAnimationDuration, .2s) / 2) ease calc(var(--photoboxAnimationDuration, .2s) / 2);
  will-change: transform;
  transform: scale(0);
}

.photobox_type1:hover .photobox__previewbox:before{
  transform: scale(2);
  transition-duration: var(--photoboxAnimationDuration, .2s);
  transition-delay: 0s;
}

.photobox_type1 .photobox__label{
  width: 50%;
  transform: translate(-200%, -50%);
  transition: transform var(--photoboxAnimationDuration, .2s) ease-out;
  will-change: transform;
  
  position: absolute;
  top: 50%;
  left: 15%;
}

.photobox_type1:hover .photobox__label{
  transition-duration: var(--photoboxAnimationDuration, .2s);
  transform: translate(0, -50%);
}

/* type 2*/

.photobox_type2 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  
  border-radius: 50%;
  background-color: var(--photoboxOverlay, rgba(190, 156, 94, .5));
  
  position: absolute;
  top: 0;
  right: 0;

  transition: transform var(--photoboxAnimationDuration, .2s) ease calc(var(--photoboxAnimationDuration, .2s) / 2);
  will-change: transform;
  transform: scale(0);
}

.photobox_type2:hover .photobox__previewbox:before{
  transform: scale(2);
  transition-duration: var(--photoboxAnimationDuration, .2s);
  transition-delay: 0s;
}

.photobox_type2 .photobox__label{
  width: 50%;
  text-align: right;
  
  transform: translate(200%, -50%);
  transition: transform var(--photoboxAnimationDuration, .2s) ease-out;
  will-change: transform;
  
  position: absolute;
  top: 50%;
  right: 15%;
}

.photobox_type2:hover .photobox__label{
  transition-duration: var(--photoboxAnimationDuration, .2s);
  transform: translate(0, -50%);
}

/* type 6*/
		
.photobox_type6		.photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  
  background-color: var(--photoboxOverlay, rgba(190, 156, 94, .5));
  border-radius: 50%;
  
  position: absolute;
  top: 50%;
  left: 50%;

  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
  will-change: transform;
  transform: translate(-50%, -50%) scale(0);
}

.photobox_type6:hover .photobox__previewbox:before{
  transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, .8s);
}

.photobox_type6 .photobox__label{
  width: 95%;
  text-align: center;
  
  transform: translate(-200%, -50%);
  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
  will-change: transform;
  
  position: absolute;
  top: 50%;
  left: 50%;
}

.photobox_type6:hover .photobox__label{
  transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 4);
  transform: translate(-50%, -50%);
}


/*image efect end */






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







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



#footer-container-outer {
	
	padding-top: 40px;
	padding-bottom: 16px;
	margin-top: 40px;
}

#footer-container {
	
	
}


.footer-header {
	max-width: 250px;
	border-bottom: 1px solid #383838;
	padding-bottom: 25px;
	margin-bottom: 32px;
	padding-top: 30px;
	min-height:117px;
	
}



.footer-logo {
	margin-bottom: 42px;
}
.fcol-1 {
	
	padding-left: 0;

}


.fcol-1 p {
	
	font: normal 16px/16px 'Roboto';
    letter-spacing: 0;
    color: #585858;
    flex-basis: 100%;
    margin-bottom: 7px;
}

.fcol-1 p strong {
	
	font-weight: bold;

}

.fcol-2 .footer-header{
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}

.fcol-2 p {
	font: 400 15px/19px 'Roboto';
	text-align: center;
  
    

   
   
}

.fcol-2 p a{
	font: 400 15px/19px 'Roboto';
	letter-spacing: 0;
	color: #585858;

   
}


.fcol-3 {
	padding-right: 0;
	text-align: right;
}

.fcol-3 p {
	
	font: 400 15px/19px 'Roboto';
	
	color: #585858;
}

.fcol-3 a:hover {
	
	font-weight: bold;
	color: #585858;
}

.fcol-3 a.active {
	
	font-weight: bold;
	color: rgb(204, 82, 0);
}

.fcol-3 p span{
	
	color:#ffffff;
	letter-spacing: -2px;
	margin-left:10px;
	margin-right: 10px;
}



.footer-social img {
	padding: 0 5px;
}

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






#copyright_container-outer {


}

#copyright_container {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #c6a12f;
}

.ccol-1, .ccol-2, .ccol-3 {
	font: 300 16px/16px Roboto;

	margin-bottom: 0;
	color:#585858;
}

.ccol-1 {
	padding-left: 0;
	line-height: 20px;
}

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

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

.dproject {
		
	font: 300 16px/16px Roboto;
	
	color: #585858;
	margin-bottom: 0;
	}

a.dproject:hover {
		
	color:#585858;
	}



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

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

.scroll-top span {
    display: block;
}

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

/*--- footerends ---*/





/* accommodation starts */



/* accommodation ends */




/* room starts */


#room-info-container {
	background-color: #f3f3f4;
    padding-top: 35px;
    padding-bottom: 35px;

}



.roominfo {
	/*margin-bottom: 22px;*/
}

.roominfo img {
	padding-right: 15px;
}
.roominfo  div {
	
	letter-spacing: 0.7px;
	
	margin-bottom: 20px;
}








.info-1, .info-2, .info-3 {
	flex-basis: 33%;
	text-align: center;

	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}
.info-1 span, .info-2 span, .info-3 span {
	color: #2691b8a6;
	font-size: 18px;
	letter-spacing: 0.9px;
}

body.room .info-list {
       padding-top: 60px;
    padding-right: 40px;
    font-size: 16px;
    margin-bottom: 60px;
    padding-left: 40px;
}

body.room .info-list li {
   
	font-size: 16px;
	font-weight:400;
	line-height: 22px;
	
	list-style: none;
	background-image: url('images/bullet-checkbox.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 42px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

a.room-booking-button {
	    color: #ffffff;
    font-size: 16px;
    line-height: 29px;
    padding: 6px 20px;
    border: none;
    background-color: #c6a12f;
    border-radius: 0;
    font-weight: normal;
    margin-top: 40px;
    height: 38px;
    margin-bottom: 40px;
    min-width: 275px;
}
a.room-booking-button:hover {
	color: #ffffff;
	text-decoration: none;
}



body.room #other-rooms-container {
	padding-bottom: 80px;
	background-color: #f7f2f0;
}





.other-rooms-info {
	max-width: 60%;
	background-color: #ffffff;
	margin-top: -35px;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	padding: 35px 10px 22px 10px;
}

.other-rooms-info p {
	
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 12px;
}
.other-rooms-info a {
	
	font-size: 16px;
	line-height: 16px;
	width: fit-content;
	/*color: #2691b8a6;*/
	letter-spacing: 1.4px;
	    display: block;
    margin-left: auto;
    margin-right: auto;
}

.other-rooms-info a:hover {
	color: #c6a12f;
}

.other-rooms-info a::after {
	 content: "";
    display: block;
    width: 50px;
    height: 1px;
   
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 2px solid #c6a12f;
    padding-bottom: 10px;
	
}

.other-rooms-info a:hover::after {
	
	 width: 100%;
	
}



/* room ends */




/* services starts */


#acc-glance-container {
	background-color: #2691b8a6;
	padding-top:20px;
	/*padding-bottom: 60px;*/
}


#acc-glance p {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 20px;
letter-spacing: 0.38px;
color: #ffffff;
	
}

.acc-glance-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 60px;
}


/* services ends */






/* location starts */

#location-image-container {
	/*margin-top: 94px;
	margin-bottom: 60px;*/
	padding: 0;
}
.location-image-text {
	position: absolute;
	bottom:15%;
	left:10%;
	font: Bold 18px/28px "Roboto";
letter-spacing: 0.9px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #00000080;
	max-width: 474px;
}

#location-container {
	background-color: #F7F2F0;
	padding-top:10px;
	padding-bottom: 50px;
}
#location-container li {
	list-style: none;
	font: normal 16px/30px "Roboto";
letter-spacing: 0.9px;
color: #585858;
}
body.location #maintext-container2 {
	    padding-top: 20px;
    padding-bottom: 60px;
}

body.location h3 {
	    margin-top: 30px;
}

/*#maintext-container2 p:first-child::first-letter  {
	   color: #BB9873;
   	font-size: 24px;
}*/
#location-image-container {
	/*margin-top: 94px;
	margin-bottom: 60px;*/
	padding: 0;
}
.location-image-text {
	position: absolute;
	bottom:15%;
	left:10%;
	font: Bold 18px/28px "Roboto";
letter-spacing: 0.9px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #00000080;
	max-width: 474px;
}


/* location ends */




/* gallery starts */



body.gallery #maintext-container  {
	
}

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


#gallery-container1 {
	/*background-color: #ffffff;*/
	padding-bottom: 50px;
}




#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-container1 a.nav-link {
	color:#fbfaf6!important;
	background-color: #a9a9ac;
}

#gallery-container1 a.nav-link:hover {
	color:#ffffff!important;
	background-color: #c6a12f;
}

#gallery-container1 a.nav-link.active {
	color:#ffffff!important;
	background-color: #c6a12f;
	
}

#gallery-container1 li.nav-item {
	width:33.33%;
	
}

#gallery-container1 a.nav-link.t1 {
	margin-right:5px;
}

#gallery-container1 a.nav-link.t2 {
	margin: 0 5px;
}

#gallery-container1 a.nav-link.t3 {
	margin-left:5px;
}


/* gallery ends */



/*contact start */


.contact-info p {
	margin-top: 22px;
	margin-bottom: 0;
}



#contact-info-container {
	background-color: #ffffff;
	padding-top: 35px;
	padding-bottom: 21px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#contact-info-container p {
	
	color: #585858;
	font-size: 16px;
	
	font-weight: normal;
	display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}




#contact-container {
	
	padding-top: 30px;
	padding-bottom: 30px;
}

#contact-container-form {
	margin-bottom: 40px;
	background-color: #f8f8f8;
	padding-top: 40px;
}

#contact-container-form h3{
	text-align: left;
	font-weight: bold;
	color:#e49816;
	font-size: 26px;
	margin-bottom: 20px;
    margin-top: 20px;
}

#contact-container-form i{
	
	color:#e49816;
	
}




#contact-container .fa {
	color:#c75e47;
	    font-size: 19px;
}

.contact-social {
	background-color: rgba(213, 213, 213, .5);
	padding: 6px;
	border:1px solid #8dc8ed;
	background-clip: content-box;
	
	display: inline-flex;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
	    max-height: 220px;
    margin-top: 25px;
}

.contact-social a {
	color:#5db0e6;
	font-size:26px;
	
}




.contact-form{
    margin-top: 30px;
	display: flex;
    flex-wrap: wrap;
}
 .contact-form   .input-block{
        background-color: rgba(255, 255, 255, 1);
    border: solid 1px #7c7d7e1a;
        width: 100%;
        height: 50px;
        padding: 25px;
        position: relative;
        margin-bottom: 30px;
      /*  @include transition(all 0.3s ease-out);*/
	 -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}
 .contact-form   .input-block.focus{
            background-color: #fff;
            border: solid 1px darken(#FF512F, 10%);
        }
.contact-form   .input-block.textarea{
            height: auto;
}
.contact-form   .input-block            .form-control{
                height: auto;
                resize: none;
            }
        
 .contact-form   .input-block       label{
            position: absolute;
            left: 25px;
            top: 22px;
            display: block;
            margin: 0;
            font-weight: 300;
            z-index: 1;
            color: #333;
            font-size: 16px;
            line-height: 10px;
        }
  .contact-form   .input-block      .form-control{
            background-color: transparent;
            padding: 0;
            border: none;
           /* @include border-radius(0);
            @include box-shadow(none);*/
            height: auto;
            position: relative;
            z-index: 2;
            font-size: 18px;
            color: #333;
        }
  .contact-form   .input-block      .form-control:focus {
           
               
           box-shadow: none;
        }
    

    .square-button{
        background-color: #c6a12f;
        color: #ffffff;
        font-size: 18px;
     
        font-weight: 500;
        text-align: center;

        padding: 0 60px;
        height: 50px;
        border: none;
        width: 100%;
		border-radius: 0;
		-webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

 .square-button:hover {
        background-color: #E4A14B;
     
}



a.policy-button {
	  color: #585858;
    font-size: 16px;
    line-height: 27px;
    padding: 6px 20px;
    border: 1px solid #c6a12f;
    background-color: transparent;
    border-radius: 0;
    font-weight: normal;
    margin-top: 0px;
    height: 38px;
    margin-bottom: 0px;
    min-width: 275px;
}
a.policy:hover {
	
	text-decoration: none;
}


/* contact ends */

.policy #maintext-container {
	background-color: #fcfcfc;
	padding-bottom: 50px;
}




/* faq start */

body.faq #maintext-container {
	background-color: #fcfcfc;
	margin-bottom: 0;
	
}
 #faq-container {
	background-color: #fcfcfc;
	padding-bottom: 50px;
}

.accordion .card {
	background-color: #ffffff;
	/*border:1px solid #dee2e6;*/
	border:none;
	margin-bottom: 25px;
	
}

.accordion .card-header {
	background-color: #ffffff;
	border:none;
	    padding-top: 5px;
}


.accordion .card-header h2 {
	margin-top:10px;
	margin-bottom: 10px;
	
}

.accordion .card-header h2 button {
	color:#585858;
	font: 300 26px/26px 'Roboto Condensed';
	
}

.accordion .card-header h2 button:hover,.accordion .card-header h2 button {
	text-decoration:none;
}

.accordion .card-header .btn.focus, .accordion .card-header .btn:focus, .accordion .card-header .btn:visited, .accordion .card-header .btn:active {
    outline: 0;
    box-shadow: none;
}

/* faq ends */


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


@media (min-width: 1360px) {
    .container {
        max-width: 1340px;
    }
    .body.no-slider #mainnavbar-container {
        max-width: 1340px;
    }
}


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

	
}

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

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


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

		text-align: center;
	}
	
#lang a.active {
	color:#fff;
    background-color: #c6a12f;
}
	
	#lang a {
color:#c6a12f;
    background-color: #ffffff;
}
	
		#lang a:hover {
color:#fff;
    background-color: #c6a12f;
}
	
	
	.fp-accommodation-info h3 {
		font: bold 40px/40px 'Roboto Condensed';
		color: #585858;
		text-align: left;
		margin-top: 0;
    margin-bottom: 10px;
	}
	
	.fp-accommodation-info .max-persons {
		font: normal 30px/30px 'Roboto Condensed';
		color: #585858;
		text-align: left;
		margin-bottom: 10px;
	}
	
	
	.fp-accommodation-info .icons-info {
		font: normal 18px/18px 'Roboto';
		color: #585858;
		margin-bottom: 10px;
	}
	
}


/* 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;
    }
	
	.swiper2 .swiper-slide {
	
		padding-top: 50%;
		
	}
	
	.navbar-brand {
   
     margin-left: 0px;
}
	
	.fp-accommodation-info h3 {
	font: bold 50px/50px 'Roboto Condensed';
	color: #585858;
	text-align: left;
		margin-top: 25px;
		margin-bottom: 25px;
}

.fp-accommodation-info .max-persons {
	font: normal 40px/40px 'Roboto Condensed';
	color: #585858;
	text-align: left;
	    margin-bottom: 20px;
}


.fp-accommodation-info .icons-info {
	font: normal 18px/18px 'Roboto';
	color: #585858;
	margin-bottom: 20px;
}

	.why-box {
	
		margin-bottom: 30px;
	}
	
	body.room .info-list {
   
     padding-right: 20px; 
  
     margin-bottom: 0px;
     padding-left: 0; 
}
	
	.other-rooms-info {
   		 max-width: 100%;
	margin-top: 0!important;
	}
	
	.roomlines {
		display: none;
	}
	
	.roominfo div {
		
		text-align: left;
	}
	.mobLang
	{
		display:none;
	} 
	
}

@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) { 

	#mainnavbar-container .container {
		max-width: 100%;
	}	
	
	
	
	
}
 
@media  (max-width:767px) {
	
	
	.fp-location-text {
		
		margin-top: 0;
		
	}
	
	
	
	.fp-how-2col::before {
		
		display: none;

	}
	.fp-how-2col::after {
		display: none;
	}
	
	.fp-how-2col {
		border-top:1px solid #585858;
		border-bottom:1px solid #585858;
	}
	
	
	#mainnavbar-container {
	padding: 0 0px;
	}
	
	#ledger-distances {
	display: none;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets {
		left: 30px!important;

	}
	

	.navbar-brand {
   
     margin-left: 0px;
}
	
	
	#mainnavbar .nav-link {

		line-height: 30px;

	
	}
	
	#main-slider {
     
          /*margin-top: 136px;*/
    	padding-top: 0;
	}
	
	body.room .info-list {
   
     padding-top: 0px; 
  
	}
	body.room .info-list ul{
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
		min-width: 230px;
	}
	body.room .info-list.gr ul{
	
		min-width: 285px;
	}
	.other-rooms-info {
		
		margin-bottom: 30px;
	}
	
	.footer-social {
		margin-bottom: 20px!important;
	}
	
	
	.fcol-3 div {
		position:inherit;
		right: 0;
		
	}
	
	.contact-info {
		margin-top: 80px;
		text-align: center;
	}
	
	.fcol-1 {
		padding-left: 15px;
	}
	
	.fcol-3 {
    padding-right: 15px;
   margin-top: 20px;
}
	
	.fcol-3 .svg-inline--fa {
   
    margin-left: 0px;

}
	
	.ccol-1, .ccol-2, .ccol-3 {
	   text-align: center!important;
	}
	

}
 



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

	

}

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

@media (max-width: 575px) {
	
	#logo {

    width: 190px;
}
	
	h1, h2 {
    font: 300 32px/32px 'Roboto Condensed';

}
	
	h1 span, h2 span {
		font: normal 32px/32px 'Roboto Condensed';

	}
	
	.card-columns {
	
    column-count: 1;
 
}
	
	
		.toast .btn-close {
   
    color: #ffffff;
    background: #c6a12f 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;
	position: relative;
	right: -38px;
	background-color: #cdac6a;
	border-radius: 50%;

}

.toast {
	    position: fixed;
    bottom: 30px;
    left: 20px;
    width: 110px;
    background-color: #c6a12f;
    z-index: 10000;
    height: 110px;
    border-radius: 50%;

}

.toast .in {
	    width: 94px;
    height: 94px;
    border: 1px #ffffff dashed;
    border-radius: 50%;
    margin: auto auto;
	position: relative;
    top: 7px;
}

.toast-body{
	position: relative;
	top: -30px;
	} 

.toast-header {
    
    display: block;
  
    align-items: flex-end;
    padding: 0 1px 0 0;
    color: #6c757d;
    background-color: transparent;
    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;
	font: normal 16px 'Open Sans', sans-serif;
	line-height: 26px;
	 
}

.toast p a {
	margin-bottom: 0;
	color:#ffffff;
}
	
	
	#gallery-container1 li.nav-item {
	width:100%;
	
}
	
	#gallery-container1 a.nav-link.t1 {
	margin-right:0px;
}

#gallery-container1 a.nav-link.t2 {
	margin:5px 0px;
}

#gallery-container1 a.nav-link.t3 {
	margin-left:0px;
}
	
	
	#main-slider {
      width: 100%;
      height: 400px;
		
		
    }
	
	.fp-accommodation-info {
		
		padding: 20px 20px!important;
	}
	#fp-accommodation .suitetitle {
		font: bold 24px/24px 'Roboto';
    }
    
    #fp-why-how-container h2  {
    font-size: 32px;
    line-height: 44px;
    }
	.swiper-container-vertical > .swiper-pagination-bullets {
		left: 25px;
		
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets {
		left: unset!important;
		right: unset!important;
		top: unset!important;
		transform: inherit!important;
		width: 100%!important;
		bottom: 20px!important;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px!important;
		display: inline-block;
		vertical-align: middle!important;
	}
	
	
	.fp-how-2col::before {
		display: none;

	}
	.fp-how-2col::after {
		display: none;
	}
	
	
	body.room .info-list ul {
		min-width: 90%!important;
	}
	
	
	.fcol-1 {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.fcol-2 *, .fcol-3 * {
		text-align: center!important;
	}
	
	.fcol-2 {
    margin-bottom: 22px;
}
	
	
	.ccol-3 {
		margin-top: 15px;
	}
	
	.fcol-2 img {
 
    margin-bottom: 15px;
}
	
	
	
	
}
 
@media (max-width: 480px) {
	
	
	
	

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

 @media (max-width: 375px) {
	
	.btn-details {

		width: 135px;
		
	}
	.btn-book-now {

		width: 135px;
		
	}
	 
}

 @media (max-width: 320px) {
	 
	
	 .btn-details {
font: 300 15px/30px 'Roboto Condensed';
		width: 48%;
		
	}
	.btn-book-now {

		font: 300 15px/30px 'Roboto Condensed';
    width: 48%;
 
		
	}
	
	 
	
	
}





