@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  color: #333;
  background: #fff url(../images/sbg.png) no-repeat;
  background-size:cover;
  -webkit-text-size-adjust: none;
  font-family:Open Sans;
  font-size:15px;
  
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #d3b246;
  line-height: 1.21;
  font-weight: 700;
}

h1, .heading-1 {
  font-size: 40px;
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	background: transparent;
	border: 0;
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	text-transform: uppercase;
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 68px;
  }
}

h2, .heading-2 {
  font-size: 34px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 64px;
  }
}

h3, .heading-3 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 60px;
  }
}

h4, .heading-4 {
  letter-spacing: 2px;
  font-size: 26px;
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 36px;
  }
}

h5, .heading-5 {
  letter-spacing: 1.8px;
  font-size: 22px;
  color: #000;
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 26px;
  }
}

h6, .heading-6 {
	font-size: 16px;
	letter-spacing: 0.5px;
}

.marked-list a, .list a {
  display: inline-block;
  overflow: hidden;
}
 .marked-list a:after, .list a:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-transition: .5s;
          transition: .5s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
p a:hover:after, .marked-list a:hover:after, .list a:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #d3b246;
}

a[href^="tel:"],
a[href^="callto:"] {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  margin:30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

/*
* @section typography
*/
.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.text-primary-variant-1 {
  color: #e9a888;
}
.text-primary-variant-2 {
  color: #a5523b;
}
.text-primary-variant-3 {
  color: #883824;
}
.text-primary-variant-4 {
  color: #d74b20;
}
.text-primary-varinat-5 {
  color: #f55424;
}

.big {
  font-size: 26px;
}
@media (min-width: 768px) {
  .big {
    font-size: 30px;
  }
}

em {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  max-width: 150px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase;
}

/*
* @section Main Layout
*/
.well-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.well-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .well-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.well-md {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .well-md {
    padding-top: 60px;
    padding-bottom: 85px;
  }
}

.well-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .well-lg {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}

.well-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .well-xl {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}

* + .row {
  margin-top: 40px;
}

* + h5 {
  margin-top: 30px;
}

* + p {
	margin-top: auto;
}

* + em {
  margin-top: 15px;
}

* + .btn {
  margin-top: 39px;
}

* + .marked-list {
  margin-top: 20px;
}

* + .link {
  margin-top: 20px;
}

* + .offset-1 {
  margin-top: 51px;
}

* + .offset-2 {
  margin-top: 25px;
}

* + .offset-3 {
  margin-top: 40px;
}

* + .offset-4 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  * + .offset-4 {
    margin-top: 0;
  }
}

h6 + address {
  margin-top: 20px;
}

h6 + ul {
  margin-top: 20px;
}

h6 + .inline-list {
  margin-top: 30px;
}

.inline-list + p {
  margin-top: 29px;
}

p + h5 {
  margin-top: 50px;
}

h5 + p {
  margin-top: 7px;
}

img + h4 {
  margin-top: 20px;
}

address + address {
  margin-top: 25px;
}

.inset-1 {
  padding: 20px 20px 45px;
}

.inset-2 {
  padding-left: 0;
}

.inset-3 {
  padding-top: 15px;
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.flow-offset-2 [class*="col-"]:nth-child(n+1) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .flow-offset-2 [class*="col-"]:nth-child(n+1) {
    margin-top: 0;
  }
  .flow-offset-2 [class*="col-"]:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .flow-offset-2 [class*="col-"]:nth-child(n+3) {
    margin-top: 0;
  }
  .flow-offset-2 [class*="col-"]:nth-child(n+4) {
    margin-top: 30px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 10px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top:20px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.flow-offset-4 [class*="col-"]:nth-child(n+2) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .flow-offset-4 [class*="col-"]:nth-child(n+2) {
    margin-top: 0;
  }
  .flow-offset-4 [class*="col-"]:nth-child(n+4) {
    margin-top: 40px;
  }
}

.row-no-gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.row-no-gutter [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
}

.brand_name a {
  display: inline-block;
}
.brand .icon-md {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*
* @subsection Backgrounds
*/
.bg-primary {
	background-color: #946027;
	border-radius: 0;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3 {
  color: #fff;
}
.bg-primary h4, .bg-primary h6 {
  color: #f55424;
}
.bg-primary h5 {
  color: #f55424;
}
.bg-primary-variant-1 {
  background-color: #8b5726;
}
.bg-primary-variant-2 {
  background-color: #f4eacf;
}
.bg-primary-variant-3 {
  background-color: #000;
}
.bg-primary .btn-secondary:focus {
  background-color: #fff;
  color: #351714;
}
.bg-primary .btn-secondary:hover {
  color: #351714;
}
.bg-primary .btn-secondary:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.bg-primary .btn-secondary:before {
  background-color: #fff;
}

.bg-contrast {
  background-color: #fff;
}
.bg-contrast h1, .bg-contrast h2, .bg-contrast h3, .bg-contrast h4, .bg-contrast h5, .bg-contrast h6, .bg-contrast p {
  color: #351714;
}

.bg-image-1 {
  background-image: url(../images/page-1_img01.jpg);
  background-size: cover;
  background-position: left top;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  -webkit-transition: .3s;
          transition: .3s;
}
.icon-primary {
  color: #351714;
}
.icon-secondary {
  color: #f55424;
}
.icon-contrast {
  color: #fff;
}
.icon-contrast:hover {
  color: #f55424;
}
.icon-sm {
  font-size: 30px;
}
.icon-md {
  font-size: 50px;
  line-height: .8;
}
.icon-lg {
  font-size: 60px;
}
.icon-xl {
  font-size: 78px;
}
.icon-skin {
  border: 4px solid #a5523b;
  background-color: #f4eacf;
  border-radius: 50%;
  position: relative;
  width: 170px;
  height: 170px;
  line-height: 166px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.icon-skin:after {
  content: "";
  display: block;
  width: 70px;
  height: 102%;
  top: -2px;
  left: 30%;
  position: absolute;
  background-color: #f4ddc1;
  z-index: -1;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

/*
* @subsection Buttons
*/
.btn {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: .3s;
          transition: .3s;
  font-weight: 700;
}
.btn:active {
  color: #351714;
}
.btn:focus {
  color: #fff;
  background-color: #351714;
}
.btn-secondary {
  background-color: #d3b246;
  color: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
a:focus, a:hover {
	color: #23527c;
	text-decoration: none;
}
.btn-secondary:hover {
  color: #fff;
}
.btn-secondary:hover:before {
  width: 100%;
}
.btn-secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #351714;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: .4s;
          transition: .4s;
  z-index: -1;
}
.btn-sm {
  font-size: 16px;
  padding: 10px 30px;
}
.btn-md {
  font-size:17px;
  padding: 19px 35px;
  letter-spacing: 1px;
}

/*
* @subsection Form
*/
.mailform .btn-sm {
  padding: 13px 34px;
}

/*
* @subsection Link
*/
.link {
  display: inline-block;
}

/*
* @subsection Address
*/
/*
* @subsection Thumb
*/
.thumb {
  position: relative;
}
.thumb:hover > .icon {
  opacity: 0;
}
.thumb .icon {
  position: absolute;
  top: 3px;
  left: 10px;
  z-index: 5;
}

/*
* @subsection Article
*/
article .icon-contrast:hover {
  color: #fff;
}
article img {
  width: 100%;
}
@media (min-width: 768px) {
  article img {
    max-width: 100%;
  }
}

.article-skin {
  overflow: hidden;
  position: relative;
}
.article-skin:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .6s;
          transition: .6s;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #d74b20;
}
.article-skin:before {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  margin-top: -30px;
  -webkit-transition: .6s;
          transition: .6s;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}
.article-skin:hover:before {
  opacity: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.article-skin:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: .25;
}

/*
* @subsection Marked-list
*/
.marked-list li + li {
  margin-top: 5px;
}
.marked-list li:before {
  content: '-';
  margin-right: 10px;
}

/*
* @subsection Inline-list
*/
.inline-list li {
  display: inline-block;
}

/*
* @subsection Banner
*/
.banner {
  position: relative;
  background-color: #40211e;
  overflow: hidden;
  padding-top: 8%;
  padding-bottom: 8%;
}
.banner img {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  height: 100%;
  max-width: 200%;
  opacity: 0.25;
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
  color: #fff;
  position: relative;
  z-index: 5;
}
.banner .col-md-4 {
  margin-top: 30px;
}
.banner-skin {
	display: block;
	position: absolute;
	height: 100%;
	top: 0px;
	width: 270px;
	background-color: #946027;
	right: 0px;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translateX(-50%) skewX(-30deg);
	-ms-transform: translateX(-50%) skewX(-30deg);
	transform: translateX(-50%) skewX(-30deg);
	z-index: 1;
}
.banner-skin:after {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  -webkit-transform: translateX(49%);
      -ms-transform: translateX(49%);
          transform: translateX(49%);
  z-index: 0;
  background-color: #905e27;
}
.banner a {
  position: relative;
  z-index: 2;
}
.banner:hover .banner-skin {
  -webkit-transform: translateX(-150%) skewX(-30deg);
      -ms-transform: translateX(-150%) skewX(-30deg);
          transform: translateX(-150%) skewX(-30deg);
}
.banner .btn-secondary:hover {
  color: #351714;
}
.banner .btn-secondary:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.banner .btn-secondary:before {
  background-color: #fff;
}
@media (min-width: 992px) {
  .banner {
    padding-left: 45px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner .col-md-8 {
    vertical-align: middle;
    display: table-cell;
    float: none;
    height: 270px;
  }
  .banner .col-md-4 {
    margin-top: 0;
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}

/*
* @subsection Contact-info
*/
@media (min-width: 768px) {
  .contact-skin {
    max-width: 47%;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .contact-skin {
    max-width: 30%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.contact-inset-1 {
  padding: 15px;
}
@media (min-width: 1200px) {
  .contact-inset-1 {
    padding: 30px;
  }
}

/*
* @subsection Term-list
*/
.terms-list dd + dt {
  margin-top: 30px;
}
.terms-list dt + dd {
  margin-top: 15px;
}

/*
* @subsection Term-list
*/
dt, dd {
  display: inline-block;
}

/*
* @subsection Flex-list
*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.flex-list li {
  display: table-cell;
}

@media (max-width: 768px) {
  .flex-list,
  .flex-list li {
    display: block;
  }
}
/*
* @subsection Quote
*/
blockquote .icon-md {
  letter-spacing: -10px;
}
@media (min-width: 768px) {
  blockquote .icon-md {
    letter-spacing: -4px;
  }
}
blockquote .icon-contrast:hover {
  color: #fff;
}

q {
  font-size: 32px;
  font-style: italic;
  color: #17181a;
}

/*
* @subsection Menu
*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #e9a888;
}
.sf-menu > li.active > a {
  color: #e9a888;
}

.sf-menu ul {
  font-size: 16px;
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 23px;
  padding: 0;
  background: #351714;
  z-index: 2;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
  padding: 10px;
}
.sf-menu ul > li + li {
  margin-left: 0;
}
.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #a5523b;
}

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.sf-menu ul ul > li > a {
  color: #351714;
}
.sf-menu ul ul > li.sfHover > li, .sf-menu ul ul > li > li:hover {
  background: #a5523b;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*
* @subsection RD Mobile Menu
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #351714;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*
* @subsection Stuck menu
*/
.isStuck {
  background: #444;
  z-index: 99999;
}
.isStuck .brand {
  position: absolute;
}
.isStuck .brand_name {
  padding: 20px 60px 20px 55px;
}
.isStuck address {
  display: none;
}
.isStuck .nav {
  text-align: right;
}
.isStuck .nav li + li {
  margin-left: 20px;
}
.isStuck .nav .sf-menu ul {
  text-align: left;
}
.isStuck .nav .sf-menu ul li + li {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .isStuck .nav {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*
* @subsection ToTop
*/
.toTop {
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  background: #f55424;
  border-radius: 50%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:focus {
  color: #fff;
  background: #f55424;
}
.toTop:hover {
  color: #fff;
  background: #351714;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @subsection Box
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  float: none;
}
@media (min-width: 1200px) {
  .box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
    float: inherit;
  }
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
 
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
  display: inline-block;
  max-height: 70%;
  max-width: 100%;
  vertical-align: middle;
}
#gallerySlider .placeholder .iframe-wrap {
  width: 1280px;
}
#gallerySlider .placeholder .iframe-wrap .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#gallerySlider .placeholder .iframe-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s all ease;
          transition: .5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "\f002";
  text-align: center;
  font-family: "FontAwesome";
  position: absolute;
  font-size:35px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  right: 0;
  -webkit-transition: .6s;
          transition: .6s;
  z-index: 2;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}
.thumb_overlay:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translatex(100%);
      -ms-transform: translatex(100%);
          transform: translatex(100%);
  -webkit-transition: .6s;
          transition: .6s;
  opacity: 0.25;
  background-color: #d74b20;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.thumb:hover .thumb_overlay:before {
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
.thumb:hover .thumb_overlay:after {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}

/**
* @subsection   google-map.css
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
*
* @author       Evgeniy Gusarov (Stmechanus || Diversant)    
*/
.map_model {
  height: 350px;
}
.map_model img {
  max-width: none !important;
}
@media (min-width: 480px) {
  .map_model {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .map_model {
    height: 630px;
  }
}
.map_locations {
  display: none;
}

/**
* @subsection   Parallax.css
*
* @description 
*
* @author       Evgeniy Gusarov StMechanus (Diversant)
* @link         https://cms.devoffice.com/diversant/rd-parallax/
*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*
* @section Helpers
*/
.pull-sm-right {
  float: none;
}
@media (min-width: 768px) {
  .pull-sm-right {
    float: right;
  }
}

.row-position {
  position: relative;
  z-index: 0;
}

/*
* @subsection Table
*/
@media (min-width: 480px) {
  .table-xs {
    display: table;
    width: 100%;
  }
}

/*
* @subsection Box
*/
@media (min-width: 480px) and (max-width: 992px) {
  .box-skin {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}



/*
* @subsection Br
*/
.br-lg-on {
  display: none;
}
@media (min-width: 1200px) {
  .br-lg-on {
    display: block;
  }
}

/*
* @section HEADER Section
*/
header .brand {
  float: none;
}
@media (min-width: 480px) {
  header .brand {
    float: left;
  }
}


header address {
  margin: 20px 0;
}
@media (min-width: 480px) {
  header address {
    margin: 0;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
}

main {
  display: block;
}

/*
* @section FOOTER  Styles
*/
footer {
  color: #883824;
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .brand_name {
  color: #d74b20;
}
footer h1, footer h2, footer h4, footer h5, footer h6, footer p {
	color: #d8d8d8;
}
footer .inline-list li + li {
  margin-left: 5%;
}
footer .active {
  color: #d74b20;
}
footer a:hover {
  color: #d74b20;
}
footer dt, footer dd {
  display: inline-block;
}
footer {
	font-size: 14px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 30px;
  }
}

footer a {
    color: #d8d8d8;
}
footer dt, footer dd {
	color: #FFF;
}
footer .heading-6 {
	margin: 0;
	padding: 0;
	line-height: normal;
	padding: 0 !important;
	list-style: none;
}

footer .heading-6 li {
	padding-bottom: 12px;
}

.copyright {
	color: #333;
  font-size:11px;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 10px;
}

a:focus, a:hover {
	color: #d3b246;
	text-decoration: none;
}
.box_cnt .bg-primary h4 a {
	color: #FFF;
}

.bg-primary h4, .bg-primary h6 {
	color: #FFF;
}

.header {
	padding: 10px 16px;
	background: transparent;
	position: absolute;
	top: 0;
	width: 100%;
}
.banner-text h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 900;
}
.big.text-primary-variant-2 {
	color: #FFF;
}

.navbar-brand {
	padding-top: 0;
}

#navbar {
	padding-top:50px;
}
.topno {
	position: absolute;
	right: 16px;
	color: #d21b16;
	letter-spacing: 1px;
	padding-top: 10px;
	font-size: 23px;
	text-align:right;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #f6dd5e;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #f6dd5e;
	background-color: transparent;
}
.big.text-primary-variant-2 {
	font-size: 22px;
}
.boxbg {
	height: 100%;
	width: 50%;
	background-size: cover !important;
	background-position: center !important;
}

.well-lg.bg-primary-variant-2 a.pull-right {
	font-size: 25px;
	margin-top: 40px;
	/* border: 1px solid; */
	/* padding: 3px 28px; */
	border-radius: 5px;
}

.box_cnt.box-skin.box-inset-1.bg-primary {
	padding: 20px;
	background: #FFF;
color: #333;
}

.box_cnt.box-skin.box-inset-1.bg-primary h4 {
	color: #D3B246;
	font-size: 22px;
	letter-spacing: normal;
}

#stuck_container {
	position: relative;
	width: 100%;
	z-index: 99;
}

.page-header {
	/* min-height: 300px; */
	padding: 100px 0;
	margin-top: 0;
	position: relative;
}
.page-header .container{position:relative; }
.page-header:before{content:""; background:rgba(0,0,0,0.4); top:0; bottom:0; position:absolute; width:100%; height:100%;}
.page-sub-tilte {
	color: #FFF;
	font-size: 17px;
}

.page-header h1 {
	font-size: 45px;
}

.pagemin{padding-bottom:20px; padding-top:30px;}
.ul-style{margin:0; padding:0; list-style:none;}
.ul-style li{position:relative; margin-bottom:15px; padding-left:25px;}
.ul-style li:before{position: absolute;
	left: 0;
	top:4px;
	content: "";
	background: url(../images/checked.svg) no-repeat;
	background-size: 80%;
	width: 20px;
	height: 20px;}
	
	.cbt-renewals, .bg-gary{background:#f9f9f9; padding:80px;}
	.box-moped {
	padding: 15px;
	background: #000;
}

.box-moped h3 {
	background: #f9f9f9;
	width: 100px;
	height: 100px;
	line-height: normal;
	font-size: 50px;
	border-radius: 100%;
	margin: auto;
	margin-top: -35px;
	text-align: center;
	line-height: 102px;
}
.box-moped p{padding-top:15px;}
.box-moped {
	padding: 15px;
	background: #a67c00;
	text-align: center;
	min-height: 160px;
}
.formbg {
	background: #f9f9f9;
	padding: 40px;
}
.lotlistbox{
  background-color:#d21b16;
  margin-top:20px;
  padding: 15px;
  border-radius: 10px;
}
.lotlistbox .col-md-2{
  padding:10px;
}
.lotbox{
  border:1px solid #FFF;
  padding:0;
  box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
  color:#000;
}
.lotname{
  text-align: center;
  background-color:#facf48;
  padding:8px 0;
  font-weight: 500;
}
.lottime{
  text-align: center;
  background-color:#ffa871;
  padding:10px;
  border-top:1px solid #fff3cb;
  font-size:24px;
}
.lotno{
  text-align: center;
  background-color:#fff3cb;
  padding:10px;
  font-size:36px;
  color:#b72925;
}
.tblchart{
  background-color: #FFFFFF;
  font-size:18px;
}
.tblchart th{
  background-color: #ffa871;
}
.first_col{
  font-weight: bold;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  border-color:#FFFFFF;
  padding:6px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fde7cb;
}
.table-hover>tbody>tr:hover {
    background-color: #ffa871;
}
.custom-select{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.filterrow{
    background-color: #d21b16;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 10px;
}
.filterrow .btn{
    margin-top:0 !important;
}
.topno .btn{
    margin-top:10px !important;
}
.whitetitle{
    font-size:24px;
    color:#FFFFFF;
    font-weight:600;
}