@import url("https//fonts.googleapis.com/css?family=Raleway");
@import url("https//fonts.googleapis.com/css?family=Overlock");
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:link, a:hover, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

hr {
  border: 1px solid #000;
  width: 50px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.margin-top-large {
  margin-top: 50px;
}

.margin-bottom-medium {
  margin-bottom: 30px;
}

.padding-bottom-large {
  padding-bottom: 50px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container .container-title {
  width: 100%;
  text-align: center;
  font-family: 'Overlock', cursive;
  margin-top: 50px;
  color: #000;
}
.container .container-article {
  font-size: 1.1em;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 25px;
  margin-top: 25px;
  line-height: 1.5;
  text-align: justify;
}

header {
  background-color: #464545;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
}
header .container {
  height: 80px;
  position: relative;
}
header .container .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header .container .logo span {
  cursor: pointer;
  display: block;
}
header .container .logo span img {
  width: 150px;
  height: auto;
}
header .container .menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header .container .menu ul li {
  float: left;
}
header .container .menu ul li span {
  padding: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
header .container .menu ul li span:hover {
  background-color: #666666;
}
header .container .menu-mobile {
  display: none;
}
header .container .menu-mobile .menu-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  z-index: 2;
}
header .container .menu-mobile .menu-button button {
  padding: 7px 10px;
  outline: none;
  border: 2px solid #ccc;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #3c3c3c;
}
header .container .menu-mobile .menu-button button:active {
  background-color: #ccc;
}

.slider-container {
  margin-top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  height: calc(100vh - 80px);
}
.slider-container .nav_left, .slider-container .nav_right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #464545;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slider-container .nav_left:hover, .slider-container .nav_right:hover {
  background-color: #035;
}
.slider-container .nav_left .fa, .slider-container .nav_right .fa {
  color: #fff;
  font-size: 20px;
}
.slider-container .nav_left {
  left: 15px;
}
.slider-container .nav_right {
  right: 15px;
}

.calendar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.calendar.mobile {
  display: none;
}
.calendar.mobile .field {
  width: 100%;
}
.calendar.mobile .field button {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.calendar .field {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #035;
  width: 20%;
  margin-right: -4px;
  border-right: 1px solid #e5e5e5;
}
.calendar .field:last-child {
  border-right: 0px;
}
.calendar .field:first-child input[type="text"] {
  cursor: default;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}
.calendar .field:hover .fa {
  color: #fff;
}
.calendar .field input[type="text"] {
  width: 100%;
  height: 55px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
}
.calendar .field button {
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  font-family: 'Raleway', sans-serif;
  background-color: #7dbc00;
  color: #fff;
  font-weight: bold;
}
.calendar .field button:hover {
  background-color: #a4d04c;
}
.calendar .field .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #e5e5e5;
}

.thumb {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.thumb figure {
  margin: 5px;
  overflow: hidden;
}
.thumb figure img {
  width: 100%;
  height: auto;
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}
.thumb .hover {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.thumb .hover .hover-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
}
.thumb .hover .hover-container a {
  color: #000;
}
.thumb .view {
  background-color: #003950;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.thumb .view:hover {
  background-color: #194c61;
}
.thumb:hover .hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.thumb:hover figure img {
  transform: scale(1.1, 1.1);
}

.rooms, .gallery, .contact {
  background-color: #F5F5F5;
}

.rooms .imprtResponsiveRoom {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}
.rooms .imprtResponsiveRoom .imprtResponsiveRoom_tooltip {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: table !important;
  border-spacing: 5px;
  padding-bottom: 30px;
}
.rooms .imprtResponsiveRoom .imprtResponsiveRoom_tooltip .imprtResponsiveRoom_tooltip_direct, .rooms .imprtResponsiveRoom .imprtResponsiveRoom_tooltip .imprtResponsiveRoom_tooltip_nohidden {
  display: table-cell !important;
  text-align: center;
}
.rooms .imprtResponsiveRoom .imprtResponsiveRoom_tooltip .imprtResponsiveRoom_tooltip_direct span, .rooms .imprtResponsiveRoom .imprtResponsiveRoom_tooltip .imprtResponsiveRoom_tooltip_nohidden span {
  line-height: 1px;
}
.rooms .imprtResponsiveRoom .imprtResponsiveRoom_dailyratestitle {
  font-weight: bold;
  margin-bottom: 10px;
}
.rooms .imprtResponsiveRoom table thead {
  border-top: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
}
.rooms .imprtResponsiveRoom table tbody tr td button {
  outline: none;
  border: none;
  background-color: #7dbc00;
  cursor: pointer;
  padding: 8px 20px;
  border: 2px solid #7dbc00;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.18s linear;
  /* Safari and Chrome */
  -o-transition: all 0.18s linear;
  /* Opera */
  -ms-transition: all 0.18s linear;
  /* Explorer 10 */
}
.rooms .imprtResponsiveRoom table tbody tr td button:hover {
  background-color: transparent;
  color: #7dbc00;
}
.rooms .imprtHotelPolicies {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}
.rooms .imprtHotelPolicies .imprtHotelPolicies_title {
  font-weight: bold;
  margin-bottom: 10px;
}
.rooms .imprtHotelPolicies table tr td p {
  text-align: justify;
  text-justify: inter-word;
}
.rooms .imprtHotelPolicies table tr td:first-child {
  width: 25%;
}
.rooms .imprtHotelPolicies table tr td:nth-child(2) {
  width: 75%;
}
.rooms .imprtHotelPolicies_termscon {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}
.rooms .imprtHotelPolicies_termscon .imprtHotelPolicies_termscon_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.facilities {
  font-family: 'Raleway', sans-serif;
}

.location {
  font-family: 'Raleway', sans-serif;
}
.location .responsiveLocation .h3-address {
  margin: 0 !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}
.location .responsiveLocation .p-addresscontent {
  margin-left: 0 !important;
}
.location .responsiveLocation_map {
  height: 400px;
  margin-bottom: 10px;
}
.location .responsiveLocation_areainfocontainer h3 {
  font-weight: bold !important;
  margin-bottom: 10px !important;
}
.location .responsiveLocation_howtocontainer h3 {
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.contact form select, .contact form textarea, .contact form input[type="text"], .contact form input[type="email"] {
  width: calc(100% - 15px) !important;
}
.contact form .form-group {
  margin-left: 0px !important;
}
.contact .qs_box-content, .contact .contactsNo {
  width: 100%;
}

footer {
  background-color: #003950;
  text-align: center;
}
footer #marketingBanner-wrapper {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer #marketingBanner-wrapper h2 {
  color: #ffcf71;
  margin-bottom: 20px;
}
footer #marketingBanner-wrapper .whybooking {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
footer #marketingBanner-wrapper .whybooking ul li .fa {
  margin-right: 10px;
}
footer #marketingBanner-wrapper .securepayment {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
footer #marketingBanner-wrapper .needhelp {
  margin-bottom: 30px;
  margin-top: 30px;
}
footer #payment-wrapper {
  text-align: center;
  background-color: #fff;
  border-top: 3px solid #ffcc00;
  padding-top: 30px;
}
footer #payment-wrapper p {
  font-size: 10px;
}
footer #payment-wrapper img {
  width: 100%;
  height: auto;
}
footer #payment-wrapper .modeOfPayment {
  max-width: 246px;
}
footer #payment-wrapper .cardSecurity {
  max-width: 200px;
}
footer #payment-wrapper .trustImage {
  max-width: 81px;
}
footer #payment-wrapper .cPointer span {
  font-size: 12px;
}
footer #footer-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
footer #footer-wrapper p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  .rooms .imprtHotelPolicies table tr td p {
    text-align: justify;
    text-justify: inter-word;
  }
  .rooms .imprtHotelPolicies table tr td:first-child {
    width: 100%;
  }
  .rooms .imprtHotelPolicies table tr td:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .menu {
    display: none;
  }
  header .menu-mobile {
    display: block !important;
  }

  .calendar.mobile {
    display: block;
  }
  .calendar.main {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .slider-container .nav_left, .slider-container .nav_right {
    display: none;
  }
}
/* Loading */
.loading-window {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: white url("../img/ajax-loader.gif") 50% 50% no-repeat;
}

.homereviewslabel{
  display: none;
}
.reviews_button{
  display: none !important;
}
.rev_reviewtitle{
  font-size: 17px;
}
.allreviews_button{
  background: none repeat scroll 0 0 #68ad00;
  color: #fff;
  height: 36px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  display: block;
  float: none;
  margin: auto auto 0px;
  width: 200px;
}
.uk-modal-dialog{
  width: 60%;
}
@media(max-width: 768px){
  .uk-modal-dialog{
    width: 95%;
  }
}
/*# sourceMappingURL=style.min.css.map */
