/*!
 * Start Bootstrap
 * Copyright 2013-2017
 */

.info img{
	max-width:100%;
}

.services {
	margin-top:30px;
	margin-bottom:50px;
}



/* =================================
Price Table
================================= */ 
.price-table {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 7px solid #eeeeee;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.price-table:hover {
	background: rgba(0,0,0, .03);
	border-color: #000000;
}
.price-table .price-table-heading {
	color: #333333;
	background: #f9f9f9;
	padding: 10px 0;
	margin: 0;
}
.price-table .price-table-heading .title {
	color: #333333;
	font-weight: 900;
	letter-spacing: 1px;
}
.price-table > .price-table-body {
	color: #FFFFFF;
	background: #f05f40;
	padding: 50px 0 30px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.price-table > .price-table-body .value {
	font-size: 66px;
	font-weight: 300;
	color: #FFFFFF;
	padding: 0;
}
.price-table > .price-table-body .value small {
	font-size: 16px;
}
.price-table > .list-group {
	color: #333;
	font-weight: 400;
	margin-bottom: 0;
}
.price-table > .list-group .list-group-item {
	color: #333;
	font-weight: 400;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
.price-table .btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
}
.price-table-footer {
	background: #eeeeee;
	padding: 15px 0;
}

.price-table .btn-success{
	background:#000;
}

.prijzenbalk{
	margin-top:40px;
}

.map{
	height: 400px;
	padding: 0px;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:30px;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-group input.form-control {
    height: 65px;
}

#contactForm{
	margin-top:30px;
	margin-bottom:10px;
}

#succes{
	margin-top:30px;
}


.cont{
	margin-top:30px;
}

section#copyright{
	padding: 0px;
}

section#copyright p{
	color: #000;
}

section#copyright li{
	color:#fff;
}


.nav-item + .nav-item:before{
	content: " | ";
    padding: 0 10px;
}

.orange{
	border-color: #f05f40!important;
	height: 1px!important;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.footerhead{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

section#copyrights{
	padding: 9px;
	background: #004f9f;
}

section#copyrights a{
 	color:#fff;
}

#copyrights {
	color:#eeeeee;
	font-size:12px;
}













.pricetable {
	margin: auto;
}
.pricetable table, td, th {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 10px;
}
.pricetable i {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
}
.pricetable table {
	border-collapse: collapse;
	max-width: 1250px;
	width: auto;
	margin: auto;
	width: auto;
}
.pricetable table.fullsize {}
.pricetable th {
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	background-color: #446cb3;
	color: #ffffff;
	margin: 0;
	vertical-align: baseline;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* th radius corners*/

.pricetable .radius-left {
	border-top-left-radius: 3px;
}
.pricetable .radius-right {
	border-top-right-radius: 3px;
}
.pricetable td.title {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	color: #446cb3;
	font-weight: 600;
	text-align: left;
}
.pricetable td {
	border-bottom: solid 1px #f9f9f9;
	margin: 0;
	border: 0;
	width: 20%;
}

.pricetable tr:hover {
	background-color: #d9d9d9;
}
.pricetable .odd {
	background-color: #ffffff;
}
.pricetable .even {
	background-color: #f9f9f9;
}
.pricetable button, .tabelbutton {
	color: #ffffff;
	background-color: #000000;
	border-radius: 3px;
	padding: 8px 38px 8px 38px;
	border: 0;
}
.pricetable button:hover, .tabelbutton:hover {
	color: #ffffff;
}
.pricetable button a, .tabelbutton {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
.pricetable button:active {
	background-color: #f7941d;
}
.prijzentabel {
	width: 1000px;
	margin: auto;
}
table, td, th {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 10px;
}
i {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
}
table {
	border-collapse: collapse;
	/* max-width: 800px; */
	width: auto;
	margin: auto;
	width: 100%;
}
th {
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	background-color: #000000;
	color: #ffffff;
	margin: 0;
	vertical-align: baseline;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* th radius corners*/

.radius-left {
	border-top-left-radius: 3px;
}
.radius-right {
	border-top-right-radius: 3px;
}
.title {
	color: #f05f40;
	font-weight: 600;
}
td {
	border-bottom: solid 1px #f9f9f9;
	margin: 0;
	border: 0;
	width: 25%;
	min-width: 210px;
	max-width: 25%;
}
tr:hover {
	background-color: #d9d9d9;
}
.odd {
	background-color: #ffffff;
}
.even {
	background-color: #f9f9f9;
}
button {
	color: #ffffff;
	background-color: #446cb3;
	border-radius: 3px;
	padding: 8px 50px 8px 50px;
	border: 0;
}
button a {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
button:active {
	background-color: #f7941d;
}
.linker {
	float: left;
}
.blockk {
	display: block;
}
.blockk th, .blockk td {
	width: 150px;
}

img{
	max-width:100%;
}

.butt .inner{
	border: 1px solid #9e9e9e;
	margin-bottom: 32px;
	box-shadow: 8px 9px 6px #5656562e;
}

.butt img:hover{
	opacity:1;
}



.screenshot{
	border-bottom: 1px solid #969696;
}

.bedlogo{
	border-bottom:1px solid #eee;
}

.item h2{
	border-bottom:1px solid #eee;
	font-size: 22px;
	font-weight:700;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	margin:10px 0px 10px;
	padding-bottom: 7px;
	background: #f39100;
	color: #fff;
	padding-top: 4px;
	text-align: center;
}

.informatie{
	padding: 10px 20px;
}

.informatie p{
	line-height:8px;
}

.btn-go{
	cursor: pointer;
	width: 100%;
	color: #fff;
	background: #004f9f;
	margin-top:10px;
	margin-bottom:10px;
}

.btn-go:hover{
	cursor: pointer;
	width: 100%;
	color: #fff;
	background: #0773e0;
}

body{
	background:url(/img/bg.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
}

.inner{
	background:#fff!important;
}

.toptx{
	text-align:center;
	margin-top:40px;
	font-weight:700;
	font-style:italic;
	font-size:25px;
}