@media ( min-width: 992px ) {
    
	/* footer */
	
	.footer_info_partners {
		float: left;
		margin-bottom: 0px;
		margin-right: 25px;
	}

	.footer_info_tekst {
		font-size: 14px;
		float: left;
	}

	.footer_info_payoff {
		margin-top: 0px;
		float: right;
	}
	
	.footer_contact_mailen {
		width: 48%;
		float: left;
		background-color: #0066a6;
		padding: 50px;
		margin-bottom: 0px;
	}

	.footer_contact_bellen {
		width: 48%;
		float: right;
		background-color: #0066a6;
		padding: 50px;
	}	
	
	/* einde footer */
	
	/* belofte block */
	
	.belofte_illustratie {
		position: relative;
		margin-bottom: -185px;
		left: 144px;
		top: -20px;
	}

	/* end belofte block */
 
	 /* domein_checker block */
	
	.domein_checker_form_input {
		width: 75%;
	}
	
	.row_domein_checker_with_counter {
		margin-top: 100px;
	}
	
	.row_domein_checker {
		margin-top: 100px;
		margin-bottom: 100px;
	}	
		
	
	/* end domein_checker block */
	
	/* navbar 1 */
    .nav1 {
        font-size: 17px;
        color: #fff;
        background-color: #0067a6;
		border-bottom: 5px solid #015285;
        z-index: 1000;
    }
    .nav1 .navbar-header {}
    .nav1 .navbar-toggle {}
    .nav1 .navbar-toggle .icon-bar {}
    .nav1 .navbar-brand {}
    .nav1 ul {}
    .nav1 li:last-child {
        background-image: none;
    }
    .nav1 li.active {}
    .nav1 li a {
        padding: 0 15px 0 15px;
        line-height: 55px;
        color: #fff !important;
    }
    .nav1 li a:hover {
        color: #fff !important;
    }
    .nav1 li.active > a {
        font-size: 18px;
        font-weight: bold;
        background-image: url('/images/active-bg.png') !important;
        background-position: left bottom !important;
        background-repeat: repeat-x !important;
    }
    .nav1 li > a.hover {
        background-image: url('/images/hover-bg.png') !important;
        background-position: left bottom;
        background-repeat: repeat-x;
    }
    .nav1 .hassub a .fa {
        display: inline !important;
        margin-left: 10px;
        font-size: 12px;
        color: #fff;
    }
    .nav1 .shoppingcart {
        float: right;
        width: 1.4em;
        text-align: center;
        font-size: 28px;
        line-height: 55px;
    }
    .nav1 .shoppingcart a {
        color: #fff;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background: none;
    }
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {}
    .nav a,
    .nav a:hover,
    .nav a:active,
    .nav a:focus {
        outline: 0;
    }
    /* stickynav */
    .stickynav {
        padding-top: 50px;
    }
    .stickynav .nav1 {
        z-index: 30;
        position: fixed;
        top: 0;
    }
    .stickynav .subnavs {
        z-index: 20;
        position: fixed;
        top: 54px;
    }
    .subnavs {
        z-index: 500;
        position: absolute;
        top: 200px;
        width: 100%;
        min-height: 1px;
        background: #eee;
		border-bottom: 5px solid #d8d8d8;
    }
    .subnavs .page {
        display: none;
    }
    .subnavs .page-1 {}
    .subnavs .page .subnav {
        float: left;
        margin: 25px 0 0 0;
    }
    .subnavs .page .subnav h5 {
        margin: 0 30px 0 15px;
        padding: 0;
        font-weight: bold;
        line-height: 30px;
        color: #4e4e4e;
    }
    .subnavs .page .subnav ul {
        margin: 0 30px 22px 15px;
        padding: 0;
    }
    .subnavs .page .subnav ul li {
        height: 21px;
        line-height: 21px;
        list-style-type: none;
    }
    .subnavs .page .subnav ul li a {
        color: #696969;
    }
    .typeblocks .type .name .fa {
        display: inline;
    }
	
	.domainbar {
	padding: 10px 0 10px 0;
	background-color: #737373;
}

.domainbar .form-group {
	display: block;
	float: left;
	width: 32%;
}
.domainbar .form-group:first-child {
	width: 68%;
}
.domainbar .domaininput {
	width: 100%;
	height: 52px;
	border: 1px solid #0066A5;
	font-size: 20px;
	font-weight: bold;
	color: #0066A5;
	background-color: #fff;
}
.domainbar .domaininput::-webkit-input-placeholder { color: #0066A5; opacity: 1; } /* WebKit browsers */
.domainbar .domaininput:-moz-placeholder { color: #0066A5; opacity: 1; } /* Mozilla Firefox 4 to 18 */
.domainbar .domaininput::-moz-placeholder { color: #0066A5; opacity: 1; } /* Mozilla Firefox 19+ */
.domainbar .domaininput:-ms-input-placeholder { color: #0066A5; opacity: 1; } /* Internet Explorer 10+ */
.domainbar button {
	width: 100%;
	margin: 1px 0 0 2px;
	min-width: 0;
}
.domainbar .promo {
	font-size: 23px;
	line-height: 52px;
	color: #fff;
}

.domaincheck {
	font-size: 18px !important; 
}

.forbidden p {
	font-size: 20px; 
	color: #fff; 
	margin-bottom: 30px;
}
	
}