@import '../css/owl.carousel.css';
@import '../css/photoswipe.css';

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anton-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*iOs_link_fix*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*------ template stylization ------*/
/*html{
    overflow: hidden;
}*/
body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #f3ecdc;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: visible;
  background: #3a352f;
}
body.show-sub-pages {
  overflow: hidden !important;
}
body.show-sub-pages #other_pages {
  height: 100% !important;
}
body.show-sub-pages #other_pages > div {
  overflow-y: scroll !important;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #272c30;
}
p {
  margin-bottom: 27px;
  font-weight: 400;
}
address {
  color: #ffffff;
  margin: 10px 0px 25px;
}
h1 {
  position: relative;
  float: left;
  width: 334px;
  height: 284px;
  margin: 0px 0px 0px 0px;
}
h1 a > img.img-responsive {
  margin: 0 auto;
  width: 100%;
}
h2 {
  font-family: 'Anton', sans-serif;
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 94px 0 32px;
  padding: 0;
  top: 0!important;
}
h3,
h4 {
  font-family: 'Anton', sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 0;
}
h3 > a,
h4 > a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 > a:hover,
h4 > a:hover {
  color: #ffd64f;
  text-decoration: none;
}
hr {
  border: none;
  height: 1px;
  color: #494949;
  background-color: #494949;
  margin: 0 0 17px;
}
.title {
  font: 300 26px/34px 'Open Sans', sans-serif;
  color: #e78660;
  padding: 0;
  margin: 0 0 32px;
}
ul {
  margin-bottom: 0;
}
/* classes-helpers */
.padding1 {
  padding: 0 0 28px;
}
.padding2 {
  padding-bottom: 30px;
}
.padding3 {
  padding-bottom: 70px;
}
.padding4 {
  padding-right: 100px;
}
.marg_1 {
  margin-top: 9px;
}
.marg_2 {
  margin-top: 397px;
}
.marg_3 {
  margin-bottom: -4px !important;
}
.marg_4 {
  margin-bottom: 32px!important;
}
.marg_5 {
  margin-bottom: 23px;
}
.marg_6 {
  margin-top: 300px!important;
}
.marg_7 {
  margin-top: 267px!important;
}
.height_1 {
  height: 454px!important;
  width: 125%!important;
}
.box {
  overflow: hidden;
}
.marginAuto {
  margin: 0 auto;
}
.textAlignCenter {
  text-align: center;
}
.inlineBlock {
  display: inline-block;
}
.noDisplay {
  display: none;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  height: 98px;
  /*-----------  MENU  ------------------------------------------------------------*/
}
.holder_3d {
  perspective: 300;
  -webkit-perspective: 300;
  -moz-perspective: 300;
  -o-perspective: 300;
}
.headerHolder {
  position: relative;
  z-index: 100;
}
#menuToggler {
  position: relative;
  display: block;
  width: 96px;
  height: 98px;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
}
#menuToggler > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
#menuToggler > div span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/menu_icon.png) center no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#menuToggler:hover > div {
  background: #ffffff;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
#menuToggler:hover > div span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/menu_icon_act.png) center no-repeat;
}
.mainNav {
  position: relative;
  display: block;
  float: right;
  z-index: 20;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.mainNav.hideMenu {
  margin-right: -500px;
}
.mainNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainNav > ul li {
  position: relative;
  display: block;
  width: 388px;
  height: 64px;
  z-index: 0;
}
.mainNav > ul li:first-child a div:after {
  display: none;
}
.mainNav > ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  perspective: 800;
  -webkit-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  overflow: hidden;
}
.mainNav > ul li a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
}
.mainNav > ul li a > div:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4e5051;
}
.mainNav > ul li a > div:first-child {
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}
.mainNav > ul li a > div:first-child + div {
  background: #000000;
  transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
}
.mainNav > ul li a > div span {
  position: relative;
  display: block;
  float: right;
  font: 400 32px/1em 'Open Sans', sans-serif;
  line-height: 58px;
  color: #383431;
  text-transform: lowercase;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainNav > ul li.active,
.mainNav > ul li.sfHover,
.mainNav > ul li:hover {
  z-index: 10;
}
.mainNav > ul li.active > a,
.mainNav > ul li.sfHover > a,
.mainNav > ul li:hover > a {
  text-decoration: none;
}
.mainNav > ul li.active > a > div:first-child,
.mainNav > ul li.sfHover > a > div:first-child,
.mainNav > ul li:hover > a > div:first-child {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainNav > ul li.active > a > div:first-child + div,
.mainNav > ul li.sfHover > a > div:first-child + div,
.mainNav > ul li:hover > a > div:first-child + div {
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mainNav > ul li.active > a > div span,
.mainNav > ul li.sfHover > a > div span,
.mainNav > ul li:hover > a > div span {
  color: #ffffff;
}
.mainNav > ul li .sf-mega {
  position: absolute;
  width: 380px;
  right: 389px;
  top: 0;
}
.mainNav > ul li .sf-mega ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
.mainNav > ul li .sf-mega ul li {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
}
.mainNav > ul li .sf-mega ul li a {
  position: relative;
  display: inline-block;
  font: 16px 'Open Sans', sans-serif;
  line-height: 40px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: lowercase;
  padding-right: 20px;
  background: #000000;
}
.mainNav > ul li .sf-mega ul li a:hover {
  color: #000000;
  background: #ffffff;
}
.mainNav > ul li .sf-mega ul li:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #4e5051;
}
.mainNav > ul li .sf-mega ul li.last:after {
  display: none;
}
/*-----------  menu end  --------------------------------------------------------*/
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  background: #000000;
}
.copyright {
  font: 300 15px/1em 'Open Sans', sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 21px 0 0;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: #e78660;
  text-decoration: none;
}
.copyright-pro2newmedia {
  color: inherit;
  font-size: 15px;
  line-height: 1em;
  float: right;
  padding: 20px 0;
  margin-top: -20px;
}
.copyright-pro2newmedia a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.copyright-pro2newmedia a:hover {color: #ffe916;}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#content > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#content > div > .container {
  padding-top: 230px;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content p,
#content .image_1,
#content .padding1,
#content .padding2,
#content .btn,
#content address,
#content .bigLogo {
  position: relative;
}
.bigLogo {
  margin-top: 78px;
  margin-bottom: 100px;
}
.container {
  position: relative;
  z-index: 1;
}
.bgHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}
.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg_pic1.jpg');
  background-size: cover;
  z-index: -2;
}
.bg2 {
  background-image: url('../img/bg_pic2.jpg');
}
.bg3 {
  background-image: url('../img/bg_pic3.jpg');
}
.bg4 {
  background-image: url('../img/bg_pic4.jpg');
}
.backgroundPlane {
  position: absolute;
  top: 191px;
  left: -50px;
  width: 125%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform: rotateZ(-5deg);
  -webkit-transform: rotateZ(-5deg);
  -moz-transform: rotateZ(-5deg);
  -o-transform: rotateZ(-5deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
}
.logo {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 296px;
  height: 98px;
  z-index: 10;
}
.logo > img {
  max-width: 100%;
  height: auto;
}
.color_1 {
  color: #e78660;
}
.style_1 {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}
#other_pages {
  position: fixed !important;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: -100%;
  top: 0;
  height: 0;
  -webkit-overflow-scrolling: touch;
}
#other_pages > div {
  position: absolute !important;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #0f1319;
}
#other_pages > div > div {
  padding-top: 60px;
}
#other_pages h2 {
  margin: 265px 0 29px;
}
#other_pages hr {
  margin: 0 0 37px;
}
#other_pages p:last-child {
  margin-bottom: 150px;
}
#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  top: 0px;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* rewrite bootstrap classes */
.btn {
  border: none;
  border-radius: 0;
  font: 27px/1em 'Anton', sans-serif;
  color: #000000;
  text-transform: uppercase;
  background: #ffffff;
  padding: 7px 21px 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}
.form-control {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: #f3ecdc;
  font-weight: 400;
  width: 100%;
  height: 49px;
  padding: 10px 20px;
  background: #979797;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #ffffff;
  background: #2d2e2e;
}
/* end bootstrap classes */
.closeIcon {
  position: absolute;
  top: 135px;
  right: 150px;
  width: 44px;
  height: 44px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/close_icon.png) left center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}
.closeIcon:hover:after {
  background: url(../img/close_icon.png) right center no-repeat;
}
/*-----------  PAGE 1  --------------------------------------------------*/
#page1 h2 {
  font-size: 45px;
  margin: 20px 0 0;
  color: #000;
  opacity: 0.7;
}
#mobile-content #page1 h2 {
  font-size: 30px;
  color: #fff;
}
#page1 .backgroundPlane {
  top: 272px;
}
/*-----------  PAGE 2  --------------------------------------------------*/
#page2_item1 {
  position: absolute;
  z-index: -1;
  margin-left: 100%;
  top: -12px;
  left: 61px;
}
#page2 p {
  top: 0!important;
}
#page2 hr {
  width: 80%;
}
/*-----------  PAGE 3  --------------------------------------------------*/
/*--------------   inside owl.carousel.css   ---------------------*/
#page3 h2 {
  font-size: 65px;
  margin: 0 0 32px;
}
#mobile-content #page3 h2 {
  font-size: 40px;
  margin: 0 0 20px;  
}
#page3 h3 {
  font-size: 30px;
  line-height: 1.15em;
}
.owl-buttons .owl-prev:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-buttons .owl-next:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*-----------  PAGE 4  --------------------------------------------------*/
#page4_item1 {
  position: absolute;
  z-index: -1;
  margin-left: 100%;
  top: -12px;
  left: 61px;
}
#page4 p {
  top: 0!important;
}
#page4 hr {
  width: 80%;
}
/*-----------  PAGE 5  --------------------------------------------------*/
/*--------------   inside owl.carousel.css   ---------------------*/
.owl-buttons .owl-prev:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-buttons .owl-next:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*-----------  PAGE 6  --------------------------------------------------*/
#page6_item1 {
  position: absolute;
  z-index: -1;
  margin-left: 100%;
  top: -12px;
  left: -15px;
}
.width_1 {
  position: relative;
  display: inline-block;
  width: 109px;
}
.link_1 {
  position: relative;
  color: #f3ecdc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.link_1:hover {
  color: #e78660;
  text-decoration: none;
}
/*-----------  PAGE 404  --------------------------------------------------*/
/* search */
#search {
  position: relative;
  margin: 0 0 30px;
  width: 100%;
  overflow: hidden;
}
#search > input {
  width: 236px;
  height: 39px;
  padding: 9px 17px;
  float: left;
}
#search > a {
  float: left;
  padding: 8px 20px 7px;
  background: #ffffff;
}
#search > a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
.search_result {
  color: #e78660;
}
.search_title {
  margin-bottom: 0!important;
}
.search_title a {
  position: relative;
  font-size: 30px;
  top: 6px;
  color: #e78660;
  text-decoration: underline;
}
.search_title a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.search_list {
  margin-bottom: 30px;
}
.search_list li {
  margin-bottom: 0px;
  margin-top: -20px;
}
.search_list li span:last-child {
  font-size: 13px;
}
/*-------------------------- mobile WRAP ----------------------------*/
.col-xm-offset-1 {
  margin-left: 8.333333333333332%;
}
.mobile-only {
  display: none;
}
html.desktop #search {
  width: 462px;
}
html.desktop #search > input {
  width: 255px;
  height: 42px;
}
@media (min-width: 535px) {
  html.mobile h2 {
    margin-top: 170px!important;
  }
  html.mobile #page1 h2 {
    margin-top: 30px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1219px) {
  .item .right {
    width: 30%;
    padding-top: 145px;
  }
  .item .left {
    width: 66%;
  }
  .full_width {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #other_pages h2 {
    margin-top: 140px!important;
  }
  .closeIcon {
    top: 56px;
    right: 2px;
  }
}
@media (max-width: 991px) {
  .item .left > div {
    padding-right: 0;
  }
  .item .left h3 {
    margin-bottom: 15px;
  }
  h2 {
    font-size: 49px;
  }
}
@media (max-width: 840px) {
  .owl-theme .owl-controls {
    width: 0;
    top: 450px;
    right: 26%;
  }
  .owl-buttons .owl-prev {
    left: 13px;
  }
}
@media (max-width: 768px) {
  #page6 h2 {
    margin: 94px 0 33px;
  }
  #page6_item1 {
    display: none;
  }
  #other_pages .ext_marg {
    margin-top: 40px!important;
  }
  .ext_width {
    width: 50%!important;
  }
  #search {
    width: 100%!important;
  }
  #search > input {
    width: 100%!important;
    float: none;
    margin-bottom: 5px;
  }
  .marg_7 {
    margin-top: 190px!important;
  }
}
@media (max-width: 660px) {
  .padding4 {
    padding-right: 0;
  }
}
@media (max-width: 535px) {
  h3 {
    font-size: 35px;
  }
  .logo {
    width: 200px;
  }
  .mainNav > ul li .sf-mega {
    right: 0;
    top: 193px;
  }
  html.mobile h2 {
    margin-top: 130px!important;
  }
  html.mobile #page1 h2 {
    margin-top: 30px!important;
  }
  html.mobile #page3 h2 {
    margin-top: 20px!important;
  }
}
@media screen and (max-height: 900px) {
  #content > div > .container {
    padding-top: 90px;
  }
  .backgroundPlane {
    top: 25px;
  }
  #page1 .backgroundPlane {
    top: 100px;
  }
}
/* tablet version changes */
html.tablet .height_1 {
  height: 350px!important;
}
html.tablet .bigLogo {
  margin-top: 130px;
  width: 280px;
}
html.tablet .logo {
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  top: 0!important;
  left: 0!important;
  width: 225px!important;
}
html.tablet #content > div > .container {
  padding-top: 0;
}
html.tablet .item .left {
  padding-top: 105px;
}
html.tablet #page6 hr {
  margin-bottom: 9px;
}
html.tablet #other_pages h2 {
  margin-top: 120px!important;
}
html.tablet #page1_item1 {
  left: -275px;
  top: 130px;
}
html.tablet .headerHolder {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  right: -29px;
}
html.tablet .mainNav {
  top: -28px;
}
html.tablet .mainNav > ul > li {
  width: 273px;
}
html.tablet .mainNav > ul > li .sf-mega {
  width: 200px;
  right: 274px;
}
html.tablet .padding4 {
  padding-bottom: 100px;
}
html.tablet .marg_7 {
  margin-top: 102px!important;
}
html.tablet.portrait #content > div > .container {
  padding-top: 95px;
}
html.tablet.portrait .padding3 {
  padding-bottom: 0;
}
html.tablet.portrait .backgroundPlane {
  top: 140px;
  height: 350px;
}
html.tablet.portrait .owl-item .item {
  padding-bottom: 0;
}
html.tablet.portrait h2 {
  margin-top: 150px;
}
html.tablet.portrait #page6 h2 {
  margin-top: 110px;
}
html.tablet.portrait #other_pages .ext_marg {
  margin-top: 40px!important;
}
html.tablet.portrait #page1_item1 {
  left: -365px;
}
html.tablet.portrait .mainNav .sf-mega {
  width: 200px;
  right: 0;
  top: 193px;
}
html.ipad #mainNav {
  z-index: 500;
}
/* mobile version changes */
html.mobile body {
  overflow-y: visible;
  background: #2b2b2b;
}
html.mobile .mobile-only {
  display: block;
}
html.mobile .backgroundPlane {
  top: 0px!important;
  left: 0px!important;
  width: 100% !important;
  height: 100% !important;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}
html.mobile .bigLogo {
  margin: 40px 0;
  width: 260px;
}
html.mobile .portrait .bigLogo {
  margin: 90px 0;
}
html.mobile #page2_item1,
html.mobile #page4_item1,
html.mobile #page6_item1 {
  display: none;
}
html.mobile .padding3 {
  padding-bottom: 0;
}
/*html.mobile h2 {
  margin-top: 118px!important;
}*/
html.mobile .closeIcon {
  top: -51px;
  right: 15px;
}
html.mobile .mob_poz {
  top: 79px!important;
}
html.mobile .marg_7 {
  margin-top: 125px!important;
}
html.mobile .ext_marg {
  margin-top: 20px!important;
}
html.mobile .marg_6 {
  margin-top: 130px!important;
}
html.mobile .owl-item .item {
  padding-bottom: 15px;
}
html.mobile .owl-theme .owl-controls {
  width: 0;
  top: auto;
  right: 26%;
  bottom: 63px;
}
html.mobile .item .right {
  width: 60%;
  padding-top: 100px;
  position: absolute;
  margin-left: 0;
}
html.mobile .item .left {
  float: left;
  width: 100%;
  margin-right: 0;
  padding-top: 97%;
}
html.mobile .item .left h3 {
  font-size: 26px;
}
html.mobile .portrait .item .left {
  float: left;
  width: 100%;
  margin-right: 0;
  padding-top: 115%!important;
}
html.mobile #search > a {
  float: right;
  padding: 13px 17px;
  margin-top: 15px;
}
html.mobile .search_title {
  margin-bottom: 12px!important;
}
html.mobile .search_list {
  margin-top: 15px;
}
html.mobile #mobile-wrap #mobile-header {
  background: #2b2b2b;
}
html.mobile #mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
}
html.mobile #mobile-wrap #mobile-content {
  position: relative;
  background: #0f1319;
}
html.mobile #mobile-wrap #mobile-content > div {
  display: block;
}
html.mobile #mobile-wrap #mobile-content #form1 ._placeholder {
  margin-left: 0;
}
html.mobile #mobile-wrap #mobile-content #form1 .success-message {
  width: 100%;
  padding: 47px 14px;
}
html.mobile #mobile-wrap #mobile-content #form1 label {
  width: 100% !important;
  margin-right: 0 !important;
}
html.mobile #mobile-wrap #mobile-footer {
  background: #2b2b2b;
}
html.mobile #mobile-wrap #mobile-footer .copyright {
  float: left;
  margin: 3px 0 20px;
  padding-left: 15px;
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */
