.masthead.ui.inverted.segment {
    min-height: 200px;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.masthead.ui.inverted.segment h1 {
    text-transform: uppercase;
    display: inline-block;
    border: 3px solid #fff;
    padding: 10px 30px 10px 30px;
    margin-top: 50px;
    background: rgba(0,0,0,0.5);
}
.nopadding {
    padding: 0 !important;
}

.nopaddingleft {
    padding-left: 0 !important;
}
.margintop {
    margin-top: 14px !important;
}
body {
    background: #ffffff url('/wp-content/themes/tienova-vlada.sk/img/bg.png') repeat-y center center;
}
.smer-red {
    background-color: #bf1e2e !important;
    color: #ffffff;
}
.tienovy-grey {
    background-color: #a5a5a5 !important;
    color: #ffffff;
}
.ui.menu {
    border: none;
    box-shadow: none;
    background: none;
}
.fixed-custom-header {
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    position: fixed;
    z-index: 101;
    margin: 0em;
    width: 100%;
}
.fixed-custom-header .ui.grid {
    margin-top: 0 !important;
}
.main-content {
    padding-top: 247px;
    padding-bottom: 84px;
}
@media only screen and (min-width: 768px) {
    .main-content {
        padding-top: 102px;
    }
}
a.white {
    color: #ffffff;
}
a.white:hover {
    text-decoration: underline;
}
.noverticalpadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.fixed-custom-header h1 {
    font-size: 2.5rem !important;
}