

/* Slider fix 10.1.1 */
.full_width {
    position: relative !important;
}

/* Header */
.home .scroll_header_top_area {
background-image: none !important;
background-size: inherit !important;
}

.home .scroll_header_top_area.scrolled {
background-image: url("https://geocraft.nl/wp-content/uploads/2016/08/rand_extra.jpg") !important;
background-size: contain !important;
}

.scroll_header_top_area {
background-image: url("https://geocraft.nl/wp-content/uploads/2016/08/rand_extra.jpg");
background-size: contain;
}

@media only screen and (max-width: 480px) {
.header_top_bottom_holder {
background-image: url("https://geocraft.nl/wp-content/uploads/2016/08/rand_extra.jpg");
background-size: contain;
}
}

.header_bottom {
background-color: transparent !important;
}

.second ul, .mobile_menu ul {
background-image: url("https://geocraft.nl/wp-content/uploads/2016/09/hover_small.png") !important;
border: none;
}

nav.mobile_menu ul li, nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
border: none;
}

/* Search */
.fa-search {
color: #fff;
}

/*Lightbox Button*/
a.lightbox.qbutton {
display: none !important;
}

/* Docs icons */
.docs-cat-title img, .docs-cat-title picture {
    height: 50px !important;
    width: 70px;
}

/* Docs width mobile */
@media only screen and (max-width: 1750px) {
.single-docs .section_inner_margin.clearfix, .single-docs .full_section_inner.clearfix {
width: 70%;
}
.single-docs .call_to_action .container_inner {
width: 90%;
}
.single-docs #betterdocs-single-content p {
word-break: break-word;
}
}