/*
* @subsection Mixins
*/
/*
* @subsection      Variables
*/
@import url(animate.css);
/*
* @subsection Flow-mixin
*/
/*
* @subsection   Floating System
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*
* @subsection   Text Alignment
*/
.text-left {
  text-align: left;
}

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
/*
* @subsection   Text Styling
*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold, strong {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

/*
* @subsection   Main Styles
* @description  Describes instant right margin classes
*/
body {
  color: #aeb0b1;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  -webkit-text-size-adjust: none;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #515157;
}

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

h2, .heading-2 {
  font-size: 60px;
  line-height: 60px;
  color: #515157;
}
@media (max-width: 767px) {
  h2, .heading-2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2, .heading-2 {
    font-size: 52px;
  }
}

h3, .heading-3 {
  font-size: 27px;
  line-height: 35px;
}
@media (min-width: 480px) {
  h3, .heading-3 {
    font-size: 30px;
  }
}

h4, .heading-4 {
  font-size: 28px;
  line-height: 1.2;
}

h5, .heading-5 {
  font-size: 25px;
  line-height: 1.2;
}

h6, .heading-6 {
  font-size: 22px;
  line-height: 1.2;
}

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

h3 a {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
h3 a:hover {
  color: #515157;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
h3 a:active {
  color: #aeb0b1;
}

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^="mailto:"],
a[href^="callto:"] {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a[href^="mailto:"] {
  color: #a9cf54;
}
a[href^="mailto:"]:hover {
  color: #ffffff;
}
a[href^="mailto:"]:active {
  color: #cccccc;
}

a[href^="callto:"]:hover {
  color: #a9cf54;
}
a[href^="callto:"]:active {
  color: #c7e090;
}

a.privacy:hover {
  color: #515157;
}
a.privacy:active {
  color: #76767f;
}

.big {
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  font-weight: 500;
  color: #515157;
  line-height: 101px;
}
@media (max-width: 767px) {
  .big {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big {
    font-size: 50px;
  }
}

blockquote cite {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
blockquote p cite {
  color: #ffffff;
}
blockquote a {
  font-size: 14px;
  color: #a9cf54;
}
blockquote a:hover {
  color: #ffffff;
}

.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;
}

/*
* @subsection   Main Layout
* @description  Describes instant right margin classes
*/
.stuck_container + .container {
  margin-top: 120px;
}
@media (min-width: 480px) {
  .stuck_container + .container {
    margin-top: 139px;
  }
}

h2 + .row {
  margin-top: 52px;
}

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

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

h3 + .offset-4 {
  margin-top: 80px;
}

h2 + address {
  margin-top: 94px;
}

time + .inline-list {
  margin-top: 69px;
}

h2 + .owl-carousel {
  margin-top: 93px;
}

blockquote p + p {
  margin-top: 55px;
}
@media (min-width: 768px) {
  blockquote p + p {
    margin-top: 26px;
  }
}

blockquote p + a {
  margin-top: 20px;
}

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

* + .offset-2 {
  margin-top: 73px;
  /*@media (max-width: 991px) {
      margin-top: 0;
  }*/
}

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

p + p {
  margin-top: 27px;
}

h2 + .rd-mailform {
  margin-top: 52px;
}

h2 + .terms-list {
  margin-top: 45px;
}

dt + dd {
  margin-top: 40px;
}

dd + dt {
  margin-top: 90px;
}

.terms-list + a {
  margin-top: 27px;
}

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

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

.flow-offset-3 > * + * {
  margin-top: 100px;
}
@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: 100px;
  }
}
@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: 100px;
  }
}
@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: 100px;
  }
}
@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: 100px;
  }
}
@media (min-width: 768px) {
  .flow-offset-3 > * + * {
    margin-top: 147px;
  }
}
@media (min-width: 768px) and (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: 768px) and (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: 147px;
  }
}
@media (min-width: 768px) and (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) and (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: 147px;
  }
}
@media (min-width: 768px) and (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: 768px) and (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: 147px;
  }
}
@media (min-width: 768px) and (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: 768px) and (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: 147px;
  }
}

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

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

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

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

/*
* @subsection   Insets
* @description  Describes instant padding classes
*/
.inset-1 {
  padding-top: 0;
}
@media (min-width: 992px) {
  .inset-1 {
    padding-top: 36.58119658119658%;
  }
}
.inset-2 {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .inset-2 {
    padding-top: 14.897%;
  }
}
@media (max-width: 991px) {
  .inset-3 {
    padding: 80px 15px;
  }
}
@media (max-width: 767px) {
  .inset-4 {
    padding: 80px 30px;
  }
}
.inset-5 {
  padding-right: 77px;
}
@media (max-width: 991px) {
  .inset-5 {
    padding-right: 0;
  }
}
.inset-7 {
  padding-right: 0;
  padding-left: 0;
}
.inset-8 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .inset-8 {
    padding-top: 88px;
  }
}
.inset-9 {
  padding-top: 56px;
}
@media (max-width: 991px) {
  .inset-9 {
    padding-top: 0;
  }
}
.inset-10 {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .inset-10 {
    padding-top: 12.897%;
  }
}
.inset-11 {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .inset-11 {
    padding-top: 13.33%;
  }
}
.inset-12 {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .inset-12 {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .container-inset {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
* @subsection   Prefix
* @description  Describes instant right margin classes
*/
.prefix-1 {
  margin-left: 90px;
}
@media (min-width: 768px) {
  .prefix-1 {
    margin-left: 137px;
  }
}
.prefix-2 {
  margin-left: 0;
}
@media (min-width: 992px) {
  .prefix-2 {
    margin-left: 25px;
  }
}

/*
// @subsection   Offset
//
*/
@media (max-width: 991px) {
  .offset-1 {
    margin-top: 50px;
  }
}

/*
* @section      Helpers
* @description  This section holds various helper classes for
*               conditional page styling
*/
.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .f-size {
    font-size: 25px;
  }
}

.bg-position {
  z-index: 2;
}
.bg-position:before {
  content: "";
  background-color: #515157;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 44%;
  z-index: -1;
}
@media (max-width: 991px) {
  .bg-position:before {
    position: static;
  }
}

.bg-position-1 {
  z-index: 2;
}
.bg-position-1:before {
  content: "";
  background-color: #404045;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .bg-position-1:before {
    position: static;
  }
}
@media (min-width: 2700px) and (max-width: 2999px) {
  .bg-position-1:before {
    right: 54%;
  }
}
@media (min-width: 3000px) {
  .bg-position-1:before {
    right: 53%;
  }
}
@media (min-width: 3800px) {
  .bg-position-1:before {
    right: 52%;
  }
}

.bg-image {
  background: url("../images/page-1_img01.jpg") left top no-repeat;
  background-size: cover;
}

.bg-aside {
  overflow: hidden;
  text-align: center;
}
.bg-aside img {
  display: inline-block;
  max-width: 80%;
}
@media (min-width: 992px) and (max-width: 2050px) {
  .bg-aside {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    width: 44%;
  }
  .bg-aside img {
    display: inline-block;
    max-width: none;
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 2051px) {
  .bg-aside {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    width: 44%;
  }
  .bg-aside img {
    display: inline-block;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 685px;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-aside img {
    height: 100%;
  }
}
@media (min-width: 2700px) and (max-width: 2999px) {
  .bg-aside {
    width: 46%;
  }
  .bg-aside img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 3000px) {
  .bg-aside {
    width: 47%;
  }
}
@media (min-width: 3800px) {
  .bg-aside {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .width {
    width: 100%;
  }
}

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

.link:hover {
  color: #a9cf54;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

/*
* @subsection   Colors
*/
.text-default {
  color: #000000;
}

.text-contrast {
  color: #ffffff;
}

.text-primary {
  color: #a9cf54;
}

.text-default-variant-3 {
  color: #515157;
}

/*
* @subsection   Backgrounds
*/
.bg-default {
  background-color: #000000;
}

.bg-contrast {
  background-color: #ffffff;
  color: #515157;
}

.bg-primary {
  background-color: #a9cf54;
}
.bg-primary .sf-menu > li > a {
  color: #515157;
}
.bg-primary .sf-menu > li.sfHover > a, .bg-primary .sf-menu > li > a:hover {
  color: #ffffff;
}
.bg-primary .sf-menu > li.active > a {
  color: #ffffff;
}
.bg-primary .brand h1 span {
  color: #ffffff;
}
.bg-primary .big {
  color: #ffffff;
}
.bg-primary .line:before {
  background-color: #ffffff;
}
.bg-primary h3 a {
  color: #515157;
}
.bg-primary h3 a:hover {
  color: #ffffff;
}
.bg-primary .marked-list li:before {
  border-color: #ffffff;
}
.bg-primary .marked-list li a:hover {
  color: #515157;
}
.bg-primary a[href^="mailto:"] {
  color: #515157;
}
.bg-primary a[href^="mailto:"]:hover {
  color: #ffffff;
}
.bg-primary a[href^="callto:"]:hover {
  color: #ffffff;
}
.bg-primary .icon-contrast:hover {
  border: 4px solid #ffffff;
}
.bg-primary blockquote a {
  color: #ffffff;
}
.bg-primary blockquote a:hover {
  color: #515157;
}
.bg-primary .owl-dots .owl-dot {
  background: #515157;
}
.bg-primary .owl-dots .owl-dot:hover, .bg-primary .owl-dots .owl-dot.active {
  background: #ffffff;
  border: 4px solid #515157;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.bg-primary .copyright a:hover {
  color: #ffffff;
}
.bg-primary .btn-contrast {
  color: #ffffff;
  background: #515157;
}
.bg-primary .btn-contrast:hover {
  background: #ffffff;
  color: #515157;
}
.bg-primary .btn-contrast:active {
  background: #d9d9d9;
}
.bg-primary .inline-list-menu a:hover {
  color: #ffffff;
}
.bg-primary .inline-list-menu .active {
  color: #ffffff;
}
.bg-primary .terms-list dd {
  color: #515157;
}

.bg-default-variant-1 {
  background-color: #f8f8f8;
}

.bg-default-variant-2 {
  background-color: #f3f3f3;
}

.bg-default-variant-3 {
  background-color: #515157;
  z-index: 1;
}
.bg-default-variant-3 .big {
  color: #ffffff;
}
.bg-default-variant-3 .sf-menu > li > a {
  color: #ffffff;
}
.bg-default-variant-3 .sf-menu > li.sfHover > a, .bg-default-variant-3 .sf-menu > li > a:hover {
  color: #a9cf54;
}
.bg-default-variant-3 .sf-menu > li.active > a {
  color: #a9cf54;
}
.bg-default-variant-3 .icon-secondary-1 {
  color: #ffffff;
}

.bg-default-variant-4 {
  background-color: #404045;
}

.bg-default-variant-5 {
  background-color: #38383d;
}

.bg-default-variant-3 h1, .bg-default-variant-3 h2, .bg-default-variant-3 h3, .bg-default-variant-3 h4, .bg-default-variant-3 h5, .bg-default-variant-3 h6, .bg-default-variant-3 .marked-list, .bg-default-variant-3 .brand__name span, .bg-default-variant-4 h1, .bg-default-variant-4 h2, .bg-default-variant-4 h3, .bg-default-variant-4 h4, .bg-default-variant-4 h5, .bg-default-variant-4 h6, .bg-default-variant-4 .marked-list, .bg-default-variant-4 .brand__name span, .bg-default-variant-5 h1, .bg-default-variant-5 h2, .bg-default-variant-5 h3, .bg-default-variant-5 h4, .bg-default-variant-5 h5, .bg-default-variant-5 h6, .bg-default-variant-5 .marked-list, .bg-default-variant-5 .brand__name span {
  color: #ffffff;
}
.bg-default-variant-3 .inline-list-menu a:hover, .bg-default-variant-4 .inline-list-menu a:hover, .bg-default-variant-5 .inline-list-menu a:hover {
  color: #ffffff;
}
.bg-default-variant-3 .inline-list-menu .active, .bg-default-variant-4 .inline-list-menu .active, .bg-default-variant-5 .inline-list-menu .active {
  color: #ffffff;
}

/*
* @section      Components
* @description  This section holds all elements style declarations of template
*/
.brand {
  display: inline-block;
}
.brand__name {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 1.2;
  margin-left: -4px;
}
@media (max-width: 767px) {
  .brand__name {
    font-size: 50px;
  }
}
.brand__slogan {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  line-height: 11px;
  font-weight: 400;
  color: #80a135;
}
@media (max-width: 767px) {
  .brand__slogan {
    font-size: 16px;
  }
}

.copyright {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  margin-top: 20px;
  color: #7f8087;
}
@media (max-width: 991px) {
  .copyright {
    text-align: center;
    display: block;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}
.copyright a:hover {
  color: #a9cf54;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.copyright a:active {
  color: #bdda7c;
}

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

.icon-xl {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .icon-xl {
    font-size: 90px;
  }
}

.icon-lg {
  width: 77px;
  height: 77px;
  line-height: 69px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .icon-lg {
    width: 63px;
    height: 63px;
    line-height: 55px;
    font-size: 25px;
  }
}

.icon-default {
  color: #000000;
}

.icon-contrast {
  color: #ffffff;
  background: #515157;
  border: 4px solid transparent;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.icon-contrast:hover {
  background: #404045;
  border: 4px solid #a9cf54;
  line-height: 69px;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
@media (max-width: 767px) {
  .icon-contrast:hover {
    line-height: 55px;
  }
}
.icon-contrast:active {
  background: #343438;
}

.icon-primary {
  color: #a9cf54;
}

.icon-secondary-1 {
  color: #515157;
}

.btn {
  display: inline-block;
  font-weight: 300;
  font-family: "Roboto Slab", serif;
}

.btn-xl {
  padding: 8px 35px 10px;
  font-size: 30px;
  line-height: 50px;
  border: 1px;
}
@media (min-width: 768px) {
  .btn-xl {
    padding: 8px 60px 13px;
  }
}

.btn-contrast {
  color: #ffffff;
  background: #a9cf54;
  border-color: transparent;
  border-style: solid;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-contrast:hover {
  background: #515157;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.btn-contrast:active {
  background: #76767f;
}

.btn-primary {
  color: #a9cf54;
}

.line {
  position: relative;
}
.line:before {
  position: absolute;
  content: "";
  top: 0;
  width: 173px;
  height: 3px;
  background: #a9cf54;
}
@media (max-width: 991px) {
  .line:before {
    display: none;
  }
}
.line-1:before {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 127px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-1:before {
    left: 63px;
  }
}
.line-2:before {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 189px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-2:before {
    right: 80px;
  }
}
.line-3:before {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 398px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-3:before {
    left: 284px;
  }
}
.line-4:before {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -99px;
}
.line-5:before {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  left: 413px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-5:before {
    left: 320px;
  }
}
.line-6:before {
  top: 42%;
  left: 413px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-6:before {
    left: 320px;
  }
}
.line-7:before {
  top: 46%;
  left: 413px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-7:before {
    left: 320px;
  }
}

.marked-list {
  font-family: "Roboto Slab", serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .marked-list {
    font-size: 20px;
    line-height: 35px;
  }
}
.marked-list a {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.marked-list a:hover {
  text-decoration: none;
  color: #a9cf54;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.marked-list a:active {
  color: #bdda7c;
}

.marked-list li {
  position: relative;
  padding-left: 26px;
}

.marked-list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #a9cf54;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 11px;
  color: #a9cf54;
}
@media (min-width: 768px) {
  .marked-list li:before {
    top: 13px;
  }
}

.index-list {
  counter-reset: li;
}
@media (max-width: 767px) {
  .index-list h3 {
    font-size: 22px;
  }
}
.index-list p {
  letter-spacing: 0.027em;
}

.counter {
  position: relative;
}
.counter:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  top: 22px;
  left: 0;
}

.inline-list {
  text-align: left;
}
.inline-list li + li {
  margin-left: 16px;
}
@media (max-width: 991px) {
  .inline-list {
    text-align: center;
  }
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list-menu {
  display: none;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  margin-top: 19px;
  color: #5f5f67;
}
.inline-list-menu li + li {
  margin-left: 39px;
}
.inline-list-menu .active {
  color: #a9cf54;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inline-list-menu {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .inline-list-menu li + li {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .inline-list-menu {
    display: block;
    font-size: 20px;
    text-align: right;
  }
  .inline-list-menu li + li {
    margin-left: 39px;
  }
}
.inline-list-menu > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list-menu > li a:hover {
  color: #a9cf54;
}
.inline-list-menu > li a:active {
  color: white;
}

.terms-list dt {
  font-family: "Roboto Slab", serif;
  color: #515157;
}
.terms-list dd {
  letter-spacing: 0.027em;
}

/*
* @section      Imports
* @description  This section holds some of style declarations for necessary
*               scripts
*/
/**
* @package Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  font-size: 20px;
  font-family: "Roboto Slab", serif;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
  margin-top: 32px;
}
.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 > li + li {
  margin-left: 43px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu {
    text-align: center;
  }
}

.sf-menu > li > a {
  color: #515157;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #a9cf54;
}
.sf-menu > li.active > a {
  color: #a9cf54;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 90%;
  left: -145%;
  width: 227px;
  margin-top: 10px;
  padding: 34px 0 34px;
  background: #474a4c;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -9%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-bottom: 9px solid #474a4c;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.sf-menu ul > li > a {
  color: #ffffff;
  background: #474a4c;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #a9cf54;
}

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: 46%;
  width: 227px;
  margin-left: 23px;
  padding: 46px 0 50px;
  z-index: 4;
  background: #ffffff;
}
.sf-menu ul ul:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -4%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-right: 9px solid #ffffff;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (min-width: 768px) and (max-width: 864px) {
  .sf-menu ul ul:before {
    left: -3%;
  }
}

.sf-menu ul ul > li > a {
  color: #515157;
  background: #ffffff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #a9cf54;
}

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

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection RD Mobile Menu
*
* @description mobile navbar
*
* @author     Evgeniy Gusarov (Diversant)
* @link http://cms.devoffice.com/diversant/rd-navbar/
*/
.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;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #FFF;
  color: #a9cf54;
}
.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_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;
  }
}
/*
* @section      Stuck Menu
*/
.stuck_container {
  height: 75px;
}

.isStuck {
  background: #a9cf54;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.isStuck .brand__name {
  font-size: 47px;
  margin-left: -2px;
}
.isStuck .brand__slogan {
  font-size: 16px;
}
@media (max-width: 991px) {
  .isStuck .brand {
    display: none;
  }
}
.isStuck .sf-menu {
  margin-top: 13px;
}
.isStuck .sf-menu ul ul li a {
  color: #515157;
}
.isStuck .sf-menu ul ul li a:hover {
  color: #a9cf54;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*
* @section      toTop
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #ffffff;
  background: #a9cf54;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffffff;
  background: #515157;
  text-decoration: none;
}

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

/**
* @subsection   google-map.css
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
*
* @author       Evgeniy Gusarov (Stmechanus || Diversant)

*/
.map {
  position: static;
}
@media (min-width: 992px) {
  .map {
    position: absolute;
    width: 56%;
    bottom: 0;
    right: 0;
  }
}
.map_model {
  height: 648px;
}
.map_model img {
  max-width: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .map_model {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
    width: 100%;
  }
}
.map_locations {
  display: none;
}

/*
* @section      Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page
*/
header .nav {
  text-align: center;
}
@media (min-width: 992px) {
  header .nav {
    float: right;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*
* @section     Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
main {
  display: block;
}

/*
* @subsection   Well
* @description  Describes section inner indents
*/
.well {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 480px) {
  .well {
    padding-top: 103px;
    padding-bottom: 142px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .well {
    padding-bottom: 210px;
  }
}

.well-1 {
  padding-top: 240px;
  padding-bottom: 239px;
}

.well-2 {
  padding-top: 92px;
  padding-bottom: 100px;
}

.well-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.well-4 {
  padding-top: 114px;
  padding-bottom: 118px;
}

.well-5 {
  padding-top: 88px;
  padding-bottom: 84px;
}
@media (min-width: 992px) {
  .well-5 {
    padding-top: 101px;
  }
}

.well-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .well-6 {
    padding-top: 101px;
    padding-bottom: 93px;
  }
}

.well-7 {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .well-7 {
    padding-top: 88px;
    padding-bottom: 95px;
  }
}

.well-8 {
  padding-top: 44px;
  padding-bottom: 34px;
}

.well-9 {
  padding-top: 119px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .well-9 {
    padding-bottom: 125px;
  }
}

.well-10 {
  padding-top: 190px;
  padding-bottom: 155px;
}
@media (max-width: 991px) {
  .well-10 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.well-11 {
  padding-top: 119px;
  padding-bottom: 166px;
}
@media (max-width: 991px) {
  .well-11 {
    padding-bottom: 120px;
  }
}

.well-12 {
  padding-top: 90px;
  padding-bottom: 103px;
}

.well-13 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .well-13 {
    padding-top: 93px;
    padding-bottom: 147px;
  }
}

.well-14 {
  padding-top: 103px;
  padding-bottom: 103px;
}

/*
* @section      Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
footer .brand {
  display: inline-block;
}
footer .brand__name {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #696973;
  margin-left: 0;
}
@media (min-width: 992px) {
  footer .brand__name {
    margin-left: -3px;
  }
}
footer .brand__slogan {
  color: #8a8a95;
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  font-weight: 400;
}
