@charset "UTF-8";
/*
* @package MIXINS
*/
/*
* @package Variables
*/
@import url(animate.css);
/*
* @section Main Styles
*/
body {
  color: #888888;
  background-color: #ffffff;
  font: 300 16px "Raleway", sans-serif;
  line-height: 2.1875;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

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

h1, h2, .heading-2, h3, .heading-3, h4, h5, h6, .heading-6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #333333;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 120px;
  }
}

h2, .heading-2 {
  font-size: 36px;
  line-height: 1.19091;
  font-weight: 700;
  color: #53d7eb;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 72px;
  }
}
@media (min-width: 1450px) {
  h2, .heading-2 {
    font-size: 80px;
  }
}
@media (min-width: 1760px) {
  h2, .heading-2 {
    font-size: 90px;
  }
}
@media (min-width: 1940px) {
  h2, .heading-2 {
    font-size: 110px;
  }
}
h2 a:hover, .heading-2 a:hover {
  color: #434343;
}

h3, .heading-3 {
  font-size: 32px;
  line-height: 1.15714;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 44px;
  }
}
@media (min-width: 1450px) {
  h3, .heading-3 {
    font-size: 70px;
  }
}

h4 {
  display: inline-block;
  font-size: 26px;
  line-height: 1.02;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  padding-top: 68px;
}
h4:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 5px;
  width: 88px;
  max-width: 450px;
  background-color: #53d7eb;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  h4 {
    font-size: 36px;
  }
  h4:hover:before {
    width: 100%;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 45px;
  }
}
@media (min-width: 1450px) {
  h4 {
    font-size: 50px;
  }
}

h5 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 28px;
  }
}

h6, .heading-6 {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 20px;
  }
}

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

time {
  display: block;
}

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: #53d7eb;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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;
}

@media (max-width: 992px) {
  .image_wrap {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

/*
* @section Main Layout
*/
* + h2 {
  margin-top: 10px;
}
@media (min-width: 1450px) {
  * + h2 {
    margin-top: 28px;
  }
}

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

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

h2 + p {
  margin-top: 20px;
}
@media (min-width: 1650px) {
  h2 + p {
    margin-top: 42px;
  }
}

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

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

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

h2 + h3 {
  margin-top: 43px;
}

* + h4 {
  margin-top: 100px;
}
@media (min-width: 1900px) {
  * + h4 {
    margin-top: 180px;
  }
}

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

time + p {
  margin-top: 21px;
}

* + .image_wrap {
  margin-top: 80px;
}
@media (min-width: 992px) {
  * + .image_wrap {
    margin-top: 168px;
  }
}

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

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

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

* + .rd-mailform {
  margin-top: 44px;
}

* + .row {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  * + .row {
    margin-top: 168px;
  }
}

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

* + .privacy-mail {
  margin-top: 67px;
}

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

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

* + .offset-4 {
  margin-top: 20px;
}

/*
* @subsection Helpers
*/
.uppercase {
  text-transform: uppercase;
}

.container-inset {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 480px) {
  .container-inset {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1550px) {
  .container-inset {
    padding-left: 139px;
    padding-right: 139px;
  }
}

.offset-1 {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .offset-1 {
    margin-top: -240px;
  }
}
@media (min-width: 1550px) {
  .offset-1 {
    margin-top: -290px;
  }
}

@media (min-width: 992px) {
  .inset-1 {
    padding-right: 9%;
  }
}

.inset-2 {
  padding: 82px 20px 60px;
}
@media (min-width: 480px) {
  .inset-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .inset-2 {
    padding-bottom: 175px;
  }
}
@media (min-width: 1850px) {
  .inset-2 {
    padding: 175px 48px 162px 60px;
  }
}

.inset-3 {
  padding: 70px 35px 70px 0;
}
@media (min-width: 1200px) {
  .inset-3 {
    padding-top: 145px;
    padding-bottom: 132px;
  }
}

@media (min-width: 1550px) {
  .inset-4 {
    padding-right: 42%;
  }
}
@media (min-width: 2000px) {
  .inset-4 {
    padding-right: 45%;
  }
}

.inset-5 {
  padding: 70px 0 70px 35px;
}
@media (min-width: 1200px) {
  .inset-5 {
    padding: 145px 0 132px 74px;
  }
}

.inset-7 {
  padding: 70px 35px 70px 0;
}
@media (min-width: 1200px) {
  .inset-7 {
    padding-top: 145px;
    padding-bottom: 158px;
  }
}

.border {
  position: relative;
}
.border:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -150px;
  content: '';
  border: 5px solid #ffffff;
}
.border--skin-1:before {
  left: 0;
  right: -150px;
}

.border-primary {
  border: 5px solid #53d7eb;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter > [class^='col-'] {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-right {
    text-align: right;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*
* @subsection Brand
*/
.brand {
  color: inherit;
  line-height: 0.75;
}
.brand h1 {
  font-size: 64px;
  line-height: 0.75;
  vertical-align: bottom;
}
.brand .small {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-top: 5px;
  margin-left: 5px;
}
@media (min-width: 1620px) {
  .brand h1 {
    display: inline-block;
  }
  .brand .small {
    margin-left: 0;
  }
}
.brand a {
  color: inherit;
}

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

.icon-sm {
  width: 28px;
  height: 35px;
  line-height: 35px;
  font-size: 24px;
}

.icon-default {
  color: #ffffff;
}

a.icon-default:hover {
  color: #53d7eb;
}

/*
* @subsection Inline-list
*/
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list > li + li {
  margin-left: 18px;
}

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

/*
* @subsection Post
*/
.post__title {
  font-size: 26px;
  line-height: 1.42;
}
@media (min-width: 768px) {
  .post__title {
    font-size: 36px;
  }
}
@media (min-width: 1450px) {
  .post__title {
    font-size: 50px;
  }
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.btn-sm {
  font-size: 20px;
  line-height: 40px;
  padding: 15px 24px;
}

.btn-default {
  color: #ffffff;
  background-color: #333333;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-default:hover {
  background-color: #53d7eb;
  color: #ffffff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-default:active {
  background-color: #448397;
}

/*
* @subsection List
*/
.list {
  font-size: 26px;
  line-height: 1.2;
}
.list li + li {
  margin-top: 24px;
}

/*
* @subsection Term list
*/
.terms-list dt {
  font-size: 32px;
  line-height: 1.22;
}
@media (min-width: 768px) {
  .terms-list dt {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .terms-list dt {
    font-size: 50px;
  }
}
.terms-list * + dd {
  margin-top: 14px;
}
.terms-list * + dt {
  margin-top: 66px;
}

a.privacy-mail {
  display: inline-block;
}

/*
* @subsection Backgrounds
*/
.bg-contrast {
  background-color: #000000;
}

/*
* @subsection Colors
*/
.text-primary {
  color: #53d7eb;
}
.text-primary a:hover {
  color: #1b0b07;
}

/*
* @subsection Imports
*/
/*
* @package Boxes
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}
.box .box_left *, .box-xs .box_left *, .box-sm .box_left *, .box-md .box_left *, .box-lg .box_left * {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
.box h6 + p, .box-xs h6 + p, .box-sm h6 + p, .box-md h6 + p, .box-lg h6 + p {
  margin-top: 17px;
}

.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: 27px;
}
.box .box_right {
  padding-left: 27px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 27px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 27px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 27px;
  }
  .box-xs .box_right {
    padding-left: 27px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 27px;
  }
  .box-xs-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 27px;
  }
  .box-sm .box_right {
    padding-left: 27px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 27px;
  }
  .box-sm-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 27px;
  }
  .box-md .box_right {
    padding-left: 27px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 27px;
  }
  .box-md-clear .box_right {
    padding-top: 27px;
  }
}
@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: 27px;
  }
  .box-lg .box_right {
    padding-left: 27px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 27px;
  }
  .box-lg-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 480px) {
  .box-1 .box_left img, .box-1 .box_right img {
    max-width: none;
  }
  .box-1 .box_left,
  .box-1 .box_right,
  .box-1 .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-1 .box_left {
    padding-right: 27px;
  }
  .box-1 .box_right {
    padding-left: 27px;
  }

  .box-1-clear .box_left img, .box-1-clear .box_right img {
    max-width: 100%;
  }
  .box-1-clear .box_left,
  .box-1-clear .box_right,
  .box-1-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-1-clear .box_left {
    padding-bottom: 27px;
  }
  .box-1-clear .box_right {
    padding-top: 27px;
  }
}
/**
* @package jQuery Superfish Menu
*
* @author Joel Birch
* @link https://users.tpg.com.au/j_birch/plugins/superfish/
* @license https://www.opensource.org/licenses/mit-license.php
*/
/*
* @subsection Menu Styles
*/
.sf-menu {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.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: 32px;
}
@media (min-width: 1300px) {
  .sf-menu > li + li {
    margin-left: 52px;
  }
}
.sf-menu a {
  color: inherit;
  display: block;
}

/*
* @subsection Menu item styles
*/
.sf-menu {
  margin-top: 27px;
}
.sf-menu > li > a {
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #53d7eb;
}

/*
* @subsection Sub menu lvl1 styles
*/
.sf-menu ul {
  display: none;
  position: absolute;
  top: 135%;
  left: -42px;
  text-align: left;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  padding: 48px 0;
  background-color: #53d7eb;
  z-index: 20;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li + li {
  margin-top: 15px;
}

.sf-menu > li > ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* @subsection Sub menu lvl1 item styles
*/
.sf-menu ul {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
.sf-menu ul a {
  display: block;
  text-transform: none;
}
.sf-menu ul > li {
  position: relative;
  padding: 0 50px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #1b0b07;
}

/*
* @subsection Sub menu lvl2 styles
*/
.sf-menu ul ul {
  position: absolute;
  top: -20px;
  left: 105%;
  margin-top: 0;
  z-index: 30;
}

/*
* @subsection Sub menu lvl2 item styles
*/
/*
* @subsection sf-with-ul styles
*/
.sf-menu > li > .sf-with-ul {
  position: relative;
}

/*
* @subsection Responsive
*/
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection RD Mobile Menu
*
* @description mobile navbar
*
* @author Evgeniy Gusarov (Diversant)
* @link https://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: #ffffff;
  background: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #53d7eb;
  color: #ffffff;
}
.rd-mobilemenu_ul a:hover {
  background: #53d7eb;
  color: #ffffff;
}
.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: #333333;
  color: #ffffff;
}
.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: #333333;
  color: #ffffff;
  -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 h2 {
  margin-top: 0;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #ffffff;
  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: #ffffff;
  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;
  }
}
/*
* @package Stuck menu
*/
.stuck_container {
  background: url("../images/header-bg.jpg") no-repeat;
  background-size: cover;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .stuck_container {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .stuck_container {
    padding-top: 78px;
    padding-bottom: 71px;
  }
}

.isStuck {
  background: url("../images/header-bg.jpg") no-repeat;
  z-index: 999;
  border-bottom: 2px solid #53d7eb;
  padding: 13px 0;
  left: 0;
}
.isStuck .brand h1 {
  font-size: 60px;
}
.isStuck .sf-menu {
  margin-top: 10px;
}
.isStuck .inline-list {
  margin-top: 6px;
}
@media (max-width: 1619px) {
  .isStuck {
    padding: 5px 0;
  }
  .isStuck .brand .small {
    font-size: 14px;
  }
  .isStuck .sf-menu {
    margin-top: 17px;
  }
  .isStuck .inline-list {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .isStuck {
    padding-bottom: 15px;
  }
  .isStuck .brand, .isStuck .inline-list {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*
* @package ToTop
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #ffffff;
  background-color: #333333;
  -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:hover {
  color: #ffffff;
  background-color: #53d7eb;
  text-decoration: none;
}

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.parallax h3 {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .parallax h3 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .parallax h3 {
    font-size: 50px;
  }
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 56px "Material Icons";
  line-height: 56px;
  margin-top: -28px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(83, 215, 235, 0.8);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC53D7EB', endColorstr='#CC53D7EB')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC53D7EB', endColorstr='#CC53D7EB');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*
* @section HEADER
*/
header {
  color: #ffffff;
}
header h1, header h3, header h4, header h5, header h6 {
  color: #ffffff;
}
header h4 {
  padding-top: 30px;
}
@media (min-width: 480px) {
  header h4 {
    padding-top: 45px;
  }
}
@media (min-width: 1650px) {
  header h4 {
    padding-top: 78px;
  }
}
header.camera_container {
  position: relative;
}
header.camera_container .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: none;
}
header.camera_container .stuck_container.isStuck {
  background: url("../images/header-bg.jpg") no-repeat;
}
header.camera_container .hero {
  position: absolute;
  left: 0;
  width: 100%;
  top: 48%;
  z-index: 10;
}
@media (min-width: 1200px) {
  header.camera_container .hero {
    top: 35%;
  }
}
@media (min-width: 1550px) {
  header.camera_container .hero {
    top: 28.3%;
  }
}
header .inline-list {
  margin-top: 18px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .inline-list {
    position: absolute;
    right: 35px;
    top: 15px;
  }
}

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

/*
* @subsection Well
*/
.well-md {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 180px;
    padding-bottom: 173px;
  }
}
.well-md--inset-1 {
  padding-bottom: 0;
}
.well-md--inset-2 {
  padding-bottom: 199px;
}

/*
* @section FOOTER
*/
footer {
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 12px;
}
footer.inset-8 {
  padding-top: 66px;
}
@media (min-width: 992px) {
  footer {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  footer.inset-9 {
    padding-top: 158px;
  }
}

/*# sourceMappingURL=style.css.map */
