@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	background-color:transparent;
	background-size:cover;
	background-repeat: no-repeat;
	overflow-x:hidden;
	background:#171717;
}
.black {
    position: fixed;
    right: 0;
    background: black;
    height: 27vh;
    width: 100vw;
    bottom: 0px;
    display: none;
}
.forcehov{
    display:none;
}
.forcehov img {
    position: fixed;
    height: 15vh;
    z-index: 9999;
    left: 50%;
    top: 14vh;
    margin-left: -15vh;
}
.padsil{padding:0;}
.padleft{padding-left:0;}
.padright{padding-right:0;}
a{
	text-decoration: none;
	color:#fff;
	transition: all .2s;
}
a{
	text-decoration: none;
	color:#255e92;
	transition: all .2s;
}
.wrap{
    transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
    position: fixed;
    transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
    background-color: white;
    width: 100%;
    height: 100vh;
}
.glow {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: url(../img/glow.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    z-index: 1;
}
.satisform a {
    text-decoration: none;
    color: #ff6000;
    transition: all .2s;
}
.opens {
        overflow: hidden;,
       -webkit-box-shadow: 0px 200px 250px -40px rgba(0, 0, 0, 0.75); */
    -moz-box-shadow: 0px 200px 250px -40px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 200px 250px -40px rgba(0, 0, 0, 0.75); */
        -webkit-transition: -webkit-transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
    transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
    -webkit-transform:translate3d(-170px, 0, -590px) perspective(240px) rotateY(12deg);
    transform:translate3d(-170px, 0, -590px) perspective(240px) rotateY(12deg);
}
.opens:before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    right:0;
    bottom:0;
        background: #00000069;
    z-index: 99999;
}
.satisform {
    position: fixed;
    width: 30vw;
    background: transparent;
    right: 0;
    height: 100vh;
    top: 0;
    padding-top:13vh;
    display: none;
      transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
}
.satisc{
    cursor: pointer;
}
.satisform h1 {
    font-size: 4em;
    font-weight: bold;
    color: #fff;
    letter-spacing: -3px;
}
.satisform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #212121;
    background-image: none;
    border: none;
    border:1px solid transparent;
    border-radius: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ffffff0a;
}
.satisform p {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 13px;
}
.satisform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #737373;
}
.satisform .secdiv label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #737373;
    font-size: 12px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 9px;
    margin-bottom: -20px;
}
.btnsubmit {
    width: 100%;
    display: block;
    border: none;
    background: #e8d41c;
    padding: 1vh;
    font-size: 1.6em;
    font-weight: 600;
    color:#444;
    border-radius: 40px;
    top: 3vh;
    position: relative;
    transition: all .2s;
    border-bottom: 5px solid transform;
}
.btnsubmit:hover {
    border-bottom: 5px solid #e8d41c;
    transition: all .2s;
    background:#e8d41c;
    -webkit-box-shadow: -4px 22px 46px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 22px 46px -5px rgba(0,0,0,0.75);
    box-shadow: -4px 22px 46px -5px rgba(0,0,0,0.75);
}
.satisform .form-control:focus{
    border:1px solid #ff6000;
}
.closeform {
    border: none;
    background: none;
    outline: none;
    position: fixed;
    top: 2vh;
    right: 2vh;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
}
.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    pointer-events: none;
    background-size: cover;
    margin-top: -5vh;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%;    z-index: -1; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
  .video-background { background: url('../img/force1.png') no-repeat; }
  .bambam p { position: fixed;
    color: #7b7b7b;
    z-index: 1;
    bottom: 25vh !important;
    left: 3vh !important;
    background: #25252545;
    padding: 3vh;
    border-radius: 20px;
    font-size: 1.2em;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
  }
  .padleft, .padright {
    padding:5px;
  }
  .opens { display:none; }
  .satisform {
    position: fixed;
    width: 100%;
    background: transparent;
    right: 0;
    height: 100vh;
    top: 0;
    display: none;
    transition: transform 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s, opacity 0.5s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0s;
    padding: 13vh 25px 25px 25px;
  }

}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.closeform:hover{
-webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
.btnxs{
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
background:transparent;
border:none;
width: 200px;
height: 150px;
position: fixed;
right:0;
bottom:0;
z-index: 999999999;
}
.btnxs i{
    position: absolute;
    margin-right: -70px;
    font-size: 4em;
    color:#FFF;
    right:1.7em;
    -webkit-animation:spin 12s linear infinite;
    -moz-animation:spin 12s linear infinite;
    animation:spin 12s linear infinite;
}
.videos{
    position: fixed;
    width: 100%;
    height: 100vh;
}
.opens>.btnxs{
    display: none;
}
.logo img{
    position: fixed;
    left:5vh;
    top:4vh;
    height: 80px;
    z-index: 9999999999;
}

.prfx img{
    position: fixed;
    top:4vh;

    opacity: 0.6;
    height: 30vw;
    right: 5vh;
    top:20vh;
    z-index: 9999999999;
     display: none;
}
.opens .prfx img{
     display: block;
}
.bambam p {
    position: fixed;
    color: #7b7b7b;
    z-index: 1;
    bottom: 1vh;
    left: 1vh;
    background: #25252545;
    padding: 3vh;
    border-radius: 20px;
    font-size: 1.2em;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
}

.bambam span {
    background: #e0e331;
    color: black;
    padding: 2px;
	opacity:1!important;
}
.bambam strong {
    padding: 2px;
    font-weight: 300;
    position: relative;
    top: 7px;
}
.bambam b {
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .glow {
        background: url(../img/mobil.jpg) no-repeat center center;
        background-size: cover;
    }
}