body{
    overflow-x: hidden;
}
header{
    background-color:#F26D4F!important;
}
header .bottomGrey{
    border:none;
    color:#ffffff;
    position: absolute;
    width: 100%;
    z-index:2;
}
header ul.top_nav_menu > li > a, header ul.topMenu > li > a{
    color:#ffffff;
}
header ul.top_nav_menu > li > a:hover, header ul.topMenu > li > a:hover{
    color:#ffffff;
    text-decoration: underline;
}

header .phoneIcon {
    min-height: 120px;
    background-image: url(bracco_pes_hlavicka_2x.png);
    background-size: cover;
    position: relative;
    bottom: -20px;
}

header .phoneIcon .telephoneAndMail{
    display:none;
}
header ul.top_nav_menu .language_selection, header ul.top_nav_menu .currency_selection{
    background-color:#F26D4F;
    color:#ffffff;
    border: 1px solid #231d0e;
}
header ul.top_nav_menu .language_selection a, header ul.top_nav_menu .currency_selection a{
    color:#ffffff;
}

header ul.top_nav_menu .language_selection a:hover, header ul.top_nav_menu .currency_selection a:hover{
    color:#ffffff;
}
.main_search_area .btn-outline-secondary{
    background-color: #006C59;
}
.main_search_area .btn-outline-secondary:hover{
    background-color: #261D0D;
}
header .mainMenu{
    background-color: #261D0D;
    position: relative;
}

header .mainMenu:before{
    content:'';
    display: block;
    background-color: #261D0D;
    height: 100%;
    width:500px;
    position: absolute;
    left: -500px;
    top:0;
}
header .mainMenu:after{
    content:'';
    display: block;
    background-color: #261D0D;
    height: 100%;
    width:500px;
    position: absolute;
    right: -500px;
    top:0;
}
#modules-mobile-menu-opener{
    background-color: #ffffff;
}

@media (max-width: 576px) {
    header a.logo{
        position: relative;
        display: flex;
        min-height: 120px;
        z-index: 9;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    header a.logo img {
        left:0;
        top:0;
        min-height: 100px;
        width: 74%;
    }
    header .col-sm-12 .align-items-center{
        position: absolute;
        width: 100%;
        top: -89px;
        border-bottom: none
    }
    header .col-hidden:nth-child(2){
        display: block;
        position: absolute;
    }
    .topMenu.float-right{
        display:none!important;
    }
    header .phoneIcon {
        bottom: -16px;
        width: 90%;
        position: relative;
        margin-left: auto;
    }

}
.modules-header-icons i{
    color:#ffffff;
}

.topMenu.float-right li:last-child a{
    padding-right: 0;
}
@media (max-width: 1199px) {
    header .phoneIcon {
        min-height: 100px;
    }
}

header a.logo img, header a.logo{
    max-height: 120px !important;
    margin-top: 12px;
    width:auto;
}

header .container{
    position: relative;
}
.main_search_area{
    margin-top:10px;
}
.modules-header-icons{
    margin-top:10px;
}
header ul.navbar_menu .nav-item>a:hover{
    text-decoration: underline;
}


.carousel-control-next i, .carousel-control-prev i{
    font-size:30px;
    color:#ffffff;
}

.carousel-control-next, .carousel-control-prev{
    width: 8%;
    opacity:1;
}