/*
Stylesheet voor Erik Hoeben
*/
#hero {
	width: 100%;
	display: inline-block;
	background: url(../images/onder_image.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
#page-header {
	background: #f3f3f3;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
	font-size: 1.1em;
}
.hiddenimg {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.cover {
	position: absolute;
	z-index: 1000;
	width: 100%;
	max-width: 1160px;
}
.sliderwrap {
	margin: 0 auto;
	max-width: 1160px;
}
}
.omega {
	margin-right: 0px;
	margin: 0 auto;
}
.overlayer img {
}
.flexslider {
	display: block !important;
	z-index: 3;
	/*demo 1 slider theme*/	
	margin: 0;
}
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 1em;
	text-decoration: none;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}
.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}
/* typografie */


body {
	background: #fff;
	color: #666;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	color: #58585a;
	line-height: 1.5em;
	margin: .45em 0;
	padding: 0;
}
.center {
	text-align: center;
}
/* links */
a, a:visited, a:active, a:hover {
	color: #666;
}
a:hover {
	text-decoration: none;
}
/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
* {
	box-sizing: border-box;
}
/* structure */   
.wrapper {
	margin: 0 auto;
	width: 92%;
}
header {
	padding: 15px 0;
}
#banner {
	text-align: center;
}
#logo {
	min-height: 100px;
}
#page-header h1 {
	margin: 0;
}
.flexslider {
	display: none;
}
#content, aside, .vertical-padding {
	padding: 10px 0;
}
p {
	margin: 0 0 1.5em;
}
/* RESPONSIVE IMAGES  */
img {
	max-width: 100%;
	height: auto;
}
/*MAIN MENU*/
.menu-toggle {
	display: block;
	padding: 10px;
	margin: 20px 0 0;
	background: #666;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 20px;
}
.menu-toggle.toggled-on {
	background: #98582b;
}
.srt-menu {
	display: none;
}
.srt-menu.toggled-on {
	display: block;
	position: relative;
	z-index: 10;
}
.srt-menu {
	clear: both;
	margin-bottom: 60px;
}
.srt-menu li a {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	color: #666;
	background: #dadada;
	display: block;
	margin: 1px 0;
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.4em;
}
.srt-menu li a:hover {
	background: #98582b;
	color: #fff;
}
/*SECONDARY MENU*/
#secondary-navigation {
	margin-bottom: 10px;
}
#secondary-navigation ul {
	margin: 0;
	padding: 0;
}
#secondary-navigation ul li a {
	background: #E6E6E6;
	color: #666;
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-decoration: none;
}
#secondary-navigation ul li a:hover, #secondary-navigation ul li.current a {
	background: #98582b;
	color: #fff;
}
/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	margin-bottom: 40px;
}
/*FOOTER*/
footer {
	background: #333;
	color: #ccc;
	font-size: 80%;
	padding: 20px 0;
}
/*DARKEN*/
.brighten a img {
	-webkit-filter: brightness(100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.brighten a img:hover {
	-webkit-filter: brightness(180%);
}
.glow {
	-webkit-filter: brightness(100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.glow:hover {
	-webkit-filter: brightness(120%);
}
footer ul {
	margin: 0 0 0 8%;
	padding: 0;
}
/*Some more colored elements*/
a.buttonlink {
	background: #98582b;
	border-radius: 7px;
	color: #fff;
	display: block;
	float: left;
	margin: 10px 15px 10px 0;
	padding: 10px;
	text-decoration: none;
}
a.buttonlink:hover {
	background: #ef3e36;
}
.greenelement {
	background: #ebded4;
}
.violetelement {
	background: #ef3e36;
	color: #fff;
}
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.contact_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}
.contact {
	max-width: 115px;
	margin-left: auto;
	margin-right: auto;
}
.schaduw {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.1);
}

/****************************************
*****************************************
MEDIAQUERIES
*****************************************
****************************************/



/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
#banner {
	float: left;
	text-align: left;
	margin-bottom: -20px;/*this depends on the height of the logo*/
}
.menu-toggle {/*make menu float right, instead of sitting under the logo*/
	margin-top: 10px; /*this depends on the height of the logo*/
}
}

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/

@media only screen and (min-width: 920px) {
.scroll-container {
	width:348px;
}
.f-scroll {
	z-index: 10;
	float:right;
	position:fixed;
	top: 0%;
} /* this make our menu fixed top */
.wrapper {
	max-width: 1160px;
}
.header_wrapper {
	max-width: 900px;
	min-height: 170px;
	margin: .75em auto;
}
header {
	padding: 0;
}
#banner {
	float: left;
	text-align: left;
	margin-bottom: 0px;
}
.logo_links {
	margin-left: 20px;
	margin-top: 20px;
}
.logo_links img {
	max-width: 270px;
}
#wrapmenu {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	width: 100%;
	max-width: 520px;
}
#logo2 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
#logo_responsive {
	display: none;
}
#hero {
	padding: 0;
}
#hero .grid_4 {
	width: 100%;
}
#hero .grid_8 {
	width: 80%;
	margin: 40px 10% 0;
}
#content {
	float: left;
	width: 65%;
}
#content.wide-content {
	float: none;
	width: 100%;
}
/* plek waar ik flexislider diov weg heb gehaald */
.flex-control-nav {
	bottom: 5px;
}
aside {
	float: right;
	width: 30%;
}
aside img {
	margin-top: 30px;
	margin-bottom: 40px;
}
/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle {
	display: none;
}
#menu-main-navigation {
	display: block;
}
.srt-menu, .srt-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.srt-menu ul {
	position: absolute;
	display: none;
}
.srt-menu ul li {
	width: 100%;
}
.srt-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float: left;
	position: relative;
}
.srt-menu li li {
	margin-left: 0px;
	height: auto;
}
.srt-menu a {
	display: block;
	position: relative;
}
.srt-menu li:hover ul, .srt-menu li.sfHover ul {
	display: block;
	left: 0;
	top: 42px; /* match top ul list item height */
	z-index: 9999;
}
ul.srt-menu li:hover li ul, ul.srt-menu li.sfHover li ul {
	top: -999em;
}
ul.srt-menu li li:hover ul, ul.srt-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}
ul.srt-menu li li:hover li ul, ul.srt-menu li li.sfHover li ul {
	top: -999em;
}
ul.srt-menu li li li:hover ul, ul.srt-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** DEMO2 SKIN ***/


#topnav, .srt-menu {
	float: left;
	margin: .35em 0 0 0;
}
.srt-menu a {
	text-decoration: none;
}
.srt-menu li a {
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
.srt-menu a, .srt-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #666;
}
.srt-menu li ul li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.srt-menu li li a {
	background: #333; /*fallback for old IE*/
	background: rgba(0,0,0,.6);
	color: #ccc;
}
.srt-menu li li li a, .srt-menu li.current * li a {
	border-bottom: 4px solid #98582b;
}
.current {
	margin-top: -2px;
}
.srt-menu li:hover > a, .srt-menu li.current a {
	border-bottom: 4px solid #98582b;
}
.srt-menu li li:hover > a {
	border-bottom: 2px solid #98582b;
}
.srt-menu li ul li a {
	color: #FFF;
	margin-top: 10px;
	padding: 10px;
	text-decoration: none;
	border-bottom: none;
}
.srt-menu li ul li a:hover {
	border-bottom: none;
}
/*GRID*/
/*
 & Columns : 12 

 */
.grid_1 {
	width: 5%;
}
.grid_2 {
	width: 13.333333333333%;
}
.grid_3 {
	width: 21.666666666667%;
}
.grid_5 {
	width: 38.333333333333%;
}
.grid_6 {
	width: 46.666666666667%;
}
.grid_7 {
	width: 55%;
}
.grid_8 {
	width: 63.333333333333%;
}
.grid_9 {
	width: 71.666666666667%;
}
.grid_10 {
	width: 80%;
}
.grid_11 {
	width: 88.333333333333%;
}
.grid_12 {
	width: 96.666666666667%;
}
.grid_1, .grid_2, .grid_3, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	margin-left: 1.6666666666667%;
	margin-right: 1.6666666666667%;
	float: left;
	margin-bottom: 0px;
}
.alpha {
	margin-left: 0px;
}
.rightfloat {
	float: right;
}
/* @
 * tinyfluidgrid.com
 & girlfriendnyc.com
 */
#icons img {
	max-width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.no-border {
	border-bottom: none !important;
}
}

@media only screen and (max-width: 990px) {
#logo_responsive {
	display: block;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.logo_links {
	display: none;
}
#logo2 {
	display: none;
}
#wrapmenu {
	margin-left: 0px;
}
}

@media only screen and (min-width: 730px) {
.grid_4 {
	width: 30%;
	max-width: 360px;
}
.grid_4 {
	margin-left: 1.6666666666667%;
	margin-right: 1.6666666666667%;
	float: left;
	margin-bottom: 0px;
}
}

@media only screen and (max-width: 730px) {
.grid_4 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
#hero .grid_4 {
	width: 30%;
}
#hero h1 {
	font-size: 1.4em;
}
#hero .grid_8 {
	width: 63.333333333333%;
	margin: 0 1.6666666666667%;
}
}

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
#hero h1 {
	font-size: 2em;
}
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/*
PRINT STYLESHEET
*/
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
