VegBox CSS backup

<style>
html, body {oveflow-x:hidden !important;}

.navigation-buttons a:first-child {display:none;}

@media (min-width: 768px) {
#header .site-name a img, #header .site-name a>span {
margin: 10px;
}
/* Logo padding */
}

@media (min-width: 992px) {
#header {
padding-top: 300px;
}
.navigation-buttons {margin-top:8px;}
/* Vyšší header */

}
@media screen and (min-width: 1200px) {

.type-index h1.header-title {
height: 400px;
margin-top: -20%;
}
.sticky .header-navigation {
position: fixed;
top: 0px;
left: 0px;
z-index: 52;
width: 100%;
border-bottom: solid 1px #ffc702;
}
}
@media (min-width: 992px) {
#navigation {
height: 63px !important;
clear: none;
left: 50px;
font-size:16px;
}
.submenu-visible #navigation {
left: 184px;
}
.header-navigation>div {
width: 90%;
}
}
.navigation-in ul li a b:hover {border-bottom-color: #279a2f;}
/* Sticky header */

.navigation-in ul li a b {font-weight:700;text-shadow: -1px 0 #279a2f, 0 1px #279a2f, 1px 0 #279a2f, 0 -1px #279a2f;}
</style>