a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:focus {
  outline: none;
}
.btn {
  background: #68686c;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 20px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.btn:hover {
  color: #fff !important;
  background: #403b3b;
  text-decoration: none !important;
}
html,
body {
  background: #f2f2f1;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
header {
  width: 100%;
  background: #403b3b;
}
header #pad-it {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .contact-number {
  color: #fff;
  text-align: center;
}
header .contact-number a {
  color: #fff;
}
header .contact-number a:hover {
  color: #9ca1a6;
  text-decoration: none;
}
header .logo img {
  display: block;
  width: 225px;
  margin: 0 auto;
}
header #top_contact {
  text-align: center;
  color: #CDC8C5;
  font-size: 16px;
  padding-top: 10px;
}
header #top_contact .contact-book a {
  color: #fff;
  background: url("../images/bookBG.jpg") repeat-x top left;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  margin-bottom: 10px;
}
header #top_contact .contact-book a:hover {
  color: #403b3b;
  background: #f2f2f1;
  text-decoration: none;
}
header #top_contact .login a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 20px;
  border-radius: 3px;
  margin-bottom: 10px;
}
header #top_contact .login a:hover {
  color: #D9CCC5;
  text-decoration: underline;
}
header #top_contact #phone a {
  color: #fff;
  text-decoration: none;
}
header #top_contact #phone a:hover {
  color: #D9CCC5;
  text-decoration: underline;
}
.mm-menu {
  z-index: 1000 !important;
}
.main-nav {
  background: #f2f2f1;
  color: #403b3b;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
}
.main-nav #nav {
  display: none;
}
.mobile-nav .icon {
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 20px;
}
.mobile-nav .icon a {
  color: #68686c;
  text-decoration: none;
}
.mobile-nav .icon a:hover {
  color: #403b3b;
}
.mobile-nav .icon span {
  display: inline-block;
  background: #68686c;
  border: solid 1px #666;
  color: #fff;
  border-radius: 4px;
  padding: 5px 7px;
}
.anchor_link:before {
  display: block;
  content: " ";
  margin-top: -300px;
  height: 300px;
  visibility: hidden;
}
.anchor_link {
  position: relative;
  display: block;
}
.content {
  background: url("../images/BG-seal.jpg") no-repeat bottom right;
}
.content .homescreen {
  width: 100%;
  height: calc(100vh - 250px);
  height: -o-calc(100vh - 250px);
  height: -webkit-calc(100vh - 250px);
  height: -moz-calc(100vh - 250px);
  background: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.content .homescreen img {
  width: 100%;
  height: auto;
  display: block;
}
.content .homescreen .overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 995;
  overflow: none;
}
.content .homescreen .overlay .overlay-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.content .homescreen .overlay .overlay-content img {
  display: block;
  margin: 0 auto;
  max-height: calc(80vh - 262px);
  max-height: -o-calc(80vh - 262px);
  max-height: -webkit-calc(80vh - 262px);
  max-height: -moz-calc(80vh - 262px);
  width: auto;
  max-width: 250px;
}
.content .homescreen .overlay #down-arrow {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.content .homescreen .overlay #down-arrow:hover {
  text-decoration: none;
  color: #9ca1a6;
}
.content .page-image {
  height: 230px;
  width: 100%;
  margin: 0 auto;
}
.content .page-image .cycle-slide {
  width: 100%;
  height: 230px;
  overflow: hidden;
  text-align: center;
}
.content .page-image .cycle-slide img {
  left: 50%;
  margin-left: -100%;
  position: relative;
  width: auto;
  height: 100%;
}
.content .map-container {
  width: 100%;
  height: 300px;
  padding: 25px 20px;
  background: #fff;
}
.content .map-container #map {
  height: 250px;
  border: solid 1px #ccc;
}
.content .page {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content .page-text {
  font-size: 14px;
  line-height: 20px;
}
.content .page-text h1 {
  font-size: 32px;
  line-height: normal;
  margin-top: 0;
}
.content .page-text h2 {
  font-size: 24px;
  line-height: normal;
}
.content .page-text h3 {
  font-size: 18px;
  line-height: normal;
}
.content .page-text a {
  color: #68686c;
  text-decoration: underline;
}
.content .page-text a:hover {
  color: #403b3b;
}
.content .page-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
  width: 100%;
  height: auto;
  display: block;
}
.content .room-listing {
  background: #ebeae8;
  margin-bottom: 20px;
}
.content .room-listing .room-image img {
  width: 100%;
  height: auto;
  display: block;
}
.content .room-listing .room-details {
  padding: 25px;
  color: #67686c;
}
.content .room-listing .room-details span {
  display: block;
}
.content .room-listing .room-details .room-name {
  font-size: 24px;
  margin-bottom: 5px;
}
.content .room-listing .room-details .room-description {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.content .room-listing .room-details .book-room a {
  color: #fff;
  background: url("../images/bookBG.jpg") repeat-x top left;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  margin-top: 10px;
}
.content .room-listing .room-details .book-room a:hover {
  color: #fff;
  background: #403b3b;
  text-decoration: none;
}
.content .offer {
  color: #fff;
  height: 250px;
}
.content .offer h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
}
.content .offer a {
  color: #fff;
  font-size: 18px;
  float: left;
  position: absolute;
  bottom: 10px;
  left: auto;
}
.content .offer .text {
  padding: 10px 15px;
  position: relative;
  font-size: 13px;
}
.content .offer img {
  display: inline;
  float: left;
  padding-right: 10px;
}
.content #offer_prev,
.content #offer_next {
  background-color: #69686d;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 30px;
  line-height: 25px;
  cursor: pointer;
  color: #fff;
  z-index: 200;
}
.content #offer_prev {
  right: 30px;
}
.content .offer-listing {
  background: #ebeae8;
  margin-bottom: 20px;
}
.content .offer-listing .offer-image img {
  width: 100%;
  height: auto;
  display: block;
}
.content .offer-listing .offer-details {
  padding: 25px;
  color: #67686c;
}
.content .offer-listing .offer-details span {
  display: block;
}
.content .offer-listing .offer-details .offer-name {
  font-size: 24px;
  margin-bottom: 5px;
}
.content .offer-listing .offer-details .offer-description {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.content .right-column .slider-box {
  background: #403b3b;
  height: 250px;
  margin-bottom: 20px;
}
.content .right-column .voucher-box img {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
.content .right-column .voucher-box span {
  background: #68686c;
  color: #fff;
  clear: left;
  padding: 15px;
  font-size: 20px;
  display: block;
}
.content .right-column .voucher-box a:hover {
  text-decoration: none;
}
.content .contact-form {
  background: #ebeae8;
  padding: 20px;
}
.content .contact-form .title {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}
.content .contact-form .field {
  width: 100%;
  min-height: 40px;
  border: none;
  padding: 10px;
  border-radius: 0;
  margin-bottom: 10px;
}
.content .contact-form .submit {
  width: 100%;
  color: #fff;
  background: #403b3b;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content .contact-form .submit:hover {
  background: #68686c;
}
.content #boxes .social-feed,
.content #boxes .newsletter-signup {
  background: #9ca1a6;
  padding: 20px;
  color: #fff;
  min-height: 190px;
}
.content #boxes .social-feed h3,
.content #boxes .newsletter-signup h3 {
  margin-top: 0;
}
.content #boxes .social-feed {
  text-align: center;
  margin-bottom: 20px;
}
.content #boxes .social-feed .feed {
  padding: 10px 0;
  width: 100%;
}
.content #boxes .social-feed a {
  color: #fff;
  width: 100%;
  word-wrap: break-word;
}
.content #boxes .social-feed p {
  width: 100%;
}
.content #boxes .social-feed .feed-img {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
}
.content #boxes .social-feed .feed-img a {
  color: #fff;
}
.content #boxes .social-feed .feed-img .fa-inverse {
  color: #B3BABD;
}
.content #boxes .newsletter-signup,
.content #boxes #login-form {
  background: #d9ccc5;
  color: #333;
}
.content #boxes .newsletter-signup form .field,
.content #boxes #login-form form .field {
  margin: 10px 0;
  border: none;
  padding: 8px;
  border-radius: 0;
}
.content #boxes .newsletter-signup form .submit,
.content #boxes #login-form form .submit {
  width: 100%;
  color: #fff;
  background: #403b3b;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content #boxes .newsletter-signup form .submit:hover,
.content #boxes #login-form form .submit:hover {
  background: #68686c;
}
.gallery a img {
  margin-bottom: 25px;
}
#blog .content,
#blog-post .content {
  padding-top: 10px;
  background: none;
}
#login-form {
  color: #333;
}
#login-form .field {
  margin: 10px 0;
  border: none;
  padding: 8px;
  border-radius: 0;
}
#login-form .submit {
  color: #fff;
  background: #403b3b;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: none;
  width: 150px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#login-form .submit:hover {
  background: #68686c;
}
footer {
  padding: 20px 0;
  color: #fff;
  background: #68686c;
  text-align: center;
}
footer .footer-text {
  padding-top: 25px;
}
footer .footer-text a {
  color: #fff;
}
footer .footer-text a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-text .clockwork {
  padding-top: 10px;
  color: ;
}
footer .footer-text .clockwork a {
  color: #D1CECC;
}
footer .footer-text .clockwork a:hover {
  color: #fff;
}
footer .seal {
  text-align: center;
  padding-bottom: 20px;
}
footer .seal img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
footer .social-icons {
  text-align: center;
  color: #68686c;
  font-size: 12px;
}
footer .social-icons a {
  color: #f2f2f1;
  text-decoration: none;
}
footer .social-icons a .fa-inverse {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #68686c;
}
footer .social-icons a:hover {
  color: #403b3b;
}
footer .social-icons a:hover .fa-inverse {
  color: #f2f2f1;
}
.login-box {
  background: #fff;
  padding: 30px;
  margin: 20px 0;
}
.login-box form {
  padding: 15px 0;
}
.login-box label {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.login-box .field {
  width: 100%;
  padding: 12px;
  background: #eee;
  border: solid 1px #ccc;
  color: #666;
}
.login-box .submit {
  color: #fff;
  background: url("../images/bookBG.jpg") repeat-x top left;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 10px;
  border: none;
}
.login-box .submit:hover {
  color: #fff;
  background: #403b3b;
  text-decoration: none;
}
@media (min-width: 450px) {
  .content .offer .text {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  header .contact-number {
    text-align: left;
    padding-top: 72px;
  }
  header .logo {
    display: inline-block;
  }
  header .logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  header #top_contact {
    text-align: right;
  }
  header #top_contact .contact-book a,
  header #top_contact .login a {
    font-size: 14px;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-nav ul li {
    font-size: 12px;
    width: auto;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  .main-nav ul li a {
    color: #403b3b;
    padding: 20px 15px;
    display: block;
    text-transform: uppercase;
  }
  .main-nav ul li a:hover {
    color: #fff;
    background: #68686c;
    text-decoration: none;
  }
  .main-nav ul li ul {
    height: auto;
    display: none;
    position: absolute;
    background: #403b3b;
    border-top: none;
    padding: 5px;
    top: 57px;
    left: 0px;
    z-index: 998;
    line-height: normal;
  }
  .main-nav ul li ul li {
    display: block;
    line-height: normal;
    width: 165px;
    height: auto;
    background: none !important;
    text-align: left;
  }
  .main-nav ul li ul li a {
    padding: 6px 5px;
    display: block;
    color: #fff;
  }
  .main-nav ul li ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #68686c;
  }
  .main-nav ul li ul :not(:last-child) {
    border-bottom: solid 1px #68686c;
  }
  .main-nav ul li.active {
    background: #403b3b;
    color: #fff;
  }
  .main-nav ul li.active a {
    color: #fff;
    background: #403b3b;
  }
  .main-nav ul li.active ul li {
    background: none;
  }
  .main-nav ul li.active ul li a {
    color: #fff;
  }
  .main-nav ul li.active ul li a:hover {
    color: #fff;
  }
  .main-nav ul li.active ul li.active a {
    color: #fff;
    background: #403b3b;
  }
  .content {
    padding-top: 189px;
  }
  .content .offer img {
    display: none;
  }
  .content .offer a {
    left: 20px;
  }
  .content .offer .text {
    min-width: 200px;
  }
  .content .homescreen {
    height: calc(100vh - 188px);
    height: -o-calc(100vh - 188px);
    height: -webkit-calc(100vh - 188px);
    height: -moz-calc(100vh - 188px);
  }
  .content .homescreen .overlay .overlay-content img {
    width: auto;
    max-width: 480px !important;
  }
  .content .page-image {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .content .page-image .cycle-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  .content .page-image .cycle-slide img {
    width: 100%;
    height: auto !important;
    display: block;
    left: 0;
    margin-left: 0;
  }
  .content .right-column .voucher-box a span {
    font-size: 20px;
  }
  .content .right-column .voucher-box a:hover {
    text-decoration: none;
  }
  .content .map-container {
    width: 100%;
    height: 350px;
    padding: 0;
  }
  .content .map-container #map {
    height: 350px;
    border: none;
  }
  .content .room-listing .room-image {
    padding-top: 20px;
    padding-left: 20px;
  }
  .content #boxes .social-feed {
    margin-bottom: 0;
  }
  .content #boxes .newsletter-signup form .submit {
    width: auto;
    display: inline-block;
  }
  .content .contact-form form .submit {
    width: auto;
    display: inline-block;
  }
  #wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -210px;
    padding: 0 0 210px;
  }
  #footer {
    height: 210px;
  }
}
@media (min-width: 992px) {
  header .main-nav #nav {
    display: inline;
  }
  header .contact-number {
    font-size: 18px;
  }
  header .logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  header .logo img {
    width: auto;
    margin: 0 auto;
  }
  header #top_contact {
    text-align: right;
  }
  header #top_contact .contact-book a,
  header #top_contact .login a {
    font-size: 18px;
  }
  .main-nav ul li a {
    font-size: 16px;
    padding: 20px 19px;
  }
  .main-nav ul li ul {
    top: 63px;
  }
  .content {
    padding-top: 216px;
  }
  .content .page {
    padding: 25px;
  }
  .content .page .page-text {
    margin-bottom: 25px;
  }
  .content .offer img {
    display: inline;
  }
  .content .offer a {
    left: auto;
  }
  .content .offer .text {
    width: 390px;
  }
  .content .homescreen {
    height: calc(100vh - 200px);
    height: -o-calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);
  }
  .content .homescreen .overlay .overlay-content img {
    width: auto;
    max-width: 650px !important;
  }
  .content .map-container {
    width: 100%;
    height: 340px;
    padding: 0;
  }
  .content .map-container #map {
    height: 340px;
    border: none;
  }
  .content .room-listing {
    margin-bottom: 30px;
  }
  .content .room-listing .room-image {
    padding-top: 30px;
    padding-left: 30px;
  }
  .content .room-listing .room-details .book-room a {
    display: inline-block;
  }
  footer .social-icons {
    padding-top: 35px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .main-nav ul li a {
    font-size: 16px;
    padding: 20px 32px;
  }
  .content .offer span {
    font-size: 25px;
    display: block;
  }
  .content .offer .text {
    font-size: 14px;
    width: 450px;
  }
  .content .page {
    padding: 30px;
  }
  .content .page .page-text {
    margin-bottom: 30px;
  }
  .content .room-listing .room-image {
    padding-top: 0px;
    padding-left: 0px;
  }
  .content .room-listing .room-details .room-name {
    font-size: 26px;
    margin-bottom: 0;
  }
  .content .room-listing .room-details .room-description {
    font-family: "open-sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
  #wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -210px;
    padding: 0 0 210px;
  }
  #footer {
    height: 210px;
  }
}
@media (max-width: 480px) {
  .content .offer {
    height: 205px;
  }
  .content .offer img {
    display: none;
  }
  .content .offer a {
    left: 10px;
  }
  .content .right-column .slider-box {
    height: 205px;
  }
}