body{
  background-color: #151515;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

.transition {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.section-title{
  font-family: "Raleway";
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center
}

#nav{
  position: absolute;
  z-index: 1000;
  top: 20px;
  left: 20px;
  right: 20px;
}

  #nav > a > .nav-logo{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 20px;
  }

    #nav > a > .nav-logo > img{
      width: 150px;
      height: auto;
    }

  #nav > .nav-nav{
    position: fixed;
    top: 20px;
    right: 15px;
  } 
  
    #nav > .nav-nav > .nav-burger, #nav > .nav-nav > .nav-lang{
      position: relative;
      float:left;
      background-color: #fff;
    }    
    
    #nav > .nav-nav > .nav-burger{
      height: 65px;
      width: 65px;
      padding: 23px 15px;
      cursor: pointer
    }

      #nav > .nav-nav > .nav-burger > div{
        width: 100%;
        height: 3px;
        background-color: #121212;
        border-radius: 2px;
      }    

      #nav > .nav-nav > .nav-burger >  div:nth-child(2){
        width: 60%;
      } 

      #nav > .nav-nav > .nav-burger > div:not(:last-child){
        margin-bottom: 5px;
      } 

      #nav > .nav-nav > .nav-burger:hover{
        background-color: #121212;
      }
      
      #nav > .nav-nav > .nav-burger:hover > div{
        background-color: #fff;
      }

      #nav > .nav-nav > .nav-lang{
        text-transform: uppercase;
        padding: 7px 9px;
        margin-top: 30px;
        margin-right: 10px;
        color: #121212;
        font-weight: 700;
      }
      
      #nav > .nav-nav > .nav-lang:hover{
        background-color: #121212;
        color: #fff;
        text-decoration: none;
      }

  
  #nav-container{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #212121;
    z-index: 999;
    padding: 150px 45px;
    opacity: 0;
    visibility: hidden;
  }

  #nav-container.show{
    opacity: 1;
    visibility: visible;
  }

    #nav-container > ul{
      margin: 0;
      padding: 0;
      list-style: none;
    }

      #nav-container > ul > li > a{
        display: block;
        color: #fff;
        padding: 5px 50px 5px 5px;
        font-weight: 700;
        font-size: 22px;
      }
      
        #nav-container > ul > li > a:hover{
          text-decoration: none;
          color: #656565;
        }

#panoramic{
  min-height: 100vh;
  height: calc(100vh + 50px);
  position: relative;
  z-index: 50;
}

  #panoramic > iframe{
    width: 100%;
    height: 100%;
    border: none;
  }

  #panoramic > .panoramic-go-down{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    height: 50px;
    width: 50px;
    background-color: #fff
  }  

    #panoramic > .panoramic-go-down:before{
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      line-height: 50px;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 35px;
    }

#about{
  z-index: 100;
  margin-top: -50px;
  position: relative;
}

  #about > .container{
    background-color: #212121;
  }

  @media(min-width: 1600px){
    #about > .container{
      width: 1400px;
      max-width: 1400px;
    }
  }

  #about .about-image{
    background-image: url('../img/about.jpg');
    background-size: cover;
  }

#studios{
  margin-bottom: 75px;
}

  #studios .container{
    background-color: #212121;
  }

  #studios .section-title{
    text-align: left
  }

  #studios .studio-image{
    background-size: cover;
    background-position: center;
  } 

  #studios .studio-image-slider{
    padding: 0;
    position: relative;
  }  

    #studios .studio-image-slider > .slick-list, #studios .studio-image-slider .slick-track, #studios .studio-image-slider .slick-slide, #studios .studio-image-slider .slick-slide > div{
      height: 100%;
    } 

    #studios .studio-image-slider .studio-image-slider-slide{
      position: relative;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
    }

    #studios .studio-text a {
      display: block;
      margin-bottom: 1rem;
      color: #fff;
      text-decoration: underline;
    }

    #studios #equipment-text a{
      margin-bottom: 0;
    }

  #studios ul.studio-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }  

    #studios ul.studio-nav li{
      display: inline-block;
      margin: 0 3px;
      cursor: pointer;
      color: #656565;
    }

    #studios #studio-photos ul.studio-nav li{
      display: block;
      padding: 0;
    }

    #studios ul.studio-nav li:hover, #studios ul.studio-nav li.active{
      color: #fff;
      text-decoration: underline;
    }
  
  #studios .studio-nav-content > p{
    margin-bottom: 0;
  }

  #studios .studio-brands img:not(:last-child) {
    margin-right: 15px;
  }


#staff{
  padding: 75px 0 150px;
}

  #staff .section-title{
    margin-bottom: 50px;
  }

  #staff .staff-item a{
    color: #fff;
  }

    #staff .staff-item img{
      -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
      filter: grayscale(90%);
    }

    #staff .staff-item:hover img{
      -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
      filter: grayscale(0);
    }

  #staff .staff-item span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    font-size: 26px;
    font-weight: 700;
  }

  .featherlight.staff-featherlight .featherlight-content {
    padding: 0;
    border:0;
  }

    .featherlight .featherlight-close-icon {
      height: 50px;
      width: 50px;
      background: rgba(255, 255, 255, 0.9);
      font-size: 0;
      content: "";
    }

      .featherlight .featherlight-close-icon:before{
        content: "\f00d";
        font-family: "FontAwesome";
        top: 0;
        left: 0;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #22001b;
      }

    .featherlight.staff-featherlight .featherlight-inner{
      padding: 50px;
      height: 100%;
      background-color: #212121;
      width: 100%;
    }
      
      .featherlight.staff-featherlight .featherlight-inner .staff-inner-title{
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
      }
      .featherlight.staff-featherlight .featherlight-inner .staff-inner-text{
        float: none;
      }
      .featherlight.staff-featherlight .featherlight-inner .staff-inner-image{
        float: left;
        width: 40%;
        padding: 0 25px 25px 0;
      }

#partners{
  padding: 75px 0 ;
  background: #212121;
}

  #partners .section-title{
    margin-bottom: 50px;
  }

  #partners a > img{
    opacity: 0.8;
  }

    #partners a:hover > img{
      opacity: 1;
    }

#contacts-header{
  background-image: url('../img/contacts.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

  #contacts-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
  }

#contacts-map{
  margin-top: -100px;
}

  @media(min-width: 1600px){
    #contacts-map > .container{
      width: 1250px;
      max-width: 1250px;
    }
  }

  #contacts-map .contacts-map-wrapper{
    line-height: 0;
  }

  #contacts-map #gmap_canvas{
    width: 100%;
  }

#contacts{
  margin-bottom: 100px;
}

  #contacts > .container{
    background-color: #212121;
    border: 0 solid #151515;
    border-left-width: 15px;
    border-right-width: 15px;
  }
  
  @media(min-width: 1600px){
    #contacts > .container{
      width: 1250px;
      max-width: 1250px;
    }
  }

  .contacts-item{
    padding: 50px 0;
  }

    .contacts-item-icon{
      font-size: 30px;
    }

#contacts-form{
  margin-bottom: 100px;
}

  #contacts-form .contact-form-input:not(:first-child){
    padding-left: 5px;
  }

  #contacts-form .contact-form-input:not(:last-child){
    padding-right: 5px;
  }

    #contacts-form form input[type="text"], #contacts-form form textarea{
      padding: 20px 25px;
      background-color: #212121;
      border: 1px solid transparent;
      color: #fff;
      width: 100%;
    }
    
    #contacts-form form input[type="text"].error, #contacts-form form textarea.error{
      border-color: red;
    }

    #contacts-form form textarea{
      margin-top: 10px;
      margin-bottom: 10px;
      height: 300px;
    }

    #contacts-form form input[type="submit"]{
      background-color: #212121;
      border: none;
      border-radius: 0;
      color: #fff;
      padding: 15px 75px;
    }    
    
      #contacts-form form input[type="submit"]:hover{
        background-color: #fff;
        color: #212121;
      }

    .contact-confirmation{
      margin-top: 15px;
      display: block;
      display: none;
    }

#footer{
  background-color: #212121;
}

  #footer .footer-socials > a{
    padding: 0 15px;
    color: #656565;
  }  
  
  #footer .footer-socials > a:hover{
    color: #fff;
  }

  #footer .footer-copy{
    padding: 25px 0;
  }  
  
    #footer .footer-copy a{
      color: #fff;
      text-decoration: underline;
    }

