Bikenero CSS

<style>
#footer {
background-color: #eeeeee;
margin-top: -37px;
}
#footer>.container {
background-color: #eeeeee;
margin-top: 9px;
}

p, ul, ol, li, strong, div {
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}

.menu-helper>span::before {background-color: transparent;}
.menu-helper>span {color: transparent;}

.navigation-in>ul>li>a:hover, .navigation-in>ul>li.ext>a:hover {color:red;}

.categories li.active>a, .categories li.active>a:hover {background-color: transparent;}
.categories .topic.active>a {background-color: #292929;}

.flag.flag-action {background-color: #d82b27;}
.flag.flag-new {background-color: #48d827;}
.flag.flag-tip {background-color: #278bd8;}

.homepage-box {background-color: #292929;}
.banner-wrapper {padding:10px;}

.zoom img {transition: all .2s ease-in-out;}
.zoom img:hover {transform: scale(1.05);}

@media (min-width: 768px) {
#header {background-image:url("http://code2.kubanavratil.com/user/documents/upload/Res/2019/BikeNero/header_background_darkstrip.png");background-position: bottom; background-repeat: no-repeat;}
#navigation {height:53px;}
.navigation-in {padding-top: 10px;}
.menu-helper {margin-top:10px;}
.navigation-in>ul>li>a {
padding-top: 19px;
padding-bottom: 20px;
margin-top: -12px;
}
.navigation-in>ul>li>ul, .menu-helper>ul>li>ul {margin-top: 21px;}
.menu-helper>span {height: 44px;}

.custom-footer {padding-top:0px !important;xxxmargin-top:-20px;border-top:solid 3px transparent;}
@media (min-width: 1200px) {
.footer-rows .site-name {top: 35px;max-width:180px;}
}

 

@media (min-width: 768px) {
#categories .expandable.expanded > ul {
display:none;
border-left: 1px solid #e1e1e1;
}
#categories .expandable:acitve >ul {
display:block;
background: #f7f7f7;
margin-bottom: 0px;
position: absolute;
z-index: 11;
margin-left: 100%;
margin-top: -47px;
width: 100%;
}
#categories .expandable > ul > li:acitve > ul {
display:block;
background: #f7f7f7;
margin-bottom: 0px;
position: absolute;
z-index: 11;
margin-left: 100%;
margin-top: -39px;
width: 100%;
}
.categories li {
padding-top:8px;
padding-bottom:7px;
border: 1px solid #e1e1e1;
border-top: 0px;
border-left: 0px;
}
.categories li:first-child {
border: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1 !important;
border-left: 0px;
}
.categories li:hover {
background-color:#dedede;
}
#categories .expandable.expanded > a > span::before, #categories .expandable.expanded>.topic>a>span::before {content: '\25B6';}
#categories ul .expandable .cat-trigger {top:15px;}

.categories li.active {
background-color: #d72817;
}

 

.categories .topic > a {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 70px;
background: xffffff;
color: #444444;
font-size: 16px;
border: 1px solid #e1e1e1;
border-top: 0;

background-position: 30px center;
background-repeat: no-repeat;
background-size: 30px auto;
}
.sidebar {background-color:#f7f7f7;}
.sidebar-inner > div h4 {display:none;}
.sidebar-inner {padding-top:0px;}
#categories {margin-top:-19px;}
.categories .topic.child-active>a {background-color:#292929 ;color:#ffffff;}
#categories .expandable > a:active > span, #categories .expandable>.topic>a:active>span {margin-top:auto;margin-bottom:auto;}
#categories .expandable > a > span::before, #categories .expandable>.topic>a>span::before {font-size:10px;font-weight:400;}
#categories .expandable.active.expanded>.topic>a>span {color:white;}
.categories a {padding-top:7px;padding-bottom:7px;}
#categories .expandable > a > span, #categories .expandable>.topic>a>span {top:17px;}
#categories ul .expandable .cat-trigger {top:15px;}
/* Nové menu */

.categories .topic.active a:hover[href="/cokolady-a-susenky/"], .categories .topic.child-active a:hover[href="/cokolady-a-susenky/"],
.categories .topic > a:hover[href="/cokolady-a-susenky/"], .categories .topic > a[href="/cokolady-a-susenky/"], .categories .topic.child-active a[href="/cokolady-a-susenky/"], .categories .topic.active a[href="/cokolady-a-susenky/"]
{background-image:url("http://code2.kubanavratil.com/user/documents/upload/Res/2019/BikeNero/menu_bike1.png");}

.categories .topic.active a:hover[href="/reese-s-hershey-s/"], .categories .topic.child-active a:hover[href="/reese-s-hershey-s/"],
.categories .topic > a:hover[href="/reese-s-hershey-s/"], .categories .topic > a[href="/reese-s-hershey-s/"], .categories .topic.child-active a[href="/reese-s-hershey-s/"], .categories .topic.active a[href="/reese-s-hershey-s/"]
{background-image:url("http://code2.kubanavratil.com/user/documents/upload/Res/2019/BikeNero/menu_bike2.png");}

</style>

 

 

<script>
/* navigation sub-menu display */

// Change 'hover' to 'click' if you want to
$('#categories .expandable.expanded > ul').parent().click(function() {
var submenu = $(this).children('ul');
if ( $(submenu).is(':hidden') ) {
$(submenu).slideDown(200);
} else {
$(submenu).slideUp(200);
}
});
</script>

 

<script type="text/javascript">
jQuery(function ($) {
var config = {contentUrl: 'http://code2.kubanavratil.com/code/instagram-widget-mockup/'};
if ($('#footer').length) {$.get(config.contentUrl, function (data) {$('#footer').prepend($(data).find('.news-item-detail .text').html()); }); } });
</script>

<script type="text/javascript">
jQuery(function ($) {
var config = {contentUrl: 'http://code2.kubanavratil.com/code/horizontal-blog-css/'};
if ($('#newsWrapper').length) {$.get(config.contentUrl, function (data) {$('#newsWrapper').append($(data).find('.news-item-detail .text').html()); }); } });
</script>