

body {
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #817e79;
    background-color: #000;
}


a {
    color: #ff7403;
}


a:hover {
	color: #ff7403;
	text-decoration: none;
}

.container-home {
    margin: 0;
    padding: 0;
    width: 100%;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1530px;
}


.form-control {
    color: #999 !important;
}

.container-max {
    width: 100%;
}




#upitReport {
    display: none;
}


header {
    position: absolute;
    z-index: 100;
    width: 100%;
}


.logo {
    padding-top: 2.5em;
}

.carousel-texts {
    position: absolute;
    margin-left: 0em;
    display: none;
}

.carousel-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1em;
}

.carousel-title a, .carousel-sub-title a {
    color: #fff;
}

.carousel-sub-title {
    font-size: 1.2em;
    color: #fff;
}


.carousel-title span {
    background-color: #000;
}



nav {
    float: right;
}


nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    font-weight: bold;
    margin: 0 0.85em;
    padding: .3em .5em;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
}

nav ul li:last-child {
    margin-right: 0;
}


nav ul li.selected {
    background-color: #FF7403;
    border-radius: 2px;
    text-shadow: none;
}


.glava-inverse nav ul li.selected {
    background-color: #fff;
    border-radius: 2px;
}



nav ul li.selected:hover {
    background-color: #ff7403;
}

nav ul li a {
    color: #ffffff;
}

.glava-inverse nav ul li a {
    color: #fff;
}

nav ul li.selected a {
    color: #000;
}

.glava-inverse nav ul li.selected a {
    color: #000;
}

nav ul li ul li {
    text-transform: none;
}

.misc {
    width: 100%;
    text-align: right;
    color: #ff7403;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: .5em;
    margin-bottom: .5em;
}

.brands-home {
    margin-top: .5em;
    margin-bottom: 2em;
}


.clean {
    padding: 0 !important;
    position: relative;
}

.clean img {
    width: 100% !important;
}


.clean-side {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}

.clean-side img {
    width: 100% !important;
}

.home-category-title {
    background-color: #fff;
    padding-top: 1em;
    position: absolute;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    bottom: 0;
    letter-spacing: .1em;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.home-category-title a {
    color: #000;
}


.white {
    background-color: #fff;
    padding: 3em 0;
}


p.title {
    text-align: center;
    color: #ff9c00;
    text-transform: uppercase;
    letter-spacing: .32em;
    font-size: 0.9em;
    font-weight: bold;
}


p.izdvojeno-title {
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-item {
    /*text-align: center;*/
}


.owl-prev {
    background: Transparent url("../img/left.png") no-repeat scroll center top !important;
    top: 100px;
    left: -20px;
}

.owl-next {
    background: Transparent url("../img/right.png") no-repeat scroll center top !important;
    top: 100px;
    right: -20px;
}


.owl-prev, .owl-next {
    background-color: transparent !important;
    height: 104px !important;
    margin: 0 10px !important;
    padding: 0 !important;
    text-indent: -99999px !important;
    width: 54px !important;
    position: absolute;
}

m
.owl-buttons {
	display: none;
}

.owl-prev {
	transition: left .5s;
}


.owl-next {
	transition: right .5s;
}



.grey {
    background-color: #edeeee
}

.black {
    background-color: #000
}


.home-extract, .home-extract-2 {
    text-align: center;
}


.home-extract a, .home-extract-2 a  {
    color: #817e79;
}

.home-extract h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
}

.space-1 {
    padding: 4em 6em 0 6em !important;
}

.border10 {
    /*border-bottom: solid 10px #fff;*/
}


.footer-naw-wrapper {
    margin-top: 3em;
    padding-bottom: 3em;
}

footer ul {
    list-style-type: none;
    font-weight: bold;
}

footer ul a {
    color: #bbbbbb;
}  

footer ul>li {
    padding: .35em 0;
}

footer ul>li>ul>li {
    padding: .45em 0;
}

footer ul>li>ul {
    margin-left: 0;
    padding-left: 0;
    font-weight: normal;
    font-size: 0.9em
}

footer ul>li>ul>li>ul {
    margin-left: 1.3em;
    padding-left: 0;
    font-weight: normal;
    font-size: 0.8em;
    list-style-type: circle;
}

.sub-footer {
    background-color: #171d23;
    padding: 4em 0 10em 0;
    color: #bbbbbb;
    font-weight: bold;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
}


p.sub-footer-title {
    font-size: 1.4em;
    margin: 0;
    padding: 0;
}

#mobile-switch {
    display: none;
    cursor: hand;
    cursor: pointer;
}


svg.sandwich {
    width: 48px;
    height: 48px;
}


svg.sandwich path {
    fill: white;
}


.glava-inverse svg.sandwich path {
    fill: white;
}


#mobile-nav {
    display: none;
}


#mobile-nav ul {
    list-style-type: none;
    margin: 2em 0 2em 0;
    padding: 0;
}


#mobile-nav ul li {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #222;
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-size: 1.4em;
}

#mobile-nav ul li:last-child {
    border-bottom-width: 0;
}


.glava {
    background: Transparent url("../img/header1.jpg") no-repeat scroll center top;
    height: 376px;
    /*position: static;*/
    position: relative;
}

.glava-inverse {
    background-color: #000;
    height: 147px;
    position: static;
    border-bottom: solid 1px #dedede;
}

.beige {
    background-color: #f4f2f2;
}


.bordered-list {
    /*border: solid 3px transparent;*/
}

.bordered-list div {
	margin: 3px;
	background-color: #fff;
	padding: 10px;
}


.bordered-list img {

}

.bordered-list div {
    box-shadow: 0;
    transition: box-shadow 0.3s;
}


.bordered-list div:hover {
    -webkit-box-shadow: 0px 0px 31px 0px rgba(255,116,0,0.33);
    -moz-box-shadow: 0px 0px 31px 0px rgba(255,116,0,0.33);
    box-shadow: 0px 0px 31px 0px rgba(255,116,0,0.33);
}


.product-list-wrapper {
    padding-top: 2em;

}


.product-list-wrapper .row {
    margin-bottom: 3em;
}

h2 {
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    padding: .2em .75em;
    margin-top: 0;
}

.home-extract h2 {
    background-color: transparent;
}

.article-list-brand {
    text-transform: uppercase;
    color: #909090;
    margin: 0;
    padding: 1em 0 0 0;
    text-align: center;
    font-weight: bold;
}

.article-list-brand a { 
    color: #909090;
}

.article-list-title {
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    
}

.article-list-title a {

}

.filter {
    float: right;
    color: #000;
}

    .filter {
        margin-bottom: 1.3em;
    }



.center {
    text-align: center;
}


.btn-more {
    background-color: #87898c;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.7em 1.7em;
    text-align: center;
}


.btn-send, .btn-video {
    /*display: block !important;*/
    background-color: #ff7403;
    color: #fff;
    width: 100%;
    margin: 2em 0;
    padding: 1em 0;
    font-weight: bold;
    text-transform: uppercase;
}


.btn-video {
    background-color: rgba(0, 0, 0, .3);
    font-size: 3em;
    margin: .35em 0;
    padding: .15em 0;
    color: #E30613;
}

.btn-video span {
    font-size: .9em;
    color: #fff;
} 

.btn-orange {
    background-color: #ff7403;
    border-color: #ff7403;
    color: #000;
    font-weight: bold;
}

ul#bread {
    list-style-type: none;
    margin: 0 0 0.75em;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 0.8em;
    margin-bottom: 2em;
    padding-bottom: 1em;
    /*border-bottom: solid 1px #000;*/
}

.artikl ul#bread {
    border-bottom: solid 1px #000;
}

.inner ul#bread { 
    /*border-bottom: solid 1px #ddd;*/
}

ul#bread li {
    float: left;
    padding-right: 5px;
}

ul#bread li::after {
    content: " /";
}

ul#bread li a {
    color: #000;
}


ul#bread li:last-child::after {
    content: "";
}

.artikl-brand {

}


h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 3em;
    font-weight: bold;
    /*letter-spacing: -1px;*/
}


h1.inner {
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: none;
}

h1.inner span {
    background-color: #f4f2f2;
    padding: 0.2em .5em;
    color: #000;
    font-weight: normal;
}

.artikl-short-description {
    color: #7a7a7a;
}


.nav-tabs {
    margin-top: 3em;
}

.nav-tabs > li {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tab-pane table {
    margin-top: 2em;
}

.tab-pane {
    padding: 1em 0;
}

.tab-pane td {
    font-size: .8em;
}


.container-fluid img {
    /*cursor: hand;
    cursor: pointer;*/
}



#owl-carousel-3 img {
    border: solid 1px #fff;
}


#owl-carousel-3 img:hover {
    border: solid 1px #ddd;
}


.thumbs {
    cursor: hand;
    cursor: pointer;
}




.side ul {
    list-style-type: none;
}

.side ul li {
    font-size: 1.3em;
    border-bottom: solid 1px #ddd;
    padding-bottom: .3em;
    margin-bottom: .3em;
}



.side ul li a {
    /*color: #999;*/
}

.side ul li.selected a {
    color: #000;
}





.representative-logo {
	margin-bottom: 1em;
    margin-top: 2em;
}

.tab-pane {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2em 2em 2em 2em;
}


nav ul li ul {
    background: Transparent url("../img/black50-2.png") repeat center top;
    position: absolute;
    padding-left: 0;
    z-index: 1000;
    display: none;
    margin-top: 10px;
}


nav ul li ul li {
    display: block;
}

nav ul li ul li a {
    color: #fff !important;
}

.pagination-wrapper {
    margin: 1em 0;
}

.pagination-wrapper ul {
    list-style-type: none;
    padding: 0;
}

.pagination-wrapper ul li {
    display: inline-block;
    padding: 0.25em 0.75em;
    background-color: #fff;
    margin: 0 0.25em;
}

.pagination-wrapper ul li a {
    color: #000;
}


.pagination-wrapper ul li.MarkupPagerNavOn {
    background-color: #ff7403;
}

.pagination-wrapper ul li.MarkupPagerNavOn a {
    color: #fff;
}


.brand-description {
    margin-bottom: 2em;
}

p.author {
    margin: 0.5em 0;
    color: #777;
}

p.author a {
    color: #777;
}

.center-img {
    margin: 0 auto;
}


#owl-carousel-news .owl-controls {
    text-align: right !important;
    margin-right: 2em;
}


#owl-carousel-news .owl-controls .owl-page span {
    width: 24px;
    height: 24px;
    border-radius: 0;
}

.single-news-wrapper {
    padding: 1em 6em;
}

h1.aktualno {
    background-color: transparent;
    color: #000;
    font-size: 2.3em;
    margin-left: 0;
    padding-left: 0;
}

.news-list-separator {
    margin-bottom: 5px;
    border-top: solid 3px #F4F2F2;
}


h3 {
    color: #000;
    font-size: 1.5em;
    margin-left: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.news-list-txt {
    text-align: center;
    padding: 3em 6em;
}

a .news-list-txt { 
    color: #817e79;
}



#gmap_kontakt {
    width: 100%;
    height: 600px;
}


.upit-wrapper {
    display: none;
    overflow: hidden;
}
 


#btnSend {
    /*float: right;*/
    background-color: #ff7403;
    border-color: #ff7403;
    margin-bottom: 20px;
}


.white-black {
    background: Transparent url("../img/white-black.png") repeat center top;
    min-height: 100px;
}

.black-white {
    background: Transparent url("../img/black-white.png") repeat center top;
    min-height: 100px;
}



.side-filters {
    background-color: #fff;
    padding: 2em 3em;
}

.side-filters ul a {
    color: #030a10;
} 


.side-filters ul li.selected ul li a {
    color: #030a10;
}

.side-filters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.side-filters ul li {
    text-transform: uppercase;
    font-size: 1.3em;
    border-bottom: solid 1px #eee;
    padding: 5px 0;
}



.side-filters ul li.selected a {
    color: #ff7403;
}


.side-filters ul li ul {
    /*text-indent: 1.5em;*/
    margin-left: .9em;
}


.side-filters ul li ul li {
    text-transform: none;
    font-size: .85em;
}

.side-filters ul li ul li:last-child {
    border-bottom-width: 0;
}


.side-filters ul li ul li ul {
    /*text-indent: 3em;*/
}



.gender-wrapper, .brand-wrapper {
    margin: 3em 0;
    color: #000;
    text-transform: uppercase;
}


.gender-wrapper p, .brand-wrapper p {
    margin-bottom: 1.5em;
}

.gender-wrapper span, .brand-wrapper span {
    padding-left: 1em;
    font-weight: bold;
    font-size: .9em;
}

.show-all {
    margin-top: 2em;
}

.brands-bottom {
    display: inline-block !important;
    float: none !important;
}

.brands-bottom-home {
    display: inline-block !important;
    float: none !important;
}

.modal-content {
    background-color: #000;
}

.modal-dialog  {width:65%;}

.modal-header {
    border-bottom-width: 0;
}

.close {
    opacity: .5;
    color: #fff;
}


#side-switch {
    background-color: #333333;
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
    padding: 1em 0;
    cursor: hand;
    cursor: pointer;
}

#side-switch {
    display: none;
}

#super-header {
    display: none;
    background-color: #222;
}


#super-header .row {
    padding: 2em 0 1em 0;
}


#q {
    height: auto !important;
    background-color: #222 !important;
    border: solid 1px #444 !important;
    transition: width 0.6s !important;
    width: 0;
}


.bottomed {
    margin-bottom: 2em;
}

.magnifier {
	font-size: 2em;
}

/*
.master-image-wrapper img {
    position: absolute;
}
*/

/*
.master-image-wrapper {
    position: relative;
}
*/

.with-shadow {
    background-image: url(../img/sjena.png);
    background-position: center top;
    background-size: 100% auto;
}

p.with-shadow { 
    margin: 0;
    padding: 0;
}

.r {
    float: right;
}

.google {
    margin-left: 32px; 
    margin-top: 10px;
}


.side a {
    color: #000;
}


.side li.selected a {
    color: #ff7403 !important;
}

#video2 {
    /*margin-top: 170px;*/
}


#owl-carousel {
    visibility: hidden;
}

.img-logo {

}


/*
.owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    background-color: #fff;
    border: solid 3px #ccc;
    height: 20px;
    width: 20px;
    opacity: .9;
    margin-bottom: 20px;

}


.owl-pagination {
    margin-top: -55px;
    z-index: 9999;
    position: absolute;
}


.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
*/


.prev {
    position: absolute;
    top: 200px;
    left: 50px;
    z-index: 999999;
}


.next {
    position: absolute;
    top: 200px;
    right: 50px;
    z-index: 999999;
}


.header-wrapper {
    padding: 0 30px;
}


.owl-page.active span {
    background-color: #f00 !important;
}

label {
    display: inline;
    font-weight: normal;
}

#btnSend:disabled {
    opacity: .3;
}


.date {
    font-size: 12px;
}


.upit-success {
    font-size: 25px;
    color: #ffa600;
    font-weight: bold;
    padding: 20px 0 40px 0;
}