.mb-none{margin-bottom:0px!important;}

/* START OF SUBMENU */
.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.text-brown {
  color: #9e8a78;
}

.background-1{
  background-image: url(../img/suetens_voorgevel_6.jpeg);
}

.background-2{
  background-image: url(../img/suetens_voorgevel_5.jpeg);
}

.background-3{
  background-image: url(../img/suetens_voorgevel.jpeg);
}

.background-4{
  background-image: url(../img/suetens_voorgevel.jpeg);
}

.background-5{
  background: 
    linear-gradient(
      rgba(158, 138, 120, 0.55), 
      rgba(158, 138, 120, 0.55)
    ),
    url(../img/winter-2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.background-6{
  background-image: url(../img/logofront.jpg);
}

.background-7{
  background-image: url(../img/pop.jpg);
}

.background-8{
  background-image: url(../img/merken.jpg);
}

.background-9{
  background: 
    linear-gradient(
      rgba(158, 138, 120, 0.55), 
      rgba(158, 138, 120, 0.55)
    ),
    url(../img/blog.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.background-10{
  background-image: url(../img/spring.jpg);
}

.background-11{
  background-image: url(../img/tim-veston.jpg);
}

.vbox-container img{
  height: -webkit-fill-available !important;
}

.page-header {
  background-image: none;
}

#ccms_form_contact .form-group label {
   display: none;
}

#ccms_form_contact .form-group {
   padding-left: 0px;
}

#ccms_form_contact .form-group textarea {
   resize: vertical;
}

.page_border {
  top: 60px !important;
}

.btn_group {
  padding-top: 20px;
}

.padding-blog {
  padding: 120px 0 20px;
}

.icon-gm {
  font-size: 40px;
  color: #9e8a78;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}

/* END OF SUBMENU*/
@media (min-width: 768px) { 

}
@media (min-width: 992px) { 

}
@media (min-width: 1200px) { 

}

@media (max-width: 360px) { 
.navbar-header a img {
  width: 75%
}