/* ==========================================================================
 Font
 *========================================================================= */
/* ==========================================================================
 Reset
 *========================================================================= */
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 100%;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-modal-wrap: 100%; }

body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #fff;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

button, input {
  margin: 0;
  padding: 0; }

ol, ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

img {
  max-width: 100%;
  height: auto !important; }

i, em {
  font-style: italic; }

form {
  width: 100%; }

button {
  border: 0;
  padding: 0;
  cursor: pointer; }

button:focus, button:active {
  outline: none !important;
  border: 0 !important; }

*:focus,
*::active,
*::after:focus,
*::before:focus {
  outline-offset: 0 !important;
  outline: none !important;
  border: 0 !important; }

a:active, a:focus {
  outline: none; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

*:invalid {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn {
  color: #444349;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffcf48;
  padding: 12px 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.6px; }

.btn:hover {
  background-color: #F4C75F;
  color: #444349; }

.btn-link {
  color: #444349;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #444349;
  padding: 12px 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.6px; }

.btn-link:hover {
  border: 2px solid #444349;
  color: #fff;
  background-color: #444349;
  text-decoration: none; }

/* ==========================================================================
 Typography
 *======================================================================== */
h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 400;
  color: #000; }

h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.05; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.05; }

h3 {
  font-size: 25px;
  font-size: 1.5625rem; }

/* ==========================================================================
 Header topline
 *======================================================================== */
.topline {
  padding: 15px 0; }

.topline__contacts {
  text-align: right;
  padding: 9px 0; }

.topline__contacts li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px; }

.topline__contacts span {
  font-weight: 200;
  font-size: 12px;
  margin-left: 4px; }

.topline__phone {
  color: #444349;
  display: block;
  font-weight: bold;
  line-height: 27px;
  font-size: 17px; }

span.topline__clock {
  color: #444349;
  font-size: 17px;
  font-weight: normal; }

.topline__clock i {
  color: #ffcf48;
  font-size: 21px;
  margin-right: 7px;
  position: relative;
  top: 2px; }

.topline__phone i {
  color: #ffcf48;
  font-size: 18px;
  margin-right: 3px;
  position: relative;
  top: 2px; }

.topline__phone:hover {
  color: #F4C75F; }

.topline__callback {
  color: #444349;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #444349;
  padding: 12px 15px;
  display: inline-block;
  letter-spacing: 0.6px; }

.topline__contacts li:first-child {
  border-right: 1px solid #e1e1e1;
  padding-right: 30px; }
  
.logo img {
  max-height: 53px; }

/* ==========================================================================
 Header menu
 *======================================================================== */
.menu {
  background-color: #444349; }

.menu li {
  display: inline-block; }

.menu li a {
  color: #fff;
  padding: 18px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px; }

.menu li.active a, .menu li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  position: relative; }

.menu li.active a:before, .menu li a:hover:before {
  background-color: #ffcf48;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  content: ''; }

/* ==========================================================================
 Slider
 *======================================================================== */
.slider .flex-nav-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px; }

.slider .flex-nav-prev a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffcf48;
  display: inline-block;
  font-size: 35px;
  padding: 5px 15px 5px 10px; }

.slider .flex-nav-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px; }

.slider .flex-nav-next a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffcf48;
  display: inline-block;
  font-size: 35px;
  padding: 5px 15px 5px 10px; }

.slider .flex-control-paging li a {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 0;
          border-radius: 0; }

.slider .flex-control-nav li {
  margin: 0 3px; }

.slider .flex-control-paging li a.flex-active {
  background-color: #ffcf48; }

.slider__pos {
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 100;
  top: 50%;
  margin-top: -170px;
  left: 0;
  padding: 30px 0 40px; }

.flexslider .slides > li {
  position: relative; }

.flexslider .slides > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.slider__title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
  color: #ffcf48; }

.slider__text {
  font-weight: 300 !important;
  font-size: 36px;
  color: #fff;
  line-height: 47px;
  margin-bottom: 50px;
  font-weight: 500;
  text-transform: uppercase; }

/* ==========================================================================
 Plus
 *======================================================================== */
.plus {
  padding: 70px 0; }

.plus__item {
  -webkit-box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.17);
  background: #fff;
  text-align: center;
  padding: 50px 15px; }

.plus__name {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  padding-bottom: 20px; }

.plus__text {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px; }

.plus__hr {
  background-color: #eee;
  display: inline-block;
  width: 70px;
  height: 2px;
  margin-bottom: 20px; }

.plus__img {
  margin: 20px 0;
  width: 60px;
  height: 25px;
  background: #ffcf48;
  position: relative;
  display: inline-block;
  margin-bottom: 40px; }

.plus__img:before, .plus__img:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; }

.plus__img:before {
  top: -23px;
  border-bottom: 23px solid #ffcf48; }

.plus__img:after {
  bottom: -23px;
  border-top: 23px solid #ffcf48; }

.plus__img i {
  font-size: 30px;
  color: #555; }

/* ==========================================================================
 Company
 *======================================================================== */
.company {
  padding: 90px 0px 70px;
  background: #f5f5f5; }

.company .img {
  position: relative;
  margin-left: 30px; }

.company .img:before {
  background-color: #f9f9f9;
  border: 2px solid #444349;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  -webkit-transform: translate3d(-20px, -20px, 0);
          transform: translate3d(-20px, -20px, 0); }

.company .img img {
  position: relative; }

.company__title {
  font-size: 27px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-bottom: 20px;
  padding-top: 5px; }

.company p {
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
  letter-spacing: 0.5px; }

.company .btn-box {
  padding-left: 50px;
  padding-top: 20px; }

.company .btn-box a.btn {
  margin-right: 20px; }

/* ==========================================================================
 What offer
 *======================================================================== */
.what-offer {
  padding: 20px 0 50px; }

.what-offer__item {
  margin-bottom: 30px;
  text-align: center; }

.what-offer__title {
  font-size: 30px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-top: 25px;
  text-align: center; }

.what-offer__img {
  margin: 20px 0;
  width: 60px;
  height: 25px;
  background: #f8f8f8;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 40px; }

.what-offer__img:before, .what-offer__img:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; }

.what-offer__img:before {
  top: -23px;
  border-bottom: 23px solid #f8f8f8; }

.what-offer__img:after {
  bottom: -23px;
  border-top: 23px solid #f8f8f8; }

.what-offer__img i {
  font-size: 26px;
  color: #ffcf48; }

.what-offer__name {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 20px; }

.what-offer__text {
  font-weight: 300;
  font-size: 16px; }

/* ==========================================================================
 Nomer Hotel
 *======================================================================== */
.nomer-hotel__item {
  margin-bottom: 70px;
  border: 1px solid #e7e7e7; }

.nomer-hotel__img {
  overflow: hidden; }

.nomer-hotel__item .left {
  width: 50%;
  float: left;
  padding: 30px;
  padding-right: 0; }

.nomer-hotel__item .right {
  width: 50%;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  float: left;
  position: relative; }

.nomer-hotel__name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px; }

.nomer-hotel__text {
  font-weight: 300;
  font-size: 18px;
  color: #777;
  letter-spacing: 0.5px;
  margin-bottom: 20px; }

.nomer-hotel__price {
  color: #444349;
  font-size: 17px;
  background-color: #ffcf48;
  padding: 10px 35px;
  position: absolute;
  top: 0;
  font-weight: 500;
  right: 0; }

.nomer-hotel__price:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff; }

.nomer-hotel__price span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase; }

.content .nomer-hotel {
  padding-top: 20px; }

/* ==========================================================================
 Reviews Home
 *======================================================================== */
.reviews {
  padding: 25px 0px 60px;
  background: #f5f5f5; }

.reviews__title {
  font-size: 30px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-bottom: 70px;
  padding-top: 25px;
  text-align: center; }

.reviews__item {
  text-align: center;
  padding: 0 15px 30px;
  letter-spacing: .025em;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15)); }

.reviews__img {
  display: inline-block;
  margin-top: -42px;
  border: 15px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.reviews__text {
  font-weight: 300;
  font-size: 15px;
  color: #555;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  line-height: 24px; }

.reviews__name {
  text-transform: uppercase;
  font-weight: 500; }

/* ==========================================================================
 Footer
 *======================================================================== */
footer {
  background-color: #444349;
  padding: 50px 0; }

footer .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 15px; }

.contacts__list i {
  color: #ffcf48;
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px; }

.contacts__list li {
  color: #f5f5f5;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-left: 35px; }

.contacts__list li a {
  color: #f5f5f5; }

.contacts__list li a:hover {
  color: #ffcf48; }

.bottom-menu li {
  margin-bottom: 3px; }

.bottom-menu li a {
  color: #f5f5f5;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-left: 15px; }

.bottom-menu li a:before {
  background-color: #ffcf48;
  width: 6px;
  height: 6px;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.bottom-menu li a:hover {
  color: #ffcf48; }

footer .btn-link {
  color: #f5f5f5;
  border-color: #f5f5f5;
  margin-left: 10px; }

footer .btn-link:hover {
  background-color: #f5f5f5;
  color: #444349; }

/* ==========================================================================
 Form Header Book
 *======================================================================== */
.form-book {
  margin-top: -70px;
  position: relative; }

.form-book__form {
  background-color: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.17); }

.form-book__label {
  display: block;
  font-size: 15px; }

.form-book__input {
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ddd; }
 
.form-book__input:focus {
  border: 1px solid #999;
}

.form-book__date {
  position: relative; }

.form-book__date:before {
  display: inline-block;
  font: 400 21px/21px "FontAwesome";
  font-size: 15px;
  content: "\f073";
  color: #ccc;
  position: absolute;
  top: 44px;
  right: 13px;
  bottom: 0; }

.form-book__btn {
  width: 100%;
  margin-top: 30px; }

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #ffcf48;
  color: #444349; }

.form-book__left {
  float: left;
  width: 44%;
  margin-right: 30px; }

.form-book__right {
  float: left;
  width: 44%; }

.content .form-book {
  margin-top: 50px; }

.content .form-book__form {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #ffcf48; }

.content-nomer .form-book {
  margin-bottom: 70px; }

/* ==========================================================================
 Breadcrumbs
 *======================================================================== */
.breadcrumbs {
  padding: 15px 0; }

.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px; }

.breadcrumbs a {
  color: #444349; }

.breadcrumbs a i {
  margin-left: 5px;
  color: #ddd; }

.breadcrumbs a:hover {
  color: #F4C75F; }

.breadcrumbs a:hover i {
  color: #F4C75F; }

.breadcrumbs span {
  color: #999; }

/* ==========================================================================
 Editor
 *======================================================================== */
.editor {
  margin-top: 20px;
  font-weight: 300; }

.editor p {
  font-size: 16px;
  line-height: 25px; }

.editor img {
  max-width: 500px; }

.editor img.left {
  float: left;
  padding-right: 20px; }

/* ==========================================================================
 Form box
 *======================================================================== */
.form-box {
  padding: 20px 0; }

.form-box__input {
  display: block;
  width: 100%;
  padding: 20px 15px;
  background: #f7f7f7;
  border: none;
  margin-bottom: 30px; }

.form-box__textarea {
  display: block;
  width: 100%;
  padding: 20px 15px;
  background: #f7f7f7;
  border: none;
  margin-bottom: 30px;
  height: 335px; }

.form-box .form-book__date:before {
  top: 21px; }

.form-box h2 {
  padding-bottom: 20px; }

.form-box__field label {
  font-size: 20px; }

.form-box__raiting {
  display: inline-block; }
  
.form-box__raiting:hover {
  cursor: pointer; }
 
.form-box__raiting:hover i, .form-box__raiting i.active {
  color: #ffcf48; }

.form-box__raiting i {
  color: #ddd;
  font-size: 30px;
  padding-right: 5px; }
  
/*.form-box__raiting > i:hover {
  cursor: pointer;
  color: #ffcf48; }*/
 
.form-box__raiting > i:hover ~ i {
  cursor: pointer;
  color: #ddd; }

/* ==========================================================================
 Reviews
 *======================================================================== */
.content_reviews {
  margin-top: 20px;
  margin-bottom: 50px; }

.content_reviews .reviews__item {
  padding: 30px 0;
  margin-bottom: 30px; }

.content_reviews .reviews__text {
  text-align: left;
  margin-bottom: 0; }

.content_reviews .reviews__text p:last-child {
  margin-bottom: 0; }

.content_reviews .reviews__img {
  margin-top: 0;
  border: none; }

.reviews_date {
  padding: 10px 0;
  color: #999; }

.reviews__raiting i {
  color: #ddd;
  font-size: 17px; }

.reviews__raiting i.active {
  color: #ffcf48; }

.content_reviews .form-box__textarea {
  height: 250px; }

/* ==========================================================================
 Reviews
 *======================================================================== */
.contacts_info {
  padding: 50px 0; }

.contacts_item {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px; }

.contacts_item i {
  color: #444349;
  background-color: #ffcf48;
  display: inline-block;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0; }

.contacts_item i {
  color: #444349;
  background-color: #ffcf48;
  display: inline-block; }

.contacts_item a {
  color: #444349;
  padding-top: 4px;
  display: inline-block; }
  
 .booking_form__message {
  text-align: center;
  color: #777;
  font-size: 16px; }

/* ==========================================================================
 Form Modal
*======================================================================== */
.modalBox {
  width: 100%;
  max-width: 430px;
  margin: 50px auto;
  background: #fff;
  padding: 30px 30px 50px;
  position: relative; }

.modal__title {
  font-size: 23px;
  text-transform: uppercase;
  text-align: center; }
  
.modal__form {
  padding-top: 20px; }
    
.form-book__field input[type="checkbox"] {
  display: none; }
  
.form-book__field .jq-checkbox {
  float: left; }
 
.form-book__field a {
  color: #999;
  font-size: 14px; }
  
.mobile_menu {
  display: none; }

.nomer-hotel__text ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px; }
	
.nomer-hotel__text ul li:before {
  display: inline-block;
  font: 400 21px/21px "FontAwesome";
  font-size: 12px;
  content: "\f00c";
  color: #ffcf48;
  position: absolute;
  top: 3px;
  left: 0px;
  bottom: 0; }
  
.js-carousel.owl-carousel {
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px; }
  
.js-carousel.owl-carousel .owl-prev {
  top: 55px;
  position: absolute;
  left: 0px }
 
.js-carousel.owl-carousel .owl-next {
  top: 55px;
  position: absolute;
  right: 0px }
  
.js-carousel.owl-carousel .owl-prev i,
.js-carousel.owl-carousel .owl-next i {
	font-size: 25px;
	color: #999; }
	
.box_nomer_link {
	text-align: center;
	padding-bottom: 50px; }
	
.company-gallery {
	margin-bottom: 30px;
}

.company-gallery li {
	width: 250px;
	display: inline-block;
	padding: 10px;
	border: 1px solid #ffcf48;
	margin-right: 10px;
}
.company-gallery li img {
	max-width: 100%;
}
.top_button {
	display: none;
}
.logo {
    padding: 10px 0;
}
.content .editor a {
	color: #ffcf48;
	font-weight: bold;
	border-bottom: 1px solid #ffcf48;
}
.gallery_contacts img {
	width: 400px;
	padding: 10px;
	border: 1px solid #ffcf48;
}
footer .btn, footer .btn-link {
	font-size: 13px;
}