/*
@media screen and (max-width: 2200px) {
    .site-wrapper {
    	background-color: rgba(0, 0, 0, .25) !important;
    }
}
@media screen and (max-width: 991px) {
    .site-wrapper {
    	background-color: red !important;
    }	
}
@media screen and (max-width: 767px) {
	.site-wrapper {
    	background-color: blue !important;
    }
}
@media screen and (max-width: 640px) {
    .site-wrapper {
    	background-color: green !important;
    }
}
@media screen and (max-width: 530px) {
    .site-wrapper {
    	background-color: orange !important;
    }
}
*/




/**
 *
 */
span.error {
    position: absolute;
    display: none;
    padding: .25em 1.5em;
    color: #fff;
    /*background-color: rgb(233, 108, 76);*/
    background-color: rgb(255, 0, 0);
    font-size: 13px;
    font-weight: normal;
    z-index: 9999;
}

/**
 *
 */
div.openingstijden td {
    padding: 2px 0;
    width: 70%;
}
div.openingstijden tr td:first-child {
    width: 30%;
}
@media screen and (max-width: 991px) {
    div.openingstijden td {
        width: 50% !important;
    }
}

/**
 *
 */
footer .contactgegevens a {
    color: #fff !important;
}

/**
 *
 */
.footerblock {
    min-height: 420px !important;
}

/**
 *
 */
.hack h2,
.hack h3,
.hack h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hack h3 { font-size: 16px; }
.hack h4 { font-size: 14px; }
.hack p {
    padding-bottom: .75em;
}

.inschrijfformulier-container {
    background-image: url(../../assets/img/parallax-01.jpg) !important;
}
.inschrijfformulier-container form {
    margin-top: 2em;
    margin-bottom: 2em;
}

.hack form label {
    color: #555;
    font-weight: normal;
}

.inschrijfformulier-container form textarea, .inschrijfformulier-container form input { background: #FFF; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; font-family: "Roboto", sans-serif; font-weight: normal; font-style: italic; font-size: 15px; color: #000; padding: 15px; }
.inschrijfformulier-container form textarea:focus, .inschrijfformulier-container form input:focus { border: #55b0cf 1px solid; }
.inschrijfformulier-container form textarea::-webkit-input-placeholder, .inschrijfformulier-container form input::-webkit-input-placeholder { color: #b3b3b3; font-size: 15px; line-height: 20px; }
.inschrijfformulier-container form textarea:-moz-placeholder, .inschrijfformulier-container form input:-moz-placeholder { color: #b3b3b3; font-size: 15px; line-height: 20px; }
.inschrijfformulier-container form textarea::-moz-placeholder, .inschrijfformulier-container form input::-moz-placeholder { color: #b3b3b3; font-size: 15px; line-height: 20px; }
.inschrijfformulier-container form textarea:-ms-input-placeholder, .inschrijfformulier-container form input:-ms-input-placeholder { color: #b3b3b3; font-size: 15px; line-height: 20px; }
.inschrijfformulier-container form button[type="submit"] { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 15px; text-transform: uppercase; background: transparent; color: #009de2; padding: 10px 25px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border: #009de2 2px solid; margin-top: 20px; -moz-transition: all 0.45s ease-in-out; -o-transition: all 0.45s ease-in-out; -webkit-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }
.inschrijfformulier-container form button[type="submit"]:hover { background: #009de2; color: #FFF; }

/**
 *
 */
.single-content > ul {
    margin-bottom: 20px;
    color: #696969;
}
.single-content li {
    font-weight: normal;
    color: #696969;
}

/**
 * Folders fix
 */
.site-container .site-wrapper .single-content.folders ul {
    width: 100%;
}
.site-container .site-wrapper .single-content.folders li {
    display: inline;
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.folderBox {
    position: relative;
    display: inline-block;
    width: 180px;
    height: auto;
    min-height: 180px;
    outline: 1px dotted #51bbe5;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

div.folderBox:hover {
    background-color: #51bbe5;
    color: #ffffff;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
div.folderBox .folderImage,
div.folderBox .folderTitle {
    position: relative;
    padding: 0;
    margin: 0;
}
div.folderBox .folderImage {
    text-align: center;
}
div.folderBox .folderTitle {
    position: absolute;
    height: 2em;
    left: 0px;
    right: 0px;
    text-align: center;
    line-height: 1.1em;
    padding: 0 .25em;
}
.site-container .site-wrapper .single-content.folders div.folderBox .folderImage img {
    height: 100px;
    width: 47px;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #fff;
}

/**
 *
 */
.widget.latest-news h2 a {
    color: #000;
    text-decoration: none;
}
.widget.latest-news h2 a:hover {
    text-decoration: underline;
}

/**
 *
 */
.site-container .site-wrapper .blog-post:hover .hov h2 {
    padding-top: 0px;
    padding-bottom: 0px;
}







/**
 *
 */
.site-container .site-wrapper .toolbar-single {
    width: 100%;
}
.site-container .site-wrapper .toolbar-single .left {
    width: 100%;
    height: 90px;
}
.site-container .site-wrapper .toolbar-single .right {
    position: absolute;
    right: 15px;
    width: 10%;
    height: 90px;
    padding-left: 0;
}
.site-container .site-wrapper .toolbar-single .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 90px solid #0a7088;
    border-left: 30px solid transparent;
}

/**
 *
 */
.site-container .site-wrapper .team-member .toolbar .left {
    width: 90%;
    height: 90px;
}
.site-container .site-wrapper .team-member .toolbar .right {
    position: absolute;
    right: 38px;
    width: 10%;
    height: 90px;
    padding-left: 0;
}
.site-container .site-wrapper .team-member .toolbar .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 90px solid #0a7088;
    border-left: 30px solid transparent;
}
@media screen and (max-width: 2200px) {
    .site-container .site-wrapper .toolbar-single .left {
        width: 400px;
    }
    .site-container .site-wrapper .toolbar-single .right {
        right: auto;
        left: 350px;
        width: 10%;
        height: 90px;
        padding-left: 0;
    }
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
    
}
@media screen and (max-width: 640px) {
    
}
@media screen and (max-width: 530px) {
    
}

/**
 *
 */
.single-content table {
    width: 100%;
}
.single-content table td {
    padding: .25em 0;
}
.single-content strong {
    font-weight: 700;
}
.single-content em {
    font-style: italic;
}
.single-content p {
    margin-bottom: .5em !important;
}

/**
 *
 */
.site-container .site-wrapper .blog-post .hov {
	margin-top: -86px;
	background-color: rgba(0, 157, 226, .8);
}

/**
 *
 */
.site-container .site-wrapper .team-member .toolbar .left h2 {
	font-size: 11px;
	line-height: 12px;
}
.site-container .site-wrapper .team-member {
	min-height: 510px !important;
	margin-top: 20px;
}
.site-container .site-wrapper .team-member p {
	max-height: 130px;
	overflow-y: hidden;
}
@media screen and (max-width: 767px) {
	.site-container .site-wrapper .team-member .toolbar .left h2 {
		font-size: 15px;
		line-height: 16px;
	}
}





@media screen and (max-width: 2200px) {
    
}
@media screen and (max-width: 991px) {
	.padding.paddv-80 {
		padding: 20px 0 !important;
	}
	.panels3 {
		margin-bottom: 20px;
	}
	.site-container .site-wrapper .heading {
		padding-left: 35px;
	}
	.site-container .site-wrapper .heading:before {
		left: -15px;
	}
	
	.panels3 .container .row .col-xs-12 img {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 640px) {
    
}
@media screen and (max-width: 530px) {
    .panels3 .col-xs-4 {
    	float: none !important;
    	display: block;
    	margin-bottom: 10px;
    	width: 370px;
    	margin-left: auto;
    	margin-right: auto;
    }
    .panels3 .col-xs-4 a {
    	margin-left: auto;
    	margin-right: auto;
    	width: 100%;
    	text-align: center;
    }
}









a.navbar-brand {
	position: relative;
	z-index: 9999 !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .navbar-collapse.collapse {
    	margin-top: 50px;
    }
}
#navigation {
	/*background-color: #fff*/;
	padding-right: 20px;
}
#navigation ul.nav li.main:first-child {
	margin-left: 22px !important;
}
#navigation ul.nav > li.main > a {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 10px !important;
	padding-right: 12px !important;
	font-size: 12px;
}


@media screen and (min-width:1024px) {
	#navigation ul.nav > li.main > a {
    	font-size: 13px;
    }
}
@media screen and(min-width:767px) and (max-width:767px) {
	#navigation ul.nav > li.main > a {
    	padding-left: none !important;
		padding-right: none !important;
    	font-size: 12px;
    }
}
@media screen and (max-width:767px) {
	#navigation {
		margin-left: 32px;
	}
	#navigation ul.nav {
		margin-left: 0px !important;
	}
	#navigation ul.nav > li.main > a {
		padding-left: none;
	}
}
@media screen and (max-width:530px) {
	#navigation,
	#navigation ul.nav li.main:first-child {
		margin-left: 0px !important;
	}
}