html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding:0;
  font-family: 'Orbitron', sans-serif;
  color: #efefef;
  letter-spacing: 1px;
}
/* FONTS */
h1, h2, h3, p, a{
  margin: 0;
  padding: 0;
}
h1{

}
h2{
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
}
h3{
  font-size: 12px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
}
h4{
  font-size: 9px;
  line-height: 12px;
  color: white;
  text-transform: uppercase;
}
p{
  line-height: 16px;
  font-size: 12px;
}
li{
  line-height: 16px;
  font-size: 11px;
}
ul{
  padding-left: 10px;
}
strong{
  color:rgb(238,221,34);
}
a{
  color:rgb(238,221,34);
}
a:hover{
  color:white;
}
/* NAVIGATION */
.navbar{
  margin-bottom: 0;
}
.navbar a{
  text-transform: uppercase;
  color: white;
  font-size: 10px;
}
.navbar-inverse{
  background-color: black;
}
.nav>li>a:hover, .nav>li>a:focus{
  background-color: black;
  color:rgb(238,221,34);
}
.navbar a.last{
  background-color: rgb(21, 39, 71);
}
.navbar .last:hover{
  background-color: rgb(21, 39, 71);
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  margin-left: 0;
}
/* LAYOUT */
.container-fluid.no-margin{
  margin:0;
  padding: 0;
}
.full-height{
  height: 100%;
  position: relative;
}
.row{
  margin:0;
  padding: 0;
  position: relative;
}

.nav>li>a{
  padding: 17px 5px;
  font-size: 11px;
}

.navbar-brand img{
  width: 130px;
  margin-top: -13px;
}

hr{
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 13px 2px rgba(255,255,255,0.5);
  box-shadow: 0 0 13px 2px rgba(255,255,255,0.5);
  border: none;
  position: absolute;
  z-index: 10;
  background-color: #EDEBEB;
  opacity: 0.8;
}
#skrollr-body{
  height: 100%;
  width: 100%;
  position: relative;
}
/* SOCIAL MEDIA */
.social{
  position: absolute;
  left: 15px;
  top: 70px;
  height: 40px;
  z-index: 9;
}
.youtube{
  width: 45px;
  height: 45px;
  margin-right: 2px;
  display: block;
  float: left;
  background-image: url("images/youtube.png");
  background-size: 100%;
}
.facebook{
  width: 45px;
  height: 45px;
  margin-right: 2px;
  float: left;
  display: block;
  background-image: url("images/facebook.png");
  background-size: 100%;
}
.instagram{
  width: 45px;
  height: 45px;
  margin-right: 2px; 
  float: left;
  display: block;
  background-image: url("images/instagram.png");
  background-size: 100%;
}
.twitter{
  width: 45px;
  height: 45px;
  margin-right: 2px;
  float: left;
  display: block;
  background-image: url("images/twitter.png");
  background-size: 100%;
}
@media all and (max-width: 768px){
  .social{
    position: fixed;
    left: 135px;
    top: 10px;
    height: 40px;
    z-index: 999999;
  }
  .youtube, .facebook, .instagram, .twitter{
    width: 30px;
    height: 30px;
  }
}

/* SLIDER */
.slickSlider{
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slick-dots{
  bottom: 5px;
  text-align: left;
}
.slick-dots li button:before{
  color:white !important;
}
.slick-slide{
  overflow: hidden;
  margin:0;
  padding: 0; 
}
.slick-slide img{

}
.slide-text{
  width: 320px;
  height: 100px; 
  position: absolute !important;
  top: 25%;
  right: 10%;
  background-color: #000000;
  -webkit-box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
}
.slide-text .slide-label{
  width: 210px;
  height: 39px;
  margin-top: 35px;
  margin-left: 15px;
  float: left;
}
.slide-text .slide-label h2{
  font-size: 11px;
}
.slide-text .slide-label.full{
  width: 100%;
}
.slide-text .play-button{
  width: 70px;
  height:70px;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  background-image: url("images/PlayButton.png");
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;  /* For Safari 3.1 to 6.0 */
  transition: transform 0.2s;
}
.slide-text .play-button:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.buy{
  margin-top: 120px;
  height: 80px;
  text-align: center;
}
.buy h1{
  color:white;
}
.slide-text a{
  text-decoration: none !important;
  font-size: 25px;
  line-height: 80px;
}

.slider-logo{
    width: 445px;
    height: 124px;
    margin-left: -222px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-image: url("images/SliderLogo.png");
    background-size: 100%;
}
@media all and (min-width: 768px) and (max-width: 992){
  .slider-logo{
    width: 190px;
    margin-left: -95px;
    height: 52px;
  }
  .slide-text {
    width: 310px;
    height: 100px;
    position: absolute !important;
    bottom: 60px;
    top: auto;
    right: 50%;
    margin-right: -155px;
    background-color: #000000;
    -webkit-box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
    box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  }
  .slide-label{
  }
  .slide-text .play-button{
  }
  .buy{
    display: none;
  }
}
.slick-next, .slick-prev{
  width: 30px;
  height: 111px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  opacity: 1;
}
.slick-next:hover, .slick-prev:hover{
  opacity: 0.8;
}
.slick-next{
  right: 0;
  background-image: url("images/SliderNext.png") !important;
  background-size: 100%;
}
.slick-prev{
  left: auto;
  background-image: url("images/SliderPrev.png") !important;
  background-size: 100%;
}
.slick-prev:before, .slick-next:before{
  content: '';
}



#news-block-articles .slick-next{
  right: 0;
  background-image: url("images/Next.png") !important;
  background-size: 100%;
  width: 111px;
  height: 30px;
  top: initial;
  left: 50%;
  bottom: -25px;
  margin-left: -55px;
}


#news-block-articles .slick-prev{
  right: 0;
  background-image: url("images/Prev.png") !important;
  background-size: 100%;
  width: 111px;
  height: 30px;
  left: 50%;
  top: -26px;
  margin-left: -55px;
}


/* BREAK IMAGE BLOCK */
.break-image-block{
  width: 100%;
  min-height: 250px;
  position: relative;
  background-image: url("images/TextBlockBg.jpg") !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media all and (min-width: 768px){
  .break-image-block{
    background-size: auto 150%;
  }
}
@media (max-width: 768px) {
  .break-image-block{
    background-size: auto 200%;
  }
}
@media all and (min-width: 992px){
  .break-image-block{
    background-size: auto 200%;
  }
}
@media all and (min-width: 1200px){
  .break-image-block{
     background-size: 100% auto;
  }
}


.text-block-inner{
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(0,0,0,0.8);
  padding: 25px;
  -webkit-box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
}
.text-block-collumn{
  margin-top: 20px;
  padding-left:0;
}
/* SCREEN BLOCK */
.screen-block-header{
  width: 100%;
  height: 77px;
  background: #444444; /* Old browsers */
  background: -moz-linear-gradient(top,  #444444 0%, #222222 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #444444 0%,#222222 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #444444 0%,#222222 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #444444 0%,#222222 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}
.screen-block-header-bg{
  width: 100%;
  height: 77px;
  background-image: url("images/Store.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.screen-block-header-bg h2{
  color:rgb(238,221,34);
  padding-top: 30px;
}
.screen-block{
  position: relative;
  height: 400px;
  overflow: hidden;
}

.screen-block h2{
  color:rgb(238,221,34);
  margin-bottom: 2px;
}
.screen-block h3{
  margin-bottom: 4px;
}
.screen-block li{
  
}
.screen-block .background{
	width: 100%;
	height: 100%;
  padding-bottom: 20px;
	position: absolute;
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top,  #444444 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444444 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444444 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #444444 0%,#222222 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}
.screen-block-text{
  padding-top: 40px;
  overflow: hidden;
}
.screen-block-screen{
  height: 100%;
  margin-top: 35px;
  margin-bottom: 2%;
  background-image: url("images/ScreenBlock.png") !important;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;  /* For Safari 3.1 to 6.0 */
  transition: transform 0.2s;
}
.screen-block-screen:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media all and (min-width: 768px){
  .screen-block{
    position: relative;
    height: 450px;
    overflow: hidden;
  }  
  .screen-block-screen{
    display: none;
  }
}
@media all and (max-width: 768px){
  .screen-block{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
  }  
  .screen-block-screen{
    display: none;
  }
  .screen-block .background{
    height: 100%;
  }
}
@media all and (min-width: 992px){
  .screen-block{
    position: relative;
    height: 550px;
    overflow: hidden;
  }  
  .screen-block-screen{
    margin-top: -395px;
    height: 450px;
    display: block;
  }
}
@media all and (min-width: 1200px){
  .screen-block{
    position: relative;
    height: 550px;
    overflow: hidden;
  }
  .screen-block-screen{
    height: 450px;
    max-width: 600px;
  }  
}
.screen-block-screen:hover .play-button{
  opacity: 1;
}
.screen-block-screen .play-button{
  width: 70px;
  height: 70px;
  margin-top: 23%;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  background-image: url("images/PlayButton.png");
  background-size: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* IMAGE BLOCK */
.image-block-container{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.image-block{
  background-color: black;
}
.image-block img{
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#ib-01:hover .zoom-button, #ib-02:hover .zoom-button, #ib-03:hover .zoom-button, #ib-04:hover .zoom-button, #ib-05:hover .zoom-button, #ib-06:hover .zoom-button{
  opacity: 1;
}
#ib-01:hover img, #ib-02:hover img, #ib-03:hover img, #ib-04:hover img, #ib-05:hover img, #ib-06:hover img{
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      cursor: pointer;
}
.image-block .zoom-button{
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("images/ZoomButton.png");
  background-size: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
 /* NEWS BLOCK */
.news-block-header{
  width: 100%;
  height: 77px;
  background: #444444; /* Old browsers */
  background: -moz-linear-gradient(top,  #444444 0%, #222222 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #444444 0%,#222222 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #444444 0%,#222222 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #444444 0%,#222222 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}
.news-block-header-bg{
  width: 100%;
  height: 77px;
  background-image: url("images/Store.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.news-block-header-bg h2{
  color:rgb(238,221,34);
  padding-top: 30px;
}
.news-block{
  width: 100%;
  padding: 5%;
  position: relative;
  background-image: url("images/StoreBlockBg.jpg") !important;
  background-position-x: 50% !important;
  background-size: 100%;
  overflow: hidden;
}
.news-block .slick-slider{
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .news-block{
    background-size: auto 100%;
    width: auto;
  }
}
.news-block .logo{
  width: 322px;
  margin: auto;
  display: block;
}
.news-block-inner{
  background-color: rgba(0,0,0,0.8);
  padding: 25px;
  -webkit-box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  margin: 40px 0;
}
.news-block h2{
  color:rgb(238,221,34);
  margin: 8px 0 12px 0;
  font-size: 16px;
  text-transform: none;
}
.news-block h3{
  margin: 16px 0 4px 0;
  font-size: 12px;
  text-transform: none;
}
.news-block h4{
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
}
.news-block ul{
  padding-left: 10px;
}
.news-block li{
  padding-left: 10px;
  color:rgb(238,221,34);
}
.news-block li p{
  padding-left: 10px;
  color:white;
}
.news-block-inner img{
  margin-left:-10px;
}
.latest-article-thumbnail{
  width: 110px;
  margin-right: 7px;
}
.latest-article-item{
  
}
.latest-article-item table{
  margin: 2px 2px 10px 2px !important;
  background-color: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  height: 130px;
}
.latest-article-item table td{
  padding: 10px 0 10px 10px;
}
.latest-article-item a{
  color:rgb(238,221,34);
}
.latest-article-item td h2{
  padding: 4px 4px 0 0;
}
.latest-article-item td p{
  padding: 0 4px 0 0;
}
@media all and (max-width: 768px){
  #news-block-articles td img{
    display: none;
  }
  #news-block-articles td{
    padding-bottom: 5px;
  } 
}
/* STORE */
.store-block-header{
  width: 100%;
  height: 77px;
  background: #444444; /* Old browsers */
  background: -moz-linear-gradient(top,  #444444 0%, #222222 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #444444 0%,#222222 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #444444 0%,#222222 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #444444 0%,#222222 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}
.store-block-header-bg{
  width: 100%;
  height: 77px;
  background-image: url("images/Store.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.store-block-header-bg h2{
  color:rgb(238,221,34);
  padding-top: 30px;
}
.store-block{
  padding-bottom: 80px;
  background: #444444; /* Old browsers */
  background: -moz-linear-gradient(top,  #444444 0%, #222222 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #444444 0%,#222222 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #444444 0%,#222222 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #444444 0%,#222222 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

.store-block .logo{
  width: 100%;
}
#store-block-articles{
  height: 221px;
}

.titan{
  width: 100%;
  margin-top: -75%
}
.store-block .slick-slider{
  margin-top: 70px;
}
.store-box{
  position: absolute;
  bottom:-140px;
  right: 8.3333333%;
}
.store-block .buy-button{
  margin-top: 25px;
  margin-left: -10px;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  -webkit-transition: 0.5s;  /* For Safari 3.1 to 6.0 */
  transition: 0.3s;
}
.store-block .buy-button:hover{
  opacity: 1;
}
@media all and (max-width: 768px){
  .store-block .buy-button img{
    width: 280px;
  }
  .titan{
    display: none;
  }
}
@media all and (min-width: 768px){
  .store-block .buy-button img{
    width: auto;
  }
   .titan{
    display: block;
  }
}
.store-block-info{
  margin-top: 30px;
}
.zeropoint-logo{
  width: 100px;
  padding-top: 20px;
  float: left;
}
.zeropoint-adress
{
  padding: 20px 0 0 10px;
  float: left; 
  color: black;
}
/* POP UP */
.popup{
  display: none;
  position: fixed;
  width: 90%;
  height: 80%;
  padding: 5%;
  background-color: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  top: 10%;
  left: 50%;
  z-index: 999999;
  margin-left: -45%;
}
.caption{
  text-align: center;
  margin-bottom:15px;
  font-size: 16px;
}

.popup.gallery{
  display: none;
  position: fixed;
  width: 90%;
  height: 80%;
  padding: 5%;
  background-color: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  box-shadow: 0 0 4px 1px rgba(255,255,255,0.3);
  top: 10%;
  left: 50%;
  z-index: 999999;
  margin-left: -45%;
}
.popup.gallery .slick-list{ 
  height: 100%;
  overflow: hidden;
}
.popup.gallery .slick-next{
  right: 0;
}
.popup.gallery .slick-prev{
  left: 0;
}
.close-popup{
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -27px;
}
.popup iframe{
  width: 100%;
}
#popup-2 iframe{
  width: 629px;
  height: 412px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -206px;
  margin-left: -315px;
}

/*
@media all and (min-width: 768px){
  .popup iframe{
    width: 700px;
    height: 394px;
  }
}
@media all and (max-width: 768px){
  .popup iframe{
    width: 100%;
    height: 56%;
  }
}
@media all and (min-width: 992px){
  .popup iframe{
    width: 900px;
    height: 506px;
  }
}
@media all and (min-width: 1200px){
  .popup iframe{
    width: 1180px;
    height: 664px;
  }
}*/
