@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background: #000 !important;
   font-family: Verdana, Arial, Sans-Serif;
}

.F_content{
  
  min-height: 600px;
}

.content_wrap{
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 15;
}

.btn_wrap{
  color: #000;
  border: 2px solid #6D6E71;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  margin-top: 4.5%;
  position: relative;
}

.btn_wrap:after
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 0;
  background-color: #6D6E71;
  content: '';
  transition: width .4s;
  -webkit-transition: width .4s;
}

.btn_wrap:hover .btn
{
  color: #000;
}

.btn_wrap:hover:after
{
  width: 100%;
}

.btn_wrap .btn{
  position: relative;
  z-index: 1;
  display: block;
  font-weight: bold;
  text-decoration: none;
  transition: color .4s;
  -webkit-transition: color .4s;
  color: #6D6E71;    
   font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4em;
  padding: .7em;
}

.c
{
  font-weight: bold;
  color: #6D6E71;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4em;
  text-align: center;
  margin-top: 2%;
}

.Logo_wrap img{
  display: inline-block;
  max-width: 620px; 
  width: 95%;
}

#container {
   min-height:100%;
   position:relative;background: url(../images/splashbg.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

/* HEADER */
#headerwrap {
   
   height:155px;
}
#header {
    max-width:1400px;  
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

@media all and (max-height: 600px) {
  #video_background, #video_pattern
  {
    display: none;
  }

  .F_content
  {
    min-height: 200px;
  }

  body
  {
    background-color: #fff;
  }

  .c
  {
    display: none;
  }
}

/* BODY */
#bodywrap {
   padding-bottom:60px;  /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
}
#body {
    max-width:1400px;
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

/* FOOTER */
#footerwrap {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
   background:#100d08;
}
#footer {
    max-width:1400px; 
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

.scissors { position:absolute; top:10px; bottom: 0; width: 380px; background: url(/images/scissors.png) no-repeat; left:50%; margin-left:-190px; z-index:10000;}


.foot { position:absolute; width:100%; bottom:0px; line-height:25px; background-color:#575656; text-align:center; font-size:10px; font-family:Arial, Helvetica, sans-serif; z-index:20000;}
.foot a { color:#999999;}




@media all and (max-width: 415px) {
  .scissors
  {
    left: 0;
    margin-left: -210px;
  }

  #header
  {
    text-align: center;
  }
}

