/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-nov-2015, 17:26:21
    Author     : rogier
*/

html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
html {font-size: 16px;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 16px;line-height: 1.42857143;color: #333;background-color: #fff;}
body {margin: 0;}
a {background: transparent;}
a:active, a:hover {outline: 0;}
img {border: 0;}

#background-wrap{ 
    background: url(/images/tuinhout-1024x768.jpeg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* Cover for IE 7/8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tuinhout-1024x768.jpeg', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tuinhout-1024x768.jpeg', sizingMethod='scale');
    /* End Cover for IE 7/8 */
    background-size: cover;
    background-color: transparent !important;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    max-width:3000px;
    max-height:1500px;
    z-index:1;
}

.img-right {
    position: absolute;
    top: 60px;
    width: 700px;
    right: 60px;
    z-index:9999;
}
#img-company {
    width: 700px;
}

.text-left {
    position: absolute;
    top: 65px;
    width: 450px;
    left: 60px;
    z-index: 9998;
}

.text-white {
    color: white;
}

.contactinfo {
    position: fixed;
    bottom: 5px;
    text-align: center;
    color: green;
    width: 300px;
}

.btn {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn:hover {
  background: #69BD4D;
  text-decoration: none;
}

.logofb {
    display: inline-block;
    float: right;
    border: 0px;
    margin-right: 115px;
    height: 40px;
}
.tab { display: inline-block; width: 175px; }
.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}