/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #404040;
  background-color: #d2d2d0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color ease 0.4s;
}
a:hover {
  color: #404040;
}
h1 {
  position: absolute;
  top: 2px;
  left: 98px;
  font-size: 70px;
  line-height: 57px;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
h1 .logo_sub-title {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-left: 4px;
}
h1 a:hover {
  color: #ffffff;
}

h3,
h4,
h5,
h6 {
  font-size: 54px;
  line-height: 58px;
  font-weight: 900;
  text-transform: uppercase;
}
h2
{
  font-size: 54px;
  line-height: 58px;
  font-weight: 900;
 
}
/*global classes*/
.ta__l {
  text-align: left;
}
.ta__c {
  text-align: center;
}
.ta__r {
  text-align: right;
}
.fl__l {
  float: left;
}
.fl__r {
  float: right;
}
.ovf__h {
  overflow: hidden;
}
.td__udl {
  text-decoration: underline;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}
.sub-page #header {
  min-height: 200px;
  background: url(../images/sub-page_header.jpg) no-repeat 50% 0;
}
.isStuck {
  background: #31322b;
  min-height: 68px;
}
.isStuck h1 {
  font-size: 44px;
  line-height: 44px;
}
.isStuck h1 .logo_sub-title {
  font-size: 16px;
  line-height: 16px;
}
.isStuck .navigation {
  top: 17px;
}
.header_top {
  position: relative;
  top: 65px;
  width: 100%;
}
#stuck_container {
  position: relative;
  z-index: 999;
}
.slider {
  position: relative;
  height: 100%;
}
.slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -585px;
  margin-top: -240px;
  width: 1170px;
  color: #ffffff;
  text-align: center;
}
.navigation {
  position: absolute;
  top: 23px;
  right: 98px;
}
/* Main menu styles
========================================================*/
nav {
  position: relative;
}
.sf-menu {
  float: left;
  position: relative;
}
.sf-menu > li {
  margin-left: 23px;
  float: left;
  position: relative;
}
.sf-menu > li > a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  color: #b76659;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.current > a {
  color: #b76659;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 51px;
  left: -26px;
  background: #2a2a24;
  padding-top: 18px;
  padding-bottom: 20px;
  min-width: 194px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li a {
  display: block;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li a:hover {
  background-color: #60332c;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 2px;
  left: 198px;
  background: #60332c;
  padding-top: 5px;
  padding-bottom: 0;
  min-width: 200px;
  z-index: 4;
}
.sf-menu ul ul li a {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  nav {
    width: 100%;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
.content_inset__1 {
  padding-bottom: 89px;
}
.content_inset__2 {
  padding-bottom: 98px;
}
.content_inset__3 {
  padding-bottom: 38px;
}
.content_bg__1 {
  background-image: url(../images/item_bg.jpg);
}
.content_bg__2 {
  background-image: url(../images/page1_img4.jpg);
}
.content_bg__3 {
  background-image: url(../images/page2_img4.jpg);
}
.content_bg__4 {
  background-image: url(../images/page3_img3.jpg);
}
.content_bg__5 {
  background-image: url(../images/page3_img4.jpg);
}
.content_map {
  color: #ffffff;
  position: relative;
  text-align: center;
  min-height: 578px;
}
.content_map__height-1 {
  min-height: 467px;
}
.content_map-marker {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 50%;
  margin-left: -25px;
  min-width: 50px;
}
.content_map-marker.fa {
  font-size: 74px;
  line-height: 74px;
  color: #60332c;
}
.content_map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content_map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content_map iframe {
  width: 100%;
}
.block-item {
  padding-bottom: 41px;
}
.block-item_img {
  width: 100%;
  padding-bottom: 23px;
}
.block-item_video {
  width: 100%;
  height: 352px;
  padding-bottom: 10px;
}
.block-item__decorated-1 {
  padding-bottom: 50px;
}
.block-item__decorated-1:after {
  content: "";
  display: block;
  padding-top: 25px;
  width: 248px;
  height: 0;
  border-bottom: 2px solid #60332c;
}
.block-item__decorated-2 {
  position: relative;
  padding-left: 82px;
}
.block-item__decorated-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  font-family: FontAwesome;
  font-size: 54px;
  line-height: 58px;
  color: #60332c;
}
.block-item__decorated-3 {
  padding-bottom: 20px;
}
.block-item__decorated-3:after {
  content: "";
  display: block;
  padding-top: 31px;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #60332c;
}
.block-item__indent-1 {
  padding-bottom: 25px;
}
.block-stellar {
  position: relative;
  box-sizing: border-box;

  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 50px 0;
}
.block-stellar__height-1 {
 
}

.block-stellar__indent-1 {
  padding-top: 55px;
}
.block-date {
  padding-bottom: 50px;
}
.block-date_date {
  display: inline-block;
  padding: 0 22px;
  font-size: 18px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  background-color: #60332c;
  transition: background-color 0.4s ease;
}
.block-date_date:hover {
  background-color: #36362e;
  color: #ffffff;
}
.block-quote_img {
  width: 100%;
  border-radius: 50%;
}
.block-gall {
  text-align: center;
  width: 1179px;
  margin-left: -9px;
  overflow: hidden;
}
.block-gall_item {
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  width: 280px;
  margin-left: 9px;
  margin-bottom: 8px;
}
.block-gall_item img {
  width: inherit;
  transition: opacity 0.5s ease;
}
.block-gall_item:hover:before {
  opacity: 0.7;
}
.block-gall_item:hover .block-gall_cover {
  opacity: 1;
}
.block-gall_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.block-gall_cover {
  width: 284px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -142px;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  padding-top: 114px;
  z-index: 2;
  transition: opacity 0.5s ease;
}
.block-gall_cover:after {
  content: "";
  display: block;
  padding-top: 9px;
  height: 24px;
  background: url(../images/gall_expand.png) no-repeat 50% 100%;
}
.block-address_location {
  padding-bottom: 12px;
  font-size: 28px;
  line-height: 26px;
  font-weight: 700;
  color: #60332c;
  text-transform: uppercase;
}
.block-address_item {
  min-width: 29px;
  display: inline-block;
}
.block-privacy {
  padding-top: 4px;
  line-height: 22px;
}
.block-privacy p + div {
  padding-top: 40px;
}
.paragraph-1 {
  padding: 0 80px;
}
.paragraph-2 {
  padding: 0 37px 0 20px;
}
.paragraph-3 {
  padding: 0 0 34px 0;
}
.btn {
  display: inline-block;
  padding: 0 40px;
  font-size: 21px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #60332c;
  transition: background-color 0.4s ease;
}
.btn:hover {
  background-color: #36362e;
  color: #ffffff;
}
.btn-2 {
  margin-left: 19px;
  font-size: 18px;
  line-height: 42px;
  color: #60332c;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.4s ease;
}
.btn-2:hover {
  color: inherit;
}
.btn-3 {
  margin-top: 24px;
  display: inline-block;
  padding: 0 34px;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #60332c;
  transition: background-color 0.4s ease;
}
.btn-3:hover {
  background-color: #36362e;
  color: #ffffff;
}
.color-1 {
  color: #ffffff;
}
.color-2 {
  color: #60332c;
}
.color-3 {
  color: #404040;
}
.list-price li {
  padding-bottom: 49px;
}
.list__num {
  list-style-type: decimal;
  margin-left: 18px;
}
.list__num li {
  margin-bottom: 19px;
  line-height: 29px;
}
.heading {
  padding-top: 40px;
  padding-bottom: 12px;
  font-size: 54px;
  line-height: 58px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.heading__big {
  padding-bottom: 18px;
  font-size: 54px;
  line-height: 100px;
}
.heading__light {
  font-weight: 300;
}
.heading__indent-1 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.heading__indent-2 {
  padding-bottom: 32px;
}
.heading__indent-3 {
  padding-top: 109px;
  padding-bottom: 36px;
}
.text-1 {
  padding-bottom: 35px;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
}
.text-2 {
  padding-bottom: 17px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;

}
.text-2__line-1 {
  line-height: 24px;
}
.text-2__line-2 {
  line-height: 28px;
}
.text-2__indent-1 {
  padding-bottom: 8px;
}
.text-2__indent-2 {
  margin-top: 73px;
}
.text-2__quotes {
  position: relative;
  padding-left: 103px;
}
.text-2__quotes:before {
  content: "“";
  top: 21px;
  left: 10px;
  position: absolute;
  font-size: 194px;
  line-height: 58px;
  font-weight: 900;
}
.text-3 {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 11px;
  font-size: 12px;
  line-height: 28px;
}
.text-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5;
  font-family: FontAwesome;
  font-size: 5px;
  line-height: 28px;
  color: #ffffff;
}
.text-4 {
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.text-5 {
  padding-bottom: 12px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 30px;

  text-align: center;
  background: #1e1e1e;
}
.socials {
  float: right;
  right: 50%;
  position: relative;
  padding-bottom: 27px;
  margin: 0 auto;
}
.socials_wrapper {
  float: left;
  left: 50%;
  position: relative;
}
.socials a {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2b2b2b;
  border-radius: 50%;
  color: #626262;
  transition: border-color ease 0.4s;
}
.socials a:hover {
  color: #ffffff;
  background-color: #31322b;
  border-color: #31322b;
}
.footer_copyright {
  text-align: center;
  font-weight: 300;
  color:#C4C4C4;
}
.footer_copyright a:hover {
  color: #ffffff;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #60332c;
  color: #000000;
  width: 43px;
  height: 43px;
  font-size: 26px;
  line-height: 43px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  padding-top: 6px;
}
#contact-form .btn1 {
  margin-top: 25px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 49px;
}
#contact-form label + label {
  clear: both;
}
#contact-form label.message {
  margin-left: 0;
  width: 100%;
      margin-bottom: 3px;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 12px 0 0 16px;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  font-weight: 300;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 9px 14px;
  border: 1px solid #e9ebe5;
  width: 100%;
  outline: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  background: #dddddc;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 11px 16px;
  border: 1px solid #e9ebe5;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 119px;
  font-weight: 300;
  background: #dddddc;
  margin: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ebebeb;
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #343438;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  color: #000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 979px) {
  #contact-form {
    padding-right: 0;
  }
  #contact-form label {
    width: 100%;
    margin: 0 !important;
    clear: left;
  }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .block-gall {
    width: 948px;
    margin-left: -8px;
  }
  .block-gall_item {
    margin-left: 8px;
    width: 308px;
  }
  .block-gall_cover {
    padding-top: 70px;
  }
  .block-address_location {
    font-size: 24px;
  }
  .slider_item {
    margin-top: -200px;
  }
  .heading__big {
    padding-bottom: 14px;
    font-size: 84px;
    line-height: 80px;
  }
  .text-1 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 15px;
  }
  .btn {
    padding: 0 30px;
    font-size: 18px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .content_map {
    min-height: 400px;
  }
  .content_map__height-1 {
    min-height: 400px;
  }
  .block-gall {
    width: 756px;
  }
  .block-gall_item {
    width: 370px;
  }
  .block-gall_cover {
    padding-top: 110px;
  }
  .block-stellar {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }
  .heading__big {
    padding-bottom: 10px;
    font-size: 74px;
    line-height: 71px;
  }
  .btn {
    padding: 0 24px;
    font-size: 16px;
    line-height: 52px;
  }
  .btn-2 {
    margin-left: 10px;
    font-size: 14px;
  }
  h1 {
    left: 15px;
  }
  .navigation {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page #header {
    min-height: 135px;
  }
  .sub-page .header_top {
    padding-top: 0;
  }
  .sub-page .isStuck {
    background: url(../images/sub-page_header.jpg) no-repeat 50% 0;
    height: 135px;
  }
  .header_top {
    padding-top: 30px;
  }
  .isStuck {
    background: url(../images/sub-page_header.jpg) no-repeat 50% -30px;
    height: 135px;
  }
  h1 {
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .navigation {
    top: 100px;
    left: 50%;
    margin-left: -210px;
    width: 420px;
  }
  .block-quote_img {
    width: 271px;
  }
  .block-gall {
    width: 100%;
    margin-left: 0;
  }
  .block-gall_item {
    width: 100%;
    margin-left: 0;
  }
  .block-gall_cover {
    padding-top: 30px;
    width: 240px;
    margin-left: -120px;
  }
  .slider_item {
    margin-top: -90px;
  }
  .heading {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 28px;
  }
  .heading__big {
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 34px;
    line-height: 32px;
  }
  .text-1 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .text-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .block-stellar__height-1 {
    min-height: 404px;
  }
}
@media only screen and (max-width: 480px) {
  .navigation {
    top: 100px;
    margin-left: -135px;
    width: 270px;
  }
  .content_map {
    min-height: 300px;
  }
  .content_map__height-1 {
    min-height: 300px;
  }
  .slider_item {
    margin-top: -130px;
  }
  .heading__big {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 23px;
  }
  .btn {
    padding: 0 20px;
    font-size: 13px;
    line-height: 46px;
  }
  .text-1 {
    padding-bottom: 30px;
  }
}
/*Core variables and mixins*/
DIV.yellow {
	PADDING-RIGHT: 15px;  PADDING: 1px 5px; TEXT-ALIGN: center
}
DIV.yellow A {
	       border: 1px solid #fff;PADDING: 1px 5px;  MARGIN: 2px; color: #fff;  TEXT-DECORATION: none;display: inline-block;
}
DIV.yellow A img{ vertical-align:middle}
DIV.yellow A:hover {
	        border: 1px solid #fff;  COLOR: #000; 
}
DIV.yellow A:active {
	        border: 1px solid #fff;  COLOR: #fff; 
}
DIV.yellow .currPage {
	     border: 1px solid #fff;
    PADDING: 1px 5px;
    MARGIN: 2px;
    COLOR: #000;
    BACKGROUND-COLOR: #fff;
}
DIV.yellow .disabled {
	    border: 1px solid hsl(0, 0%, 32%); PADDING: 10px 15px;   MARGIN: 2px;  COLOR: #ddd; 
}
/*
* Table Custom Styles
*/
.table-custom.table-custom-color thead th {
  color: #ffffff;
  background: #191919;
  border: 0;
      padding: 8px;
}

.table-custom.table-custom-color tbody tr:first-child td {
  border-top-width: 0;
}

.table-custom.table-custom-hover tbody tr:hover td {
  background: #f6f2ed;
}

.table-custom.table-custom-bordered td,
.table-custom.table-custom-bordered th {
  border-width: 1px;
}

.table-custom.table-custom-bordered th {
  border-bottom: 0;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #f6f2ed;
}

.table-custom.table-custom-striped tbody td {
  border: 0;    padding: 8px;
}

.table-custom.table-custom-striped tfoot td {
  border-top: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}

/*
* Table Custom Mods
*/
.table-custom-responsive {
  overflow-x: auto;
  overflow-y: auto;
  min-height: 0.01%;
}
.pagination{ margin:30px auto 0; display:flex; justify-content:center;clear:both;}
.pagination ul{ list-style:none;}
.pagination li{ float:left; margin:0 3px;}
.pagination li a{ color:#60332c; padding:6px 10px; background-color:#fff; border:1px solid #60332c; border-radius:6px;}
.pagination li a:hover{ color:#fff; background-color:#60332c; border:1px solid #60332c; }
.pagination .currPage{ background: #60332c ;border: 1px solid #60332c;color: #fff; }