/*

Theme Name: Nieuw Ontwerp Theme

Theme URI: http://www.nieuwontwerp.com

Description: Zet ideeën om in succesvolle producten

Version: 1.0

Author: Mathias Merlet, Sanne van Dongen

Tags: webdesign

*/



/**

 * INHOUD

 *

 * INSTELLINGEN

 * Global...............Globally-available variables and config.

 *

 * BASE

 * Headings.............H1–H6 styles.

 * text and list........p, li etc

 *

 * OBJECTS

 * Wrappers.............Wrapping and constraining elements.

 *

 * COMPONENTS

 * Buttons..............Button elements.

 * Menu.................Menu elements

 * Page-head............The main page header.

 * Page-body............The main page body.

 * Page-foot............The main page footer.

 *

 * WOOCOMMERCE

 * Divers...............Several WooCommerce tweaks

 *

 * MEDIA QUERIES

 *

 */



/**

* COLORS

* white:#ffffff rgba(225,225,225,0.1)

* 

*  

* 

*/



/*FONTS*/



@font-face {

	font-family: 'Conv_DINProLight';

	src: url('fonts/DINProLight.eot');

	src: local('☺'), url('fonts/DINProLight.woff') format('woff'), url('fonts/DINProLight.ttf') format('truetype'), url('fonts/DINProLight.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'Conv_DINPro-Medium_13936';

	src: url('fonts/DINPro-Medium_13936.eot');

	src: local('☺'), url('fonts/DINPro-Medium_13936.woff') format('woff'), url('fonts/DINPro-Medium_13936.ttf') format('truetype'), url('fonts/DINPro-Medium_13936.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}





/*------------------------------------*\

    #INSTELLINGEN globals

\*------------------------------------*/



body{

	font-family:"Conv_DINProLight";

	line-height: 1;

	font-size:14px;
	background:#386c9d;

}

/*------------------------------------*\

    #BASE headings, h1, P, LI

\*------------------------------------*/

body.logged-in .fixed-topbar { top: 25px !important; }


.ui-accordion.ui-accordion-content { display: block !important; } 

/*Headings*/

h1, h2, h3, h4, h5, h6{

	text-decoration:none;

	font-family:"Conv_DINPro-Medium_13936";

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{

	text-decoration:none;

}



h1{

	font-size:30px;

}



h2{

	font-size:28px;

}



h3{

	font-size:21px;

}



h4{

	font-size:20px;

}



h5{

	font-size:16px;

}



h6{

	font-size:18px;

}

.logo img
{
	height: 70px;
	transform: translateY(-5px);
}


.alignleft
{
	float: left;
}

.alignright
{
	margin-left: 40px;
}
/*Text Lists and Tables*/

a{

	text-decoration:underline;

}



a.button-wit{

	color:#fff;

	text-decoration:none;

}



p, blockquote	{

	font-size:14px;

	font-family:"Conv_DINProLight";

	line-height: 24px;

}



li{

	list-style-type:circle;

}



ol, ul {

	list-style-type: none;

}



blockquote, q {

	quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}



p.alert{

color:#ff0000;	

font-size:12px;

text-align:right;

}



.alert img{

margin-right:10px;

}



p.hoogte {

	margin-top: -10px;

}



p.help-block {

    font-size: 14px !important;

    font-weight: bold;

    padding-top: 12px;

    color: #000 !important;

}



a {

    color:#0a0a0a;

}


.search-product
{
	font-weight: 600;
	color: white;
	background: red;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
}

.search-nieuws
{
	font-weight: 600;
	color: black;
	background: lightgray;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
}

.search-pagina
{
	font-weight: 600;
	color: white;
	background: #386c9d;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
}

.column.search-resultaat
{
	padding-bottom: 10px;
	border-bottom: 1px solid lightgray;
	margin-bottom: 50px;
}

.column.search-resultaat a
{
	text-decoration: none;
	transition: all 0.234s ease-in-out;
}

.column.search-resultaat a:hover
{
	text-decoration: underline;
}

.column.search-resultaat .row
{
	padding-left: 0px;
}

.column.search-resultaat h1
{
	font-size: 24px;
}
/*------------------------------------*\

    #COMPONENTS buttons,head,body,footer

\*------------------------------------*/



/*margins*/



.row .row {

    padding-left: 50px;

    padding-right: 50px;

}



.row.titel { 

	padding-left: 0;

}



.row.footerbar a:hover {

	color: aqua;

    text-decoration: underline;

}



.row.fixed-topbar-content {

    padding-left: 0;

}



.jck-wt-all-images-wrap {

	margin-right: 20px;

}



a.logo.mobile.large-6.medium-8.columns {

    margin: 1rem auto 1rem auto;

}



.mobile-ofc.vertical.menu .is-dropdown-submenu {

    margin-left: auto;

    width: 100%;

    border: none;

    border-left: none;

    position: relative;

	padding-left:20px;

}



.mobile-ofc.vertical.menu .is-dropdown-submenu li:hover{

	background:#386c9d;

	border-left:none;

    margin: auto auto auto auto;

}



ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical.js-dropdown-active a{

	color:#000;

}



ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical.js-dropdown-active a:hover{

	color:#fff;

}



.mobile-ofc .is-dropdown-submenu-parent.is-down-arrow>a:after {

	top: 0.3rem;

}



.mobile-ofc.vertical.menu a{

	text-decoration:none;

}



/*Buttons*/

.button{

	text-transform:uppercase;

	font-size:14px;

	position: relative;

	border-radius:0px;

	padding-right:28px;

	margin-bottom:0;

	padding-top:0.65em;

	padding-bottom:0.65em;

	padding-left:1em;	

}



.button:after {

    content: '';

    background: url('img/arrowhead.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 6px;

    right: 12px;

    top: 11px;

    height: 10px;

    z-index: 9;

}



.button-bestel{

	text-transform:uppercase;

	font-size:14px;

	position: relative;

	border-radius:0px;

	padding-right:28px;

	margin-bottom:0;

	padding-top:0.65em;

	padding-bottom:0.65em;

	padding-left:1em;

	background-color:#a46497;

}



a.button-bestel {

	color:#fff;

	text-decoration:none;

}



.button-bestel a:hover {

	color:#fff;

	text-decoration:underline;

}



.button-bestel:after {

    content: '';

    background: url('img/arrowhead.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 6px;

    right: 12px;

    top: 11px;

    height: 10px;

    z-index: 9;

}

.button.alert {    float: left;}

.berichtinfo {

    display: none;

}



.page-id-117 .berichtinfo {

    display: inherit !important;

}



/*Menu*/



#menu-top-menu-2{

	height:50px;

}



#menu-top-menu-2 .is-dropdown-submenu-parent:after {

    content: '';

    background: url('img/chevron-white.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 12px;

    right: 40px;

    top: 16px;

    height: 6px;

    z-index: 9;

}





#menu-top-menu-2 .is-dropdown-submenu {

	width:100%;



}



#menu-top-menu-2 .is-dropdown-submenu a{



	color:#386c9d;

}





.menu-2-wrapper {

    margin-left: auto;

    margin-right: auto;

    max-width: 1200px;

    position: relative;

    display: block;

    margin-top: 66px;

}



.menu-2 .menu-item.is-dropdown-submenu-parent, .menu-2 .menu-item.menu-item-4380 {



	background: #386c9d;

	width:300px;

	margin:0 auto;

	position: relative;

	/*display: inline-block;*/

	text-align:center;
	
	border-right:5px solid white;

	border-left:5px solid white;

}

.menu-2 .menu-item a{

	color: white;

}



#menu-top-menu-1{

	margin-left:-21px;

}



#menu-top-menu-1 .is-dropdown-submenu-parent:before{

    content: '';

    background:url('img/chevron-blue.png');

        position:absolute;

		background-repeat:no-repeat;

		background-size:100%;

    width:11px;

	top:15px;

    height:10px;

	right:0px;

}

.fancybox-inner .fancybox-content-inside {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px solid transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
}

.is-dropdown-submenu {

	position: absolute;

	top: 36px;

	left: -0px !important;

}



.off-canvas-wrapper {



    overflow:hidden;



}



.fixed-topbar{

	top: 0;

	left:0;

	padding-left:50px;

    position: fixed;

	z-index:9999;

	display:inline;

	width:100%;

	-webkit-box-shadow: 0px 3px 19px -1px rgba(0,0,0,0.75);

	-moz-box-shadow: 0px 3px 19px -1px rgba(0,0,0,0.75);

	box-shadow: 0px 3px 19px -1px rgba(0,0,0,0.75);

}



.fixed-topbar-content {

	width: 1300px;

	margin-left: auto;

	margin-right: auto;

}



.top-bar, .top-bar ul {

    background-color: white;

}



.menu > li > a {

	  text-transform: uppercase;

	  font-family:"Conv_DINPro-Medium_13936";

	  font-size:14px;

	  text-decoration:none;

}



.home-menu {

	background: #386c9d;

    width: 300px;

    margin: 0 auto;

    position: relative;

    text-align: center;
	
	border-right: 5px solid white;

    border-left: 5px solid white;
}


.home-menu a {

	color:#fff;

}



/*Page-head*/



.naar-b-wrapper{

	position:relative;

}



.design-1 {

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    position: absolute;

    display: inline;

    height: 100%;

    width: 100%;

    left: 0;

    bottom: 0;

    z-index: -1;

    top: 160px;

}



.slick-track img {

    width: 100%;

}



.slick-list {

    position: relative;

    display: block;

    overflow: hidden;

    margin: 0;

    padding: 0;

    height: 100%;

}



ul.slick-dots{

    display: none !important;

}



button.slick-prev.slick-arrow{

	display: none !important;

}



button.slick-next.slick-arrow{

	display: none !important;

}



.off-canvas-content{

	background:none!important;

}



.searchwapper{

	margin-top: -70px;

	position:relative;

}



.top-search{

	position:relative;

	margin-top: 38px;

}



.top-search input[type="submit"] {

	position: absolute;

	display: block;

	margin-top: -21px;

	width: 33px;

	height: 30px;

	color: rgba(225,225,225, 0) !important;

	background: url(img/search.png) center;

	background-repeat: no-repeat;

	cursor: pointer;

	overflow: hidden;

	/* margin-left: 245px; */

	border: none;

	right: 0;

}



.top-search[type="color"],.top-search [type="date"],.top-search [type="datetime-local"],.top-search [type="datetime"],.top-search [type="email"],.top-search [type="month"],.top-search [type="number"],.top-search [type="password"],.top-search [type="search"],.top-search [type="tel"],.top-search [type="text"],.top-search [type="time"],.top-search [type="url"],.top-search [type="week"],.top-search textarea {

	position: absolute;

	display: block;

	box-sizing: border-box;

	width: 224px;

	right: 0;

	height: 30px;

	padding: .3rem;

	border: 1px solid #cacaca;

	margin: -21px 0 1rem;

	font-family: inherit;

	font-size: 12px;

	color: #0a0a0a;

	background-color: #fefefe;

	box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);

	border-radius: 0px;

	transition: box-shadow .5s,border-color .25s ease-in-out;

	-webkit-appearance: none;

	-moz-appearance: none;

}



.top-logo{

	width:100%;

	display:inline-block;

}



.top-logo-klant{

	width:188px;

	display:table;

}



.top-logo.mobile {

    width: 60%;

    display: flex;

    margin: 0 auto 0 auto;

    text-align: center;

}



.mobile-ofc.vertical.menu li {

    list-style: none;

    padding: .5rem;

    text-transform: uppercase;

    border-bottom-width: 1px;

    border-bottom-color: #fff;

    border-bottom-style: solid;

}



.mobile-ofc.vertical.menu .is-dropdown-submenu {

	margin-left: auto;

    width: 100%;

    border: none;

    border-left: none;

    position: relative;

    padding-left: 20px;

}



.off-canvas.position-left {

	height: 100%;

}



.titel-menu h1{

	margin-bottom:-5px;

}



.titel-menu {

	display: inline;

	position: absolute;

	margin-left: 15px;

	margin-top: -8px;

}



.top-wrapper{

	padding-top:27px;

	background:white;

	height: 160px;

}



.top-wrapper.klant {

	height: auto;

	padding-bottom: 27px;

}



.naar-boven{

	position:fixed;

	right:25px;

	bottom:24px;

	background:#7E7E7E;

	padding:5px;

	z-index:999;

}



.naar-boven:hover{

	cursor:pointer;

}





/*Page-body*/



.main-content{

	background:rgba(255,255,255,0.7);

}



.callout.primary {

    background-color: rgba(0,0,0,0);

	border: none;

    border-radius: 0px;

	padding:30px 0 40px 0;

	margin:0;

}



/*Page-footer*/



table tbody, table tfoot, table thead {

    border: none!important;

    background-color: rgba(0,0,0,0)!important;

}



.footer-right .textwidget {

    margin-top: -15px;

    line-height: 25px;

}



td.bolder p{

	font-family:'Conv_DINPro-Medium_13936';

}



table tbody td, table tbody th {

   padding: 1.1rem 0;

}



.footer-right{

	padding-left:50px;

}



.footer-right.small-12.large-2.columns.end {

    padding: 0 30px;

}



.footer-right #primary-sidebar{

	    float: right;

}



footer{

	padding-top:21px;

	background:#535353;

	color:white;

}



footer .textwidget{

	margin-top:25px;

	line-height:25px;

}



footer a{

	color:white;

}



.footer .nieuwontwerp{

	Background:black;

	color:white;

	padding:1.2em;

	margin-top:3em;

}



.footer .nieuwontwerp a{



	color:white;



}



.footer-left .copyright{

	position:relative;

	display:inline-block;

	text-transform:uppercase;

	margin-top:25px;

	margin-right:25px;

	

}



.nieuwontwerp .copyright{

	position:relative;

	display:inline-block;

	text-transform:uppercase;

	margin-top:0px;

	margin-right:25px;

	

}



.nieuwontwerp .social-footer{

	float:right;

}



.nieuwontwerp .social-footer img{

	margin-left:10px;

}



.footer .copyright a{

text-decoration:none;

	

}



.footer-image{

	height:200px;

	width:200px;

	position:relative;

	display:block;

	border-radius:200px;

	background:red;

	overflow:hidden;

	border:1px solid black;

}



.footer-left{

	padding-right:50px;

}



.footer-middle{

	padding: 0 50px;

}



/*front-page*/



.home .front-main-body{

	margin-top:40px;

}



.home .main-content{

	padding-top:180px;

	padding-bottom:50px;

}



.home .main-content h1{

	font-size:36px;

}



.center-titel {

	font-size:36px;

	font-family: "Conv_DINPro-Medium_13936";

	font-weight: 400;

    font-style: normal;

    color: inherit;

	margin-top: 2px;

}

.home .main-content h3{

	font-family:"Conv_DINProLight";

	font-size:24px;

}



.blue-bg{

    background: #386c9d;

    position: relative;

	float:left;

    height: 100%;

    max-width: 800px;

	width: 100%;

    padding-top: 21px;

	padding-bottom: 21px;

	padding-left:21px;

	padding-right:21px;

    margin: -2px auto 0 auto;

	display:inline-block;

}



.blue-bg a{

	color:white;

	text-decoration:none;

	}



.blue-bg-thema{

    background: #386c9d;

    position: relative;

	float:left;

    height: 100%;

	width: 100%;

    padding-top: 21px;

	padding-bottom: 21px;

	padding-left:21px;

	padding-right:21px;

    margin: -2px auto 0 auto;

	display:inline-block;

	margin-bottom:45px;

}



.blue-bg-thema a{

	color:white;

	text-decoration:none;

}



.medium-4.columns.thema {

    float: left;

    margin-bottom: 20px;

	padding-left: 15px;

    padding-right: 15px;

	height: 330px;

}



.white-bg{

    background: white;

    position: relative;

    height: 100%;

    max-width: 800px;

	width: 100%;

    padding-top: 21px;

	padding-bottom: 25px;

	padding-left:21px;

	padding-right:21px;

    margin: 0 auto;

	display:inline-block;

}



.white-bg-page {

	background: white;

    position: relative;

    height: 100%;

    max-width: 900px;

	width: 100%;

    padding-top: 21px;

	padding-bottom: 25px;

	padding-left:21px;

	padding-right:21px;

    margin: 0 auto;

	display:inline-block;

	float: right;

}



.medium-12.columns.white-bg-page.full {

	max-width: 100%;

}



.white-bg .front-right-column{

	border-left:1px solid #e8e8e8;

	padding-left:21px;

}



.white-bg .front-left-column{

	padding-right:21px;

}



.white-bg .front-left-column .image {

	padding:0!important;

	margin-top:42px;

}



.white-bg .front-right-column .image {

	padding:0!important;

	margin-top:42px;

}



.products0 {

    margin-right: 12px;

}



.products-1 {

    margin-right: 12px;

}



.products-2 {

    margin-right: 12px;

}



.box {

    position: relative;

    padding-bottom: 15px;

}





/*sidebars*/



.main-sidebar {

	background: #e1e1e1;

	height: 100%;

	margin: 0 auto;

	padding: 21px;

	max-width: 400px;

	width: 100%;

	float: right;

}



.page-sidebar {

	background: #e1e1e1;

	height: 100%;

	margin: 0 auto;

	padding: 21px;

	max-width: 300px;

	width: 100%;

	float: left;

}



.box1,.box2,.box3{

	position:relative; 

	margin-top: 20px;

}

.box1:hover,.box2:hover,.box3:hover{

	cursor:pointer;

}



.last-posts{

	font-family:"Conv_DINPro-Medium_13936";

	position:absolute; 

	display:inline;

	text-decoration:underline;

	top: 0;

	left: 84px;

}



.the_time {

	text-decoration: none;

	position: relative;

	padding-top: 10px;

	font-size: 11px;

    font-weight: normal;

}



.the_time_index {

	text-decoration: none;

	position: relative;

	padding-bottom: 20px;

	font-size: 13px;

    font-weight: normal;

	color: #535353;

}



.twitter{

	height: 229px;

	margin-top:22px;

	position:relative;

}



.twitter h4{

	margin-bottom:20px;

}



.featured-image {

    background-color: gray;

    position: relative;

    height: 66px;

    width: 66px;

}



/*ninja forms*/



.ninja-forms-all-fields-wrap{

	margin-top:25px;

}



.ninja-forms-required-items{

	display:none;

}



#nf_submit_1{

	position:relative;

	width:150px;

}



#nf_submit_1:after{

	    content: '';

    background: url('img/arrowhead.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 6px;

    right: 39px;

    top: 11px;

    height: 10px;

    z-index: 9;

}



#nf_submit_5{

	position:relative;

	width:150px;

}



#nf_submit_5:after{

	content: '';

    background: url('img/arrowhead.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 6px;

    right: 39px;

    top: 11px;

    height: 10px;

    z-index: 9;

}



#nf_submit_10{

	position:relative;

	width:150px;

}



#nf_submit_10:after{

	content: '';

    background: url('img/arrowhead.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 6px;

    right: 39px;

    top: 11px;

    height: 10px;

    z-index: 9;

}



#nf_submit_14{

	position:relative;

	width:150px;

}



#nf_submit_14:after{

	content: '';

    background: url('img/arrowhead.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 6px;

    right: 39px;

    top: 11px;

    height: 10px;

    z-index: 9;

}



.newsletters .btn{

	position:relative;

	width:127.25px;

	background-color: red;

    border-radius: 0px;

	border: 0px;

}



.newsletters .btn:hover{

	background-color: #c00;

}



.newsletters .btn:after{

	content: '';

    background: url('img/arrowhead.png');

    position: absolute;

    background-repeat: no-repeat;

    background-size: 100%;

    width: 6px;

    right: 39px;

    top: 11px;

    height: 10px;

    z-index: 9;

}



.ninja-forms-cont [type="color"],.ninja-forms-cont  [type="date"],.ninja-forms-cont  [type="datetime-local"],.ninja-forms-cont  [type="datetime"],.ninja-forms-cont [type="email"],.ninja-forms-cont [type="month"],.ninja-forms-cont [type="number"],.ninja-forms-cont [type="password"],.ninja-forms-cont [type="search"],.ninja-forms-cont [type="tel"],.ninja-forms-cont [type="text"],.ninja-forms-cont [type="time"],.ninja-forms-cont [type="url"],.ninja-forms-cont [type="week"],.ninja-forms-cont textarea {

	display: block;

	box-sizing: border-box;

	width: 224px;

	right: 0;

	height: 33px;

	padding: .3rem;

	border: 1px solid #cacaca;

	font-family: inherit;

	font-size: 12px;

	color: #0a0a0a;

	background-color: #fefefe;

	box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);

	border-radius: 0px;

	transition: box-shadow .5s,border-color .25s ease-in-out;

	-webkit-appearance: none;

	-moz-appearance: none;

}



input#ninja_forms_field_4 {

    background-color: red;

    color: #fefefe;

    border-radius: 0px;

}



/*------------------------------------*\

    #WOOCOMMERCE buttons,head,body,footer

\*------------------------------------*/



/*breadcrumbs*/



.woocommerce .woocommerce-breadcrumb {

	color: #000;

	font-size: 14px;

	margin:0;

}



.woocommerce ul.products li.product a img {

	-webkit-box-shadow: 0px 0px 0px 2px rgba(56, 108, 157, 0.75);

	-moz-box-shadow:    0px 0px 0px 2px rgba(56, 108, 157, 0.75);

	box-shadow:         0px 0px 0px 2px rgba(56, 108, 157, 0.75);

}



.accordion {

	background-color:transparent;

}



.jck-wt-images-wrap {

	margin-bottom: 15px;

	border-right-width: 2px;

	border: 1px solid #386c9d;

	margin-right: -1px;

}



.jck-wt-images__image {

	width:100% !important;

}



.jck-wt-thumbnails__slide {

	-webkit-box-shadow: 0px 0px 0px 2px rgba(56, 108, 157, 0.75);

	-moz-box-shadow:    0px 0px 0px 2px rgba(56, 108, 157, 0.75);

	box-shadow:         0px 0px 0px 2px rgba(56, 108, 157, 0.75);

    margin-right: 10px;

}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {

	padding-top: 0.65em;

    padding-bottom: 0.65em;

    padding-left: 1em;

	padding-right:30px;

}



.menu-merken-container ul, .menu-training-container ul, .menu-service-container ul {

	padding-bottom:30px;

	display:table;

}



.menu-merken-container li, .menu-training-container li, .menu-service-container li {

    float: left;

    width: 100%;

    margin: 0 0 0 3px;

    padding: 0 0 0 5px;

    line-height: 16px !important;

    background: url("img/arrow_item.gif") 0 16px no-repeat;

    transition: all 200ms ease-in 0s;

    list-style-type: none;

    border-bottom: 1px solid #f0f0f0;

}



.menu-merken-container a, .menu-training-container a, .menu-service-container a  {

	outline: none;

    text-transform: none !important;

    padding: 10px 10px 10px 15px !important;

    color: #555 !important;

    font-size: 13px !important;

    border-bottom: 0px;

	font-family: inherit !important;

}



mark {

	display:none;

}



.woocommerce ul.products li.product h3 {

	text-align:center;

	padding:0 !important;

}



.woocommerce ul.products li.product .price {

	text-align:center;

	display: none;

}



img.jck-wt-thumbnails__image {

    border-top: 2px solid;

    border-bottom: 2px solid;

	height: 99px;

}



.jck-wt-thumbnails__slide.jck-wt-thumbnails__slide {

    height: 99px;

    margin-left: 2px;

}



.jck-wt-thumbnails__slide.jck-wt-thumbnails__slide--active {

    color: #386c9d;

}


div#gt-res-content {

    line-height: 24px;

}



.product_meta {

    line-height: 24px;

}



div#products_right {

    line-height: 24px;

}



.bx-wrapper {

    border-right: 1px solid #386c9d;

  }



body:not(:-moz-handler-blocked) .bx-wrapper {

    border-right: 2px solid #386c9d;

  }



.page-sidebar.medium-4.columns ul li {

    display: inherit !important;

	border-bottom: 1px solid grey;

	left: 0;

    position: relative;

}



@-moz-document url-prefix() { 

  .bx-wrapper {

     border-right: 2px solid #386c9d;

  }

}



.klantwidget {

    padding-left: 50px;

    float: left;

    width: 33%;

}



img.klant {

    float: left;

    padding-right: 5px;

}



/*------------------------------------*\

	#MEDIA QUERIES

\*------------------------------------*/



@media only screen and (max-width:1200px) {

.footer .nieuwontwerp {

    padding: 0;

    padding-top: 1.2em;

    padding-bottom: 1.2em;

}



.footer-right {

	padding-left: 20px;

}



p.alert {

    display: none;

} 



.top-search {

	display: none;

}



.menu-2-wrapper {

	margin-top: 100px;

}



.main-sidebar {

	max-width: 800px;

}



.white-bg .front-left-column .image {

	margin-top: 70px;

}



.white-bg .front-right-column .image {

	margin-top: 70px;

}



.products0 {

    margin-right: 12px;

}



.products-1 {

    margin-right: 5px;

}



#menu-top-menu-2 .is-dropdown-submenu-parent:after {

	display: none;

}



.home.white-bg {

	max-width: 100%;

	height: 325px !important;

}



.blue-bg {

	max-width: 100%;

}



.main-sidebar {

	max-width: 100%;

}



}

@media only screen and (min-width:1200px) and (max-width:1440px) {

.main-sidebar {

	max-width: 35%;

	padding-bottom: 18px;

}



.white-bg {

	max-width: 65%;

	float: left;

	height: 325px;

}



.blue-bg {

	max-width: 65%;

}



.timePosted {

	margin-top: -15px;

	display: none;

}



}

@media only screen and (max-width:1440px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

.searchwapper {

	margin-right: 50px;

}



.white-bg {

	height: 100%;

}



.blue-bg {

	display: block;

	height: 100%;

}



.page-sidebar {

	max-width: 100%;

}



.white-bg-page {

	max-width: 100%;

}



}

@media only screen and (max-width:640px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

.center-titel {

    font-size: 5vw !important;

}



ul#menu-top-menu-2 ul {

    display: none;

}



.center-titel {

	text-align: center;

	width: 100%;

	margin-top: 10px;

}



.footer-middle{

	padding: 30px 0 8px 0;

}



.footer-right.large-3.medium-5.small-12.columns {

	padding-left: 0px;

}



.white-bg .front-right-column {

	 border-left: 0px;

}



.home .main-content h1 {

	margin-top: -55px;

}



.row .row {

    padding-left: 30px;

    padding-right: 30px;

}



.top-logo {

    text-align: center;

}



.wpsisac-slick-slider {

    background: #fff;

}



.jck-wt-all-images-wrap {

	float: none !important;

	width: 100% !important;

}



.bx-viewport {

	height: 100%;

}



.jck-wt-images {

	width: 100%;

}



.jck-wt-images__slide.jck-wt-images__slide--active {

	width: 100%;

}



.jck-wt-all-images-wrap {

	margin-bottom: 0px;

}



nav.woocommerce-breadcrumb {

	line-height: 23px;

}



.titel-menu h1 {

	font-size:20px;

}



.menu-2-wrapper {

	margin-top: 120px !important;

}



.title-bar {

    background: #386c9d !important;

}



.top-wrapper {

    padding-top: 20px;

    height: inherit;

}



p.alert {

	display: none;

}



.top-search {

	display: none;

}



.titel-menu {

	text-align: center;

    display: block;

    margin: 0 auto;

    margin-left: -30px;

    width: 100%;

}



article {

    margin-top: 0px;

}



.home .main-content {

    padding-top: 250px !important;

    padding-bottom: 0px;

}



.row.front-main-body {

    padding-left: 0;

	padding-right: 0;

}



.white-bg {

	padding-left: 25px;

    padding-right: 25px;

	height: 100%;

}



.blue-bg {

	height: 100% !important;

}



.medium-8.columns {

	padding-top: 25px;

	padding-bottom: 30px;

}



.white-bg .front-right-column {

	padding-left: 0;

	padding-right: 0;

}



.white-bg .front-left-column .image {

    margin-top: 25px;

    padding-left: 50px!important;

    padding-right: 50px!important;

}

	

.white-bg .front-right-column .image {

    margin-top: 25px;

    padding-left: 50px!important;

    padding-right: 50px!important;

}



.main-sidebar {

	padding-left: 30px;

	padding-right: 30px;

	padding-bottom: 70px;

	margin-top: -4px;

}



.the_time {

	top: 35px;

}



.timePosted {

	top: 88px;

}



p.hoogte {

	margin-top: 45px;

}



.products-1 {

    margin-top: 1rem;

}



.products-2 {

    margin-top: 1rem;

}



.button.alert {

	margin-top: -5px;

}



.blue-bg {

	padding-left: 30px;

    padding-right: 30px;

	margin-bottom: 40px;

	height: 100%;

}



.footer-middle.medium-4.columns {

    padding: 0;

	margin-top: 25px;

}



.footer-right.medium-3.columns {

    padding: 0;

}



.footer {

	padding-top: 45px;

}



.footer .nieuwontwerp {

	margin-top: 0em;

}



.nieuwontwerp .copyright {

	margin-right: 52px;

}



.nieuwontwerp .social-footer {

    float: left;

    margin-left: -257px;

    margin-top: 2.5em;

}



}

@media only screen and (max-width:950px) { /*menu querie */

.footer .nieuwontwerp {

    padding: 1.2em;

}



.footer-middle.large-4.medium-7.small-12.columns {

	padding: 30px 30px 0 0;

	height: 339px;

}



.footer-right.large-3.medium-5.small-12.columns {

	padding: 30px 30px 0 0;

}



.center-titel {

    font-size: 3.5vw;

}



.row .row {

    padding-left: 30px;

    padding-right: 30px;

}



.home .main-content {

	padding-top: 35px;

}



p.alert {

	display: none;

}



.top-search {

	display: none;

}



.menu-2-wrapper {

	margin-top: 100px;

}



.main-sidebar {

	max-width: 100%;

}



.medium-8.columns {

	width: 100%;

}



.page-id-5 .white-bg {

	height: 100% !important;

}



.white-bg .front-left-column .image {

	display: none;

}

	

.white-bg .front-right-column .image {

	display: none;

}



.blue-bg {

    height: 100%;

}



.products0 {

    margin-right: 12px;

}



.products-1 {

    margin-right: 5px;

}



.nieuwontwerp .copyright {

	margin-left: -20px;

	float: left;

}



.page-sidebar {

	max-width: 100%;

}



}

@media only screen and (min-device-width :320px) and (max-device-width :374px) {

.row .row {

    padding-left: 10px;

    padding-right: 10px;

}



.footer-left {

    padding-right: 30px;

    padding-left: 30px;

}



.footer-middle.large-4.medium-7.small-12.columns {

    padding: 30px 30px 0 30px;

}



.footer-right.large-3.medium-5.small-12.columns {

    padding: 30px 30px 0 30px;

}



.nieuwontwerp .social-footer {

    float: left;

    margin-left: -265px;

    margin-top: 2.5em;

}



.nieuwontwerp .copyright {

    padding-left: 30px;

    padding-right: 30px;

}



.titel-menu {

    padding-left: 30px;

}



article {

    padding-left: 23px;

    padding-right: 23px;

}



.home-menu-midden {

    border-right: 3px solid white;

    border-left: 3px solid white;

}



.menu-2 .menu-item.is-dropdown-submenu-parent:nth-child(even) {

    border-right: 3px solid white;

    border-left: 3px solid white;

}



}