/*
Theme Name: Lobbyschool
Theme URI: http://www.lobbyschool.nl/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haicu8
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 haicu8 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
	
13.0 - Layout
	13.1 - Header
	13.2 - Sidebar
	13.3 - Footer
	
14.0 - Page Templates
	14.x - Home

15.0 - Archive Templates

16.0 - Single Templates

17.0 - Search Template

18.0 - Media queries

20.0 - Flexslider

--------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 2843339, 2014-07-10T10:30:17-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo Sans 700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/700/
 * Licensed pageviews: 500,000
 * 
 * Webfont: Museo Sans 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500/
 * Licensed pageviews: 100,000,000
 * 
 * Webfont: Museo Sans 100 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/100/
 * Licensed pageviews: 500,000
 * 
 * Webfont: Museo Sans 500 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500-italic/
 * Licensed pageviews: 100,000,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2843339
 * Webfonts copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2b62cb");

  
@font-face {font-family: 'MuseoSans-700';src: url('fonts/2B62CB_0_0.eot');src: url('fonts/2B62CB_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2B62CB_0_0.woff') format('woff'),url('fonts/2B62CB_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSans-100';src: url('fonts/2B62CB_2_0.eot');src: url('fonts/2B62CB_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2B62CB_2_0.woff') format('woff'),url('fonts/2B62CB_2_0.ttf') format('truetype');}
 

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #323232;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: MuseoSans-100,Times,sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	text-transform:uppercase;
	font-family: MuseoSans-700,Times,sans-serif;
	font-weight:normal;
}
h2 {
	font-size:24px;
	line-height:28px;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px 0;
	font-size:24px;
}
blockquote{quotes:"\201C""\201D";}
       blockquote:before{color:#000;content:open-quote;font-size:2em;line-height:.1em;margin-right:0.05em;vertical-align:-.4em;}
       blockquote:after{color:#000;content:close-quote;font-size:2em;line-height:.1em;margin-left:0em;vertical-align:-.4em;}
       blockquote :first-child{display:inline;}
       blockquote :last-child{margin-bottom:0;}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

a.button,a.button:visited {
	display: inline-block;
	text-decoration: none;
	background: #ee4760;
	color:#fff;
	font-size:18px;
	line-height:32px;
	padding:0 20px;
	text-transform:uppercase;
}
a.button:hover {
	color:#000;
	background:#fff;
}
/* CSS for headerlines from
http://css-tricks.com/line-on-sides-headers/
http://codepen.io/jf/pen/KCIkp
*/ 
span.line-white {
  position: relative;  
}
span.line-white:before,
span.line-white:after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  width: 600px;
  top: 50%;
}
span.line-white:before {
  right: 100%;
  margin-right: 15px;
}
span.line-white:after {
  left: 100%;
  margin-left: 15px;
}
#block4 span.line-white:before,
#block4 span.line-white:after {
	  border-top: 1px solid #000;
}
#block6 span.line-white:before,
#block6 span.line-white:after {
	  border-top: 1px solid #000;
}
.block.training span.line-white:before,
.block.training span.line-white:after {
	  border-top: 1px solid #000;
}
#block8 span.line-white:before,
#block8 span.line-white:after {
	  border-top: 1px solid #000;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #ee4760;
}
a:visited {
	color: #ee4760;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#000;
	line-height:26px;
	padding:0 10px;
	margin-right:10px;
}
.main-navigation a:hover,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-parent>a {
	background: #ee4760;
	color:#fff;
}
.main-navigation>div>ul>li.menu-item-has-children>a {
	padding-right:38px;
	background:url('images/plus.png') top right no-repeat;
}
.main-navigation>div>ul>li.menu-item-has-children>a:hover,
.main-navigation>div>ul>li.menu-item-has-children.current-menu-parent>a,
.main-navigation>div>ul>li.current_page_item.menu-item-has-children>a,
.main-navigation>div>ul>li.current-menu-item.menu-item-has-children>a {
	background:#ee4760 url('images/plus.png') top right no-repeat;
	color:#fff;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 26px;
	left: -999em;
	z-index: 99999;
	background:#fff;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	margin-right:0;
	font-size:14px;
}
.main-navigation ul ul li {
	margin-top:2px;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
/* Small menu */
.menu-toggle {
	display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.mobile-menu .menu-toggle {
	display:block;
	width:30px;
	height:23px;
	background-image:url('images/menu.png');
	background-size:cover;
	background-color:transparent;
	border:0;
	box-shadow:none;
  margin-right: 20px;
  margin-left: auto;
}
.mobile-menu .menu-toggle:focus {
	border:0;
	box-shadow:none;
	outline:none;
}
.mobile-menu .menu-topmenu-container {
	display:none;
}
.mobile-menu .toggled.show .menu-topmenu-container {
	display:block;
	position:fixed;
	top:80px;
	left:0px;
	right:0;
	bottom:0;
	padding-top:20px;
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:scroll;
}
.admin-bar.mobile-menu .toggled.show .menu-topmenu-container {
	top:112px;
}
.mobile-menu .toggled.show .nav-menu {
	background-color:#fff;
	padding-left:20px;
	padding-bottom:20px;

}
.mobile-menu .toggled.show li {
	float:none;
	background-color:#fff;
	padding-elft:20px;
}
.mobile-menu .toggled.show ul ul {
	position:relative;
	float:none;
	top:0;
	left:20px;
	box-shadow:none;
}
.mobile-menu .toggled.show ul ul a {
	width:90%;
	max-width: calc(100% - 40px);
	font-size:16px;
}
.mobile-menu .toggled.show ul ul li {
	display:block;
}
.mobile-menu .toggled.show .nav-menu > li > a {
	font-size:18px;
}
.mobile-menu .toggled.show>div>ul>li.menu-item-has-children>a {
    background: none;
}
.mobile-menu .toggled.show>div>ul>li.current_page_item.menu-item-has-children>a,
.mobile-menu .toggled.show>div>ul>li.current-menu-item.menu-item-has-children>a,
.mobile-menu .toggled.show>div>ul>li.menu-item-has-children.current-menu-parent>a, 
.mobile-menu .toggled.show>div>ul>li.menu-item-has-children>a:hover {
	background-color:#ee4760;
}


html.modal-open {
	overflow-y:hidden !important;
}

#wpadminbar {
	position:fixed !important;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
.innerwrap {
	max-width:960px;
	margin:0 auto;
}
.content-area {
	background:#eee;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header {
	background:#fff;
	position:fixed;
	width:100%;
	height:80px;
	z-index:999;
}
.site-content {
	padding-top: 80px;
}
.site-branding {
	width:310px;
	float:left;
}
.site-branding img{
	display:block;
	margin:15px 70px 0px 0;
}
.main-navigation {
	clear:none;
	width:calc(100% - 330px);
	margin-left:20px;
	float:left;
	padding:30px 0 18px 0;
}


/*--------------------------------------------------------------
13.2. Sidebar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.3 Footer
--------------------------------------------------------------*/
.site-footer {
	background: #323232;
	min-height:260px;
}
.site-info {
	width:280px;
	margin:100px auto;
	color:#fff;
	text-align:center;
}
.site-info .footercol {
	display:inline-block;
	border-top:1px solid #fff;
	padding-top:10px;
}
.site-info a {
	display:inline-block;

	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}
.site-info a:hover {
	opacity:0.7;
}


/*--------------------------------------------------------------
14.0 Page templates
--------------------------------------------------------------*/
.block {
	clear:both;
	background-size:cover !important;
	padding:40px 0;
}

/*--------------------------------------------------------------
14.1 Page template Homepage
--------------------------------------------------------------*/
.home #block1 {
	text-align:center;
}

.home #block1 .entry-header {
	max-width:620px;
	margin:0 auto;
	padding-top:80px;
	padding-left:20px;
	padding-right:20px;
}

.home #block1 h1.entry-title {
	font-size:40px;
	line-height:40px;
	text-transform:none;
	color:#fff;
}

.home #block1 .entry-content {
	font-family: MuseoSans-700, sans-serif;
	max-width:780px;
	margin:40px auto 80px auto;
	font-size:19px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
}

.home #block2 {
	background:#f5f5f5;
}

.home #block2 .col780 {
	max-width:780px;
	margin:40px auto 0 auto;
	padding:35px;
	background: #ee4760 url('images/bgbottom-wit.png') bottom center no-repeat;
}

.home #block2 .entry-content {
	margin:20px 35px 20px 35px;
	font-size:20px;
	color:#fff;
  	text-align: center;
}

.home #block2 h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#fff;
  text-transform:uppercase;
}

.home #block2 .col780-2 {
	max-width:780px;
	margin:40px auto;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
}
.home #block2 .col780-2 .col1{
	width:50%;
	float:left;
	margin:0;
	padding:0 60px 0 0;
}
.home #block2 .col780-2 .col2{
	width:50%;
	float:left;
	margin:0;
	padding:0 0 0 60px;
	border-left:1px solid #000;
}
.home #block2 .col780-2 .col {
	font-size:18px;

}

.home #block3 {
	background:#303032;
}

.home #block3 .col780 {
	max-width:780px;
	margin:40px auto 0 auto;

}

.home #block3 .entry-content {
	margin:20px 35px 20px 35px;
	font-size:20px;
	color:#fff;
  	text-align: center;
}

.home #block3 h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#fff;
  text-transform:uppercase;
}
.home #block3 .col980 {
	max-width:980px;
	margin:40px auto 0 auto;
}

.home #block4 {
	background:#ffffff;
}

.home #block4 .col780 {
	max-width:780px;
	margin:40px auto 0 auto;
}

.home #block4 h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#000;
  text-transform:uppercase;
}

.home #block4 .col780-2 {
	max-width:780px;
	margin:40px auto;
	padding:0px 20px;
}
.home #block4 .col780-2 .col1{
	width:50%;
	float:left;
	margin:0;
	padding:0 30px 0 0;
}
.home #block4 .col780-2 .col2{
	width:50%;
	float:left;
	margin:0;
	padding:0 0 0 30px;
}
.home #block4 .col780-2 .col {
	font-size:18px;
}

#block5 {
	background:#303032;
}

#block5 .col780 {
	max-width:780px;
	margin:40px auto 0 auto;
}

#block5 h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#fff;
  text-transform:uppercase;
}
#block5 a {
  display:block;
  text-decoration:none;
  color:#fff;
  text-align:center;
}
#block5 a .counter {
   width:32px;
   height:37px;
   margin: 0 auto 13px auto;
	background: url('images/counter.png') center top no-repeat;	
}
#block5 a h2 {
  display:block;
  padding-bottom:4px;
  border-bottom:1px solid #fff;
}

.home #block6 {
	background:#ffffff;
}

.home #block6 .col780 {
	max-width:780px;
	padding-left:20px;
	padding-right:20px;
	margin:40px auto 0 auto;
}

.home #block6 h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#000;
  text-transform:uppercase;
}
.home #block6 .entry-content {
	margin:20px 35px 20px 35px;
	font-size:20px;
	color:#000;
  	text-align: center;
}
.home #block6 .entry-content blockquote {
	display:block;
	padding:20px 35px 20px 35px;
	background:url('images/quote.png') 0 30px no-repeat;
}

.home #block7 {
	background:#303032;
}

.home #block7 .col780 {
	max-width:780px;
	margin:40px auto 0 auto;
	text-align:center;
}

.home #block7 h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#fff;
  text-transform:uppercase;
}
.home #block7 .entry-content {
	margin:20px 35px 20px 35px;
	font-size:18px;
	color:#fff;
  	text-align: center;
}
.home #block7 a {
  display:block;
  text-decoration:none;
  color:#fff;
  text-align:center;
}
.home #block7 a img{
  border-radius:68px;
}
.home #block7 a h2 {
  font-size:24px;
  text-transform: none;
}
.home #block7 .col780 a.button {
  display:inline-block;
}
.home #block7 .col780 a.button:hover {
  color:#ee4760;
}

.home #block8 .col420 {
	max-width:420px;
	margin:80px auto 320px auto;
	padding:30px;
	text-align:center;
	background:url('images/bgpijlwit.png') bottom center no-repeat;
}
.home #block8 h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#000;
  text-transform:uppercase;
}

@media screen and (max-width: 700px) {
	.home #block2 .col780-2 .col1{
		width:100%;
		float:none;
		margin-bottom:40px;
	}
	.home #block2 .col780-2 .col2{
		width:100%;
		float:none;
	}
	.home #block4 .col780-2 .col1 {
		width:100%;
		float:none;
		margin-bottom:40px;
		padding:0;
	}
	.home #block4 .col780-2 .col2{
		width:100%;
		float:none;
		padding:0;
	}
	.home #block7 {
		display:none;
	}
}


/*--------------------------------------------------------------
14.2 Page templates Trainingen
--------------------------------------------------------------*/
.page-template-page-trainingen-php #block1{
	text-align:center;
}
.page-template-page-trainingen-php .entry-header {
	max-width:700px;
	padding-left:20px;
	padding-right:20px;
	margin:0 auto;
}
.page-template-page-trainingen-php .entry-header h1 {
	font-size:50px;
	color: #ee4760;
	text-align:center;

}
.page-template-page-trainingen-php .entry-content {
	max-width:700px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	color: #ee4760;
	text-align:center;
}
.page-template-page-trainingen-php .block.training {
	background:#fff;
}
.page-template-page-trainingen-php .block.training.even {
	background:#eee;
}
.page-template-page-trainingen-php .block.training .col780 {
	width:780px;
  margin:40px auto;
}
.page-template-page-trainingen-php .block.training .entry-header {
	width:780px;
}
.page-template-page-trainingen-php .block.training h1.entry-title {
  overflow: hidden;
  text-align: center;
  font-size:40px;
  line-height:48px;
  color:#000;
  text-transform:uppercase;

}
.page-template-page-trainingen-php .col780-2 {
	width:780px;
	margin:40px auto;
	padding:0px;
	overflow:hidden;
}
.page-template-page-trainingen-php .col780-2 .col1 {
	width:390px;
	float:left;
	margin:0;
	padding:0 30px 0 0;
}
.page-template-page-trainingen-php .col780-2 .col2 {
	width:390px;
	float:left;
	margin:0;
	padding:0 0 0 30px;
	
}
.page-template-page-trainingen-php .col780-2 .col {
	font-size:18px;

}
@media screen and (max-width: 700px) {
.home #block5,
.page-template-page-trainingen #block5 {
	display:none;
}
}

/*--------------------------------------------------------------
14.3 Page template Referenties
--------------------------------------------------------------*/
.page-template-page-referenties-php #block1{
	text-align:center;
}
.page-template-page-referenties-php .entry-header {
	max-width:660px;
	margin:0 auto;
}
.page-template-page-referenties-php .entry-header h1 {
	font-size:50px;
	color: #ee4760;
	text-align:center;

}
.page-template-page-referenties-php .entry-content {
	max-width:700px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	color: #ee4760;
	text-align:center;
}
.page-template-page-referenties-php .col780 {
	max-width:780px;
	margin:0 auto 0 auto;
	padding-top:40px;
	border-bottom:1px solid #000;
}
.page-template-page-referenties-php .block.referentie {
	padding:0px;
}
.page-template-page-referenties-php .col780 .entry-content {
	color:#000;
}
.page-template-page-referenties-php #referentie1 .col780 {
	margin:0px auto 0 auto;
	padding-top:40px;
	border-top:1px solid #000;
}

.page-template-page-referenties-php .hentry {
	margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
	.page-template-page-referenties-php .entry-header h1 {
	font-size:28px;
	line-height:34px;
	}
	.page-template-page-referenties-php .col780-2 .col2 h2 {
    font-size: 26px;
	}
	.page-template-page-referenties-php .col780-2 .col2 h3 {
    font-size: 20px;
	}
}


/*--------------------------------------------------------------
14.4 Page template Over ons
--------------------------------------------------------------*/
.page-template-page-overons-php #block1{
	text-align:center;
}
.page-template-page-overons-php .entry-header {
	max-width:700px;
	margin:0 auto;
}
.page-template-page-overons-php .entry-header h1 {
	font-size:50px;
	color: #ee4760;
	text-align:center;

}
.page-template-page-overons-php .entry-content {
	max-width:700px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	color: #ee4760;
	text-align:center;
}
.page-template-page-overons-php .col780-2 {
	max-width:780px;
	margin:0 auto 0 auto;
	padding-top:40px;
	border-bottom:1px solid #000;
}
.page-template-page-overons-php .block.overons {
	padding:0px;
}
.page-template-page-overons-php .col780-2 .entry-content {
	color:#000;
}
.page-template-page-overons-php #overons1 .col780-2 {
	margin:0px auto 0 auto;
	padding-top:40px;
	border-top:1px solid #000;
}

.page-template-page-overons-php .hentry {
	margin-bottom: 40px;
}

.page-template-page-overons-php  .col780-2 {
	max-width:780px;
	margin:40px auto;
	padding:0px 20px;
}
.page-template-page-overons-php  .col780-2 .col1{
	width:140px;
	float:left;
	margin:0;
	padding:0 10px 0 0;
}
.page-template-page-overons-php  .col780-2 .col1 img{
	border-radius:68px;
}
.page-template-page-overons-php  .col780-2 .col2 {
	width:calc(100% - 180px);
	float:left;
	margin:0;
	padding:0 0 0 10px;
	font-size:18px;
}
.page-template-page-overons-php  .col780-2 .col2 h2 {
	text-transform:none;
	font-size:36px;
	margin-bottom:10px;
}
.page-template-page-overons-php  .col780-2 .col2 h3 {
	text-transform:none;
	font-size:24px;
	margin-bottom:14px;
}

@media screen and (max-width: 700px) {
	.page-template-page-overons-php .entry-header h1 {
	font-size:28px;
	line-height:34px;
	}
	.page-template-page-overons-php .entry-meta a[rel="tag"] {
    font-size: 14px;
    line-height: 24px;
}
	.page-template-page-overons-php .col780-2 .col2 h2 {
    font-size: 26px;
	}
	.page-template-page-overons-php .col780-2 .col2 h3 {
    font-size: 20px;
	}
}

@media screen and (max-width: 520px) {
	.page-template-page-overons-php .col780-2 .col1 {
		float:none;
	}
	.page-template-page-overons-php .col780-2 .col2 {
		float:none;
		width:100%;
	}
}


/*--------------------------------------------------------------
14.5 Page template Standaard
--------------------------------------------------------------*/
.page-template-default #block1{
	text-align:center;
}
.page-template-default .entry-header {
	max-width:660px;
	margin:0 auto;
}
.page-template-default .entry-header h1 {
	font-size:50px;
	color: #ee4760;
	text-align:center;

}
.page-template-default .entry-content {
	max-width:700px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	color: #ee4760;
	text-align:center;
}
.page-template-default .col780 {
	max-width:780px;
	margin:0 auto 0 auto;
}
.page-template-default .col780 .entry-content {
	color:#000;
}
.page-template-default #block2 {
	padding:0;
}
input[type="submit"] {
	background: #ee4760;
    border-width: 0px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #CCC #CCC #BBB;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
	font-size:18px;
	line-height:32px;
	padding:0 20px;
    text-shadow: none;
}
input[type="submit"]:hover {
	background: #ffffff;
    border-width: 0px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #CCC #CCC #BBB;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    cursor: pointer;
	font-size:18px;
	line-height:32px;
	padding:0 20px;
    text-shadow: none;
}

@media screen and (max-width: 700px) {
	.page-template-default .entry-header h1 {
    font-size: 40px;
    line-height:1.2;
	}
	.page-template-default h2 {
    font-size: 22px;
	}
}


/*--------------------------------------------------------------
15.0 - Archive Templates
--------------------------------------------------------------*/
body.archive {
	background:#fff;
}

.archive .site-content {
	background: url('images/bgtechniek2.png') center center no-repeat;
	background-size: cover;
}
.archive .content-area {
	max-width:1000px;
	margin:0 auto;
	padding-bottom:40px;
	background:none;
}
.archive .page-header {
	max-width:700px;
	margin:40px auto;
}
.archive .page-header h1 {
	font-size:60px;
	color: #fff;
	text-align:center;
}
.archive .taxonomy-description {
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	color: #fff;
	text-align:center;
}
.archive .list-wrap {
	display: flex;
  flex: 1;
  flex-wrap:wrap;
  align-items: stretch; 
  margin:0 10px;
  padding: 0;
}
.site-footer .footer-widgets .widget {

}
.archive a.bloglijst {
	display:block;
	flex: 1 1 34%;
  min-width:280px;
  padding: 0 20px;
	margin:10px;
	padding:20px;
	text-decoration:none;
	background-color:#fff;
	color:#000;
	text-align:center;
	min-height:480px;
}
.archive a.bloglijst.hidden {
	height:0;
	padding:0;
	min-height:0;
}
.archive h2 {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.archive .nav-links {
	max-width:1000px;
	margin:20px auto;
	padding:0 20px;
}
.archive .nav-previous a,
.archive .nav-next a {
	text-decoration:none;
	background: #ee4760;
	color:#fff;
	padding:0 20px;
	line-height:2em;
	display:inline-block;
}
.archive .nav-previous a:hover,
.archive .nav-next a:hover {
	color: #ee4760;
	background:#fff;
}
.archive .tagnolink {
	display:inline-block;
	background:#000;
	padding:0 10px;
	margin-right:10px;
	margin-top:10px;
	text-decoration:none;
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
@media screen and (max-width: 700px) {
	.archive .page-header h1 {
    font-size: 40px;
    line-height:1.2;
	}
	.archive h2 {
    font-size: 22px;
	}
}



/*--------------------------------------------------------------
16.0 - Single Template
--------------------------------------------------------------*/
.single .site-content {
	background: url('images/bgtechniek2.png') center center no-repeat;
	background-size: cover;
}
.single .content-area {
	max-width:940px;
	margin:40px auto;
	padding:30px 30px 160px 30px;
	background:#fff;
}
.single .entry-header {
	max-width:720px;
	margin:20px auto;
}
.single .entry-header h1 {
	font-size:36px;
	line-height:44px;
}
.single .entry-meta a[rel="tag"] {
	display:inline-block;
	background:#000;
	padding:0 20px;
	margin-right:10px;
	margin-top:10px;
	text-decoration:none;
	color:#fff;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
}
.single .entry-content {
	max-width:720px;
	margin:0 auto;
}

@media screen and (max-width: 700px) {
	.single .entry-header h1 {
	font-size:28px;
	line-height:34px;
	}
	.single .entry-meta a[rel="tag"] {
    font-size: 14px;
    line-height: 24px;
}
	.single h2 {
    font-size: 22px;
	}
}















/*--------------------------------------------------------------
20.0 Flexslider CSS
--------------------------------------------------------------*/


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides li {width: 420px;}
.flexslider .slides li a {margin:0 50px 50px 50px;min-height:360px;} /* HH margepadding for li because of initial hickup in size with padding */
.flexslider .slides img {width: 260px; margin:0 auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 20px 50px; position: relative; max-width:860px;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; background:url('images/bgslide.png') bottom center no-repeat; }
.flexslider li.slide {background:url('images/bgslide.png') bottom center no-repeat; margin-right:20px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 38px; height: 28px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden;cursor: pointer; text-indent:-9999px;}
.flex-direction-nav .flex-prev { left: -48px; background:url('images/nav_links.png') top left no-repeat;}
.flex-direction-nav .flex-next { right: -48px; text-align: right;background:url('images/nav_rechts.png') top right no-repeat; }
.flexslider:hover .flex-prev:hover { opacity: 0.7;  }
.flexslider:hover .flex-next:hover { opacity: 0.7; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* FlexSlider 2
*********************************/
.flexslider2 { margin: 20px 50px; position: relative; max-width:860px;}
.flexslider2 .slides { zoom: 1; }
.flexslider2 li.slide {margin-right:40px; }

/* Direction Nav */
.flexslider2:hover .flex-prev:hover { opacity: 0.7;  }
.flexslider2:hover .flex-next:hover { opacity: 0.7; }


















































