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

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

h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #333333;
  line-height: 1;
}

h1, .heading-1 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.3px;
}

h2, .heading-2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}

h3, .heading-3 {
  font-size: 28px;
}

h4, .heading-4 {
  font-size: 24px;
  line-height: 1.4;
}

h5, .heading-5 {
  font-size: 26px;
}

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

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

p {
  line-height: inherit;
}

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: #009FE4;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: #000000;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #009fe4;
}

strong {
  font-weight: 700;
}

em {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  em {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  em {
    font-size: 30px;
    line-height: 48px;
  }
}

.small {
  font-size: 16px;
}

.fa {
  line-height: inherit;
}

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

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

/*
* @section Main Layout
*/
* + p {
  margin-top: 17px;
}

em + p {
  margin-top: 48px;
}

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

h2 + img {
  margin-top: 45px;
}

img + p {
  margin-top: 49px;
}

p + h4 {
  margin-top: 37px;
}

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

h4 + .row {
  margin-top: 26px;
}

h1 + .row {
  margin-top: 16px;
}

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

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

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

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

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

* + .contact-info {
  margin-top: 19px;
}

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

* + .inline-list {
  margin-top: 27px;
}

* + .map {
  margin-top: 44px;
}

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

.map + p {
  margin-top: 38px;
}

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

.row + .heading-4 {
  margin-top: 30px;
}

img + .heading-4 + p {
  margin-top: 24px;
}
img + .heading-4 + p + p {
  margin-top: 25px;
}

.copyright {
  margin-top: 154px;
}

.offset-1 {
  margin-top: 55px;
}
@media (min-width: 480px) {
  .offset-1 {
    margin-top: 0px;
  }
}

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

.offset-3 {
  margin-top: 0;
}

.offset-4 {
  margin-top: 44px;
}

@media (min-width: 1200px) {
  .prefix-1 {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  * + .inset-1 {
    padding-left: 290px;
    padding-right: 290px;
  }
}

.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: 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: 0;
}
@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: 0;
  }
}
@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: 0;
  }
}
@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: 0;
  }
}
@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: 0;
  }
}

/*
* @section Components
*
* @subsection Brand
*/
.rd-navbar-brand {
  margin-top: 130px;
  display: block;
  text-align: center;
  color: #333333;
}
.rd-navbar-brand__name {
  font-size: 55px;
  font-family: "Six Caps", sans-serif;
  letter-spacing: 5px;
}
.rd-navbar-brand__name a:hover {
  color: inherit;
}
.rd-navbar-brand__name span {
  font-size: 100px;
  margin-top: -19px;
  display: inline-block;
}
@media (min-width: 480px) {
  .rd-navbar-brand__name span {
    font-size: 160px;
    margin-top: -31px;
  }
}
@media (min-width: 768px) {
  .rd-navbar-brand__name span {
    font-size: 200px;
    margin-left: 16px;
  }
}
@media (min-width: 480px) {
  .rd-navbar-brand__name {
    font-size: 90px;
  }
}
@media (min-width: 768px) {
  .rd-navbar-brand__name {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .rd-navbar-brand__name {
    letter-spacing: 16.7px;
  }
}
.rd-navbar-brand__slogan {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .rd-navbar-brand__slogan {
    font-size: 18px;
    margin-top: 79px;
  }
}
@media (min-width: 992px) {
  .rd-navbar-brand__slogan {
    font-size: 30px;
  }
}
@media (min-width: 480px) {
  .rd-navbar-brand {
    margin-top: 150px;
  }
}

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

/*
* @subsection Row No Gutter
*/
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .row-no-gutter [class*='col-'] {
    padding-left: 0;
    padding-right: 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;
}

.uppercase {
  text-transform: uppercase;
}

.none {
  display: none;
}
@media (min-width: 768px) {
  .none {
    display: inline-block;
  }
}

/*
* @subsection list
*/
.list li {
  font-size: 16px;
}

/*
* @subsection Inline list
*/
.inline-list {
  word-spacing: 5px;
}

.inline-list > li {
  display: inline-block;
  word-spacing: normal;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.inline-list > li:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.inline-list > li a:hover {
  color: #fff;
}

/*
* @subsection Marked list
*/
/*
* @subsection Index list
*/
.index-list li {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
}

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

.icon-sm {
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .icon-sm {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .icon-sm {
    width: 67px;
    height: 67px;
    line-height: 67px;
  }
}

.icon-md {
  font-size: 35px;
  width: 73px;
  height: 73px;
  line-height: 73px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-primary {
  color: #fff;
  background: #83d0f6;
}

.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-google-plus,
.fa-rss {
  color: #fff;
  background: #83d0f6;
}

.fa-envelope {
  font-size: 25px;
}

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

.link-md {
  font-size: 20px;
  font-weight: 300;
}

.link-default {
  text-transform: uppercase;
  color: #333333;
}

.link-primary {
	color: #009FE4;
	text-decoration: underline;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.link-primary:hover {
	text-decoration: none;
	color: #009FE4;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

.btn-md {
  font-size: 20px;
  padding: 24px 24px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 0px 3px #83d0f6;
}

.btn-lg {
  font-size: 20px;
  font-family: "Exo 2", sans-serif;
  padding: 24px 31px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 0px 3px #83d0f6;
  -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 {
  position: relative;
  background: #83d0f6;
  color: #fff;
}
.btn-primary:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -moz-transform: translate(-50.1%, -50%);
  -ms-transform: translate(-50.1%, -50%);
  -o-transform: translate(-50.1%, -50%);
  -webkit-transform: translate(-50.1%, -50%);
  transform: translate(-50.1%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.btn-primary:hover {
  color: #83d0f6;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-primary:hover:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}

/*
* @subsection Borders
*/
.border {
  position: relative;
}
.border:before {
  content: "";
  position: absolute;
}

.border-xs:before {
  top: -111px;
  left: 0;
  height: 5px;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-md:before {
  top: -44px;
  left: 0;
  height: 5px;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-lg:before {
  top: -70px;
  left: 0;
  height: 5px;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-default:before {
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #999999;
}

/*
* @subsection Contact Info
*/
.contact-info dl dd:first-child {
  display: block;
  color: #333333;
}
.contact-info dl dd:last-child {
  color: #009fe4;
  margin-top: 24px;
}
.contact-info dl dd:last-child a:hover {
  color: #009fe4;
  display: inline-block;
  text-decoration: underline;
}

.contact-info-1 {
  display: inline-block;
}
.contact-info-1 dl dt {
  font-size: 24px;
  color: #333333;
}
.contact-info-1 dl dd {
  margin-top: 4px;
  letter-spacing: -0.2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-1 dl dd {
    white-space: nowrap;
  }
}
.contact-info-1 dl dd a:hover {
  color: #009fe4;
}
.contact-info-1 p {
  margin-top: 4px;
}

/*
* @subsection Posts
*/
.blog-post {
  text-align: left;
}
.blog-post .post-meta {
  font-size: 16px;
  float: left;
  color: #333333;
}
@media (min-width: 768px) {
  .blog-post .post-meta {
    font-size: 20px;
  }
}
.blog-post h6, .blog-post .heading-6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .blog-post h6, .blog-post .heading-6 {
    font-size: 20px;
  }
}

.event-post .post-meta {
  display: inline-block;
  background: #009fe4;
  color: #fff;
  padding: 1px 11.5px;
}
.event-post .post-meta + h6 {
  margin-top: 12px;
}
.event-post h6 + p {
  margin-top: 14px;
}
.event-post + .event-post {
  margin-top: 80px;
}
.event-post * + .link {
  margin-top: 61px;
}

.news-post .post-meta {
  display: inline-block;
  background: #83d0f6;
  color: #fff;
  padding: 1px 10px;
}
.news-post .post-meta + p {
  margin-top: 12px;
}

/*
* @subsection Products
*/
.products .product {
  display: inline-block;
  position: relative;
  width: 100%;
}
.products .product img {
  width: 100%;
}
.products .product .caption-first {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  width: 100.1%;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 34px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.products .product .caption-second {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  width: 100.1%;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 34px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.products .product .caption-third {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  width: 100.1%;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 34px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.products .product .caption-fourth {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  width: 100.1%;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 34px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.products .product .caption-first:hover {
  background: rgba(143, 153, 205, 0.8);
}
.products .product .caption-second:hover {
  background: rgba(175, 212, 155, 0.8);
}
.products .product .caption-third:hover {
  background: rgba(131, 208, 246, 0.8);
}
.products .product .caption-fourth:hover {
  background: rgba(249, 178, 86, 0.8);
}
.products .product .caption:hover h5 {
  color: #fff;
}

.product-mod {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-mod 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;
}
.product-mod__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;
}
.product-mod__overlay:before {
  content: "Sylvia Pastoor";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "Exo 2", sans-serif;
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .product-mod__overlay:before {
  display: none;
}
.product-mod:hover .product-mod__overlay {
  opacity: 1;
  background: rgba(100, 85, 160, 0.5);
}
.lt-ie9 .product-mod:hover .product-mod__overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FF7592', endColorstr='#80FF7592')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FF7592', endColorstr='#80FF7592');
  zoom: 1;
}
.lt-ie9 .product-mod:hover .product-mod__overlay:before {
  display: block;
}
.product-mod: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);
}

/*
* @subsection Blockquote
*/
/*
* @subsection Terms List
*/
.terms-list dd + dt {
  margin-top: 33px;
}
.terms-list dt + dd {
  margin-top: 11px;
}

.link-terms-list {
  display: inline-block;
  margin-top: 58px;
  font-size: 16px;
  text-decoration: none;
}
.link-terms-list:hover {
  text-decoration: underline;
}

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

.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-primary {
  color: #83d0f6;
}

.text-default-variant-1 {
  color: #333333;
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background: #8f99cd;
}

.bg-secundary {
  background: #83d0f6;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-image-1 {
  background-image: url();
}

.bg-contrast-variant-2 {
  background: #f0edec;
}

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

.bg-mod {
  position: relative;
}
.bg-mod:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f0edec transparent;
  border-left-width: 0;
  position: absolute;
  left: 0;
  display: none;
}
@media (min-width: 480px) {
  .bg-mod:before {
    border-width: 0 513px 140px 513px;
    border-left-width: 0;
    top: -110px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .bg-mod:before {
    border-width: 0 813px 230px 813px;
    border-left-width: 0;
    top: -160px;
  }
}
@media (min-width: 992px) {
  .bg-mod:before {
    border-width: 0 813px 230px 813px;
    border-left-width: 0;
    top: -190px;
  }
}
@media (min-width: 1200px) {
  .bg-mod:before {
    border-width: 0 1113px 230px 1113px;
    border-left-width: 0;
    top: -195px;
  }
}
@media (min-width: 1500px) {
  .bg-mod:before {
    border-width: 0 1213px 330px 1213px;
    border-left-width: 0;
    top: -280px;
  }
}
@media (min-width: 2000px) {
  .bg-mod:before {
    border-width: 0 1113px 401px 1113px;
    border-left-width: 0;
    top: -395px;
  }
}
@media (min-width: 2050px) {
  .bg-mod:before {
    border-width: 0 2164px 781px 2164px;
    border-left-width: 0;
    top: -779px;
    -moz-transform: translateX(-49%);
    -ms-transform: translateX(-49%);
    -o-transform: translateX(-49%);
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
    width: 100%;
  }
}
.bg-mod:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f0edec transparent;
  border-right-width: 0;
  position: absolute;
  right: 0;
  display: none;
}
@media (min-width: 480px) {
  .bg-mod:after {
    border-width: 0 513px 140px 513px;
    border-right-width: 0;
    top: -110px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .bg-mod:after {
    border-width: 0 813px 230px 813px;
    border-right-width: 0;
    top: -160px;
  }
}
@media (min-width: 992px) {
  .bg-mod:after {
    border-width: 0 813px 230px 813px;
    border-right-width: 0;
    top: -190px;
  }
}
@media (min-width: 1200px) {
  .bg-mod:after {
    border-width: 0 1113px 230px 1113px;
    border-right-width: 0;
    top: -195px;
  }
}
@media (min-width: 1500px) {
  .bg-mod:after {
    border-width: 0 1213px 330px 1213px;
    border-right-width: 0;
    top: -280px;
  }
}
@media (min-width: 2000px) {
  .bg-mod:after {
    border-width: 0 1113px 401px 1113px;
    border-right-width: 0;
    top: -395px;
  }
}
@media (min-width: 2050px) {
  .bg-mod:after {
    border-width: 0 2164px 781px 2164px;
    border-right-width: 0;
    top: -779px;
    -moz-transform: translateX(49%);
    -ms-transform: translateX(49%);
    -o-transform: translateX(49%);
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
    width: 100%;
  }
}

/*
* @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         http://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;
}

/**
* @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;
}
.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: 5px;
}
@media (min-width: 992px) {
  .sf-menu > li + li {
    margin-left: 38px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #333333;
  padding: 41px 22px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #009fe4;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #83d0f6;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  background: #fff;
  z-index: 2;
  font-size: 18px;
  padding: 25px 27px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
}
.sf-menu ul li {
  border-width: medium medium 1px;
  border-style: none none dotted;
  border-color: #333333;
  padding: 5px 0;
}
.sf-menu ul li:last-child {
  border: none;
}

.sf-menu ul > li > a {
  color: #333333;
  background: #fff;
  padding: 10px 10px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #83d0f6;
}

.sf-menu ul ul {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-21.5%);
  -ms-transform: translateY(-21.5%);
  -o-transform: translateY(-21.5%);
  -webkit-transform: translateY(-21.5%);
  transform: translateY(-21.5%);
  left: 105%;
  width: 100%;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  padding: 25px 27px 9px;
}

.sf-menu ul ul > li > a {
  color: #333333;
  background: #fff;
  padding: 10px 10px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #83d0f6;
}

@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: #fff;
  background: #83d0f6;
  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;
}
.rd-mobilemenu_ul a.active {
  background: #333333;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #fff;
  color: #333333;
}
.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: #83d0f6;
  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: #009fe4;
  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: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #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;
  }
}
/*
* @tag Stuck menu
*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.isStuck .rd-navbar-brand {
  display: none;
}
.isStuck .rd-navbar {
  margin-top: 0;
}
.isStuck .rd-navbar:before, .isStuck .rd-navbar:after {
  display: none;
}
.isStuck .rd-navbar .sf-menu > li > a {
  padding: 22px 25px;
}
@media (min-width: 1200px) {
  .isStuck .rd-navbar .sf-menu > li > a {
    padding: 22px 41px;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
  background: #83d0f6;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #009fe4;
  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 {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .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 .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);
}

/*==================     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 .box_left.inset-1 {
  padding-right: 10px;
  white-space: nowrap;
}
.box .box_left.inset-1 .post-meta > span {
  margin-left: 5px;
}
.box + .box {
  margin-top: 21px;
}

.box-sm .box_left.inset-2 {
  padding-right: 14px;
  padding-bottom: 0;
}
.box-sm .box_cnt.inset-3 {
  padding-top: 13px;
}

@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;
  }
}
/*
* @section HEADER
*/
header {
  text-align: center;
}
header .rd-navbar {
  margin-top: 90px;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
header .rd-navbar:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  display: none;
}
@media (min-width: 768px) {
  header .rd-navbar:before {
    display: inline-block;
  }
}
header .rd-navbar:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  display: none;
}
@media (min-width: 768px) {
  header .rd-navbar:after {
    display: inline-block;
  }
}

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

/*
* @subsection Well
*/
.well-xs {
  padding-top: 65px;
  padding-bottom: 110px;
}

.well-sm {
  padding-top: 71px;
  padding-bottom: 81px;
}

.well-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well-md {
  padding-top: 98px;
  padding-bottom: 102px;
}
.well-md--inset-1 {
  padding-bottom: 0;
}
.well-md--inset-2 {
  padding-bottom: 113px;
}

/*
* @section FOOTER
*/
footer {
  padding-top: 105px;
  padding-bottom: 64px;
}
footer .rd-navbar-brand {
  margin-top: 39px;
  text-align: center;
}
footer .rd-navbar-brand__name {
  font-size: 60px;
  font-family: "Six Caps", sans-serif;
  letter-spacing: 6px;
}
footer .rd-navbar-brand__name a:hover {
  color: inherit;
}
footer .rd-navbar-brand__name span {
  font-size: 80px;
  margin-top: -9px;
  display: inline-block;
  margin-left: 0;
}
footer .rd-navbar-brand__slogan {
  font-size: 16px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  footer .rd-navbar-brand {
    text-align: left;
  }
}
footer .copyright {
  text-align: center;
  word-spacing: 3px;
}
