
@charset "UTF-8";


html,body{
    font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight:100;
	margin:0; padding:10; overflow:hidden; }

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

a:link {text-decoration: none;
        color:#fff !important;
		bottom-padding: 2px;
}
a:visited {text-decoration: none;
        color:#fff !important;
					bottom-border: 4px solid;
		bottom-padding: 2px;}
a:active {text-decoration: none;
        color:#fff !important;}
a:hover {text-decoration: none;
		color: #fff !important;
}
        
h1, h1 a {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 2.2em;
	font-weight: 100;
	line-height: 1.5em;
		display: block;
	margin-top:10%;
	

	}

h2 {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 30px;
	font-weight:700;
    }
	
    
#menu {
width:100%;
position: relative;
height:100px;
margin-top:2em;
}

#container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

  
}

#L_div {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background-color:#fff;
  text-align:center;
  color:#000;
}

#R_div {
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  background:#000;
  text-align:center;
  color:#FFF;
}


/**
#studio {
	width: 50%;
	align: left;
}
#shop {
	width: 50%;
	align: right;
}*/

#footer {
width:100%;
position:relative;
height:50px;

}

.clear{
    clear:both;
}
#intro {
	position: absolute;
		padding:1.5em;
		height: 100%;
		
	width: 100%;
}

.logo.crop {
  height: 100%;
}

.logo.crop .image {
 height: 50%;
}



/* animations */
.crop:hover .upper.image {
  top: -40%;
}

.crop:hover .lower.image {
  bottom: -40%;
}


/* necessary bits */
.crop {
  position: relative;
  overflow: hidden;


}

#content {
position: relative;
	top: 20vh;
	height: 40vh;
}
.crop .content {
  display: block;
  padding-top: 20vh;
  padding-left: 5%;
  z-index:1;
  height: 100%;
  text-align: left;
}


.crop .image {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
}

.crop .upper.image, .crop .lower.image {
  height: 50%;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
	  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}



.crop .upper.image {
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  -ms-transition: top 0.4s ease;
  transition: top 0.4s ease

}

.crop .lower.image {
  bottom: 0;
  background-position: 0% 100%;
  -webkit-transition: bottom 0.4s ease;
  -moz-transition: bottom 0.4s ease;
  -o-transition: bottom 0.4s ease;
  -ms-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
}

.logoimg {
	height: 15vh;
}


.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
min-width: 100%;
min-height: 100%;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  width: 150%;

}


@media (max-width: 480px) {
/*.fullscreen-bg__video {
  width: auto;
	  overflow: hidden;
  
 	height: -webkit-fill-available;
  }*/

  .fullscreen-bg {
     background: url('../images/static.jpg') center center / cover no-repeat;
  }
  #content {

	top: 35vh;
	height: 30vh;
}

  .fullscreen-bg__video {
    display: none !important;
  }
  h1, h1 a {
	padding:1em;
	  font-size: 1.2em !important;
  }
  
}
@media only screen and (max-width: 600px) {
	  .fullscreen-bg {
     background: url('../images/static.jpg') center center / cover no-repeat;
  }
    #content {

	top: 35vh;
	height: 30vh;
}

  .fullscreen-bg__video {
    display: none !important;
  }
  h1, h1 a {
	padding:1em;
	  font-size: 1.2em !important;
  }
  
}
	
/*
@media (min-aspect-ratio: 16/9) {*/
	@media only screen and (device-width: 768px) {
.fullscreen-bg__video {
	  width: auto;
	  overflow: hidden;
height: -webkit-fill-available;
  }  
  #content {

	top: 35vh;
	height: 30vh;
}
    h1, h1 a {
		padding:1em;
	  font-size: 1.5em !important;
  }

@media only screen and (device-width: 812px) {
	  .fullscreen-bg {
     background: url('../images/static.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none !important;
  }  #content {

	top: 35vh;
	height: 30vh;
}
  h1, h1 a {
	padding:1em;
	  font-size: 1.2em !important;
  }
  
}

}
@media only screen and (device-width: 1024px) {
.fullscreen-bg__video {
	  width: auto;
	  overflow: hidden;
height: -webkit-fill-available;
  }    #content {

	top: 15vh;
	height: 30vh;
}

    h1, h1 a {
		padding:1em;
	  font-size: 2em !important;
  }

}
/*
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
	  width: auto;
	  overflow: hidden;
height: -webkit-fill-available;
  }  

  h1, h1 a {
	  font-size: 3em !important;
  }

}*/

video {
	display:block;}