/*
 * |__________________
 * |BASICS
 * |������������������
 */



body {
    background-color: #fff;
    height: 100%;
    font-family: opensansRg, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
html {

}
a, a:link,
a:active,
a:visited {
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    color:#002d62;
    outline: none;
    text-decoration:none;
}
a:hover {
    color: #67676a;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: opensansRg;
    margin-top: 0;
}
h1, .h1 {
    font-size: 48px;
}
.center {
    text-align: center;
}
.wit {
    color: #fff;
}
.blauw {
    color: #002d62;
}
.oranje {
    color: #f35e12;
}
.grijs_bg {
    background-color: #eaeaea;
}
.blauw_bg {
    background-color: #002d62;
}
.paddingBottom {
    padding-bottom: 50px;
}
.paddingTop {
    padding-top: 50px;
}


/*
 * |__________________
 * |BUTTONS
 * |������������������
 */

.btn-green {
    color: #fff !important;
    background-color: #13ba3a;
    border: 1px solid #13ba3a;
    border-radius: 0;
    font-family: opensans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 12px 6px !important;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #13ba3a !important;
    background-color: #fff;
    border: none;
    box-shadow: none !important;
    border: 1px solid #13ba3a;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 12px 6px !important;
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #231f20;
    border: none;
}

.btn-plus {
    color: #fff !important;
    background-color: #13ba3a;
    border: 1px solid #13ba3a;
    border-radius: 0;
    font-family: opensans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 17px 8px !important;
}

.btn-plus:hover,
.btn-plus:focus,
.btn-plus:active,
.btn-plus.active,
.open .dropdown-toggle.btn-plus {
    color: #13ba3a !important;
    background-color: #fff;
    border: none;
    box-shadow: none !important;
    border: 1px solid #13ba3a;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 17px 8px !important;
}

.btn-plus:active,
.btn-plus.active,
.open .dropdown-toggle.btn-plus {
    background-image: none;
}

.btn-plus.disabled,
.btn-plus[disabled],
fieldset[disabled] .btn-plus,
.btn-plus.disabled:hover,
.btn-plus[disabled]:hover,
fieldset[disabled] .btn-plus:hover,
.btn-plus.disabled:focus,
.btn-plus[disabled]:focus,
fieldset[disabled] .btn-plus:focus,
.btn-plus.disabled:active,
.btn-plus[disabled]:active,
fieldset[disabled] .btn-plus:active,
.btn-plus.disabled.active,
.btn-plus[disabled].active,
fieldset[disabled] .btn-plus.active {
    background-color: #231f20;
    border: none;
}

.btn-min {
    color: #fff !important;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 0;
    font-family: opensans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 19px 8px !important;
}

.btn-min:hover,
.btn-min:focus,
.btn-min:active,
.btn-min.active,
.open .dropdown-toggle.btn-min {
    color: #ff0000 !important;
    background-color: #fff;
    border: none;
    box-shadow: none !important;
    border: 1px solid #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 19px 8px !important;
}

.btn-min:active,
.btn-min.active,
.open .dropdown-toggle.btn-min {
    background-image: none;
}

.btn-min.disabled,
.btn-min[disabled],
fieldset[disabled] .btn-min,
.btn-min.disabled:hover,
.btn-min[disabled]:hover,
fieldset[disabled] .btn-min:hover,
.btn-min.disabled:focus,
.btn-min[disabled]:focus,
fieldset[disabled] .btn-min:focus,
.btn-min.disabled:active,
.btn-min[disabled]:active,
fieldset[disabled] .btn-min:active,
.btn-min.disabled.active,
.btn-min[disabled].active,
fieldset[disabled] .btn-min.active {
    background-color: #231f20;
    border: none;
}

.btn-white {
    color: #fff !important;
    background-color: #ed1c24;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: opensans,sans-serif;
    font-size: 22px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #ed1c24 !important;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none !important;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #231f20;
    border: none;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    content: "•";
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #3276b1 url("images/vink.png") no-repeat !important;
    background-position: left center !important;
    padding-left: 30px !important;
}
.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
    padding-left: 30px;
}


/*
 * |__________________
 * |SPOTLIGHT
 * |������������������
 */

.spotlight_box {
    background-color: #fff;
    height: 240px;
    margin: -15px 7px 0;
    padding: 15px;
}
.spotlight_box h3 {
    color: #f35e12;
    font-family: opensansLt;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 23px;
    overflow: hidden;
    padding-bottom: 7px;
    text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
    .spotlight_box h3 {
        color: #f35e12;
        font-family: opensansLt;
        font-size: 24px;
        margin-bottom: 0;
        min-height: 23px;
        overflow: hidden;
        padding-bottom: 7px;
        text-align: center;
    }
}
.spotlight_box p {
    color: #000;
    font-family: opensansLt;
    font-size: 16px;
    max-height: 150px;
    min-height: 150px;
    overflow: hidden;
}
.spotlight_img_container {
    text-align: center;
}


/*
 * |__________________
 * |CONTAINERS
 * |������������������
 */

.header_container {
    background-color: #fff;
    box-shadow: 0 0 8px 1px black;
    float: left;
    height: 95px;
    left: 0;
    padding-top: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3000;
}
.spotlight_container {
    background: url('images/spotlight_image_auction.jpg') no-repeat;
    float: left;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-color: #000;
    position: relative;
    z-index: 10;
}
.subHeader_container {
    background: url('images/spotlight_image_auction.jpg') no-repeat;
    float: left;
    width: 100%;
    height: 405px;
    background-size: cover;
    background-position: center center;
    background-color: #000;
    position: relative;
    z-index: 10;
}
.subHeader_auction_container {
    background: url('images/spotlight_image_auction.jpg') no-repeat;
    float: left;
    width: 100%;
    height: 286px;
    background-size: cover;
    background-position: top center;
    background-color: #000;
    position: relative;
    z-index: 10;
}
.contact_container {
    float: left;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 10;
}
.troostwijk_spotlight_container {
    background: url('images/troostwijk_bg_repeat.jpg') repeat-x;
    float: left;
    width: 100%;
    height: 286px;
    background-color: #000;
    position: relative;
    z-index: 10;
}
.troostwijk_container {
    float: left;
    margin: 0px auto;
    width: 80%;
    position: relative;
    z-index: 60;
}
.troostwijk_spotlight_image {
    position: absolute;
    right: 0;
    z-index: 50;
}
.spotlight_container_bottom {
    background-color: #eaeaea;
    height: 223px;
    position: relative;
    z-index: 20;
}
.spotlight_images_top {
    float: left;
    margin-top: -260px;
    width: 100%;
}
.form_container_home {
    margin: 50px auto;
    width: 820px;
}
.form_container_home h2 {
    color: #fff;
}
.form_container {
    background: url('images/header_input_bg.png') repeat;
    margin: 130px auto 50px;
    padding: 15px;
    width: 790px;
}
.form_container h2 {
    color: #fff;
}
.content_container {
    float: left;
    width: 100%;
}
.menu_container {
    float: left;
    margin: 0 0 18px;
    width: 100%;
    position: relative;
    z-index: 20;
}




/*
 * |__________________
 * |HEADER
 * |������������������
 */

.flag {
    float: right;
    margin-left: 15px;
    margin-top: 14px;
}


/*
 * |__________________
 * |MENU
 * |������������������
 */


.menu {
    float: right;
    width: 100%;
    margin-top: 13px;
}
.menu ul {
    list-style-type: none;
    text-decoration: none;
    height: 20px;
    float:right;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
    width: 100%;
}
.menu li {
    float: left;
    height: 14px;
    padding-left: 2%;
    padding-right: 2%;
    font-family: opensansRg;
    font-size: 18px;
    color: #002d62;
    line-height: 14px;
    margin-top: 10px;
    font-weight: 100;
}
.last {
    margin-right: 0px;
    text-align: center;
    margin: 0 !important;
    padding-right: 0 !important;
}
.last a {
    background-color: #ed1c24 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 10px !important;
    display: block;
    height: 34px !important;
    border: 1px solid #ed1c24;
}
.last a:hover {
    background-color: #fff !important;
    color: #ed1c24 !important;
    text-decoration: none !important;
    padding: 10px !important;
    display: block;
    height: 34px !important;
    border: 1px solid #ed1c24;
}
.menu li, .menu li a:link, .menu li a:visited {
    color: #002d62;
    text-decoration: none;
}
.menu li a:hover {
    color: #6d6d70;
    height: 20px;
}
.menu li.selected{
    color: #6d6d70;
}
.menu li.selected a{
    color: #6d6d70;
    height: 20px;
}

.submenu {
    background-color: #eaeaea;
    float: left;
    padding: 15px;
    width: 100%;
}
.submenu li.active > a {
    color: #6d6d70 !important;
    font-size: 16px;
}
.submenu li.last_item {
    border: 0;
    padding: 0;
    margin: 0;
}
.submenu ul {
    list-style-type: none;
    text-decoration: none;
    float:left;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
    width: 100%;
}
.submenu li {
    font-family: opensansRg;
    font-size: 16px;
    color: #002d62;
    line-height: 25px;
    font-weight: 100;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom:  1px solid #fff;
    padding-right: 4px;
}
.submenu li, .submenu li a:link, .submenu li a:visited {
    color: #002d62;
    text-decoration: none;
    display: block;
    word-wrap: break-word;
}
.submenu li a:hover {
    color: #6d6d70;
}
.submenu li.selected{
    color: #6d6d70;
}
.submenu li.selected a{
    color: #6d6d70;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 4px;
	background-color: #002d62;
}
.navbar-toggle .icon-bar.active {
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 4px;
	background-color: #6d6d70 !important;
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 17px;
	margin-bottom: -3px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #6d6d70 !important;
background-color: #fff !important;
border-color: #fff !important;
}
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: none !important;
}
.navbar-nav {
margin: 15px -15px;
}
.nav>li {
position: relative;
display: block;
border-bottom: 1px solid #eaeaea;
}
.navbar-collapse {
max-height: 406px;
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
-webkit-overflow-scrolling: touch;
}
.navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
}


/*
 * |__________________
 * |CONTENT
 * |������������������
 */

.big_header_container {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.big_header_container h1 {
    font-family: opensansRg;
    font-size: 48px;
    color: #002d62;
    margin: 0 0 30px 0;
}
.big_header_container h2 {
    font-family: opensansRg;
    font-size: 28px;
    color: #002d62;
    margin: 0;
}
.big_header_container h3 {
    font-family: opensansRg;
    font-size: 48px;
    color: #002d62;
    margin: 0 0 30px 0;
}

.troostwijk_big_header_container {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}
.troostwijk_big_header_container h1 {
    font-family: opensansRg;
    font-size: 48px;
    color: #002d62;
    margin: 0 0 30px 0;
}
.troostwijk_big_header_container h2 {
    font-family: opensansRg;
    font-size: 24px;
    color: #002d62;
    margin: 0;
}
.homepageNieuwsBox {
    float: left;
    width: 100%;
}
.homepageNieuwsBox ul {
    padding: 0;
    margin-bottom: 30px;
}
.homepageNieuwsBox li {
    list-style-type: none;
    margin-bottom: 15px;
}
.homepageNieuwsBox li h3 {
    font-family: opensansRg;
    font-size: 20px;
    color: #002d62;
}
.homepageNieuwsBox p {
    font-family: opensansRg;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.werkzaamheden_box {
    background-color: #fff;
    padding: 15px;
    height: 330px;
    position: relative;
    margin-bottom: 15px;
}
.werkzaamheden_box h3 {
    color: #f35e12;
    font-family: opensansLt;
    font-size: 24px;
    margin-bottom: 4px;
    max-height: 60px;
    min-height: 30px;
    overflow: hidden;
}
.werkzaamheden_box p {
    font-family: opensansLt;
    font-size: 16px;
    color: #000;
    height: 220px;
    overflow: hidden;
    margin: 0;
}
.werkzaamheden_box a {
    bottom: 0;
    font-family: opensansLt;
    font-size: 24px;
    margin-bottom: 15px;
    position: absolute;
    text-decoration: none;
    width: auto;
    left: 15px;
}
.werkzaamheden_box a:hover {
    bottom: 0;
    font-family: opensansLt;
    font-size: 24px;
    margin-bottom: 15px;
    position: absolute;
    text-decoration: none;
    width: auto;
    left: 15px;
}
.arrowDown_container {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -3px;
}
.veiling_container {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #002d62;
    margin-bottom: 30px;
}
.veiling_container:last-child {
	border: none;
}

.veiling_box {
    float: left;
    width: 100%;
}
.veiling_box h1 {
    color: #f35e12;
    float: left;
    font-family: opensansLt;
    font-size: 36px;
    margin-bottom: 15px;
    width: 100%;
}
.veiling_box h3 {
    color: #f35e12;
    font-family: opensansLt;
    font-size: 24px;
    margin-bottom: 4px;
    max-height: 60px;
    min-height: 30px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.veiling_box p {
    font-family: opensansLt;
    font-size: 16px;
    color: #000;
    margin: 0;
    float: left;
    width: 100%;
}
.veiling_box ul {
	float: left;
    margin: 15px 0;
    padding: 0 15px;
}
.veiling_box li {
    font-family: opensansLt;
    font-size: 16px;
    color: #000;
    margin: 0;
    float: left;
    width: 100%;
}
.veiling_box a {
    bottom: 0;
    font-family: opensansLt;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none;
    float: left;
}
.veiling_box a:hover {
    bottom: 0;
    font-family: opensansLt;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none;
    float: left;
}

.activiteiten_box {
    float: left;
    width: 100%;
}
.activiteiten_box h1 {
    color: #f35e12;
    font-family: opensansLt;
    font-size: 36px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.activiteiten_box p {
    font-family: opensansLt;
    font-size: 16px;
    color: #000;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.activiteiten_box a {
    bottom: 0;
    font-family: opensansLt;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none;
    float: left;
}
.activiteiten_box a:hover {
    bottom: 0;
    font-family: opensansLt;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none;
    float: left;
}
#map-canvas {
    float: left;
    width: 100%;
    height: 500px;
}
#content {
    width: 300px;
}
.pullRightMarginTop {
	float: right;
	margin-top: 7px;
}
.activiteiten_box li {
    font-family: opensansLt;
    width: 100%;
    float: left;
    color: #000;
}
.activiteiten_box ul {
	font-family: opensansRg !important;
    font-size: 16px;
    padding-left: 15px;
}
#fullScreenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3050;
    background-color: #000;
    opacity: 0.7;
    cursor: pointer;
}
#messageBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 300px;
    margin-left: -250px;
    margin-top: -150px;
    padding: 15px;
    background-color: #FFF;
    color: #000;
    z-index: 3100;
}
#messageBox .messageBody {
    margin-top: 10px;
}
.messageBody h1 {
	color: #002d62;
}

.form_container_proceed {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.proceed-btn {
    margin-top: -5px;
}
.proceed-btn-mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/*
 * |__________________
 * |FOOTER
 * |������������������
 */

.footer_container {
    float: left;
    width: 100%;
}
.footer_container h3 {
    font-family: opensansRg;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.footer_container p {
    font-family: opensansRg;
    color: #fff;
    font-size: 16px;
}
.footer_container ul {
    padding: 0;
    list-style-type: none;
}
.footer_container ul li:before {
    content: "•";
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
.footer_container li {
    margin-bottom: 9px;
}
.footer_container a {
    font-family: opensansRg;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.footer_container a:hover {
    font-family: opensansRg;
    color: #67676a;
    font-size: 16px;
    text-decoration: none;
}
.footer_container li a {
    font-family: opensansRg;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.footer_container li a:hover {
    font-family: opensansRg;
    color: #67676a;
    font-size: 16px;
    text-decoration: none;
}


/*
 * |__________________
 * |FORM
 * |������������������
 */

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: 0;
    color: #555;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-family: opensansLt;
    font-style: italic;
    width: 650px !important;
    box-shadow: none !important;
}
.form-control2 {
    background-color: #d5d5d5;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 0px;
    box-shadow: 0;
    color: #6d6d70;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 650px !important;
    font-family: opensansLt;
    font-style: italic;
}
.form-control3 {
    background-color: #eaeaea;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    box-shadow: 0;
    color: #6d6d70;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 650px !important;
    font-family: opensansLt;
    font-style: italic;
}
.form-control4 {
    background-color: #eaeaea;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    box-shadow: 0;
    color: #555;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    font-family: opensansLt;
    font-style: italic;
}
.form-control5 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: 0;
    color: #555;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-family: opensansLt;
    font-style: italic;
}
.form_label {
    float: left;
    width: 100%;
}
.form_label p {
    font-family: opensansRg;
    font-size: 16px;
    color: #002d62;
    margin-bottom: 10px;
}
label {
    font-family: opensansRg;
    font-size: 16px;
    color: #002d62;
    margin-bottom: 10px;
    font-weight: 100 !important;
}
.form-horizontal .control-label {
    text-align: left;
    color: #002d62;
    font-family: opensansRg;
    font-weight: 100;
}
.form-inline {
    margin-bottom: 10px;
}
.fullWidth {
	width: 100% !important;
}
@media screen and (max-width: 650px){
    .paddingNullMobile {
        padding-left: 0;
    }
}
@media screen and (max-width: 650px){
    .marginTop {
        margin-top: 7px;
    }
}
@media screen and (max-width: 650px){
    .marginBottom0 {
        margin-bottom: 0px !important;
    }
}
.paddingNull {
	padding-left: 0;
}


/*
 * |__________________
 * |FONTS
 * |������������������
 */

@media screen and (max-width: 768px){
    .form_container {
        margin: 50px auto;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .form_container {
        background: url('images/header_input_bg.png') repeat;
        margin: 40px auto 0px;
        padding: 15px;
        width: 790px;
        float: left;
    }
}
@media screen and (max-width: 768px){
    .form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 0;
        color: #555;
        display: block;
        font-family: opensansLt;
        font-size: 16px;
        font-style: italic;
        height: 46px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100% !important;
        float: left;
    }
}
@media screen and (max-width: 768px){
    .form-control2 {
        background-color: #d5d5d5;
        background-image: none;
        border: 1px solid #d5d5d5;
        border-radius: 0px;
        box-shadow: 0;
        color: #6d6d70;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100% !important;
        font-family: opensansLt;
        font-style: italic;
    }
}
@media screen and (max-width: 768px){
    .form-control3 {
        background-color: #eaeaea;
        background-image: none;
        border: 1px solid #eaeaea;
        border-radius: 0px;
        box-shadow: 0;
        color: #6d6d70;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100% !important;
        font-family: opensansLt;
        font-style: italic;
    }
}
@media screen and (max-width: 768px){
    .spotlight_images_top {
        float: left;
        margin-top: 0px;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .troostwijk_container h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 768px){
    .troostwijk_container h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 568px){
    .troostwijk_container h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 568px){
    .troostwijk_container h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px){
    .form-inline {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }
}
@media screen and (max-width: 992px){
    .spotlight_container_bottom {
        background-color: #eaeaea;
        height: 0px;
        position: relative;
        z-index: 20;
    }
}
@media screen and (max-width: 568px){
    .big_header_container h1 {
		font-family: opensansRg;
		font-size: 28px;
		color: #002d62;
		margin: 0 0 30px 0;
}
}
@media screen and (max-width: 568px){
    .big_header_container h2 {
		font-family: opensansRg;
		font-size: 20px;
		color: #002d62;
		margin: 0;
}
}
@media screen and (max-width: 568px){
    h1, .h1 {
		font-size: 42px;
}
}
@media screen and (max-width: 568px){
    h2, .h2 {
		font-size: 26px;
}
}
@media screen and (max-width: 568px){
    h3, .h3 {
		font-size: 20px;
}
}
@media screen and (max-width: 568px){
    .werkzaamheden_box {
		background-color: #fff;
		padding: 15px;
		height: 330px;
		position: relative;
		margin-bottom: 15px;
}
}
@media screen and (max-width: 568px){
    .werkzaamheden_box p {
		font-family: opensansLt;
		font-size: 16px;
		color: #000;
		height: 200px;
		overflow: hidden;
		margin: 0;
}
}
@media screen and (max-width: 568px){
    .footer_box {
    	margin-bottom: 30px;
}
}
@media screen and (max-width: 568px){
    .spotlight_box {
background-color: #fff;
padding: 15px;
margin: -95px 15px 0;
height: 240px;
}
}

@media screen and (max-width: 568px){
    .spotlight_box h3 {
        color: #f35e12;
        font-family: opensansLt;
        font-size: 22px;
        margin-bottom: 0;
        min-height: 26px;
        overflow: hidden;
        padding-bottom: 7px;
        text-align: center;
    }
}
@media screen and (max-width: 568px){
    .spotlight_box p {
        color: #000;
        font-family: opensansLt;
        font-size: 16px;
        max-height: 150px;
        min-height: 150px;
        overflow: hidden;
        text-align: center;
    }
}
@media screen and (max-width: 568px){
    .subHeader_container {
        background: url('images/spotlight_image_auction.jpg') no-repeat;
        float: left;
        width: 100%;
        height: 240px;
        background-size: cover;
        background-position: center center;
        background-color: #000;
        position: relative;
        z-index: 10;
    }
}
@media screen and (max-width: 568px){
    .form_container {
        margin: 30px auto;
        width: 100%;
    }
}
@media screen and (max-width: 568px){
    #map-canvas {
        display: none;
    }
}
@media screen and (max-width: 568px){
    .contact_container {
        display: none;
    }
}
@media screen and (max-width: 568px){
    .troostwijk_big_header_container h1 {
        font-family: opensansRg;
        font-size: 26px;
        color: #002d62;
        margin: 0 0 30px 0;
    }
}


/*
* |__________________
* |FONTS
* |------------------
*/


@font-face {
    font-family: 'opensansLt';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot') format('embedded-opentype'),
    url('fonts/opensans-light.woff') format('woff'),
    url('fonts/opensans-light.ttf') format('truetype'),
    url('fonts/opensans-light.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'fontawesome';
    src: url('fonts/fontawesome.eot');
    src: url('fonts/fontawesome.eot') format('embedded-opentype'),
    url('fonts/fontawesome.woff') format('woff'),
    url('fonts/fontawesome.ttf') format('truetype'),
    url('fonts/fontawesome.svg#FontAwesomeRegular') format('svg');
}
@font-face {
    font-family: 'opensansRg';
    src: url('fonts/opensans.eot');
    src: url('fonts/opensans.eot') format('embedded-opentype'),
    url('fonts/opensans.woff') format('woff'),
    url('fonts/opensans.ttf') format('truetype'),
    url('fonts/opensans.svg#OpenSansRegular') format('svg');
}
