/*General*/

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    overflow-x: hidden;
}

p,
b,
a,
small,
label {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

button,
.btn {
    box-shadow: none !important;
    outline: none !important;
    font-size: 13px;
    font-weight: 600 !important;
    text-align: center;
    padding: 9px 20px;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.6px;
    border-radius: 20px !important;
}

.btn.btn_blue {
    background: #0068ff !important;
    color: #fff !important;
    border: 1px solid #0068ff !important;
}

.btn.btn_blue:hover {
    background: #2e7ef3 !important;
    color: #fff !important;
    border: 1px solid #2e7ef3 !important;
}

.btn.btn_border_white {
    background: none !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.btn.btn_border_white:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.btn.btn_red {
    background: #EC2626 !important;
    color: #fff !important;
    border: 1px solid #EC2626 !important;
}

.btn.btn_red:hover {
    background: #ef4e4e !important;
    color: #fff !important;
    border: 1px solid #ef4e4e !important;
}

.btn.btn_grey {
    background: #465362 !important;
    color: #fff !important;
    border: 1px solid #465362 !important;
}

.btn.btn_grey:hover {
    background: #5d6875 !important;
    color: #fff !important;
    border: 1px solid #5d6875 !important;
}

.btn.btn_border_black {
    background: none !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.btn.btn_border_black:hover {
    background: none !important;
    color: #0068ff !important;
    border: 1px solid #0068ff !important;
}

input,
textarea,
select {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    font-size: 13px !important;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

input.search-field.form-control {
    font-size: 13px;
}

span.wpcf7-form-control-wrap.offerte_7 input {
    width: 100%;
    padding: 8px 10px;
}

.table_box {
    display: table;
    height: 100%;
    width: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}


/*Header*/

video#video_bg {
    width: 100%;
    object-fit: cover;
    object-position: left;
    position: absolute;
    height: 100%;
}

.header_video {
    position: relative;
    height: 680px;
    max-width: 3000px;
    margin: 0 auto;
}

.header_sub .container,
.header_sub .row {
    height: 100%;
}

img.vector_6 {
    width: 100%;
    position: absolute;
    bottom: -3px;
    z-index: 2;
}

.header_sub.cover.big_header {
    height: 590px;
}

.header_sub.cover.small_header {
    height: 345px;
    margin-bottom: 20px;
}

.block_10_slider .slick-track,
.block_24_slider .slick-track {
    margin-left: 0;
}

.header_sub.cover {
    position: relative;
    max-width: 3000px;
    margin: 0 auto;
}

.header_sub.cover.small_header .header_sub_inner {
    padding-top: 100px;
}

.header_sub.cover.big_header .header_sub_inner {
    padding-top: 120px;
}

.header_sub h3.block_subtitle {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.header_sub h2.block_title {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.logo_scroll,
.fixedbar.active .logo_noscroll {
    display: none;
}

.fixedbar {
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all 500ms ease;
    width: 100%;
}

.fixedbar.active {
    background: #fff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}

.fixedbar.active .search12 {
    display: none;
}

.fixedbar.active .search13 {
    display: block !important;
}

.fixedbar.active .dropdown-toggle::before {
    content: " ";
    background-image: url(images/arrow-black-down.png);
}

.fixedbar.active .logo_scroll {
    display: block;
}

.fixedbar.active .search_toggler {
    background: #eee;
}

.fixedbar.active .globale_lang i,
.fixedbar.active .align_right select {
    color: #000;
}

.fixedbar.active select.select_lang {
    background: url(images/arrow-black-down.png) no-repeat 97% !important;
}

.fixedbar.active a.nav-link {
    color: #000 !important;
}

.fixedbar.active .btn_border_white {
    background: #f9f9f9 !important;
    color: #000 !important;
    border: none !important;
}

.align_right .btn {
    height: 34px !important;
    font-size: 12px !important;
    padding: 7px 10px;
}

.search_toggler {
    cursor: pointer;
}

#searchModal h2 {
    font-size: 30px;
    text-align: left;
    color: #fff;
}

#searchModal .modal-content {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

#searchModal .modal-body {
    padding: 0 !important;
}

#searchModal input,
form.search-form input {
    border-radius: 20px !important;
    background: #fff !important;
    padding: 10px;
    height: 39px;
    padding-left: 15px;
}

#searchModal label,
form.search-form label {
    max-width: 430px;
    width: 80%;
}

#searchModal button.search-submit,
form.search-form button.search-submit {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    font-size: 18px !important;
    border-radius: 100% !important;
    color: #fff;
    margin-left: 8px;
    position: relative;
    top: -3px;
}

.dropdown-toggle.act::before {
    transform: rotate(180deg);
    top: 1px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::before {
    content: " ";
    background-image: url(images/arrow-white-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 21px;
    position: relative;
    z-index: 999;
    background-position: center;
    display: inline-block;
    float: right;
    top: -1px;
    margin-left: 2px;
}

a.dropdown-item {
    font-size: 13px;
    color: #000!important;
}

a.dropdown-item {
    padding: 0 14px;
}

.align_right select {
    background: none;
    border: none;
    color: #fff;
    padding-top: 3px;
}

.align_right select option {
    color: #000;
}

.align_right span {
    display: inline-block;
    margin-left: 10px;
}

.navbar-brand img {
    max-width: 150px;
}

.search_toggler {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.22);
    position: relative;
    top: 14px;
}

.search_toggler img {
    width: 18px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 8px;
    left: 1px;
}

a.nav-link {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    padding: 0 10px !important;
}

img.vector_1 {
    width: 100%;
    position: absolute;
    bottom: -3px;
    z-index: 3;
}

.header_start.cover {
    height: 680px;
    position: relative;
    max-width: 3000px;
    margin: 0 auto;
}

select.select_lang {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/arrow-white-down.png") no-repeat 97% !important;
    cursor: pointer;
}

.search13 {
    display: none !important;
}

select.select_lang::-ms-expand {
    display: none;
}

select.select_lang {
    width: 35px;
    font-size: 13px;
}

.globale_lang i {
    color: #fff;
    margin-right: 3px;
}

.header_inner {
    position: relative;
    top: 65px;
    max-width: 450px;
    left: 89px;
}

.header_content_inner {
    max-width: 765px;
    background-image: url(images/vector-2.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 745px;
    margin-top: 240px;
}

.header_content_inner h1 {
    color: #ec2626;
    font-weight: 700;
}

.header_content_inner,
.header_content_inner p {
    color: #465362;
}

.header_content_inner_search b {
    color: #e02e13;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px !important;
    display: block;
}

.header_content .container {
    max-width: 1300px;
}

.header_content {
    /* margin-top: 200px;*/
    z-index: 9;
    position: relative;
}

img.vector_3 {
    width: 100%;
    position: absolute;
    max-width: 3000px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mobile_header,
.mobile_nav,
.mobile_navi {
    display: none;
}


/*Content*/

header.entry-header,
footer.entry-footer {
    display: none;
}

.container_marge {
    height: 80px;
}

.usp_box table {
    margin-bottom: 0;
}

.usp_box table tr td:first-child {
    width: 135px;
}

.usp_box img {
    width: 45px;
    object-fit: contain;
    height: 45px;
}

h1.usp_total {
    color: #ec2626;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 0 !important;
    margin-top: 18px !important;
    display: inline-block;
    width: 110px;
}

span.achtervoegsel {
    display: inline-block;
    color: #ec2626;
    font-size: 15px;
    font-weight: 400;
    margin-left: 2px;
    position: relative;
    bottom: 10px;
}

.usp_title {
    color: #465362;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.usp_box table td {
    vertical-align: top;
}

div#usp_0 img,
div#usp_1 img {
    position: relative;
    left: 0;
    top: 23px;
}

.block_1_content {
    /*display: flex;*/
}

.usp_pint {
    /* width: 20%; */
    display: inline-block;
    margin: 0 20px;
}

.block_1_content {
    text-align: center;
}

.usp_box table tr td:last-child {
    text-align: left;
}

div#usp_2 img {
    position: relative;
    left: 0;
    top: 23px;
    width: 40px;
    height: 40px;
}

div#usp_3 img {
    position: relative;
    left: 0;
    top: 27px;
    width: 40px;
    height: 40px;
}

div#usp_4 img {
    position: relative;
    left: 0;
    top: 27px;
    width: 40px;
    height: 40px;
}

div#usp_0 .usp_box_white,
div#usp_1 .usp_box_white,
div#usp_2 .usp_box_white {
    background-image: url(images/vector-4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    width: 120px;
}

div#usp_3 .usp_box_white,
div#usp_4 .usp_box_white {
    background-image: url(images/vector-5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    width: 120px;
}

.block_2 h3.block_subtitle {
    color: #465362;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.block_2 h2.block_title p {
    margin-bottom: 20px !important;
}

.block_2 h2.block_title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    color: #000;
}

.block_2 .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn img {
    width: 15px;
    margin-left: 10px;
}

.block_2 .container {
    max-width: 850px;
}

.block_3_thumb {
    height: 500px;
    cursor: pointer;
    border-radius: 10px;
}

.block_3 h2.block_title {
    text-shadow: 0px 11px 15px rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    line-height: 120px;
}

.block_3 h3.block_subtitle {
    text-shadow: 0px 11px 15px rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: -15px !important;
    display: block;
}

.block_3_thumb img {
    margin-bottom: 10px;
    width: 75px;
}

.block_6 .block_3_thumb img {
    margin: 0 auto;
    display: block;
}

label.file_input_text {
    height: 40px;
    border-radius: 20px !important;
    background: #f9f9f9 !important;
    border: none;
    font-size: 13px;
    padding: 8px 15px;
    width: 100%;
    margin-bottom: 0;
    color: #757272;
}

input#file_input_text {
    visibility: hidden;
}

.vid_mod .modal-content {
    background: none;
    border: none;
}

.vid_mod .modal-dialog {
    max-width: 1000px;
}

.block_6 .block_3_thumb {
    height: 350px;
    border-radius: 10px;
}

.video_inner {
    display: none;
}

.video_inner iframe,
.modal iframe {
    width: 100%;
    height: 500px;
}

.block_4 h3.block_subtitle {
    color: #465362;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.select2-selection--multiple {
    border-radius: 20px !important;
    background: #f9f9f9 !important;
    border: none !important;
}

input.select2-search__field {
    padding-left: 13px !important;
    height: 25px !important;
    padding-top: 10px !important;
}

.block_4_slide_thumb.cover {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}

.block_4_slide_inner table {
    margin-bottom: 0;
}

.block_4_slide_inner table tr td:first-child {
    width: 120px;
}

.icontent p {
    margin-bottom: 0;
}

.ititle {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    position: relative;
}


/* .block_4_slide_inner {
    padding:10px;
    border-radius: 5px;
    background: #ffffff;
    transition: all 500ms ease;
    margin-bottom: 30px;
} */

.block_4_slide_inner {
    padding: 40px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    margin-bottom: 30px;
    color: #ffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.block_4_slide_inner_layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 60%);
}

.block_4_slide_inner {
    text-decoration: none !important;
    outline: none !important;
    color: #ffff !important;
    display: block;
}

.block_4_slide:hover a {
    box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.5);
}


/* .block_4_slide:hover, .block_4_slide_inner a:hover {
    box-shadow: 0px 3px 11px rgba(0,0,0,0.12);
}
.block_4_slide_inner a {
    text-decoration: none;
    outline: none !important;
    color: inherit;
} */


/* .block_4_slide {
    padding: 10px;
} */

.block_4_slider .slick-slide>div {
    margin: 0 15px;
}

.block_4_slider .slick-list {
    margin: 0 -15px;
}

.block_4_slider button.slick-prev.slick-arrow.slick-disabled,
.block_4_slider button.slick-next.slick-arrow.slick-disabled {
    background: #90a2b5 !important;
}

.block_4_slider button.slick-prev.slick-arrow {
    background: #ec2626 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: -50px !important;
    top: 44%;
    z-index: 9;
}

.block_4_slider button.slick-next.slick-arrow {
    background: #ec2626 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    right: -50px !important;
    top: 44%;
    z-index: 9;
}

.block_4_slider .slick-prev,
.block_4_slider .slick-next {
    opacity: 10 !important;
}

.block_4_slider .slick-prev:before {
    content: '' !important;
    background: url(images/arrow-white-left.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 10 !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    left: 1px;
}

.block_4_slider .slick-next:before {
    content: '' !important;
    background: url(images/arrow-white-right.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 10 !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    left: 0px;
}

.block_5_usp {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
}

.block_5_usp img {
    width: 15px;
    margin-right: 3px;
    position: relative;
    bottom: 2px;
}

.block_5_banner {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
    padding: 50px 0;
}

.block_5_banner h1 {
    color: #ec2626;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.block_5_usps {
    margin-bottom: 20px;
}

.block_6_img.cover {
    height: 350px;
    border-radius: 10px;
}

h3.block_subtitle {
    color: #465362;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

h2.block_title {
    color: #ec2626;
    font-size: 30px;
    font-weight: 700;
}

.block_7_right a {
    color: #000;
    text-decoration: none;
}

.block_7_right a img {
    width: 15px;
    margin-left: 10px;
}

.block_7_thumb.cover {
    width: 100%;
    height: 359px;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    transition: all 500ms ease;
}

.block_7_title {
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.block_7_thumb:hover {
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
}

.block_8 h2.block_title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.block_8_specs {
    margin-bottom: 20px;
}

.block_8_spec {
    background: #f5f5f5;
    display: inline-block;
    border-radius: 20px;
    padding: 9px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.machines_nav i {
    margin-left: 3px;
}

.machines_nav {
    font-size: 13px !important;
    margin-top: 0 !important;
}

.block_9_sum table {
    margin-bottom: 0;
}

.block_9_sum tr td:first-child {
    width: 20px;
}

.b_sum {
    margin-left: 5px;
    margin-top: 1px;
}

.block_9_summary hr:last-child {
    display: none;
}

.block_9 h2.block_title1 {
    font-size: 22px;
    font-weight: 700;
}

.block_9 h2.block_title2 {
    color: #ec2626;
    font-size: 15px;
    font-weight: 600;
}

.btn_download i {
    margin-right: 3px;
}

.block_9_sum table td {
    vertical-align: top;
}

.block_10 h2.block_title,
.block_24 h2.block_title,
.block_23 h2.block_title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.machine_col_thumb.cover {
    height: 200px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.m_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.spec_box {
    margin-bottom: 20px;
}

.spec_box hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.spec_title {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

.spec_box hr:last-child {
    display: none;
}

.block_10_slide .btn.btn_red img {
    display: inline-block;
}

.block_10_slide .btn {
    margin-top: 20px;
}

.overlay_overflow {
    /* background: linear-gradient(270deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)); */
    background: linear-gradient(270deg, rgb(255 255 255 / 67%), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    width: 300px;
}

.block_10 .slick-slide>div {
    margin: 0 18px;
}

.block_24 .slick-slide>div {
    margin: 2px 18px;
}

.block_10 .slick-list,
.block_24 .slick-list {
    margin: 0 -18px;
}

.block_10_box,
.block_24_box {
    position: relative;
}

.block_10_slider button.slick-prev.slick-arrow.slick-disabled,
.block_10_slider button.slick-next.slick-arrow.slick-disabled,
.block_24_slider button.slick-prev.slick-arrow.slick-disabled,
.block_24_slider button.slick-next.slick-arrow.slick-disabled {
    background: #90a2b5 !important;
}

.block_10_slider button.slick-prev.slick-arrow,
.block_24_slider button.slick-prev.slick-arrow {
    background: #ec2626 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: -50px !important;
    top: 50%;
    z-index: 9;
}

.block_10_slider button.slick-next.slick-arrow,
.block_24_slider button.slick-next.slick-arrow {
    background: #ec2626 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    right: -50px !important;
    top: 50%;
    z-index: 9;
}

.block_10_slider .slick-prev,
.block_4_slider .slick-next,
.block_24_slider .slick-prev,
.block_4_slider .slick-next {
    opacity: 10 !important;
}

.block_10_slider .slick-prev:before,
.block_24_slider .slick-prev:before {
    content: '' !important;
    background: url(images/arrow-white-left.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 10 !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    left: 1px;
}

.block_10_slider .slick-next:before,
.block_24_slider .slick-next:before {
    content: '' !important;
    background: url(images/arrow-white-right.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 10 !important;
    display: inline-block;
    position: relative;
    bottom: 2px;
    left: 0px;
}

.form_box {
    max-width: 800px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
    padding: 45px 60px 25px 60px;
    margin: 0 auto;
}

.form_l {
    font-size: 15px;
    font-weight: 700;
}

.form_box .col-lg-12,
.form_box .col-lg-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

span.wpcf7-form-control-wrap.offerte_1,
span.wpcf7-form-control-wrap.soll_6 {
    height: 40px;
    border-radius: 20px !important;
    background: #f9f9f9 !important;
    border: none;
    display: block;
}

.form_box input,
.form_box select,
.sidebar_soll input,
.sidebar_soll select,
.soll_modal input,
.soll_modal select {
    height: 40px;
    border-radius: 20px !important;
    background: #f9f9f9 !important;
    border: none;
    font-size: 13px;
    margin-bottom: 10px;
}

.form_box textarea,
.soll_modal textarea,
.sidebar_soll textarea {
    height: 170px;
    border-radius: 20px !important;
    background: #f9f9f9 !important;
    border: none;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 15px;
}

div.soll_modal input.wpcf7-form-control.wpcf7-file,
.sidebar_soll input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    padding: 6px 20px;
}

.form_box .btn_blue,
.soll_modal .btn_blue,
.sidebar_soll .btn_blue {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 4px;
}

div.soll_modal .btn.btn_red,
.sidebar_soll .btn.btn_red {
    margin-top: 10px;
    width: 100%;
    display: block;
}

div.soll_modal form.invalid .btn.btn_red,
.sidebar_soll form.invalid .btn.btn_red {
    margin-top: 31px !important;
}

div.soll_modal span.wpcf7-not-valid-tip,
.sidebar_soll span.wpcf7-not-valid-tip {
    text-align: left;
    margin-top: -10px;
    padding: 0 13px;
    margin-bottom: 10px;
}

label.form_l.l_sec {
    margin-top: 30px;
}

.form_box select,
.soll_modal select,
.sidebar_soll select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/arrow-black-down.png) no-repeat 97% !important;
}

a.form_home img {
    width: 15px;
    margin-right: 3px;
}

a.form_home {
    color: #465362;
    text-decoration: none;
    padding: 0 10px;
}

a.form_home .fa-undo {
    transform: rotate(-54deg);
    color: #7b7b7b;
    margin-right: 3px;
}

.form_suc {
    display: none;
}

.form_suc_title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.form_suc_content {
    text-align: center;
}

.form_suc_img.cover {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    margin: 0 auto 25px auto;
}

.block_12 .container {
    max-width: 1200px;
}

.block_12_thumb.cover {
    height: 610px;
    border-radius: 10px;
    cursor: pointer;
}

.video_inner_12 {
    display: none;
}

.video_inner_12 iframe {
    height: 610px;
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
}

.block_13_box a {
    color: inherit;
    text-decoration: none;
}

.btitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.block_13_box p:last-child {
    margin-bottom: 0;
}

.block_13_box {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    cursor: pointer;
}

.block_13_box:hover {
    background: #ffffff;
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
}

.block_13_box:hover img.barrow {
    opacity: 10;
}

img.barrow {
    width: 20px;
    position: absolute;
    right: 43px;
    top: 19px;
    opacity: 0.5;
}

.block_14_thumb.cover {
    height: 220px;
    border-radius: 10px;
}

.block_14_comment {
    background: #ffffff;
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 20px;
}

.r_title {
    font-size: 18px;
    font-weight: 600;
}

.block_14_comment {
    background: #ffffff;
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 20px;
    border-radius: 10px;
    max-width: calc(100% - 100px);
    margin: -45px auto 0 auto;
}

.block_14_comment:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -20px;
    left: 20px;
    content: '';
}

img.rarrow {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

div.soll_modal h2 {
    color: #e02e13;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px !important;
}

div.soll_modal .block_content {
    text-align: center;
}

div.soll_modal .modal-body {
    padding: 45px 55px 25px 55px;
}


/*div.soll_modal .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-bottom: 20px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}*/

.closesollicitatieModal {
    cursor: pointer;
    color: #83888e;
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 16px;
}

div.soll_modal .modal-dialog {
    max-width: 600px;
}

.wpcf7-not-valid {
    border: 1px solid #ec2626 !important;
    color: #ec2626 !important;
}

.wpcf7-not-valid::placeholder {
    color: #ec2626 !important;
}

span.wpcf7-not-valid-tip {
    /* display: none !important; */
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    /* display: none !important; */
}

.sollicitatie_modal_succes_titel {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.sollicitatie_modal_succes_content {
    text-align: center;
}

.soll_suc {
    display: none;
}

.block_14_comment a {
    color: inherit;
    text-decoration: none;
}

h3.sidebar_title {
    color: #e02e13;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

h3.filter_vacatures {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

select.form-control.select_div {
    border-radius: 20px !important;
    background: #f9f9f9 !important;
    border: none !important;
    margin-bottom: 5px;
    font-size: 13px;
}

.job_box a {
    text-decoration: none;
    color: inherit;
}

.job_box {
    margin-bottom: 30px;
    transition: all 500ms ease;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.job_box:hover img.jarrow {
    opacity: 10;
}

img.jarrow {
    width: 20px;
    position: absolute;
    right: 18px;
    top: 0;
    opacity: 0.5;
}

h2.job_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;
    position: relative;
}

.job_cat {
    color: #ec2626;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.job_thumb.cover {
    height: 150px;
    border-radius: 10px;
}

.job_box:hover {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
}

.job_label {
    border-radius: 20px;
    background: #0068ff;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    position: relative;
    bottom: 2px;
}

.job_box.job_featured {
    border: solid 1px #0068ff;
    background: rgba(0, 104, 255, 0.07);
}

.sidebar_soll {
    margin-left: 15px;
    margin-right: 15px;
}

.sidebar_soll .btn_red {
    text-align: left;
}

hr.hr_soll {
    margin: 43px 0 40px 0;
}

.job_empty h2 {
    color: #ec2626;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.search_nav {
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    padding-top: 7px;
    text-decoration: none;
    border: none;
    background: #f9f9f9;
    color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: #ec2626;
    color: #fff;
}

.filter_cats a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    line-height: 32px;
}

.filter_cats a img {
    width: 15px;
    margin-right: 4px;
}

.filter_cats a.active {
    color: #ec2626;
}

.filter_job button {
    border-radius: 20px !important;
    background: #f9f9f9 !important;
    border: none !important;
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal !important;
    letter-spacing: normal;
    color: #495057;
}

.dropdown.filter_job .dropdown-menu {
    width: 100%;
}

.filter_job button::before {
    background-image: url("images/arrow-black-down.png") !important;
}

.dropdown.filter_job a.dropdown-item {
    margin-bottom: 3px;
    margin-top: 3px;
}

a.link_dropdown img {
    width: 15px;
    margin-right: 7px;
    position: relative;
    bottom: 1px;
}

.dropdown.filter_job a.dropdown-item img {
    width: 15px;
    margin-right: 7px;
    position: relative;
    bottom: 1px;
}

img.select_icon_first {
    width: 15px;
    margin-right: 4px;
}

a.link_dropdown {
    display: none;
    color: #000;
    text-decoration: none;
}

a.link_dropdown.active {
    font-weight: 600;
    display: inline-block;
    color: #000;
}

h2.block_title_single {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}

.job_place {
    color: #ec2626;
    font-weight: 400;
}

.block_17 {
    margin-top: 20px;
}

.block_18 .block_img {
    height: 500px;
    border-radius: 10px;
}

.block_17 ul {
    list-style: none;
    padding-left: 0;
}

.block_17 ul li:before {
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(images/select.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 10px;
}

div#sollicitatieModalSingle h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

div#sollicitatieModalSingle h2 span {
    color: #EC2626;
}

.header_content_inner_search {
    max-width: 350px;
}

.header_content_inner_search .dropdown button {
    border: none;
    color: #465362;
    font-size: 13px;
    border-radius: 20px !important;
    background: #f9f9f9;
    padding: 9px 20px !important;
    width: 100%;
    text-align: left;
}

.header_content_inner_search .dropdown button span {
    display: inline-block;
    height: 1px;
    background: #ec2626;
    margin-left: 10px;
    width: 140px;
}

.header_content_inner_search .dropdown button i {
    color: #ec2626;
    margin-left: 5px;
}

.header_content_inner_search .dropdown-menu {
    width: 100%;
}

.header_content_inner_search a.dropdown-item {
    margin-top: 3px;
    margin-bottom: 3px;
}

.block_7 .col_marge_991:last-child {
    margin-bottom: 0;
}

.block_19 .block_img.contain {
    height: 140px;
}

.block_19 .block_content p:last-child {
    margin-bottom: 0 !important;
}

.block_21 h2 {
    color: #000;
}

.block_21 {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
    padding: 50px 45px;
}

.block_21 ul {
    list-style: none;
    padding: 0;
}

.block_22 ul {
    list-style: none;
    padding-left: 5px;
}

.block_21 ul li:before,
.block_22 ul li:before {
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(images/select.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    display: block;
    margin-bottom: -14px;
    left: -20px;
}

.block_21 li,
.block_22 li {
    margin-left: 17px;
    margin-bottom: 9px;
}

.contact_box_22 {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 11px 23px rgba(0, 0, 0, 0.12);
    padding: 30px;
}

.contact_box_22 h3,
.block_23 h5 {
    color: #000;
    font-weight: 700;
}

.machine_col_inner {
    padding: 20px;
}

.block_23_box {
    position: relative;
}

.machine_col {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.block_23 h5 {
    margin-bottom: 10px !important;
}

.block_21.no_hightlight {
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.block_11.block_11_full .form_box {
    max-width: 100%;
}

.block_11.block_11_full .form_def,
.block_11.block_11_full .form_suc {
    max-width: 800px;
    margin: 0 auto;
}

.contact_box_22 .block_content p:last-child {
    margin-bottom: 0;
}

.block_23_img.cover {
    height: 250px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.grid_25_link,
.grid_25_video_link {
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    color: inherit !important;
    display: block;
    text-decoration: none !important;
    transition: box-shadow .15s linear;
}

.grid_25_link:not(.grid_25_link_disable):hover {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.35);
}

.grid_25_marge {
    height: 30px;
}

.grid_25_block_6,
.grid_25_block_1 {
    background: #F6FAFD;
}

.grid_25_block_1_image.cover,
.grid_25_block_6_image.cover {
    height: 100%;
    min-height: 350px;
}

.grid_25_block_1_image .table_box {
    cursor: pointer;
}

.grid_25_block_1_inner.grid_25_block_inner,
.grid_25_block_6_inner.grid_25_block_inner {
    color: #000;
}

.grid_25_block_1_inner .block_title,
.grid_25_block_6_inner .block_title {
    margin-bottom: 5px !important;
    color: #000;
}

.grid_25_block_inner .btn,
.grid_25_block_inner .gird_25_link_txt {
    margin-top: 15px;
}

.gird_25_link_txt img {
    width: 15px;
    margin-left: 10px;
}

.gird_25_link_txt {
    color: #fff;
    font-weight: 600;
}

.grid_25_block_2.grid_25_link {
    background: #445262;
}

.grid_25_block_3.grid_25_link {
    background: #91A3B6;
}

.grid_25_block_inner {
    color: #fff;
    padding: 80px 30px;
    position: relative;
}

.grid_25_block_2_inner .block_title,
.grid_25_block_3_inner .block_title,
.grid_25_block_4_inner .block_title,
.grid_25_block_4_inner .block_subtitle,
.grid_25_block_5_inner .block_title {
    margin-bottom: 5px !important;
    color: #fff;
}

.grid_25_block_4.cover.grid_25_link {
    height: 100%;
    min-height: 350px;
    text-align: center;
}

.grid_25_block_2,
.grid_25_block_3,
.grid_25_block_5,
.grid_25_block_6 {
    height: 100%;
}

.grid_25_block_4.cover.grid_25_link .block_title {
    margin-top: 15px !important;
}

.col_marge_set {
    margin-bottom: 30px !important;
}

.grid_25_block_4.cover.grid_25_link .block_subtitle {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}

.grid_25_layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(202, 33, 46);
    background: linear-gradient(180deg, rgba(202, 33, 46, 0.9332107843137255) 0%, rgba(11, 28, 90, 0.7679446778711485) 100%);
}

.grid_25_block_5.grid_25_link {
    background: #ED2121;
}

.rowh {
    height: 100%;
}

.grid_25_link .block_content p:last-child {
    margin-bottom: 0;
}

.block_contacts .contacts_subtitle {
    color: #465362 !important;
}

.block_contacts .contacts_title {
    color: #E62A1F !important;
}

.block_contacts .contact_box.cover {
    height: 220px;
    border-radius: 7px;
    position: relative;
}

p.ctitle {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.block_contacts .contact_box_inner {
    position: absolute;
    bottom: -30px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 7px;
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.block_contacts .contact_box_inner::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 20px;
}

.block_contacts .contact_box_inner p {
    margin-bottom: 0;
}

.block_contacts {
    margin: 30px 0;
}

.col_marge_set_double {
    margin-bottom: 60px !important;
}

.block_26 .block_title {
    color: #EC2626 !important;
    margin-bottom: 5px !important;
}

.block_26 .block_subtitle {
    color: #000 !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}

.block_26 .block_content {
    color: #465362;
}

.block_26 {
    background: #fff;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 7px;
}

.block_26_img.cover {
    min-height: 380px;
    height: 100%;
}

.block_26_inner {
    padding: 40px 60px;
}

.block_contacts span.carrow img {
    width: 15px;
}

.block_contacts span.carrow {
    flex: 0 0 45px;
    text-align: right;
}

p.cfunction {
    line-height: 18px;
    color: #000;
}


/*Footer*/

.footer_right .btn_border_black {
    margin-right: 5px;
}

.footer_top_logo {
    max-width: 160px;
    display: inline-block;
}

.footer_title p {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: 10px;
}

.footer_top {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
}

footer {
    padding: 30px 0;
}

footer a,
.footer_copyright a {
    color: #000;
    text-decoration: underline;
}

.btn_nb {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: relative;
}

.btn_nb img {
    margin-left: 0;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12px;
}

.footer_nb input {
    height: 40px;
    background: #f9f9f9;
    border-radius: 20px !important;
    font-size: 13px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid #e22500;
    margin: 10px 0 0 0 !important;
    padding: 3px 10px;
    color: #e22500;
    font-weight: bold;
    background: #fff;
}

a.social_round {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #f9f9f9;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

a.social_round i {
    color: #000;
    position: relative;
    top: 1px;
}

.footer_copyright p {
    margin: 0;
}

.footer_copyright {
    padding: 20px 0;
}


/*CSS @media Rules*/

@media (min-width: 1200px) and (max-width: 1600px) {
    div#content {
        padding: 0 50px;
    }
}

@media (max-width:1385px) {
    .block_contacts .contact_box_inner {
        width: 100%;
    }
    .block_contacts .contact_box_inner::before {
        left: 50%;
    }
}

@media (max-width: 768px) {
    .block_26_img.cover {
        min-height: 280px;
    }
    .block_19 .block_img.contain {
        background-position: left;
        margin-bottom: 10px;
    }
    .block_3 h2.block_title {
        font-size: 30px;
        line-height: 60px;
    }
    .header_content_inner {
        background-image: none;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
        height: auto;
    }
    .header_content_inner {
        margin-top: 150px !important;
    }
    .header_inner {
        top: 0!important;
        left: 0!important;
    }
    footer .col {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: inherit;
    }
    .header_sub h3.block_subtitle {
        font-size: 23px;
        margin-bottom: 0 !important;
    }
    .header_sub h2.block_title {
        font-size: 33px;
    }
}

@media (min-width: 992px) {
    a.grid_25_block_4.cover.grid_25_link .block_title {
        font-size: 42px;
        line-height: 44px;
    }
    .contact_box_22 {
        margin-top: 88px;
    }
    .f-height {
        height: 20px;
    }
    a.form_home.form_right {
        float: right;
    }
    .block_7_right {
        text-align: right;
    }
    .footer_right {
        text-align: right;
    }
    .align_right {
        float: right;
        position: relative;
        top: 9px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .header_content_inner {
        margin-top: 140px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    footer .col {
        display: block !important;
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: inherit;
    }
}

@media (max-width: 992px) {
    .block_21 {
        padding: 50px 15px;
    }
    .header_sub.cover.small_header .header_sub_inner {
        padding-top: 0;
    }
    .footer_right {
        margin-top: 20px;
    }
    .block_7_right {
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .block_5_banner h1 {
        font-size: 35px;
    }
    .form_home {
        text-align: center;
        display: block;
    }
    .spec_label {
        font-style: italic;
    }
    .col_marge_991 {
        margin-bottom: 30px;
    }
    .header_inner {
        top: 25px;
        left: 65px;
    }
    .header_content_inner {
        padding: 35px;
        margin-top: 50px;
    }
    .align_right {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .navbar-brand {
        margin: 0 auto;
        display: block;
    }
    .header_start .col-lg-8 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .header_start .col-lg-4 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .block_26 .block_title {
        font-size: 56px !important;
        line-height: 60px !important;
    }
    .block_26 .block_subtitle {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .container {
        max-width: 1540px;
    }
    .menumobile {
        display: none;
    }
}

@media (min-width: 1300px) {
    .block_26 .block_content {
        color: #465362;
        padding-right: 250px;
    }
    /* .block_23_box {
        position: relative;
        min-height: 480px;
    }
    a.block_23_link {
        position: absolute;
        bottom: 0;
    } */
}

@media (max-width: 1045px) {
    .usp_pint {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }
}

@media (max-width: 1199.99px) {
    .block_26_inner {
        padding: 30px;
    }
    /* .block_4 .slick-list {
        margin: 0 50px !important;
    } */
    .block_4 .slick-list {
        padding-bottom: 40px;
    }
    .block_10 .slick-list,
    .block_24 .slick-list {
        padding-bottom: 90px;
    }
    .block_4_slider button.slick-prev.slick-arrow,
    .block_10_slider button.slick-prev.slick-arrow,
    .block_24_slider button.slick-prev.slick-arrow {
        left: 0 !important;
        bottom: 0;
        top: inherit;
    }
    .block_4_slider button.slick-next.slick-arrow,
    .block_10_slider button.slick-next.slick-arrow,
    .block_24_slider button.slick-next.slick-arrow {
        right: 0 !important;
        bottom: 0;
        top: inherit;
    }
    .block_4_slide_inner table tr td {
        display: block;
        width: 100% !important;
    }
    .block_4_slide_thumb.cover {
        width: 100%;
        margin-bottom: 5px;
    }
    body.mobile_active {
        overflow: hidden;
    }
    .mobile_navi.active {
        height: 100%;
        overflow: auto;
    }
    .mobile_nav ul ul.sub-menu a {
        padding-left: 30px;
    }
    .mobile_nav ul ul.sub-menu {
        list-style: none;
        padding: 0;
        display: none;
    }
    .mobile_nav ul ul.sub-menu.show-menu {
        list-style: none;
        padding: 0;
        display: flex;
    }
    .bottom_bar select.select_lang {
        background: url(images/arrow-black-down.png) no-repeat 97% !important;
        border: none;
        width: 41px;
    }
    .bottom_bar {
        padding-bottom: 15px;
    }
    .bottom_bar .btn {
        font-size: 11px;
        padding: 7px 11px;
    }
    .bottom_bar .globale_lang i {
        color: #000;
    }
    .fixedbar {
        display: none;
    }
    .mobile_nav ul a {
        text-align: left;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 17px;
        color: #000 !important;
        text-decoration: none !important;
        border-bottom: 1px solid #dedede;
        display: block;
    }
    .mobile_nav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        list-style: none;
    }
    .mobile_nav ul a {
        padding: 14px 1rem;
    }
    a.nav-link {
        color: inherit !important;
        border-bottom: 1px solid #dedede;
    }
    .mobile_header table {
        margin-bottom: 0 !important;
    }
    a.search_btn i {
        position: relative;
        bottom: 1px;
    }
    a.search_btn {
        color: #fff;
        background: rgb(236, 38, 38);
        font-size: 15px;
        width: 30px;
        height: 30px;
        padding-top: 5px;
        display: inline-block;
        border-radius: 100%;
        text-align: center;
    }
    a.front_logo img {
        margin: 0 auto;
        display: block;
        max-width: 170px;
    }
    .mobile_header {
        display: block;
    }
    .mobile_navi {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
    }
    .mobile_nav.active {
        display: block !important;
        text-align: center;
    }
    .mobile_header {
        padding: 10px 0;
    }
    .mobile_toggle .btn_cl,
    .mobile_toggle.active i {
        display: none;
    }
    .mobile_toggle.active .btn_cl {
        display: block;
        position: relative;
        top: 0px;
        left: 0;
    }
    button.mobile_toggle i {
        position: relative;
        right: 0px;
        top: 1px;
    }
    button.mobile_toggle {
        position: relative;
        float: right;
        border: none;
        color: #fff;
        background: #ec2626;
        font-size: 15px !important;
        width: 30px;
        height: 30px;
        padding: 0;
        display: inline-block;
    }
    div#fcol1,
    div#fcol2 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .menumobile_1 select.select_lang {
        background: none;
        border: none;
        color: #fff;
        padding-top: 3px;
    }
    .menumobile {
        padding-top: 65px;
        text-align: center;
    }
    .menumobile_1 form.globale_lang {
        display: inline-block;
    }
    .menumobile_1 .search_toggler {
        display: inline-block;
        top: 17px;
        margin-left: 10px;
        margin-right: 10px;
    }
    div#menu_header {
        margin-top: -10px;
    }
    html {
        padding-top: 0!important;
    }
    .header_start .col-lg-8 {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
    }
    .header_start .col-lg-4 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 1300px) {
    a.nav-link {
        padding: 0 7px !important;
    }
}