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

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.underline {
  text-decoration: underline;
}

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

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

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

.ubold {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.small {
  font-size: 14px;
  line-height: 24px;
}

/*
* @subsection   Main Styles
* @description  Describes instant right margin classes
*/
body {
  color: #000000;
  font: 400 20px/31px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  body {
    font-size: 18px;
  }
}

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

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6 {
  font-family: 'Montserrat', sans-serif;
}

h1, .heading-1 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h1, .heading-1 {
    font-size: 32px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .heading-1 {
    font-size: 42px;
    line-height: 1;
  }
  .no-ipad {display:none;}
  .well-1 {padding-bottom:0 !important;}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {.no-ipad {display:none;} .well-1 {padding-bottom:0 !important;}}

h2, .heading-2 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.9px;
  color: #26A0C8;
  font-weight: 700;
  margin-bottom:20px;
}
@media (max-width: 767px) {
  h2, .heading-2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1.2px;
  }
  .well-1 {padding-bottom:0 !important;}
}
@media (min-width: 768px) and (max-width: 1200px) {
  h2, .heading-2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  h2, .heading-2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

h3, .heading-3 {
  font-size: 30px;
  line-height: 54px;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  h3, .heading-3 {
    font-size: 26px;
    line-height: 1.2;
  }
  h3, .heading-3 {margin-top:0;}
}
@media (min-width: 768px) and (max-width: 991px) {
  h3, .heading-3 {
    font-size: 36px;
  }
}

h4, .heading-4 {
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h4, .heading-4 {
    font-size: 26px;
  }
}

h5, .heading-5 {
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  h5, .heading-5 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h5, .heading-5 {
    font-size: 28px;
  }
}

h6, .heading-6 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  h6, .heading-6 {
    font-size: 18px;
  }
}

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

p {
  letter-spacing: 1.4px;
}
@media (max-width: 1500px) {
  p {
    letter-spacing: 1px;
  }
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #283243;
  font-weight: 700;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
  color: #4e6283;
}

a[href^="tel:"],
a[href^="callto:"] {
  text-decoration: none;
  display: inline-block;
}

.fa {
  line-height: inherit;
}

.small {
  color: #888888;
  font-weight: 400;
  letter-spacing: 0.02em;
}

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

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

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

.text-contrast {
  color: #ffffff;
}

.text-primary {
  color: #26A0C8;
}

.text-secondary {
  color: #283243;
}

.text-secondary-1 {
  color: #888888;
  font-size:26px;
  line-height:34px;
}

/*
* @subsection   Main Layout
* @description  Describes instant right margin classes
*/
.brand__name + .brand__slogan {
  margin-top: -7px;
  margin-left: 12px;
}
@media (max-width: 480px) {
  .brand__name + .brand__slogan {
    margin-top: 0;
  }
}

.row + .row {
  margin-top: 170px;
  margin-bottom: 140px;
}
@media (max-width: 479px) {
  .row + .row {
    margin-top: 100px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .row + .row {
    margin-top: 120px;
  }
}

h6 + a {
  margin-top: 4px;
}

a + time {
  margin-top: 3px;
}

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

@media (max-width: 1500px) {
  h2 + h3, h2 + p {
    margin-top: 40px;
  }
}

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

h3 + form {
  margin-top: 47px;
}

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

h2 + .index-list {
  margin-top: 75px;
}

.index-list ul li + li {
  margin-top: 56px;
}

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

.quote p + p {
  margin-top: 33px;
}

.quote + .quote {
  margin-top: 86px;
}

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

.row + div.mfControls {
  margin-top: 29px;
}

blockquote + blockquote {
  margin-top: 85px;
}

a + .inline-list {
  margin-top: 20px;
}
@media (max-width: 991px) {
  a + .inline-list {
    margin-top: 10px;
  }
}

h3 + a {
  margin-top: 12px;
}

address + .link-3 {
  margin-top: 21px;
}

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

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

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

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

/*
* @subsection   Insets
* @description  Describes instant padding classes
*/
.container-inset {
  padding-left: 139px;
  padding-right: 139px;
}
@media (max-width: 1199px) {
  .container-inset {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 2051px) and (max-width: 3199px) {
  .container-inset {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 3200px) {
  .container-inset {
    padding-left: 25%;
    padding-right: 25%;
  }
}

.inset-1 {
  padding-right: 30px;
}
@media (min-width: 1500px) and (max-width: 2050px) {
  .inset-2 {
    padding-left: 112px;
    padding-right: 41px;
  }
}
@media (min-width: 2051px) {
  .inset-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.inset-3 {
  padding-left: 60px;
}
.inset-4 {
  padding-left: 24px;
}
.inset-5 {
  padding-left: -15px;
}
.inset-6 {
  padding-right: -15px;
}
.inset-7 {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .inset-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .inset-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 555px) and (max-width: 767px) {
  .inset-10 {
    padding-top: 13px;
  }
}
.inset-11 {
  padding-left: 163px;
}
@media (max-width: 1499px) {
  .inset-11 {
    padding-left: 30px;
  }
}
.inset-12 {
  padding-left: 262px;
}
@media (max-width: 1499px) {
  .inset-12 {
    padding-left: 30px;
  }
}
@media (min-width: 2051px) {
  .inset-13 {
    padding-left: 0;
  }
}
@media (min-width: 2051px) {
  .inset-14 {
    padding-right: 0;
  }
}
.inset-15 {
  padding-top: 116px;
  padding-bottom: 154px;
}
@media (max-width: 1500px) {
  .inset-15 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1501px) and (max-width: 3100px) {
  .inset-15 {
    padding-bottom: 270px;
  }
}
@media (min-width: 4300px) {
  .inset-15 {
    padding-bottom: 300px;
  }
}
.inset-16 {
  padding-left: 30px;
}
@media (min-width: 1500px) and (max-width: 2050px) {
  .inset-16 {
    padding-left: 386px;
  }
}
@media (min-width: 2051px) {
  .inset-16 {
    padding-left: 31%;
  }
}
@media (min-width: 1500px) {
  .inset-17 {
    padding-left: 15px;
  }
}
.inset-18 {
  padding-top: 116px;
}
@media (max-width: 1199px) {
  .inset-18 {
    padding-top: 0;
  }
}

/*
* @subsection   Prefixes
* @description  Describes instant left margin classes
*/
.prefix-1 {
  margin-left: -10px;
}
@media (max-width: 1199px) {
  .prefix-1 {
    margin-left: 0;
  }
}
.prefix-2 {
  margin-left: -15px;
}
.prefix-3 {
  margin-left: 15px;
}

/*
* @subsection   Postfixes
* @description  Describes instant right margin classes
*/
.postfix-1 {
  margin-right: -15px;
}

/*
* @subsection   Well
* @description  Describes section inner indents
*/
.well {
  padding-top: 80px;
  padding-bottom: 370px;
}
@media (min-width: 320px) and (max-width: 387px) {
  .well {
    padding-bottom: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .well {
    padding-bottom: 430px;
  }
}
@media (min-width: 992px) {
  .well {
    padding-top: 40px;
    padding-bottom: 109px;
  }
}

.well-1 {
  padding-top: 112px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .well-1 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.well-2 {
  padding-top: 98px;
  padding-bottom: 120px;
}
@media (min-width: 480px) and (max-width: 992px) {
  .well-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.well-3 {
  padding-top: 116px;
  padding-bottom: 156px;
}
@media (max-width: 1199px) {
  .well-3 {
    padding-bottom: 0;
  }
}

.well-4 {
  padding-top: 93px;
  padding-bottom: 120px;
}
@media (min-width: 480px) and (max-width: 992px) {
  .well-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.well-5 {
  padding-top: 118px;
  padding-bottom: 120px;
}
@media (min-width: 480px) and (max-width: 1200px) {
  .well-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.well-6 {
  padding-top: 114px;
  padding-bottom: 108px;
}
@media (min-width: 480px) and (max-width: 992px) {
  .well-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*
* @section      Helpers
* @description  This section holds various helper classes for
*               conditional page styling
*/
.text-right-center {
  text-align: right;
}
@media (max-width: 991px) {
  .text-right-center {
    text-align: center;
  }
}

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

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

@media (min-width: 2051px) {
  .text-center-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

.relative {
  position: relative;
}

.relative-1 {
  position: relative;
}
@media (min-width: 992px) {
  .relative-1 {
    position: static;
  }
}

.rotate {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 107px;
  left: -98px;
}
@media (max-width: 1500px) {
  .rotate {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
  }
}

.rotate-1 {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 257px;
  left: -143px;
  text-align: right;
}
@media (max-width: 1500px) {
  .rotate-1 {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    text-align: left;
  }
}

.link {
  display: inline-block;
  color: #ffffff;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link:hover {
  color: #283243;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.link-1 {
  color: #ffffff;
  overflow: visible;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 479px) {
  .link-1 {
    font-size: 28px;
  }
}
.link-1:hover {
  color: #26A0C8;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 100px;
}
@media (max-width: 479px) {
  .link-1:hover {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .link-1:hover {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .link-1:hover {
    font-size: 52px;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .link-1:hover {
    font-size: 60px;
  }
}
.link-1:active {
  color: #ff716b;
}

.link-2:hover {
  font-weight: 400;
  color: #ffffff;
}

.link-3 {
  display: inline-block;
  color: #283243;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link-3:hover {
  color: #26A0C8;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.bg-position {
  z-index: 2;
}
.bg-position:before {
  content: '';
  background-color: #26A0C8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .bg-position:before {
    right: 47%;
  }
}




.text-pos {
  position: absolute;
  top: 370px;
  left: 50%;
  width: 100%;
  margin-left: -50%;
}
@media (min-width: 320px) and (max-width: 387px) {
  .text-pos {
    top: 415px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-pos {
    top: 395px;
  }
}
@media (min-width: 992px) {
  .text-pos {
    position: static;
  }
}

.text-pos-1 {
  position: absolute;
  top: 220px;
}
@media (min-width: 992px) {
  .text-pos-1 {
    position: static;
  }
}

/*
* @section      Components
* @description  This section holds all elements style declarations of template
*/
.brand {
  display: inline-block;
  padding: 9px 24px 8px 15px;
}
.brand__name {
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 8px;
  font-size: 55px;
  line-height: 1.2;
}
.brand__slogan {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (min-width: 480px) and (max-width: 767px) {
  .brand {
    padding: 10px 10px 10px 1px;
  }
}

.index-list {
  counter-reset: li;
}
.index-list ul li p {
  letter-spacing: 0;
}
.index-list li ul li h3 {
  padding-left: 66px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .index-list li ul li h3 {
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1799px) {
  .index-list li ul li h3 {
    font-size: 20px;
  }
}

.counter {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: silver;
  font-weight: 700;
  opacity: 0.5;
}
.lt-ie9 .counter {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.counter:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
}
@media (max-width: 479px) {
  .counter:before {
    font-size: 26px;
    line-height: 1.2;
  }
}

.inline-list {
  color: #26A0C8;
}
.inline-list li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list li + li {
  margin-left: 22px;
}

.bg-default {
  background: #000000;
}

.bg-contrast {
  background: #ffffff;
}

.bg-primary {
  background: #26A0C8;
}

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

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

.bg-default-variant-3 {
  background: #f4f4f5;
}

.icon {
  display: inline-block;
}

.icon-xl {
  line-height: 110px;
  font-size: 110px;
}

.icon-lg {
  line-height: 54px;
  font-size: 40px;
}

.icon-md {
  font-size: 28px;
}

.icon-default {
  color: #000000;
  border: 1px solid transparent;
}

.icon-contrast {
  color: #ffffff;
  border: 1px solid transparent;
}

.icon-primary {
  color: #26A0C8;
  border: 1px solid transparent;
}
.icon-primary:hover {
  color: #283243;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.btn {
  line-height: 54px;
  letter-spacing: 1px;
}

.btn-primary {
  background: #26A0C8;
  border: 1px solid transparent;
}
.btn-primary:hover {
  background: #283243;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn-primary:active {
  background: #3b4a63;
}

.btn-xl {
  padding-top: 4px;
  padding-bottom: 11px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
@media (max-width: 479px) {
  .btn-xl {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 3px;
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .btn-xl {
    width: 30%;
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-xl {
    width: 30%;
  }
}

.btn-lg {
  padding: 4px 52px 11px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 479px) {
  .btn-lg {
    padding: 0 35px 3px;
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .btn-lg {
    font-size: 19px;
  }
}

/*
* @section      Imports
* @description  This section holds some of style declarations for necessary
*               scripts
*/
/**
* @subsection   Parallax.css
*
* @description
*
* @author       Evgeniy Gusarov StMechanus (Diversant)
* @link         http://cms.devoffice.com/diversant/rd-parallax/
*/
.parallax {
  position: relative;
  overflow: hidden;
  background: #333;
}
.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;
}

/*
* @section   ToTop
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #000000;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #26A0C8;
  text-decoration: none;
}

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

/*
* @section      Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page
*/
header .brand {
  float: left;
}
@media (max-width: 991px) {
  header .brand {
    float: none;
  }
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  .hidden-xs { display:none;}
  .row + .row {
    margin-bottom: 0px;
}
}

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

blockquote {
  position: relative;
}
blockquote q {
  letter-spacing: 0.4px;
}
blockquote:before {
  content: '';
  position: absolute;
  width: 49px;
  height: 37px;
  background: url("../images/quote.png");
  top: -6px;
  left: -4px;
}
blockquote p > cite {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
footer .brand {
  padding: 14px 27px 12px 18px;
}

address {
  line-height: 0.5;
}
@media (max-width: 479px) {
  address {
    line-height: 1.2;
  }
}

.copyright {
  display: inline-block;
  margin-left: 28px;
  margin-top: 46px;
}
@media (max-width: 991px) {
  .copyright {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .copyright {
    margin-top: 10px;
  }
}
.col-md-offset-2{margin-left:16.666666666666664%}

.bounce{-webkit-transition:all .3s linear 0;transition:all .3s linear 0;-webkit-animation:arrow-anim 1.5s infinite;animation:arrow-anim 1.5s infinite;}

@-webkit-keyframes arrow-anim {
0%{-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}
50%{-ms-transform:translate(0,60%);-webkit-transform:translate(0,60%);transform:translate(0,60%)}
100%{-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@-ms-keyframes arrow-anim {
0%{-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}
50%{-ms-transform:translate(0,60%);-webkit-transform:translate(0,60%);transform:translate(0,60%)}
100%{-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes arrow-anim {
0%{-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}
50%{-ms-transform:translate(0,60%);-webkit-transform:translate(0,60%);transform:translate(0,60%)}
100%{-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}
}