html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

button:focus {outline:0;}
.btn.focus, 
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
body {
  font-family: 'Roboto', sans-serif;
  color: #565656;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  }

.NoMedia{
  margin-top: 84px;
}
@media (max-width: 575px) {
.NoMedia {
  padding-top: 0px;
  margin-top: 73px;
}}

h1 {
  color: #565656;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  margin: 20px 0 20px 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
 }

h1 span{
  display: block;
  color: #b5983e;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px; } 
}

@media (max-width: 575px) {
  h1 {
  font-size: 26px;
  line-height: 26px; }
 }


h2 {
  color: #565656;
  font-weight: 400;
  margin: 20px 0 10px 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
	 h2 {
      font-size: 24px; 
	 }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px; } }
@media (max-width: 575px) {
    h2 {
      font-size: 20px; } }

h3 {
  color: #565656;
  font-weight: normal;
  margin: 20px 0 20px 0;
  text-align: center;
  font-family:'Roboto', sans-serif;
  font-size: 22px;
  text-transform: uppercase;}

a {
  color: #b5983e;
  text-decoration: none;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: #b5983e;
    text-decoration: underline;
    transition: all 0.3s ease 0s; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:focus {outline:0;}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6; }

button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer; }


/*Reservation Button
=============================*/
.reservation.Top {
  text-align: center;
  border: 0px;
  display: inline-block; 
  /*margin-top: 10px;
  margin-bottom: 10px; */
	
	    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b5983e;
	
}
.reservation.Top a {
  width: auto;
  padding: 18px 20px 18px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
    border: 0px;
    border-radius: 0px;
    background-color: #b5983e;
    background-image: none;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease 0s; 
}
.reservation.Top a:hover, 
.reservation.Top a:focus, 
.reservation.Top a:active {
	background-color: #d5c07e;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px; 
	 box-shadow:none;
	outline:0;
}
@media (max-width: 767px) {
  .reservation.Top a {
    padding: 19px 20px 18px 20px;
		  /*Line break*/
	  width: min-intrinsic;       /* old Chrome, Safari */
	  width: -webkit-min-content; /* less old Chrome, Safari */
	  width: -moz-min-content;    /* current Firefox */
	  width: min-content;  
	  
  }
}
@media (max-width: 575px) {
  .reservation.Top a {
  /*  width: auto;*/
    padding:19px 17px 18px 17px;
	  
  }
	
	
}

/*
.reservation {
  text-align: center;
  border: 0px;
  display: inline-block; 
  margin-bottom: 10px;
}
.reservation a {
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border: 0px;
  border-radius: 0px;
  background-color: #b5983e;
  background-image: none;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease 0s; 
  display: block;
  width: 150px;
}
.reservation a:hover, 
.reservation a:focus, 
.reservation a:active {
	background-color: #d5c07e;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px; 
	box-shadow:none;
	outline:0;
}
@media (max-width: 576px) {
  .reservation a {
    width: auto;
    padding: 9px 20px 9px 20px;
    font-size: 12px;
  }
}
*/


/*=== Button ==*/
.Button {
  text-align: center;
  border: 0px;
  display: inline-block; 
  margin-bottom: 10px;
}
/*Btn default:blue*/

.Button a {
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border: 0px;
  border-radius: 0px;
  background-color: #002c5b;
  background-image: none;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease 0s; 
  display: block;
}
.Button a:hover, 
.Button a:focus, 
.Button a:active {
	background-color: #18528f;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px; 
	 box-shadow:none;
	outline:0;
}
.Button a.gold{
	  background-color: #b5983e;
}
.Button a.gold:hover, 
.Button a.gold:focus, 
.Button a.gold:active {
	  background-color: #b5983e;

}
@media (max-width: 991px) {
	.Button a {
  		padding: 14px 20px;
	}
}
@media (max-width: 576px) {
  .Button a {
    width: auto;
    padding: 9px 20px 9px 20px;
    font-size: 12px;
  }
}


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

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/*==============Pushy=================*/
/* Menu Appearance */
ul.lang.mob{
  margin: 50px 0;
  text-align: center;
}
.lang.mob li{
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.pushy ul.lang.mob li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  background: #002c5b;
}
.pushy ul.lang.mob li a:hover {
  color: #ffffff;
  background: #b5983e;
}

.logoMenu{
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}
.logoMenu img{
width: 107px;
}


.pushy {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: 99999;
  font-family:'Roboto', sans-serif;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
/*@media (max-width: 575px) {
  .pushy {
    left: 0px;
}*/
.main-menu.mob{
  padding: 0px 0 20px 0;
  /*border-bottom: 1px solid #8b8382;
  background: url(../images/brd.gif) no-repeat center bottom;*/
}
nav ul {
  list-style: none;
  margin: 0px 20px; }

nav ul li {
  display: block;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
  border-top: none;
  position: relative;
  text-align: center;
  /*border-bottom: 1px solid #dac4c5;*/
}

nav ul li a, nav ul li span {
  display: block;
  color: #2f2f2f;
  text-decoration: none;
  padding: 14px 0px 6px 0px;
  font-size: 20px; 
  font-weight: bold
}

nav ul li a:hover, nav ul li a.active {
  background-color: transparent;
  color: #cfc6ac;
  text-decoration: none; }

nav ul li a.pad-right {
  padding-right: 10px; }


  nav ul.submenu {
    padding: 0px; }
  
  nav ul.submenu a,
  nav li.active ul.submenu a {
    display: block;
    padding: 4px 40px 4px 0px;
    font-size: 12px;
    color: #a0a0a0;
    background-color: transparent;
    text-decoration: none; }
  
  nav ul.submenu a:hover, nav ul.submenu li.active a {
    color: #fff;
    text-decoration: none; }
  
  .submenu li:first-child {
    padding-top: 8px; }
  
  .submenu li:last-child {
    padding-bottom: 5px; 
  border-bottom: 0px;}
  
  .plus {
   /* background-color: #ffffff;*/
    cursor: pointer;
    display: block;
    height: 23px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 9px;
    width: 23px;
    margin: 5px;
    border-radius: 0%;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    color: #df5f42; }
  
  .plus:after {
    content: 'ã€‹';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    font-weight:700;}
  
  .plus:hover {
    /*background-color: #ffffff; */}
  
  .submenu {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: max-height 1000ms;
    transition: max-height 1000ms;
    font-size: 14px; }
  
  nav li.opened > .submenu,
  nav li.active > .submenu {
    max-height: 300px; }
  
  nav li.opened .plus:after,
  nav li.active .plus:after {
    content: 'âœ•'; 
    font-weight:700;}

@media (max-width: 480px) {
	ul.lang.mob{
	  margin: 25px 0;
	}
	nav ul li a, nav ul li span {
	  padding: 8px 0px 6px 0px;
	  font-size: 16px; 
	}
}


.menuMobBtn{
	 display:none;
}
@media (max-width: 1199px) {
	.menuMobBtn{
		 display:block;
		margin-left:1px;
		  background-color: #002c5b;
	}
	.menuMobBtn ul{
		padding-left:0;
	}
}
    
  
.menu-btn {
  display: inline-block;
  padding:10px;
  color: #6d6e71;
  background-color: #002c5b;
  list-style-type: none;
  font-size: 24px; 
}
.menu-btn img{
	width:34px;
}
.menu-btn:hover {
	cursor: pointer;
}
	
  @media (max-width: 767px) {

  }




.stick {
	position:fixed;
	top:0px;
}	  
    
    .primay-content-bg {
      background-color: #f5f5f5;
      padding: 80px 0px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .primay-content-bg {
          padding: 40px 0px; } }
      @media (max-width: 575px) {
        .primay-content-bg {
          padding: 20px 0px; } }


/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}


.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  z-index: 9999;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -ms-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*==============Pushy=================*/


/*
header.stick {
	background: rgba(255,255,255,.9);
    height: 82px;
    z-index: 100000;
    width: 100%;
	  transition: all 0.3s ease 0s; 
}
@media (max-width: 767px) {
	header.stick {
		height: 75px;
	}
}*/

header {
	background: rgba(255,255,255,1);
	padding:5px 20px;
	  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
}

@media (max-width: 575px){
	header {
		    padding: 0;
	}
}
.logomain{
 /* position: fixed;
  z-index: 100;
  margin: 0 auto;
  top: 0;
  left: 50px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	transition: all 0.3s ease 0s; */
	width: 120px;
}
.logomain img{
  text-align: center;
}
@media (max-width: 1199px){
	.logomain{
		  width: 120px;
	}
}
@media (max-width: 767px){
	.logomain{
		  width: 105px;
	}
}

@media (max-width: 575px){
  .logomain{
    width: 80px;
	  margin-left:10px;
  }

}
/*
header.stick .logomain {
	width:88px;	
}
@media (max-width: 767px){
	header.stick .logomain {
	width:80px;	
	}
}
*/

@media (min-width: 1480px){
	.rightCol {
		display: -ms-flexbox!important;
    	display: flex!important;
		-ms-flex-align: center!important;
    	align-items: center!important;
		ms-flex-positive: 1!important;
			flex-grow: 1!important;
	}
}

	
.nav-open-desk ul{
	list-style:none;	
}
.nav-open-desk li{
	padding:8px 15px;	
	border-right:1px solid #ccc;
}
.nav-open-desk li:last-child{
	border:none;
}
.nav-open-desk a{
	color:#002c5b;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 1479px){
	.nav-open-desk a{ 
		font-size: 16px;
	}
	.nav-open-desk ul{
		margin-top:10px;	
	}
	.nav-open-desk li:first-child{
		padding-left:0px;	
	}
	.nav-open-desk li:last-child{
		padding-right:0px;	
	}
}
@media (min-width: 1480px){
	.nav-open-desk {
		-ms-flex-order: 0;
			order: 0;
		ms-flex-positive: 1!important;
    	flex-grow: 1!important;
	}
	.nav-open-desk ul{
	    -ms-flex-pack: center!important;
    	justify-content: center!important;	
	}
	.HeaderDetails{
		-ms-flex-order: 1;
			order: 1;		
	}
}
@media (min-width: 1200px){
	.nav-open-desk .dropdown-menu li {
		border:none;
	}
	.nav-open-desk .dropdown.active .dropdown-menu,
	.nav-open-desk .dropdown:hover .dropdown-menu{
		position: absolute!important;
		display: block;	
		border: 0px solid rgba(0,0,0,.15);
		background-color: rgba(255,255,255,1);
		border-radius: 0;
		 padding: 10px 8px;
		min-width: 220px;
		font-size: inherit;
			z-index: 1030;
		left: 0px;
			margin: 0;
			line-height:1.4;
	}
	.nav-open-desk .dropdown .dropdown-menu li{
		display:block;
		padding: 10px 8px 10px 8px;
		border-bottom:1px solid #ccc;
	}
	.nav-open-desk .dropdown .dropdown-menu li:last-child{
		border-bottom:none;
	}
	.nav-open-desk .dropdown .dropdown-menu li a{
		color:#002c5b;
			font-size: 16px;
	}
	.nav-open-desk .dropdown .dropdown-menu a.active,
	.nav-open-desk .dropdown .dropdown-menu a:hover {
		color:#788ca1;
		
	}
	.nav-open-desk .dropdown:nth-child(2):hover .dropdown-menu {
		min-width: 500px;
		line-height: 1.3;
	}
}
@media (max-width: 1199px){
	.hidden-mobile {
		display:none;
	}
}

.HeaderDetails{
  /*position: fixed;
  top: 50px;
  z-index: 100;
  right: 50px;*/
  transition: all 0.3s ease 0s; 	
}
/*
@media (max-width: 575px) {
  .HeaderDetails{
    position: fixed;
    top: 0px;
    right: 0px;
  }
}

.HeaderDetails.stick {
	position:fixed;
	top:12px;
	 right: 0px;
}
@media (max-width: 767px) {
	.HeaderDetails.stick {
		top:0px;
	}
}*/

.TopMenu{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  padding-top: 18px;
  margin-right: 20px;
  color: #333333;
}

.languagesDrop {
  font-weight: 500;
  margin-right: 1px;
  font-size: 15px; 
  color:#fff;
  font-family: 'Roboto', sans-serif;
  
}
.languagesDrop a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px; 
}
.languagesDrop .dropdown-item {
    width: 40px;
    display: block;
    padding: 0px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.languagesDrop .dropdown-menu {
  min-width: 54px;
  border-radius: 0;
  top: -30px;
  background-color: #002c5b;
       border: 0; 
}
.languagesDrop .btn-sm{
  padding: 0px 10px 0px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 600;
  background-color: #002c5b;
  height: 55px;
}





.lang.mob li {
  display: inline-block; }

.calendar{
  width: 20px;
  margin-right: 10px;
	margin-top:-4px;
}
@media (max-width: 767px) {
  .calendar{
    display: none;
  }
}


/*
.max-width {
  padding-left: 20px;
  padding-right: 20px;
}*/
@media (min-width: 1440px) {
	.max-width {
		padding-left: 50px;
  		padding-right: 50px;
	} 
}
@media (min-width: 1680px) {
	.max-width {
    	padding-left: 100px;
  		padding-right: 100px;
	} 
}
@media (min-width: 1200px) and (max-width: 1479px) {
	.max-width {
      padding-left: 40px;
      padding-right: 40px;
	}
}
/*
@media (min-width: 992px) and (max-width: 1199px) {
	.max-width {
      padding-left: 30px;
  padding-right: 30px;
	}
}
*/
@media (max-width: 768px) {
	.max-width {
    padding-left: 15px;
    padding-right: 15px; 
  	}
}







/*=== Space ===*/
.space{
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px){
  .space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px){
  .space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  }
/*=== Space ===*/

.topMedia {
  position: relative; 
}
@media (min-width: 768px) {
	.topMedia {
	  height: 100%;
	}	
}
  @media (max-width: 767px) {
    .topMedia {
		height:350px;
	}
  }
.topMedia.hideTopMedia {
	height:120px;	
}
  @media (max-width: 767px) {
.topMedia.hideTopMedia {
	height:75px;	
}	  
	  
  }
.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
	background-position: center !important;
  transition: opacity .75s ease-in-out; 
}
  .carousel-fade .carousel-item.active {
    opacity: 1; }

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  visibility: hidden; }

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
  visibility: visible; }

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  bottom: unset !important;
  opacity: 1 !important;
  width: 60px;
  height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
	    z-index: 10;
}
.carousel .carousel-control-prev {
  left: 40px;
}
.carousel .carousel-control-next {
  right: 40px;
}


html,
body,
.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
	html,
	body,
	.carousel,
	.carousel-inner,
	.carousel-item {
	  height: inherit;
	}
}

.carousel {
  position: absolute;
  top: 0;
  left: 0; }

.full-screen {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

  .contentOverSlider {
    position: absolute;
    z-index: 9;
    color: white;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700; }

.contentOverSlider .col{
	align-items: center;
}

.contentOverSlider p {
	padding: 20px 20px;
	display: inline-block;
	/*background: rgb(181 152 62 / 70%);*/
	
}


  @media (max-width: 1479px) {
	  .contentOverSlider {
		font-size: 42px;
    	line-height: 40px; 
	  }
  }
    @media (max-width: 575px) {
      .contentOverSlider {
        display: none !important; } 
    }
    .contentOverSlider span {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 24px;
	  line-height:24px;
      color: #fff; 
		width: 80%;
		display: block;
		word-break: break-word;
     margin: 0 auto;
		margin-top: 10px;

  }

/*Book form
====================== */
.bookingRow.underHeader{
  position: relative;
	
}
.bookingRow.shadow-sm {
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2)!important;
	padding-top:20px;
	padding-bottom:20px;	
}
/*.bookingRow .container {
  	font-size: 16px;
	position: absolute;
	bottom: 50px;
  	z-index: 10;
  	left: 0px;
  	right: 0px;
  	line-height: 42px;
  	background-color: #fff;
}*/
.bookingRow form{
  padding: 0px 100px;
}

  @media (min-width: 1200px) {
	 .bookingRow form{
		 padding:0px;
		max-width: 800px;
		margin: auto;
	 }
  }
  @media (max-width: 1199px) {
	.bookingRow form{
	  padding: 0px 50px;
	}  
  }
  @media (max-width: 991px) {
	.bookingRow form{
	  padding: 0px 0px;
	}   
  }
@media (max-width: 767px) {
	.bookingRow {
		display:none;
	} 
}
.bookingRow .form-group {
    margin-bottom: 0px;
    padding: 0px 10px;
    width: 13.333%;
    border-right:1px solid #ebebeb;
}
.bookingRow .form-group:nth-child(1),
.bookingRow .form-group:nth-child(6) {
	width: 21%;
} 
.bookingRow .form-group:nth-child(2){
	width: 18%;
}
.bookingRow .form-group:last-child {
      border-right: none;
}

.bookingRow input.form-control, 
.bookingRow select.form-control {
    width: 100%;
    height: 34px !important;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0px;
    color: #484848;
    font-family:'Roboto', sans-serif;
    padding: 0px 12px 0px 0px;
    border: none;
    background-color: white;
  }
 @media (max-width: 991px) {
	.bookingRow input.form-control, 
	.bookingRow select.form-control {
		 font-size: 14px;
	}
 }
  .bookingRow label {
    color: #484848;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%; 
  }
  .bookingRow .form-group.has-feedback {
    position: relative; }

  .bookingRow .bookButton {
    color: #fff;
    border: none;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 16px;
    vertical-align: bottom;
    background-color: #b5983e;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
	  width:100%;
	 transition: all 0.3s ease 0s; 
  }
    
  .bookingRow .bookButton:hover {
		background-color: #d6be75;
    	
}
@media (max-width: 991px) {
  .bookingRow .bookButton{
      padding:10px 5px;
	  font-weight: 400;
  }
}


/*BOOKING FORM IN ROOM
==================== */
.bookingRow.text-page form {
	max-width:none;	
	margin-bottom:30px;
}
.bookingRow.text-page .form-group {
      width: 25%;
}	
.bookingRow.text-page .form-group input {
    border-bottom: 1px solid #ebebeb;
	
}

@media (max-width: 767px) {
  .bookingRow.text-page .form-group {
		width: 28%;
	}
}

@media (max-width: 767px) {
	  
	.bookingRow.text-page form{
		margin:auto;	
		padding-left:10px;
		padding-right:10px;
	}
}
.bookingRow.text-page .bookButton{
	width:auto;  
}
/*Book btn display on mpbile*/
.BookLink {
	display:none;	
}
@media (max-width: 767px) {
	.BookLink {
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		line-height: 19px;
		background-color: #b5983e;
		color: #FFFFFF;
		font-family: 'Roboto', sans-serif;
		text-decoration: none;
		transition: all 0.3s ease 0s;
		padding: 8px 15px;
		margin-bottom: 20px;

	}	
	.BookLink:hover, 
	.BookLink:focus, 
	.BookLink:active {
		background-color: #d5c07e;
		color: #ffffff;
		text-decoration: none;
		outline:0;
	}	
}






.whybookBg{
  margin-top: 20px;
  background-color: #c8bd9b;
}
.whybookList{
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  padding: 50px 0;
  z-index: 9;
}
@media (max-width: 991px) {
  .whybookList{
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .whybookList{
    font-size: 18px;
  }
}
.num{
  position: absolute;
  font-style: italic;
  font-size: 120px;
  color: #8f8f84;
  z-index: 0;
  font-family: 'Monotype Corsiva';
  top: 60px;
  left: 0;
  right: 0;
}

.innerpage-text {
  padding-top: 60px;
  padding-bottom: 60px;
}




/*==========Accommodation Section===========*/
.card {
 border: 0px;
}
.owl-carousel .owl-item .card img{
  width: 90%;
}
.card img {
  text-align: center;
  margin: 0 auto;
}

.card-img-overlay {
  position: absolute;
  top: 60px;
  left: 20px;
  padding: 40px 30px;
  background-color: white;
  width: 450px;
  /*height: 400px;*/
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
height:auto;
	bottom:auto;
}
@media (max-width: 1199px) and (min-width: 992px){
	  .card-img-overlay {
		position: absolute;
		top: 20px;
		left: 20px;
		padding: 30px 30px;
		width: 390px;
	}
}

.card-title{
  padding: 0px 0px;
  color: #565656;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}


.card-body .Button {
	margin-bottom:0px;
}
@media (max-width: 1200px) and (min-width: 992px){
  .card-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 768px){
  .card-title {
    font-size: 22px;
    line-height: 30px;
  }
	.card-body .Button a{
		font-size:14px;
		line-height:14px;
	}
	
}
.cardTable {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px;
  border-radius: 0rem;
  background: black;
  opacity: 1; 
}
.cardTable img {
  transition: all 0.3s ease 0s;
}
.cardTable:hover img {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.cardTable .card-title{
  color: #fff;
}
.card-details{
  color: #fff;
  margin: 30px 0;
}
.card-details .row{
  /*padding: 10px 0;*/
  /*border-right: 1px solid #fff;*/
  border-bottom: 1px solid #fff;
}
.card-details .row:last-child{
  /*padding: 10px 0;
  border-right: 0px solid #fff;*/
  border-bottom: 0px solid #fff;
}

.card-details .RoomDetails{
  color: #4b4b4b;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
  border-right:1px solid #ebebeb;
}
.card-details .RoomDetails:last-child{
  border-right:0px solid #ebebeb;
}
.card-details .RoomDetails span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.card-details .RoomDetails img{
  width: 40px !important;
}

@media (max-width: 1199px) {
	.card-details .RoomDetails br{
		line-height:15px;	
	}
	.card-details {
		margin: 10px 0 10px 0;
	}
	
}
	
	
@media (max-width: 1199px) and (min-width: 992px){
  .card-details .RoomDetails {
    font-size: 14px;
  }
  .card-details .RoomDetails span{
    font-size: 14px;
  }

}

@media (max-width: 767px){
	  .card-img-overlay {
		top: 20px;
		padding: 20px 20px;
		width: 400px;
	}
	  .card-details {
		color: #fff;
		margin: 0px 0 10px 0;
	}
	.card-details .RoomDetails {
	  font-size: 14px;
	  line-height: 18px;
	}
	.card-details .RoomDetails span {
	  font-size: 14px;
	}

}

  .card-body {
		padding: 0px;
	}

@media (max-width: 576px){
.owl-carousel .owl-item .card img {
  width: 100%;
}
.card-img-overlay {
  top: 50px;
  padding: 10px 10px;
 /* height: 90px;*/
  width: 270px;
 /* left: 14px;*/
  left: 0;
  background-color:rgba(255, 255, 255, 0.5);
  margin: auto;
}
.card-title {
  font-size: 18px;
  line-height: 20px;
}
}

@media (max-width: 300px){

.card-img-overlay {
  width: 220px;
	top: 5px !important;
}

}


.cardTable .card-img-overlay {
  top: 0px;
}
.cardTable .card-body {
  padding: 0px 20px;
}
@media (max-width: 576px){
.cardTable .card-title {
  font-size: 18px;
  line-height: 18px;
}
		
.card-details.text-page .RoomDetails{
  border-right: 0px;
  border-bottom: 1px solid #ebebeb;
}
.card-details.text-page .RoomDetails:last-child{
  border-right: 0px;
  border-bottom: 0px;
}
}
 
@media (max-width: 480px){
	.card-title {
	  font-size: 14px;
	}
	.card-img-overlay {
		top: 25px;
	}

}
      

/*Reasons
========================== */
.boxes-group{
  position: relative;
}
.boxes-header{
	text-align: center;
	font-size: 20px;
	color: #b5983e;
	margin-bottom:20px;
}
.boxes-header h1, 
.boxes-header h1 span{
	color: #565656;
	font-weight: 400;
    font-size: 26px;
	line-height: 26px;
}
@media (min-width: 768px){
	.boxes-header{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  z-index: 1;
	  padding: 50px 50px;
	  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	  margin-bottom:0px;
		background:#fff;
	}

}
@media (max-width: 767px){
	.boxes-header{
		width:100%;	
	}
	.boxes-header h1 span{
  		display: inline-block;
	}
}
.boxes-header .subTitle span{
  display: block;
font-size: 16px;
    margin-top: 0px;
}


@media (max-width: 1199px) and (min-width: 768px){
  .boxes-header{
    font-size: 20px;
    padding: 30px 30px;
  }
  .boxes-header h1,
  .boxes-header h1 span{
    font-size: 30px;
    line-height: 30px;
  }
  .boxes-header .subTitle  span {
    font-size: 14px;
    margin-top: 0px;
  }
}

.box{
  margin-bottom: 30px;
}

.box-img{
  position: relative;
  background-color: #002c5b;
}
.box-img img{
  opacity: 0.5;
}
.box-header{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 30px;
}


@media (max-width: 576px){

  .box {
    margin-bottom: 3px;
	}
	.box-header{
	  font-size: 24px;
	  line-height: 24px;
	}
	
.boxes-header {
    font-size: 22px;
}
.boxes-header .subTitle span {
    display: block;
    font-size: 16px;
    margin-top: 0px;
}
}

/*===== Offers 
==========================*/
.OfferBody{
  padding-top: 50px;
  padding-bottom: 70px;
  background: #c8bd9b;
}
@media (min-width: 991px){
	.OfferBody .container {
		max-width:none;	
	}
}
.OfferImg{
	position: relative;
}
.OfferInfo{
  position: relative;
  padding: 10px 20px 20px 20px;
  margin: -50px 20px 0px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  z-index: 10;
}
@media (max-width: 991px){
	.OfferInfo{
    	padding: 10px 10px 10px 10px;
    	margin: -40px 10px 0px 10px;
	}
	.OfferInfo h2 {
    font-size: 20px;
    margin: 10px 0 10px 0;
    min-height: 48px;
	}
	.OfferInfo p {
	    min-height: 135px;
	}
	
}
@media (min-width: 992px){
	.OfferInfo p {
	min-height:88px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.OfferInfo h2 {
    margin: 10px 0 10px 0;
    min-height:56px;
	}
	.OfferInfo p {
		min-height:110px;
	}
}
@media (max-width: 767px){ 
	.OfferInfo {
	  margin: -50px 20px 30px 20px;
	}
	.OfferInfo h2,
	.OfferInfo p {
		min-height:auto;	
	}

}
@media (max-width: 320px){
.OfferInfo h2 {
    font-size: 14px;
   
}
}

/*=== Kos ===*/
.destination {
	background-color: #4a719a;
	height:100%;
}
@media (max-width: 767px){
	.destination {
		height:350px;
	}	
}
@media (max-width: 576px){
	.destination {
		height:350px;
	}	
}

.ImgInfo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  /* padding: 100px 70px; */
  color: white;
  font-size: 16px;
  line-height: 20px;

}
.ImgInfo h2{
  color: #ffffff;
font-size: 36px;	
}
@media (max-width: 576px){
	.ImgInfo h2{
 
	font-size: 26px;	
	}	
}
.ImgFoto {
 /* position: relative;*/
	  opacity: 0.5;
	display:block;
	height:100%;

}
.ImgFoto img {
  opacity: 0.5;
}


/*=== Blog ===*/
.Blog{
  padding: 40px 80px;
  background-color: #c8bd9b;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
}

.Blog .feed{
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ded7c0;
  font-weight: 400;	
  font-size: 20px;	
}
.Blog .feed:last-child{
	border-bottom:0;	
}
.Blog .feed .date{
  color: #7e7148;
  font-size: 16px;
  padding-bottom:8px;
}

.Blog .feed a{
	color: #565656;
}
.Blog .feed a:hover{
  	color: #b5983e;
	text-decoration:none;
}

@media (max-width: 1199px){
  .Blog {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 18px;	  
  }
  .date{
    font-size: 14px;
  }

}

@media (max-width: 767px){
  .Blog {
    padding: 20px 20px;
	    font-size: 14px;
  line-height: 18px;
  }
  .Blog .feed {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  .date {
    font-size: 12px;
}

}


@media (max-width: 768px){
  .LocFoto {
    margin-bottom: 15px;
  }
}
/*
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
*/
.ReviewTxt{
  padding: 0 50px;
}
.ReviewTxt .icon {
  margin: auto;
  display: block;
  height: 50px;
	   
}
.ReviewTxt .icon.tripadvisor {
  background: url(../images/tripadvisor.svg) no-repeat 0px 0px;
    width: 53px !important;
 background-size: contain;
}
.ReviewTxt .icon.bookingcom {
  background: url(../images/Booking_black.svg) no-repeat 0px 0px;
  width: 34px !important;
	 background-size: contain;
}
.ReviewTxt .icon.fb {
  background: url(../images/facebook-blue.svg) no-repeat 0px 0px;
  width: 17px !important;
	 background-size: contain;
}
.ReviewTxt p:last-child{
	margin-bottom:0px;	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ReviewTxt{
	  padding: 0 40px;
	}	
}


  .OneLink{
    margin-top: 20px;
  }
  .OneLink a{
    color: #a3862b;
    font-size: 22px;
    text-decoration: none;
  }

.hotel-awards {
	height: 100%;
  font-weight: 300;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
}
  @media (max-width: 767px) {
    .hotel-awards {
      min-height: 330px; } }
  @media (max-width: 575px) {
    .hotel-awards {
      padding: 20px 0px; } }




/*=== Map ===*/
.Map-holder {
	position: relative;
	margin: 0 180px 0 0;
	border-top:33px solid #002c5b; 
	border-bottom:33px solid #002c5b; 
	border-left:33px solid #002c5b; 
}
.Map{
	height: 480px;
}
@media (max-width: 1479px) {
	.Map{
	    height: 300px;
	}
}
		
.map_link {
	background: url(/images/map.jpg) no-repeat center center;
    height: inherit;
    display: block;	
	background-size: cover;
}


.ContactBox{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(50%, -50%);
	z-index: 1;
	background-color: #ffffff;
	text-align: center;
	padding: 50px 50px;
	font-size: 20px;
	color: #4b4b4b;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
}
@media (max-width: 1479px) {

	.ContactBox{
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.Map-holder {
    	margin: 0 120px 0 0;
	}
	.ContactBox{
		top: 0;
		bottom:0;
		transform: translate(50%, 0%);
	  	font-size: 16px;
	  	padding: 10px 20px;
	}	
	.ContactBox h2 {
		margin-top:0px;
		font-size: 30px;
	}
	.ContactBox p {
	  margin-bottom: 6px;
	}
}
@media screen and (max-width: 767px) {
	.Map{
	    height: 280px;
	}	
	span a, li a {word-break:break-word;}
	ul  {padding-left: 10px;}
}
@media screen and (max-width: 575px) {
	.Map-holder {
		margin:0px;
	  	background-color: #ffffff;
	  	text-align: center;
	  	padding:15px;
	  	font-size: 16px;
	  	color: #4b4b4b;
	  	border-top:20px solid #002c5b; 
	  	border-bottom:20px solid #002c5b; 
	  	border-left:20px solid #002c5b;
	  	border-right:20px solid #002c5b; 
	  	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	  	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	  	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
	}
	.ContactBox{
		position:relative;
		top: auto;
		bottom:auto;
		transform: translate(0, 0%);
  		-webkit-box-shadow: 0px 0px0px 0px rgba(0,0,0,0.22);
  		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.22);
  		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.22);
		font-size: 14px;
  		padding: 30px 0 0 0;
	}
	.map_link {
		background: url(/images/map2.jpg) no-repeat center center;
		background-size: cover;
		margin-bottom:20px;
	}
	.ContactBox h2 {
		
		font-size: 22px;
	}
}

/*FORM PAGE*/
.map_link.inner {
		background: url(/images/map2.jpg) no-repeat center center;
	min-height:450px;
}



/*=== Footer =============*/
.footer {
	background-color: #e6ecf2; 
 	padding:30px 0 50px 0;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer .container{
	   max-width: 100%;
	}	
}
@media (max-width: 767px) {
	.footer {
		text-align: center;
	}
}

/*Bottommenu
========================== */
.Bottommenu {
	 margin-bottom:60px;
	    border-bottom: solid 1px lightgrey;
    padding-bottom: 10px;
}

.Bottommenu ul {
  font-size: 20px;
  text-align: center;

}

.Bottommenu .list-inline-item:not(:last-child) {
	margin: 0.4rem;
}

.Bottommenu ul li a {
   color: #b5983e;
  text-decoration: none;
  padding: 0px 15px; 
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.Bottommenu ul li a {
		 padding: 5px 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	  .Bottommenu ul {
		font-size: 16px;
		margin: 0px; 
	  } 
	  .Bottommenu ul li a {
		padding:0px 6px;
	 } 
}

.Bottommenu ul li a:hover,
.Bottommenu ul li a.active {
 
	  color: #002c5b;
    text-decoration: none;
}

 @media screen and (max-width: 767px) {
	 .Bottommenu {
		 margin-bottom:40px;
	}
	 .Bottommenu ul li a {
    	padding: 5px 8px;
    	font-size: 15px;
	 }
 }


.footer-col h2{
	margin-top:0px;	
	font-size:14px;	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-col h1{
		font-size:18px;	
	}
}
@media screen and (max-width: 767px) {
	.footer-col h2{
		margin-top:30px;	
	}	 
}
@media screen and (max-width: 320px) {
	.footer-col h2{
		font-size:16px;	
	}	 
}

.social a {
  margin:0px 4px;
  background: #002c5b;
  padding: 10px 10px;
  display:inline-block;
}
.social a:hover {
  background: #b9962b;
}
.social img{
  width: 30px;
  height: 30px;
}
@media (max-width: 1199px) {
	  .social img{
		width: 25px;
		height: 25px;
	  }
}

@media (max-width: 991px) {
	  .social img{
		width: 20px;
		height: 20px;
	  }
	  .social a {
		 margin:0px 2px;
		  padding: 8px;
	}
}
@media (max-width: 767px) {
	.social a {
	  margin-right: 2px;
	  padding: 10px 11px;
	}
	.social img{
	  width: 20px;
	  height: 20px;
	}
}
.brochures h2{
	margin-bottom:5px;
}

/*Newsletter
============================= */
.newsletter {
  text-align: left; 
}
@media (max-width: 575px) {
	.newsletter .form-inline {
      	display: block; 
	}
}
.newsletter form{
	margin-right:20px;
	margin-left:20px;
}
.newsletter input.mailBox {
    color: #002c5b;
    border: 0px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    padding: 10px 15px 12px 15px;
    background-color: #ffffff;
    border-radius: 0px;
}
.newsletter .form-agree {
	color: #4b4b4b;
}
.newsletter .form-agree a {
 	color: #bb9f7b;
}
.newsletter .submitBtn {
 	padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    border: 0px;
    border-radius: 0px;
    background-color: #002c5b;
    background-image: none;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease 0s;
	margin-top:10px;
}
@media (max-width: 767px) {
  .newsletter .submitBtn {
    width: 140px;
    padding: 13px 10px; 
  }
}
.newsletter .submitBtn:hover, 
.newsletter .submitBtn:focus {
    color: #fff;
    background: #b9962b; 
}


.Copyright {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
  text-align: center; 
}
.Copyright a {
  color: #4b4b4b;
  text-decoration: underline; 
}
.Copyright a:hover {
  color: #66718a;
  text-decoration: underline;
}
@media (max-width: 767px) {
	.Copyright {
		 padding: 20px 0 50px;
	}
}






.owl-carousel.review p{
  text-align: center;
}

.contentZindex {
  z-index:12;
}

@media screen and (max-width: 1199px) {
	.col_btn {
		text-align:center!important;
		padding:0!important;
	}
}
@media screen and (min-width: 1200px) {
	.col_txt {
		width:70%;
	}
	.col_btn {
		width:30%;
	}
}
.section_room .reservation a {
    padding: 14px 14px;
}

@media screen and (max-width: 1479px) {
	.section_room .reservation a {
		padding: 10px 10px;
		font-size:12px;
	}
}
/*----END ROOMS SECTION---*/









.owl-dots,
.owl-nav {
  	text-align: center;
  	-webkit-tap-highlight-color: transparent;
}
.owl-nav {
  margin-top: 10px;
}
.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
}
.owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none; }
.owl-nav .disabled {
  opacity: .5;
  cursor: default; }
.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

#room-owl .owl-nav {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 120px;
}

.owl-prev,
.owl-next {
	 position: relative;
	top: 45%;
	/*width: 112px;
  	height: 112px; */
	width: 60px;
  	height: 60px;
}
.owl-prev {
  left: 0px;
  background: url(../images/previous.png) no-repeat center center !important;
}
.owl-next {
  right: 0px;
  background: url(../images/next.png) no-repeat center center !important;

}

#room-owl .owl-prev {
  left: 0px;
  background: url(../images/previous.gif) no-repeat center center !important;
		    background-size: cover!important;
} 
#room-owl .owl-next {
	right: 0px;
	background: url(../images/next.gif) no-repeat center center !important;
	    background-size: cover!important;
}

#reviews-hotel-owl .owl-prev,
#reviews-hotel-owl .owl-next{
  position: absolute;
  top: 50%;
	width: 50px;
	height: 50px; 
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }
.owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  margin: 5px 7px;
  background: #a6acb9;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #334263; 
}


.owl-carousel#reviews-hotel-owl .owl-item img {
    display: block;
    width: auto;
    margin: 0px auto;
}
#room-owl .owl-prev,
#room-owl .owl-next {
		width: 90px;
		height: 90px;
	}

@media (max-width: 1199px) {
	 #room-owl .owl-nav {
		right: -7px;
	 }
	 #room-owl .owl-prev,
	 #room-owl .owl-next {
		width: 70px;
		height: 70px;
	}
	#room-owl .owl-prev,
	#room-owl .owl-next {
    	background-size: 70px!important;
	}	

}
@media (max-width: 991px) {
	 #room-owl .owl-nav {
		right: 0px;
	 }
	 #room-owl .owl-nav {
		 width:100px;
	 }
	 #room-owl .owl-prev,
	 #room-owl .owl-next {
		width: 50px;
		height: 50px;
    	background-size: 50px!important;
	}	
}

@media (max-width: 576px){
  	#room-owl .owl-nav {
		position: relative;
    	width: auto;
		bottom: auto;
		left: auto;
		right:auto;
	}

}

/*=========== To Top =========== */
.toTop {
  text-align: right; }
      
a.scrollup, a:hover.scrollup {
  background: url(../images/arrowTop.png) no-repeat center 0px;
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  padding: 0px 0px 0;
  z-index: 100;
 }
@media (max-width: 767px){
	a.scrollup, a:hover.scrollup {
		 bottom: 50px;
	}
}
/*# sourceMappingURL=css.css.map */


/*===========Accommodation Page=============*/
.Roomcard-img-overlay {
  position: relative;
  padding: 40px 12px 30px 12px;
  margin: -10px 20px 50px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  /*margin-top: -50px;*/
  z-index: 10;
}
.Roomcard-img-overlay .card-details {
  margin: 10px 0;
}
.RoomDetails img {
  display: block;
  margin: 0 auto;
}
.RoomText{
  padding: 50px;
  background: #eef2f5
}



/*.Roomcard .reservation a,*/
.Roomcard .Button a
{
	min-width:130px;	
}

@media screen and (min-width: 1200px) {
	.column-Btns .Button{
		width:130px;
	}
	
	.Roomcard .Button a{
		padding: 14px 14px;
		min-width:auto;	
	}
}

@media screen and (min-width: 1440px) {
	.column-Btns .Button{
		width:160px;
	}
	/*.Roomcard .reservation a,
	.Roomcard .Button a{
		min-width:150px;	
	}*/
}



.price{
	position:absolute;
	top:15px;
	right:30px;
	display:inline-block;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	background:#002c5b;
	border-radius:0;
	padding:8px 14px;
	/*border-radius:50px;
	letter-spacing:.5px*/
}


.AmenitiesBox{
  padding: 30px;
  background-color: #c8bd9b;
}
.Amenities{
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
}
.Amenities ul{
  margin: 0px;
  padding: 0px;
}
.Amenities li{
  display: block;
  text-align: left;
  margin-bottom: 12px;
  list-style-type: none;
  line-height: 18px;
}
@media (max-width: 1024px) and (min-width: 992px){
  .Amenities li{
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .Amenities li{
    text-align: center;
  }
	.Amenities{
  padding: 15px;

}
}

.card-details.text-page{
	margin-top:0px;
	margin-bottom:30px;
}
/*OTHER ROOMS
====================*/
.boxWithTitleOver{
  /*margin-bottom: 30px;*/

}
.boxWithTitleOver a {
	position:relative;
	display:block;
		padding-top:45px;	
}

.boxWithTitleOver h3{
  position:absolute;
  top:15px;
	left:0;
	right:0;
  padding: 10px 12px;
  margin: 0 20px 0px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  z-index: 10;
	font-size: 14px;
  min-height: 63px;
}
.boxWithTitleOver a:hover {
  color: #565656;
  text-decoration: none;
}
@media (max-width: 1199px) and (min-width: 992px){
	.boxWithTitleOver h3{
		font-size:18px;
	}
}

/*
.RoomLabel{
  margin-bottom: 30px;
}
.RoomLabel h3{
  position: relative;
  padding: 10px 12px;
  margin: 0 20px -35px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.22);
  z-index: 10;
  min-height: 63px;
  line-height: 22px;
  display: grid;
	position:absolute;
	top:0;
	
}
.RoomLabel a:hover {
  color: #565656;
  text-decoration: none;
}*/

/*==========TextList==============*/
ul.TextList{
  margin: 0px;
  padding: 0px;
	margin-bottom:20px;
}
ul.TextList li{

	list-style-type: square;
	list-style-position: inside;
/*  background: url(../images/bullet.png) no-repeat left 6px;
  list-style-type: none;*/
  margin-bottom: 5px;
  padding-left: 18px;
	
}
ul.TextList ul li{
	list-style-type: circle;	
}



.sub-menu li {
	text-align:left;
	border-bottom: 1px solid #dfddd8; 
}
.sub-menu li h3{
	text-align:left
}

.sub-menu li a{
	display: block;
    color: #2f2f2f;
    text-decoration: none;
    padding: 14px 0px 6px 0px;
    font-size: 20px;
    font-weight: normal;	
	text-transform: uppercase;
}
.sub-menu li.active a {
	color:#b5983e;
}
@media screen and (min-width: 768px) {
	.content-left,
	.content-left h1,
	.content-left h2,
	.content-left h3{
	text-align:left
	}
}



.responsive-table  table{
	width:100%;
	margin-bottom:20px;
}
.responsive-table th { 
	color: #333;
	    background: rgba(208,168,0,0.2);
	font-weight:normal;
}
.responsive-table tr { border: 1px solid #ccc; }
 
.responsive-table td { 
	/* Behave  like a "row" */
	border: none;
	border: 1px solid #ccc; 
	text-align:center;			
}
.responsive-table td, .responsive-table th { 
  padding: 6px; 
 
}
.responsive-table tr:nth-of-type(odd) { 
  background: #eee; 
}							
@media only screen and (max-width: 767px) {
.responsive-table td.hidden-xs{
display:none !important;	
}
	  /* Force table to not be like tables anymore */
	.responsive-table table, 
	.responsive-table thead, 
	.responsive-table tbody, 
	.responsive-table th, 
	.responsive-table td, 
	.responsive-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.responsive-table tr { border: 1px solid #ccc; }
 
	.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:center;
	}
 
	.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	 .responsive-table tr:nth-of-type(odd) td{ 
	  border-bottom: 1px solid #fff; 
	}
	.responsive-table td:before { content: attr(data-title); }
	

}

/* Galleries BOXES*/
.BoxImg {
  height: 450px;
  /*padding: 50px;*/
  background-color: #032033;
  position: relative;
}

.BoxImgBg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*opacity: 0.7;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.BoxImg h2 {
	color:#fff;	
	    margin-top: 15%;
}
.BoxImg a{
	display:block;
	height:inherit;
	position: relative;
}

.gallery a {
	margin-bottom:30px;	
}

.lg-backdrop{
	background:rgba(0,0,0,.9);	
}
.prevNextWrap {
margin:30px 0px 50px 0px;
	font-size:18px;
	 vertical-align: middle;
	text-align:center;
}
.prevNextWrap a {
    padding: 15px 0;
    vertical-align: middle;
    display: inline-block;
	    color: #676767;
}
.prevNextWrap a:hover {
	text-decoration:none;
	    color: #565656;
}
.prevNextWrap a:first-of-types {
	margin-right:20px;
}
.prevNextWrap a:last-of-type {
	margin-left:20px;
}
.prevNextWrap a.disabled{
	opacity:0.4;
	color:#00000;
	    /*color: rgba(103,103,103,0.5);*/
	    cursor: default;
}

.prevNextWrap a.next {
	background:url(/images/right-arrow.svg)	no-repeat center center;
	padding-right: 90px;
    background-size: 25%;
}
.prevNextWrap a.prev {
	background:url(/images/left-arrow.svg)	no-repeat center center;
	padding-left: 90px;
    background-size: 25%;
}

.award {
	min-height:120px;	
}

@media (max-width:300px){
	.prevNextWrap a.next {
		padding-right: 80px;
		background-size: 25%;
	}
	.prevNextWrap a.prev {
		padding-left: 80px;
		background-size: 25%;
	}
	.prevNextWrap {
		font-size:16px;
	}
	
}



/* FORMS
====================================== */

.contactform {
	line-height:20px;	
}

.contactform .row{
	padding-bottom:10px;

		}

.form-control{ 
	font-size:16px;
}
.contactform .form-control{
	border-radius: 0px;
	height:40px;
}
.contactform textarea.form-control {
	height:auto;
}

#theForm,
#theForm h2 {
	text-align:left;	
}

.signup .form-group {
	vertical-align:top;	
}
.asterisk {
margin-top:10px;
font-size:14px;
}
.field-validation-valid {
		display:none;	
		color:red;
			}
.field-validation-error  { 
	display:block;
	color:red;
font-size:12px;	
text-align:left;
}
.control-label {
	font-weight:normal;
	text-align:left;
display:block;	
}


.note{
	 color: #999;
		font-size:13px;	
	line-height:16px;
	margin-top:10px;
	}
label span {
color: red;
}

label.required:after {
	content:" *";
	color:#FF0000;
}

.signup .field-validation-error{
		text-align:left;		
			}
.form-agree {
	margin-top:0px;
    font-size: 14px;
	margin-bottom:0px;
}
.form-agree label{
	margin-bottom:0px;
	display: inline;
	
}
.multiline-label label {
    display: inline-block;
    vertical-align: top;
	    max-width: 90%;
		margin-top:0px;
}

.submitBtn {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 11px;
    border: 0px;
    border-radius: 0px;
     background-color: #063858;
    color: #FFFFFF;
	
}
.submitBtn:hover,
.submitBtn:focus,
.submitBtn:active{
	    background-color: #4287bd;	
	    color: #fff;
}

.grecaptcha-badge {
	display: none !important;
}

/* MODAL
======================*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal-header {
    min-height: 16.43px;
    padding: 0px;
    border-bottom: none; 
	text-align:right;
}
.modal-header button.close {
    position: absolute;
    right: 3px;
    font-size: 45px;
    z-index: 1;
    opacity: 1;
    font-weight: 100;
    top: -8px;
    text-shadow: 0 0 0 transparent;
}
.modal-title {
    margin-bottom: 0;
    line-height: 0;
}
.modal-body {
    padding: 10px 15px 30px 15px;
}
.modal-body h2 {
	text-align:center;	
	margin-top:0px;
}
.modal-body ul {
		
    list-style-position: inside;
}
.modal-body img {
	 max-width: 100%;
    height: auto !important;
	margin-bottom:20px;
}

.modal-body a.button {
	padding: 10px 20px;
    font-size: 16px;
    background-color: #002c5b;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.modal-body a.button:hover, 
.modal-body a.button:focus, 
.modal-body a.button:active {
	background-color: #18528f;
	color: #ffffff;
	outline:0;
	text-decoration:none;
}

@media (max-width: 767px) {
	.modal.fade.in {
		top:20px !important;
	}

	.modal:before {
		height: auto;
	}

}

/*COVID LINK*/
.ribbon {
	position: absolute;
    top: 160px;
    z-index: 10;
    background: #b5983e;
	line-height: 1;
}
.ribbon a{
	color:#fff;
	display:block;
	padding: 10px 40px 8px;
}
.ribbon a:hover{
	background-color: #d5c07e;
}
@media (max-width: 767px) {
	.ribbon{
		display:none;
	}
  	/*.ribbon{
    	top: 100px;
    	font-size: 14px;
	}
	.ribbon a{
		padding: 8px 20px 7px;
	}*/
}
@media (max-width: 767px) {
	.mob-bottom-fixed{
		position:fixed;
		bottom:0px;
		left:0;
		right:0;
		background-color: #b5983e;
		padding:14px 0;
		z-index:101;
		line-height:1;
		display: none;
	}
	.mob-bottom-fixed a{
		color:#fff;
	}
}

.header-icons {
	padding-left: 20px;
}

.header-icons img{
	margin: 0px 7px;
	width: 20px;
}
/*END COVID LINK*/
