/* Custom Css */

.icon716 {
    background: url(https://www.mtt-brno.cz/img/menu-icon/716.svg);
    height: 35px;
    width: 35px;
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: -8px;
    background-repeat: no-repeat;
}

.icondarky {
    background: url(https://www.mtt-brno.cz/img/menu-icon/topmenu-darky.svg);
    background-size: 21px;
    height: 26px;
    width: 26px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-left: -5px;
    margin-top: -2px;
    background-repeat: no-repeat;
}

.row.main-banners {margin-top:8px;}

@media (min-width: 992px) {
li.menukontakt {
position: absolute;
top: -54px;
right: 45%;
background: #a40103;
}}
/*
@media only screen and (min-width: 1150px) {
.namotorku .dropdown-sub {
    background: white url(https://www.mtt-brno.cz/img/namotorku.jpg) left bottom no-repeat;

    background-size: cover;
}}*/


@media screen and (max-width: 767px){
.icon716, 
.icondarky {
    display: none;
}}