@media screen and (max-width: 750px) {
  html,
  body {
    min-width: 0px;
    min-height: 0px;
    position: relative;
  }
  html body,
  body body {
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.57, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.57, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.57, 0, 0.13, 1);
  }
  html body.openMenu,
  body body.openMenu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  aside {
    width: 100%;
    height: 50px;
    min-height: 0px;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 3px rgba(3, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(3, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(3, 0, 0, 0.2);
  }
  aside header {
    position: absolute;
    background-image: url(../img/logoMobile.jpg);
    background-size: 100%;
    width: 49px;
    height: 86px;
    margin-left: 8px;
  }
  aside nav {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 0px;
    margin-left: 0;
    background: url("../img/mobileMenu.jpg") top;
  }
  aside nav ul {
    display: none;
  }
  iframe {
    width: 100%;
  }
  .menuMobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #a5a5a5;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  .menuMobile div {
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .menuMobile ul {
    list-style: none;
  }
  .menuMobile ul:first-child {
    height: 100%;
    overflow-y: scroll;
  }
  .menuMobile ul a.active {
    background: #FFF;
    color: #a5a5a5;
  }
  .menuMobile .btClose {
    width: 35px;
    height: 35px;
    background: url("../img/mobileMenu.jpg") bottom;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1000;
  }
  .menuMobile li ul {
    font-size: 14px;
    line-height: 16px;
  }
  .menuMobile li ul li.active {
    background: #FFF;
  }
  .menuMobile li ul li.active a {
    color: #a5a5a5;
  }
  .menuMobile li ul li a {
    padding-left: 30px;
  }
  .menuMobile a {
    display: block;
    padding: 20px 0 18px 15px;
    color: #fff;
    border-bottom: 1px solid #999;
  }
  footer {
    display: none;
  }
  section {
    left: 0!important;
    top: 50px;
  }
  section #home .box {
    width: 100%!important;
  }
  section .wrapperThumb,
  section #wrapperBox {
    width: 100%;
  }
  section #wrapperBox {
    -webkit-overflow-scrolling: touch;
  }
  section #wrapperBox .box {
    width: 50%;
    float: left;
  }
  .box {
    position: relative;
  }
  .box .overlay {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 15px;
  }
  .box .overlay .overlayTable h2 {
    padding: 3px;
    font-size: 12px;
  }
  #wrapperProject {
    top: 0px!important;
  }
  #wrapperProject #sliderWrapper section {
    top: 55px;
    right: 0;
    bottom: 0;
  }
  #wrapperProject #sliderWrapper header {
    padding-top: 16px;
    padding-bottom: 0;
  }
  #wrapperProject #sliderWrapper header h2 {
    font-size: 12px;
  }
  #wrapperProject #sliderWrapper header .close {
    z-index: 1000;
  }
  .centerContent {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  .centerContent a,
  .centerContent p {
    font-size: 16px!important;
    line-height: 20px!important;
  }
  .centerContent .box {
    width: 50%;
    height: auto;
    float: left;
  }
  .centerContent .wrapperCenterContent {
    display: block;
    margin: 25px 8px;
    padding: 0;
    width: auto!important;
  }
  .centerContent #map {
    display: none;
    height: 0px;
  }
  .centerContent #wrapperBio {
    display: block;
  }
  .centerContent #wrapperInfo {
    margin: 0;
    padding: 20px 0;
  }
  .centerContent #wrapperForm {
    position: relative;
  }
  .centerContent #wrapperForm #form {
    width: auto;
  }
  .centerContent #wrapperForm #form .wrapperInput label {
    text-align: left;
    margin-bottom: 5px;
  }
  .centerContent #wrapperForm #form .wrapperInput textarea,
  .centerContent #wrapperForm #form .wrapperInput input {
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .centerContent #wrapperForm #form .wrapperInput input {
    height: 35px;
  }
  .centerContent #wrapperForm #wrapperMessage {
    width: 100%;
  }
  .centerContent #wrapperForm #wrapperMessage p.right {
    width: 100%;
    text-align: left;
  }
  .centerContent #wrapperForm #send {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  #spinnerOverlay {
    left: 0;
  }
  .projectPage aside,
  .projectPage .menuMobile {
    display: none;
  }
}
