@import url(animate.css);
/*
* @section Main Styles
*/
body {
  color: #aeb0b1;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background: #fff;
}
@media (min-width: 480px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
img.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*
* @subsection Typography
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #515557;
  line-height: 1;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  text-decoration: none;
  color: #4e85c6;
}

h1, .heading-1 {
  line-height: 1.14286;
  font-weight: 300;
  font-size: 32px;
  color: #333333;
}
@media (min-width: 480px) {
  h1, .heading-1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  h1, .heading-1 {
    font-size: 70px;
  }
}

h2, .heading-2 {
  font-size: 50px;
  font-weight: 300;
}

h3, .heading-3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #515557;
}

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

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

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

time {
  display: block;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

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

/*
* @subsection Text Styling
*/
.primary {
  color: #4e85c6;
}

a.primary:hover {
  text-decoration: underline;
}

.secondary {
  color: #99d0b5;
}

.contrast {
  color: #000;
}

.contrast-variant-1 {
  color: #515557;
}

.contrast-variant-2 {
  color: #6f767a;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: uppercase;
}

.big {
  font-size: 20px;
  line-height: 25px;
}

.small {
  font-size: 14px;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

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

.ubold {
  font-weight: 900;
}

/*
* @section Type System
*/
/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

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

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

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

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

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
/*
* @section MainLayout
*/
p + * {
  margin-top: 57px;
}

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

time + * {
  margin-top: 11px;
}

h1 + * {
  margin-top: 38px;
}

h1 + .contact-form {
  margin-top: 48px;
}

* + address {
  margin-top: 47px;
}
* + address * + .btn {
  margin-top: 58px;
}
* + address * + .row {
  margin-top: 46px;
}

* + .subscribe-form {
  margin-top: 57px;
}

[class^="box"] + * {
  margin-top: 35px;
}

.stuck_container + * {
  margin-top: 140px;
}
@media (min-width: 768px) {
  .stuck_container + * {
    margin-top: 253px;
  }
}

.stuck_container + .stuck_container {
  margin-top: 0;
}

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

.icon + * {
  margin-top: 70px;
}

.counter + * {
  margin-top: 19px;
}
@media (min-width: 992px) {
  .counter + * {
    margin-top: 57px;
  }
}

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

img + h3 {
  margin-top: 36px;
}

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

html body .page .container .row .offset-2 {
  margin-top: 60px;
}
@media (min-width: 992px) {
  html body .page .container .row .offset-2 {
    margin-top: 540px;
  }
}
@media (min-width: 1250px) {
  html body .page .container .row .offset-2 {
    margin-top: 660px;
  }
}

.offset-3 {
  margin-top: 15px;
}

.inset-1 {
  padding: 60px 30px 60px 38px;
}
@media (min-width: 768px) {
  .inset-1 {
    padding: 109px 80px 110px 138px;
  }
}
@media (min-width: 992px) {
  .inset-1 {
    padding: 109px 30px 110px 38px;
  }
}
@media (min-width: 1200px) {
  .inset-1 {
    padding: 109px 92px 110px 98px;
  }
}

.inset-2 {
  padding: 33px 20px 24px 39px;
  min-height: 192px;
}

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

/*
* @subsection Wells
*/
.well-md {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .well-md {
    padding-bottom: 120px;
  }
}

.well-md--inset-1 {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .well-md--inset-1 {
    padding-top: 130px;
  }
}

.well-md--inset-2 {
  padding-top: 79px;
}

.well-lg {
  padding-top: 120px;
  padding-bottom: 127px;
}

.well-xl {
  padding-bottom: 153px;
}

.well-sm {
  padding-bottom: 68px;
}

/*
* @section Helpers
*/
.img-wrap {
  position: relative;
}

.triangle {
  position: relative;
}
.triangle:before {
  position: absolute;
  bottom: -30px;
  left: 50px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #f8f8f8 transparent transparent transparent;
}

.img-position-1 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .img-position-1 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 1140px;
    right: 0;
    max-width: 82%;
    min-height: auto;
  }
}
@media (min-width: 2050px) {
  .img-position-1 {
    right: auto;
    -moz-transform: translateX(-14%);
    -ms-transform: translateX(-14%);
    -o-transform: translateX(-14%);
    -webkit-transform: translateX(-14%);
    transform: translateX(-14%);
  }
}

.img-position-2 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .img-position-2 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 1140px;
    left: 0;
    max-width: 82%;
    min-height: auto;
  }
}
@media (min-width: 2050px) {
  .img-position-2 {
    left: auto;
    -moz-transform: translateX(-36%);
    -ms-transform: translateX(-36%);
    -o-transform: translateX(-36%);
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%);
  }
}

.z-index-10 {
  z-index: 10;
  position: relative;
}

/*
* @subsection Backgrounds
*/
.bg-default {
  background-color: #f8f8f8;
}

.bg-primary {
  background-color: #4e85c6;
  color: #515557;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  color: #fff;
}
.bg-primary .primary {
  color: #fff;
}
.bg-primary .btn-default {
  color: #fff;
  border-color: #fff;
}
.bg-primary .btn-primary {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.bg-primary .btn-primary:hover {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}
.bg-primary .icon-primary {
  background-color: #fff;
  color: #000;
}
.bg-primary .counter {
  border-color: #fff;
}
.bg-primary .border-primary:before {
  background-color: #fff;
}
.bg-primary .marked-list {
  color: #0097c0;
}
.bg-primary .marked-list li:before {
  color: #000;
}
.bg-primary .marked-list a:hover {
  color: #fff;
}

.bg-secondary {
  background-color: #99d0b5;
  color: #515557;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6,
.bg-secondary .heading-1, .bg-secondary .heading-2, .bg-secondary .heading-3, .bg-secondary .heading-4, .bg-secondary .heading-5, .bg-secondary .heading-6 {
  color: #fff;
}
.bg-secondary .btn-default {
  color: #fff;
  border-color: #fff;
}

.bg-secondary-2 {
  background-color: #4e85c6;
  color: #515557;
}
.bg-secondary-2 h1, .bg-secondary-2 h2, .bg-secondary-2 h3, .bg-secondary-2 h4, .bg-secondary-2 h5, .bg-secondary-2 h6,
.bg-secondary-2 .heading-1, .bg-secondary-2 .heading-2, .bg-secondary-2 .heading-3, .bg-secondary-2 .heading-4, .bg-secondary-2 .heading-5, .bg-secondary-2 .heading-6 {
  color: #fff;
}
.bg-secondary-2 .btn-default {
  color: #fff;
  border-color: #fff;
}

.bg-contrast {
  background-color: #515557;
  color: #7d878c;
}
.bg-contrast h1, .bg-contrast h2, .bg-contrast h3, .bg-contrast h4, .bg-contrast h5, .bg-contrast h6,
.bg-contrast .heading-1, .bg-contrast .heading-2, .bg-contrast .heading-3, .bg-contrast .heading-4, .bg-contrast .heading-5, .bg-contrast .heading-6 {
  color: #fff;
}
.bg-contrast address {
  color: #fff;
}
.bg-contrast .btn-default {
  color: #fff;
  border-color: #fff;
}
.bg-contrast .btn-primary {
  color: #fff;
}

.header-bg {
  padding-top: 56px;
  padding-bottom: 24px;
  background-image: url("../images/header-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .header-bg {
    padding-top: 114px;
    padding-bottom: 126px;
  }
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.rd-navber-brand {
  display: inline-block;
}
.rd-navber-brand__logo {
  display: table-cell;
  padding-top: 8px;
}
.rd-navber-brand__name {
  font-size: 50px;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
}
.rd-navber-brand__name span {
  margin-left: -12px;
}

/*
* @subsection Border
*/
.border {
  padding-bottom: 60px;
  position: relative;
}
.border:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 220px;
}
@media (min-width: 480px) {
  .border:before {
    width: 270px;
  }
}
.border:after {
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  content: '';
  width: 36px;
  height: 5px;
}
.border-top:before, .border-top:after {
  top: -80px;
  left: 0;
}
.border-bottom:before, .border-bottom:after {
  bottom: 10px;
  left: 0;
}
.border-contrast:before {
  background-color: #515557;
}
.border-contrast:after {
  background-color: #fff;
}
.border-primary:before {
  background-color: #4e85c6;
}
.border-primary.border-1:before {
  background-color: #99d0b5;
}
.border-primary:after {
  background-color: #515557;
}
.border-default-sm:after {
  background-color: #fff;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  line-height: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-sm {
  font-size: 25px;
  width: 77px;
  height: 77px;
  line-height: 70px;
}

.icon-md {
  font-size: 31px;
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.icon-lg {
  font-size: 32px;
  width: 130px;
  height: 130px;
  line-height: 130px;
}
@media (min-width: 768px) {
  .icon-lg {
    font-size: 40px;
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
}

.icon-primary {
  background-color: #4e85c6;
  color: #fff;
}

.icon-primary-variant-1 {
  color: #fff;
  border: 3px solid #4e85c6;
}

.contrast-variant-2 {
  color: #6f767a;
}

.icon-contrast {
  color: #fff;
  background-color: #515557;
}

.icon-contrast-variant-1 {
  background-color: #6f767a;
}

a.icon-contrast {
  border: 3px solid transparent;
}
a.icon-contrast:hover {
  background-color: transparent;
  border: 3px solid #4e85c6;
}

/*
* @subsection Counter
*/
.counter {
  color: #515557;
  font-weight: 300;
  font-size: 47px;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-contrast {
  color: #fff;
  background: #515557;
  border: 3px solid #515557;
}
.btn-contrast:hover {
  color: #515557;
  background: transparent;
}
.btn-default {
  color: #000;
  background: transparent;
  border: 3px solid #000;
}
.btn-default:hover {
  color: #515557;
  background: #fff;
}
.btn-primary {
  color: #515557;
  background: transparent;
  border: 3px solid #4e85c6;
}
.btn-primary:hover {
  color: #fff;
  background: #4e85c6;
}
.btn-md {
  font-size: 19px;
  padding: 23px 49px;
}

/*
* @subsection Box
*/
.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: 29px;
}

@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;
    text-align: left;
  }

  .box-xs .box_left {
    padding-right: 32px;
    margin-bottom: 0;
  }

  .box-xs .box_right {
    padding-left: 20px;
  }

  .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;
    vertical-align: top;
  }
}
.box-sm {
  text-align: center;
}

.box-sm .box_left {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }

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

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

  .box-sm .box_right {
    padding-left: 20px;
  }

  .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;
    vertical-align: top;
  }
}
@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;
    line-height: 22px;
  }

  .box-md .box_left {
    padding-right: 30px;
    margin-bottom: 0;
  }

  .box-md .box_right {
    padding-left: 20px;
  }

  .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;
    vertical-align: top;
  }
}
@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: 13px;
  }

  .box-lg .box_right {
    padding-left: 20px;
  }

  .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;
    vertical-align: top;
  }
}
.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;
}

/*
* @subsection quote
*/
.quote * + [class^="box"] {
  margin-top: 56px;
}
.quote q {
  font-size: 18px;
  line-height: 1.5;
}
.quote cite {
  font-size: 16px;
  line-height: 20px;
  color: #515557;
}
.quote cite a {
  font-size: 14px;
  line-height: 12px;
}

/*
* @subsection List
*/
.list {
  font-size: 14px;
  line-height: 1.5;
  padding: 24px 29px 39px 29px;
}
.list li + li {
  margin-top: 15px;
}

/*
* @subsection I
 list
*/
.inline-list > li {
  display: inline-block;
}
.inline-list * + li {
  margin-left: 16px;
}

/*
* @subsection Marked list
*/
.marked-list li a:hover {
  color: #aeb0b1;
}
.marked-list li a {
  padding-left: 18px;
  font-weight: 300;
  position: relative;
}
.marked-list li a:before {
  position: absolute;
  top: 8px;
  left: 1px;
  font-family: "FontAwesome";
  font-size: 8px;
  color: #aeb0b1;
  content: "\f111";
}
.marked-list li + li {
  margin-top: 15px;
}

/*
* @subsection Contact info
*/
.contact-info dt, .contact-info dd {
  display: inline-block;
}

/*
* @subsection Privacy policy
*/
.terms-list dt + * {
  margin-top: 18px;
}
.terms-list dd + * {
  margin-top: 40px;
}

/**
* @package Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 46px;
}
@media (min-width: 991px) and (max-width: 1199px) {
.sf-menu > li + li {
  margin-left: 26px;
}
}
.sf-menu a {
  text-align: left;
  display: block;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.02em;
}

.sf-menu > li > a {
  color: #FFF;
  font-size: 16px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #4e85c6;
}
.sf-menu > li.active > a {
  color: #4e85c6;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 43px;
  min-width: 228px;
  padding-top: 40px;
  padding-bottom: 42px;
  z-index: 50;
  left: -73px;
  -webkit-box-shadow: 2px 2px 12px -3px #434547;
  -moz-box-shadow: 2px 2px 12px -3px #434547;
  box-shadow: 2px 2px 12px -3px #434547;
  background-color: #515557;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li + li {
  margin-top: 9px;
}
.sf-menu ul > li > a {
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  padding-left: 40px;
  font-size: 14px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  margin-left: 5px;
}

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #515557 transparent;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sf-menu > li > ul .sf-with-ul + ul:before {
  content: '';
  position: absolute;
  top: 19px;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #4e85c6 transparent transparent;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sf-menu ul li {
  position: relative;
}
.sf-menu ul li ul {
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  position: absolute;
  left: 111%;
  top: -13px;
  padding-top: 43px;
  padding-bottom: 46px;
  background-color: #4e85c6;
  min-width: 228px;
}

.sf-menu ul ul > li > a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 67px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  margin-left: 5px;
}

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

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection RD Mobile Menu
*
* @description mobile navbar
*
* @author     Evgeniy Gusarov (Diversant)
* @link     http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: #515557;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  -o-transform: translateY(-27px);
  -webkit-transform: translateY(-27px);
  transform: translateY(-27px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  text-transform: capitalize;
}
.rd-mobilemenu_ul a.active {
  background: #4d5153;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #4e85c6;
  color: #e4e4e4;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #515557;
  color: #fff;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #515557;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*
* @tag Stuck menu
*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
@media (min-width: 992px) {
  .isStuck {
    height: 80px;
  }
}
.isStuck .nav {
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .isStuck .nav {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
.isStuck .rd-navber-brand {
  transform: scale(0.5) translateY(-33px);
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  line-height: 45px;
  color: #fff;
  background-color: #4e85c6;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 110px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:before {
  font-size: 36px;
}
.toTop:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

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

/*
* @section Header
*/
header {
  padding-top: 70px;
  padding-bottom: 363px;
  background-image: url(../images/page-1_img01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
}
@media (min-width: 768px) {
  header {
    padding-top: 115px;
  }
}
header * {
  color: #fff;
}
header .nav {
  margin-top: 42px;
}
@media (min-width: 992px) {
  header .nav {
    margin-right: 4px;
    float: right;
  }
}

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

/*
* @section Footer
*/
footer {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #474a4c;
  color: #6f767a;
}
footer a:hover {
  color: #fff;
}
footer .rd-navber-brand {
  display: inline-block;
}
footer .rd-navber-brand__name {
  color: #fff;
}
footer .copyright {
  font-size: 14px;
  display: inline-block;
  margin-top: 45px;
  margin-left: 30px;
}
footer .inline-list {
  margin-top: 26px;
}
@media (min-width: 992px) {
  footer .inline-list {
    margin-top: 18px;
    float: right;
  }
}
