/*********************************/
/* CSS Reset                     */
/*********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************************/
/* Elements                      */
/*********************************/
html, body{
  height: 100%;
  font-family: 'adequateextra_light';
}
#backgroundwhite{
  position: absolute;
  top:0px;
  left:0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 1;
}
#background{
  position: absolute;
  top:20px;
  left:20px;
  right: 20px;
  bottom: 20px;
  /*width: 100%;
  height: 100%;*/
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
.information{
  position: absolute;
  top:20%;
  width: 500px;
  left: 50%;
  margin-left: -250px;
}
#logo img{
  display: block;
  margin:auto;
}
#logotop{
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;

}
#slogan{
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}
#companyname h1{
  font-size: 58px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
#controls{
  color: #fff;
  font-size: 86px;
  text-align: center;
  margin-top: 30px;
}
#controls span{
  cursor: pointer;
}
.nawhp{
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 20px;
  margin-top: 20px;
}
.nawhp a{
  color: #fff;
}
#modalPlayer{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.93);
  z-index: 3;
  display: none;
}

#playercontainer{
  position: relative;
  padding-bottom: 43.70%;
  padding-top: 25px;
  height: 0;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  margin-top: 20px;

}
#player{
  /*position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.controlswrapper{
  background: rgba(41, 41, 41, 0.35);
  padding: 5px 15px;
  width: 100%;
  position: absolute;
  bottom:0;
  height: 100px;
}
.controls{
  position: absolute;
  width: 87px;
  left: 20px;
  top: 31px;
  /*margin-left: -64px;*/
  text-align: center;
  color: #fff;
  
  
  
}
.controls .pause{
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
  cursor: pointer;
}
.controls .next,
.controls .prev{
  font-size: 21px;
  /*float: left;*/
  /*padding-top: 17px;*/
  position: absolute;
  left: 0;
  top: 10px;
  cursor: pointer;
}
.controls .next{
  right: 0;
  left: auto;
}
.fa.closebtn{
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.logosmall{
  position: absolute;
  left:50%;
  top:25px;
  margin-left: -60px;

}
.naw{
  position: absolute;
  right: 10px;
  top: 20px;
  color: #fff;
  line-height: 28px;
}
.naw a{
  color: #fff;
  font-size: 18px;
}
}
/*.next{
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  color: #fff;
  z-index: 999;
  font-size: 50px;
  text-align: center;
}
.prev{ 
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  color: #fff;
  z-index: 999;
  font-size: 50px;
  text-align: center;

}*/
.contactbtn{
  position: fixed;
  right: 20px;
  bottom: 20px;
  
}
/*********************************/
/* Font face                     */
/*********************************/
@font-face {
    font-family: 'adequateextra_light';
    src: url('../fonts/Adequate-ExtraLight-webfont.eot');
    src: url('../fonts/Adequate-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Adequate-ExtraLight-webfont.woff2') format('woff2'),
         url('../fonts/Adequate-ExtraLight-webfont.woff') format('woff'),
         url('../fonts/Adequate-ExtraLight-webfont.ttf') format('truetype'),
         url('../fonts/Adequate-ExtraLight-webfont.svg#adequateextra_light') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* xs*/
@media (max-width: 768px){
  /*#player{
    width: 90%;
    height: 90%;
  }*/

  #companyname h1 {
    font-size: 32px;
  }
  .information {
    position: absolute;
    top: 3%;
    width: 100%;
    left: 50%;
    margin-left: -50%;
  }
  .logosmall {
    width: 40px;
  }
}
/* sm */
@media (min-width: 769px) and (max-width: 992px) {
  /*#player{
    width: 700px;
    height: 394px;
  }*/
}
/* md */
@media (min-width: 993px) and (max-width: 1200px) { 
  /*#player{
    width: 900px;
    height: 506;
  }*/
}
 
/* lg { */
@media (min-width: 1201px) and (max-width: 100px) { 
  /*#player{
    width: 1200px;
    height: 675px;
  }*/
}
 /* xlg */
@media (min-width: 1201px) { 
  /*#player{
    width: 1200px;
    height: 675px;
  }*/
}
  
@media only screen and (max-width: 760px){
  /*#logotop{
    left: 50%;
    margin-left: -60px;
  }
  #companyname h1{
    font-size: 30px;  
  }
  #slogan{
    width: 60%;
    margin: 0 auto;
  }*/
  
}
