/*
Theme Name: Default
Theme URI: http://www.remonversteeg.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: http://www.remonversteeg.nl
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
img{
	max-width:100%;
	height:auto;	
}
a{
    color:inherit;
    text-decoration: none;
    
}
#footer p a {
	color: #ff5a00;
}
p{
    margin-bottom:20px;
}
h1{
    margin-bottom:20px;
    color:#fff;
}
h2{
    color:#fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}
#tinymce h2 {
	text-shadow: 1px 1px black;
	text-transform: initial;
	padding-top: 20px;
}
h3{
    font-size: 21px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}
#content .content_inner h2{
    font-size:20px;
}
#content .content_inner ul {
    list-style:none;
    padding: 10px 0;
}
#content .content_inner ul li{
    margin-bottom:10px;
}
#content.sub-page .text_wrapper a{
    color:#ff5a00;
}
.innercontent2 {
	padding-top:30px;
	clear: both;
}
/*template sheet*/
body{
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:15px;
	margin:0;
    line-height:18px;
	color:#afafaf;
	background:#141214;
	height:100%;
	overflow-y:scroll
}

.wrap{
    width:1100px;
    margin:0 auto;
}
.wrap-sm{
	    margin: 0 auto;
    max-width: 800px;
    padding-top: 15%;
    padding-left: 40px;
    padding-right: 40px;
}
.wrap-half{
	width:550px	
}

#container:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0
}

#sidebar{
	float:left;
	min-height:200px;
	
}
#sidebar ul li{
    margin-bottom:15px;
    padding-left:15px;
    position: relative
    
}
#sidebar ul li a{
    font-size:15px;
    
}
#sidebar ul li:hover a{
    color:#ff5a00;
}
#sidebar ul li a:before{
    content:  "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
/*--HEADER--*/
#header{
	height:170px;
	
}
.down .header{
	position:fixed;
	top:-106px;
	left:0;
	right:0;
	z-index:100;	
}
.down #wrapper{
	padding-top:106px;	
}
.header{
    background-color:#110f11;
}
.header_top{
    height:105px;
    border-bottom:1px solid #1e1d1e;
}

.logo{
    font-size: 24px;
    position: absolute;
    font-weight: bold;
    margin-top: 14px;
    background-image: url('images/logo.png');
    width: 294px;
    height: 94px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
    
}
.contact_links ul li{
    float:left;
    padding-right:30px;
    padding-top:50px;
}
.contact_links ul li a{
    color:#d0d0d0;
    text-decoration: none;
    font-size:15px;
}
.contact_links ul li a i{
    color:#ff5a00;
}
#menu{
	height:60px;
	
}
#mainmenu{
	margin:0;
	padding:0
}
#mainmenu li{
	list-style:none;
	height:60px;
    
	float:left
}
#mainmenu li:first-child {
    padding-left:0;
}
#mainmenu li:last-child {
    padding-right:0;
}
#mainmenu li{
    padding: 0 17px;
    
}
#mainmenu li a{
    color: #fff;
    line-height: 56px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
#mainmenu li a:hover,
#mainmenu .current a{
    color:#ff5a00;
    /*border-bottom:1px solid #e25102;*/
}
#mainmenu .current-parent a{
    color:#ff5a00;
}
#mainmenu .haschild > a{
    position: relative
}
#mainmenu .haschild > a:after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    right: -20px;
    cursor: pointer;
}
#mainmenu .child li a:hover,#mainmenu  .current.haschild a{
    border:none
}
#mainmenu .haschild:hover a:after, #mainmenu .current.haschild a:after{
    color: #ff5a00;
}

#mainmenu .child{
    display: none;
        background-color: #e25102;
    position: absolute;
    z-index: 999999;
   width:auto;
}
#mainmenu .haschild:hover .child{
    display: block;
}
#mainmenu .child{
	width:300px;
    margin-left:0;
    padding: 0;
}
#mainmenu .child li {
    padding: 0 10px;
}
#mainmenu .child li:first-child{
    padding: 0 10px;
}
#mainmenu .child li {
    list-style: none;
    height: 40px;
    float: none;
}
#mainmenu .child li a{
    line-height: 35px;
	color:#fff!Important;
	text-transform:none;
    border:none;
}
/*--BANNER--*/
.banner.subpage{
    height:310px;
    background-repeat:no-repeat;
    background-position: center center;
    background-color:#222
}
.banner .slider,.banner #slider_container {
    width:100% !important
}
.banner .slider .slide{
    background-size:cover;
    background-position: center center;
}
.banner.front_page .wrap{
    padding-top:400px;
}

.banner.front_page .slide-title{
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.banner.front_page .slide-title:after{
    content: "";
    width: 80px;
    height: 2px;
    color: #ff5b00;
    z-index: 9999999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff5b00;
}
.banner.front_page .slide-description{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.banner .arrow{
    display: none;
}
.banner.front_page .arrow{
    background-image:url('images/arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 20px;
    position: relative;
    width: 100%;
    z-index: 999;
    margin-top:-20px;

    
    
}
.arrow i {
    margin: 0px auto;
    display: table;
    font-size: 30px;
    color: #fff;
    line-height: 10px;
}

/*--CONTENT HOME--*/
.section{
    overflow:hidden;
    width:100%;
    height:100%;
}
#section_2{
    background: #181618; /* Old browsers */
    background: -moz-linear-gradient(top,  #181618 0%, #0b0a0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #181618 0%,#0b0a0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #181618 0%,#0b0a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181618', endColorstr='#0b0a0b',GradientType=0 ); /* IE6-9 */


    
}
#section_2 .image{
    height: 545px;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    background-size:contain;
}
#section_2 .text_wrap{
    padding-right:30px;
}
.section .text_wrap .text{
    font-size: 15px;
    line-height: 23px;
    color: #afafaf;
}
.section .text_wrap h2{
    margin-bottom:15px;
}
.section .text_wrap .text h3{
    margin-bottom:25px;
}
.section .text_wrap{
    padding-top:135px;
}
.section .col6:after{
    clear:both;
    content:"";
    display:table;
}

#section_3{
    height:535px;
    
    background: #181618; /* Old browsers */
    background: -moz-linear-gradient(top,  #181618 0%, #0a080a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #181618 0%,#0a080a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #181618 0%,#0a080a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181618', endColorstr='#0a080a',GradientType=0 ); /* IE6-9 */

}
#section_3 .image{
    height: 535px;
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;

}
#section_3 .text_wrap{
    padding-left:30px;
}
#section_4{
    height:510px;
    background-position: center center !important;
}
#section_4 .mask{
    background: #141214; /* FALL BACK */
    background: rgba(20, 18, 20, 0.9);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 100%;
}
#section_4 .form{
    padding-top:15px;
}
#section_4 img#captcha-image {
	height:50px;
	margin:5px 0;
}
.form{
    padding-top:20px;
}
#section_4 .widget_wrap{
    padding-top:80px;
}
#section_4 .widget_wrap .widget_header h3 {
    font-size: 31px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
#section_4 .widget_wrap    .widget_content h3 {
    margin-bottom: 15px;
    font-size:22px;
}

#section_4 .widget_wrap ul li{
    margin-bottom:50px;
    line-height:20px;
    padding-left:60px;
    position: relative;
    font-size:16px;
}
#section_4 .widget_wrap ul .place:before,
#section_4 .widget_wrap ul .phone:before,
#section_4 .widget_wrap ul .mail:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff5a00;
    font-size: 17px;
    position: absolute;
    top: 5px;
    left: 0;
    padding-left: 16px;
    padding-top: 9px;
    box-sizing: BORDER-BOX;
    width: 40px;
    height: 40px;
    bordeR: 1px solid #ff5a00;
}
#section_4 .widget_wrap ul .place:before{
    content:"\f041";
    padding-left: 14px;

}
#section_4 .widget_wrap ul .phone:before{
    content: "\f095";
    padding-left: 13px;
    padding-top: 10px;

}
#section_4 .widget_wrap ul .mail:before{
    content: "\f003";
    padding-top: 8px;
    padding-left: 11px;

}
.logos{
    height: 160px;
    background-color: #ff5a00;
    padding-top: 35px;
    box-sizing: border-box;
}
.logos .gallery .image {
    float: left;
    margin:0;
    padding-left:50px;
    padding-right:50px;
}
.logos .gallery .image:first-child img{
    float:left;
}
.logos .gallery .image:last-child img{
    float:right;
}
.logos .gallery .image img{
    display:table;
    max-width:100%;
    margin:0 auto;
}

/*--SUB PAGE--*/
.sub-page{
    padding-top:50px;
    padding-bottom:50px;
}
.sub-page .gallery {
    margin-bottom:20px;
    
}
.sub-page .gallery .row{
    margin: 50px -20px !important;
}
.sub-page .gallery .image{
    margin:0 !important;
}
.sub-page .gallery .col4{
    padding-left:20px;
    padding-right:20px;
}
.sub-page .gallery .col4 span{
    display:block;
    margin-top:10px;
}
.sub-page .gallery .col4 img{
    max-width: 100%;
    height: 150px;
}
.overview_page .gallery .col4 img{
    height:auto;
}
.offerte{
    background: #181618;
    background: -moz-linear-gradient(top, #181618 0%, #0a080a 100%);
    background: -webkit-linear-gradient(top, #181618 0%,#0a080a 100%);
    background: linear-gradient(to bottom, #181618 0%,#0a080a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181618', endColorstr='#0a080a',GradientType=0 );
    padding-top:50px;
    padding-bottom:50px;
    display: block;
}
.offerte h2{
    text-align: center;
}
.offerte:after{
    clear:both;
    content:"";
    display: table;
    
}
.offerte .wrap{
   
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    
}
.contact h3{
    margin-bottom:20px;
}
/*--FOOTER---*/
#footer{
	height:100%;
	padding: 10px 0 0 0;
	background: #0d0b0d;
}
#footer .footer-top{
    padding-top:40px;
    padding-bottom:20px;
    border-bottom:1px solid #202020;
}
#footer .widget .widget_header h3{
    font-size:20px;
    text-transform: uppercase;
    font-weight:300;
    margin-bottom:25px;
}



#footer .widget{
    float:left;
    width:20%;
}
#footer .footer-top #widget_11{
    width:20%;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right:30px;
}
#footer .widget .widget_content{
    font-size:15px;
    line-height:20px;
}
#footer .widget .widget_content ul li{
    
}
#footer .footer-top .menu li{
    margin-bottom:10px;
    padding-left:15px;
    position: relative
    
}
#footer .footer-top .menu li a{
    font-size:15px;
    
}
#footer .footer-top .menu li:hover a{
    color:#ff5a00;
}
#footer .footer-top .menu li a:before{
    content:  "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

/*.menu li:before{
    content:  "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}*/

.menu li{
    margin-bottom:10px;
    padding-left:15px;
    position: relative
    
}
.menu li a{
    font-size:15px;
    
}
.menu li:hover a{
   /* color:#ff5a00;*/
}
#back_to_top{
	display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #ff5a00;
    padding: 14px;
    padding-top: 10px;
    padding-bottom: 13px;
}
#back_to_top i {
    color:#ff5a00;
}
#footer #submenu{
    display: table;
    margin:0 auto;
    margin-bottom:20px;

}
#footer .footer-bottom{
    padding-top:20px;
        box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#footer #submenu li{

    padding-right:15px;
    float:left;
}

#footer .footer-bottom{
    height:95px;
    text-align:center;
}

/*---LP STYLE---*/
#sidebar .widgetBar .widget.first-child .widget_header h3 {
	padding-top: 0;
}
#sidebar .widget_header h3 {
	padding-bottom: 15px;
	padding-top: 10px;
}
#sidebar .widget_content {
	padding-right: 20px;
	padding-left: 10px;
}
#content .content_inner ul.usps,
#sidebar ul.usps {
	list-style: none;
}
#sidebar ul.usps {
	margin-left: -10px;
}
#content .content_inner ul.usps {
	margin-left: 0px;
	padding-top: 5px;
}
#content .content_inner ul.usps li,
#sidebar ul.usps li {
	width: 100%;
	position:relative;
	ppadding-left: 26px;
}
#content .content_inner ul.usps li {
    margin-bottom: 15px;
}
.usps li:before {
	/*font-family: 'FontAwesome';
	margin-right:5px;
	content: '\f00c';
	color: #ff5a00;
	pposition:absolute;
	left:0;
    line-height: 36px;
    font-size: 20px;*/

    content: '\f00c';
    color: #ff5a00;
    top: 0.05em;
    font-family: fontAwesome;
    width: 18px;
    height: 20px;
    display: block;
    float: left;	
}

.usps li{
    position: relative;
    margin-left: 0;
    margin-bottom: 1.0em;
}
#content .content_inner ul.usps li:before {
    line-height: initial;	
}
#content .content_inner h3 {
	padding-top: 20px;
}
#sidebar .fa {
	color: #ff5a00;
	width: 20px;
}
.row.printerrow {
	overflow: auto;
	padding-bottom: 20px;
}
.row.printerrow  .col4 {
	padding-right: 3%;
	padding-left: 3%;
}
.row.printerrow  .col4:last-child {
	margin-right: 0;
}
.row.printerrow  .col4 strong{
	display:block;
}
.offertebtn {
	border: 1px solid #ff5a00;
	text-align: center;
	display: block;
	font-size: 17px;
	padding: 10px;
}
.offertebtn:after {
	font-family: 'FontAwesome';
	float:right;
	padding-right: 5px;
	content: '\f054';
	color: #ff5a00;
}
.contentbtn {
	width: 250px;
}
.voordeeltbl {
	width: 100%;
	margin-top: 30px;
}
.voordeeltbl th {
	padding: 5px 5px;
	text-align:center;
	border: 1px solid #ff5a00;
}
.voordeeltbl td {
	width: 25%;
	padding: 5px 5px;
	padding-right: 2%;
	vertical-align: middle;
	border: 1px solid #ff5a00;
	text-align: center;
}
.voordeeltbl td .fa.fa-times {
	color: red;	
}
.voordeeltbl td .fa.fa-check {
	color: green;	
}
.voordeeltbl tr th:nth-child(1) {
	border: none;
}
.voordeeltbl tr td:nth-child(1) {
	width: 50%;
	text-align:left;
}
.template_full_width_more #content .content_inner a {
	color: #ff5a00;
}
.template_full_width_more #content .content_inner ul {
	padding: 0;
}
.template_full_width_more #content .content_inner ul + p {
	padding-top: 15px;
}
.template_full_width_more #content .content_inner h2 {
	padding-top: 20px;
}
.template_full_width_more #content .content_inner ul.menu {
	list-style: none;
}
.template_full_width_more .owl-carousel .menu  a{
	color: #afafaf !important;
}
.homecontent .col6 {
	padding: 60px 20px 60px 0;
}
.homecontent .col6 img {
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
}
.orange {
	color: #ff5a00;
}


.resp-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.resp-table tr {
    border-bottom: 1px solid white;
}

.resp-table th {
    text-align: center;
    font-weight: bold;
}

.resp-table td {
    width: 25%;
    padding: 3px 0px 3px 10px;
    border: 1px solid white;
}

#sidebar #widget_32 {
    margin-top: 30px;
}
#sidebar #widget_32 .widget_content {
    padding-left: 0;
}
.m-b-md {
    margin-bottom: 40px;
}
a.sidetel:before,
a.sidemail:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #ff5a00;
}
a.sidetel:before {content: '\f095';}
a.sidemail:before {content: '\f003';}

ul.arrows{
    position: relative;
    padding-left: 25px!important;
}
.arrows li:before{
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: '\f061';
    color: #ff5a00;
    position: absolute;
    left: 0;
    /*line-height: 36px;*/
    font-size: 20px;
}


@media screen and (max-width: 767px) {
	.row.printerrow  .col4 {
		margin-bottom: 70px;
	}
	.row.printerrow  .col4:last-child {
		margin-bottom: 40px;
	}
	#sidebar {
		display: none;
	}
	.template_full_width_more #content .content_inner h2 {
		padding-top: 30px;
	}


    .resp-table thead {
        display: none;
    }
    .resp-table th{
        text-align: left;
    }
    .resp-table tr {
        border-bottom: 1px solid white;
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
    }
    .resp-table td{
        border: none;
    }
    .resp-table tr td {
        float: left;
        width: 100%;
    }
    .resp-table tr td:before {
        display: block;
        font-weight: bold;
        float: left;
        width: 45%;
    }
    .resp-table.merk tr td:nth-child(1):before {
        content: 'Soort printer';
    }
    .resp-table.merk tr td:nth-child(2):before {
        content: 'Type';
    }

    .resp-table.merk tr td:nth-child(3):before {
        content: 'Brochure';
    }

	
}

/*---GENERAL-STYLE---*/
/*---OWL---*/
#section_1 .owl-carousel{
    padding-top: 70px;
    height: 350px;
}
#section_1 .owl-carousel .item{
    background-repeat: no-repeat;
    height:260px;
    text-align: center;
    background-position: top center;
    
}
.owl-carousel .item .owl-title{
    text-transform: uppercase;
    color: #ff6200;
    font-size: 18px;
    font-weight: 300;
    padding-top: 170px;
    margin-bottom: 25px;
}
.owl-carousel .item .owl-description{
    padding-left:20px;
    font-size:16px;
    padding-right:20px;
}
.owl-prev i, .owl-next i{
    font-size: 20px;    
}
.owl-prev, .owl-next{
    width: 60px;
    height: 60px;
    padding: 21px;
    box-sizing:border-box;
    border: 1px solid #fff;
}
.owl-prev:hover, .owl-next:hover{
	background-color: rgba(255,255,255,0.4);
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.owl-prev{
    left:-150px;
    position: absolute;
}
.owl-next{
    position: absolute;
    right:-150px;
    padding-left:23px;
}
.owl-dots{
    position: ABSOLUTE;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 14px;
    line-height: 14px;
    text-align: center;
}
.owl-dots .active{
    background-color: #fff;
    width: 12px!important;
    height: 12px!important;
}

.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    /* float:left; */
    margin: 0 6px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
}

#category-carousel .owl-carousel{
    padding-top: 70px;
	padding-bottom:70px;
}
#category-carousel .owl-carousel .item{
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    
}
#category-carousel .menu{
	padding: 0 14%;
}
#category-carousel .menu li a{
	line-height: 45px;
}
#category-carousel .menu li a:hover{
	color:#fff	
}
#category-carousel .menu li{
	border-bottom:1px solid rgba(255,255,255,0.2)	
}
#category-carousel .menu li:last-child{
	border:0;	
}
/* TEMPLATE CATEGORY */
.text-center{
	text-align:center;	
}
.text-lg{
	font-size:16px;
	padding:0 5%	
}

/* TEMPLATE PRODUCT */
.product-list .section{
	padding:70px 0;
	
}
.product-list .section-first{
	padding-top:0;	
}
.section-odd{
	    background: #181618;
    background: -moz-linear-gradient(top, #181618 0%, #0a080a 100%);
    background: -webkit-linear-gradient(top, #181618 0%,#0a080a 100%);
    background: linear-gradient(to bottom, #181618 0%,#0a080a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181618', endColorstr='#0a080a',GradientType=0 );	
}
.product-list .section h2{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 20px;
    text-transform: none;	
}
.product-list .section h3{
	font-weight:200;
	text-transform:uppercase;
	padding-bottom:10px	
}
/*--BREADCRUMBS---*/
#breadcrumb{
    margin-bottom:20px;
    margin-top:10px;
    height:20px;
}
#breadcrumb ul{
	list-style:none!important;
	padding:0!important;
	margin:0!important;	
}
#breadcrumb li{
    float: left;
    padding-right: 3px;
}

#breadcrumb li:before {
    content: '/';
    padding-right: 3px;
}
#breadcrumb li:first-child:before{
	display:none;	
}

#breadcrumb:after{
    clear:both;
}
.text_wrapper{
    clear:both;
    display:block;
    /*    -webkit-column-count: 2;
    -moz-column-count:2; 
    column-count: 2;
	-webkit-column-gap: 40px; 
    -moz-column-gap: 40px; 
    column-gap: 40px;*/
}
.text_wrapper{
	font-size:16px;
}
.text_wrapper_no_column{
    clear:both;
    display:block;
}
/* COLS */
.row{
	margin:0 -10px!important
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col7-1 {
    float: left;
	min-height: 1px;
	padding-left: 10px;
	padding-right:10px;
	box-sizing:border-box;
}
.col12,
.col12-s {
    width: 100%
}
.col11,
.col11-s {
    width: 91.66666667%
}
.col10,
.col10-s {
    width: 83.33333333%
}
.col9,
.col9-s {
    width: 75%
}
.col8,
.col8-s {
    width: 66.66666667%
}
.col7,
.col7-s {
    width: 58.33333333%
}
.col6,
.col6-s {
    width: 50%
}
.col5,
.col5-s {
    width: 41.66666667%
}
.col4,
.col4-s {
    width: 33.33333333%
}
.col3,
.col3-s {
    width: 25%
}
.col2,
.col2-s {
    width: 16.66666667%
}
.col1,
.col1-s {
    width: 8.33333333%
}

.col7-1{
	padding:0 25px;
	width: 14.28571428571429%
}
.pull-left{
	float:left;	
}

.pull-right{
	float:right;	
}

/* BTNS */
.btn{
color: #ff5a00;
    background: transparent;
    border: none;
    padding-right: 30px;
    margin-right: 15px;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    display: inline-block;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    border: 1px solid #ff5a00;
    height: 48px;
    line-height: 48px;
    padding: 0 25px 0 15px!important;}
.btn:first-child{
    padding-left:0;
}
.btn:after{
    content:"\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#ff5a00;
    font-size: 20px;
    padding-right: 0.6em;
    position: absolute;
    top: 1px;
    right: 0;
}
button.btn:after{
    top:-1px;
}

/* FORM ELEMENTS */
input[type="checkbox"],
input[type="radio"]{
	background: #ebebe4;
	border:1px solid #ccc;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -2px 10px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;	
}
input[type="radio"]{
	border-radius: 50px;	
}
input[type="checkbox"]:checked:before{
	content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #e9a32a;
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin: 5px 0 0 0;
}
input[type="radio"]:checked:before{
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 3px;
	line-height: 16px;
	color: #e9a32a;
	font-size:11px;
	text-align:center;
}
/*---BG COLORS---*/
.bg-white{
    border:1px solid #dadada;
    background-color:#fff;
    position: relative;
    -webkit-box-shadow: 0 4px 2px -4px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0 4px 2px -4px rgba(50, 50, 50, 0.35);
    box-shadow:         0 4px 2px -4px rgba(50, 50, 50, 0.35);
}
.mask {
    background: url('https://printerxpert.nl/images/mask.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 100%;
}
/* MARGINES */
.m-b{
	margin-bottom:20px;	
}
.m-b-lg{
	margin-bottom:30px;	
}
.m-t{
    margin-top:10px;
}
.p-t-lg{
	padding-top:30px!important;	
}
.p-t-l{
    padding-top:120px !important;
}
.p-t{
    padding-top:20px;
}

/*--BOUNCING ARROW KEYFRAMES--*/
/* HORIZONTAL */

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  30% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  36%, 100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  30% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  36%, 100% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.btn:hover:after,.btn:after:hover,#sidebar ul li:hover a:before{
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}



/*defaults iMod*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    color:#000;
    font-size:20px;
}
.caption.alignnone {
    margin: 5px 20px 20px 0;
}
.caption.alignleft {
    margin: 5px 20px 20px 0;	
}
.caption.alignright {
    margin: 5px 0 20px 20px;
}
.caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.caption p.caption-text {
    font-size:14px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.widget,#content,.menu{
	position:relative	
}
.edit_page_link,.edit_menu_link,.edit_widget_link{
	position:absolute;
	right:10px;
	top:10px
}
.clear{
	clear:both;	
}
[data-href]{
	cursor:pointer;	
}

.mceContentBody {}
.mceContentBody  h3{
    color:#000;
}

