/*********************************/
/************ Header *************/
/*********************************/
.halfscreen #slides li{
  height:50vh;
}

.fullscreen #slides li{
  height:100vh;
}

/*********************************/
/************ Menu ***************/
/*********************************/
.menu-logo {
  display:block;
  position: absolute;
  left: 0;
  line-height:65px;
}

.menu-logo.fixed{
  line-height:70px;
  margin:0;
}

.menu-logo.fixed img{
  height:55px;
  width:auto!important;
}

.menu-logo img{
  vertical-align: middle;
}

.featured-work .icon{
  background:none;
  opacity: 0.6;
  margin-bottom:20px;
}

.twocolumns{
  padding-bottom:60px;
}


/*********************************/
/************ Fancybox ***********/
/*********************************/
.fancybox-overlay{background:#FFF!important;}
.fancybox-opened .fancybox-skin{
	-webkit-box-shadow:none!important;;
	-moz-box-shadow:none!important;;
	box-shadow:none!important;;
	background:#FFF!important;;
}


/*********************************/
/************ Footer *************/
/*********************************/
#social .icon {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px
}

#social .icon a {
    width: 40px;
    height: 40px;
    background-size: 32px;
    display: inline-block
}

#social.black .icon.twitter a {
    background: url(../images/social/black/twitter.png) #FFF no-repeat center;
    background-size: 20px
}

#social.black .icon.facebook a {
    background: url(../images/social/black/facebook.png) #FFF no-repeat center;
    background-size: 20px
}

#social.black .icon.sinstagram a {
    background: url(../images/social/black/instagram.png) #FFF no-repeat center;
    background-size: 20px
}

#social.black .icon.pinterest a {
    background: url(../images/social/black/pinterest.png) #FFF no-repeat center;
    background-size: 20px
}

#social.black .icon.twitter:hover a {
    background: url(../images/social/white/twitter.png) #000 no-repeat center;
    background-size: 28px
}

#social.black .icon.facebook:hover a {
    background: url(../images/social/white/facebook.png) #000 no-repeat center;
    background-size: 28px
}

#social.black .icon.sinstagram:hover a {
    background: url(../images/social/white/instagram.png) #000 no-repeat center;
    background-size: 28px
}

#social.black .icon.pinterest:hover a {
    background: url(../images/social/white/pinterest.png) #000 no-repeat center;
    background-size: 28px
}

#footer {
    padding: 50px 0 33px;
    clear: both;
    text-align: left;
}

#footer .widget {
    float: left
}

#footer .widget .title {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom:15px;
}

#footer .widget .title .banner {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #b9ddd4;
    margin-top: 15px
}

#footer .widget a {
    color: #FFF;
    text-decoration: none
}

#footer .third {
    width: 33%;
    padding-right: 70px;
    border-right: 1px solid #444;
    box-sizing: border-box
}

#footer .third .description {
    padding-top: 25px;
    line-height: 20px;
    font-size: 13px
}

#footer .third .address {
    padding-top: 15px;
    line-height: 26px;
    font-size: 13px
}

#footer .third .address .fa {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    width: 15px;
    text-align: center
}

#footer .quarter {
    width: 25%;
    padding: 0 30px;
    border-right: 1px solid #444;
    box-sizing: border-box
}

#footer .quarter .twitterfeed {
    line-height: 20px;
    font-size: 13px;
    padding-top: 28px
}

#footer .quarter .text {
    margin-bottom: 15px
}

#footer .twentytwo {
    width: 22%;
    padding: 0 0 0 30px;
    box-sizing: border-box
}

#footer .fifth {
    width: 20%;
    padding: 0 30px;
    border-right: 1px solid #444;
    box-sizing: border-box
}

#footer .fifth .footermenu {
    margin-top: 28px;
    text-transform: uppercase
}

#footer .fifth .footermenu ul {
    padding: 0;
    list-style: none
}

#footer .fifth .footermenu li {
    margin-bottom: 15px
}

#footer .fifth .footermenu a {
    color: #c4c4c4;
    text-decoration: none;
    font-size: 13px
}

#footer .fifth .footermenu a:hover {
    text-decoration: underline
}

.current_states {
    overflow: hidden;
    margin-bottom: 10px
}

.hours .subhours {
    margin-top: 10px
}

.current_states span {
    float: left
}

.current_states .green, .current_states .red, .current_states .orange {
    height: 14px;
    width: 14px;
    float: left;
    display: inline-block;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin: 3px 10px 0 0
}

.current_states .green {
    background: #189a62
}

.current_states .red {
    background: #fd6767
}

.current_states .orange {
    background: #fdbc67
}

.hours .active {
    font-weight: bold
}

/*********************************/
/************ FAQ page ***********/
/*********************************/

.faq_title h2{
	text-align: left!important;
	max-width:700px!important;
	margin:0 auto!important;
	line-height:75px;
	padding:0 15px;
}

.faq_question{
	max-width:700px!important;
	padding: 0 15px;
	margin:0 auto 5px!important;
	clear: both;
	overflow: hidden;
  text-align: left;
}

.faq_question h3{
	line-height: 50px;
	color: #77a7a3;
	font-weight: normal;
	font-size:16px;
}

.faq_question h3 span{
	display: block;
}

.faq_question h3 span.title{
	width:90%;
	float:left;
  margin:0;
}

.faq_question h3 span.sign{
	width:10%;
	float:right;
	text-align: right;
	font-size: 40px;
}

.faq_question .answer{
	margin-bottom:20px;
	line-height:30px;
	display: none;
	clear:both;
}

/*********************************/
/************ Brands ***********/
/*********************************/
#brands .brand.last {
    margin-right: 0;
}

#brands .brand.first {
    margin-left: 0;
}

#brands .brand {
    width: 22.75%;
    margin: 0 1.5% 2.5%;
}
#brands .brand{
    border-color: #f5f5f5;
}
#brands .brand {
    float: left;
    text-align: center;
    height: 150px;
    line-height: 150px;
    border: 2px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#brands .brand a {
    display: block;
    height: 125px;
}

#brands .brand img {
    max-width: 150px;
    max-height: 100px;
    vertical-align: middle;
}

.featured-work .four.columns p{
  max-width:340px;
  text-align: justify;
  margin:0 auto 25px;
}

@media only screen and (max-width: 1024px){
  #producten{padding-left:15px;padding-right:15px;}
	#header #icons .icon{margin-top:0;height:50px;width:50px;border-radius: 0}
	#header #icons .icon a{border-radius:0;}
  .menu-logo.fixed{line-height:50px;}
  .menu-logo.fixed img{height:42px;}

  #brands .brand img{
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px){
  #footer .widget {
    width: 100%!important;
    padding: 0 0 30px!important;
    border:0!important;
  }

  #brands .brand {
    width: 47%;
    margin: 0 1.5% 1.5%!important;
  }

  #slides,
  .home-wrap{max-height:480px;}
}

@media only screen and (min-width: 767px) and (max-width: 1024px){
}
