#sp-top-bar {
    background-color: #20232a;
    color: #fff;
}
#sp-header {
    background: #eb3236 none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    height: 75px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
#sp-header .logo {
    height: 75px;
}
#sp-slides {
	padding: 120px 0;
	color:#fff;
}
#sp-kategorije {
    background: #181a1f none repeat scroll 0 0;
    padding: 40px 0;
	color: #fff;
	text-align:center;
}
.kateg h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
/*menu*/
.sp-megamenu-parent {
    margin: 20px 0;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
    font-weight: bold;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}
.sp-megamenu-parent > li + li {
    border-left: 1px solid #fff;
    margin-left: 20px;
    padding-left: 20px;
}
/*typo*/
.btn {
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.btn-kat {
    border: 2px solid #eb3236;
}
.title-holder h1 {
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
}
.title-holder h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.title-holder p {
	padding: 40px 0;
}
.title-holder:before {
    content: '';
    display: block;
    width: 135px;
    height: 6px;
    margin: 0 auto 25px;
    background-color: #eb3236;
}
.text-white {
	color:#fff;
}
#sp-feature h3 {
    font-weight: bold;
    text-transform: uppercase;
}