/*
 Description: Custom css
 Author: GraphicGenie
 Url: http://www.graphicgenie.nl

 */
input#jform_postcode {
	margin-right: 1px;
}

/*general*/
h5, h6 {
	font-weight: bold;
}
/*onderwerp breedte*/
input#jform_contact_emailmsg {
	max-width: 233px;
}
/*logo*/
.tm-logo > img {
	width: 20%;
}

/*header*/
/*teaser*/

/*nav*/

/*content*/
.tm-content-boxed .tm-content {
	background: rgba(45, 55, 70, 0.25);
}
.uk-article {
	background-color: transparent;
	box-shadow: none;
}
.tm-content .uk-panel-box {
	background: transparent;
	border: 0px;
}
.uk-article, .tm-content > .uk-breadcrumb, .tm-content-boxed .tm-content {
	padding: 15px;
}

/*top a*/

/*top b*/

/*top c*/

/*main top*/

/*bottom a*/

/*bottom b*/

/*bottom c*/

/*main bottom*/

/*sidebar-a*/
input.custom-huisnr {
	width: 53px;
}
/*sidebar-b*/

/*footer*/


/* Forms */
div.tb_orderform_row {
	margin: 5px 0 !important;
}

.uk-form legend {
	color: #fff;
}
.uk-form legend:after {
	border-bottom: 0;
}
.chrono_credits {
	display: none;
}

.uk-form-controls #jform_contact_message {
	width: 100%;
}


/* Responsive */
@media only screen and (max-width: 640px) and (orientation : portrait) {
	.gbs3 .gcore-label-left {
		float: none;
	}
	
	.tm-main .uk-form.uk-panel-box {
		padding: 0 !important;
	}
}
