h1 {
    font-size: 30px;
    color: #ec7006;
    text-transform: uppercase;
}

#responsive_check {
    width: 0;
}
/* HEADER */
.navbar {
    /* set defaults for the header */
    background: rgba(27, 29, 30, 0.9);
    border: 0;
    z-index: 3;
    margin-bottom: 0;
    }
    .navbar-brand {
        /* positioning of the logo */
        padding-top: 0px;
        padding-bottom: 9px;
        }
.navbar-brand img {
            /* size of the logo */
            height: 100%;
        }
    /*.navbar-search {*/
        /*position: absolute;*/
        /*background: red;*/
        /*display: block;*/
        /*height: 50px;*/
        /*width: 50px;*/
        /*color: #fff;*/
        /*right: 0;*/
        /*bottom: 0;*/
    /*}*/

.navbar_search_bar * {
    margin-bottom: 0;
}
.navbar_search_bar input {
    padding: 3px 9px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 24px;
    font-weight: normal;
    font-style: italic;
    color: #333;
}
.navbar_search_bar input.search-submit {
    font-style: normal;
}
.navbar_search_bar input.search-field {
    border: 1px solid #B8B8B8;
    width: 200px;
}

/* ONLY FOR MOBILE */
@media (max-width:767px){
    .navbar-nav {
        border-top: 1px solid #cccccc;
        margin-top: 0;
        margin-bottom: 0;
        background: #fff;
        }
        .navbar-default .navbar-nav>li>a {
            border-bottom: 1px solid #cccccc;
            text-decoration: none;
        }
        .navbar-default .navbar-nav>li>a:hover {
            background: #e7e7e7;
        }

    .navbar_search_bar {
        padding: 13px 0px;
    }
    .navbar_search_button {
        display: none;
    }
    .navbar_search_bar input.search-submit {
        background: #009ee0;
        color: #fff;
        height: 24px;
    }
    .navbar-brand img {
        /* size of the logo */
        height: 90px;
    }
}


/* BREADCRUMB */
#breadcrumbs {
    padding: 0;
}
.breadcrumb_holder {
    background: #333333;
    padding: 10px 15px;
    }
    .breadcrumb_holder,
    .breadcrumb_holder a {
        color: #999999;
        font-style: italic;
    }
    #breadcrumbs span span:first-child a:before {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        margin-right: 10px;
        margin-top: -7px;
        position: relative;
        top: 4px;
    }
    #breadcrumbs span:first-child,
    #breadcrumbs span span:first-child {
        margin-left: 0;
    }
    .breadcrumb_holder a:hover {
        color: #ec7006;
    }
    .breadcrumb_holder span {
        margin: 0 10px;
    }
    .breadcrumb_holder span.breadcrumb_last {
        margin: 0;
    }

/* BANNER BIG */
.banner_big_holder,
.banner_big_images_holder {
    position: relative;
    }
    .banner_texture_overlay {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: url('../img/banner_big_texture_overlay.png') repeat left  top;
    }
    .banner_big_images_holder,
    .banner_big_images_holder_ani {
        display: block;
        overflow: hidden;
        /*height: 207px;*/
        /*height: 470px;*/
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    .banner_big_page {
        max-height: 296px !important;
    }
    .no_banner_big_page {
        height: 89px !important;
    }

    .rslides_nav {
        display: none;
        }
        .banner_big_item {
            position: relative;
            /*float: none !important;*/
            }
            .banner_big_item_container {
                position: relative;
                left: 0px;
                margin-bottom: -200px;
                height: 200px;
                /* positioning changes */
                top: 25px;
                }
                .banner_big_item_container .row {
                    position: relative;
                    }
                    .banner_big_item_text_holder {
                        position: absolute;
                        top: -5px;
                        right: 0;
                        display: inline-block;
                        text-align: left;
                        background: rgba(27, 29, 30, 0.9);
                        color: #fff;
                        clear: both;
                        /* size changes */
                        padding: 16px 22px 1px;
                        font-size: 20px;
                        line-height: 26px;
                        margin-right: 30px;
                        margin-left: 30px;
                        }
                        .banner_big_item_text_holder_title {
                            color: #fff;
                            margin-bottom: 10px;
                            line-height: 30px;
                            }
                            .banner_big_item_text_holder_title i {
                                color: #ec7006;
                                font-size: 30px;
                                margin-right: 5px;
                            }
                            .banner_big_item_text_holder_title a {
                                font-size: 20px;
                                text-decoration: none;
                                text-transform: uppercase;
                            }
                            .banner_big_item_text_holder_title a:hover {
                                text-decoration: none;
                            }
                        .banner_big_item_text_holder_text {
                            display: none;
                        }
                        .banner_big_item_btn {
                            display: none;
                        }

    .banner_big_images_holder img {
        width: 100%;
    }
.banner_big_images_footer {
    background: #fff;
    }
    .banner_big_images_footer h3 {
        font-size: 13px;
        font-family: 'avengeance_mightiest_avengeRg' !important;
        text-align: center;
        margin: 0;
        line-height: 20px;
        padding: 20px 0 14px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(19,20,19,0.5);
        box-shadow: 0 0px 5px 0 rgba(19,20,19,0.5);
    }
    .banner_big_images_footer span {
        color: #ec7006;
    }

/* PAGE DETAIL BANNER BLOCK */
.banner_big_page {

}

.target_featured_holder {
    padding: 80px 0 40px;
    }
    .target_featured_item {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 4em;
        }
    .target_featured_item a {
        text-decoration: none;
        }
        .target_featured_item_image {
            margin-bottom: 1.25em;
        }
        .target_featured_item a:hover .target_featured_item_image {
            opacity: 0.85;
        }
        .target_featured_item_title {
            font-size: 22px;
            text-decoration: none;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .target_featured_item_text {
            font-size: 16px;
            color: #ec7006;
            font-family: 'avengeance_mightiest_avengeRg' !important;
            margin: 0;
        }
        .target_featured_item a:hover .target_featured_item_text {
            text-decoration: underline;
        }
.aboutus_home,
.team_home_info {
    position: relative;
    background: #fff;
    display: block;
    min-height: 430px;
    }
    .aboutus_home_bg_top,
    .team_home_info_bg_top {
        display: block;
        width: 100%;
        height: 33px;
        position: absolute;
        top: -31px;
        left: 0;
        background: url('../img/bg_top_aboutus.png') repeat-x left top;
    }
    .aboutus_home_holder {
        display: block;
        padding-top: 110px;
        }
        .aboutus_home_image {
            width: 40%;
            padding: 0 20px;
            position: relative;
            top: -12px;
            display: none;
        }
        .aboutus_home_content {
            width: 100%;
            padding-left:15px;
            padding-right:15px;
            }
            .aboutus_home_content_title,
            .team_home_top_title {
                text-transform: uppercase;
                font-size: 36px;
                color: #ec7006;
                margin-bottom: 0.5em;
                line-height: 36px;
            }
            .aboutus_home_content_text,
            .team_home_main_top_text,
            .team_home_team_name,
            .team_home_info_team_text{
                font-size: 16px;
                line-height: 21px;
                margin-bottom: 3em;
            }
            .aboutus_home_content_btn_read_more {
                margin-bottom: 7em;
                display: inline-block;
            }


.video_home {
    position: relative;
    background: #333;
    display: block;
    height: 166px;
    overflow: hidden;
    color: #fff;
    background: #f08d38;
    }
    .video_home_play,
    .video_home_preview,
    .video_home_final {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        display: block;
    }
    .video_home_play {
        left: auto;
        right: auto;
        top: 0;
        z-index: 1;
        color: #fff;
        text-align: center;
        padding: 20px 20px 0;
        }
        .video_home_play p {
            color: #fff;
            font-size: 22px;
            text-transform: uppercase;
            margin-bottom: 0.5em;
            text-shadow: 0 0 2px #FFFFFF;
        }
        .video_home_play i {
            color: #fff;
            font-size: 50px;
            cursor: pointer;
            /*text-shadow: 0 0 5px #FFFFFF;*/
            opacity: 0.85;
        }
        .video_home_play i:hover {
            opacity: 1;
            text-shadow: 0 0 5px #FFFFFF;
        }

.team_home,
.team_home_info {
    display: none;
    }
.team_home {
    position: relative;
    display: block;
    color: #333333;
    display: none;
    }
    .team_home_top {
        padding-top: 100px;
        }
        .aboutus_home_content_title {

        }
        .team_home_team_holder {
            list-style: none;
            padding: 0;
            margin: 0;
            }
            .team_home_team_item {
                position: relative;
                float: left;
                width: 25%;
                display: inline-block;
                text-align: center;
                cursor: pointer;
                }
                .team_home_team_item .team_home_item_pointer span {
                    display: none;
                }
                .team_home_team_item.active .team_home_item_pointer span {
                    display: inline-block;
                }
                .team_home_team_name {
                    margin-bottom: 4.5em;
                }
                .team_home_team_item.active .team_home_team_name {
                    text-decoration: underline;
                }
                .team_home_team_image {
                    width: 150px;
                    display: inline-block;
                    margin-bottom: 1em;
                    -webkit-border-radius: 180px;
                    border-radius: 180px;
                    -webkit-box-shadow: 1px 5px 10px 0 rgba(19,20,19,0.1);
                    box-shadow: 1px 5px 10px 0 rgba(19,20,19,0.1);
                    opacity: 0.9;
                }
                .team_home_team_item:hover .team_home_team_image {
                    -webkit-box-shadow: 0px 0px 6px 0 rgba(19,20,19,0.25);
                    box-shadow: 0px 0px 6px 0 rgba(19,20,19,0.25);
                    opacity: 1;
                }
                .team_home_team_item.active .team_home_team_image {
                    -webkit-box-shadow: 0px 0px 15px 0 rgba(19,20,19,0.5);
                    box-shadow: 0px 0px 15px 0 rgba(19,20,19,0.5);
                    opacity: 1;
                }
                .team_home_item_pointer {
                    display: block;
                    position: absolute;
                    bottom: -45px;
                    height: auto;
                    width: 100%;
                    text-align: center;
                    }
                    .team_home_item_pointer span {
                        display: inline-block;
                        left: auto;
                        left: auto;
                        height: 74px;
                        width: 74px;
                        background: #fff;
                        -moz-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

.team_home_info {
    padding-top: 40px;
    min-height: 150px;
    }
    .team_home_info_item {
        display: none;
    }
    .team_home_info_item.active {
        display: block;
        }
        .team_home_info_team_text {
            margin-bottom: 2.7em;
            }
            .team_home_info_team_text span {
                float: left;
                width: 50%;
            }
            .team_home_info_team_text .team_home_info_team_btn_more {
                float: right;
                width: 40%;
                position: relative;
                display: inline-block;
                height: 80px;
                }
                .team_home_info_team_text .team_home_info_team_btn_more a {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }


/* PAGE */
.content_outer {
    position: relative;
    background: #fff;
    padding: 50px 0 30px;
}
.content_outer_bottom {
    display: block;
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: -31px;
    left: 0;
    background: url('../img/bg_top_aboutus_top_bottom.png') repeat-x left top;
}
.page_title {
    font-size: 36px;
    color: #ec7006;
    text-transform: uppercase;
}

#wpsimplegallery {
    display: block;
    margin: 2em 0 0em 0;
    padding: 0;
    list-style: none;
    }
.cases #wpsimplegallery {
    margin-bottom: 2em;
    }
.single #wpsimplegallery {
    margin-top: 4em;
    }
    #wpsimplegallery li,
    #wpsimplegallery li a,
    #wpsimplegallery li a img {
        display: inline-block;
        width: 115px;
    }
    #wpsimplegallery li {
        float: left;
        margin-bottom: 0.5em;
        margin: 0 15px 15px 0;
    }

#cases_overview {

    }
    .cases_overview_holder {
        list-style: none;
        padding: 0;
        margin: 0;
        /*margin-top: 2em;*/
        }
        .cases_overview_item {
            display: block;
            border-bottom: 1px solid #cccccc;
            }
        .cases_overview_item:last-child {
            border-bottom: 0px solid #adadad;
            margin-bottom: 0;
            padding-bottom: 20px;
            }
            .cases_overview_item_title a {
                display: block;
                font-size: 28px !important;
                line-height: 30px !important;
                color: #ec7006;
                text-decoration: none;
                margin-bottom: 0.5em;
            }
            .cases_overview_item_title a:hover {
                text-decoration: underline;
            }
            .cases_overview_holder img {
                width: 180px;
                position: relative;
                top: 5px;
                /*margin-left: 30px;*/
            }
            .cases_overview_holder a i {
                margin-left: 5px;
            }

#klanten_overview {

    }
    .klanten_overview_holder {
        list-style: none;
        padding: 0;
        margin: 0;
        /*margin-top: 2em;*/

           }
        .klanten_overview_item {
			float: left;            
			width: 23.5%;
            margin-right: 2%;
            position: relative;
            padding-bottom: 1.5em;
            margin-bottom: 1.5em;

            }
        .klanten_overview_item:nth-child(4n) {
            margin-right: 0;
            }
            .klanten_overview_item_title a {
                display: block;
                font-size: 28px !important;
                line-height: 30px !important;
                color: #ec7006;
                text-decoration: none;
                margin-bottom: 0.5em;
            }
            .klanten_overview_item_title a:hover {
                text-decoration: underline;
            }
            .klanten_overview_holder img {
                width: 400px;
                max-width: 100%;
                height: auto;
                position: relative;
                padding: 5px;
                margin: auto;
                /*margin-left: 30px;*/
                                                        border: 1px solid #cccccc;


            }
            .klanten_overview_holder a i {
                margin-left: 5px;
            }
			.klantnaam { text-align: center; position: absolute; bottom: 0; width: 100%;   }
			

@media (max-width:480px){			
			 .klanten_overview_item {
			width: 49%;
              }
        .klanten_overview_item:nth-child(2n) {
            margin-right: 0;
            }
}
/* BLOG */
.blog_social_share {
    display: block;
    margin-top: 2em;
    font-size: 13px;
    }
    .blog_social_share a {
        float: left;
        margin-right: 15px;
        margin-top: 3px;
        }
        .blog_social_share i {
            font-size: 20px;
            position: relative;
            top: -1px;
        }




/* WRAP */
.wrap {
    z-index: 10;
    display: block;
    padding-top: 0px;
    padding-bottom: 40px;
}
.home .wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

.entry-content,
.entry-content p,
.entry-content ul,
.entry-content a {
    font-size: 16px;
    line-height: 24px;
}
.entry-content a {
    color: #ec7006;
}
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    margin-top: 24px;
    margin-bottom: 6px;
}
.entry-content h3,
.entry-content h4 {
    font-size: 21px;
}

blockquote,
quote {
    color: #333;
}

/* SIDEBAR */
.sidebar {
    margin-top: 4em;
    }
    .sidebar h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0.5em;
        color: #ec7006;
    }
    .sidebar ul {
        list-style: none;
        padding: 0;
        }
    .sidebar ul.custom_icons {
        display: block;
        margin-top: 20px;
        }
        .sidebar ul li {
            display: block;
            padding-bottom: 10px;
            padding-left: 3px;
            border: 0;
            margin-bottom: 0;
            }
        .sidebar ul a{
            text-decoration: none;
            font-size: 16px;
        }
        .sidebar li a:hover,
        .sidebar li.active a {
            color: #ec7006 !important;
            /*text-decoration: underline;*/
            }
        .sidebar ul.custom_icons li {
            margin-bottom: 9px;
            padding-left: 0;
            }
            .sidebar ul a:before {
                content: "\f04b";
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                margin-right: 9px;
                color: #333333;
                font-size: 11px;
            }
            .sidebar ul.custom_icons a:before {
                content: "";
                margin-right: 0;
                display: block;
                }
            .sidebar ul.custom_icons a {
                font-size: 16px;
                }
                .sidebar ul.custom_icons a span {
                    position: relative;
                    left: -2px;
                    top: 1px;
                    background: #ec7006;
                    text-align: center;
                    display: inline-block;
                    width: 28px;
                    height: 28px;
                    -webkit-border-radius: 28px;
                    border-radius: 28px;
                    padding: 5px 0 0 1px;
                    margin-right: 9px;
                    }
                .sidebar ul.custom_icons li:hover a span {
                    background: #343434;
                    }
                    .sidebar ul.custom_icons a i {
                        color: #fff;
                        text-align: center;
                        font-size: 14px;
                    }

/* LOCATIONS OVERVIEW PAGE */
.location_overview_text {
    display: block;
    width: 100%;
}
.location_overview_grid {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    background: url('../img/map_of_holland.gif') no-repeat right top;
    height: 540px;
    color: #fff;
    display: none;
    }
    #location_overview_detail {
        font-size: 12px;
        position: absolute;
        left: 40px;
        top: 0px;
        background: #FDFDFD;
        color: #333;
        width: 250px;
        z-index: 2000;
        border: 1px solid #C7C7C7;
        padding: 30px 23px 17px;

        -webkit-box-shadow: 0 0 8px 0 rgba(18,19,18,0.3);
        box-shadow: 0 0 8px 0 rgba(18,19,18,0.3);
        }
    #location_overview_detail:hover {
        -webkit-box-shadow: 0 0 8px 0 rgba(18,19,18,0.5);
        box-shadow: 0 0 8px 0 rgba(18,19,18,0.5);
        }
        .location_overview_detail_title {
            color: #ec7006;
            font-size: 20px;
            margin-top: 4px;
            text-transform: uppercase;
            line-height: 22px;
        }
        .location_overview_detail_product_type_name {
            margin-bottom: 0.5em;
        }
        .location_overview_detail_specs  ul {
            padding-left: 25px;
            margin-bottom: 2em;
        }
        .location_overview_detail_url {
            display: block;
            margin-top: 1.5em;
        }
        .location_overview_detail i {
            font-size: 18px;
            position: relative;
            top: 2px;
            margin-right: 3px;
            margin-bottom: 2px;
        }

        .location_overview_detail_close i {
            position: absolute;
            top: 10px;
            right: 10px;
            margin: 0;
            color: #adadad;
            font-size: 30px;
            opacity: 0.9;
        }
        .location_overview_detail_close i:hover {
            color: #A3A3A3;
            opacity: 1;
            cursor: pointer;
        }

        .location_overview_grid_legend {
            position: absolute;
            top: 500px;
            right: 345px;
            color: #333;
            font-size: 16px;
            }
            .location_overview_grid_legend i {
                font-size: 25px;
                position: relative;
                top: 4px;
                margin-bottom: 5px;
                display: inline-block;
            }

    .location_overview_pin {
        position: absolute;
        text-align: center;
    }

    .location_overview_pin,
    .location_overview_pin span {
        display: block;
        width: 18px;
        height: 26px;
        text-indent: -999em;
    }

    .location_overview_pin span {
        position: relative;
        left: 9px;
        top: -21px;
        cursor: pointer;
    }

    .location_cases {
        color: #940000;
    }
    .location_operations {
        color: #333333;
    }
    .location_overview_pin_cases span {
        background: url('../img/pin_cases.gif') no-repeat right top;
    }
    .location_overview_pin_operations span {
        background: url('../img/pin_operations.gif') no-repeat right top;
    }

    /* CONTACT */
    .contact_text,
    .contact_sidebar {
        padding-left: 0;
        padding-right: 0;
        }
        .contact_sidebar strong {
            color: #ec7006;
        }




footer {
    padding: 80px 0 0px;
    }
    footer .widget {
        width: 100%;
        margin-bottom: 4.5em;
    }
    footer i {
        color: #ec7006;
    }
    footer h3  {
        font-size: 22px;
    }
    footer .container a  {
        display: block;
        text-decoration: none;
        font-size: 16px;
        margin-bottom: 5px;
    }
    footer a :hover {
        text-decoration: underline;
    }
    footer .container a:before  {
        content: '- ';
    }
    footer section ul {list-style: none;padding: 0; margin: 0;}
    footer section h3:before {font-family: FontAwesome; color:#fa8800; padding-right:10px;}
	footer section.nav_menu-2 h3:before {content:"\f1ac"}
	footer section.nav_menu-3 h3:before {content:"\f10a"}
	footer section.nav_menu-5 h3:before {content:"\f1cd"}
	footer section.nav_menu-4 h3:before {content:"\f1e0"}
	
    .layout_go_up {
        display: block;
        position: fixed;
        bottom: 50px;
        right: 10px;
        width: 65px;
        height: 48px;
        text-align: center;
        font-size: 11px;
        text-decoration: none !important;
        z-index: 2000;
    }
    .layout_go_up:hover {
        text-decoration: none;
        opacity: 0.75;
    }
    .layout_go_up i {
        font-size: 36px;
        display: block;
        margin-bottom: 3px;
    }
    .layout_go_up i:hover {
        text-decoration: none;
    }

/* Contact Forms */
.wpcf7 input,
.wpcf7 textarea {
    max-width: 290px;
}

body .prettyMapList .mapHolder{ height:550px; }
.FullMapPage #SingleMapLocation { height: 400px; }
.FullMapPage .label, .mapDescription .label, .infowindowContent .label { min-width: 185px; text-align: left; color: #333333; font-size: 1em; padding: 0; border-radius: 0; display: inline-block; }
.infowindowContent .label { min-width: auto; }
.FullMapPage h2 { margin-bottom: 0.5em; }
.maplist_featuredimage { max-width:100%; height: auto; }

.prettyMapList .prettyFileBar .distanceSelector {
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
    padding: 5px 5px;
    line-height: 2em;
    height: 36px;
    position: relative;
    top: 1px;
}