/*
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, 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, 
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;
        line-height: 24px;
}
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;
}
p{
	margin: 0 0 18px 0;	
}
a{
	color:#0b57a4;
	text-decoration:none;	
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
*:focus {
    outline: 0!important;
}
/*template sheet*/
body{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:13px;
	line-height:18px;
	margin:0;
	color:#5e585f;
	background:#fff;
	height:100%;
	overflow-y:scroll
}
.wrap{
	position:relative;
	width:1000px;
	margin:0 auto
}
.wrap-sm{
	width:600px;
	margin:0 auto;	
}
#container{
	padding:30px 0;	
}
#container:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0
}

/* CONTENT */
#content{
	float:right;
	width:75%;
	box-sizing:border-box;
	padding-left:20px;
}
#content .text ul{
	padding:0;
	margin:0;	
}
#content .text ul li{
	padding-left:20px;
	position:relative;	
}
#content .text ul li:before{
	content: '\f00c';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	position:absolute;
	left:0;
	color:#0b57a4;
}
#content .text ul.articles li{
	padding:0;	
}
#content .text ul.articles li:before{
	content:"";	
}
.error.error-warning,
#page-1 #container.content,
.row.row-zebra.b-b{
	display:none!important;
}
/* SIDEBAR */
#sidebar{
	float:left;
	width:25%;
}

#sidebar .widget_header h3{
	font-size: 18px;
	font-weight: 600;
	color: #0b57a4;
	padding-bottom: 15px;	
}
#sidebar .menu{
	list-style:none;
	padding:0;
	margin:0;	
}

#sidebar .menu a{
	color:#5e585f;
	line-height:32px;
	display:block;	
}

#sidebar .menu a:hover{
	color:#999;	
}

#sidebar .menu .current a{
	color:#0b57a4	
}

#sidebar .menu a:before{
	content: '\f105';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0 10px 0 0	
}
#header{
	position:relative;
	z-index:75;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
	background:#fff;
	height:100px;
}
#logo{
	float:left;
	padding-top:15px;
}

#logo img{
	max-width:100%;
	height:auto;
}


/* MENU */
#menu{
	float:right;
	height:100px;
}
#mainmenu{
	margin:0;
	padding:0
}
#mainmenu li{
	list-style:none;
	height:100px;
	float:left
}
#mainmenu li a{
	font-size:14px;
	text-transform:uppercase;
	color:#29292f;
	line-height:100px;
	padding: 0 0 0 25px;
	display:block;
	font-weight:600;
}

#mainmenu li a:hover{
	color:#666	
}

#mainmenu li.current a{
	color:#0b57a4	
}

/* FOOTER */
#footer{
	padding:40px 0 0 0;
	background-color:#29292f
}
#footer-inner{
	padding:0 0 20px 0	
}
#footer .widget{
	float:left;
	box-sizing:border-box;
	width:25%;	
}
#footer .widget.first-child{
	width:50%;	
	padding-right:50px;
}

#footer .widget_content,
#footer .widget_content a{
	color:#94949c;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;	
}

#footer .widget_content a:hover{
	color:#fff;	
}
#footer .widget_content ul{
	margin:0;
	padding:0;	
}
#footer .widget_content ul li a{
	line-height:28px;	
}

#footer .widget_content ul li a:before{
	content: '\f105';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0 10px 0 0
}

#footer .widget_header h3{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	padding:0 0 10px 0	
}

#footer-bottom{
	height:70px;
	line-height:70px;
	border-top:1px solid #434046;
	color:#93939b;	
}
#footer-bottom a{
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	color:#93939b
}

#footer-bottom a:hover{
	color:#fff	
}
#copyright{
	float:left	
}
#submenu{
	list-style:none;
	padding:0;
	margin:0;
	float:right	
}
#submenu li{
	float:left;	
}
#submenu li:after{
	content: "|";
	padding:0 5px;
}
#submenu li.last-child:after{
	content:"";
	padding:0	
}

/* BREADCRUMB*/
#breadcrumb-bar{
	padding:15px 0;
	border-bottom:1px solid #f1eeee	
}

#breadcrumb ul{
	padding:0;
	margin:0;	
}
#breadcrumb li,
.breadcrumb-inner{
    float: left;
    padding-right: 5px;
}

#breadcrumb li:before {
    content: '/';
    padding-right: 3px;
}

#breadcrumb li:first-child:before {
    content: none;
}

/* BANNER */
.banner{
	height:auto;	
}

.banner img{
	width:100%;
	height:auto;	
}

/* SERVICES */
#services{
	padding:40px 0;
	background-color:#d8dde5	
}

#services .widgetBar{
	margin:0 -15px;	
}

#services .widget{
	width:33.33%;
	float:left;
	padding:0 15px;
	box-sizing:border-box;	
}

#services .widget_image img{
	vertical-align:top;
	max-width:100%;
	height:auto;	
}

#services .widget-inner{
	padding:0 10px 10px 10px;
	background:#fff;
	min-height: 130px;	
}

#services .widget_header h3{
	color:#0b57a4;
	font-weight:600;
	font-size:18px;
	padding:10px 0;	
}

/* CONTACT */
#contact{
	padding:40px 0;
	background-color:#d8dde5	
}

#contact .title{
	text-align:center;
	padding-bottom:20px;	
}
#contact .text{
	padding:0 0 30px 0;
	text-align:center;	
}

#contact .row{
	padding-bottom:20px;	
}

/* TABLE LIST */
.table-list{
	width:100%;	
}

.table-list td{
	padding:10px 0;
	border-bottom:1px solid #f1eeee	
}

.table-list tr:first-child td{
	padding-top:0;	
}

.table-list tr:last-child td{
	padding-bottom:0;
	border:none;	
}

/* COLS */
.row{
	margin:0 0 0 -20px	
}
.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 {
    float: left;
	min-height: 1px;
	padding-left: 20px;
	box-sizing:border-box;
}
.col12 {
    width: 100%
}
.col11 {
    width: 91.66666667%
}
.col10 {
    width: 83.33333333%
}
.col9 {
    width: 75%
}
.col8 {
    width: 66.66666667%
}
.col7 {
    width: 58.33333333%
}
.col6 {
    width: 50%
}
.col5 {
    width: 41.66666667%
}
.col4 {
    width: 33.33333333%
}
.col3 {
    width: 25%
}
.col2 {
    width: 16.66666667%
}
.col1 {
    width: 8.33333333%
}

.pull-left{
	float:left;	
}

.pull-right{
	float:right;	
}

.b-b{
	border-bottom:1px solid #e1e0e2	
}

.btn{
	    
	margin-top: 5px;
	border:none;
	cursor:pointer;
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	background-color:#0b57a4;
	height:40px;	
	line-height:40px;
	display:inline-block;
	padding:0 20px;
}

/* FORM ELEMENTS */
input[type="checkbox"],
input[type="radio"]{
	background: #fff;
	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: #0b57a4;
	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: #0b57a4;
	font-size:11px;
	text-align:center;
}

.text .custom_form .text-filestyle {
	float: left;
	width: 70%;
	box-sizing:border-box;
	border-right: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* CONTENT */
.content .title{
	font-size:18px;
	font-weight:600;
	color:#0b57a4;
	padding-bottom:15px;	
}

/* POST */
.post{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom:1px solid #f1eeee
}
.post:last-child{
	padding:0;
	margin:0;
	border:0	
}
/* ROW ZEBRA */
.row-zebra{
	padding:50px 0	
}
.row-zebra .image{
	height:245px;
	background-image:cover
}
.small-padding{
    padding-bottom:5px !important;
}
/*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;
}
.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:11px;
    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;	
}
.mceContentBody {}

[data-href]{
	cursor:pointer	
}