/*
* @subsection Flow-mixin
*/
/*
* @subsection   Floating System
*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot');
  src: url('../fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoBold/RobotoBold.woff') format('woff'), url('../fonts/Roboto/RobotoBold/RobotoBold.ttf') format('truetype'), url('../fonts/Roboto/RobotoBold/RobotoBold.svg#Roboto') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/Roboto/RobotoLight/RobotoLight.eot');
  src: url('../fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoLight/RobotoLight.woff') format('woff'), url('../fonts/Roboto/RobotoLight/RobotoLight.ttf') format('truetype'), url('../fonts/Roboto/RobotoLight/RobotoLight.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot');
  src: url('../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.woff') format('woff'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.ttf') format('truetype'), url('../fonts/Roboto/RobotoRegular/RobotoRegular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/RobotoMedium/RobotoMedium.eot');
  src: url('../fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/RobotoMedium/RobotoMedium.woff') format('woff'), url('../fonts/Roboto/RobotoMedium/RobotoMedium.ttf') format('truetype'), url('../fonts/Roboto/RobotoMedium/RobotoMedium.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: normal;
}
@import url(animate.css);
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

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

  .quote {
    color: #fff;
  }
}

@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;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(33, 54, 108, 0.5);
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  z-index: 2;
}
.parallax_cnt h1, .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6, .parallax_cnt .heading-1, .parallax_cnt .heading-2, .parallax_cnt .heading-3, .parallax_cnt .heading-4, .parallax_cnt .heading-5, .parallax_cnt .heading-6 {
  color: #ffffff;
}
.parallax_cnt * + hr {
  margin-top: 10px;
}
.parallax_cnt hr + * {
  margin-top: 18px;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/24px RobotoLight, sans-serif;
  color: #9f9f9f;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-weight: 400;
  font-family: "RobotoLight", sans-serif;
  color: #21366c;
  line-height: 1;
  text-transform: uppercase;
}

.article-title {
  text-transform: none;

}

h1, .heading-1 {
  font-size: 70px;
  text-transform: uppercase;
}

h2, .heading-2 {
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1.06;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 40px;
  }
}

h3, .heading-3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  h3, .heading-3 {
    font-size: 30px;
  }
}
@media (min-width: 1760px) {
  h3, .heading-3 {
    font-size: 40px;
  }
}

h4, .heading-4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}
h4 a:hover, .heading-4 a:hover {
  color: #c09551;
}

h5, .heading-5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  h5, .heading-5 {
    font-size: 18px;
    line-height: 26px;
    font-family: RobotoLight, sans-serif;
  }
}

h6, .heading-6 {
  font: 300 12px/1.5 RobotoLight, sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  h6, .heading-6 {
    font-size: 18px;
    line-height: 30px;
  }
}

time {
  display: block;
}

p {
  letter-spacing: 0.1px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #21366c;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

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

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

/*=======================================================
                       Main Layout
=========================================================*/
img + * {
  margin-top: 40px;
}

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

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

h5 + * {
  margin-top: 5px;
}

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

* + .btn-sm {
  margin-top: 37px;
}

* + .btn-lg {
  margin-top: 58px;
}

h3 + * {
  margin-top: 45px;
}

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

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

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

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

* + .row-no-gutter {
  margin-top: 85px;
}

h4 + * {
  margin-top: 25px;
}

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

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

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

* + .inline-list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  * + .inline-list {
    margin-top: 17px;
  }
}

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

dl + a {
  display: block;
  margin-top: 20px;
}

* + hr {
  margin-top: 20px;
}

hr + * {
  margin-top: 25px;
}

.inset-1 {
  padding-top: 28px;
}

.inset-2 {
  padding: 20px;
}
@media (min-width: 992px) {
  .inset-2 {
    padding: 0 0 0 23px;
  }
}

.inset-3 {
  padding-top: 15px;
}

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

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

.inset-6 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .inset-6 {
    padding-left: 0;
    padding-right: 10px;
  }
}

* + .offset-1 {
  margin-top: 82px;
}

* + .offset-2 {
  margin-top: 40px;
}

* + .offset-3 {
  margin-top: 47px;
}

.flow-offset-1 > * + * {
  margin-top: 40px;
}
@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: 40px;
  }
}
@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: 40px;
  }
}
@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: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}

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

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

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

.row-no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/*=======================================================
                        Helpers
=========================================================*/
.text-center {
  text-align: center;
}

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

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

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

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

.br-lg-visible {
  display: none;
}
@media (min-width: 1200px) {
  .br-lg-visible {
    display: block;
  }
}

hr {
  color: #c09551;
  height: 2px;
  border: 1px solid #c09551;
}
hr.hr-variant-1 {
  width: 118px;
}
hr.hr-variant-2 {
  width: 78px;
}
hr.xs-hidden {
  display: none;
}
@media (min-width: 580px) {
  hr.xs-hidden {
    display: block;
  }
}

.box-shadow-top {
  -webkit-box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
  box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
}

span.heading-6 {
  display: block;
}

.illustration {
  overflow: hidden;
}
@media (min-width: 992px) {
  .illustration img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 2051px) {
  .illustration img {
    height: auto;
    width: 100%;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:-33px;
}
.brand img {
  display: inline-block;
}
.brand__name {
  font: 700 36px/1 "Roboto", sans-serif;
  color: #21366c;
  display: inline-block;
  letter-spacing: 0.025em;
  margin-top: 21px;
  margin-left: 6px;
}
@media (min-width: 480px) {
  .brand__name {
    font-size: 40px;
  }
}
.brand__slogan {
  font: 400 12px/1 Roboto, sans-serif;
  color: #9f9f9f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-left: 5px;
  text-align: left;
}

.caption {
  top: 50%;
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  z-index: 10;
  padding: 0 30px;
}
.caption h3 {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .caption h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .caption h3 {
    font-size: 20px;
  }
}
.caption h3 .big {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .caption h3 .big {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .caption h3 .big {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .caption h3 .big {
    font-size: 60px;
  }
}
.caption h3 > .big {
  padding-bottom: 20px;
}
.caption * + .btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .caption * + .btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .caption * + .btn {
    margin-top: 105px;
  }
}

.product, .product-2 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.product:before, .product-2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(33, 54, 108, 0.5);
}
@media (min-width: 2050px) {
  .product img, .product-2 img {
    height: auto;
    width: 100%;
  }
}
.product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
  display: none;
}
@media (min-width: 480px) {
  .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product .product__cnt * + hr, .product .product__cnt hr + *, .product .product__cnt-2 * + hr, .product .product__cnt-2 hr + *, .product-2 .product__cnt * + hr, .product-2 .product__cnt hr + *, .product-2 .product__cnt-2 * + hr, .product-2 .product__cnt-2 hr + * {
    margin-top: 10px;
  }
}
.product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
  margin-top: 35px;
}
@media (min-width: 480px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 52px;
  }
}
@media (min-width: 1200px) {
  .product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
    position: absolute;
    padding: 0 30px;
    transition: .6s;
    top: 79%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    right: 0;
  }
  .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
    opacity: 0;
    transition: .5s;
  }
}
.product .product__cnt-2, .product-2 .product__cnt-2 {
  z-index: 2;
}
@media (min-width: 1200px) {
  .product .product__cnt-2, .product-2 .product__cnt-2 {
    top: 77%;
  }
}
.product .product__cnt-2 h3, .product-2 .product__cnt-2 h3 {
  color: #ffffff;
}
.product:hover .product__cnt h6, .product:hover .product__cnt hr, .product:hover .product__cnt a, .product:hover .product__cnt-2 h6, .product:hover .product__cnt-2 hr, .product:hover .product__cnt-2 a, .product-2:hover .product__cnt h6, .product-2:hover .product__cnt hr, .product-2:hover .product__cnt a, .product-2:hover .product__cnt-2 h6, .product-2:hover .product__cnt-2 hr, .product-2:hover .product__cnt-2 a {
  opacity: 1;
  transition: .5s;
}
@media (min-width: 992px) {
  .product:hover .product__cnt, .product:hover .product__cnt-2, .product-2:hover .product__cnt, .product-2:hover .product__cnt-2 {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.product-2 img {
  width: 100%;
  transition: .7s;
}
.product-2:before {
  background: rgba(119, 89, 59, 0.5);
  z-index: 1;
}
.product-2:hover img {
  transform: scale(1.1);
}

.quote {
  display: block;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .quote {
    padding: 0;
  }
}
.quote img + * {
  margin-top: 47px;
}
.quote cite {
  font: 300 18px/24px Roboto, sans-serif;
}
.quote * + hr {
  margin-top: 24px;
}
.quote hr + * {
  margin-top: 29px;
}

.copyright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.015em;
}

.owl-carousel .item {
  padding-left: 20px;
  padding-right: 20px;
  color: #9f9f9f;
  max-width: 475px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .owl-carousel .item {
    margin-left: 0;
    padding: 0;
  }
}
.owl-carousel .item h4 {
  color: #c09551;
}
.owl-carousel .item * + p {
  margin-top: 17px;
}

.marked-list, .list {
  line-height: 1.2;
  color: #7c7c7c;
}

.marked-list {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .marked-list {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .marked-list + .marked-list {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .marked-list + .marked-list {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .marked-list + .marked-list {
    margin-left: 95px;
  }
}
.marked-list li {
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.marked-list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #21366c;
  display: inline-block;
}
.marked-list li + li {
  margin-top: 20px;
}

.terms-list * + dd {
  margin-top: 24px;
}
.terms-list dd + * {
  margin-top: 24px;
}
.terms-list + a {
  font: 700 20px/24px "Roboto", sans-serif;
  color: #c09551;
}
.terms-list + a:hover {
  color: #21366c;
}

.vertical-line, .vertical-line-variant-2, .vertical-line-variant-3 {
  position: relative;
}
.vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 380px;
  background: #c09551;
}
@media (max-width: 992px) {
  .vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
    display: none;
  }
}
.vertical-line-variant-2:before {
  left: 15px;
  height: 68px;
}
.vertical-line-variant-3:before {
  left: -25px;
  height: 68px;
}

/*==================  Backgrounds  ======================*/
.bg-default-variant-1 {
  background: #f7f7f7;
  color: #21366c;
}

.bg-default-variant-2 {
  background: #e7e7e7;
  color: #7c7c7c;
}

.bg-img {
  background-image: url("../img/page1_bg01.jpg");
  background-size: 100% 100%;
  color: #ffffff;
}
.bg-img h2, .bg-img h3, .bg-img h4, .bg-img h5, .bg-img h6 {
  color: #ffffff;
}

.bg-primary {
  background: #21366c;
  color: #ffffff;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #ffffff;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.icon-sm {
  font-size: 20px;
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.icon-secondary {
  color: #c09551;
}
.icon-secondary:hover {
  color: #ffffff;
  background: #c09551;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-family: "RobotoLight", sans-serif;
  line-height: 1;
}
.btn-sm {
  padding: 14px 57px;
}
.btn-md {
  padding: 18px 34px 16px;
}
@media (min-width: 1200px) {
  .btn-md {
    padding: 18px 74px;
  }
}
.btn-md-variant-2 {
  padding: 17px 38px;
}
.btn-md-variant-3 {
  padding: 17px 60px;
}
.btn-md-variant-4 {
  padding: 17px 87px;
}
.btn-default {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.btn-default:hover {
  color: #ffffff;
  background: #c09551;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #c09551;
  letter-spacing: 0.05em;
}
.btn-secondary:hover {
  color: #c09551;
  background-color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-variant-1 {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #c09551;
  border: 1px solid #c09551;
  letter-spacing: 0.05em;
}
.btn-secondary-variant-1:hover {
  color: #c09551;
  background-color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-variant-2 {
  color: #c09551;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #c09551;
}
.btn-secondary-variant-2:hover {
  color: #ffffff;
  background: #c09551;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================   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: 0px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li {
  display: inline-block;
}
.sf-menu > li > a {
  padding: 15px 25px;
  color: #21366c;
  text-transform: uppercase;
  font: 700 11px/1 "RobotoLight", sans-serif;
  letter-spacing: .6px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffffff;
  background: #c09551;
}
.sf-menu > li.active {
  background: #c09551;
}
.sf-menu > li.active > a {
  color: #ffffff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 150%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
  background: #21366c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
  -moz-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
  box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #21366c transparent;
}

.sf-menu ul {
  padding: 25px 0px 20px;
}
.sf-menu ul > li {
  position: relative;
  background: #21366c;
}
.sf-menu ul > li > a {
  color: #f7f7f7;
  font: 700 11px/1 "RobotoLight", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 5px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #c09551;
}

.sf-menu ul ul {
  padding: 25px 0px 20px;
  position: absolute;
  top: -25px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 100%;
  margin-left: 10px;
  margin-top: 0;
  z-index: 14;
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  bottom: auto;
  right: 100%;
  margin-left: -1px;
  top: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #21366c;
  border-left-width: 0;
}

.sf-menu ul ul > li > a {
  color: #f7f7f7;
  background: #21366c;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #c09551;
}

.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: 200px;
  padding: 132px 0 76px;
  color: #9f9f9f;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  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(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -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 {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #9f9f9f;
  color: #f7f7f7;
}
.rd-mobilemenu_ul a:hover {
  background: #9f9f9f;
  color: #f7f7f7;
}
.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-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: #f7f7f7;
  color: #9f9f9f;
  -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;
  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: #9f9f9f;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #f7f7f7;
  z-index: 999;
  border-bottom: 1px solid rgba(33, 54, 108, 0.2);
}
.isStuck .brand img {
  width: 8%;
  height: auto;
  vertical-align: baseline;
  margin-top: 8px;
}
.isStuck .brand__name {
  margin-top: 5px;
}
.isStuck .nav {
  padding-top: 11px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #c09551;
  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:before {
  font-size: 15px;
  line-height: 50px;
}
.toTop:active, .toTop:focus {
  background: #9f9f9f;
}
.toTop:hover {
  color: #c09551;
  background: #ffffff;
  text-decoration: none;
}

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

/*========================================================
                     HEADER  Section
=========================================================*/
@media (min-width: 768px) {
  header .nav {
    padding-top: 33px;
  }
}
@media (min-width: 992px) {
  header .nav {
    float: right;
  }
}
@media (min-width: 1600px) {
  header .nav {
    margin-right: -28px;
  }
}
@media (min-width: 992px) {
  header {
    text-align: center;
  }
  header .brand {
    float: left;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.well-2 {
  padding-top: 88px;
  padding-bottom: 61px;
}

.well-2--inset-1 {
  padding-top: 95px;
  padding-bottom: 90px;
}

.well-2--inset-2 {
  padding-top: 95px;
  padding-bottom: 98px;
}

.well-2--inset-3 {
  padding-top: 85px;
  padding-bottom: 90px;
}

.well-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.well-3--inset-1 {
  padding-top: 100px;
  padding-bottom: 96px;
}

.well-4 {
  padding-top: 72px;
  padding-bottom: 79px;
}

.well-5 {
  padding-top: 218px;
  padding-bottom: 223px;
}

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

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer * + p {
  margin-top: 25px;
}
footer .list {
  line-height: 36px;
  margin-top: -15px;
  width: 45%;
  display: inline-block;
}
footer .list + .list {
  margin-left: 5%;
}
footer .contact-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
footer .contact-info dt, footer .contact-info dd {
  display: block;
}
footer dl dt, footer dl dd {
  display: inline-block;
}
footer dl .heading-5 {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  footer dl .heading-5 {
    font-size: 26px;
  }
}
footer dl .big {
  color: #21366c;
  font-size: 24px;
  letter-spacing: 0.025em;
}
footer dl .big a:hover {
  color: #c09551;
}
footer dl * + .big {
  margin-top: 23px;
}
footer .inline-list {
  word-spacing: 6px;
}
@media (min-width: 992px) {
  footer .inline-list {
    margin-left: -14px;
  }
}
footer .inline-list li {
  display: inline-block;
}


.blog-title{
  font-weight: 700;
  font-style: normal;
  font-family: "RobotoLight", sans-serif;
  color: #21366c;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  padding-bottom: 15px;
}

.blog-title a {
  color: #21366c;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}

.blog-date {
  font-weight: 400;
  font-style: normal;
  font-family: 'RobotoLight', sans-serif;
  color: #747474;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
  padding-bottom: 15px;
}

.blog-date-icon {
  margin-right: 10px
}

.blog-image {
  padding-bottom: 15px;
  overflow: hidden;
}

.blog-image img{
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -o-transition:      all 0.3s ease;
  -ms-transition:     all 0.3s ease;
  transition:         all 0.3s ease;
}
.blog-image:hover img{
  opacity: 0.5;
  transform: scale(1.1);
}

.blog-description p {
  font-weight: 400;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
  text-align: justify;
  padding-bottom: 15px;
}
.blog-more {
  padding-bottom: 15px;
}
.blog-more a
{
  font-family: 'RobotoLight', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c09551;
  background-color: transparent;
  border-color: #c09551;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 14px 57px;
  font-size: 14px;
  text-decoration: none;
}
.blog-more a:hover
{
  color: #ffffff;
  background-color: #c09551;
  border-color: #c09551;
}

.divider {
  padding-bottom: 0px;
}
.divider hr{
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #21366c;
}

.blog-recent-image {
  margin-top: 10px;
  padding-bottom: 15px;
  overflow: hidden;
}
.blog-recent-image img{
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -o-transition:      all 0.3s ease;
  -ms-transition:     all 0.3s ease;
  transition:         all 0.3s ease;
}
.blog-recent-image:hover img{
  opacity: 0.5;
  transform: scale(1.1);
}

.blog-recent-title {
  text-align: justify;
}

.blog-recent-title h2 {
  font-weight: 300;
  font-style: normal;
  font-family: 'RobotoLight', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
}

.blog-recent-title a {
  color: #c09551;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.blog-recent-title a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #21366c;
}

.blog-content {
  /*border-top: 1px solid #21366c;*/
}

.blog-author {
  margin-left: 50px;
}

.article-image {
  padding-bottom: 15px;
}


.shared {
  padding-bottom: 15px;
}

#owl-photo .owl-dot.active{
  background: #21366c;
}

#owl-photo .owl-dot{
  background: #a0b9b0;
}

#owl-photo .item{
  width: 200px;
  height: auto;
}

#big_image {
  position: absolute; /*обязательное свойство*/
  top: 0; /*обязательное свойство*/
  left: -100%; /*обязательное свойство*/
  z-index: 5;
  width: 100%;
  height: 100%;
}


.gallery_item:hover {
  transform: scale(1.2);
}

.article-category {
  margin:0 auto;
  width: 100%;
  background-color: #00bfa8;
}
/*
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}*/

.isStuck .logo {
  height: 80px !important;
  width: auto !important;
  margin-top: 30px !important;
}

.isStuck nav {
  padding-top: 38px !important;
}

.article-image img {
  margin:10px;
  /*box-shadow: 0 0 5px;*/
}/*
.article-image img {
  margin:10px;
  padding:7px;
  background-color: #fff;
  box-shadow: 0 0 5px;
}*/

div.wrap {
  width: 336px;
  height: 168px;
  overflow: hidden;
  position: relative;
}

div.wrap > div {
  position: absolute;
  height: 100%;
  width: 100%;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}

div.wrap:hover > div {
  -moz-transform: scale(2,2);
  -webkit-transform: scale(2,2);
  transform: scale(2,2);
  opacity: 0.5;
}

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background-color: #f0f0f0;
  border: 1px solid #fff;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading h3{
  font-size: 24px !important;
  color:#fff;
}
.panel-pricing .panel-body p{
  font-size: 20px !important;
}
.panel-pricing .panel-body span{
  color: #21366c;
}
.panel-pricing .panel-footer{
  background-color:#fff;
  padding: 20px;
}
.panel-pricing .panel-footer a{
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-size: 28px;
  color: #fff;
}
.panel-pricing .panel-footer a.standart{
  background-color: #6578ae;
  color: #fff;
}
.panel-pricing .panel-footer a.silver{
  background-color: #7b7b7b;
  color: #fff;
}
.panel-pricing .panel-footer a.gold{
  background-color: #d5c463;
  color: #fff;
}
.panel-pricing .panel-footer a.premium{
  background-color: #ae6565;
  color: #fff;
}
.panel-pricing .panel-footer a:hover{
  background-color: #ae6565;
}
.panel-pricing .panel-footer a.premium:hover{
  background-color: #f80000;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group {
  background-color: #f0f0f0;
}
.panel-pricing .list-group i{
  font-size: 18px;
  font-weight: 300;
  margin-top: 3px;
}
.panel-pricing .panel-timer{
  background-color: #ae6565;
  padding: 10px;
}
.panel-pricing .panel-timer>span{
  color: #fff;
  font-size: 30px;
}
.panel-pricing .panel-cheap{
  border: 1px solid #ae6565;
  padding: 15px;
}
.panel-pricing .panel-cheap>h3{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #777777;
}
.panel-pricing .panel-cheap>span{
  font-size: 30px;
  font-weight: 800;
  color: #cb2b1d;
}
.panel-pricing .panel-cheap>span>small{
  font-size: 24px;
  font-weight: 800;
  color: #21366c;
  position: relative;
}
.panel-pricing .panel-cheap>span>small:before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;

  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.panel-pricing .list-group-item{
  width:98%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  color: #777777;
  background-color: #fff;
  text-align: justify;
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  /*font-size: 40px;*/
  font-size: 30px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

.affiliate {
   width: 100%;
 }


.affiliate img {
  padding: 5px;
  width: 40px;
  float: left;
}

.affiliate a{
  margin-top: 5px;
}

.affiliate a:hover{
  text-decoration: none;
}

.affiliate p {
}
.nav {
  position: relative;
}
.office_btn {
  position: absolute;
  float: right;
  top:-30px;
  right:156px;
  color: #21366c;
  padding: 5px;
  text-transform: uppercase;
  border: 1px dashed #21366c;
  -webkit-transition: top 1s ease-out 0.5s;
  -moz-transition: top 1s ease-out 0.5s;
  -o-transition: top 1s ease-out 0.5s;
  transition: top 1s ease-out 0.5s;
}

.office_btn img {
width: 25px;
  padding-right:5px;
}
.office_btn a {
padding: 0 !important;
}
.office_btn a:hover {
background-color: #fff !important;
  color: #21366c !important;
  text-decoration: none;
}

.office_btn:hover {
  transition: 3s;
  border: 1px solid #21366c;
}

.slideshow {
  list-style: none;
  z-index: 1;
}
.slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}
.slideshow li h3 {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 4.0625em;
  font-family: 'RobotoLight', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 24s linear 1 0s;
  -moz-animation: titleAnimation 24s linear 1 0s;
  animation: titleAnimation 24s linear 1 0s;
}
@media only screen and (min-width: 768px) {
  .slideshow li h3 {
    bottom: 30px;
    font-size: 8.125em;
  }
}
@media only screen and (min-width: 1024px) {
  .slideshow li h3 {
    font-size: 10.9375em;
  }
}

.slideshow li:nth-child(1) span {
  background-image: url('../img/new-logo-blue.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.slideshow li:nth-child(2) span {
  background-image: url('../img/new-logo-orange.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url('../img/new-logo-green.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url('../img/new-logo-orange.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .slideshow li span {
  opacity: 1;
}

.bg-features-1 {
background: url('../img/features-bg-1.jpg');
  background-size: cover;
}
.bg-vozhmosti-1 {
background: url('../img/bg-vozmozhnosti-1.jpg');
  background-size: cover;
}
.bg-vozhmosti-2 {
background: url('../img/bg-vozmozhnosti-2.jpg');
  background-size: cover;
}
.bg-zarabotki-1 {
background: url('../img/bg-zarabotki-1.jpg');
  background-size: cover;
}
.bg-karera-1 {
background: url('../img/bg-karera-1.jpg');
  background-size: cover;
}
.bg-podarki-1 {
background: url('../img/bg-podarki-1.jpg');
  background-size: cover;
}
.bg-travels-1 {
background: url('../img/bg-travels-1.jpg');
  background-size: cover;
}
.bg-rost-4 {
background: url('../img/bg-rost-4.jpg');
  background-size: cover;
}

.bg-features-2 {
background: url('../img/features-bg-2.jpg');
  background-size: cover;
}
.bg-features-3 {
background: url('../img/features-bg-6.jpg');
  background-size: cover;
}

.features-box-4 {
  background: url('../img/features-bg-4.jpg');
}
.features-box-5 {
  background: url('../img/features-bg-5.jpg');
}
.features-box-6 {
  background: url('../img/features-bg-6.jpg');
}
.features-box {
  border: 1px solid #fff;
  height: 300px;
  background-size: cover;
}

.zarabotki-slide {
  background: url('../img/zarabotki-slide.jpg');
  background-size: cover;
}
.travel-slide {
  background: url('../img/travels-slide.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.travel-slide-2 {
  background: url('../img/travels-slide-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 10px;
}
.gifts-slide {
  background: url('../img/gifts-collage.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.not1 {
  background: url(https://morinda.com/images/elements/opportunity_2015/financial-freedom-ad.png) center no-repeat;
  border: 2px solid #e6e6e6;
  width: 451px;
  height: 270px;
  margin-left: 60px;
  margin-right: 5px;
}

.not1 .overlay-dark-top {
  position: absolute;
  width: 101%;
  height: 101.4%;
  background: rgb(0,0,0);
  opacity: .6;
  z-index: 1;
  margin-left: -17px;
  margin-top: -2px;
}

.not1 .overlay-light {
  background: rgba(255,255,255,.5);
  margin-top: 0;
}
.not1 p {
  font-weight: 300;
  margin: 8px 0 0;
  font-size: 12px;
}

.not1 h3 {
  font-size: 26px;
  margin: 3px 0 0;
}

.features-box {
  margin-bottom: 30px;
}

.features-box-obrazovanie {
  background: url(../img/obrazovanie.jpg);
  background-size: cover;
}
.features-box-zarabotki {
  background: url(../img/zarabotki.jpg);
  background-size: cover;
}
.features-box-karera {
  background: url(../img/features-bg-4.jpg);
  background-size: cover;
}
.features-box-travels {
  background: url(../img/features-travels.jpg);
  background-size: cover;
}
.features-box-rost {
  background: url(../img/rybki-2.jpg);
  background-size: cover;
}

.features-box>.features-box-overlay>a{
  margin-bottom: 30px !important;
}

.features-box-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(33,54,108, 0.7);
  transition: 0.22s;
}
.features-box-overlay:hover {
  background-color: rgba(33,54,108, 0.1);
  cursor: pointer;
  transition: 0.22s;
}

.features-box-overlay>.header {
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 70px;
  text-align: left;
  padding: 10px;
  transition: 0.22s;
}

.features-box-overlay>.header>span {
  color: #21366c !important;
  font-weight: 400;
  text-transform: uppercase;
  font-family: RobotoLight, sans-serif;
}
.features-box-overlay:hover .header{
  background-color: rgba(255,255,255, 0.7);
  color: #21366c !important;
  transition: 0.22s;
}

.features-box-overlay>a {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.features-box-overlay>.header>h2 {
  color: #21366c;
  font-size: 30px;
}

.testimonial {
  padding: 30px 15px 30px 30px;
  border-style: solid;
  border-width:5px 1px 1px;
  margin:15px 0;
  border-color: #cfb87c #ddd #ddd;
}

.testimonial img {
 /* border: 1px solid #ddd;*/
  margin: auto auto 15px;
  width: 75px;
}

.testimonial blockquote {
  font-family: "RobotoLight", "sans pro";
  font-size: 16px;
  font-weight: 300;
}

.testimonial blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 5em;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

.testimonial blockquote:after {
  content: close-quote;
  visibility:hidden;
}

.col-md-3 .testimonial {
  padding: 30px;
}

.col-md-4 .testimonial .col-md-5,
.col-md-3 .testimonial .col-md-5,
.col-md-2 .testimonial .col-md-5,
.col-md-1 .testimonial .col-md-5 {
  width:100%;
  margin: 0 0 15px;
}

.col-md-4 .testimonial .col-md-7,
.col-md-3 .testimonial .col-md-7,
.col-md-2 .testimonial .col-md-7,
.col-md-1 .testimonial .col-md-7 {
  padding: 0;
  width: 100%;
}

.testimonial blockquote cite {
  float: left;
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
}

@media (min-width:992px) {
  .testimonial img {
    max-width:200px;
  }

}

.heading-osnovateli {
  text-align: center; text-indent: 16px; font-size: 16px; font-weight: 400; font-style: italic;
}


.blur{
  text-align:center;
  font-size:6.5em;
  color:#fff;
  letter-spacing: -7px;
  font-weight:400;
  text-transform:uppercase;
  animation:blur .75s ease-out infinite;
  text-shadow:0px 0px 5px #fff,
  0px 0px 7px #fff;
}

@keyframes blur{
  from{
    text-shadow:0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #fff,
    0px 0px 25px #7B96B8,
    0px 0px 10px #7B96B8,
    0px 10px 10px #7B96B8,
    0px 10px 10px #7B96B8,
    0px 10px 10px #7B96B8,
    0px 10px 10px #7B96B8,
    0px -10px 10px #7B96B8,
    0px -10px 10px #7B96B8;}
}


.image-section {
  height: 400px;
  vertical-align: middle;
}

.image-section h2 {
  font-size: 35px;
  font-weight: 400;
}

.image-section .col-md-6 {
  text-align: center;
}

.image-section .container {
  position: relative; top: 50%; transform: translateY(-50%);
}

.rost_line {
  background: #21366c;
  display: block;
  height: 1px;
  margin-top: 87px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.rost_line-1 {
  margin-left: -514px;
}
.rost_line-2 {
  margin-right: -514px;
}

.rost-image {
  width: 380px;
  height: 250px;
  background-color: #fff;
  border: 1px solid #21366c;
}

.rost-text h2 {
  padding: 15px;
  background-color: #21366c;
}


.office-image {
  background: url('../img/office.jpg');
  background-size: cover;
}
.akademia-image {
  background: url('../img/akademia.jpg');
  background-size: cover;
}
.webinars-image {
  background: url('../img/webinars.jpg');
  background-size: cover;
}
.cabinet-image {
  background: url('../img/features-footer-3.jpg');
  background-size: cover;
}
.business-systems-image {
  background: url('../img/90days.jpg');
  background-size: cover;
}
.regional-image {
  background: url('../img/conferention-1.jpg');
  background-size: cover;
}
.ubk-image {
  background: url('../img/conferention-2.jpg');
  background-size: cover;
}

.extra {
  /*border-top: 1px solid #21366c;border-top: 1px solid #585858;
  border-bottom: 1px solid #21366c;
  */
}

.extra-inner {
  padding: 20px 0;

  font-size: 11px;
  color: #BBB;

  /*background: #1A1A1A;*/
}

.extra a {
  color: #666;
}

.extra h4 {
  margin-bottom: 1em;
  color: #21366c;
  font-weight: 400;
}

.extra ul {
  padding: 0;
  margin: 0;
}

.extra li {
  /*
  margin-bottom: .6em;
  */

  list-style: none;
}

.logo {
  width: 200px;
  /*float: left;
  padding-right:40px;*/
}

.closed_btn {
  position: absolute;
  top: 5px;
  left:0px;
  font-size: 8px;
  transform: rotate(-45deg);
}

.contact-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.contact-info dt, .contact-info dd {
  display: block;
}

.contact-info .heading-5 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  color: #21366c;
  line-height: 1;
  text-transform: uppercase;
}

.contact-info dt, .contact-info dd {
  display: block;
}
dd {
  margin-left: 9px;
}

dt, dd {
  line-height: 18px;
}
dd {
  display: block;
  -webkit-margin-start: 40px;
}

.contact-info .big {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin-left: 0;
  margin-top: 23px;
  color: #21366c;
  font-size: 24px;
  letter-spacing: 0.025em;
}

.big a {
  color: #21366c;
}
.big a:hover {
  color: #c09551;
}

.contact-info p {
  margin-top: 20px;
  display: block;
  letter-spacing: 0.1px;
  color: #7c7c7c !important;
  font-weight: 700;
}

.inline-list li {
  display: inline-block;
  word-spacing: 6px;
}

.icon-secondary {
  color: #c09551 !important;
}
.icon-sm {
  font-size: 20px;
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.icon-secondary:hover {
  color: #ffffff !important;
  background: #c09551;
}

.navbar-inner {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e6), to(#e8e8e6));
  background-image: -webkit-linear-gradient(top, #f9f6f1, #e8e8e6);
  background-image: -o-linear-gradient(top, #f9f6f1, #e8e8e6);
  background-image: linear-gradient(top, #f9f6f1, #e8e8e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#e8e8e6', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}


.footer {
  margin-top: 0;

  /*border-top: 1px solid #21366c;*/
}

.footer-inner {
  padding: 15px 0;

  font-size: 12px;
  /*background: #f9f6f1;background: #111;*/
  color: #21366c;
}

.footer a {
  color: #21366c;
}

.footer a:hover {
  color: #c09551;/*color: #FFF;*/
  text-decoration: none;
}

.cooperationList > ul li {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  width: 98%;
  margin: 5px auto 5px auto;
  padding: 10px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  color: #777777;
  background-color: #fff;
  /*text-align: justify;*/
  text-align: left;
}

.cooperationList ul li ul li {
  margin: 0px;
  border: none;
  padding: 0px;
}

.cooperationList ul li:before {
  content: "\f054\ ";
  font-weight: 600;
  font-size: 18px;
  font-family: "FontAwesome";
}

.cooperationList ul li ul {
  padding-left: 15px;
}

.cooperationList ul li ul li:before {
  content: "\f005\ ";
  font-weight: 600;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #d5c463;
}