@charset "UTF-8";
/**
* @package   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         https://daneden.me/animate
* @license      MIT license - https://opensource.org/licenses/MIT
*
* @subpackage   Mixins.css
* @subpackage   Variables.css
*/
@import url(animate.css);
/*
* @section Main Styles
*/
body {
  font: 400 18px/30px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #7e7e7e;
}

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: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}

h1, .heading-1 {
  font-weight: 400;
  font-size: 50px;
  font-family: "Anton", sans-serif;
  opacity: 0.9;
  text-shadow: 4px 4px 60px rgba(150, 150, 150, 0.8);
  font-style: italic;
}
.lt-ie9 h1, .lt-ie9 .heading-1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
  filter: alpha(opacity=90);
}

h2, .heading-2 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 36px;
  }
}

h3, .heading-3 {
  font-size: 24px;
  font-weight: 400;
  color: #3e3e3e;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3, .heading-3 {
    font-size: 34px;
  }
}

h4, .heading-4 {
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  h4, .heading-4 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h4, .heading-4 {
    letter-spacing: -1px;
  }
}

h5, .heading-5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #5a5a5a;
  text-transform: uppercase;
}

h6, .heading-6 {
  font-size: 20px;
  letter-spacing: -0.8px;
}

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

p {
  line-height: inherit;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.big {
  font-size: 50px;
  font-family: "Anton", sans-serif;
  text-align: center;
}
@media (min-width: 480px) {
  .big {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .big {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .big {
    font-size: 160px;
  }
}

em {
  font-size: 20px;
  display: inline-block;
}

.post-meta {
  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;
  color: #2e2e2e;
}
a:hover {
  color: #48a0e2;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

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

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

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.letter-spacing-1 {
  letter-spacing: -0.01px;
}

.letter-spacing-2 {
  letter-spacing: -1px;
}

/*
* @section Main Layout
*/
h3 + em {
  margin-top: 26px;
}

h3 + img {
  margin-top: 43px;
}

img + h5 {
  margin-top: 24px;
}

h3 + h5 {
  margin-top: 39px;
}

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

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

h1 + .heading-6 {
  margin-top: 30px;
}

h3 + .blog-post {
  margin-top: 36px;
}

h3 + .box-md {
  margin-top: 43px;
}

h3 + .quote {
  margin-top: 34px;
}

h3 + .map {
  margin-top: 43px;
}

p + .marked-list {
  margin-top: 20px;
}

.marked-list + p {
  margin-top: 20px;
}

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

* + .resp-tabs-container {
  margin-top: 43px;
}

* + .video {
  margin-top: 69px;
}

* + .resp-tabs-list {
  margin-top: 13px;
}

* + .stuck_table {
  margin-top: 46px;
}

* + .btn {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  * + .btn {
    margin-top: 54px;
  }
}

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

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

.big + .heading-4 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .big + .heading-4 {
    margin-top: 95px;
  }
}

.quote.box-md + .quote.box-md {
  margin-top: 32px;
}

.blog-post + .blog-post {
  margin-top: 20px;
}

@media (min-width: 992px) {
  * + .offset-1 {
    margin-left: 64px;
  }
}

.offset-2 {
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .offset-3 {
    margin-top: 30px;
  }
}

.offset-4 {
  margin-bottom: 47px;
}

.offset-5 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .offset-5 {
    margin-bottom: 30px;
  }
}

* + .offset-6 {
  margin-bottom: 163px;
}

@media (min-width: 992px) {
  .inset-1 {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  * + .inset-2 {
    padding-right: 110px;
  }
}

@media (min-width: 992px) {
  * + .inset-3 {
    padding: 0px 160px;
  }
}

.inset-4 {
  padding-top: 69px;
}

.inset-5 {
  padding-top: 57px;
}

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

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

/*
* @section Components
*
* @subsection rd-navbar-brand
*/
.rd-navbar-brand {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.rd-navbar-brand__logo {
  display: inline-block;
}
@media (min-width: 1200px) {
  .rd-navbar-brand__logo {
    float: left;
  }
}
.rd-navbar-brand__name {
  font-size: 25px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding-top: 5px;
  letter-spacing: -1px;
  text-align: center;
}
.rd-navbar-brand__name a {
  position: relative;
  display: block;
}
.rd-navbar-brand__name a > span {
  font-size: 18px;
  margin-top: 4px;
  display: inline-block;
  letter-spacing: 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .rd-navbar-brand__name a > span {
    font-size: 30px;
  }
}
@media (min-width: 480px) {
  .rd-navbar-brand__name {
    margin-left: 27px;
  }
  .bg-xs:before {
    display: none!important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rd-navbar-brand__name {
    font-size: 40px;
    margin-left: 2px;
  }
  .bg-xs:before {
    display: none!important;
  }

}
@media (min-width: 1200px) {
  .rd-navbar-brand__name {
    position: relative;
  }
}
@media (min-width: 768px) {
  .rd-navbar-brand {
    padding-bottom: 0;
    max-width: 100px;
    float: left;
  }
  .rd-navbar-brand img {
    height: 70px!important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rd-navbar-brand {
    float: left;
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-brand {
    max-width: 192px;
    text-align: left;
    display: inline-block;
    padding-top: 25px;
    padding-left: 8px;
    float: none;
  }
  .rd-navbar-brand img {
    height: 100px!important;
  }
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background: #161e29;
}

.bg-image:before {
  width: 211px;
  height: 62px;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}
.bg-image:after {
  width: 211px;
  height: 62px;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

.bg-image-1 {
  background: url("../images/bg-image.jpg");
  background-size: cover;
  min-height: 72px;
  background-position: center;
  opacity: 0.7;
  padding-top: 10px;
}

.bg-xs:before {
  bottom: -90px;
  background: url(../images/slider_arrow_down.png) no-repeat;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .bg-xs:before {
    left: 85px;
    margin-left: -103px;
    transform: translateX(0);
  }
}
.border_table{
  border-collapse: collapse;
}
.border_table td {
  border: 1px solid #000;
  padding: 5px;
}
.bg-md:before {
  top: -128px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/slider_arrow_down.png) no-repeat;
}
@media (min-width: 1200px) {
  .bg-md:before {
    top: -110px;
    left: 7.1%;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bg-md:after {
  bottom: -200px;
  left: 55%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background: url(../images/slider_arrow_down_white.png) no-repeat; */
}
@media (min-width: 992px) {
  .bg-md:after {
    left: 51.5%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.icon-xs {
  font-size: 22px;
}

.icon-sm {
  font-size: 20px;
  cursor: pointer;
  border-width: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 480px) {
  .icon-sm {
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 24px;
  }
}

.icon-contrast {
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-contrast:hover {
  color: #161e29;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-pinterest,
.fa-rss {
  color: #000;
  border-style: solid;
  border-color: #fff;
  background: #ffffff80;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-pinterest:hover,
.fa-rss:hover {
  color: #161e29;
}

/*==================        Columns Indents      =====================*/
[class^='col-'] {
  margin-top: 30px;
}
@media (min-width: 992px) {
  [class^='col-'] {
    margin-top: 0;
  }
}

/*
* @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 Basic Helpers
*/
.round {
  border-radius: 50%;
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.normal {
  font-style: normal;
}

/*
* @subsection Inline list
*/
.inline-list {
  word-spacing: 8px;
}
.inline-list li + li {
  margin-left: -2px;
}
@media (min-width: 480px) {
  .inline-list li + li {
    margin-left: 2px;
  }
}

.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

/*
* @subsection Marked list
*/
.marked-list li {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.3px;
}
.marked-list li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  color: #161e29;
  font-style: normal;
}
.marked-list li + li {
  margin-top: 10px;
}

/*
* @subsection Index list
*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  padding-bottom: 16px;
  font-family: "Barlow Condensed", sans-serif;
  text-align: right;
  font-size: 34px;
  color: #161e29;
}
.index-list P {
  font-weight: 300;
  font-style: italic;
  padding: 0 21px;
}
.index-list h3 {
  letter-spacing: -1.4px;
  color: #3e3e3e;
}
.index-list h3 + p {
  margin-top: 33px;
}
.index-list img {
  margin-top: 78px;
}
.index-list img + h3 {
  margin-top: 46px;
}
.index-list li:first-child img {
  margin-top: 86px;
}
.index-list li:first-child img + h3 {
  margin-top: 49px;
}
.index-list li:last-child h3 {
  margin-top: 41px;
}

.index-list--lg li:before {
  font-size: 50px;
  content: counter(li,decimal-leading-zero) ".";
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
}

.btn-md {
  font-size: 22px;
  font-family: "Barlow Condensed", sans-serif;
  border-width: 2px;
  padding: 13px 32px;
}
@media (min-width: 1200px) {
  .btn-md {
    padding: 18px 41px;
  }
}

.btn-lg {
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  padding: 10px 12px;
  letter-spacing: -0.3px;
}

.btn-contrast {
  border-style: solid;
  border-color: #fff;
  text-transform: uppercase;
}
.btn-contrast:hover {
  color: #161e29;
  border-color: #161e29;
}

.btn-primary {
  text-transform: lowercase;
  background: #161e29;
  color: #fff;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-primary:hover {
  background: #FFD180;
  color: #000;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*
* @subsection Links
*/
.link {
  display: inline-block;
}

.link-md {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

.link-contrast {
  color: #fff;
}
.link-contrast:hover {
  color: #FFD180;
}

.link-default {
  color: #5a5a5a;
}
.link-default:hover {
  color: #161e29;
}

/*
* @subsection Colors
*/
.text-contrast {
  color: #fff;
}
.text-contrast h1, .text-contrast h2, .text-contrast h3, .text-contrast h4, .text-contrast h5, .text-contrast h6,
.text-contrast .heading-1, .text-contrast .heading-2, .text-contrast .heading-3, .text-contrast .heading-4, .text-contrast .heading-5, .text-contrast .heading-6 {
  color: #fff;
}

.text-color-variant-1 {
  color: #3a3a3a;
}

.text-color-variant-2 {
  color: #424242;
}

.text-color-variant-3 {
  color: #3e3e3e;
}

.text-color-variant-4 {
  color: #3b3b3b;
}

/*
* @subsection Image Wraps
*/
.image-wrap {
  margin-top: -13px;
}

.image-wrap-1 {
  margin-top: 22px;
  display: block;
}
.image-wrap-1 > span {
  font-size: 20px;
  margin-top: -6px;
  display: block;
  color: #161e29;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-wrap-1 > span:hover {
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-wrap-1:before {
  content: '';
  display: block;
  margin: 0 0 15px -11px;
  width: 22px;
  height: 19px;
  position: relative;
  left: 50%;
  background: url("../images/page-1_img11.png") no-repeat;
}

/*
* @subsection Borders
*/
.border:before {
  display: inline-block;
}

.border-xs:before {
  width: 100%;
}

.border-default:before {
  border-bottom: 2px solid #111316;
}

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

.border-xs-1 {
  width: 100%;
}

.border-default-1 {
  border-top: 2px solid #111316;
}

/*
* @subsection Contact Info
*/
.contact-info {
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 68px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}
.contact-info a:hover {
  color: #e32923;
}

.contact-info-1 {
  line-height: 24px;
  display: inline-block;
}
.contact-info-1 dl {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.2px;
}
.contact-info-1 p {
  margin-top: 26px;
}
.contact-info-1 * + dl {
  line-height: 30px;
}
.contact-info-1 dl dt {
  float: left;
}
.contact-info-1 dl dd {
  float: right;
  margin-left: 5px;
}
.contact-info-1 dl dd:last-child {
  margin-left: 2px;
  float: left;
}
.contact-info-1 dl dd:last-child a {
  color: #161e29;
  text-decoration: underline;
}
.contact-info-1 dl dd:last-child a:hover {
  text-decoration: none;
}
.contact-info-1 dl dd a:hover {
  color: #161e29;
}
.contact-info-1 dd + dt {
  clear: both;
}

/*
* @subsection Posts
*/
.event-post .post-meta {
  color: #161e29;
  font-size: 50px;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 51px;
}
.event-post p {
  margin-top: 17px;
}
.event-post h5 {
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  line-height: 30px;
  letter-spacing: -1.2px;
}

.blog-post time {
  float: left;
  font-size: 22px;
  font-family: "Barlow Condensed", sans-serif;
  color: #5a5a5a;
}
.blog-post p {
  line-height: 30px;
  padding-left: 70px;
  text-align: left;
}

/*
* @subsection Video
*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* @subsection Stuck Table
*/
.stuck_table {
  width: 100%;
  line-height: 43px;
}
.stuck_table tr td {
  font-weight: 300;
  font-style: italic;
  padding-left: 13px;
  font-size: 16px;
  border-bottom: 1px solid #d7d6d6;
}
@media (min-width: 992px) {
  .stuck_table tr td:nth-child(3) {
    padding-left: 49px;
  }
}
.stuck_table tr td:last-child {
  color: #161e29;
}
@media (min-width: 1200px) {
  .stuck_table tr td {
    padding-left: 24px;
    font-size: 18px;
  }
}
.stuck_table tr:nth-child(odd) {
  background: #f7f7f7;
}

/*
* @subsection Blockquote
*/
.quote {
  position: relative;
  font-style: normal;
  font-style: italic;
}
.quote q {
  font-size: 18px;
  line-height: 30px;
}
.quote cite {
  font-style: normal;
}
.quote p + p {
  margin-top: 5px;
}
.quote .fa-quote:before {
  content: '“';
  font-size: 50px;
  font-family: "Barlow Condensed", sans-serif;
  color: #161e29;
  font-style: normal;
  position: absolute;
  top: 17px;
  left: -2px;
}

/*
* @subsection Terms List
*/
.terms-list dt {
  margin-top: 37px;
}
.terms-list dt + dd {
  margin-top: 1px;
  font-weight: 300;
  font-style: italic;
}
.terms-list dd + dt {
  margin-top: 36px;
}

.link-terms-list {
  font-style: 18px;
  text-decoration: underline;
  display: inline-block;
  color: #161e29;
  margin-top: 34px;
  font-style: italic;
  font-weight: 300;
}
.link-terms-list:hover {
  color: #161e29;
  text-decoration: none;
}

/*
* @subsection Products
*/
.products {
  position: relative;
  margin-top: -165px;
}
.products .product {
  float: left;
  position: relative;
  width: 100%;
}
.products .product .caption {
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: block;
}
.products .product .caption .heading-3 {
  letter-spacing: -2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.products .product .caption .heading-3:hover {
  color: #161e29;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .products .product .caption .icon {
    margin-top: 10px;
  }
}
.products .product:nth-child(2), .products .product:nth-child(3) {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .products .product:nth-child(2), .products .product:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .products .product {
    width: 33.3%;
  }
}

/*
* @subsection Imports
*
* @subpackage   Parallax.css
* @subpackage   Menu.css
* @subpackage   Navbar.css
* @subpackage   Stuck-menu.css
* @subpackage   To-top.css
*/
/**
* @subsection   Parallax.css
*
* @description
*
* @author       Evgeniy Gusarov StMechanus (Diversant)
* @link         https://cms.devoffice.com/diversant/rd-parallax/
*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax h1 {
  color: #2e2e2e;
}
.parallax .heading-6 {
  margin-top: 30px;
  font-style: normal;
}
.parallax .heading-6 + p {
  margin-top: 50px;
}

/**
* @package Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link https://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - https://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 38px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .sf-menu > li + li {
    margin-left: 19px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #48a0e2;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fbed02;
}
.sf-menu > li.active > a {
  color: #e32923;
}

.sf-menu ul {
  display: none;
  position: absolute;
  text-transform: none;
  top: 100%;
  left: -19%;
  margin-top: 30px;
  background: #fff;
  z-index: 2;
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  padding: 25px 27px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight:400; font-style:italic
}
.sf-menu ul li {
  border-width: medium medium 1px;
  border-style: none none dotted;
  border-color: #444444;
  padding: 0px 0px 6px;
}
.sf-menu ul li:last-child {
  border: none;
}

.sf-menu ul > li > a {
  color: #161e29;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #000;
}

.sf-menu ul ul {
  position: absolute;
  top: 43px;
  left: 105%;
  width: 100%;
  margin-top: 0;
  z-index: 4;
  padding: 25px 27px 9px;
}

.sf-menu ul ul > li > a {
  color: #161e29;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection RD Mobile Menu
*
* @description mobile navbar
*
* @author     Evgeniy Gusarov (Diversant)
* @link     https://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: #fff;
  background: #161e29;
  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: translateY(-27px);
  -ms-transform: translateY(-27px);
  -o-transform: translateY(-27px);
  -webkit-transform: translateY(-27px);
  transform: translateY(-27px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  color: #48a0e2;
}
.rd-mobilemenu_ul a.active {
  background: #3e3e3e;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #3e3e3e;
  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: #161e29;
  color: #fff;
}
.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: #161e29;
  color: #fff;
  -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: #fff;
  font-size: 15px;
  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: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #FFF;
  z-index: 9999;
  box-shadow: 0px 1px 2px #bbbbbb;
}
.isStuck .rd-navbar-brand {
  padding-top: 4px;
}
.isStuck .rd-navbar-brand__name {
  padding-top: 14px;
  font-size: 20px;
}
.isStuck .rd-navbar-brand__name:before {
  display: none;
}
.isStuck .rd-navbar-brand__name > a span {
  font-size: 17px;
}
.isStuck .rd-navbar {
  padding-top: 35px;
  padding-bottom: 21px;
}
@media (min-width: 1200px) {
  .isStuck .rd-navbar {
    /*margin-left: 90px;*/
  }
}
.isStuck .rd-navbar .sf-menu ul {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 37px;
  height: 37px;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #161e29;
  text-decoration: none;
}

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

/*
* @subsection Thumbnail
*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  top: 50%;
  left: 50%;
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url(../images/zoom.png) no-repeat;
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -moz-transform: transition(0.3s);
  -ms-transform: transition(0.3s);
  -o-transform: transition(0.3s);
  -webkit-transform: transition(0.3s);
  transform: transition(0.3s);
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(62, 62, 62, 0.8);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC3E3E3E', endColorstr='#CC3E3E3E')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC3E3E3E', endColorstr='#CC3E3E3E');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.thumbnain {
  letter-spacing: -4px;
  padding-top: 20px;
}
.thumbnain .thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 69%;
}
.thumbnain .thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumbnain .thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumbnain .thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumbnain .thumb_overlay:before {
  display: none;
}
.thumbnain .thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumbnain .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumbnain .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumbnain .thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.thumbnain .thumb + .thumb {
  margin-top: 30px;
  margin-left: 20px;
}
.thumbnain .thumb + .thumb:nth-child(3) {
  margin-left: 0;
}
@media (min-width: 480px) and (max-width: 992px) {
  .thumbnain .thumb + .thumb:nth-child(3), .thumbnain .thumb + .thumb:nth-child(4), .thumbnain .thumb + .thumb:nth-child(5) {
    margin-top: 30px;
  }
}
@media (min-width: 480px) {
  .thumbnain .thumb + .thumb {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .thumbnain .thumb + .thumb {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .thumbnain .thumb {
    width: 38%;
  }
}
@media (min-width: 992px) {
  .thumbnain .thumb {
    width: 19%;
  }
}

/*==================     Box     ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

.box-md .box_left.inset-7 {
  padding-right: 37px;
}
.box-md .box_cnt p {
  padding: 0;
}
.box-md .box_cnt h5 {
  margin-top: 5px;
}
.box-md .box_cnt .offset-8 {
  margin-top: -5px;
}
.box-md .box_cnt .offset-9 {
  margin-top: 10px;
}
.box-md + .box-md {
  margin-top: 49px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  display: inline-block;
}
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #3e3e3e;
}
.resp-tabs-list li + li {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .resp-tabs-list li {
    font-size: 24px;
  }
  .resp-tabs-list li + li {
    margin-left: 36px;
  }
}
.resp-tabs-list .resp-tab-active, .resp-tabs-list .resp-tab-item:hover {
  color: #e32923;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-arrow {display: none!important}
.resp-accordion {
  display: none;
  padding: 10px 0;
  font-size: 25px;
  color: #fff;
  background-color: #3e3e3e;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-accordion:hover, .resp-accordion.resp-tab-active {
  background-color: #161e29;
}

* + .resp-accordion {
  margin-top: 3px;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .resp-tab-content-active {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*
* @section HEADER
*/
header {
  position: relative;
  background: #FFF;
}
header .rd-navbar {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  header .rd-navbar {
    padding-top: 40px;
    padding-bottom: 40px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .rd-navbar {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  header .rd-navbar {
    float: none;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  header .rd-navbar {
    padding-top: 53px;
    padding-bottom: 59px;
    font-size: 22px;
  }
}
header:after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 0;
}
@media (min-width: 1200px) {
  header {
    height: 140px;
  }
}

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

/*
* @subsection Well
*/
.well-xxs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.well-xs {
  padding-top: 103px;
  padding-bottom: 89px;
}
.well-xs--inset-1 {
  padding-bottom: 163px;
}

.well-sm {
  padding-top: 128px;
  padding-bottom: 141px;
}

.well-md {
  padding-top: 148px;
  padding-bottom: 137px;
}
.well-md--inset-1 {
  padding-bottom: 270px;
}

.well-lg {
  padding-top: 180px;
  padding-bottom: 163px;
}
.well-lg--inset-1 {
  padding-bottom: 138px;
}
.well-lg--inset-2 {
  padding-bottom: 172px;
}

/*
* @section FOOTER
*/
footer .copyright {
  font-style: 18px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  color: #000;
}
footer .contact-info {
  margin-top: 30px;
}
footer .copyright a:hover {
  color: #161e29;
}

footer .social {
  margin-left: 64px;
}

footer .parallax_image {
  opacity: 0.5;
}
.team  .parallax_image{
  opacity: 0.1;
}
.team p {
  color: #5a5a5a;
}

.link-blue {
  color: #48a0e2
}
.link-blue:hover {
  color: #e32923
}

#breadcrumbs {
  padding-top: 5px;
  border-bottom: 1px solid #bbbbbb;
}

#breadcrumbs a {
  color: #48a0e2;
}

#breadcrumbs a:hover {
  color: #e32923;
}

.contact-form .parallax_image {
  opacity: 0.2;
}
.contact-form .contact-info-1{
  color: #000
}
#breadcrumbs {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
}
a.btnLink {
  display: inline-block;
  border: 1px solid #48a0e2;
  padding: 5px;
  color: #48a0e2;
}

a.btnLink:hover {
  display: inline-block;
  border: 1px solid #e32923;
  padding: 5px;
  color: #e32923;
  text-decoration: none;
}
a.btnLink i {
  margin-right: 5px;
}