.entry-header {
  display: none;
}

a {
  color: #d1331e;
}
#primary, .entry-content .content-page {
  margin-top: -15px !important;
}
.intro-section {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}

.intro-section h2, .intro-section h5 {
  color: #fff;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
 color: #fff; 
 background-color: #d1331e;
  box-shadow: 0 5px 0 #A73627;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
 color: #fff; 
 background-color: #d1331e;
  box-shadow: 0 5px 0 #A73627;
  background-image: none;
  -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button, input[type="button"], input[type="reset"], input[type="submit"]:hover {
 color: #fff; 
 background-color: #d1331e;
 box-shadow: 0 2px 0 #A73627;
  background-image: none;
  -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
 color: #fff !important; 
 background-color: #d1331e;
 box-shadow: 0 2px 0 #A73627;
}

.home-brands {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-color: #EBEBEB;
}
.this-open > a,
.sticky-navigation .main-navigation li.current > a,
.sticky-navigation .main-navigation li a:hover,
.sticky-navigation .login-register li.login a:hover, 
.sticky-navigation .main-navigation li a:active,
.sticky-navigation .login-register li.login a:active, 
.main-navigation li:hover,
.main-navigation li:focus {
  color: #d1331e !important;
}
.sticky-navigation .main-navigation li:hover,
.sticky-navigation .login-register li.login:hover {
  color: #d1331e !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #d1331e;
	height: 4px;
	width: 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 2px;
	border-radius: 0px;
}
  
.call-to-action-home {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.powered-by {
    display: none !important;
    visibility: hidden;
  }
footer.footer ul {
  display: none;
}
  
  a:hover {
      color:#d1331e !important;
    }
li#menu-item-10:hover {
 color: #d1331e !important; 
}
.menu-item > a:focus{
	outline: none;
}

.footer-links li a {
 font-size: 12px; 
}
.taxeer-form {
  padding-right: 40px;
}

<!--AUTO TAXEER FORMULIER-->
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
table tr td {
 border: none;  
  vertical-align: top;
}
/**-NU BELLEN KNOP-**/
#menu-item-11 {
 display:none; 
}
@media only screen and (max-width: 767px) {
  /**-NU BELLEN KNOP-**/
#menu-item-11 {
 display:block; 
}
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
/**---------------- Media query ----------------**/
@media only screen and (max-width: 1200px) { 
	.auto-form{
		width: 100%;
	}
}