@import url("http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900");
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css");
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #232323;
  color: #665959;
  font: 15px/27px Raleway, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
}
header {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
#content {
  overflow: hidden;
}
/*========================================================
                   main blocks
=========================================================*/
.block-left {
  /* 9-21 width: 39.52%;*/
  width: 25%;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-left {
    width: 100%;
    float: none;
  }
}
.block-right {
   /* 9-21width: 60.48%;*/
   width:75%;
  float: right;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-right {
    float: none;
    width: 100%;
  }
}
.back-white {
  background-color: #ffffff;
}
.back-dark {
  background-color: #232323;
}
.back-brown {
  background-color: #363030;
}
.text-color2 {
  color: #9b9191;
}
.text-white {
  color: #ffffff;
}
/*========================================================
                  titles
=========================================================*/
h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #ffffff;
  padding-top: 69px;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
h2.brown {
  color: #363030;
  padding-bottom: 29px;
}
h2.big {
  font-size: 86px;
  line-height: 64px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 1200px) {
  h2.big {
    font-size: 50px;
    line-height: 50px;
  }
}
h3 {
  font-size: 25px;
  line-height: 54px;
  color: #363030;
  text-transform: uppercase;
}
h5 {
  color: #9b9191;
  font-size: 25px;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  h5 {
    font-size: 17px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .h172 {
    height: 172px !important;
  }
}
/*========================================================
                    links
=========================================================*/
.more-link {
  font-size: 25px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  padding: 15px 20px;
  border: 1px #363030 solid;
  margin-top: 25px;
}
.more-link:hover {
  background-color: #363030;
}
@media only screen and (max-width: 767px) {
  .more-link {
    margin-bottom: 30px;
  }
}
.brown-more {
  background-color: #363030;
  border: none;
}
.brown-more:hover {
  background-color: #ffffff;
  color: #363030;
}
/*========================================================
                   header
=========================================================*/
.header-block {
  padding-top: 118px;
  padding-left: 433px;
}
@media only screen and (max-width: 1900px) {
  .header-block {
    padding-left: 100px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1499px) {
  .header-block {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-block {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .header-block {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-block {
    padding-left: 0;
    text-align: center;
  }
}
h1 {
  font-weight: 700;
  color: #C9A47E;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  overflow: hidden;
  margin-top: -8px;
  line-height: 43px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.logo-image {
  float: left;
  padding-right: 28px;
}
.header-logo a {
  display: inline-block;
}
.header-logo a .logo {
  overflow: hidden;
  display: inline-block;
}
/*========================================================
                    menu
=========================================================*/
.header-navigation {
  padding-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .header-navigation {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.sf-menu > li {
  position: relative;
  margin: 0 0px 0px 0;
}
.sf-menu > li > a {
  display: block;
  color: #363030;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Raleway;
  position: relative;
  z-index: 1;
  /* 9-21 font-size: 25px;*/
  font-size:21px;
  line-height: 55px;
  font-weight: 700;
    padding-left: 20px;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  background-color: #ebeaea;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #363030;
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  background-color: #ebeaea;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.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: relative;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li.sfHover > a {
  color: #2c292a;
}
.sf-menu ul li a {
  display: block;
  font-size: 15px;
  line-height: 31px;
  color: #888888;
  text-decoration: none;
  font-family: Raleway;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 431px;
  padding-top: 16px;
  padding-bottom: 13px;
}
.sf-menu ul li a:hover {
  background-color: #ebeaea;
  font-weight: 700;
  color: #363030;
}
@media only screen and (max-width: 1900px) {
  .sf-menu ul li a {
    padding-left: 300px;
  }
}
@media only screen and (max-width: 1400px) {
  .sf-menu ul li a {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .sf-menu ul li a {
    line-height: 9px;
  }
}
.sf-menu ul li.sfHover > a {
  color: #363030;
  font-weight: 700;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: relative;
  z-index: 1;
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  font-size: 14px;
  line-height: 31px;
  color: #888888;
  text-decoration: none;
  font-family: Raleway;
  font-weight: 400;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  background-color: #ffffff;
  font-weight: 700;
  color: #363030;
}
@media only screen and (max-width: 1900px) {
  .sf-menu ul ul li a {
    padding-left: 300px;
  }
}
@media only screen and (max-width: 1400px) {
  .sf-menu ul ul li a {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .sf-menu ul ul li a {
    line-height: 9px;
  }
}
.current > a {
  background-color: #ffffff;
}
.current > a > a {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 1900px) {
  .sf-menu li a {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1499px) {
  .sf-menu > li > a {
    /* 9-21 padding-left: 50px;*/
    padding-left: 20px;
  }
  .sf-menu ul > li > a {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 20px;
  }
  .sf-menu li a {
    line-height: 40px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 0px 16px;
  }
  .sf-menu li a {
    line-height: 29px;
  }
  .sf-menu > li > a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    padding-top: 0px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-navigation {
    top: 0;
    left: 0;
    right: 0 !important;
    bottom: 90% !important;
  }
  .select-menu {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.inner:after {
  color: #ebeaea;
  content: '\f107';
  font-size: 28px;
  padding-left: 14px;
  font-family: 'FontAwesome';
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 0 24px;
  padding-top: 0px !important;
  z-index: 50;
  background-color: #ebeaea;
}
.isStuck .sf-menu > li {
  float: left;
}
.isStuck .sf-menu > li > a {
  padding: 9px 30px 6px;
}
.isStuck .sf-menu > li > a:hover {
  color: #ffffff;
}
.isStuck .sf-menu ul {
  position: absolute;
  top: 71px;
  left: 2px;
  background: url('../images/back_black.png');
}
.isStuck .sf-menu ul ul {
  top: 60px;
  left: 0px;
}
.isStuck .current > a {
  color: #ffffff;
}
.isStuck .sf-menu ul li a {
  padding-left: 50px;
  padding-right: 50px;
  color: #ffffff;
}
.isStuck .sf-menu ul li a:hover {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 1800px) {
  .isStuck .sf-menu > li > a {
    padding: 9px 50px 6px;
  }
}
@media only screen and (max-width: 1530px) {
  .isStuck .sf-menu > li > a {
    padding: 9px 30px 6px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
.pl429 {
  /* padding-left: 433px;*/
  padding-left: 20px;
}
@media only screen and (max-width: 1800px) {
  .pl429 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .pl429 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .pl429 {
   /* 9/21 padding-left: 100px;*/
   padding-left: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .pl429 {
    padding-left: 20px;
  }
}
.pr33 {
  padding-right: 33px;
}
.pb62 {
  padding-bottom: 62px !important;
}
.pb93 {
  padding-bottom: 93px;
}
@media only screen and (max-width: 767px) {
  .pb93 {
    padding-bottom: 30px;
  }
}
.pb109 {
  padding-bottom: 109px !important;
}
.post {
  padding-bottom: 67px;
}
.pb163 {
  padding-bottom: 163px;
}
@media only screen and (max-width: 767px) {
  .pb163 {
    padding-bottom: 50px;
  }
}
.pl128 {
  padding-left: 128px;
}
@media only screen and (max-width: 1950px) {
  .pl128 {
    padding-left: 50px;
    padding-right: 10px;
/* 8/29/15 addidng right padding to 1950,1300 smd */
  }
}
@media only screen and (max-width: 1300px) {
  .pl128 {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .pl128 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pb278 {
  padding-bottom: 278px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb20 {
  padding-bottom: 20px !important;
}
.conf-pad {
  padding-top: 7px;
  padding-right: 409px;
}
@media only screen and (max-width: 1300px) {
  .conf-pad {
    padding-right: 50px;
  }
}
.conf-pad2 {
  padding-right: 409px;
}
@media only screen and (max-width: 1300px) {
  .conf-pad2 {
    padding-right: 50px;
  }
}
/*========================================================
                    banners
=========================================================*/
.banner1 {
  background: url('../images/mercedes-resized.png');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 161px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.banner2 {
  background: url('../images/sedan-resized.png');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 161px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.banner3 {
  background: url('../images/suv-resized.png');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 161px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner3 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.banner4 {
  background: url('../images/banner4.jpg');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 161px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner4 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.banner5 {
  background: url('../images/banner5.jpg');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 161px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner5 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.banner6 {
  background: url('../images/banner6.jpg');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 139px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner6 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.banner7 {
  background: url('../images/banner7.jpg');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 139px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner7 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.banner8 {
  background: url('../images/banner8.jpg');
  padding-top: 84px;
  background-position: 0% bottom;
  padding-bottom: 139px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner8 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.title-meta {
  font-size: 25px;
  line-height: 54px;
  color: #363030;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .title-meta {
    font-size: 17px;
    line-height: 17px;
  }
}
.title-number {
  color: #b0afaf;
  font-size: 56px;
  line-height: 54px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .title-number {
    font-size: 30px;
    line-height: 17px;
  }
}
.little-post {
  padding-bottom: 15px;
}
.back-dark {
  color: #D6CEC2;
}
.back-dark .title-number {
  color: #ffffff;
}
.back-dark .title-meta {
  color: #9b9191;
}
.header-content {
  padding-top: 38px;
}
.header-content h2 {
  padding-bottom: 17px;
}
.header-content h5 {
  padding-bottom: 6px;
}
.header-content p {
  padding-bottom: 15px;
}
.no-pb {
  padding-bottom: 0px !important;
}
.pb46 {
  padding-bottom: 46px !important;
}
/*========================================================
                    block texti
=========================================================*/
.testi .label {
  float: left;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 14px;
  padding-right: 21px;
}
.testi .testi-text {
  color: #9b9191;
  overflow: hidden;
  padding-top: 21px;
}
.testi .testi-text .name {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  display: inline-block;
  padding-top: 16px;
}
/*========================================================
                    block wrapper1
=========================================================*/
.wrapper1 {
  padding-bottom: 28px;
}
.wrapper1 .post-image {
  float: left;
  margin-right: 32px;
}
@media only screen and (max-width: 479px) {
  .wrapper1 .post-image {
    float: none;
    margin-right: 0;
  }
}
.wrapper1 .post-info {
  overflow: hidden;
}
.wrapper1 .post-info h2 {
  margin-top: -13px;
  margin-bottom: -3px;
}
.brown {
  color: #9b9191;
}
.conf-pad3 {
  padding-top: 20px;
  padding-bottom: 24px;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
/*========================================================
                    listings
=========================================================*/
ul.list1 li {
  padding-bottom: 8px;
}
ul.list1 li a {
  color: #9b9191;
}
ul.list1 li a:hover {
  color: #ffffff;
}
ul.list1 li a:before {
  color: #ffffff;
  content: '\f111';
  font-size: 9px;
  padding-left: 3px;
  /* padding-left: 14px; */
  padding-right: 10px;
  font-family: 'FontAwesome';
}
ul.list2 {
  padding-top: 22px;
  padding-bottom: 15px;
}
ul.list2 li {
  padding-bottom: 8px;
  color: #9b9191;
  font-size: 15px;
}
ul.list2 li a {
  color: #9b9191;
  font-size: 15px;
}
ul.list2 li a:hover {
  color: #363030;
}
ul.list2 li:before {
  color: #9b9191;
  content: '\f111';
  font-size: 9px;
  padding-left: 3px;
  /* padding-left: 14px; */
  padding-right: 10px;
  font-family: 'FontAwesome';
}
ul.list3 {
  padding-top: 22px;
  padding-bottom: 15px;
}
ul.list3 li {
  padding-bottom: 8px;
}
ul.list3 li a {
  color: #ffffff;
  font-size: 15px;
}
ul.list3 li a:hover {
  color: #9b9191;
}
ul.list3 li a:before {
  color: #ffffff;
  content: '\f111';
  font-size: 9px;
  padding-left: 3px;
  /* padding-left: 14px; */
  padding-right: 10px;
  font-family: 'FontAwesome';
}
.pt24 {
  padding-top: 24px !important;
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles
========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size:16px;
}
#contact_form {
	  font-size:16px !important;
}

#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 400;
  font: 15px/32px Raleway, Tahoma, Helvetica, Verdana;
  color: #9b9191;
  padding: 9px 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#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'] {
  width: 100%;
  font: 15px/32px Raleway, Tahoma, Helvetica, Verdana;
  color: #9b9191;
  padding: 9px 22px;
  outline: none;
  font-weight: 400;
  height: 47px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #363030;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #232323;
}
/* 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;
  box-shadow: none;
  -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 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#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 {
  width: 100%;
  padding: 17px 16px;
  font-weight: 400;
  font: 15px/32px Raleway, Tahoma, Helvetica, Verdana;
  color: #9b9191;
  padding: 6px 16px;
  outline: none;
  border: 1px solid #363030;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 166px;
  background-color: #232323;
}
/* 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: rgba(255, 255, 255, 0.9);
  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;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.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;
}
.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;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.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 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  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;
}
.contact-form-body {
  padding-bottom: 48px;
}
label.message {
  margin-top: 21px;
}
.send-button {
  float: left;
  text-align: center;
  margin-top: 14px;
}
.brown {
  color: #363030;
}
/*========================================================
                    block page-text
=========================================================*/
.page-text h5 {
  padding-bottom: 25px;
}
.page-text p {
  padding-bottom: 40px;
}
.page-text a {
  color: #9b9191;
}
.page-text a:hover {
  color: #363030;
}
/*========================================================
                    map
=========================================================*/
.block-map {
  position: relative;
  float: left;
}
@media only screen and (max-width: 1530px) {
  .block-map {
    float: none;
  }
}
.block-map {
  height: 570px;
  width: 100%;
}
@media only screen and (max-width: 1530px) {
  .block-map {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-map {
    height: 300px;
  }
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.map figure {
  display: block;
}
.map figure iframe {
  width: 100%;
  height: 430px;
  max-width: 100%;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/*========================================================
                    footer
=========================================================*/
footer h2 {
  padding-top: 92px;
}
footer .contacts {
  padding-top: 17px;
  font-size: 15px;
  color: #9b9191;
}
footer .contacts a {
  color: #9b9191;
}
footer .contacts a:hover {
  color: #ccc;
}
footer .contacts span {
  padding-bottom: 9px;
  display: inline-block;
}
footer .social-buttons {
  padding-top: 29px;
}
footer .social-buttons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  margin-right: 7px;
  background-color:#fff;
}
footer .social-buttons a .fa {
  line-height: 50px;
}
footer .social-buttons a:hover {
  color: #ffffff;
  background-color: #363030;
}
footer .footer-meta {
  padding-top: 39px;
  text-transform: uppercase;
  font-size: 10px;
  color: #9b9191;
}
footer .footer-meta a {
  color: #9b9191;
}
footer .footer-meta a:hover {
  color: #ccc;
}
/*========================================================
                    totop
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 50px !important;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  text-align: center;
  color: #ccc;
  z-index: 999;
  font-size: 22px;
  line-height: 45px;
}
#toTop:hover {
  color: #2657a6;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
.header-logo a:hover h1 {
  color: #9b9191;
}
.current .inner:after {
  color: #ffffff;
}
header .block-left {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  header .block-left {
    position: relative;
  }
}
