@charset "UTF-8";
/*
* @subsection Flow-mixin
*/
@import url(animate.css);
@import url(google-map.css);
/*
* @subsection   Main Styles
* @description  Describes instant right margin classes
*/
body {
  color: #ffffff;
  font: 300 16px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font: 300 18px/22px "Roboto", sans-serif;
  }
}
@media (min-width: 992px) {
  body {
    font: 400 15px/22px "Roboto", sans-serif;
  }
}

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: "Roboto", sans-serif;
}

h1, h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 100;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, h2 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  h1, h2 {
    font-size: 87px;
  }
  h1 .brand_name_logo{
  	width: 400px;
    height: 112px;
  }
}

h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 100;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1200px) {
  h3 {
    font-size: 44px;
  }
}
@media (min-width: 1201px) {
  h3 {
    font-size: 56px;
  }
}

h4 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 46px;
    line-height: 75px;
  }
}

h5, .heading-5 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
}

h6 {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #f0b30d;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @subsection   Colors
*/
.text-default {
  color: #ffffff;
}

.text-contrast {
  color: #000000;
}

.text-primary {
  color: #f0b30d;
}

.text-secondary-1 {
  color: #302e33;
}

.text-secondary-2 {
  color: #7b797f;
}

time {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #f0b30d;
}
@media (min-width: 768px) {
  time {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  time {
    font-size: 32px;
    line-height: 40px;
  }
}

/*
* @subsection   Main Layout
* @description  Describes instant right margin classes
*/
h2 + * {
  margin-top: 50px;
}

h2 + .offset-6 {
  margin-top: 37px;
}

.row + .offset-1 {
  margin-top: 24px;
}

.offset-1 + .btn {
  margin-top: 94px;
}

h2 + .offset-2 {
  margin-top: 70px;
}

h2 + .offset-7 {
  margin-top: 70px;
}

h2 + .offset-9 {
  margin-top: 67px;
}

h2 + form {
  margin-top: 61px;
}

.thumb + h5 {
  margin-top: 31px;
}

h5 + p {
  margin-top: 14px;
}

time + p {
  margin-top: 14px;
}

article + article {
  margin-top: 36px;
}

p + .btn {
  margin-top: 41px;
}

.thumb + a {
  margin-top: 33px;
  display: block;
}

* + .offset-3 {
  margin-top: 50px;
}

.row + .btn.offset-8 {
  margin-top: 88px;
}

.row + .btn {
  margin-top: 48px;
}

* + .offset-4 {
  margin-top: 74px;
}

.offset-4 + .btn {
  margin-top: 78px;
}

.flow-offset-1 > * + * {
  margin-top: 57px;
}
@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: 57px;
  }
}
@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: 57px;
  }
}
@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: 57px;
  }
}
@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: 57px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 50px;
}
@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: 50px;
  }
}
@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: 50px;
  }
}
@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: 50px;
  }
}
@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: 50px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 75px;
}
@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: 75px;
  }
}
@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: 75px;
  }
}
@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: 75px;
  }
}
@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: 75px;
  }
}

.flow-offset-4 > * + * {
  margin-top: 85px;
}
@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: 85px;
  }
}
@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: 85px;
  }
}
@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: 85px;
  }
}
@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: 85px;
  }
}

.flow-offset-5 > * + * {
  margin-top: 35px;
}
@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: 35px;
  }
}
@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: 35px;
  }
}
@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: 35px;
  }
}
@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: 35px;
  }
}

.flow-offset-6 > * + * {
  margin-top: 62px;
}
@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: 62px;
  }
}
@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: 62px;
  }
}
@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: 62px;
  }
}
@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: 62px;
  }
}

form + .offset-5 {
  margin-top: 85px;
}

h4 + time {
  margin-top: 40px;
}

h4 + p {
  margin-top: 34px;
}

article time {
  color: #ffffff;
}

address a {
  display: inline-block;
}
address span + p {
  margin-top: 53px;
}
address p + p {
  margin-top: 26px;
}
address br + div {
  margin-top: 48px;
}

address + address {
  margin-top: 92px;
}

address + .btn {
  margin-top: 47px;
}

* + .copyright {
  margin-top: 146px;
}

h3 + * {
  margin-top: 64px;
}

p + h5 {
  margin-top: 36px;
}

a + h5 {
  margin-top: 43px;
}

p + .offset-11 {
  margin-top: 21px;
}

p + .marked-list {
  margin-top: 27px;
}

.marked-list + p {
  margin-top: 27px;
}

h3 + .offset-12 {
  margin-top: 45px;
}

img + h5 {
  margin-top: 42px;
}

img + .offset-17 {
  margin-top: 31px;
}

p + .offset-18 {
  margin-top: 24px;
}

q + cite {
  margin-top: 22px;
}

h3 + .offset-13 {
  margin-top: 83px;
}

* + .index-list li h5 {
  margin-top: 31px;
}

h3 + .offset-14 {
  margin-top: 36px;
}

h3 + .offset-15 {
  margin-top: 79px;
}

p + p {
  margin-top: 21px;
}

h3 + .offset-16 {
  margin-top: 67px;
}

.row + .link {
  margin-top: 45px;
}

.quote p + h5 {
  margin-top: 19px;
}

.quote + .quote {
  margin-top: 30px;
}

/*
* @subsection   Insets
* @description  Describes instant padding classes
*/
.inset-1 {
  padding-right: 98px;
}

.inset-2 {
  padding-left: 35px;
  padding-right: 35px;
}

.inset-3 {
  padding-right: 73px;
}

.inset-4 {
  padding-left: 85px;
  padding-right: 85px;
}

.inset-5 {
  padding-right: 50px;
}

/*
* @subsection   Well
* @description  Describes section inner indents
*/
.well-xl {
  padding-top: 546px;
  padding-bottom: 430px;
}
@media (max-width: 479px) {
  .well-xl {
    padding-top: 210px;
    padding-bottom: 230px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .well-xl {
    padding-top: 290px;
    padding-bottom: 300px;
  }
}

.well-lg {
  padding-top: 270px;
  padding-bottom: 284px;
}
@media (max-width: 767px) {
  .well-lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.well-md {
  padding-top: 140px;
  padding-bottom: 181px;
}

.well-md-1 {
  padding-top: 140px;
  padding-bottom: 157px;
}

.well-md-2 {
  padding-top: 141px;
  padding-bottom: 157px;
}

.well-md-3 {
  padding-top: 140px;
  padding-bottom: 147px;
}

.well-md-4 {
  padding-top: 141px;
  padding-bottom: 100px;
}

.well-md-5 {
  padding-top: 130px;
  padding-bottom: 73px;
}
@media (max-width: 480px) {
  .well-md-5 {
    padding-top: 210px;
    padding-bottom: 230px;
  }
}

.well-md-6 {
  padding-top: 147px;
  padding-bottom: 154px;
}

.well-md-7 {
  padding-top: 148px;
  padding-bottom: 158px;
}

.well-md-8 {
  padding-top: 158px;
  padding-bottom: 100px;
}

.well-md-9 {
  padding-top: 136px;
  padding-bottom: 145px;
}

.well-md-10 {
  margin-top: 148px;
  margin-bottom: 0;
}

.well-md-11 {
  padding-top: 148px;
  padding-bottom: 157px;
}

/*
* @section      Helpers
* @description  This section holds various helper classes for
*               conditional page styling
*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-md-right {
  text-align: right;
}
@media (max-width: 479px) {
  .text-md-right {
    text-align: center;
  }
}

.text-md-left {
  text-align: left;
}
@media (max-width: 479px) {
  .text-md-left {
    text-align: center;
  }
}

.border-top {
  border-top: 6px solid #f0b30d;
  position: relative;
}
.border-top:after {
  content: '';
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  border: 11px solid transparent;
  border-top: 11px solid #f0b30d;
}

.border-top-1 {
  position: relative;
}
.border-top-1:before {
  content: '';
  width: 1170px;
  height: 6px;
  background: #f0b30d;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.border-top-1:after {
  content: '';
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 6px;
  border: 11px solid transparent;
  border-top: 11px solid #f0b30d;
}

/*
* @section      Components
* @description  This section holds all elements style declarations of template
*/
.brand {
  display: inline-block;
  position: relative;
}
.brand:before {
  /*position: absolute;
  content: "";
  width: 112px;
  height: 52px;
  background: transparent url("../images/logo-white.png") no-repeat scroll 0% 0%;
  bottom: 100%;*/
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  
  position: absolute;
    content: "";
    width: 250px;
    height: 152px;
    background: transparent url(../images/logo-white.png) no-repeat scroll center center;
    bottom: 100%;
    background-size: contain;
}
@media (max-width: 767px) {
  .brand:before {
     left: -3%;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.brand--offset:before {
  bottom: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .brand--offset:before {
    bottom: 100%;
    left: 13%;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 479px) {
  .brand--offset:before {
    bottom: 105%;
    left: 13%;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.brand__name {
  overflow: hidden;
}
.brand__name a:hover {
  color: #ffffff;
}
.brand__slogan {
  font-size: 13px;
  font-weight: 100;
  margin-top: -12px;
  opacity: .3;
}

.inline-list {
  font-family: "FontAwesome";
}
.inline-list li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list li:hover {
  color: #f0b30d;
  duration: .3s;
}
.inline-list li + li {
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inline-list li + li {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .inline-list li + li {
    margin-left: 89px;
  }
}

.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li + li {
  margin-top: 10px;
}

.marked-list li a:before {
  content: '\f18e';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 14px 'FontAwesome';
  line-height: inherit;
}

.index-list {
  counter-reset: li;
}

.counter:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
}
.counter:before + h5 {
  margin-top: 20px;
}

/*
* @subsection   Backgrounds
*/
.bg-default {
  background: #ffffff;
}

.bg-contrast {
  background: #000000;
}

.bg-primary {
  background: #f0b30d;
}

.bg-default-variant-1 {
  background: #2f2c2c;
}

.bg-image {
  /*background: url("../images/parallax01.jpg") left top no-repeat;*/
 background: url("../images/bgs/home/bg_header-black.jpg") center center no-repeat;
}

.bg-image-1 {
  background: url("../images/bgs/home/bg_header2.jpg") left top no-repeat;
}

.bg-image-2 {
  background: url("../images/bgs/home/bg_header3.jpg") left top no-repeat;
}

.bg-image-3 {
  background: url("../images/bgs/home/bg_header4.jpg") left top no-repeat;
}

.bg-image-4 {
  background: url("../images/bgs/home/bg_header5.jpg") left top no-repeat;
}

.bg-image-5 {
  background: url("../images/bgs/home/bg_header6.jpg") left top no-repeat;
}

.bg-image-6 {
  background: url("../images/bgs/home/bg_header7.jpg") left top no-repeat;
}

.bg-image-7 {
  background: url("../images/parallax02-2.jpg") left top no-repeat;
}

.bg-image-8 {
  background: url("../images/parallax02-3.jpg") left top no-repeat;
}

.bg-image-9 {
  background: url("../images/parallax03-1.jpg") left top no-repeat;
}

.bg-image-10 {
  background: url("../images/parallax03-2.jpg") left top no-repeat;
}

.bg-image-11 {
  background: url("../images/parallax03-3.jpg") left top no-repeat;
}

.bg-image-12 {
  background: url("../images/parallax04-1.jpg") left top no-repeat;
}

.bg-image-13 {
  background: url("../images/parallax06-1.jpg") left top no-repeat;
}

.bg-image-14 {
  background: url("../images/parallax01-1.jpg") left top no-repeat;
}

.bg-image, .bg-image-1, .bg-image-2, .bg-image-3, .bg-image-4, .bg-image-5, .bg-image-6, .bg-image-7, .bg-image-8,
.bg-image-9, .bg-image-10, .bg-image-11, .bg-image-12, .bg-image-13 {
  background-attachment: fixed;
  background-size: cover;
}

.bg-image-14 {
  background-attachment: fixed;
}
@media (max-width: 479px) {
  .bg-image-14 {
    background-size: cover;
  }
}

.icon {
  display: inline-block;
  font-family: "FontAwesome";
}

.icon-1 {
  display: inline-block;
  border-radius: 50%;
}

.icon-md {
  width: 76px;
  height: 76px;
  font-size: 30px;
  line-height: 76px;
}

.icon-lg {
  font-size: 25px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .icon-lg {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .icon-lg {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .icon-lg {
    font-size: 60px;
  }
}

.icon-xl {
  font-size: 55px;
}
@media (min-width: 992px) {
  .icon-xl {
    font-size: 90px;
  }
}

.icon-default {
  color: #ffffff;
}

.icon-contrast {
  color: #000000;
}

.icon-primary {
  background: #f0b30d;
  color: #ffffff;
}

.btn {
  display: inline-block;
  text-align: center;
  font-weight: 100;
}

.btn-sm {
  padding: 23px 26px;
  font-size: 15px;
  border-width: 1px;
}

.btn-md {
  padding: 23px 32px;
  font-size: 15px;
  border-width: 1px;
}

.btn-lg {
  padding: 24px 60px;
  font-size: 15px;
  border-width: 1px;
}

.btn-xl {
  padding: 26px 51px;
  font-size: 15px;
  border-width: 1px;
}
@media (max-width: 479px) {
  .btn-xl {
    padding: 15px 50px;
  }
}

.btn-default {
  color: #302e33;
  background: #ffffff;
  border-style: solid;
  border-color: transparent;
}
.btn-default:hover {
  background: #f0b30d;
  color: #ffffff;
  duration: .3s;
}
.btn-default:active {
  background: #009fd3;
  color: #ffffff;
}

.btn-contrast {
  color: #ffffff;
  background: #302e33;
  border-style: solid;
  border-color: transparent;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-contrast:hover {
  background: #ffffff;
  color: #302e33;
  border: 1px solid #302e33;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-contrast:active {
  background: #d9d9d9;
  color: #302e33;
}

.btn-primary {
  color: #ffffff;
  background: #f0b30d;
  border-style: solid;
  border-color: transparent;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-primary:hover {
  background: #ffffff;
  color: #f0b30d;
  border: 1px solid #f0b30d;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-primary:active {
  background: #d9d9d9;
  color: #f0b30d;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*
* @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 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  border-top: 6px solid #f0b30d;
  color: #302e33;
  text-align: center;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  width: 20%;
}
.sf-menu > li:hover {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li:hover:after {
  content: '';
  position: absolute;
  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-top: 9px solid #f0b30d;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.sf-menu li + li {
  border-left: 1px solid #f0f0f0;
}
.sf-menu a {
  display: block;
  background: #ffffff;
  padding-top: 47px;
  padding-bottom: 49px;
}
.sf-menu a:hover {
  background: #f0b30d;
}

.sf-menu > li > a {
  color: #000000;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #ffffff;
  background: #f0b30d;
}
.sf-menu > li.active:after {
  content: '';
  position: absolute;
  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-top: 9px solid #f0b30d;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu ul {
  display: none;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 240px;
  margin-top: 12px;
  background: #ffffff;
  z-index: 2;
  font-size: 15px;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.55);
}

.sf-menu ul > li {
  margin: 0;
  padding: 0;
}
.sf-menu ul > li > a {
  color: #302e33;
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #d6d5d6;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #f0b30d;
  background: #d6d5d6;
}

.sf-menu ul ul {
  position: absolute;
  top: 41%;
  left: 100%;
  width: 240px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #000000;
  background: #ffffff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #f0b30d;
  background: #d6d5d6;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: -18px;
  margin-top: -6px;
  font: 400 16px/16px "FontAwesome";
}

@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: #f0b30d;
  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_title {
    position: fixed;
    top: 14px;
    left: 56px;
    right: 56px;
    width: 200px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url(../images/logo-chars.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
}

.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
*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: none;
  -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 li {
  height: 70px;
}
.isStuck li:after {
  display: none;
}
.isStuck li a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.isStuck li ul {
  margin-top: 1px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.isStuck li ul li {
  height: auto;
}
@media only screen and (max-width: 979px) {
  .isStuck .isStuck {
    display: none !important;
  }
}

/*
* @section      toTop
*/
.toTop {
  width: 50px;
  height: 50px;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
  font-weight: 900;
  color: #ffffff;
  background: #f0b30d;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:focus {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  font-weight: 500;
  color: #ffffff;
  background: #f0b30d;
}
.toTop:hover {
  color: #f0b30d;
  border-radius: 50%;
  background: #302e33;
  duration: .6s;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

.thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb img {
  width: 100%;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.thumb:hover .thumb_overlay {
  background-color: #000000;
  opacity: 0.3;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
  filter: alpha(opacity=30);
}

.thumb:active .thumb_overlay {
  background-color: #000000;
  opacity: 0.6;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .thumb:active .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
  filter: alpha(opacity=60);
}

.thumb:hover img {
  width: 100%;
}

.thumb .thumb_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  margin-right: auto;
  margin-left: auto;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#gallerySlider .placeholder .iframe-wrap {
  width: 1280px;
}
#gallerySlider .placeholder .iframe-wrap .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#gallerySlider .placeholder .iframe-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

/*
* @section      Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page
*/
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

.nav {
  background: #ffffff;
}

/*
* @section     Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
main {
  display: block;
}

dl dt {
  font-size: 19px;
  font-weight: 500;
}
dl dt + dd {
  margin-top: 17px;
}
dl dd + dt {
  margin-top: 37px;
}

.link {
  font-size: 19px;
  font-weight: 500;
  display: block;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
address {
  font-size: 19px;
  line-height: 26px;
}
address a {
  font-size: 35px;
  line-height: 55px;
  font-weight: 100;
}
address a:hover {
  text-decoration: none;
  color: #f0b30d;
  duration: .3s;
}
@media (min-width: 992px) {
  address a {
    font-size: 59px;
    line-height: 66px;
    font-weight: 100;
  }
}

.copyright a {
  display: inline-block;
}
.copyright a:hover {
  color: #f0b30d;
}
