/*
* @section Variables
*/
/*
* @subsection Colors
*/
/*
* @subsection Screen sizes
*/
/*
* @subsection Border radius
*/
/*
* @subsection Shadows
*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600);

.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

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

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

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

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

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

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

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

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

  .pull-lg-right {
    float: right;
  }
}
/*================      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;
  }
}
/*
* @section Main Styles
*/
body {
  color: #858585;
  font: 400 14px/24px "Arial", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  border-image: 0;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #666b70;
}

h1, .heading-1 {
  font-size: 165px;
}

h2, .heading-2 {
  font-size: 75px;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 115px;
  }
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 150px;
  }
}

h3, .heading-3 {
  font-size: 45px;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  h3, .heading-3 {
    font-size: 75px;
  }
}

h4, .heading-4 {
  font-size: 40px;
}

h5, .heading-5 {
  font-size: 35px;
  line-height: 1.02857;
}
h5 .small, .heading-5 .small {
  display: block;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -1px;
}

h6, .heading-6 {
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #a9cf54;
}

p {
  font-family: "Arial", sans-serif;
}

p, .marked-list, .list {
  color: rgba(133, 133, 133, 0.5);
}
p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

.sbold {
  font-weight: 600;
}

.small {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
  font-size: 25px;
}

.big, .big-2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.big {
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .big {
    font-size: 30px;
    line-height: 1.4;
  }
}

.big-2 {
  font-size: 35px;
  line-height: 1;
}
@media (min-width: 992px) {
  .big-2 {
    font-size: 50px;
  }
}

.big-3 {
  font-size: 15px;
}

time {
  display: block;
}

a {
  color: #a9cf54;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: inherit;
}

li a {
  font-weight: 600;
  text-transform: uppercase;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

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

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

/*
* @section Main Layout
*/
* + .row,
.offset-5 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  * + .row,
  .offset-5 {
    margin-top: 60px;
  }
}

[class*='box_'] + *,
.offset-9 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  [class*='box_'] + *,
  .offset-9 {
    margin-top: 0;
  }
}

h2 + *,
.offset-1,
.mfControls.offset-1,
.small + * {
  margin-top: 20px;
}

h5 + *,
.heading-5 + * {
  margin-top: 23px;
}

p + * {
  margin-top: 14px;
}

* + .small {
  margin-top: 5px;
}

h6 + *,
.heading-6 + *,
p + p {
  margin-top: 25px;
}

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

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

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

p + a {
  margin-top: 25px;
}
@media (min-width: 768px) {
  p + a {
    margin-top: 50px;
  }
}

h3 + .row,
.heading-3 + .row {
  margin-top: 106px;
}

h3 + .offset-3,
.heading-3 + .offset-3,
.offset-3 {
  margin-top: 45px;
}
@media (min-width: 992px) {
  h3 + .offset-3,
  .heading-3 + .offset-3,
  .offset-3 {
    margin-top: 100px;
  }
}

h3 + .offset-7,
.heading-3 + .offset-7 {
  margin-top: 88px;
}

img + h5,
img + .heading-5 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  img + h5,
  img + .heading-5 {
    margin-top: 53px;
  }
}

/*
* @subsection Offsets, prefixes
*/
.offset-2 {
  margin-top: 35px;
}

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

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

.flow-offset-1.row > * + [class*='col-'] {
  margin-top: 36px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:first-child {
    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) {
    margin-top: 36px;
  }
}
@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) {
    margin-top: 36px;
  }
}
@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) {
    margin-top: 36px;
  }
}
@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) {
    margin-top: 72px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

.flow-offset-2.row > * + [class*='col-'] {
  margin-top: 16px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:first-child {
    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) {
    margin-top: 16px;
  }
}
@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) {
    margin-top: 16px;
  }
}
@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) {
    margin-top: 16px;
  }
}
@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) {
    margin-top: 16px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

.flow-offset-3.row > * + [class*='col-'] {
  margin-top: 60px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:first-child {
    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) {
    margin-top: 60px;
  }
}
@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) {
    margin-top: 60px;
  }
}
@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) {
    margin-top: 60px;
  }
}
@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) {
    margin-top: 60px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

.flow-offset-4.row > * + [class*='col-'] {
  margin-top: 41px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:first-child, html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:first-child {
    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) {
    margin-top: 41px;
  }
}
@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) {
    margin-top: 41px;
  }
}
@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) {
    margin-top: 41px;
  }
}
@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) {
    margin-top: 41px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(12n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(6n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(4n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(3n + 1), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

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

.prefix-1 {
  margin-left: 12px;
}

.prefix-2 {
  margin-left: -5px;
}

/*
* @section Helpers
*/
.round-corners {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.white-space {
  white-space: pre;
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}
.brand h1, .brand .heading-1 {
  font-size: 79px;
  border-image: 0;
}
.brand_name {
  color: inherit;
  overflow: hidden;
  margin-top: -4px;
}
.brand_name a {
  font-weight: 300;
  color: inherit;
  border: 0;
}
.brand_name a > span {
  color: #5d6166;
}
.brand_name a:hover {
  text-decoration: none;
}
.brand_name a:active {
  color: inherit;
}
.brand_name a:visited {
  color: inherit;
}
.brand_slogan {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #3e454c;
  opacity: 0.5;
}
.lt-ie9 .brand_slogan {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}

/*
* @subsection Link
*/
a.link {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  padding-top: 17px;
  padding-left: 145px;
  height: 120px;
  width: 290px;
  min-width: 290px;
  max-width: 290px;
  font: 300 40px/40px "Open Sans", sans-serif;
  text-transform: none;
  color: #fff;
  background: #666b70;
}
@media (min-width: 768px) {
  a.link {
    margin-left: 0;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  a.link {
    height: 167px;
    padding-top: 43px;
    padding-left: 175px;
  }
}
@media (min-width: 1025px) {
  a.link {
    width: 345px;
    min-width: 345px;
    max-width: 345px;
  }
}
a.link:focus, a.link:visited, a.link:active {
  color: #fff;
  background: #666b70;
}
a.link:before {
  color: #fff;
}
a.link:before {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  left: -2px;
  border-radius: inherit;
  background: #a9cf54;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 120px;
  font: 400 70px/120px "FontAwesome";
}
@media (min-width: 992px) {
  a.link:before {
    width: 167px;
    font: 400 100px/167px "FontAwesome";
  }
}
a.link:hover:before {
  width: calc(100% + 4px);
}

/*
* @subsection Box Skin
*/
.box-skin {
  display: block;
  position: relative;
  min-width: 283px;
  min-height: 283px;
}
.box-skin img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
}
.box-skin__body {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% - 67px);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.box-skin__body h1, .box-skin__body h2, .box-skin__body h3, .box-skin__body h4, .box-skin__body h5, .box-skin__body h6,
.box-skin__body .heading-1, .box-skin__body .heading-2, .box-skin__body .heading-3, .box-skin__body .heading-4, .box-skin__body .heading-5, .box-skin__body .heading-6 {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
.box-skin__body .icon {
  margin-right: 14px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.box-skin .btn {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .box-skin .btn {
    padding-left: 114px;
  }
}

/*
* @subsection Terms list
*/
.terms-list dd p {
  color: #666b70;
}

/*
* @subsection Backgrounds & Colors
*/
.bg-primary {
  background: #a9cf54;
}
.bg-primary p,
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5,
.bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5 {
  color: #fff;
}
.bg-primary h5 > .small,
.bg-primary .heading-5 > .small {
  color: #666b70;
}
.bg-primary h6, .bg-primary .heading-6 {
  color: #666b70;
}
.bg-primary .rd-mailform label input, .bg-primary .rd-mailform label select, .bg-primary .rd-mailform label textarea {
  color: rgba(255, 255, 255, 0.5);
  background: #a9cf54;
  border-color: #fff;
}
.bg-primary .btn-primary {
  background: #44474a;
}
.bg-primary .btn-primary:hover {
  background: #3c3f41;
}

.bg-default-variant-1 {
  background: #f7f7f8;
}
.bg-default-variant-1 .brand {
  color: #666b70;
}

[class*="bg-contrast-variant-"] {
  font-family: "Open Sans", sans-serif;
}
[class*="bg-contrast-variant-"] p,
[class*="bg-contrast-variant-"] h1, [class*="bg-contrast-variant-"] h2, [class*="bg-contrast-variant-"] h3, [class*="bg-contrast-variant-"] h4, [class*="bg-contrast-variant-"] h5,
[class*="bg-contrast-variant-"] .heading-1, [class*="bg-contrast-variant-"] .heading-2, [class*="bg-contrast-variant-"] .heading-3, [class*="bg-contrast-variant-"] .heading-4, [class*="bg-contrast-variant-"] .heading-5 {
  color: #fff;
}
[class*="bg-contrast-variant-"] p.heading-6 {
  color: #a9cf54;
}
[class*="bg-contrast-variant-"] p.big {
  color: #b1b7bd;
}
[class*="bg-contrast-variant-"] .marked-list > li:before {
  color: #fff;
}
[class*="bg-contrast-variant-"] .rd-mailform label input, [class*="bg-contrast-variant-"] .rd-mailform label select, [class*="bg-contrast-variant-"] .rd-mailform label textarea {
  background: #666b70;
  border-color: #fff;
}

.bg-contrast-variant-1 {
  background: #666b70;
}
.bg-contrast-variant-1 .btn-contrast-variant-1 {
  background: #44474a;
}
.bg-contrast-variant-1 a.link {
  color: #666b70;
  background: #f7f7f8;
}
.bg-contrast-variant-1 a.link:focus, .bg-contrast-variant-1 a.link:visited, .bg-contrast-variant-1 a.link:active {
  color: #666b70;
  background: #f7f7f8;
}
.bg-contrast-variant-1 a.link:before {
  color: #fff;
}

.bg-contrast-variant-4 {
  color: #777e84;
  background: #44474a;
}
.bg-contrast-variant-4 .icon-md {
  color: #a9cf54;
}
.bg-contrast-variant-4 .inline-list > li a {
  background: #666b70;
}
.bg-contrast-variant-4 .inline-list > li a:hover {
  background: #a9cf54;
}

.bg-contrast-variant-5 {
  color: #686868;
  background: #3c3f41;
}
.bg-contrast-variant-5 a {
  color: #686868;
}
.bg-contrast-variant-5 a:hover {
  color: #fff;
}
.bg-contrast-variant-5 .brand a {
  color: #fff;
}
.bg-contrast-variant-5 .brand a:focus, .bg-contrast-variant-5 .brand a:active, .bg-contrast-variant-5 .brand a:hover {
  color: #fff;
}

.bg-img {
  position: relative;
  z-index: 1;
}
.bg-img:before {
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bg-img-1:before {
  background: url("../images/bg_img_1.jpg");
}

.bg-img-2:before {
  background: url("../images/bg_img_9.jpg");
}

.bg-img-3:before {
  background: url("../images/bg_img_8.jpg");
}

.text-primary {
  color: #a9cf54;
}

.text-contrast-variant-1 {
  color: #666b70;
}

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

.icon-primary {
  color: #a9cf54;
}

.icon-default {
  color: #fff;
}

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

.icon-sm {
  font-size: 30px;
}

.icon-md {
  font-size: 50px;
  line-height: 50px;
  height: 50px;
}

.icon-lg {
  font-size: 70px;
  line-height: 70px;
  height: 70px;
  width: 70px;
}

.icon-lg--fs-1 {
  font-size: 60px;
  min-height: 70px;
  min-width: 70px;
}

.icon-xl {
  font-size: 150px;
  line-height: 150px;
  height: 150px;
}
@media (min-width: 768px) {
  .icon-xl {
    font-size: 220px;
    line-height: 220px;
    height: 220px;
  }
}
@media (min-width: 992px) {
  .icon-xl {
    font-size: 313px;
    line-height: 267px;
    height: 313px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-xl--fs-1 {
    font-size: 280px;
    line-height: 267px;
    height: 280px;
  }
}

.icon.fa-envelope-o {
  font-size: 113px;
  line-height: 113px;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  max-width: 340px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-primary {
  color: #fff;
  background: #a9cf54;
}
.btn-primary:focus, .btn-primary:active {
  background: #a9cf54;
}
.btn-primary:hover {
  background: #92bb35;
}

.btn-contrast-variant-1 {
  color: #fff;
  background: #666b70;
}
.btn-contrast-variant-1:focus, .btn-contrast-variant-1:active {
  color: #fff;
  background: #666b70;
}
.btn-contrast-variant-1:hover {
  background: #4e5255;
}

.btn-xs {
  padding-left: 47px;
  padding-right: 47px;
  font-size: 15px;
  height: 79px;
  line-height: 79px;
  text-align: center;
}
@media (992px) {
  .btn-xs {
    width: auto;
  }
}

.btn-sm {
  height: 79px;
  line-height: 79px;
  text-align: center;
  width: 100%;
  min-width: 170px;
  font-size: 15px;
  padding-left: 43px;
  padding-right: 43px;
}
@media (min-width: 992px) {
  .btn-sm {
    max-width: 170px;
  }
}

.btn-md {
  position: relative;
  padding-left: 116px;
  width: 0;
  height: 116px;
  line-height: 116px;
  font-size: 18px;
}
.btn-md:before {
  content: '\f0f6';
  font: 400 30px/30px "FontAwesome";
  color: #fff;
  position: absolute;
  top: 44px;
  left: 45px;
}

/*
* @subsection Inline List
*/
.inline-list {
  font-size: 0;
  white-space: nowrap;
}
.inline-list li {
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li + li {
  margin-left: 14px;
}
.inline-list a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #4f5357;
}
.inline-list a:hover {
  background: #3c3f41;
}

@media (max-width: 1024px) {
  .marked-list {
    display: inline-block;
  }
}
.marked-list > li {
  width: 200px;
  font: 300 20px/42px "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-left: 22px;
  top: -6px;
}
.marked-list > li > a {
  font: inherit;
  color: #a9cf54;
}
.marked-list > li:before {
  content: '\f111';
  font-family: "FontAwesome";
  font-size: 8px;
  color: #666b70;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*
* @subsection Imported Components
*/
/*==================     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;
}

@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;
  }
}
.thumb {
  position: relative;
  display: block;
}
.thumb img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
}
.thumb_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.thumb_overlay:before {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  bottom: 0;
  right: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  content: '\f065';
  font: 400 40px/40px "FontAwesome";
  color: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb:hover .thumb_overlay {
  background: rgba(0, 0, 0, 0.5);
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

/*
* @section Script modules
*/
/*========================   Menu   ==========================*/
.nav {
  display: inline-block;
  margin-top: 37px;
}

.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: 33px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
}
.sf-menu > li > a {
  color: #666b70;
}
.sf-menu > li > a:active, .sf-menu > li > a:focus {
  color: #666b70;
}
.sf-menu > li.active > a {
  color: #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 20px;
  width: 237px;
  padding-top: 33px;
  padding-bottom: 35px;
  z-index: 999;
  text-align: center;
  background: #666b70;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  left: 50%;
  top: -5px;
  content: '';
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #666b70 transparent;
}

.sf-menu ul > li {
  position: relative;
  line-height: 24px;
}
.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #a9cf54;
}
.sf-menu ul > li + li {
  margin-top: 4px;
}

.sf-menu ul ul {
  position: absolute;
  display: block;
  top: -95%;
  left: 157%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  float: left;
  padding-top: 26px;
  padding-bottom: 29px;
  text-align: center;
  background: #4f5357;
  line-height: 24px;
}
.sf-menu ul ul:before {
  position: absolute;
  left: -1%;
  top: 11px;
  content: '';
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #4f5357 transparent transparent;
}

.sf-menu ul ul > li {
  display: block;
}
.sf-menu ul ul > li > a {
  color: #fff;
  padding-left: 8px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #a9cf54;
}

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

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.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: #f7f7f8;
  background: #44474a;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  color: #f7f7f8;
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #3c3f41;
  color: #a9cf54;
}
.rd-mobilemenu_ul a:hover {
  background: #44474a;
  color: #a9cf54;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #44474a;
  color: #f7f7f8;
}
.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: #3c3f41;
  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;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  left: 0;
}

.isStuck {
  background: #a9cf54;
  border-bottom: 2px solid #9bc738;
  text-align: center;
}
.isStuck > .nav {
  float: none;
  margin-top: 0;
}
.isStuck > .nav > ul {
  height: 70px;
  line-height: 70px;
}
.isStuck > .nav ul ul {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.isStuck .sf-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 0;
  border-bottom: 1px solid #a9cf54;
}

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

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax p {
  color: #e6e6e6;
}
.parallax .marked-list {
  color: #a9cf54;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  opacity: 0.3;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*
* @section HEADER
*/
header {
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
  z-index: 999 !important;
}
@media (min-width: 992px) {
  header {
    padding-top: 136px;
    padding-bottom: 138px;
  }
}
header .brand {
  display: inline-block;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*
* @section CONTENT
*/
main {
  display: block;
}
main a.link {
  margin-top: 40px;
}
@media (min-width: 992px) {
  main a.link {
    top: -172px;
    margin-top: 0;
    margin-left: 25px;
  }
}
main a[href*="mailto"] {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #777e84;
}
main a[href*="mailto"]:hover {
  text-decoration: underline;
}

/*
* @subsection Well
*/
.well {
  padding-top: 101px;
  padding-bottom: 104px;
}

.well--inset-1 {
  padding-bottom: 115px;
}

.well--inset-2 {
  padding-bottom: 167px;
}

.well--inset-3 {
  padding-bottom: 144px;
}

.well--inset-4 {
  padding-top: 130px;
}

.well--inset-5 {
  padding-bottom: 93px;
}

.well--inset-6 {
  padding-bottom: 159px;
}

.well-2 {
  padding-top: 207px;
  padding-bottom: 165px;
}

.well-3 {
  padding-top: 93px;
  padding-bottom: 114px;
}
@media (min-width: 992px) {
  .well-3 {
    padding-top: 93px;
    padding-bottom: 114px;
  }
}

.well-4 {
  padding-top: 186px;
  padding-bottom: 263px;
}

.well-4--inset-1 {
  padding-bottom: 213px;
}

.well-4--inset-2 {
  padding-bottom: 204px;
}

.well-5 {
  padding-top: 108px;
  padding-bottom: 78px;
}
@media (min-width: 992px) {
  .well-5 {
    padding-top: 285px;
    padding-bottom: 242px;
  }
}

.well-6 {
  padding-top: 152px;
  padding-bottom: 149px;
}

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

.well-8 {
  padding-top: 108px;
  padding-bottom: 115px;
}

/*
* @section FOOTER
*/
footer address, footer .terms-list, footer .terms-list a {
  font: 400 15px/15px "Open Sans", sans-serif;
  text-transform: uppercase;
}
footer .terms-list {
  white-space: nowrap;
}
footer .terms-list dt, footer .terms-list dd {
  display: inline;
}
footer .terms-list dt, footer .terms-list dd, footer .terms-list a {
  line-height: 1.33333;
}
footer .terms-list dt:after {
  content: ': ';
}
footer .terms-list dd:after {
  content: '';
  display: block;
}
footer .terms-list a:hover {
  text-decoration: underline;
}
footer .brand_name a > span {
  color: #a9cf54;
}
