@media screen and (min-width: 691px) { 
	#hockey_bar_esports { 
		min-height: 40px;
		background: #212121; 
	}
}

#top_bar_icons {
    width: 100%;
    height: 40px;
    position: relative;
    background: #212121;
    text-align: center;
    border-bottom: 1px solid #424242;
    line-height: 0;
    font-size: 0;
}

@media screen and (max-width: 690px) {
    #top_bar_icons {
        display: none;
    }
}


.top_bar_icons_logo {
    cursor: pointer;
    width: 100%;
    height: 40px;
}

.top_bar_icons_logo a {
    display: inline-block;
    text-decoration: none;
    height: 40px;
    padding: 0px 2px;
}

.top_bar_icons_logo a:hover {
    text-decoration: none;
}

.top_bar_icons_logo a img {
    display: block;
    margin: 0px 0px;
    height: 40px;
    width: auto;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
}


.top_bar_icons_logo a img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);

    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.top_bar_icons_logo a.top_bar_icons_logo--no_grayscale img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


.top_bar_icons_logo__divider {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    width: 1px;
    background: #424242;
		margin: 0 4px;
    padding: 0px 0 0px 0px;
}

@media screen and (max-width: 1010px) {
    .top_bar_icons_logo a {
        padding-top: 10px;
    }
    .top_bar_icons_logo a img {
        height: 20px;
    }

}


#top_bar_icons #top_bar_search {
    width: 200px;
    padding: 0px 0px 0px 0px;
    margin: 3px 40px 0px 0px;
    height: 32px;
    float: right;
    background: url(<%=pomocnaCesta%>/loga/bcg_top_bar_search.png) no-repeat 0px 0px;
}

#top_bar_icons #top_bar_search input {
    background: transparent;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#top_bar_icons #top_bar_search #top_search_input {
    float: left;
    width: 155px;
    height: 25px;
    padding: 3px 0px 0px 10px;
    font-size: 12px;
    color: #5F5F5F;
}

#top_bar_icons #top_bar_search #top_search_submit {
    float: right;
    width: 30px;
    height: 34px;
    margin: 4px 3px 0px 0px;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    #top_bar_icons #top_bar_search {
        display: none;
    }
}

@media screen and (max-width: 1060px) {
    .top_bar_icons_logo__hidden1060 {
        display: none;
    }
}
