#aircoButton{
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
}
#aircoButton h4 {
    margin-top: 0;
    font-size: 20px;
}
#aircoButton font {
    font-size: 15px;
}

#aircoHolder{	
	padding:0;
	display:none;
}
div.aircoHolder{
	max-width:800px;
	position:relative;
	margin:auto;
}
div.aircoHolder input.size{
	max-width:150px;
	min-width:100px;
	width:22%;
}

div.aircoHolder table.prestaties tbody tr:nth-of-type(odd) {
    color: white;
    background-color: #46bfcf;
}
div.aircoHolder table.prestaties tbody tr:nth-of-type(odd) a{
    color: white;	
}
div.aircoHolder table.prestaties tbody tr:hover {
    background-color: #46bfcf !important;	
}

div.aircoHolder h2.fancyTitle{
	margin-bottom:10px;
}

div.aircoHolder div.productCatgorie {
    padding: 0px 0;
}

div.aircowijzer .centered{
	text-align:center;
}
div.aircowijzer .button_holder {
    margin: 20px 0;
}
div.aircowijzer div.titleBar h3 {
	text-align:center;
	width:100%;
	margin-bottom:0;
}
div.aircowijzer div.titleBar{	
    margin-bottom: 0;
}

div.aircowijzer p.adviesText{
	color: #212a33;
    font-weight: 600;
    font-size: 18px;
	margin-top: 6px;
}
div.aircowijzer p.smallAdvies{
	color: #212a33;
    font-size: 12px;
}

div.topText p{
	margin-top:0;
	font-weight:600;
}
div.topText{
	margin-bottom: 20px;
}

div.fslider{	
    height: 320px;
}

div.airco_block{
    padding: 40px;
	height: auto;
	min-height:330px;
    margin: 15px 0;
}

div.airco_block h3{
	margin:0 0 35px;
	font-size:22px;
	width:100%;
	text-align:center;
}

div.airco_block p {
    line-height: 1.7em;
    font-size: 15px;
}
div.airco_block.advies h2 {
	text-align:left;
}
div.airco_block p.advies {
    font-size: 13px;
    text-align:center;
	width:100%;
	margin-top:-20px;
	margin-bottom:20px;
}

div.airco_block div.choice_button{
	position:relative;
	width:100%;
	height:120px;
	cursor:pointer;
}
div.airco_block div.choice_button img{
	position: Absolute;
    display: block;
    width: 80%;
    max-width: 48px;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;	
}
div.airco_block div.choice_button p{
	width:100%;
	line-height:20px;
	text-align:center;
}
div.airco_block div.choice_button div.iconHolder{
	position:relative;
	height:70px;
}

div.airco_block p.vraag{
    color: #9e9e9e;
    width: 100%;
    text-align: Center;
    margin: 0;
    font-weight: 600;
}
div.airco_block a.bereken{
    display: block;
    margin: 20px auto;
    width: 140px;
    text-align: center;
    padding: 0 10px;
}
a.opnieuw{
	float: right;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: underline !important;
}
a.bekijk{
	margin-top:30px;
}


@media (min-width: 992px){
	.col-md-1.custom {
		width: 20%;
	}
}
@media screen and (max-width: 1024px){
	div.airco_block a.next,		
	div.airco_block a.bereken{		
		float: left;
		width: 100%;
	}
	a#aircoTrigger {
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	div.aircoHolder input.size {
		margin-bottom: 10px;
		width: 100%;
		max-width: 100%;
	}
	p.adviesText{
		float:left;
	}
	a.opnieuw {
		float: left;
		margin-bottom: 13px;
	}
	div.airco_block.advies h2 {
		text-align: left;
		width: 100%;
	}
}

