﻿@charset "UTF-8";
@import url(../../cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);
@import url(../../maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #777777;
  font: 400 13px/23px "PT Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, .terms-list dt, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 35px;
  line-height: 40px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
}

h3, .terms-list dt {
  font-size: 18px;
  line-height: 22px;
}
h3 a:hover, .terms-list dt a:hover {
  color: #38c7aa;
}
h3 a:active, .terms-list dt a:active {
  color: #2d9f88;
}

h4 {
  font-size: 17px;
  line-height: 16px;
}

h5 {
  font-size: 15px;
  line-height: 15px;
}

h6 {
  font-size: 14px;
  line-height: 14px;
}

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

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

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

time {
  position: relative;
  display: inline-block;
  color: #38c7aa;
  margin-right: -18px;
}
time:before {
  content: '\f073';
  position: absolute;
  left: -20px;
  top: 0;
  font-family: "FontAwesome";
}

blockquote {
  color: #fff;
}
blockquote a {
  display: inline-block;
  text-decoration: none;
}
blockquote a:hover {
  text-decoration: underline;
}
blockquote p, blockquote .terms-list dd, .terms-list blockquote dd {
  position: relative;
}
blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
  position: absolute;
  content: '\f10e';
  left: 17%;
  top: -4px;
  font-size: 26px;
  font-family: "FontAwesome";
}
blockquote * + p, blockquote .terms-list * + dd, .terms-list blockquote * + dd {
  margin-top: 24px;
}
blockquote * + h3, blockquote .terms-list * + dt, .terms-list blockquote * + dt {
  margin-top: 9px;
}
blockquote * + a {
  margin-top: 10px;
}

article img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
article p, article .terms-list dd, .terms-list article dd {
  padding: 0 30px;
}

.center {
  text-align: center;
}

.primary-color {
  color: #333333;
}

.secondary-color {
  color: #38c7aa;
}
.secondary-color a:hover {
  color: #333333;
}
.secondary-color a:active {
  color: #4d4d4d;
}

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

hr {
  height: 4px;
  border: none;
  width: 47px;
  background: #e5e5e5;
}

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

.grid_4 > .fa + h3 + p, .terms-list .grid_4 > .fa + dt + p, .terms-list .grid_4 > .fa + h3 + dd, .terms-list .grid_4 > .fa + dt + dd {
  padding: 0 20px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -16px;
  }
}
@media (max-width: 479px) {.brand{display:none;}
  blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
    left: 4%;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 34px;
}

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

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

* + .btn, * + .btn2 {
  margin-top: 35px;
}

* + .btn2 {
  margin-top: 43px;
}

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

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

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

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

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

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

time + h3, .terms-list time + dt {
  margin-top: 5px;
}

time + .inline-list {
  margin-top: 2px;
}

h2 + .offset {
  margin-top: 30px;
}

h2 + .offset2 {
  margin-top: 18px;
}

.inline-list + h3, .terms-list .inline-list + dt {
  margin-top: 5px;
}

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

.row + .offset {
  margin-top: 56px;
}

.row + hr {
  margin-top: 56px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Video     ======================*/
.vide {
  position: relative;
}
.vide * + p, .vide .terms-list * + dd, .terms-list .vide * + dd {
  margin-top: 0;
}
.vide h1 {
  font-size: 55px;
  line-height: 63px;
}
.vide header {
  padding-top: 86px;
  padding-bottom: 640px;
}
.vide header .nav {
  display: inline-block;
  float: none;
}
.vide header .brand {
  float: left;
}
.vide footer {
  position: absolute;
  bottom: -6px;
  left: -2px;
  right: 0;
}
.vide footer .copyright {
  color: #fff;
}
 footer .inline-list li a:hover {
  color: #38c7aa;
  background: #fff;
}
 footer .inline-list li + li {
  margin-left: 8px;
}

@media (max-width: 479px) {
  .vide h1 {
    font-size: 50px;
  }
}
.fancybox-wrap {
  z-index: 15;
}
.fancybox-wrap iframe {
  height: 100%;
  width: 100%;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  color: #fff;
}
.brand_slogan {
  text-transform: uppercase;
  color: #38c7aa;
  letter-spacing: 2.6px;
  font-size: 8px;
  line-height: 23px;
}

main > .brand {
  position: absolute;
  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%);
  text-align: center;
}
main > .brand p, main > .brand .terms-list dd, .terms-list main > .brand dd {
  font-size: 12px;
  line-height: 35px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #333333;
}

.bg-secondary {
  background: #38c7aa;
  color: #fff;
}
.bg-secondary img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bg-secondary .btn:hover, .bg-secondary .btn2:hover {
  color: #333333;
  background: #fff;
}
.bg-secondary .btn:active, .bg-secondary .btn2:active {
  background: #e6e6e6;
}
.bg-secondary .img_wr img {
  float: left;
}
.bg-secondary .offset {
  margin-top: 16px;
}

main.well3 video {
    max-width: 700px;
    display: none;
}

/*==================     Icons     ======================*/
.fa-video-camera,
.fa-play-circle-o,
.fa-file-video-o {
  display: inline-block;
  font-size: 33px;
  line-height: 94px;
  height: 94px;
  width: 94px;
  border: 2px solid #d4d4d4;
  color: #d4d4d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==================  Contact info  ======================*/
.terms-list {
  padding: 0 70px;
}
.terms-list dt {
  color: #38c7aa;
}
.terms-list dd a {
  color: #38c7aa;
}
.terms-list dd a:hover {
  text-decoration: underline;
}
.terms-list dd + dt {
  margin-top: 50px;
}

@media (max-width: 479px) {
  .terms-list {
    padding: 0;
  }
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  color: #777777;
  font-family: "PT Sans", sans-serif;
}
.inline-list li a:active {
  color: #2d9f88;
}
.inline-list li:before {
  margin-right: 9px;
  color: silver;
}
.inline-list li + li {
  margin-left: 13px;
}
.inline-list a:hover {
  color: #38c7aa;
}

/*==================    Buttons    ======================*/
.btn, .btn2 {
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  padding: 13px 40px;
  text-transform: uppercase;
  background: #333333;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover, .btn2:hover {
  background: #38c7aa;
}
.btn:active, .btn2:active {
  background: #2d9f88;
}

.btn2 {
  background: #38c7aa;
  padding: 13px 28px;
}
.btn2:hover {
  background: #333333;
}
.btn2:active {
  background: #1a1a1a;
}
.btn2_mod1 {
  padding: 13px 38px;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   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: 19px;
}
.sf-menu a {
  display: block;
  padding: 2px 8px 3px 8px;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, 0);
}

.sf-menu > li > a {
  color: #fff;
}
/*.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  border: 2px solid #38c7aa;
}
.sf-menu > li.active > a {
  border: 2px solid #38c7aa;
}*/

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  right: -50px;
  width: 155px;
  margin-top: 10px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #fff;
  background: #38c7aa;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #38c7aa;
  background: #fff;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  right: -106px;
  width: 100px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  border: none;
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #38c7aa;
  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: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #38c7aa;
  color: #FFF;
}
.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_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:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@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  ======================*/
.vide > header > .isStuck .nav {
  padding-bottom: 15px;
}

.isStuck {
  z-index: 999;
  border-bottom: 1px solid #777777;
  background: #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 34px;
  line-height: 35px;
  color: #fff;
  background: #38c7aa;
  -webkit-box-shadow: 0 0 5px #333333;
  -moz-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  -webkit-box-shadow: 0 0 5px #38c7aa;
  -moz-box-shadow: 0 0 5px #38c7aa;
  box-shadow: 0 0 5px #38c7aa;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.thumb .wrapp {
  color: #fff;
  position: absolute;
  top: 34%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 580px;
}
.thumb img {
  width: 100%;
  height: auto;
  will-change: transform;
  -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_video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -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_video:before {
  content: "";
  position: absolute;
  top: 64%;
  left: 0;
  right: 0;
  font: 400 72px "FontAwesome";
  line-height: 72px;
  margin-top: -36px;
  text-align: center;
}
.lt-ie9 .thumb_overlay_video:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  background: rgba(56, 199, 170, 0.2);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3338C7AA', endColorstr='#3338C7AA')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3338C7AA', endColorstr='#3338C7AA');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1690px) {
  .thumb .wrapp {
    top: 21%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .thumb_overlay_video:before {
    top: 74%;
  }

  .thumb .wrapp {
    top: 17%;
  }
}
@media (max-width: 979px) {
  .thumb .wrapp p, .thumb .wrapp .terms-list dd, .terms-list .thumb .wrapp dd {
    display: none;
  }
}
@media (max-width: 767px) {
  .thumb .wrapp {
    top: 14%;
  }
  .thumb .wrapp h2 {
    font-size: 25px;
  }

  .thumb_overlay_video:before {
    font-size: 52px;
  }
}
@media (max-width: 479px) {
  .thumb .wrapp h2 {
    display: none;
  }

  .thumb_overlay_video:before {
    top: 50%;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 98px;
     background: #000;
  background-size: cover;
}
header .brand {
  float: left;
}
header .nav {
  padding-top: 19px;
  float: right;
}
header * + .container {
  margin-top: 76px;
}
header * + .offset {
  margin-top: 67px;
}
header * + .inline-list {
  margin-top: 28px;
}
header * + p, header .terms-list * + dd, .terms-list header * + dd {
  margin-top: 0;
}
header blockquote cite {
  color: #38c7aa;
}
header blockquote cite span {
  color: #fff;
}
header blockquote p, header blockquote .terms-list dd, .terms-list header blockquote dd {
  color: #fff;
  padding: 0 50px;
}
header blockquote p:before, header blockquote .terms-list dd:before, .terms-list header blockquote dd:before {
  display: none;
}
header blockquote * + h2 {
  margin-top: 31px;
}
header blockquote * + p, header blockquote .terms-list * + dd, .terms-list header blockquote * + dd {
  margin-top: 17px;
}
header blockquote p b {
    font-size: 16px;
    font-weight: 600;
}
header h1 {
  color: #38c7aa;
}
header .inline-list .active a {
  color: #38c7aa;
}
header .inline-list li {
  position: relative;
}
header .inline-list li a {
  color: #fff;
}
header .inline-list li a:hover {
  color: #38c7aa;
}
header .inline-list li + li {
  margin-left: 26px;
}
header .inline-list li:after {
  position: absolute;
  content: '';
  bottom: 4px;
  right: -16px;
  height: 11px;
  width: 2px;
  transform: rotate(203deg);
  background: #fff;
}
header .inline-list li:last-child:after {
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

.header__ins1 {
  padding-bottom: 110px;
}

@media (max-width: 979px) {
  header blockquote p, header blockquote .terms-list dd, .terms-list header blockquote dd {
    padding: 0;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 53px;
  padding-bottom: 30px;
}

.well2 {
  padding-bottom: 80px;
}

.well3 {
  padding-top: 300px;
}

.well4 {
  padding-top: 63px;
  padding-bottom: 78px;
}

.well5 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.well__ins1 {
  padding-bottom: 56px;
}

.well__ins2 {
  padding-bottom: 4px;
}

.well__ins3 {
  padding-top: 15px;
}

.well__ins4 {
  padding-bottom: 10px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  padding-top: 68px;
  padding-bottom: 77px;
}
footer .copyright {
  display: inline-block;
  color: #777777;
}
footer .copyright a:hover {
  color: #38c7aa;
}
footer .copyright a:active {
  color: #2d9f88;
}

footer .inline-list li a:active {
  background: #a7a7a7;
}
footer .inline-list li + li {
  margin-left: 8px;
}
footer * + .copyright {
  margin-top: 40px;
}

.footer__ins1 {
  padding-top: 80px;
  padding-bottom: 97px;
}
.stuck_container .container {
	position:relative;
}
.vide header .brand {
    top: -20px;
    position: absolute;
    left: 0;
}
.brand img {
    max-width: 140px;
}

.isStuck .brand img {
    max-width: 75px;
}

.vide header .isStuck .brand {
    top: 2px;
    max-height: 64px;
    overflow: hidden;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	.row.work-row {
    margin-top: 70px;
}
footer .inline-list li a img {
    max-width: 30px;
}
@media (max-width: 767px) {
main.well3 video {
    max-width: 140%;
    display: block;
}
.brand {display:none;}
  .bg-secondary .img_wr img {
    float: none;
  }
.vide header {
    display: none;}

/*.vide video {
    display: none;
}

.vide div {
    background-image: none !important;
}*/

.well3 {
    text-align: center;
    padding: 60px 30px;
    padding-top: 60px;
    background: #000;
}

.vide footer .copyright {
    color: #333;
}

}

/*video {
    width: 100% !important;
    max-height:100%!important;
    height:auto;
    
    top: 0px;
    display: block;
    margin: auto;

}*/

/*.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

header.home {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 98px;
    background: none!important;
    background-size: cover;
    position: absolute;
    z-index: 999;
    display: block;
    width: 100%;
}
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    /*.fullscreen-bg {
        display: table;
        width:100%;
        height:100%;
    }
    .fullscreen-bg__video {
        width: 100%;
        height: auto;
        top: 50%;
        vertical-align: middle;
        margin-top: -25%;
        left: 0px;
        display: table-cell;
    }*/
	.fullscreen-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: static;
}
	.fullscreen-bg__video {
    width: 100%;
    height: auto;
    top: 0;
    vertical-align: top;
    margin-top: 0;
    left: 0px;
    display: block;
    position: static;
}
}

#homeFooter {
    position: absolute;
    bottom: -245px;
    width: 100%;
    height: auto; /* Height of the footer */
}

video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}
.grid_5.my-col-2 {
    margin-left: 0;
}
.container .row.work-row {
    margin-left: 0;
}
.aw-head {
    color: #000;
    border-bottom: 3px solid #000;
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 36px;
}
.aw-row h3.primary-color ,.aw-row h4,.aw-row q{
    display: inline;
    float: left;
    text-align: left;
    width: 100%;
}
.work-row h3.primary-color {
	font-size:20px;
}
.aw-row q {
    color: #000;
    line-height: 16px;
    margin-top: 5px;
    font-size: 16px;
}
.aw-row h4 {
    color: #000;
    margin-top: 15px;
    font-style: italic;
    font-size: 18px;
}
.aw-row {
    padding: 0 15px 0 30px;
}
.vr .grid_6,.vrwed .grid_6 ,.enter .grid_6 {
    margin-left: 0;
    padding: 15px;
    box-sizing: border-box;
}
.vr .grid_12,.vrwed .grid_12  {
	margin-top:30px;
margin-left: 0;}
.vr video {
    background: #000;
}
video.vr-vdo {
    max-width: 100%;
}
.well.vr {
    margin-top: 100vh;
}
.well.vr p,.vrwed p ,.enter p{
    font-size: 16px;
    font-weight: 600;
    max-width: 80%;
    margin: 10px auto 20px;
}
.well.vr h4{
    max-width: 80%;
    margin: 10px auto 20px;
}
.enter p {margin-top:70px}
.vrwed img {
    margin-bottom: 30px;
}
section.well.vr a, section.well.vr h4,section.well.vrwed h4,.enter h3,.enter h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 20px 10px 40px;
    display: inline-block;
}
.well.vr h4 ,.enter h4,section.well.vrwed h4{
    font-size: 24px;
    line-height: 1.2;
}
.well.vr .left a {
    display: block;
    margin: 30px 0 0;
}
.well.vr .left p {
    display: block;
    margin: 0 0 0;
}
.enter h3 {
    font-size: 30px;
	margin:40px auto 20px;
}
.enter.entertxt p {
    margin-top: 0;
}
.enter.entertxt .left p {
    margin: 0;
}
q a {
    color: #64d3c7;
    margin-top: 0;
}
.bitches-header .sf-menu > li > a {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.bitches-header {
    background: url(../images/BatBPoster.jpg) center no-repeat;
    background-size: cover;
    padding: 32px 0 550px;
}
iframe {
    max-width: 100%;
}
.bitches img {
    width: 100%;
    margin-top: 10px;
}
#homeFooter h2 ,.footer__ins1 h2{
    color: #333;
}
@media (max-width: 767px) {
.well.vr {
    margin-top: 0;
}
#homeFooter {
position: static;}
.container, .container-fluid {
width: 100%;}
}