html{
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'geosanslightregular', sans-serif;
  background-color: #111;
}
* {
  margin: 0px;
  padding: 0px;}
li{
  list-style: none;
}
a{
  text-decoration: none;
  color: inherit;
}
a img {
  border: none;
}
.bold{
  font-weight: bold;
}
.contact{
  width: 100vw;
  background-image: url('../img/contact.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
#detailsphoto{
    position: fixed;
    right: 10vw;
    top: 13vh;
    height: 70vh;
}
#links-container{
  position: relative;
  margin: 6vh auto;
  width: 20.5vw;
}
.videoIframe{
  position: relative;
  width: 80vw;
  height: 90vh;
}
#close{
  position: fixed;
  top: 2vw;
  right: 2vw;
  width: 3vw;
  height: 3vw;
  background-image: url(../img/close.png);
  background-size: contain;
  cursor: pointer;
}
.extlink{
  float: left;
  width: 4vw;
  height: 4vw;
  display: block;
  background-size: 100%;
}
.extlink:not(:last-child){
  margin-right: 1.5vw;
}
.extlink:hover{
  opacity: 0.8;
}
#instagram{
  background-image: url(../img/instagram.png);
}
#linkedin{
  background-image: url(../img/linkedin.png);
}
#modelmanagement{
  background-image: url(../img/modelmanagement.png);
}
#richard{
  background-image: url(../img/richard.png);
}
.email:hover{
  opacity: 0.8;
}
.modelinfo{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.clear{
  clear: both;
}
#menu{
  position: fixed;
  width: 4vw;
  height: 3vw;
  z-index: 1000;
  left: 2vw;
  top: 2vw;
  cursor: pointer;
  transition: 0.5s;
}
#button{
  width: 4vw;
  height: 3vw;
  position: absolute;
  background-image: url(../img/menu.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#arrow{
  position: absolute;
  width: 4vw;
  height: 3vw;
  background-image: url(../img/menu_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: rotate(-180deg);
}
#minimenu{
  position: fixed;
  z-index: 1000;
  color: #fff;
  left: -14vw;
  top: 2vw;
  opacity: 0;
}
#minimenu li{
  cursor: pointer;
}
#minimenu li:hover{
  opacity: 0.8;
}
.main{
  font-size: 2.2vw;
  margin-top: 1vw;
}
.sub{
  font-size: 1.5vw;
  margin-left: 2vw;
}
#blk_1{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
#blk_2{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:133vh;
  z-index: 1;
  background-image: url(../img/background_photo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
#blk_3{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:133vh;
  z-index: 2;
}
#blk_4{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:250vh;
  z-index: 0;
  background-image: url(../img/background_photo3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0;
}
#blk_5{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:260vh;
  z-index: 2;
}
#blk_6{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:370vh;
  z-index: 0;
  background-image: url(../img/background_photo1.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
#blk_7{
  position: absolute;
  width: 100%;
  height: 100vh;
  top:370vh;
  z-index: 2;
}
#contain1{
  width: 100%;
  height: 100vh;
  background-image: url(../img/background_photo1.jpg);
  background-size: cover;
  overflow: hidden;
}
#contain_portfolio{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#background{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/background_photo1.jpg);
  background-size: cover;
  z-index: -10;
}
#background_overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/background_overlay.png);
  background-size: cover;
  pointer-events: none;
  z-index: 3000;
}
#logo{
  width: 30%;
  height: auto;
  margin: 20vh auto 0;
  display: block;
  position: relative;
}
#contact_info{
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1vw;
}
.smaller{
  font-size: 0,9vw;
}
#home{
  width: calc(50vw + 12px);
  margin: 9vh auto 2vh;
}
#dance{
  width: 31vw;
  margin: 12vh auto 0;
}
#model{
  width: 31vw;
  margin: 12vh auto 0;
}
#event{
  width: 31vw;
  margin: 12vh auto 0;
}
.circle-contain{
  height: 13vw;
}
.circle-contain > * {
  float: left;
  margin-right: 7vw;
  position: relative;
  width: 12vw;
  height: 12vw;
  border-radius: 12vw;
  cursor: pointer;
}
.circle-contain > *:hover{
  opacity: 0.8;
}
.circle-contain > *:last-child{
  margin-right: 0;
}
.circle{
  width: 12vw;
  height: 12vw;
  border-radius: 12vw;
  border: 2px solid #fff;
  opacity: 0.5;
  margin: auto;
  overflow: hidden;
}
#centercircle{
  float: none;
}
.quoteblockR{
  position: absolute;
  width: 30vw;
  height: auto;
  top: 20vh;
  left: 53vw;
  color: #fff;
  text-align: center;
  z-index: 3;
}
.quoteblockL{
  position: absolute;
  width: 40vw;
  height: auto;
  top: 11vh;
  left: 13vw;
  color: #fff;
  text-align: center;
  z-index: 3;
}
.qb{
  position: relative;
  width: 100%;
}
#qb1{
  font-size: 1.5vw;
}
#qb2{
  font-size: 1.5vw;
}
#qb3{
  font-size: 1.5vw;
}

#gallery-contain{
  width: calc(46vw);
  margin: 27vh auto 0;
  height: 29vw;
  opacity: 0;
}
#gallery-contain > * {
  float: left;
  margin-right: 5vw;
  margin-bottom: 5vw;
  position: relative;
  width: 12vw;
  height: 12vw;
  border-radius: 12vw;
  cursor: pointer;
}
#gallery-contain > *:hover{
  opacity: 0.8;
}
#gallery-contain > *:nth-child(3n){
  margin-right: 0;
}

#gallery-overlay{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #282828;
  z-index: 2000;
  transition: 1s;
  pointer-events: none;
}
#photo-contain{
  position: fixed;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 90%;
}
#photo{
  position: relative;
  margin: auto;
  background-image: url(../img/dance/i7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#photographer{
  position: fixed;
  color: #fff;
  left: 10%;
  top: 95.4%;
}

#logo_center{
  position: absolute;
  left: calc(50% - 41px);
  top: 35vh;
  transition: 2s;
}
#logo_left{
  position: absolute;
  left: calc(50% - 21px);
  top: 35vh;
  cursor: pointer;
  transition: 2s;
}
#logo_right{
  position: absolute;
  left: calc(50% - 41px);
  top: 35vh;
  cursor: pointer;
  transition: 2s;
}
.gallery{
  border: none;
  width: 100%;
  height: 100%;
}
#gallery1{
  position: fixed;
  left: 100vw;
  width: 100%;
  height: 100%;
}

#details-container{
  position: absolute;
  left: 10vw;
  top:13vh;
  color: #fff;
  width: 30vw;
  font-size: 1.2rem;
}
#video {
  position: absolute;
  right: 0;
  top: -10px;
  min-width: 100%;
  min-height: 105%;
}

/* ----------------- VWR --------------------*/
#vwr{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #282828;
  z-index: -200;
}

#vwr-set{
  position: fixed;
  top: 90%;
  left: 10%;
  width: 53%;
  height: 5%;
  z-index: -200;
  opacity: 1;
}
.right{
  position: relative;
  width: 18px;
  height: 30px;
  float: right;
  background-image: url(../img/right.png);
  cursor: pointer;
  z-index: -200;
  opacity: 0;
  margin: 2px 0px 0px 15px;
}
.left{
  position: relative;
  width: 18px;
  height: 30px;
  float: right;
  background-image: url(../img/left.png);
  cursor: pointer;
  z-index: -200;
  opacity: 0;
  margin: 2px 15px 0px 0px;
}
.counter{
  float: right;
}
.nav:hover{
  opacity: 0.7 !important;
}
#vwr-container{
  position: fixed;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 90%;
  opacity: 0;
  z-index: -200;
}
#vwr-img{
  position: fixed;
  top: 5%;
  left: 10%;
  width: 53%;
  height: 85%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: -200;
}
#img-cover{
  position: fixed;
  top: 5%;
  left: 10%;
  width: 53%;
  height: 85%;
  z-index: -199;
}
#vwr-info{
  position: fixed;
  top: 8%;
  left: 65%;
  width: 25%;
  height: 87%;
  z-index: -200;
}
.title{
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.details::first-letter {
    text-transform: uppercase;
}
.details{
  line-height: 25px;
}
.videoIframe{
  display: block;
  margin: auto;
  background-image: url(../img/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* ----------------- VWR --------------------*/

@media screen and (max-device-width: 800px){
.kl-r{
  display: none;
}
}

@media screen and (min-device-width: 801px){
.gr-r{
  display: none;
}
}

@media only screen and (max-width: 990px) {


}