﻿@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot") format("embedded-opentype"), url("../fonts/Helvetica.svg") format("svg"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.woff") format("woff");
}

/*Standart Css*/
* {
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

html {
  height: 100% !important;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000;
  background-color: #fff;
  font-weight: 400 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Helvetica', sans-serif;
  box-sizing: border-box;
  font-size: 12px;
  overflow-x: hidden !important;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

.clear {
  clear: both;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.hidden {
  overflow: hidden;
  height: 100%;
}

.inlineBox {
  padding: 10px;
  background: #fff;
}

.container {
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #fff;
}

.row {
  /*margin-right: -15px;*/
  margin-left: -15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.border .col-20 a {
  width: auto !important;
  height: 97% !important;
  border: 2px solid #E4E1E1;
  border-radius: 2px;
  margin: 1.5%;
  overflow: hidden;
}

.col-8, .subMenu .right {
  width: 66.66666667%;
  float: left;
  min-height: 1px;
}

.col-4, .subMenu .left {
  width: 33.33333333%;
  float: left;
  min-height: 1px;
}

.col-6 {
  width: 50%;
  float: left;
  min-height: 1px;
}

.col-12 {
  width: 100%;
  float: left;
  min-height: 1px;
}

.col-20 {
  width: 20%;
  float: left;
  min-height: 1px;
}

/**/
.btn15 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 55px;
  right: 3%;
  z-index: 9;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn15 .icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #fff;
  border-radius: 4px;
}

.btn15 .icon:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: -10px;
  left: 0;
  border-radius: 4px;
}

.btn15 .icon:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: 10px;
  left: 0;
  border-radius: 4px;
}

.btn15.open .icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.btn15.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}

.btn15.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.btn15:hover {
  cursor: pointer;
}

.detail {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.detail .visual {
  background: url(../img/detailImg.jpg) no-repeat center center fixed;
  background-size: cover;
}

.detail .visual .player {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.detail .visual .vPlayer {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.detail .visual .vimeoPlayer {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  z-index: 99999;
}

.detail .visual header .logo {
  position: relative;
  z-index: 2;
}

.detail .detailContent h2 {
  font-size: 32px;
  color: #000;
  margin: 36px 0;
}

.detail .detailContent h3 {
  font-size: 18px;
  color: #000;
  margin: 18px 0;
}

.detail .detailContent .workLogo {
  margin: 20px 0;
  float: right;
}

.detail .detailContent .top, .detail .detailContent .bottom {
  width: 90%;
  padding: 0 5%;
}

.detail .detailContent .bottom a {
  width: 94%;
  height: 94%;
  padding: 3% 3% 3% 0;
  position: relative;
  overflow: hidden;
}

.detail .detailContent .bottom a:hover .detailAlt {
  height: 36px;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.detail .detailContent .bottom a:hover img {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.detail .detailContent .bottom a:focus {
  outline: none;
}

.detail .detailContent .bottom .left p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 26px;
}

.detail .detailContent .bottom .posterContent {
  margin-left: 10%;
}

/**/
.visual {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.visual .videoMain {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -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%);
  background: url("../img/background_old.jpg") no-repeat;
  background-size: cover;
  -moz-transition: 1s opacity;
  -o-transition: 1s opacity;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.visual .mainCurtain {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}
.visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
.visual .text {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -270px;
}

.visual header {
  width: 100%;
  height: 46px;
  margin: 0 auto;
  padding-top: 73px;
}

.visual header .logo {
  background: url(../img/logo.png) no-repeat transparent;
  width: 282px;
  height: 36px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
}

.visual header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.visual header .logo h1 {
  opacity: 0;
  font-size: 1px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.visual header .menu .menu-trigger {
  display: block;
  margin-right: 5%;
}

.visual header .menu nav {
  position: inherit;
}

.visual header .menu nav a {
  text-align: right;
}

.visual header .menu nav ul {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  height: 100%;
  width: 100%;
  background-color: #000;
  padding: 215px 0 0 0;
  margin: 0;
  z-index: 8;
}

.visual header .menu nav ul li {
  display: block;
  float: none;
  text-align: center;
  color: #fff;
  font-size: .875em;
  position: relative;
}

.visual header .menu nav ul li a {
  line-height: 20px;
  text-align: center;
  padding: 20px 0 20px 0;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.visual header .menu nav ul .end a {
  padding: 20px 0 20px 0;
  text-align: center;
}

.visual header .menu nav ul .borderMenu {
  display: none;
}

.visual .scrollDownContent {
  position: absolute;
  bottom: 6%;
  width: 100%;
}

.visual .scrollDownContent .scrollDown {
  background: url("../img/scrollDown.png") no-repeat;
  width: 21px;
  height: 12px;
  display: block;
  margin: 0 auto;
}

.mainMenu {
  width: 100%;
}

.mainMenu ul {
  float: right;
  width: 90%;
  padding: 0 5%;
  margin: 0 auto;
}

.mainMenu ul li {
  display: inline-block;
  margin-left: 20px;
}

.mainMenu ul li a {
  font-weight: lighter;
  color: #000;
  font-size: 12px;
  line-height: 60px;
  text-decoration: none;
  font-family: 'Helvetica', sans-serif;
  position: relative;
}

.mainMenu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  background: #000;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.mainMenu ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

.subMenu {
  margin: 20px 0;
  position: relative;
  background: #fff;
}

.subMenu .logo {
  background: url(../img/sublogo.png) no-repeat transparent;
  width: 282px;
  height: 36px;
  display: inline-block;
  float: left;
  margin-top: 10px;
  display: none;
}

.subMenu .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.subMenu .logo h1 {
  opacity: 0;
  font-size: 1px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.subMenu .scrollUpContent {
  position: absolute;
  top: 40%;
  width: 100%;
}

.subMenu .scrollUpContent .scrollUp {
  background: url("../img/scrollUp.png") no-repeat;
  width: 21px;
  height: 12px;
  display: block;
  margin: 0 auto;
  z-index: 99;
  position: relative;
}

.subMenu.sticky {
  position: fixed;
  top: 0;
  height: 60px;
  z-index: 99;
  margin: 0;
  width: 100%;
  padding-top: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.subMenu .subMenuRight {
  position: relative;
  height: 60px;
}

.subMenu .subMenuRight .subMenuRightContent {
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}

.subMenu .subMenuRight .subMenuRightContent .end {
  position: relative;
}

.subMenu .subMenuRight .subMenuRightContent .end:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -12px;
  border: 1px solid #000;
  height: 8px;
}

.container .row div {
  overflow: hidden;
}

.container .row div a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.container .row div a: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);
}

.container .row div a:hover .alt {
  height: 66px;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.container .row div a img {
  width: 100%;
  display: block;
  -moz-transition: all 2500ms cubic-bezier(0.365, 0.795, 0.12, 0.785);
  -o-transition: all 2500ms cubic-bezier(0.365, 0.795, 0.12, 0.785);
  -webkit-transition: all 2500ms cubic-bezier(0.365, 0.795, 0.12, 0.785);
  transition: all 2500ms cubic-bezier(0.365, 0.795, 0.12, 0.785);
}

.container .row div a .alt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.container .row div a .alt.workAlt .title {
  display: inline;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 4px;
}

.container .row div a .alt.workAlt .extent {
  display: inline;
  line-height: 60px;
  font-size: 20px;
  padding-left: 0;
  font-weight: lighter;
}

.container .row div a .alt .curtain {
  position: absolute;
  background-color: #000;
  opacity: .7;
  display: block;
  width: 100%;
  height: 100%;
}

.container .row div a .alt .title {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  width: 96%;
  padding: 0 2%;
  display: block;
  margin-top: 12px;
  margin-left: 15px;
}

.container .row div a .alt .extent {
  position: relative;
  z-index: 1;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  width: 96%;
  padding: 0 2%;
  display: block;
  margin-left: 15px;
}

.container .row.people div {
  overflow: hidden;
}

.container .row.people div a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.container .row.people div a:hover img {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.map {
  width: 100%;
  height: 300px;
  clear: both;
  border-top: 2px solid #fff;
}

.map.contact {
  height: 600px;
}

.map #map {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer {
  width: 100%;
}

.footer .footerContent {
  width: 90%;
  padding: 0 5%;
  height: 100%;
  margin: 0 auto;
  padding: 33px 0;
}

.footer .footerContent .top .adress {
  margin-left: 0;
  letter-spacing: 0;
  font-size: 14px;
}

.footer .footerContent .top .right span {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
}

.footer .footerContent .left span {
  font-size: 14px;
  text-align: left;
  display: inline-block;
  float: right;
  margin-left: 10px;
  font-size: 19px;
  letter-spacing: 1.5px;
}

.footer .footerContent .left .adress {
  margin-bottom: 20px;
  letter-spacing: 0;
}

.footer .footerContent .right .bold {
  line-height: 26px;
}

.footer .footerContent .right a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  margin-top: 0;
  line-height: 22px;
  position: relative;
}

.footer .footerContent .right a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  background: #000;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.footer .footerContent .right a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

.footer .footerContent .right span {
  font-size: 14px;
  color: #bababa;
  font-style: italic;
}

.footer .footerContent .social {
  float: left;
}

.footer .footerContent .social li {
  float: left;
  margin-left: 10px;
}

.footer .footerContent .social li:first-child {
  margin-left: 0;
}

.footer .footerContent .social li a {
  background: url("../img/socialSprite.png") no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.footer .footerContent .social li a.fb {
  background-position: 0 0;
}

.footer .footerContent .social li a.tw {
  background-position: -38px 0;
}

.footer .footerContent .social li a.instagram {
  background-position: -76px 0;
}

.footer .footerContent .social li a.vimeo {
  background-position: -114px 0;
}

.footer .footerContent .bold {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  line-height: 20px;
}

.footer .footerContent span {
  font-size: 12px;
  color: #000;
  text-align: right;
  display: block;
  margin-top: 6px;
}

.detailAlt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.detailAlt .curtain {
  position: absolute;
  background-color: #000;
  opacity: .7;
  display: block;
  width: 100%;
  height: 100%;
}

.detailAlt .title {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 96%;
  padding: 0 2%;
  margin-top: 12px;
  display: inline;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 4px;
}

.detailAlt .extent {
  position: relative;
  z-index: 1;
  line-height: 20px;
  color: #fff;
  width: 96%;
  padding: 0 2%;
  display: inline;
  line-height: 36px;
  font-size: 14px;
  padding-left: 0;
  font-weight: lighter;
}

.dBlock {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 2000px) {
  .subMenu .scrollUpContent {
    display: none !important;
  }
  .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bgx.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}
@media only screen and (max-width: 1500px) {
  .subMenu .scrollUpContent {
    display: none !important;
  }
  .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}
@media only screen and (max-width: 1100px) {
  .subMenu .scrollUpContent {
    display: none !important;
  }
  .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg2.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}

@media only screen and (max-width: 850px) {
  .subMenu {
    height: 100px;
    margin: 0 0 10px 0;
  }
  .subMenu.sticky {
    height: 80px;
  }
  .subMenu.sticky .right ul {
    margin-top: 10px;
  }
  .subMenu .left {
    height: 30px;
  }
  .subMenu .right {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .subMenu .right ul {
    display: inline-block;
    text-align: center;
    float: none;
    width: 96%;
    padding: 0 2%;
    line-height: 18px;
  }
  .subMenu .right ul li {
    float: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .subMenu .logo {
    background-size: 50%;
    height: 19px;
  }
  .mainMenu ul {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .mainMenu ul li a {
    line-height: normal;
  }
    .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg3.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}

@media only screen and (max-width: 768px) {
  .col-20 {
    width: 33.33333333%;
    float: left;
    min-height: 1px;
  }
  .visual .videoMain {
    position: absolute;
    top: 50%;
    left: 48%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 96%;
    z-index: -100;
    -moz-transform: translateX(-48%) translateY(-50%);
    -ms-transform: translateX(-48%) translateY(-50%);
    -o-transform: translateX(-48%) translateY(-50%);
    -webkit-transform: translateX(-48%) translateY(-50%);
    transform: translateX(-48%) translateY(-50%);
    background: url("../img/background.jpg");
    background-size: cover;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
  }
    .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg3.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}

@media only screen and (max-width: 667px) {
  .container .row div a .alt.workAlt .extent, .container .row div a .alt.workAlt .title {
    line-height: 36px;
    font-size: 14px;
  }
  .visual {
    background: url("../img/background_m.jpg") no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 100vw;
  }
  .visual .text {
    width: 270px;
    top: 30%;
    margin-left: -135px;
  }
  .visual .scrollDownContent {
    display: none;
  }
  .visual header {
    padding-top: 43px;
  }
  .visual header .logo {
    background-size: 80%;
  }
  .visual header .menu nav ul {
    padding: 100px 0 0 0;
  }
  .visual header .menu nav ul li a {
    line-height: 16px;
    padding: 16px 0 16px 0;
  }
  .visual .mainCurtain {
    z-index: 0;
  }
  .btn15 {
    top: 25px;
  }
  .detail .visual {
    background: url(../img/detailImg_m.jpg) no-repeat;
    background-size: cover;
  }
  .detail .detailContent {
    width: 100%;
  }
  .detail .detailContent h2 {
    font-size: 24px;
  }
  .detail .detailContent .bottom .col-8, .detail .detailContent .bottom .subMenu .right, .subMenu .detail .detailContent .bottom .right, .detail .detailContent .bottom .col-4, .detail .detailContent .bottom .subMenu .left, .subMenu .detail .detailContent .bottom .left {
    width: 100%;
  }
  .detail .detailContent .bottom .posterContent {
    margin-left: 0;
  }
  .col-20 {
    width: 50%;
    float: left;
    min-height: 1px;
  }
  .container .row div a:hover .alt {
    height: 36px;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .container .row div a .alt {
    height: 36px;
  }
  .container .row div a .alt .title {
    font-size: 10px;
    line-height: normal;
  }
  .container .row div a .alt .extent {
    display: none;
  }
  .mainMenu {
    display: none;
  }
      .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg4.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}

@media only screen and (max-width: 500px) {
  .footer .footerContent span {
    margin-top: 0;
  }
  .footer .footerContent .social li {
    margin-left: 6px;
  }
  .footer .footerContent .right a {
    font-size: 10px;
  }
  .footer .footerContent .bold {
    font-size: 10px;
  }
    .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg4.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}

@media only screen and (max-width: 375px) {
  /*.subMenu .right ul li {
        margin-left: 5px;
        margin-right: 5px;
    }*/
  .footer .footerContent .left span {
    font-size: 10px;
  }
  .footer .footerContent span {
    font-size: 10px;
  }
  .visual header .menu nav ul {
    padding: 80px 0 0 0;
  }
  .visual header .menu nav ul li a {
    line-height: 16px;
    padding: 10px 0 10px 0;
  }
      .visual .mainbg {
  position: absolute;
 
  width: 100%;
  height: 100%;
  background: url("../img/bg4.jpg") no-repeat;
  background-size: auto;
background-position: center;
}
}

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