html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

button:focus {outline:0;}

body {
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  /*background-color: #ffffff;*/
  
  }

h1 {
  color: black;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  margin: 20px 0 30px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
 }

h1 span{
  display: block;
  font-size: 100px;
  line-height: 120px;
  font-weight: 100;
}


nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #958e8a;
}

@media (max-width: 1200px) and (min-width: 992px){
  h1 {
    font-size: 30px; 
    line-height: 30px;}
  h1 span{
  font-size: 100px;
  line-height: 120px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .HeaderTitle {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px; 
    line-height: 30px;}
  h1 span{
    font-size: 70px;
    line-height: 70px;
}
.HeaderTitle {
  margin-top: -50px;
}
}


.HeaderTitle{
  
}
.subTitle{
  color:#9e9e9e;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}
@media (max-width: 575px){
  .HeaderTitle{
    margin-top: -44px;
  }
}

h2 {
  color: black;
  font-weight: 100;
  margin: 20px 0 20px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	 h2 {
      font-size: 60px; 
	 }
}
@media (max-width: 767px) {
  h2 {
    font-size: 50px; } }
@media (max-width: 575px) {
    h2 {
      font-size: 30px; } }

h3 {
  color: black;
  font-weight: 500;
  margin: 20px 0 20px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;}

  @media (max-width: 575px) {
    h3 {
      font-size: 16px; } }

a {
  color: #e37f61;
  text-decoration: none;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: #e37f61;
    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 {
  text-align: center;
  border: 0px;
  display: inline-block; 
  /*margin-top: 10px;*/
  margin-bottom: 10px;
}
.reservation a {
  padding: 14px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  border: 0px;
  border-radius: 0px;
  background-color: black;
  background-image: none;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease 0s; 
  display: block;
}
.reservation a:hover, 
.reservation a:focus, 
.reservation a:active {
	background-color: white;
	color: black;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px; 
	box-shadow:none;
	outline:0;
}
/*@media (max-width: 768px) {
  .reservation a {
    padding: 19px 20px;
  }
}*/
@media (max-width: 576px) {
  .reservation a {
    width: auto;
    padding: 9px 20px 9px 20px;
    font-size: 12px;
  }
}



/*underline*/
.underlined-example-wrapper {
 /*padding: 21px 20px 19px;
 background-color: rgba(0,0,0,0.5);*/
  display: inline-block;
}

.underlined-example {
	position: relative;
	color: #e37f61;
	text-decoration: none;
  font-size: 18px;
  margin: 0 15px;
  display:inline-block;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.underlined-example:hover {
  color: #e37f61;
  text-decoration: none;
}

.underlined-example:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #e37f61;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.underlined-example:hover:before,
.post-preview:hover .underlined-example:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 576px){
.underlined-example{
  margin: 0px 5px;
  font-size: 12px;
}
}
/*underline*/


.padding-15 {
  padding-left: -15px;
  padding-right: -15px; }

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}



	  
	  
.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; } }


.TopMenu{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  /*padding-top: 76px;*/
  margin-left: 10px;
  color: #ffffff;
  text-align: left;
}
.TopMenu ul{
  margin: 0px;
  padding: 0px;
}
.TopMenu li{
  display: inline-block;
  list-style-type: none;
}
.TopMenu a{
  color: black;
  margin-right: 10px;
  text-decoration: none;
}
.TopMenu a:hover{
  color: black;
  text-decoration: underline;
}

.Header{
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 0 10px;
  background: rgba(255,255,255,0.6);
}

.topMedia {
  height: 100%;
  position: relative; 
}

.topMediaInner {
    height: 75%;
    position: relative;
    margin-bottom: 30px;
}
.NotopMedia {
  height: 10%;
}

.NoMedia{
  padding-top: 84px;
}
@media (max-width: 575px) {
.NoMedia {
  padding-top: 0px;
  margin-top: 73px;
}
}

@media (max-width: 767px){
  .Header{
    padding: 0 0px;
  }
  .BookCal{
	  margin-right:10px!important;
  }
  .TopMenu a{
	  font-size: small;
  }
}
@media (max-width: 575px){
  .topMediaInner {
    margin-bottom: 0px;
}
}
.logomain{
  padding: 5px 0;
}
.logomain img{
  width:115px;
  text-align: center;
}



.BookCal {
  font-size: 14px;
  font-weight: 700;
  /*width: 100px;*/
  font-family: 'Montserrat', sans-serif;
}
.BookCal img {
  width: 18px;
  margin-left: 10px;
  vertical-align: sub;
}
.BookCal a {
  color: black;
  border: 2px solid black;
  background-color: transparent;
  padding: 13px 32px;
  text-decoration: none;
}
.BookCal a:hover {
  color: #ffffff;
  background-color: black;
  border: 2px solid black;
  padding: 13px 32px;
  text-decoration: none;
}


@media (max-width: 1200px) and (min-width: 992px){
  .logomain img {
    width: 95px;
}
}
@media (max-width: 767px) {
  .logomain img {
    width: 85px;
}
.BookCal {
  font-size: 12px;
}
.BookCal img {
  width: 14px;
  margin-left: 0px;
}
.BookCal a {
  padding: 3px 10px;
}

}
@media (max-width: 575px) {
.Header{
  padding: 0 0;
}
.logomain {
  padding: 4px 0;
}
.logomain img {
  width: 70px;
}
.BookCal, .Flight {
  font-size: 10px;
  line-height: 12px;
}
.BookCal img, .Flight img {
  width: 12px;
  margin-left: 0px;
}
.BookCal a, .Flight a {
  padding: 7px 3px;
}
}


/*Book form
====================== */
.bookingRow{
  font-size: 14px;
  position: absolute;
   bottom: 70px;
   z-index: 10;
   left: 0px;
   right: 0px;
   line-height: 42px;
  
}
.bookingRow .container {
  max-width: 900px;
  background: rgba(255, 255, 255, 0.8);

 /* background-color: #fff;*/
}
.bookingRow .form-inline{
  padding: 20px;
}
 @media (max-width: 575px) {
  .bookingRow {
    height: 63px; }
  }
  .bookingRow .form-group {
    margin-bottom: 0px;
    padding:12px 20px;
    width: 16.66%;
    border-right: 1px solid #b7b7b7;
    }
  .bookingRow .form-group:last-child {
    padding: 0;
    margin: 0px;
    border-right: 0px;
   }
  .bookingRow input.form-control, .bookingRow select.form-control {
    width: 100%;
    height: 64px !important;
    font-size: 40px;
    font-weight: 300;
    border-radius: 0px;
    color: black;
    font-family:  font-family: 'Montserrat', sans-serif;
    padding: 0px 12px 0px 5px;
    border: none;
    background-color:transparent; }
  .bookingRow label {
    color: black;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
   }
  .bookingRow .form-group.has-feedback {
    position: relative; }
  .bookingRow .form-group .fa.form-control-feedback {
    color: #005bab;
    position: absolute;
    top: 36px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 18px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .bookingRow .bookButton {
    color: #fff;
    border: none;
    margin-left: 10px;
    line-height: normal;
    padding: 32px 29px;
    font-weight: 500;
    font-size: 18px;
    vertical-align: bottom;
    background-color: black;
    transition: all 0.3s ease 0s;
    font-family: 'Montserrat', sans-serif;
  }
    
  .bookingRow .bookButton:hover {
    color: black;
    background-color: #ffffff;
    transition: all 0.3s ease 0s;
}


@media (max-width: 1200px) {
  .bookingRow .bookButton{
    padding: 21px 36px;
  }
}
@media (max-width: 768px) {
.bookingRow .bookButton{
    padding: 21px 16px;
  }
}


.max-width {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1480px) {
	.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: 10px;
    padding-right: 10px; 
  	}
	.carousel-item{
		height:500px!important;
	}
	.topMedia{
		height:500px!important;
	}
	.introTxtImg{
		display:none;
	}
	.HeaderTitle {
		margin-top:10px;
	}
	ul.RoomDetails li{
	display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 20px;
    text-align: center;
	padding:0!important;
	}
	.RoomBg h3{
		padding-top:8px;
	}
	.reservation a{
		margin-top:15px;
	}
}



/*=== Space ===*/
.space{
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 768px){
  .space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  }
/*=== Space ===*/

.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  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; }


html,
body,
.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%; }

.carousel {
  position: absolute;
  top: 0;
  left: 0; }

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

  .contentOverSlider {
    position: absolute;
    z-index: 9;
    color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 50px;
    line-height: 84px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  }

.mark, mark {
    padding: .2em;
    color: #ffffff;
    background-color: #252525;
}

@media (max-width: 1200px) and (min-width: 992px){
  .contentOverSlider {
    font-size: 40px;
    line-height: 67px;
  } 
}

@media (max-width: 767px){
  .contentOverSlider {
    font-size: 40px;
    line-height: 67px;
  } 
}
@media (max-width: 575px){
  .contentOverSlider {
    display: none !important; } 
}


.main-text{
  text-align: left;
}



/*==== Banners ===*/
.ExtraImg {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
  padding-left: 0px;
  padding-right: 0px;
}
.ExtraImg {
	min-height:60vh;
}




@media (max-width: 767px) {
	.ExtraImg {
		min-height:30vh;
	}	
}

@media (max-width: 575px){
  .ExtraImg {
		min-height:20vh;
	}
}




.ExtraRight {
  left: -90px;
  background-color: rgba(242, 242, 242, 0.84);
  padding: 70px 50px;
  text-align: center;
}
.ExtraLeft {
  right: -90px;
  background-color: rgba(242, 242, 242, 0.84);
  padding: 70px 50px;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px){
	  .ExtraRight {
		padding: 30px 20px;
	  }
	  .ExtraLeft {
		padding: 30px 20px;
	  }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .ExtraRight {
    left: 0px;
    padding: 30px 20px;
  }
  .ExtraLeft {
    right: 0px;
    padding: 30px 20px;
  } 
}

@media (max-width: 767px) {
  .ExtraRight {
    left: 0px;
    padding: 30px 20px;
  }
  .ExtraLeft {
    right: 0px;
    padding: 30px 20px;
  }
}


.beach-bg {
  position: relative;
  background: url(../images/beach-bar.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 700px;
  color: #ffffff;
}

.beach-bg h1{
  color: #ffffff;
  font-size: 90px;
  font-weight: 100;
  line-height: 100px;
}
.beach-bg .padding {
  padding: 140px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  max-width: 930px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .beach-bg h1 {
    font-size: 60px;
    line-height: 70px;
}
}

@media (max-width: 767px) {
  .beach-bg h1 {
    font-size: 60px;
    line-height: 70px;
}
}

@media (max-width: 575px){
  .beach-bg h1 {
    font-size: 40px;
    line-height: 50px;
}
}

/*==== FullFoto ===*/
.location-intro {
  position: relative;
  background: url(../images/spa.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 700px;
}
.location-intro .padding {
  padding: 110px 20px;
  max-width: 600px;
  background-color: rgba(242, 242, 242, 0.84);
  right: 50px;
  position: absolute;
  top: 10%;
  bottom: 10%;
}


@media (max-width: 1200px) and (min-width: 992px){
  .location-intro .padding {
    max-width: 500px;
    padding: 110px 20px;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .location-intro .padding {
    padding: 80px 20px;
    width: 400px;
    right: 30px;
}
}
@media (max-width: 767px){
  .location-intro {
    height: 460px;
    margin: 50px 0;
  }
  
  .RoomBg h3{
	  margin-top:0!important;
  }
  
.location-intro .padding {
    padding: 10px 20px;
    width: 460px;
    right: 30px;
}
}
@media (max-width: 576px) {
  .location-intro {
    height: 460px;
  }
  .location-intro .padding {
    padding: 0px 20px;
    width: 80%;
    right: 0px;
    left: 0px;
    margin: 0px auto;
  }
}

@media (max-width: 320px) {
  .location-intro {
    height: 660px;
  }
  .location-intro .padding {
    padding: 0px 10px;
    width: 90%;
    right: 0px;
    left: 0px;
    margin: 0px auto;
  }
}



/*=== Events ===*/
.Events{
  
  background-size: 60%;
}
.EventBox img{
  position: relative;
  margin-bottom: 20px;
}


@media (max-width: 767px){
  .Events{
    background: none;
  }
  .EventBox img, .EventBoxRight img{
    margin-bottom: 20px;
  }
}

/*==========Accommodation Section===========*/
.RoomBg{
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 10;
  background: #ebebeb;
  width: 40%;
  padding: 0px 20px 20px 20px;
}

.RoomBg h3{
  font-size: 30px;
  font-weight: 100;
} 
ul.RoomDetails{
  margin: 0px;
  padding: 0px;
}
ul.RoomDetails li{
  display: block;
  color: #252525;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  padding: 10px 20px;
  /* border-right: 1px solid #e1e1e1; */
  font-family: 'Montserrat', sans-serif;
}

ul.RoomDetails li img{
  width: 80px !important;
}

ul.RoomDetails li:last-child{
  border-right: 0px;
}
ul.RoomDetails li span{
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 1200px) and (min-width: 992px){
/*.RoomFoto {
    min-height: 630px;
    padding-top: 60px;
}*/
.RoomFoto img {
  right: 60px;
}
  ul.RoomDetails li {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 0;
  }

}

@media (max-width: 1650px) and (min-width: 1000px){
	h2{
		font-size:30px;
	}
	h3{
		font-size:20px!important;
	}
}

@media (max-width: 767px){
/*.RoomFoto {
    min-height: 530px;
    padding-top: 50px;
}
.RoomFoto img {
  right: 50px;
  width: 92% !important;
}*/
.RoomBg {
  position: inherit;
  width: 100%;
}
ul.RoomDetails li {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;

}
}

@media (max-width: 576px){
  .RoomBg h3{
    font-size: 22px;
    font-weight: 100;
  } 
.owl-carousel .owl-item .card img {
  width: 100%;
}

}

@media (max-width: 576px){

}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


/*=== Footer ===*/
.footer {
	background-color: black; 
  padding:30px 0 0px 0;
}

 .contact {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #dddddd;
  line-height: 24px;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 768px) {
	.contact {
		text-align: center;
	}
}
.contact a {
  color: #ffffff; 
  text-decoration: underline;}
.contact .mhte {
  font-size: 14px;
}

.social{
  margin-top: 30px;
  margin-bottom: 40px;
}
.social a {
  margin-right: 8px;
  padding: 14px 11px;
}
.social a:hover {
}
.social img {
  width: 50px;
  height: 50px;
}
.social img.fb {
  height: 32px;
}
@media (max-width: 1200px) and (min-width: 992px){
  .social img{
    width: 20px;
    height: 20px;
  }
  .social a {
    padding: 11px 11px;
}
}
@media (max-width: 768px) {
.social a {
  margin-right: 2px;
  padding: 10px 11px;
}
.social img{
  width: 20px;
  height: 20px;
}
}

/*Newsletter
============================= */
.newsletter {
  text-align: center;
  color: #dddddd;
  font-family: 'Montserrat', sans-serif;
 }

@media (max-width: 991px) {
	.newsletter {
	  padding: 40px 0;
	}
}
  @media (max-width: 575px) {
.newsletter .form-inline {
      display: block; } }
  .newsletter .form-group {
    margin-bottom: 0px; 
  }
  .newsletter input.mailBox {
    color: #dddddd;
    border: 0px;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    padding: 10px 15px 12px 15px;
    /* margin: 0 6px 6px 6px; */
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border: 1px solid #3f7592;
    background-color:transparent;
    border-radius: 0px; }
/*
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter input.mailBox {
    width: 170px; } }
*/
.newsletter .submitBtn.btn-primary {
  background-color: #ffffff;
  background-image: none;
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  margin-top: 8px!important;
  padding: 10px 30px;
  vertical-align: inherit;
  color: black
  ;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease 0s; }
@media (max-width: 767px) {
  .newsletter .submitBtn.btn-primary {
    width: 140px;
    padding: 13px 10px; } }
  .newsletter .submitBtn.btn-primary:hover, .newsletter .submitBtn.btn-primary:focus {
    color: #ffffff;
    background-color: black; }
    
.Copyright {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  padding: 30px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.Copyright a {
  color: #a4a4a4;
  text-decoration: underline; }
.Copyright a:hover {
  color: #a4a4a4;
  text-decoration: underline;}

.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---*/


/* FORMS
====================================== */

@media screen and (min-width: 576px) and (max-width: 991px) {
	.contactform  {
		max-width:400px;
	}
}
.contactform .form-control {
  border-radius: 0px;
  height: 40px;
  font-size: 18px; }
.contactform textarea.form-control {
  height: auto; }
.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 {
  font-size: 12px; }
label span {
  color: red; }
label.required:after {
  content: " *";
  color: #FF0000; }
.signup .field-validation-error {
  text-align: center; }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.asterisk {
  font-size: 15px; }

.owl-dots,
.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-nav {
  margin-top: 10px;
  z-index: 100;
}
.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 {
	padding:0 100px;
}

@media (max-width: 767px) {
	#room-owl {
		padding:0 40px;
	}	
}
#room-owl .owl-nav {
  position: absolute;
  /* top: 0; */
  top: 45%; 
  height: 100px;
  left: 0;
  right: 0px;
 /* width: 63%;*/
  margin-top: 0px;
}


.owl-prev {
  position: relative;
  left: -45px;
  top: 45%;
  background: url(../images/next2.svg) no-repeat center center !important;
  transform:          rotate(180deg);
  -ms-transform:      rotate(180deg);
  -moz-transform:     rotate(180deg);
  -webkit-transform:  rotate(180deg);
  -o-transform:       rotate(180deg);
  width: 50px;
  height: 50px; }


#room-owl .owl-prev {
 position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  transform:          rotate(180deg);
-ms-transform:      rotate(180deg);
-moz-transform:     rotate(180deg);
-webkit-transform:  rotate(180deg);
-o-transform:       rotate(180deg);
  background: url(../images/arrow-right.svg) no-repeat center center !important;
  background-size: cover!important;
} 


#reviews-hotel-owl .owl-prev {
  position: absolute;
  top: 30%;
  left: 0px;
}
.owl-next {
  position: relative;
  right: -45px;
  top: 45%;
  background: url(../images/next2.svg) no-repeat center center !important;
  width: 50px;
  height: 50px;  }



  #room-owl .owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    background: url(../images/arrow-right.svg) no-repeat center center !important;
    background-size: cover!important;
  }
  #reviews-hotel-owl .owl-next {
    position: absolute;
    top: 30%;
    right: 0px;
  }
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }
.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: grey;
  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: black; }
.owl-carousel#reviews-hotel-owl .owl-item img {
    display: block;
    width: auto;
    margin: 0px auto;
}
@media (max-width: 1200px) and (min-width: 992px){
  #room-owl .owl-nav {
    left:0px;
	width: 100%;
  }
  #room-owl .owl-prev {
    width: 50px;
    top: 30%;
}
#room-owl .owl-next {
  width: 50px;
  top: 30%;
}
}
@media screen and (max-width: 767px) {
#room-owl .owl-nav {
    top: 654px;
    left: 0%;
    width: 100%;
}
  #room-owl .owl-prev {
    width: 30px;
    height: 30px;
    top: 5%;
    left: 0px;
}
#room-owl .owl-next {
  width: 30px;
  top: 5%;
  right: 0px;
  height: 30px;
}
}
@media (max-width: 576px){
/*.RoomFoto {
  min-height: 390px;
  padding-top: 30px;
}*/
  #room-owl .owl-nav {
    top: 650px;
}
#room-owl .owl-prev {
  height: 35px;
  top: 20%;
  left: 0px;
}
#room-owl .owl-next {
  height: 35px;
  top: 20%;
  right: 0px;
}
}

@media (max-width: 380px){
/*.RoomFoto {
  min-height: 222px;
  padding-top: 30px;
}*/
#room-owl .owl-nav {
  top: 1004px;
  height: 0px;
  margin-top: 0px;
}
#room-owl .owl-prev {
  height: 30px;
  top: 0px;
}
#room-owl .owl-next {
  height: 30px;
  top: 0px;
}
ul.RoomDetails li{
  padding: 0px 8px;
}

}


/*=========== 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;
 }

/*# sourceMappingURL=css.css.map */




/*==========TextList==============*/
ul.TextList{
  margin: 0px;
  padding: 0px;
}
ul.TextList li{
  display: block;
  background: url(../images/arrow.jpg) no-repeat left 5px;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 18px;
  text-align: left;
}


.galImg a {
	display:block;
	padding:6px;
	line-height:0;
}