.cell {
/*  border-left: 1px solid #666;
  border-right: 1px solid #666;*/
}
a, a:hover, a:focus {color: #F9B233;}

html {height: 100%;}
body {
  font-family: 'phoreuscherokee', serif;
  color: #000;
  overflow-x: hidden;
}
h2 {
  font-family: 'grafolita-script', cursive;
  font-weight: 700;
  font-size: 60px;
  display: inline-block;
  position: relative;
  color: #000;
}
h2:after {
  background: #F9B233;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 90px;
 }
h3 {
  font-family: 'grafolita-script', cursive;
  font-size: 36px;
}

.header {
  padding-top: 30px;
  text-align: center;
}
.header img {
  max-width: 200px;
}
.header a {
  font-family: 'phoreuscherokee', serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: inline-block;
  position: relative;
}
.header a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F9B233;
  content: '';
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(10px);
}
.header a:hover::after,
.header a:focus::after {
  opacity: 1;
  transform: translateY(0px);
}

.mobile-header {
  padding: 30px 30px 15px;
  position: relative;
  overflow: hidden;
}
.mobile-logo {
  width: 150px;
  height: auto;
  position: relative;
  left: 50%;
  transition: all 0.6s ease-in-out;
  transform: translateX(-50%);
}
.mobile-logo.anim {
    transform: translateX(-100%);
}
.mobile-nav {
    background: #fff;
    width: 150px;
    position: absolute;
    top: 50px;
    right: -150px;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}
.mobile-nav a {
  padding: 5px 0 0px;
  color: #000;
  display: inline-block;
  border-bottom: 2px solid #F9B233;

}
.mobile-nav.open {
    right: 0px;
}

.banner {
  max-width: 1920px;
  margin:0 auto;
  padding: 0 15px;
}

.mobile-banner img {
  padding-left: 10px;
}
.mobile-banner div {
  font-size: 18px;
  color: #F9B233;
  padding: 15px 30px;
  text-align: center;
}
.mobile-banner div span {
  font-family: 'grafolita-script', cursive;
  font-size: 34px;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.headline {
  background: url(img/healine-bg.png) repeat-x;
  font-size: 18px;
  padding: 75px 15px 100px;
}
.headline h3 {
  font-family: 'phoreuscherokee', serif;
  color: #F9B233;
  margin: 10px 0 35px;
}
.healine-header {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.headline-cols {
  max-width: 1000px;
  margin: 35px auto 0;
  columns: 470px 2;
}

.check-in-btn {
  background: #000;
  border-radius: 20px;
  text-align: center;
  color: #F9B233;
  padding: 5px 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
    box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.24);
}
.check-in-btn:hover {
  color: #fff;
}

.price-plan {
  background: #f9b233;
  padding: 45px 30px 45px;
  text-align: center;
  margin: 0 auto 60px;
  /*max-width: 450px;*/
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.24);
}
.price-plan h3 {
    font-family: 'phoreuscherokee', serif;
    color: #000;
    margin-bottom: 30px;
}
.price-plan ul {
    font-weight: bold;
    list-style: none;
    line-height: 2;
}

.services {
  background: url(img/services-bg.jpg) no-repeat bottom center;
  text-align: center;
  font-size: 14px;
  min-height: 1300px;
}
.service-holder {
  position: relative;
}
.service-item {
  background: #F9B233;
  border-radius: 10px;
  padding: 220px 30px 30px;
  margin-bottom: 30px;
  min-height: 250px;
  height: 320px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.service-item ul {
  margin-top: 35px;
  text-align: left;
}
.service-open {
  height: 500px;
}
.service-icon {
  width: 100%;
  max-height: 200px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  pointer-events: none;
}
.icon1 {top: -30px; max-width: 257px; max-height: 161px; }
.icon2 {top: -10px; max-width: 257px; max-height: 187px; }
.icon3 {top: -110px; max-width: 257px; max-height: 290px; }
.icon4 {top: 0px; max-width: 257px; max-height: 145px; }

.service-item h3 {
  font-size: 44px;
}

.contacts-content {
  padding: 50px 0;
  background: #F9B233;
  color: #000;
  font-size: 18px;
}
.contacts-content a {color: #000;}
.contacts-content .social { font-size: 32px;}
.contacts-content .social i { margin-top: 5px; font-size: 36px; }
.contacts-content .copy {font-size: 14px; margin-top: 57px;}
.phone-box, .phone-box:hover, .phone-box:focus {
  background: #000;
  border-radius: 25px;
  color: #F9B233!important;
  margin-right: 15px;
  font-size: 20px;
  padding: 5px 10px;
  position: relative;
  top: -4px;
}

.logo-expert {
  height: 30px; margin-left: 15px;
}

#map {
  height: 500px;
  width: 100%;
}

.section-title {
  padding: 50px 0;
  text-align: center;
}

/* Nav toggle
--------------------*/
#nav-toggle {
  width: 25px;
  height: 15px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index:999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
}
#nav-toggle span:nth-child(2),#nav-toggle span:nth-child(3) {
  top: 6px;
}
#nav-toggle span:nth-child(4) {
  top: 10px;
}
#nav-toggle.close span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-toggle.close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-toggle.close span:nth-child(4) {
  top: 4px;
  width: 0%;
  left: 50%;
}

/* Nav toggle
--------------------*/
.form-header {font-size: 13px; margin: 15px 0 30px}
.form-header span {color: #F9B233;}
#form {max-width:550px; height:550px; border-radius: 5px;}
#form .form-title {font-size: 18px; font-weight: 700; padding-bottom: 5px; border-bottom: 1px solid #eee; margin-bottom: 15px;}
#form-booking label {display:block; position:relative;}
#form-booking label.error {position:absolute; bottom:-15px; font-size: 12px; left:2px; background:#F9B233; color:#fff;}
#form-booking input, select {height: 30px; padding: 3px 25px 3px 5px; }
#form-booking input, #form-booking textarea, #form-booking select {font-size: 13px; border:1px solid #F9B233; resize:none;}
#form-booking input[type="submit"] {background:#F9B233; border-radius: 5px; margin:5px 0 30px; color:#fff; display:inline-block; padding:5px 25px; cursor: pointer;}
#form-booking textarea {height:80px}
.msgLoading {background:url(../images/loader.gif) no-repeat center; width:350px; height:235px;}
.formSuccess {background:url(../images/success_icon.png) no-repeat center; width:350px; height:125px; padding-top:110px; text-align:center; font-size:16px; line-height:24px;}
.formErro {background:url(../images/error_icon.png) no-repeat center; width:350px; height:125px; padding-top:110px; text-align:center; font-size:16px; line-height:24px;}
.response {
    display: none;
    text-align: center;
    padding-top: 150px;
    font-size: 18px;
}

@media screen and (max-width: 39.9375em) {
  .headline h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 63.9375em) {
  .services {
    background: none;
    min-height: auto;
  }
}