@charset "UTF-8";
@import url(animate.css);
@import url(fl-continuous.css);
@import url(arrows.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #333;
  font: 300 15px/30px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1, h2, h3, .terms-list dt, h4, h5, h6 {
  text-transform: uppercase; }

h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  letter-spacing: 14px; }

h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 11.52px;
  position: relative; }
  h2:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 79px;
    bottom: -20px;
    background: #fff;
    left: 49.4%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

h3, .terms-list dt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none; }
  h3 a:hover, .terms-list dt a:hover {
    color: #ff5b50; }

h4 {
  font-size: 18px;
  line-height: 22px; }

h5 {
  font-size: 17px;
  line-height: 22px; }

h6 {
  font-size: 15px;
  line-height: 22px;
  text-transform: none; }

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

time {
  display: block;
  font-size: 44px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: 8.8px;
  text-transform: uppercase; }

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

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

blockquote {
  position: relative; }
  blockquote * + h6 {
    margin-top: 22px; }
  blockquote:before {
    content: '\f10d';
    position: absolute;
    font-size: 72px;
    font-family: "FontAwesome";
    color: rgba(255, 255, 255, 0.2);
    top: 25px; }

strong {
  font-weight: 700; }

.center {
  text-align: center; }

.fa {
  line-height: inherit; }

hr {
  border: none;
  height: 3px;
  width: 79px;
  display: inline-block;
  background: #fff;
  margin-left: -15px; }

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

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

@media (max-width: 767px) {
  h2 {
    line-height: 40px; }

  time {
    font-size: 32px;
    line-height: 38px; } }
@media (max-width: 479px) {
  time {
    font-size: 18px;
    line-height: 28px; } }
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 89px; }

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

* + .offset2 {
  margin-top: 77px; }

* + .center, * + .btn {
  margin-top: 69px; }

* + h3, .terms-list * + dt {
  margin-top: 90px; }

* + p, .terms-list * + dd {
  margin-top: 22px; }

* + .resp-tabs {
  margin-top: 79px; }

* + .resp-tabs-container {
  margin-top: 60px; }

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

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

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

* + .box {	
  margin-top: 65px; }

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

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

hr + time {
  margin-top: 7px; }

img + h3, .terms-list img + dt {
  margin-top: 30px; }

.fl + h3, .terms-list .fl + dt {
  margin-top: 34px; }

.inline-list + .btn {
  margin-top: 85px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  background: #2c2a32;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 53px 151px 53px 60px; }
  .brand_name {
    overflow: hidden; }
  .brand_slogan {
    position: absolute;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    background: #ff5b50;
    letter-spacing: 4px;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .brand * + p, .brand .terms-list * + dd, .terms-list .brand * + dd {
    margin-top: 0; }

@media (max-width: 1199px) {
  .brand {
    padding: 53px 121px 53px 20px; } }
@media (max-width: 979px) {
  .brand {
    padding: 53px 15px 53px 5px; } }
@media (max-width: 767px) {
  .brand {
    display: block;
    text-align: center;
    padding: 25px 0; } }
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #fff; }
  .bg-primary h2:before {
    background: #ff5b50; }
  .bg-primary * + a, .bg-primary * + address {
    margin-top: 23px; }
  .bg-primary .fl-continuous-document163 + a {
    margin-top: 10px; }
  .bg-primary address {
    line-height: 25px; }
  .bg-primary a {
    display: inline-block; }
    .bg-primary a:hover {
      color: #ff5b50; }
  .bg-primary * + .row {
    margin-top: 100px; }
  .bg-primary .mod {
    font-size: 66px; }

/*==================     Icons     ======================*/
.fl-continuous-house150,
.fl-continuous-document163,
.fl-continuous-envelope42 {
  font-size: 76px;
  line-height: 76px;
  font-weight: 400;
  color: #ff5b50; }

.fl-continuous-document163 {
  margin-top: 10px; }

.fl-continuous-electrocardiogram,
.fl-continuous-padlock45,
.fl-continuous-user160,
.fl-continuous-clock101 {
  font-size: 76px;
  line-height: 76px;
  color: #fff; }

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 25px; }
  .marked-list li a:before {
    content: '';
    position: absolute;
    background: url("../images/marked-icon.png");
    left: 0;
    top: 6px;
    height: 11px;
    width: 5px;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }
  .marked-list li + li {
    margin-top: 8px; }
.marked-list a:hover:before {
  left: 10px;
  color: #2c2a32; }
.marked-list a:hover {
  text-decoration: none;
  color: #2c2a32; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li:before {
    content: counter(li,decimal-leading-zero);
    counter-increment: li;
    font-size: 76px;
    line-height: 100px;
    letter-spacing: 27.36px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 20px; }
  .index-list li.grid_1:nth-child(12n + 13),
  .index-list li.grid_2:nth-child(6n + 7),
  .index-list li.grid_3:nth-child(4n + 5),
  .index-list li.grid_4:nth-child(3n + 4),
  .index-list li.grid_6:nth-child(2n + 3) {
    clear: left; }

/*==================  Terms List  ======================*/
.terms-list dt, .terms-list dd {
  color: #2c2a32; }
.terms-list dd > a {
  margin-top: 85px;
  display: inline-block; }
.terms-list dd a {
  font-size: 15px;
  line-height: 26px;
  color: #2c2a32; }
  .terms-list dd a:hover {
    text-decoration: underline;
    color: #ff5b50; }
.terms-list dt + dd {
  margin-top: 22px; }
.terms-list dd + dt {
  margin-top: 90px; }

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block; }
  .inline-list li a {
    display: inline-block;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 14px; }
.inline-list li + li {
  margin-left: 42px; }
.inline-list a:hover {
  color: #2c2a32;
  background: #fff; }

@media (max-width: 767px) {
  .inline-list li + li {
    margin-left: 21px; } }
@media (max-width: 479px) {
  .inline-list {
    text-align: center; }
    .inline-list li {
      display: block; }
    .inline-list li + li {
      margin-left: 0; } }
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 100;
  background: #ff5b50;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 16px 57px; }
  .btn:hover {
    background: #2c2a32; }
  .btn:active {
    background: #141316; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  font-size: 76px;
  line-height: 80px; }
.box_cnt {
  padding-left: 40px; }
.box_cnt__no-flow {
  overflow: hidden; }

@media (max-width: 479px) {
  .box_aside {
    margin-right: 20px; }
  .box_cnt {
    padding-left: 0; }
  .box_cnt__no-flow {
    overflow: visible; } }
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 4px; }
  .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: 29px; }
  .sf-menu a {
    display: block;
    padding: 0 15px; }

@media (max-width: 979px) {
  .sf-menu a {
    padding: 0 10px; }
  .sf-menu li + li {
    margin-left: 5px; } }
.sf-menu > li > a {
  color: #FFF; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #ff5b50; }
.sf-menu > li.active > a {
  color: #ff5b50;
  background: transparent; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -60px;
  width: 235px;
  margin-top: 10px;
  background: #2c2a32;
  z-index: 2;
  border: 1px solid #fff; }

.sf-menu ul > li {
  margin: 0; }
  .sf-menu ul > li > a {
    color: #fff;
    background: #2c2a32; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #2c2a32;
    background: #fff; }

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

.sf-menu ul ul > li > a {
  color: #fff;
  background: #ff5b50; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #2c2a32;
  background: #fff; }

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

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  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: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #2c2a32;
      color: #FFF; }
    .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: #FFF;
        color: #666; }
    .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: #FFF;
  color: #000;
  -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: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .rd-mobilepanel_title:before {
    height: 0;
    width: 0; }

.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: #000;
      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 {
  z-index: 999;
  background: #2c2a32;
  border-bottom: 1px solid #ff5b50; }
  .isStuck .brand {
    padding: 2px 51px 2px 53px; }
  .isStuck .nav {
    padding-top: 20px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:before {
    content: '\e000';
    font-family: "arrows";
    font-size: 67px;
    line-height: 40px;
    color: #ff5b50;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-shadow: 1px 0px 2px black; }
  .toTop:hover:before {
    color: #fff; }

@media (max-width: 767px) {
  .toTop {
    display: none !important; } }
.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  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_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

.parallax0 {
  color: #fff; }
  .parallax0 p, .parallax0 .terms-list dd, .terms-list .parallax0 dd {
    padding-right: 10px; }
  .parallax0 .btn {
    background: #fff;
    color: #2c2a32; }
    .parallax0 .btn:hover {
      background: #2c2a32;
      color: #fff; }
    .parallax0 .btn:active {
      background: #44414e; }
  .parallax0 * + .center.offset {
    margin-top: 84px; }
  .parallax0 * + .row.offset {
    margin-top: 109px; }
  .parallax0 time {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none; }
  .parallax0 time + h3, .parallax0 .terms-list time + dt, .terms-list .parallax0 time + dt {
    margin-top: 10px; }
  .parallax0 .center + h3, .parallax0 .terms-list .center + dt, .terms-list .parallax0 .center + dt {
    margin-top: 45px; }

.parallax1,
.parallax2,
.parallax3,
.parallax4,
.parallax5,
.parallax6,
.parallax7,
.parallax8,
.parallax9,
.parallax10,
.parallax11,
.parallax12,
.parallax13,
.parallax14 {
  color: #fff; }
  .parallax1 p, .parallax1 .terms-list dd, .terms-list .parallax1 dd,
  .parallax2 p,
  .parallax2 .terms-list dd,
  .terms-list .parallax2 dd,
  .parallax3 p,
  .parallax3 .terms-list dd,
  .terms-list .parallax3 dd,
  .parallax4 p,
  .parallax4 .terms-list dd,
  .terms-list .parallax4 dd,
  .parallax5 p,
  .parallax5 .terms-list dd,
  .terms-list .parallax5 dd,
  .parallax6 p,
  .parallax6 .terms-list dd,
  .terms-list .parallax6 dd,
  .parallax7 p,
  .parallax7 .terms-list dd,
  .terms-list .parallax7 dd,
  .parallax8 p,
  .parallax8 .terms-list dd,
  .terms-list .parallax8 dd,
  .parallax9 p,
  .parallax9 .terms-list dd,
  .terms-list .parallax9 dd,
  .parallax10 p,
  .parallax10 .terms-list dd,
  .terms-list .parallax10 dd,
  .parallax11 p,
  .parallax11 .terms-list dd,
  .terms-list .parallax11 dd,
  .parallax12 p,
  .parallax12 .terms-list dd,
  .terms-list .parallax12 dd,
  .parallax13 p,
  .parallax13 .terms-list dd,
  .terms-list .parallax13 dd,
  .parallax14 p,
  .parallax14 .terms-list dd,
  .terms-list .parallax14 dd {
    color: #c4c4c4; }
  .parallax1 h2:before,
  .parallax2 h2:before,
  .parallax3 h2:before,
  .parallax4 h2:before,
  .parallax5 h2:before,
  .parallax6 h2:before,
  .parallax7 h2:before,
  .parallax8 h2:before,
  .parallax9 h2:before,
  .parallax10 h2:before,
  .parallax11 h2:before,
  .parallax12 h2:before,
  .parallax13 h2:before,
  .parallax14 h2:before {
    background: #ff5b50;
    left: 39px; }
  .parallax1 * + .btn,
  .parallax2 * + .btn,
  .parallax3 * + .btn,
  .parallax4 * + .btn,
  .parallax5 * + .btn,
  .parallax6 * + .btn,
  .parallax7 * + .btn,
  .parallax8 * + .btn,
  .parallax9 * + .btn,
  .parallax10 * + .btn,
  .parallax11 * + .btn,
  .parallax12 * + .btn,
  .parallax13 * + .btn,
  .parallax14 * + .btn {
    margin-top: 86px; }
  .parallax1 .btn:hover,
  .parallax2 .btn:hover,
  .parallax3 .btn:hover,
  .parallax4 .btn:hover,
  .parallax5 .btn:hover,
  .parallax6 .btn:hover,
  .parallax7 .btn:hover,
  .parallax8 .btn:hover,
  .parallax9 .btn:hover,
  .parallax10 .btn:hover,
  .parallax11 .btn:hover,
  .parallax12 .btn:hover,
  .parallax13 .btn:hover,
  .parallax14 .btn:hover {
    cursor: pointer;
    background: #fff;
    color: #ff5b50; }
  .parallax1 .btn:active,
  .parallax2 .btn:active,
  .parallax3 .btn:active,
  .parallax4 .btn:active,
  .parallax5 .btn:active,
  .parallax6 .btn:active,
  .parallax7 .btn:active,
  .parallax8 .btn:active,
  .parallax9 .btn:active,
  .parallax10 .btn:active,
  .parallax11 .btn:active,
  .parallax12 .btn:active,
  .parallax13 .btn:active,
  .parallax14 .btn:active {
    background: #e6e6e6; }

.parallax3 * + .btn,
.parallax7 * + .btn,
.parallax10 * + .btn,
.parallax13 * + .btn {
  margin-top: 60px; }
.parallax3 h2:before,
.parallax7 h2:before,
.parallax10 h2:before,
.parallax13 h2:before {
  background: #ff5b50;
  left: 49.4%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.parallax5 h2,
.parallax9 h2,
.parallax11 h2,
.parallax14 h2 {
  letter-spacing: 6.4px; }
  .parallax5 h2:before,
  .parallax9 h2:before,
  .parallax11 h2:before,
  .parallax14 h2:before {
    display: none; }
.parallax5 h6,
.parallax9 h6,
.parallax11 h6,
.parallax14 h6 {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 3.6px;
  text-transform: uppercase; }
.parallax5 * + h6,
.parallax9 * + h6,
.parallax11 * + h6,
.parallax14 * + h6 {
  margin-top: 96px; }
.well3.parallax.parallax5 .container.center h6 {
}

.parallax7 * + .center {
  margin-top: 89px; }

.parallax10 * + h3, .parallax10 .terms-list * + dt, .terms-list .parallax10 * + dt {
  margin-top: 46px; }

.parallax13 * + h3, .parallax13 .terms-list * + dt, .terms-list .parallax13 * + dt {
  margin-top: 50px; }

@media (max-width: 479px) {
  .parallax5 h2,
  .parallax9 h2,
  .parallax11 h2,
  .parallax14 h2 {
    letter-spacing: 3.4px; }

  .parallax5 h2 {
    font-size: 20px; }

  .parallax5 h6, .parallax9 h6 {
    line-height: 20px; } }
/*=================       Tabs     ======================*/
.resp-tabs-list {
  display: inline-block; }
  .resp-tabs-list .resp-tab-active {
    background: #fff;
    color: #2c2a32; }
  .resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 14px;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }
    .resp-tabs-list li:hover {
      background: #fff;
      color: #2c2a32; }
  .resp-tabs-list li + li {
    margin-left: 41px; }

.resp-tabs-container .wrapper:before, .resp-tabs-container .wrapper:after {
  display: table;
  content: "";
  line-height: 0; }
.resp-tabs-container .wrapper:after {
  clear: both; }
.resp-tabs-container .wrapper a {
  float: left;
  width: 33.33333333333%; }

.resp-accordion {
  display: none; }

.resp-tab-content {
  display: none; }

.resp-tab-content-active {
  display: block; }

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    background: #2c2a32;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .resp-accordion:hover {
      cursor: pointer;
      color: #2c2a32;
      background: #fff; }

  .resp-tab-active {
    color: #2c2a32;
    background: #fff; }

  .resp-tabs-list {
    display: none; } }
@media (max-width: 479px) {
  .resp-tabs-container .wrapper a {
    width: 100%; } }
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    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: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(44, 42, 50, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#802C2A32', endColorstr='#802C2A32')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#802C2A32', endColorstr='#802C2A32');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #2c2a32; }
  header .camera_container + .stuck_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent; }
    header .camera_container + .stuck_container .nav {
      position: absolute;
      top: 49%;
      right: 70px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      margin: 0; }
  header .nav {
    padding-top: 75px;
    float: right;
    margin-right: 70px; }

@media (max-width: 1199px) {
  header .nav {
    margin-right: 10px; } }
@media (max-width: 979px) {
  header .camera_container + .stuck_container .nav {
    right: 0; } }
@media (max-width: 767px) {
  header .camera_container + .stuck_container {
    top: 55px; } }
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #2c2a32; }

/*==================      Well     ======================*/
.well {
  padding-top: 93px;
  padding-bottom: 107px; }

.well__ins1 {
  padding-bottom: 0; }

.well__ins2 {
  padding-bottom: 140px; }

.well__ins3 {
  padding-top: 103px; }

.well__ins4 {
  padding-bottom: 87px; }

.well__ins5 {
  padding-bottom: 93px; }

.well__ins6 {
  padding-bottom: 247px; }

.well2 {
  padding-top: 325px;
  padding-bottom: 263px; }

.well2__ins1 {
  padding-bottom: 330px; }

.well3 {
  padding-top: 275px;
  padding-bottom: 273px; }

@media (max-width: 767px) {
  .well2, .well3 {
    padding-top: 100px;
    padding-bottom: 100px; } }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 40px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff; }
  footer h2:before {
    background: #ff5b50; }
  footer a {
    display: inline-block; }
    footer a:hover {
      color: #ff5b50; }
  footer .copyright {
    padding-top: 110px;
    padding-bottom: 127px;
    font-size: 16px;
    line-height: 26px;
    color: #838383; }
    footer .copyright * + a {
      margin-top: 0;
      display: inline-block; }
    footer .copyright p, footer .copyright .terms-list dd, .terms-list footer .copyright dd {
      display: inline-block; }

.footer__ins {
  padding-top: 153px; }
