
* {
	outline: none;
}
html {
    height: 100%;
    overflow-x: hidden;
}
body {
    background: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    text-align: center;
    color: #fff;  
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.kimino-front {
    width: 100%;
    min-height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top:0px;
    left:0px;
    z-index:-1000;
    position: absolute;
    opacity: 0.6;
}
.container-fluid.directors {
    position: absolute;
    top: 110%;
}
.navbar {
    width: 100%;
}
.menu-toggle {
    position: fixed;
    top: 32px;
    right: 16px;
    z-index: 2000;
    width: 60px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) scale(0.5);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
   transform-origin: 70% 70%;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 0px;
}
.menu-toggle span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}
.menu-toggle span:nth-child(4) {
  top: 36px;
}
.menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu {
    padding-left: 40px;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0.95);
    height: 100%;
    z-index: 1500;
    transition: right 800ms ease-in-out;
}
.menu-link-main {
    font-size: 20px;
    border-bottom: 1px solid rgba(255,255,255, 0.9);
    margin-right: 40px;
    padding-bottom: 0.5vh;
    font-weight: 100;
}
.menu-link-main:last-of-type {
    border-top: 1px solid rgba(255,255,255, 0.9);
    padding-top: 0.5vh;
}
.menu-link-main:hover {
    font-weight: 400;
}
@media only screen and (min-width: 1920px) {
    .menu {
        width: 12%;
        right: -12%;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1919px) {
    .menu {
        width: 20%;
        right: -20%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
    .menu {
        width: 30%;
        right: -30%;
    }
}
@media only screen and (max-width: 767px) {
    .menu {
        width: 100%;
        right: -100%;
    }
}
.menu-show {
    right: 0 !important;
}
.brand-img {
    margin-top: 40px;
    margin-bottom: 25px;
    width: 120px;
}
.menu-logo {
    padding-bottom: 1vh; 
    border-bottom: 1px solid rgba(255,255,255, 0.9);
    margin-top: 5vh;
    margin-bottom: 0.5vh;
    margin-right: 40px;
}
.menu>h4 {
    margin-left: -2px;
}
.menu>ul {
    list-style-type: none;
    margin-top: 10px;
}
.menu>ul>li {
    font-weight: 100;
    border-bottom: 1px solid rgba(255,255,255, 0.9);
    margin: 0px 40px 0px -25px;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.menu>ul>li:hover {
    font-weight: 400;
}
.menu>ul>li:first-of-type {
    border-top: 1px solid rgba(255,255,255, 0.9);
}
.menu>ul>li:last-of-type {
    border-bottom: none;
    padding-bottom: 0vh;
}
.top-banner {
    padding-top: 44px;
    padding-bottom: 3vw;
}
.brand-banner {
    margin-right: auto;
    margin-left: auto;
}
.brand-banner>img {
    width: 15vw;
}
@media only screen and (max-width: 767px) {
    .brand-banner>img {
        width: 25vw;
    }
}
.main {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: unset;
}
.brand-img-big {
    width: 30vw;
    padding-top: 35vh;
}
.home-text {
    font-size: 2.1vw;
    position: absolute;
    bottom: 5vh;
    font-weight: 200 !important;
    text-align: center;
    font-style: italic;
}
@media only screen and (max-width: 1000px) {
    .home-text {
        font-size: 3.2vw;
    }
    .brand-img-big {
        width: 45vw;
    }
}
.director-name {
    margin-top: 30px;
}
.video-title {
    padding: 15px 0;
    margin-top: 10px;
    margin-bottom: 40px;
}
.post-title-home {
    padding: 15px 0;
    margin: 10px 0;
}
.underline {
    border-bottom: 2px solid white;
    margin-bottom: 20px;
}
.director-videos {
    margin-top: 40px;
}
.vimeoshot:hover {
    filter: grayscale(0.8);
    color: white;
    font-size: 100px;
}
.vimeoshot {
    position: relative;
    height: 20vw;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    color: white;
    font-size: 0.1px;
}
@media only screen and (max-width: 1200px) {
    .vimeoshot:hover {
        filter: grayscale(0.8);
        color: white;
        font-size: 50px;
    }
    .vimeoshot {
        height: 30vw;
    }
}
.video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    min-height: 100%;
    background-color: rgba(0,0,0,0.8);
    width: 100%; 
}
.close {
    position: absolute;
    top: 32px;
    left: 16px;
    color: #fff;
}
.video-container { 
    position: relative; 
    left: 5%;
    top: 5%;
    padding-bottom: 49.72%; 
    max-height: 90%;  
    max-width: 90%; 
    height: auto; 
} 
.video-container iframe, .video-container object, .video-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.wpcf7-form-control {
    color: white;
    background-color: rgba(0,0,0,0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
    width: 100%;
}
.wpcf7-form-control::placeholder {
    color: white;
}
textarea {
    height: 10vh;
}
.wpcf7-submit {
    border: 1px solid white;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    width: auto;
}
.wpcf7-submit:hover {
    border: 1px solid rgba(0,0,0,0);
    background-color: #fff;
    color: black;
}
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 20px;
}
.copyright-text {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 2vh;
}
.google-map{
    overflow:hidden;
    padding-bottom:56.25%;
    widtth: 100%;
}
.google-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    filter: grayscale(100%);
}
