/* newsletter homepage */

.newsletter form {
    width: 100% !important;
	  margin-left: 0%;
}

/* home sidebar */
.home-sidebar {
    min-height: 700px;
}

.content .columns {
    padding-top: 0px;
}

.content .whois .button, .ad .button {
    background: rgb(204,215,58);
    background: -moz-linear-gradient(top, rgba(204,215,58,1) 0%, rgba(177,203,16,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,215,58,1)), color-stop(100%,rgba(177,203,16,1)));
    background: -webkit-linear-gradient(top, rgba(204,215,58,1) 0%,rgba(177,203,16,1) 100%);
    background: -o-linear-gradient(top, rgba(204,215,58,1) 0%,rgba(177,203,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,215,58,1) 0%,rgba(177,203,16,1) 100%);
    background: linear-gradient(to bottom, rgba(204,215,58,1) 0%,rgba(177,203,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd73a', endColorstr='#b1cb10',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid #5f6d25;
    font-family: 'RegeltanteTekton', sans-serif;
    font-size: 24px;
   
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    float: left!important;
    padding: 10px 20px;
    margin-top: 0px;
}

/* homepage blok */
.types {
    margin-bottom: 40px;
    margin-top: 30px;
}

/* list style none */
.css_reset ul {
    list-style-type: none;
}

/* tussenkoppen H3*/
.template .Advertentie_vraagbeschrijving {
    font-size: 24px;
    line-height: 32px;
    font-family: "RegeltanteTekton" , "Verdana" , serif;
    color: #000;
    font-weight: bold;
}

.td p {
	margin-bottom:20px;
}

/* hide social share buttons*/
.bottom-social {
    margin: 30px 0px 10px;
    display: none;
}

.widget .title {
    float: none !important;
}

.backgrey {
 	background-color:#f7f7f7  !important;
	padding-top:50px;
 	}

.es_textbox_class {
    width: 200px;
    padding: 10px;
}

.es_textbox_button {
    padding: 10px;
    font-size: 15px;
    width: 87%;
}

.container .eleven.columns li {
/*	    list-style-type: disc;*/
	    margin-top: 10px;
}

.content.page .related li {
	list-style:none;
}
	