/* Add here all your CSS customizations */

.flags li a.en {
    background: url(../images/en-flag-30x30.png) no-repeat !important;
}

.flags li a.sk {
    background: url(../images/sk-flag-30x30.png) no-repeat !important;
}

.flags li a.cs {
    background: url(../images/cz-flag-30x30.png) no-repeat !important;
}

/* Flags */
.flags {
    margin: 0;
    padding: 0;
    width: auto;
}

.flags li {
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.flags li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.flags li:hover a {
    background: #171717;
    color: #FFF !important;
}

.flags.flags-transparent li {
    box-shadow: none;
}

.flags.flags-transparent li a {
    background: transparent;
}

.flags.flags-icon-light li a i {
    color: #FFF;
}

#header .header-top .header-flags {
    margin-top: 3px;
}

#header .header-flags {
    float: right;
    margin: 15px 0 0 10px;
}

ul.collections,
ul.collections-2 {
    padding-left: 0 !important;
}

.collections li,
.collections-2 li {
    background-color: #ECEDF0;
    text-decoration: none !important;
    list-style-type: none !important;
    min-height: 45px;
    padding: 5px 0;
    margin-bottom: 5px;
    display: block;
}

.collections li li,
.collections-2 li li {
    background-color: #FFFFFF;
    min-height: 22px;
    height: 22px;
}

a.report-buttons {
    color: #ffffff !important;
    font-size: 14px !important;
    background: #0088cc;
}

a.report-buttons:hover {
    background: #0099e6 !important;
}

a.report-buttons:active {
    background: #0088cc !important;
}

a.report-buttons:visited {
    background: #0088cc !important;
}

a.report-buttons:focus {
    background: #0088cc !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
    #header .header-nav.header-nav-stripe .header-flags {
        margin-top: 70px;
    }
    #header .header-nav.header-nav-top-line .header-flags {
        margin-top: 70px;
    }
    #header .header-nav.header-nav-dark-dropdown .header-flags {
        margin-top: 70px;
    }
    #header.header-narrow .header-nav.header-nav-stripe .header-flags {
        margin-top: 30px;
    }
    #header.header-narrow .header-nav.header-nav-top-line .header-flags {
        margin-top: 30px;
    }
    html.side-header #header .header-flags {
        float: none;
        text-align: center;
        margin-top: 25px;
    }
}

