

/* =Structure
----------------------------------------------- */
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Regular.woff') format('woff'),
         url('fonts/ProximaNova-Regular.ttf') format('truetype'),
         url('fonts/ProximaNova-Regular.svg#ProximaNova') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Semibold.woff') format('woff'),
         url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
         url('fonts/ProximaNova-Semibold.svg#ProximaNova') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
	background: url("aanmelden/css/images/overlay.png"), url("assets/img/front/bg-passie-voor-robots.jpg") no-repeat center; 
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	margin:0;
	overflow:hidden;
}
#page {
	width: 100%;
}
#header hgroup{
	margin: 0 7.6%;	
}
#access div {
	margin: 0 7.6%;
}

#footer div {
	margin: 1.625em 7.6%;
}
#clear{
	clear: both;
	width: 100%;
	}

/* =Global
----------------------------------------------- */	
body, input, textarea {
	color: #474747;
	font: 15px "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
#page {
	overflow: hidden;
	position:fixed;
	height: 100%;
	top:0;
	background: url("aanmelden/css/images/overlay.png");
}
.no-flicker{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	backface-visibility:     hidden;
	-webkit-transform-style: preserve-3d;
	}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1{
font-size: 3em;
font-weight: bold;
}
h2{
font-size: 1.2em;
font-weight: 700;
}
h3{
font-size: 1.5em;
font-weight: 100;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
strong{
	font-weight: 700;
	}


/* Links */
a {
	color: #444a2e;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}


/* =Header
----------------------------------------------- */
#banner{
	display: block;
	height: 700px;
	padding: 0 0 10px 0;
	clear: both;
	}
#logo{
	display: block;
	float: left;
	color: #fff;
	line-height: 50px;
}
	#logo img{
		height: 50px;
		width: auto;
}
#overlay{
		position: relative;
		z-index: 8000;
		width: 560px;
		margin: auto ;
		top: 100px;
		height: 300px;
		text-align: center;
		color: #fff;
		}
		#overlay a{color: #fff;}
	
/* =Menu
-------------------------------------------------------------- */

#access {
	position: fixed;
	//background: #69696b; /* Show a solid color for older browsers */
	//background: -moz-linear-gradient(#69696b, #79797b);
	//background: -o-linear-gradient(#69696b, #79797b);
	//background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69696b), to(#79797b)); /* older webkit syntax */
	//background: -webkit-linear-gradient(#69696b, #79797b);
	//-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	//-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	//box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	position: absolute;
	top: 1.8em;
	text-align: right;
	clear: both;
	display: block;
	float: right;
	margin: 0 auto 0px;
	width: 100%;
}
#access ul {
	font-size: 15px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	float: right;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	text-shadow: 0px 1px 3px #333;
	display: block;
	line-height: 3em;
	padding: 0 2.2125em;
	text-decoration: none;
	font-size: 1.2em;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3em;
	left: 0;
	width: 188px;
	z-index: 99999;
	text-align: left;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	text-shadow: 0px 0px 0px #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {

}
#access li:hover > a,
#access a:focus {
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}

/*Topbar*/
#top_bar{
	position: relative;
	height: 400px;
	width: 100%;
	display: block;
	z-index: 9000;
}
#top_bar .img_wrapper{
	display: block;
	width: 1000px;
	margin: auto;
}
#top_bar img{ 
	position: absolute; 
	bottom: 0;	
}

/*Sections*/
.row{
	position: relative;
	display: block;
	width: 100%;
	background: url('../assets/img/front/appleair2.png');
	background-position: 50% 50%;
 	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
	}
.section{
	margin: 0 7.6%;
	}
	
/*Icons*/
#icon_content{
	display: block;
	position: relative;
	width: 1000px;
	height: 220px;
	margin: 1.625em auto;
	text-align: center;
	padding-top: 5.625em;
	color: #fff;
	font-size: 1.5em;
	}
	#icon_content h1{
		color: #fff;
		font-weight: 300;
		}
	#icon_content ul{
		width: 680px;
		margin: auto;
		margin-top: 50px;
		}
	#icon_content ul li{
		float: left;
		cursor: pointer;
		}
	#icon_content ul li img{
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transition: -webkit-transform 0.5s ease;
     	-moz-transition: -moz-transform 0.5s ease;
       	-o-transition: -o-transform 0.5s ease;
      	-ms-transition: -ms-transform 0.5s ease;
         transition: transform 0.5s ease;
		}
		#icon_content ul li.slick-active img{
			-webkit-transform: scale(1.2);
			}
	#icon_content ul li:hover img{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		}
		
#icon_wrapper{
	position: relative;
	width: 700px;
	margin: auto;
}
.icon{
	//min-width: 33%;
	display: block;
	float: left;
	text-align: center;
	margin: 1em 0;
	cursor: pointer;
	}
	#icon_content ul li .icon img{
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transition: all 0.5s ease;
     	-moz-transition: all 0.5s ease;
       	-o-transition: all 0.5s ease;
      	-ms-transition: all 0.5s ease;
         transition: all 0.5s ease;
		}
#icon_content ul li .icon:hover img{
	-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

/*BUTTON*/
button{
	border: 0;
	}
.button_style_green{
	background: #75c64f; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#75c64f, #52c25d);
	background: -o-linear-gradient(#75c64f, #52c25d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#75c64f), to(#52c25d)); /* older webkit syntax */
	background: -webkit-linear-gradient(#75c64f, #52c25d);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 1.625em;
	padding: 15px 50px;
	font-size: 1.25em;
	color: #fff;
	cursor: pointer;
}
.button_style_green:hover{
	background: #52c25d;
}
.button_style_blue{
	background: #21759f; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#21759f, #00668f);
	background: -o-linear-gradient(#21759f, #00668f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#21759f), to(#00668f)); /* older webkit syntax */
	background: -webkit-linear-gradient(#21759f, #00668f);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 1.625em;
	padding: 10px 50px;
	font-size: 1.0em;
	color: #fff;
	cursor: pointer;
}
.button_style_blue:hover{
	background: #52c25d;
}


/*LOGIN*/
#login{
	position: fixed;
	z-index: 9999;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	}
#login form{
	position: absolute;
	z-index: 9999;
	top: 50px;
	left: 23%;
	display: block;
	width: 50%;
	padding: 20px 30px;
	box-shadow: 2px 2px 5px #555;
	-moz-box-shadow: 2px 2px 5px #555;
	-webkit-box-shadow: 2px 2px 5px #555;
	background: #fcfcfc;
	border-radius:3px;
	-moz-border-radius:3px;
}
input.user{
				width: 90%;
				height: 30px;
				padding: 5px;
				padding-left: 40px;
				font-family: helvetica;
				font-size: 11pt;
				margin-bottom: 30px;
				border: solid 1px #aaa;
				border-radius:3px;
				-moz-border-radius:3px;
				//color: #21759f;
				background: url(assets/img/back/icon/color/general/appbar.group.png) white no-repeat;
				background-size: 30px 30px;
				background-position: left center;
				}
			input.pass{
				width: 90%;
				height: 30px;
				padding: 5px;
				padding-left: 40px;
				margin-bottom: 30px;
				font-size: 11pt;
				border: solid 1px #aaa;
				border-radius:3px;
				-moz-border-radius:3px;
				//color: #21759f;
				background: url(assets/img/back/icon/color/security/appbar.door.lock.open.png) white no-repeat;
				background-size: 30px 30px;
				background-position: left center;
				}