body {
  font-family: Dosis, sans-serif
}

form,
h1 {
  font-family: Dosis
}

.navbar {
  background-color: #fff;
  min-height: 68px
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-size: 17px;
  line-height: 48px
}

.navbar .navbar-nav a {
  color: #4a4a4a;
  line-height: 36px
}

h1,
h3 {
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-stretch: normal
}

.navbar .navbar-collapse {
  text-align: center
}

.navbar-toggle {
  padding: 20px 15px
}

.navbar-toggle .icon-bar {
  background: #4a4a4a
}

.nav>li>a {
  padding-left: 30px;
  padding-right: 30px
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #fff;
  text-decoration: underline
}

@media (max-width:1198px) {
  .nav>li>a {
      padding-left: 20px;
      padding-right: 20px
  }
}

@media (max-width:996px) {
  .nav>li>a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 16px
  }
}

.engine {
  background: url(../images/cocos/home_header.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

h1 {
  font-size: 80px;
  color: #0062b2;
  padding-top: 38vh;
  margin-bottom: 0
}

h3 {
  font-size: 35px;
  color: #4a4a4a;
  margin-top: 0
}

.btn-primary,
.quote,
h2 {
  font-weight: 700
}

.engine-wrapper {
  margin-top: auto;
  background: rgba(0, 0, 0, .28);
  width: 100%;
  padding: 40px 20px
}

@media (max-width:768px) {
  .engine {
      justify-content: start;
      padding: 0 5px
  }
  h1 {
      font-size: 64px;
      padding-top: 18vh
  }
  h3 {
      font-size: 26px;
      margin-top: 0
  }
  .engine-wrapper {
      padding: 10px 0
  }
}

form,
form.form-inline select {
  font-size: 18px;
  color: #4a4a4a
}

.btn-primary,
h2,
h4 {
  font-family: Dosis
}

.form-control::-webkit-input-placeholder {
  color: #4a4a4a;
  font-size: 18px
}

.form-control:-moz-placeholder {
  color: #4a4a4a;
  font-size: 18px
}

.form-control::-moz-placeholder {
  color: #4a4a4a;
  font-size: 18px
}

.form-control:-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 18px
}

.form-control::-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 18px
}

@media (min-width:768px) {
  form .form-group {
      width: 18%;
      padding: 0 1%
  }
}

form.form-inline select {
  display: block;
  width: 100%!important;
  padding: 0 12px
}

form .form-control {
  height: 60px;
  line-height: 60px
}

.btn-primary {
  background-color: #0062b2;
  border-color: #0062b2;
  line-height: 46px;
  font-size: 22px;
  text-align: center;
  color: #fff
}

form.form-inline .btn-primary {
  width: 100%!important
}

form.form-inline input {
  font-size: 16px
}

.btn-primary:hover {
  background-color: #004c8a;
  border-color: #004c8a
}

@media (max-width:768px) {
  .select-inline {
      display: inline-block;
      width: 49%
  }
}

h2 {
  line-height: 35px;
  font-size: 28px;
  color: #4a4a4a;
  padding-top: 10rem;
  text-align: center;
}

h4 {
  line-height: 19px;
  font-size: 15px;
  letter-spacing: 3.6px;
  color: #0062b2;
  padding-top: 140px
}

.center {
  display: flex;
  justify-content: center;
}

.footer a,
.quote,
.subtitle {
  color: #4a4a4a;
  font-family: Dosis
}

.subtitle {
  line-height: 1.3;
  font-size: 22px
}

.col-centered {
  float: none;
  margin: 0 auto
}

.content-text {
  width: 100%;
  max-width: 600px;
  padding: 0 15px
}

.line,
.line-short {
  width: 2px;
  border: 1px solid #979797;
  display: inline-block
}

.line {
  height: 100px;
  margin: 100px 0
}

.line-short {
  height: 40px;
  margin: 40px 0
}

@media (min-width:768px) {
  .section-history {
      background: url(../images/cocos/img_1.png?v=20181114) 0 80px no-repeat;
      background-size: 550px
  }
  .line-short {
      display: none
  }
}

.inline-block {
  display: inline-block!important
}

.section-inside {
  padding-left: 0;
  min-height: 600px
}

.section-inside .inside-images {
  padding-top: 60px;
  text-align: center;
  min-height: unset
}

@media (min-width:768px) {
  .section-inside {
      background: url(../images/cocos/img_2.png?v=20181119) no-repeat;
      background-size: 400px;
      padding-left: 500px
  }
  .section-inside .inside-images {
      text-align: left
  }
}

.quote {
  font-size: 28px;
  font-style: italic;
  display: block;
  padding-right: 35px;
  padding-bottom: 10px
}

.card,
.footer a {
  font-weight: 400
}

.quote-img {
  padding-top: 140px
}

@media (max-width:768px) {
  .quote-img {
      padding-top: 20px
  }
  .section-rooms .room-options img {
      width: 300px
  }
}

.section-rooms .content-text {
  max-width: 600px;
  margin: 0 auto
}

.section-rooms .room-options {
  padding-top: 60px
}

.section-rooms .btn-primary {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px
}

.footer {
  border-top: solid 1px #c5c5c5;
  margin-top: 200px;
  padding: 20px;
  position: relative;
  background-color: #fff
}

@media (max-width:768px) {
  .footer {
      margin-top: 50px
  }
}

@media (min-width:992px) {
  .footer.fixed {
      position: fixed;
      width: 100%;
      bottom: 0
  }
}

.footer a {
  height: 21px;
  font-size: 17px
}

.footer .col-left {
  margin-left: 35px;
  display: inline-block
}

.footer .col-right {
  margin-right: 135px;
  display: inline-block;
  float: right
}

@media (max-width:992px) {
  .footer .col-left {
      display: block;
      margin: 55px 0 0;
      text-align: center
  }
  .footer .col-right {
      display: block;
      float: none;
      margin: 0;
      text-align: center
  }
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer ul li {
  padding: 20px 5px;
  line-height: 24px;
  display: inline-block
}

@media (max-width:992px) {
  .footer ul li {
      padding: 0 5px;
      line-height: 24px;
      display: inline-block
  }
}

.footer ul li.link a {
  color: #0062b2
}

.footer .ico {
  background: url(../images/icons/footer_icons.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute
}

.footer .ico-logo {
  background-image: url(../images/cocos/logo_mobile.png);
  background-position: 0 0;
  width: 30px;
  height: 44px;
  top: 36px;
  background-size: 30px
}

.footer .ico-social {
  background-position: 100% 0;
  width: 132px;
  height: 44px;
  right: 15px;
  top: 30px
}

.room-and-rates .engine {
  margin-top: 70px;
  height: unset;
  padding-bottom: 20px
}

.room-and-rates .engine-wrapper {
  margin-top: 20px;
  padding: 20px
}

@media (max-width:768px) {
  .room-and-rates .engine {
      justify-content: start;
      padding: 0 5px
  }
  .rar-summary .main .wizard {
      max-width: 100%;
      margin: 0 auto 40px;
      display: block
  }
}

.room-and-rates .engine-wrapper .mobile-engine {
  color: #fff;
  text-align: left;
  font-size: 20px
}

.room-and-rates .engine-wrapper .mobile-engine .ico-search {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 140px;
  background: #0062b2;
  padding: 8px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1;
  width: 36px;
  text-align: center
}

.card,
.card h5 {
  letter-spacing: normal;
  color: #4a4a4a
}

.room-and-rates .engine-wrapper .mobile-engine .ico-search:hover {
  background: #004c8a
}

@media (max-width:992px) {
  .rar-summary .sidebar {
      margin-top: 60px
  }
}

.rar-summary .sidebar-header {
  min-height: 300px;
  background: url(../images/cocos/img_bg.png) center bottom no-repeat;
  background-size: 80%
}

@media (max-width:768px) {
  .rar-summary .main,
  .rar-summary .sidebar-header {
      min-height: auto;
      background: 0 0
  }
}

.pointer {
  cursor: pointer
}

.card {
  border: 1px solid #d5d5d5;
  padding: 30px;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3
}

.card.active,
.card.pointer:hover {
  box-shadow: 3px 0 5px 0 rgba(151, 151, 151, .23);
  border: 1px solid #d5d5d5;
  background-color: #fafafa
}

.card+.card,
.card.pointer+.card.pointer:hover {
  border-top: none
}

.main .card {
  padding-left: 0
}

@media (max-width:768px) {
  .card+.card {
      border-top: solid 1px #d5d5d5
  }
  .main .card {
      padding-left: 30px;
      margin-top: 60px;
      padding-bottom: 60px
  }
}

.sidebar .card p {
  margin-bottom: 0
}

.card h2 {
  padding: 0 0 25px;
  margin: 0
}

.card h5 {
  font-family: Dosis;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 10px
}

.card select {
  height: 32px;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #fff;
  min-width: 50px
}

.card .card-content {
  padding: 5px 0 15px
}

.card .main {
  font-weight: 700
}

.card .card-checkout {
  border-top: solid 1px #979797;
  padding-top: 30px;
  margin-bottom: 40px
}

.card .card-checkout .main {
  font-size: 27px;
  font-weight: 700
}

.room-image {
  width: 45%;
  margin-left: -30px;
  float: left
}

.room-content {
  width: 55%;
  float: right
}

@media (max-width:768px) {
  .room-content,
  .room-image {
      width: auto;
      float: none
  }
  .room-image {
      margin-left: 0;
      margin-top: -60px;
      margin-bottom: 15px
  }
}

.room-content .room-action {
  position: absolute;
  bottom: 25px;
  color: #0062b2;
  font-size: 18px
}

.room-content .room-info {
  display: table;
  width: 100%
}

.lonely {
  position: relative
}

.lonely .room-content .room-info {
  position: absolute;
  bottom: 20px;
  right: 30px
}

.upselling-ico1,
.upselling-ico2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 8px
}

.room-content .room-info .item {
  display: table-cell;
  vertical-align: bottom
}

.room-content .room-info .item.price {
  font-size: 28px;
  font-weight: 700;
  text-align: right
}

.room-content .room-info .item.price .line-through {
  font-size: 18px;
  font-weight: 400;
  /* display: none */
}

.display-none {
  display: none;
}

.line-through {
  text-decoration: line-through
}

.room-content .room-info .item.price .sub-price {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1
}

.line-through .js-currency {
  margin-right: -2px
}

.card-checkout .js-currency {
  margin-right: 2px
}

.price>.js-currency {
  margin-right: -5px
}

.upselling-ico1 {
  background: url(../images/icons/bell.svg) center center no-repeat;
  background-size: 30px
}

.upselling-ico2 {
  background: url(../images/icons/paw.svg) center center no-repeat;
  background-size: 30px
}

.link-navigation {
  padding: 10px 0
}

.link-navigation .pull-left {
  color: #337ab7
}

.link-navigation .pull-right {
  color: #9b9b9b
}

.register label {
  font-weight: 400;
  font-size: 16px;
  color: #9b9b9b
}

.confirm img {
  width: 660px;
  margin-top: 150px;
  margin-bottom: 40px;
  max-width: 100%
}

.confirm .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  padding: 20px 0 10px;
  text-align: center;
  color: #0062b2
}

.confirm .subtitle {
  font-size: 22px;
  line-height: 1.3;
  color: #4a4a4a
}

.confirm .btn-primary {
  padding: 6px 20px;
  margin-top: 20px;
  margin-bottom: 100px
}