/*
 Theme Name:   sitezilla-v3-child-theme
 Theme URI:    http://www.sitezilla.nl/
 Template:     sitezilla-v3
 Version:      1.0.5.18
 Text Domain:  sitezilla-v3-child-theme
*/




ul.tabs {display: none;}

.contact-icons li {
    display: inline-block;
    position: relative;
    margin: 3px 10px 2px 0px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: 0 center;
    white-space: nowrap;
  }






@media screen and (min-width: 1000px) {
.socialmedia-hide {
  float:left;
}}
@media screen and (max-width: 1000px) {
.socialmedia-hide {
  display:none;
}}



@media screen and (min-width: 1000px) {
.float-links {
  float:left;
}}
@media screen and (max-width: 1000px) {
.float-links {
display:none;
}}

@media screen and (min-width: 1000px) {
.float-rechts {
  float:right;
      height: 41px;
}}

@media screen and (max-width: 1000px) {
.float-rechts {
  float:left;
}}




input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #0c72b9;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 0px;
  border: 1px solid;
  vertical-align: top;
  height: 31px;
  margin-top: 4px;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 0px;
}


input[type="submit"]:hover{
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #ffffff;
  color: #0c72b9;
  padding: 8px 30px;
  border-radius: 0px;
  border: 1px solid;
  vertical-align: top;
  height: 31px;
  margin-top: 4px;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 0px;

}


input[type="search"] {
    -webkit-appearance: none;
    padding: 0px 0px;
    border-radius: 0px;
    border: 1px solid #0c72b9;
    padding-left: 25px;
    height: 31px;
    width: 170px;
    margin-top: 4px;
    color: #333333;
    float: left;
}

.widget-kolom-top{

}


.top-bar {
  line-height: 40px;
  background: #313131 none repeat center center;
  color: #bfbfbf;
  font-size: 12px;
  position:relative;
}

@media screen and (max-width: 760px){
.top-bar {
    display: inherit;
}}


@media screen and (max-width: 600px){
.top-cell {

    padding-left: 0px; 
}}



input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
      line-height: normal;

}
.widget {
    margin-bottom: 0px;
}

@media screen and (max-width: 600px){
.top-binnenkant {
    max-width: 1170px;
    margin: inherit; 
}}

.paginaheader {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

input[type="submit"] {
    background-color: #DD3333 !important;