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

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

h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #575556;
  font-family: "Francois One", sans-serif;
}

h1, .heading-1 {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 70px;
  }
}

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

h3, .heading-3 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3, .heading-3 {
    font-size: 40px;
  }
}

h4, .heading-4 {
  font-weight: 400;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.26667;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}

h5, .heading-5 {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h5, .heading-5 {
    font-size: 25px;
  }
}

h6, .heading-6 {
  font-weight: 700;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.19048;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 16px;
  }
}

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

p {
  line-height: inherit;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  position: relative;
}
a:hover {
  color: #ed101b;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

strong {
  font-weight: 700;
}

em {
  font-size: 30px;
  line-height: 1.26667;
  display: inline-block;
}

.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
*/
* + em {
  margin-top: 36px;
}

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

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

h2 + h6 {
  margin-top: 34px;
}

h6 + p {
  margin-top: 20px;
}

img + h6 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  img + h6 {
    margin-top: 26px;
  }
}

h1 + .heading-4 {
  margin-top: 39px;
}

h2 + .heading-5 {
  margin-top: 38px;
}

h6 + .list {
  margin-top: 20px;
  padding-left: 20px;
}

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

* + .btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  * + .btn {
    margin-top: 32px;
  }
}

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

* + .owl-carousel {
  margin-top: 54px;
}

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

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

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

.row + .row {
  margin-top: 91px;
}

.row + .btn {
  margin-top: 70px;
}

.offset-1 {
  margin-top: -159px;
}

@media (min-width: 992px) {
  .offset-2 {
    margin-top: -480px;
  }
}

@media (min-width: 992px) {
  .offset-3 {
    margin-top: -860px;
  }
}

@media (min-width: 1200px) {
  .offset-4 {
    margin-left: 23px;
  }
}

@media (max-width: 1199px) {
  .offset-5 {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .offset-6 {
    margin-top: 30px;
  }
}

.offset-7 {
  margin-top: 38px;
}

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

.inset-1 {
  padding: 170px 0;
}
@media (min-width: 650px) {
  .inset-1 {
    padding: 270px 0;
  }
}

@media (min-width: 1200px) {
  .inset-2 {
    padding-right: 390px;
  }
}

@media (min-width: 1200px) {
  .inset-3 {
    padding-right: 540px;
  }
}

@media (min-width: 992px) {
  .preffix-1 {
    margin-left: 74px;
  }
}

.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 + 20), 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;
  }
}

/*
* @section Components
*
* @subsection Brand
*/
.rd-navbar-brand {
  display: inline-block;
}
.rd-navbar-brand__name {
  overflow: hidden;
}

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

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

/*
* @subsection Floating
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-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 Basic Helpers
*/
.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.round {
  border-radius: 50%;
}

.relative {
  position: relative;
}

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

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

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

.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list > li a:hover {
  color: #fff;
}

/*
* @subsection Marked list
*/
.marked-list {
  text-align: left;
}
.marked-list li {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 1.90476;
}
.marked-list li a:hover {
  text-decoration: none;
}
.marked-list li a {
  display: inline-block;
  position: relative;
}
.marked-list li a:after {
  position: absolute;
  top: 140%;
  left: 0px;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0);
  content: "";
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.marked-list li a:hover {
  color: #fff;
}
.marked-list li a:hover:after {
  background: rgba(255, 255, 255, 0.5);
  top: 100%;
}
.marked-list li:before {
  content: '-';
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .marked-list li {
    font-size: 21px;
  }
}

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

/*
* @subsection List
*/
.list {
  position: relative;
  text-align: left;
}
.list li {
  padding-left: 47px;
}
.list:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 94.5%;
  background: #01509f;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-sm {
  font-size: 20px;
  line-height: 38px;
  width: 40px;
  height: 40px;
}

.icon-md {
  font-size: 40px;
  line-height: 1.4;
  height: 60px;
  width: 60px;
  border-width: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.icon-default {
  border-style: solid;
  color: #231f20;
}

.fa-google-plus,
.fa-linkedin {
  background: #64412f;
  color: #fdfdfd;
}

.fa-facebook {
  background: #3b5998;
  color: #fff;
}

.fa-twitter {
  background: #55acee;
  color: #fff;
}

.fa-facebook:hover {
  background: #fff;
  color: #3b5998 !important;
}

.fa-twitter:hover {
  background: #fff;
  color: #55acee !important;
}

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

.link-default {
  position: relative;
}
.link-default:after {
  position: absolute;
  top: 140%;
  left: 0px;
  width: 100%;
  height: 4px;
  background: transparent;
  content: "";
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.link-default:hover {
  color: #231f20;
}
.link-default:hover:after {
  background: rgba(0, 0, 0, 0.1);
  top: 100%;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.btn-md {
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 30px;
  letter-spacing: 0.06em;
}
.btn-md--variant-1 {
  padding: 13px 20px;
}
.btn-md--variant-2 {
  padding: 13px 52px;
}

.btn-secondary {
  color: #fff;
  background: #f59433;
  position: relative;
  z-index: 2;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border: 2px solid #f59433;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -moz-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  -o-transform: scale3d(0.6, 0.6, 1);
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition-property: transform, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0s;
  width: 100%;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.lt-ie9 .btn-secondary:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.btn-secondary:hover {
  background: #fff;
  color: #f59433;
}
.btn-secondary:hover:before {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lt-ie9 .btn-secondary:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*
* @subsection Contact Info
*/
.contact-info {
  margin-left: -4px;
  letter-spacing: 0.8px;
}
@media (min-width: 1200px) {
  .contact-info dl:first-child {
    margin-left: 99px;
  }
}
@media (min-width: 768px) {
  .contact-info dl:last-child {
    margin-left: 85px;
  }
}
@media (min-width: 992px) {
  .contact-info dl:last-child {
    margin-left: 89px;
  }
}
@media (min-width: 1200px) {
  .contact-info dl:last-child {
    margin-left: 188px;
  }
}
.contact-info dl dt {
  display: inline-block;
}
@media (min-width: 768px) {
  .contact-info dl dt {
    float: left;
  }
}
.contact-info dl dd {
  display: inline-block;
  font-weight: 700;
  margin-left: 5.5px;
}

/*
* @subsection Image wrap
*/
.image-wrap {
  position: absolute;
  top: -80px;
  right: -50px;
  z-index: -1;
  opacity: 0.2;
}
.lt-ie9 .image-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
  filter: alpha(opacity=20);
}
@media (min-width: 992px) {
  .image-wrap {
    right: 15px;
    opacity: 1;
  }
  .lt-ie9 .image-wrap {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
  }
}

.image-wrap-1 {
  position: absolute;
  top: 0;
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.image-wrap-1--inset-1 {
  z-index: -1;
  opacity: 0.2;
}
.lt-ie9 .image-wrap-1--inset-1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
  filter: alpha(opacity=20);
}
@media (min-width: 992px) {
  .image-wrap-1--inset-1 {
    right: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .image-wrap-1--inset-1 {
    opacity: 1;
  }
  .lt-ie9 .image-wrap-1--inset-1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
  }
}
.image-wrap-1--inset-2 {
  top: -8px;
  z-index: -1;
  opacity: 0.2;
}
.lt-ie9 .image-wrap-1--inset-2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
  filter: alpha(opacity=20);
}
@media (min-width: 992px) {
  .image-wrap-1--inset-2 {
    right: 85px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .image-wrap-1--inset-2 {
    opacity: 1;
  }
  .lt-ie9 .image-wrap-1--inset-2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
  }
}

@media (min-width: 350px) and (max-width: 991px) {
  .image-wrap-2 img {
    max-height: 700px;
  }
}

/*
* @subsection Box
*/
.box {
  z-index: 1;
  padding: 35px 25px;
}
.box em {
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  position: relative;
  padding-left: 40px;
  text-align: left;
  color: #231f20;
}
.box em:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background: #f7cc43;
}
@media (min-width: 1200px) {
  .box em:before {
    top: 7px;
  }
}
.box em + p {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .box em {
    font-size: 25px;
    padding-right: 60px;
  }
}
.box * + em {
  margin-top: 26px;
}
@media (min-width: 480px) {
  .box {
    padding: 57px 91px 50px 102px;
  }
}
@media (min-width: 480px) {
  .box--inset-1 {
    padding-bottom: 60px;
  }
}

/*
* @subsection Product
*/
.product {
  display: inline-block;
  margin-top: -9px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.product .caption {
  display: block;
  text-align: center;
  background: #f59433;
  padding: 20px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.product .caption .heading-6 {
  letter-spacing: 1px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
  color: #fff;
}
.product:hover {
  background: #fff;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product:hover .caption {
  background: #fff;
}
.product:hover .heading-6 {
  color: #f59433;
}

.product-1 {
  display: inline-block;
  margin-top: 5px;
  position: relative;
  margin-left: 29px;
}
.product-1 a {
  display: inline-block;
  position: relative;
}
.product-1 a:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -29px;
  background: #ed101b;
  width: 2px;
  height: 40px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.product-1 a:after {
  position: absolute;
  top: 140%;
  left: 0px;
  width: 100%;
  height: 4px;
  background: transparent;
  content: "";
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.product-1 a:hover {
  color: #231f20;
}
.product-1 a:hover:after {
  background: rgba(0, 0, 0, 0.1);
  top: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-1 a {
    margin-left: -10px;
  }
}
.product-1 h6 + h6 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .product-1 h6 + h6 {
    margin-top: 66px;
  }
}

.product-2 {
  display: inline-block;
}
.product-2 a {
  display: inline-block;
  position: relative;
}
.product-2 a:after {
  position: absolute;
  top: 140%;
  left: 0px;
  width: 100%;
  height: 4px;
  background: transparent;
  content: "";
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.product-2 a:hover {
  color: #231f20;
}
.product-2 a:hover:after {
  background: rgba(0, 0, 0, 0.1);
  top: 100%;
}
.product-2 img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.product-2 img:hover {
  -webkit-filter: none !important; /* Safari 6.0 - 9.0 */
    filter: none !important;
}

/*
* @subsection Post
*/
.blog-post .link {
  display: inline-block;
  position: relative;
}
.blog-post .link:after {
  position: absolute;
  top: 140%;
  left: 0px;
  width: 100%;
  height: 4px;
  background: transparent;
  content: "";
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.blog-post .link:hover {
  color: #231f20;
}
.blog-post .link:hover:after {
  background: rgba(0, 0, 0, 0.1);
  top: 100%;
}

.event-post h6 {
  padding-top: 18px;
  padding-bottom: 16px;
  margin-top: 0;
  background: #f59433;
  text-align: center;
  color: #fff;
}

.event-post img {
  -webkit-filter: brightness(30%); /* Safari 6.0 - 9.0 */
    filter: brightness(30%);
}
.event-post img:hover {
  -webkit-filter: none !important; /* Safari 6.0 - 9.0 */
    filter: none !important;
}

@media (max-width: 767px) {
  .event-post h6 {
    margin: 0px auto;
  }
}
@media (max-width: 1200px) {
  .event-post h6 {
    max-width: 270px;
  }
}

.news-post {
  margin-top: -7px;
}
.news-post img {
  margin-top: 5px;
}

/*
* @subsection Blockquote
*/
.quote .post-meta {
  font-weight: 700;
  margin-top: 3px;
  position: relative;
  display: inline-block;
  color: #64412f;
}
.quote .post-meta:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -45px;
  background: #ed101b;
  width: 2px;
  height: 40px;
}
@media (min-width: 992px) {
  .quote .post-meta:before {
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .quote .post-meta {
    position: static;
  }
}
.quote q {
  font-style: italic;
  font-size: 16px;
  line-height: 1.53846;
  color: #231f20;
}
@media (min-width: 768px) {
  .quote q {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .quote q {
    font-size: 26px;
  }
}
.quote cite {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64412f;
}

/*
* @subsection Border
*/
.border {
  border-bottom: 1px solid #f7cc43;
}

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

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

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

.text-contrast {
  color: #fff;
}

.text-primary {
  color: #f7cc43;
}

/*
* @subsection Backgrounds
*/
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.bg-image-2 {
  background-repeat: no-repeat;
  background-image: url(../images/page-1_img08.jpg);
  background-position: center;
  background-size: cover;
}

.bg-image-3 {
  background-image: url(../images/bg-image-team.jpg);
}

.bg-image-4 {
  background-image: url(../images/bg-image-team.jpg);
}

.bg-primary {
  background: #f7cc43;
}

.bg-secondary {
  background: #0089d1;
}

.bg-contrast {
  background: #fff;
}

/*
* @subsection Imports
*
* @subpackage   Parallax.css
* @subpackage   Menu.css
* @subpackage   Navbar.css
* @subpackage   Stuck-menu.css
* @subpackage   To-top.css
*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 52px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fdfdfd;
}
.sf-menu > li.active > a {
  color: #ed101b;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #4caf50;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: #01509f;
  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 {
  transition-delay: .3s;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
@media (min-width: 1025px) {
  .rd-mobilemenu_ul a {
    display: inline-block;
  }
}
.rd-mobilemenu_ul a.active {
  background: none;
  color: #f7cc43;
}
.rd-mobilemenu_ul a:hover {
  background: none;
  color: #f59433;
}
.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';
  margin-left: 1px;
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #231f20;
  color: #f59433;
}
@media (min-width: 1025px) {
  .rd-mobilemenu_ul a .rd-submenu-toggle {
    right: -55px;
  }
}
.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;
}
@media (min-width: 1025px) {
  .rd-mobilemenu_ul {
    left: auto;
    right: 0;
    width: 310px;
    -moz-transform: translateX(370px);
    -ms-transform: translateX(370px);
    -o-transform: translateX(370px);
    -webkit-transform: translateX(370px);
    transform: translateX(370px);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 224px;
  }
  .rd-mobilemenu_ul li {
    letter-spacing: 1.5px;
  }
  .rd-mobilemenu_ul li + li {
    margin-top: 8px;
  }
  .rd-mobilemenu_ul li.active a {
    color: #f59433;
  }
  .rd-mobilemenu_ul .rd-mobilemenu_submenu {
    text-transform: none;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin-top: 7px;
    line-height: 10px;
    background: #333132;
  }
  .rd-mobilemenu_ul .rd-mobilemenu_submenu li {
    letter-spacing: 0.2px;
    margin-left: -10px;
    font-size: 16px;
  }
  .rd-mobilemenu_ul .rd-mobilemenu_submenu li a {
    color: #f7cc43;
  }
  .rd-mobilemenu_ul .rd-mobilemenu_submenu li a:hover {
    color: #ed101b;
  }
  .rd-mobilemenu_ul .rd-mobilemenu_submenu li + li {
    margin-top: 0px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .rd-mobilemenu_ul {
    width: 370px;
  }
}

.rd-mobilepanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #01509f;
  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;
}
@media (min-width: 1025px) {
  .rd-mobilepanel {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 0;
  }
}

.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;
}
@media (min-width: 1025px) {
  .rd-mobilepanel_title {
    display: none;
  }
}

.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;
}
@media (min-width: 1025px) {
  .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    top: 0;
  }
}
.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: #f59433;
  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;
}
@media (min-width: 1025px) {
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.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;
}
@media (min-width: 1025px) {
  .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    width: 0;
  }
}
.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 (min-width: 1025px) {
  .rd-mobilepanel_toggle {
    display: none;
  }
}

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid rgba(247, 204, 67, 0.2);
}
.isStuck .rd-navbar-brand__name img {
  width: 55%;
}
@media (min-width: 992px) {
  .isStuck .rd-navbar-brand__name img {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .isStuck .contact-info, .isStuck .trig {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 40px;
  line-height: 1;
  color: #a59c94;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ed101b;
  text-decoration: none;
}

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

/*
* @subsection Thumbnail
*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  display: none;
  background: transparent;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  background: black;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  display: inline-block;
  top: 50%;
  background: transparent;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

.caption {
  background: #fff;
  text-align: center;
  padding: 19px 40px 15px;
}
.caption a {
  display: inline-block;
  position: relative;
}
.caption a:after {
  position: absolute;
  top: 140%;
  left: 0px;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  opacity: 0;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.lt-ie9 .caption a:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.caption a:hover {
  color: #231f20;
}
.caption a:hover:after {
  opacity: 1;
  top: 100%;
}
.lt-ie9 .caption a:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================     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;
  }
}
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.0.0
*/
.rd-parallax-layer-wrap {
  position: relative;
}
.rd-parallax-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
}
.rd-parallax-layer[data-type="media"] iframe {
  width: 100%;
  height: 100%;
}
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.rd-parallax-layer[data-type="html"] {
  position: relative;
}
.rd-parallax .image-wrap-1 {
  visibility: hidden;
  position: absolute;
  top: -30px;
  width: 710px;
  right: 100%;
  margin-right: 38px;
  z-index: 1;
}
.rd-parallax .image-wrap-1 img {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.rd-parallax .image-wrap-2 {
  visibility: hidden;
  position: absolute;
  top: 100px;
  width: 910px;
  right: 100%;
  margin-right: 58px;
  z-index: 0;
}
.rd-parallax .image-wrap-2 img {
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
@media (min-width: 992px) {
  .rd-parallax .image-wrap-1, .rd-parallax .image-wrap-2 {
    visibility: visible;
  }
}

/*
* @section HEADER
*/
header {
  border-top: 20px solid #e0e0de;
  padding-top: 40px;
  padding-bottom: 40px;
}
header .contact-info dl dd {
  color: #231f20;
}
header a:hover {
  color: #01509f;
}
header [class^='col-'] {
  margin-top: 0;
}
header .trig {
  display: none;
}
@media (min-width: 1025px) {
  header .trig {
    display: inline-block;
    position: static;
    margin-top: 40px;
    margin-left: 11px;
    position: relative;
  }
  header .trig:before {
    content: '\e5d2';
    font-family: "Material Icons";
    position: absolute;
    left: 0;
    right: 0;
    -moz-transition: 0.4s transform ease;
    -o-transition: 0.4s transform ease;
    -webkit-transition: 0.4s transform ease;
    transition: 0.4s transform ease;
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  header .trig:after {
    content: '\e5cd';
    font-family: "Material Icons";
    position: absolute;
    left: 0;
    right: 0;
    -moz-transition: 0.4s transform ease;
    -o-transition: 0.4s transform ease;
    -webkit-transition: 0.4s transform ease;
    transition: 0.4s transform ease;
    -moz-transform: scale(0) translateY(100%);
    -ms-transform: scale(0) translateY(100%);
    -o-transform: scale(0) translateY(100%);
    -webkit-transform: scale(0) translateY(100%);
    transform: scale(0) translateY(100%);
  }
  header .trig-active {
    color: #01509f;
    position: relative;
  }
  header .trig-active:before {
    position: absolute;
    -moz-transform: scale(0) translateY(-100%);
    -ms-transform: scale(0) translateY(-100%);
    -o-transform: scale(0) translateY(-100%);
    -webkit-transform: scale(0) translateY(-100%);
    transform: scale(0) translateY(-100%);
  }
  header .trig-active:after {
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

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

/*
* @subsection Well
*/
.well-xs {
  padding-top: 54px;
  padding-bottom: 81px;
}
.well-xs--inset-1 {
  padding-bottom: 285px;
}

.well-sm {
  padding-top: 80px;
  padding-bottom: 78px;
}
.well-sm--inset-1 {
  padding-bottom: 60px;
}
.well-sm--inset-2 {
  padding-bottom: 90px;
}

.well-xl {
  padding-top: 148px;
  padding-bottom: 159px;
}

/*
* @section FOOTER
*/
footer {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #01509f;
}
footer .contact-info {
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
}
footer .contact-info dl:first-child, footer .contact-info dl:last-child {
  margin-left: 0;
}
footer .contact-info dl:last-child dd {
  margin-left: 3px;
}
footer .contact-info dl dd {
  font-weight: 400;
  margin-left: 0px;
}
footer .contact-info * + p {
  margin-top: 50px;
}
footer * + .contact-info {
  margin-top: 39px;
}
footer .rd-navbar {
  display: inline-block;
}
footer .inline-list {
  display: inline-block;
}
footer .copyright {
  font-size: 14px;
  letter-spacing: -0.18px;
  color: #97705d;
}
footer .sf-menu ul {
  display: none !important;
}
footer a {
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
footer a:hover {
  color: #ed101b;
}
footer .sf-with-ul ul {
  display: none;
}
.clear {
  clear: both;
}

#mensaje_validar_contactenos {
  background-color:#fff;
  border:1px solid #01509f;
  color:#01509f;
  z-index: 10000;
  font-size:12px;
  font-family:'FontAwesome', Geneva, sans-serif;
  padding:3px;
}
