@import url(animate.css);
/*
* @subsection Flow-mixin
*/
/*
* @section Main Styles
*/
body {
  /*1f2539*/
  color: #1f2539;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57895;
  font-size: 19px;
  letter-spacing: 0;
  background-color: #1f2539;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 19px;
  }
}

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

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
}

h1, .heading-1 {
  font-size: 40px;
  line-height: 1.04286;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .heading-1 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 70px;
  }
}

h2, .heading-2 {
  font-size: 36px;
  line-height: 1.13953;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  h2, .heading-2 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 43px;
  }
}

h3, .heading-3 {
  font-size: 26px;
  line-height: 1.35714;
}
@media (min-width: 992px) {
  h3, .heading-3 {
    font-size: 28px;
  }
}

h4, .heading-4 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  h4, .heading-4 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  h4, .heading-4 {
    font-size: 26px;
  }
}

h5, .heading-5 {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  h5, .heading-5 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h5, .heading-5 {
    font-size: 24px;
  }
}

h6, .heading-6 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  h6, .heading-6 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h6, .heading-6 {
    font-size: 20px;
  }
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @section typography
*/
.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.small {
  font-size: 15px;
}

.text-center {
  text-align: center;
}

@media (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

@media (min-width: 991px) {
  .text-right {
    text-align: right;
  }
}

/*
* @section Main Layout
*/
.offset-2 {
  margin-top: 18px;
}

.offset-1 {
  margin-top: 25px;
  word-spacing: 5px;
}
@media (min-width: 992px) {
  .offset-1 {
    margin-top: 0;
    word-spacing: 37px;
  }
}
@media (max-width: 459px) {
  .offset-1 .icon_wrap:nth-child(4) {
    margin-top: 20px;
  }
}
@media (min-width: 480px) {
  .offset-1 .icon_wrap:nth-child(4) {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .offset-1 .icon_wrap:nth-child(4) {
    margin-top: 39px;
  }
}
@media (max-width: 349px) {
  .offset-1 .icon_wrap:nth-child(3) {
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 589px) {
  .offset-1 .icon_wrap:nth-child(3) {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .offset-1 .icon_wrap:nth-child(3) {
    margin-top: 39px;
  }
}

.stuck_container + .container {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .stuck_container + .container {
    margin-top: 100px;
  }
}

* + .row {
  margin-top: 58px;
}

* + .btn {
  margin-top: 23px;
}

* + .btn-md {
  margin-top: 36px;
}

h2 + p {
  margin-top: 40px;
}

h2 + * {
  margin-top: 40px;
}

h2 + form {
  margin-top: 49px;
}

h3 + p {
  margin-top: 32px;
}

* + p {
  margin-top: 25px;
}

* + .offset-3 {
  margin-top: 50px;
}

* + .offset-4 {
  margin-top: 38px;
}

* + .offset-5 {
  margin-top: 75px;
}

* + .offset-6 {
  margin-top: 43px;
}

* + .heading-4 {
  margin-top: 23px;
}

* + .btn-lg {
  margin-top: 33px;
}

* + .btn-xs {
  margin-top: 33px;
}

* + h3 {
  margin-top: 20px;
}

* + h4 {
  margin-top: 20px;
}

img + h4 {
  margin-top: 23px;
}

* + .link {
  margin-top: 20px;
}

time + h4 {
  margin-top: 0;
}

.heading-4 + p {
  margin-top: 26px;
}

.flow-offset-1 > * + * {
  margin-top: 50px;
}
@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: 50px;
  }
}
@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: 50px;
  }
}
@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: 50px;
  }
}
@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: 50px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 77px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 77px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 77px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 77px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 77px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 30px;
}
@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: 30px;
  }
}
@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: 30px;
  }
}
@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: 30px;
  }
}
@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: 30px;
  }
}

.row-no-gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.row-no-gutter [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/*
* @section Components
*/
/*
* @subsection Terms List
*/
.terms-list dt + dd {
  margin-top: 27px;
}

.link {
  display: inline-block;
  text-decoration: underline;
}
.link:hover {
  color: #ffbe44;
}

/*
* @subsection Blockquote
*/
.quote p {
  padding-right: 50px;
  line-height: 1.6;
  font-size: 15px;
}
.quote * + .heading-4 {
  margin-top: 20px;
}

/*
* @subsection Product
*/
.product {
  position: relative;
  overflow: hidden;
}
.product img {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.product:hover img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product:hover h3 {
  bottom: 72px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product:hover p {
  bottom: 30px;
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .product:hover p {
    bottom: 46px;
  }
}
.product:hover .img-overlay {
  height: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product h3 {
  padding: 10px;
  color: #ffbe44;
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.2;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .product h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .product h3 {
    left: 40px;
    padding: 0;
    bottom: 51px;
  }
}
.product p {
  padding: 10px;
  opacity: 0;
  color: #feffff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 100%;
  letter-spacing: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .product p {
    bottom: 27px;
    left: 40px;
    padding: 0;
  }
}
.product .img-overlay {
  position: absolute;
  width: 100%;
  float: left;
  height: 70%;
  display: inline-block;
  bottom: 0;
  left: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -moz-linear-gradient(top, rgba(31, 37, 57, 0) 0%, #1f2539 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(31, 37, 57, 0) 0%, #1f2539 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(31, 37, 57, 0) 0%, #1f2539 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001f2539', endColorstr='#1f2539', GradientType=0);
  /* IE6-9 */
}

/*
* @subsection New Post, Event-Post
*/
.new-post * + p, .event-post * + p {
  margin-top: 12px;
}
.new-post p, .event-post p {
  font-size: 15px;
}
.new-post time, .event-post time {
  text-transform: uppercase;
  color: #cc4846;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.new-post img, .event-post img {
  border-radius: 50%;
}

.event-post time + h4 {
  margin-top: 5px;
}

/*
* @subsection Brand
*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}

/*
* @subsection Marked-list
*/
.marked-list li + li {
  margin-top: 8px;
}
.marked-list li {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 17px;
  position: relative;
}
.marked-list li :before {
  position: absolute;
  content: '-';
  display: inline-block;
  top: 0;
  left: 0;
}
.marked-list a:hover {
  text-decoration: none;
  color: #cc4846;
}

/*
* @subsection Number
*/
.number {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  letter-spacing: 1.44px;
  margin-top: 0;
}
@media (min-width: 767px) {
  .number {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .number {
    margin-top: 48px;
  }
}

/*
* @subsection header-1
*/
.header-1 {
  background-color: #fdfdfd;
  background-image: url("images/header-1.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 51px;
  padding-top: 50px;
}

/*
* @subsection Backgrounds
*/
.bg-contrast {
  background-color: #fff;
}

.bg-primary {
  background-color: #cc4846;
  color: #fff;
}
.bg-primary time {
  color: #ffbe44;
}
.bg-primary .btn-primary {
  background-color: #ffbe44;
}
.bg-primary .icon-primary {
  color: #ffbe44;
  border-color: #ffbe44;
}
.bg-primary .icon-primary:hover {
  background-color: #cc4846;
}

.bg-secondary {
  background-color: #ffbe44;
}
.bg-secondary .btn-primary {
  border: 2px solid transparent;
}
.bg-secondary .btn-primary:hover {
  border: 2px solid #cc4846;
}

/*
* @subsection Icons
*/
.icon_wrap {
  display: inline-block;
  position: relative;
}
.icon_wrap:hover .unactive {
  opacity: 0;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.icon_wrap:hover .hovered {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  border: none;
}

.icon-xl {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .icon-xl {
    height: 180px;
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .icon-xl {
    height: 245px;
    width: 245px;
  }
}

.icon-2 {
  position: absolute;
  display: inline-block;
  text-align: center;
  word-spacing: normal;
  top: 0;
  left: 0;
}

.icon {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.icon-md {
  font-size: 40px;
  width: 100px;
  height: 100px;
  line-height: 2.5;
}

.icon-lg {
  font-weight: 700;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-size: 12px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .icon-lg {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .icon-lg {
    font-size: 21px;
  }
}
.icon-lg:before {
  font-size: 30px;
  line-height: 1;
  display: block;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .icon-lg:before {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .icon-lg:before {
    font-size: 40px;
  }
}

.icon-primary {
  color: #cc4846;
  border: 3px solid #cc4846;
}

.unactive, .hovered {
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
}

.hovered {
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.fa-instagram:before {
  margin-top: 22px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .fa-instagram:before {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .fa-instagram:before {
    margin-top: 91px;
  }
}

.fa-twitter {
  line-height: 1.3;
}
.fa-twitter:before {
  margin-top: 10px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .fa-twitter:before {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .fa-twitter:before {
    margin-top: 81px;
  }
}

.fa-facebook {
  line-height: 1.3;
}
.fa-facebook:before {
  margin-top: 10px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .fa-facebook:before {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .fa-facebook:before {
    margin-top: 81px;
  }
}

.fa-google-plus:before {
  margin-top: 27px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .fa-google-plus:before {
    margin-top: 50px;
  }
}

.fa-yelp:before {
  margin-top: 27px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .fa-yelp:before {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .fa-google-plus:before {
    margin-top: 93px;
  }
}
@media (min-width: 1200px) {
  .fa-yelp:before {
    margin-top: 93px;
  }
}

.hovered.fa-instagram {
  background-color: #3f729b;
}

.hovered.fa-twitter {
  background-color: #55acee;
}

.hovered.fa-facebook {
  background-color: #3b5998;
}

.hovered.fa-google-plus {
  background-color: #dd4b39;
}

.hovered.fa-yelp {
  background-color: #fb0202;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.btn-xl {
  padding: 16px 36px;
  font-size: 21px;
  font-weight: 700;
}

.btn-xs {
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
}

.btn-lg {
  padding: 11px 40px;
  font-size: 16px;
  font-weight: 700;
}

.btn-md {
  padding: 13px 19px;
  font-size: 16px;
  font-weight: 700;
}

.btn-primary {
  background-color: #cc4846;
  overflow: hidden;
  /*feffff*/
  color: #feffff;
}
.btn-primary span {
  position: relative;
  z-index: 2;
  outline: none;
  border: none;
}
.btn-primary:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #ffbe44;
}
.lt-ie9 .btn-primary:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.btn-primary:hover, .btn-primary:active {
  color: #feffff;
}
.btn-primary:hover:before, .btn-primary:active:before {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lt-ie9 .btn-primary:hover:before, .lt-ie9 .btn-primary:active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

.btn-secondary {
  border: 2px solid transparent;
  background-color: #ffbe44;
  z-index: 1;
  overflow: hidden;
  /*1f2539*/
  color: #fff;
}
.btn-secondary:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  background-color: #cc4846;
  z-index: -1;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #fff;
  border: 2px solid #ffbe44;
}
.btn-secondary:hover:before, .btn-secondary:active:before {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
* @subsection Address
*/
/*
* @subsection Box
*/
.box:before, .box:after, .box-xs:before, .box-xs:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after, .box-xs:after {
  clear: both;
}
.box_aside, .box-xs_aside {
  float: left;
}
.box_cnt__no-flow, .box-xs_cnt__no-flow {
  overflow: hidden;
}

/*
* @subsection Br
*/
.br-lg-on {
  display: none;
}
@media (min-width: 1200px) {
  .br-lg-on {
    display: block;
  }
}

/*========================   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 .active {
  color: #cc4846;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 25px;
}
@media (min-width: 1201px) {
  .sf-menu > li + li {
    margin-left: 40px;
  }
}
.sf-menu a {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 1.71429;
}

.sf-menu > li {
  padding-right: 0;
}
@media (min-width: 1201px) {
  .sf-menu > li {
    padding-right: 21px;
  }
}
.sf-menu > li > a {
  color: #1f2539;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #cc4846;
}
.sf-menu > li.active > a {
  color: #cc4846;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  margin-top: 13px;
  left: -35px;
  background: #1f2539;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  padding: 8px 18px;
}
.sf-menu ul > li:nth-child(2):before {
  color: #fff;
  position: absolute;
  left: 87%;
  top: 38%;
  margin-left: -6px;
  content: '\e5cc';
  font: 400 16px/30px 'Material Icons';
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.sf-menu ul > li:nth-child(2):hover:before {
  opacity: 1;
}
.sf-menu ul > li:hover {
  background: #4c5268;
}
.sf-menu ul > li > a {
  color: #ffbe44;
  text-transform: uppercase;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul {
  position: absolute;
  left: 200px;
  top: 40px;
  width: 200px;
  z-index: 4;
}
.sf-menu ul ul > li:nth-child(2):hover:before {
  display: none;
}
.sf-menu ul ul > li > a {
  color: #ffbe44;
  text-transform: uppercase;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*
* Footer menu
*/
.active {
  color: #cc4846;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -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;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -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 {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  text-transform: capitalize;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #cc4846;
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -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 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-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;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel h2 {
  font-weight: 400;
}

.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;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -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;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -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;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-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) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background-color: #fdfdfd;
  background-image: url(images/header-1.jpg);
  z-index: 999;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 10px 0;
  max-height: 75px;
  vertical-align: middle;
}
.isStuck .nav {
  margin-top: 46px;
}
.isStuck .number {
  margin-top: 46px;
}
.isStuck .brand {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.isStuck .row {
  margin-top: -32px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*
* @subsection Box
*/
.box * + p {
  margin-top: 35px;
}

.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: 40px;
  padding-top: 10px;
}
.box .box_right {
  padding-left: 40px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 40px;
  padding-top: 10px;
}
.box-xs .box_cnt, .box-sm .box_cnt, .box-md .box_cnt, .box-lg .box_cnt {
  padding-right: 40px;
}
.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: right;
  }
}

@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: 40px;
  }
  .box-xs .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-xs-clear .box_right {
    padding-top: 40px;
  }
}
@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: 40px;
  }
  .box-sm .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-sm-clear .box_right {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 40px;
  }
  .box-md .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-md-clear .box_right {
    padding-top: 40px;
  }
}
@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: 40px;
  }
  .box-lg .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-lg-clear .box_right {
    padding-top: 40px;
  }
}
.inset-2 h4 + p {
  margin-top: 35px;
}
.inset-2 .box_left {
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .inset-2 .box_left {
    padding-bottom: 0;
  }
}

/**
* @subsection   google-map.css
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
*
* @author       Evgeniy Gusarov (Stmechanus || Diversant)    
*/
.map {
  position: relative;
}
@media (min-width: 992px) {
  .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}
.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: 510px;
  }
}
.map_locations {
  display: none;
}

.iw-content {
  color: #1f2539;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  background: #cc4846;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 60px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover, .toTop:active {
  color: #fff;
  background: #ffbe44;
}
.toTop:before {
  font-size: 40px;
  line-height: 1.4;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @subsection Box
*/
.box * + p {
  margin-top: 35px;
}

.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: 40px;
  padding-top: 10px;
}
.box .box_right {
  padding-left: 40px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 40px;
  padding-top: 10px;
}
.box-xs .box_cnt, .box-sm .box_cnt, .box-md .box_cnt, .box-lg .box_cnt {
  padding-right: 40px;
}
.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: right;
  }
}

@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: 40px;
  }
  .box-xs .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-xs-clear .box_right {
    padding-top: 40px;
  }
}
@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: 40px;
  }
  .box-sm .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-sm-clear .box_right {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 40px;
  }
  .box-md .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-md-clear .box_right {
    padding-top: 40px;
  }
}
@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: 40px;
  }
  .box-lg .box_right {
    padding-left: 40px;
  }

  .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: 40px;
  }
  .box-lg-clear .box_right {
    padding-top: 40px;
  }
}
.inset-2 h4 + p {
  margin-top: 35px;
}
.inset-2 .box_left {
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .inset-2 .box_left {
    padding-bottom: 0;
  }
}

/*
* @section Helpers
*/
.clearfix-left :nth-child(3n) {
  clear: left;
}

@media (max-width: 991px) {
  .clearfix-left-sm :nth-child(3n) {
    clear: left;
  }
}

.line-height {
  line-height: 1.15385;
}

.pos_relative {
  position: relative;
}

.map-content {
  position: relative;
  z-index: 1;
  padding: 70px 30px 79px;
}
.map-content .btn-secondary {
  color: #1f2539;
}
.map-content * + p {
  margin-top: 48px;
}

/*
* @section HEADER Section
*/
header {
  padding-bottom: 180px;
  padding-top: 50px;
  background-image: url(images/parallax01.jpg);
  background-repeat: no-repeat;
  background-color: #fdfdfd;
  background-position: top;
  background-size: cover;
}
header .brand {
  float: left;
}
header .nav {
  margin-top: 52px;
  padding-left: 11px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
header em {
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 767px) {
  header em {
    line-height: 1;
  }
}
header em span.small {
  font-size: 30px;
  line-height: 1.26667;
  color: #cc4846;
  font-weight: 400;
  letter-spacing: 1.65px;
  font-family: "Noto Sans", sans-serif;
}
header a:hover {
  color: #cc4846;
}

/*
* @section CONTENT  Section
*/
main {
  display: block;
}

/*
* Well
*/
.well {
  padding-top: 20px;
  padding-bottom: 22px;
}

.well-xs {
  padding-top: 58px;
  padding-bottom: 71px;
}

.well-sm {
  padding-top: 41px;
  padding-bottom: 40px;
}

.well-md {
  padding-top: 20px;
}

.well-lg {
  padding-top: 40px;
  padding-bottom: 84px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 130px;
  }
}

.inset-1 {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .inset-1 {
    text-align: right;
  }
}

/*
* @section FOOTER  Styles
*/
footer {
  background-color: #1f2539;
  padding-bottom: 60px;
  /*7e839c*/
  color: #7e839c;
  font-size: 14px;
  line-height: 1.71429;
}
@media (min-width: 992px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  footer {
    text-align: center;
  }
}
footer h4 + * {
  margin-top: 9px;
}
footer * + dl {
  margin-top: 23px;
}
@media (min-width: 992px) {
  footer * + p {
    margin-top: 86px;
  }
}
footer h4, footer .heading-4 {
  /*4c5268*/
  color: #4c5268;
}
@media (max-width: 991px) {
  footer h4, footer .heading-4 {
    margin-top: 35px;
  }
}
footer a {
  color: #ffbe44;
}
footer a:hover {
  color: #cc4846;
}
footer address, footer dl {
  /*e5e6eb*/
  color: #e5e6eb;
}
footer dl {
  max-width: 200px;
}
@media (max-width: 991px) {
  footer dl {
    margin-left: auto;
    margin-right: auto;
  }
}
footer dt {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */