@media(min-width:768px){
    .d-flex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
    }
    .flex-inner {
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	flex-wrap:wrap;
    }

    /*** MENU **/
    .site-main-menu{
        float: right; 
        margin-top: 14px; 
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px
    }
    .site-main-menu a{
        color: #FFF
    }
    .site-main-menu ul{
        width:100%
    }
    .site-main-menu ul{
        margin: 0;
        padding: 0;
        list-style: none
    }
    .site-main-menu > ul > li {
        position: relative; 
        margin-left: 25px; 
        margin-right: 25px
    }

    .site-main-menu > ul > li:hover:after,
    .site-main-menu > ul > li.current-menu-item:after,  
    .single-post .site-main-menu > ul > li.menu-item-18:after,
    .parent_cat_verhuur .site-main-menu > ul > li.menu-item-180:after,
    .parent_cat_verkoop .site-main-menu > ul > li.menu-item-181:after
    {
        background-color: #ffd71d; 
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        content: "";
        width: 100%;
        display: block;
        height: 2px
    }
    .site-main-menu > ul ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99
    }
    .site-main-menu > ul > li {
        float: left
    }
    .site-main-menu > ul > li:hover > ul{
        display: block
    }
    .site-main-menu ul a {
        display: block;
        position: relative
    }
    .site-main-menu ul ul ul {
        top: 0;
        left: 100%
    }
    .site-main-menu > ul {
        float: left;
        margin-bottom:0; 
        margin-right: 15px
    }
    .site-main-menu > ul ul {
        box-shadow: 2px 2px 6px rgba(0,0,0,.2);
        min-width: 12em; 
        *width: 12em
    }
    .site-main-menu > ul > li > a {
        padding: 6px 0 6px;
        display: block;
        color: #FFF
    }
    .site-main-menu > ul a {
        text-decoration: none;
        zoom: 1
    }
    .site-main-menu > ul a {
        color: #FFF
    }
    .site-main-menu > ul ul li a {
        background: #f27200;
        white-space: nowrap;
        *white-space: normal;
        -webkit-transition: background .2s;
        transition: background .2s;
        padding: 6px 10px
    }
    .site-main-menu > ul ul li:hover a {
        background-color: #e8d6bf;
        color: #000
    }

    /*** Scroll Down **/
    #scrolldown.inner-sd{
        bottom: 58px;
        right: 20px
    }
    #scrolldown{
        right:40px;
        bottom:40px
    }

    /***** Contact Form - Response ****/
    .wpcf7-response-output {
        position: absolute; 
        margin-top: 0px!important
    }
     /***** Map ****/
     #canvas-map, #acf-map{
         width: 65%
     }

}

@media(min-width:992px){
    /***** Header ****/
    .header-contact li+li{
        margin-top: 6px
    }

    /***** Main Banner ****/
    .main-banner .container{
        padding-bottom: 43%
    }

    /***** Blog ****/
    .img-holder img{
        transition: all ease-in-out 0.5s;
        -ms-transform:scale(1); 
        -webkit-transform:scale(1); 
        -moz-transform:scale(1); 
        -o-transform:scale(1); 
        transform:scale(1); 
        transform:scale(1);
        margin-bottom: 0
    }
    .blog-listing-row > div[class*="col-"]:hover img{
        -ms-transform:scale(1.1); 
        -webkit-transform:scale(1.1); 
        -moz-transform:scale(1.1); 
        -o-transform:scale(1.1); 
        transform:scale(1.1); 
        transform:scale(1.1);

    }
    .blog-listing-row > div:nth-child(3n+4){
        clear: left
    }

    /***** Contact ****/
    .address-box a[href^="tel:"]{
        text-decoration: none
    }
    .address-box a[href^="tel:"]:hover{
        text-decoration: underline!important
    }
    .social a:hover{
        color: #ffd71d
    }

    /***** Product  ****/
    .product-img-holder:hover .overlay{
        height:100%;
        padding-top: 30px
    }
    .product-img-holder:hover .hide-overlay{
        opacity: 1
    }   
    .product-listing-row > article:nth-child(3n+4){
        clear: left
    }  
    .read-all-post:hover{
        text-decoration: underline!important
    }
    .product-img-holder:hover .read-all-post{
        opacity: 1
    }
    .read-all-post{
        opacity: 0
        
    }
    
     /***** Contact  ****/
     #canvas-map, #acf-map{
         width: 60%
     }
    
    

    /***** Footer  ****/
    .footer-contact a[href^="tel:"]:hover{
        text-decoration: underline!important
    }
    
    /***** Scroll Bottom  ****/
    .bottom-to-top{bottom: 40px}

}

@media(min-width:1200px){
       /***** Product Detail  ****/
    .product-specification{
        margin-left: -15px
    }
    
    
    
    /***** Footer  ****/
    .footer-top .row{ 
        margin-left: -50px; 
        margin-right: -50px
    } 
    .footer-top .row > div{
        padding-left: 50px;
        padding-right: 50px
    }
    .footer-nav{
        padding-left: 25px
    }
}


@media(min-width:1300px){
    /*** Container **/	
    .container{
        width:1200px
    }	


}

@media(max-width:1299px){
   /*** Product **/
.product-img-holder{
    min-height: 252px
}
}


@media(max-width:1199px){
    /*** Heading **/
    h2, h1.bannertitle, h1{
        font-size: 41px
    }
    h3{
        font-size: 27px
    }

    /*** Header **/
    .site-main-menu > ul > li{
        margin-left: 10px;
        margin-right: 10px
    }

    /*** Contact **/
    .contact-specific-image img{
        max-width: 270px
    }

    /*** Blog **/
    .single-blog{
        max-width: 550px
    }

    /*** Listing **/
    ul li.list-group-item{
        min-width: 200px
    }

    /*** Product Listing **/
    .product-img-holder .overlay p{
        line-height: 1.05em
    }  
    .product-img-holder .overlay{
        padding: 15px
    }
    .product-img-holder .overlay > h4{
        font-size: 18px
    }
    #page-wrapper .sub-child-term li a{
        padding: 15px;
        font-size: 20px
    }
    .product-img-holder{
        min-height: 208px
    }
    .product-img-holder img{
        max-height: 208px
    }

    /*** Footer **/
    .footer-nav {
        float: right;
        padding-right: 10px
    }

}

@media only screen and (min-width:992px) and (max-width:1199px){
    /*** Banner **/
    .hero-banner .hero-banner-content{
        max-width: 550px;
        padding: 25px
    }
    .hero-banner .hero-banner-content h2{
        font-size: 41px
    }
}


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

    .btn-bottom {
    position: absolute;
    bottom: 70px;
}


.flex-inner {
    padding-bottom: 150px
}

}

@media(max-width:1100px){
    /*** Home Category Section **/   
    .col-category-verkoop{
        padding-left: 35px
    }
}

@media(max-width:1023px){
    /*** Home Category Section **/   
    div[class*="col-category-"]{
        text-align: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    /*** Blog **/  
    .blog-listing-row > div:nth-child(2n+3){
        clear: left
    }   

    /*** Product **/ 
    .product-listing-row > article:nth-child(2n+3){
        clear: left
    }  

}

@media(max-width:991px){
    /*** Heading **/  
    h2, h1.bannertitle, h1{font-size: 33px}
    h3{ font-size: 24px}

    /*** Remove Underline Effect **/
    a,a:hover{text-decoration: none!important}

    /*** Button  **/
    .btn.btn-default{
        font-size: 15px;
        min-width: 144px;
        padding: 11px 10px
    }
    .btn.btn-default:before, .btn-warning:before{
        display: none
    }
    .btn.btn-default:hover, 
    .btn.btn-default:focus,
    .btn.btn-default:active
    {
        color: #FFF!important
    }
    .col-category-verhuur .btn.btn-default:hover{
        color: #ffd71d!important 
    }
    .btn-warning:hover{
        color: #000!important 
    }
    .resize{
        display: none
    }
   

    /*** Header **/
    .header-contact{
        margin-top: -10px
    }
    .header-contact li{
        display: inline-block;
        vertical-align: middle
    }
    .header-contact li.mail{
        margin-right: 10px
    }
    .site-main-menu{
        padding-right: 0
    }
    .site-main-menu > ul{
        float: right;
        margin-right: 0
    }
    .site-main-menu > ul > li:last-child{ 
        margin-right: 0
    }

    /*** Banner **/
    .main-banner{
        background-image:none!important;
        background-color: #000!important
    }
    .hero-banner{
        background-color: #000
    }
    .hero-banner .hero-banner-content{
        position: static;
        text-align: center
    }
    .hero-banner .hero-banner-content h2{
        font-size: 33px
    }

    /*** Home Content **/
    .home-wrapper .row > div{
        display:  block;
        text-align: center;
        margin-left: 0
    }
    .home-content{
        padding-left: 15px;
        text-align: center;
        padding-right: 15px
    }
    .home-wrapper img{
        display: block;
        margin:25px auto
    }
    .home-wrapper a[class*="visible-"]{
        display: inline-block!important;
        vertical-align: middle
    }
    .home-wrapper .bottom-img{
        width: 295px
    }

    /*** Home Category **/
    .col-category-verhuur{
        padding-right: 25px
    }
    .col-category-verkoop{
        padding-left: 25px
    }

    /*** Breadcrums **/
    .breadcrumbs {
        background: #021323;
        color: #fff;
        margin-top: 20px;
        padding: 5px 17px;
    }

    /*** Gallery **/
    .gallery li a:before,
    .gallery li:hover a:before{
        -ms-transform:none; 
        -webkit-transform:none; 
        -moz-transform:none; 
        -o-transform:none; 
        transform:none; 
        transform:none;
        top:auto;
        height: 50px;
    }
    .gallery span[class*="overlay-"]{
        opacity: 1;
        top:auto;
        bottom: 10px;
        text-align: left;
        left: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow: hidden;
        font-size: 17px
    }
    .zoom-gallery{
        display: none
    }

    /** Contact Map **/
    .address-information{
        padding: 20px;
        width: 35%
    }
    .address-information ul li{
        display: block;
        width: auto;
        font-size: 15px;
        line-height: 1.55em
    }

    /** Single Blog **/
    .single-blog{
        max-width: 400px
    }

    /** Product Section **/
    .product-carousel .flex-control-thumbs li{
        width: 25%
    }
    .product-single-info .btn{
        min-width: 165px
    }  
    .product-carousel.flexslider{
        margin-bottom: 30px
    }
    .product-single-info{
        margin-top: 30px
    }

}

@media(max-width:767px){

    
    
    /*** Button **/     
    .btn.btn-default{
        margin-left: auto;
        margin-right: auto;
        display: table
    }   
    
    div[class*="col-category-"] ul{
        margin-left: auto;
        margin-right: auto;
        display: table
    } 

    /*** Header **/ 
    body{
        padding-top: 98px!important
    }
    .header-contact{
        display: none
    }
    .header{
        padding-top: 16px;
        padding-bottom: 6px
    }
    header.header .logo img{
        margin-bottom: 10px
    }
    .site-main-menu.navbar-collapse{
        transition: all ease-in-out 0.25s
    }
    .navbar-nav > li > a{
        color: #FFF
    }
    .navbar-nav > li.current-menu-item > a{
        color: #ffd71d
    }

    /*** Responsive Menu **/
    .navbar-header button{
        border: 1px solid #ffd71d;
        margin: 14px 0 0;
    }
    .navbar-toggle .icon-bar{
        background-color:#ffd71d 
    }
    .site-main-menu > ul{
        float: none;
        margin-bottom: 0;
    }
    .site-main-menu > ul > li+li{
        border-top:1px solid rgba(255, 255, 255, 0.075)
    }
    .site-main-menu.navbar-collapse{
        padding-left: 0;
        text-align: center
    }

    /*** Banner **/
    .hero-banner .hero-banner-content{
        padding: 25px;
        font-size: 14px
    }

    /*** Home Content **/
    #page-wrapper.home-wrapper, #page-wrapper, section{
        padding-top: 50px;
        padding-bottom: 50px
    }

    /*** Category **/
    .main-category:before,
    .main-category:after{
        display: none
    }
    div[class*="col-category-"]{
        padding: 50px 25px;
        position: relative
    }
    .col-category-verhuur{
        background-color: rgba(255, 239, 18, 0.9)
    }
    .col-category-verkoop{
        background-color: rgba(0, 0, 0, 0.98);
        margin-top: 15px
    }
    div[class*="col-category-"]:before{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        top:0;
        bottom: 0;
        content: "";
        background-size: cover
    }

    /*** Home Gallery **/
    .gallery li{
        width: 50%
    }

    /*** Inner Banner **/
    h1.bannertitle{
        padding: 15px 20px
    }

    /*** Address information **/
    .address-information{
        position: static;
        width: 100%
    }
    .address-box{
        max-width: none
    }
    .address-information ul li{
        display: inline-block;
        vertical-align: top
    }
    .address-information li+li:before{
        content: "|";
        display: inline-block;
        vertical-align: top;
        margin:0 5px;
        color: #FFF
    }

    /*** Blog Information **/   
    .blog-listing-row{
        text-align: center
    }
    .blog-detail-content img{
        max-width: 100%;
        float: none;
        display: block;
        margin:0 auto 20px
    }
    .blog-listing-row a.read-more{
        text-decoration: underline!important
    }

    /*** Product **/ 
    #page-wrapper .sub-child-term li a{
        text-align: center
    }
    #page-wrapper .sub-child-term li{
        margin-top: 0;
        margin-bottom: 0
    }
    #page-wrapper .sub-child-term li+li{
        border-top:1px solid rgba(0,0,0,0.07)
    }
    #page-wrapper .sub-child-term li.active:after{
        display: none
    }
    #product-listing{
        text-align: center
    }
    .product-img-holder{
        display: inline-block
    }
    .product-listing-row > article{
        display: inline-block;
        vertical-align: top
    }
    .product-carousel.flexslider{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    /*** Contact **/ 
    .contact-submit-form.form-group{
        text-align: center
    } 
    .inv-recaptcha-holder {
        display: table;
        margin: 0 auto!important;
        text-align: center
    }
    .address-box{
        text-align: center
    }
    .address-box h4+p:before{
        margin-top: -7px
    }
    
    /**** Quick Contact *****/
    .quick-contact{
        text-align: center
    }
    .quick-contact *{
        float: none!important
    }
    .quick-contact h2{
        margin-bottom: 15px;
        line-height: 1em;
        line-height: normal
    }
    
      /**** Single *****/
    #product-detail{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    .slider-nav{
        text-align: center
    }
    .slider-nav .slick-slide{
        float: none;
        display: inline-block
    }
    

    /*** Footer **/
    footer.footer{
        text-align: center
    }
    .footer-top .row > div+div{
        margin-top: 25px
    }
    .footer-about-info h4{
        display: table;
        margin-left: auto;
        margin-right: auto
    }
    .footer-nav, .footer-contact{
        float: none
    }
    .footer-top .row > div+div+div{
        display: inline-block;
        vertical-align: top;
        text-align: left
    }
    .footer-top .row > div:last-child{
        margin-left: 50px
    }
    .design-by{
        position: static
    }
}

@media(max-width:650px){
    /*** Inner Banner **/ 
    .featuredfull{
        overflow: hidden
    }
    .featuredfull img{
        height: 185px;
        max-height: 100%;
        width: auto;
        max-width: none
    }
}

@media(max-width:530px){
    /*** Contact **/    
    .inv-recaptcha-holder{
        float: none;
        margin: 0
    }
}

@media(max-width:479px){
    /*** Heading **/ 
    h2, h1.bannertitle, h1{
        font-size:25px
    }
    h3{
        font-size: 22px
    }

    /*** Home Banner **/  
    .hero-banner .hero-banner-content{
        padding: 15px 0
    } 
    .hero-banner .hero-banner-content h2{
        font-size: 25px
    }
   

    /*** Home Gallery **/
    .gallery li{
        width: auto;
        float: none
    }

    /*** Address Information **/
    .address-information ul li{
        display: block;
        vertical-align: top
    }
    .address-information li+li:before{
        display: none
    }

    /*** Inner Banner **/
    .featuredfull{
        padding-bottom: 39%
    }
    h1.bannertitle{ 
        padding: 10px 20px
    }

    /*** Product **/
    .product-specification div[class*="col-"]{
        float: none;
        width: auto;
        line-height: 1.45em
    }
    .product-specification > div:nth-child(2n+3){
        margin-top: 15px
    }
    .product-single-info{
        padding: 15px
    }

    /*** Product Single **/
    .product-single-info .btn{
        display: table;
        margin: 10px auto!important
    }

}

@media(max-width:400px){
    
     .main-banner img {
        margin-left: -51px;
        max-width: none;
        width: 479px;
    }
    
    
    /*** Footer **/
    .footer-top .row > div + div + div{
        display: block
    }
    .footer-top .row > div:last-child{
        margin-left:0
    }
    .footer-nav, .footer-contact{
        text-align: center
    }
    .footer-top h4{
        display: table;
        margin-left: auto;
        margin-right: auto
    }

}
