/* Špina */

body, html {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #838488;
}
* {margin:0; padding:0}
*:focus
{
    outline: none;
}
/**
 * A modern micro-clearfix hack by Nicolas Gallagher
 * http://nicolasgallagher.com/micro-clearfix-hack
 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
#wrapper{
	position:relative;
    max-width: 1003px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
#footer {
	position: relative;
	height: 100px;
	background-color: #ffffff;
	padding-top: 20px;
	border-top:10px solid #1b1b1b;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #838488;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #333;
}


/*
Main navigation
*/
.navigation {
	position: absolute;
	left: 12px;
	top: 11px;
	width: 144px;
	min-height: 332px;
	z-index: 100;
	background-image: url(../images/site/main_nav_c.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right:1px;
	border-right:1px solid #AAA;
}
#linkovi {
	display:block;
	float: right;
	list-style: none;
	width: 96px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727273;
	padding-top: 79px;
	margin-right: 30px;
	line-height:16px;
	border-bottom:none;
}
#linkovi > li{
		position:relative;
		text-align:right;
}
#linkovi > li > a {
	position:relative;
	line-height: 16px;
	display: block;
	color: #808285;
	text-decoration: none;
}
#linkovi > li > a:hover{
	color: #333333;
}

#linkovi > li > span{
	text-align:right;
	color:#BBB;
}

/*
Language navigation
*/
#lang {
	display:none;

	width:44px;
	float: right;
	list-style: none;
	padding-top: 7px;
	padding-left:52px;
	margin-right: 28px;
	border-top:1px solid #bababa;
	margin-top:8px;
}
#lang li {
	display:inline-block;
	color:#6f6f70;
	float: left;
	height: 12px;
	font-size: 9px;
	margin-left:6px;
}
#lang li.first a {
	font-weight: bold;
	color: #333333;
}
#lang li a {
	height: 12px;
	color:#6f6f70;
	display: block;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
#lang li a:hover /*, .selected a*/ {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	outline: none;
}
/**
 * HAMBURGER
 */
.hamburger {
    display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 20px;
    width:  60px;
    height: 60px;
    padding: 21px 17px;
    cursor: pointer;
    z-index: 200;
}
.hamburger__inner {
    position: relative;
    width:  100%;
    height: 100%;
}
.hamburger__bars {
    position: absolute;
    left:  0;
    right: 0;
    width:  100%;
    height: 3px;
    background-color: #333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#hamburger-bar-1 {
    top: 0;
}
#hamburger-bar-2,
#hamburger-bar-3 {
    top: 0;
    bottom: 0;
    margin: auto;
}
#hamburger-bar-4 {
    bottom: -1px;
}
/*
 * End HAMBURGER
 */
/**
 * Start HEADER NAVIGATION MOBILE code
 */
.hnm {
    position: fixed;
    top: -290px;
    left: -280px;
    bottom: 0;
    width: 280px;
    background-color: #ffffff;
    border-top: 360px solid #ffffff;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: -moz-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: -o-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.hnm-ul {
    width:  100%;
    height: 100%;
}
.hnm-ul li {
    display: table;
    width: 100%;
}
.hnm-ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    height: 60px;
    padding-left: 20px;
    padding-right: 45px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    background-color: #ffffff;
    color: #808285;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
.hnm-ul .hnm-li-has-children {
    position: relative;
}
.hnm-ul .hnm-li-has-children::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-top: 8px solid #808285;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
}
.hnm-ul .hnm-li-has-children > a {
    display: block;
    padding-top:    20px;
    padding-bottom: 20px;
}

/* Second level styles */
.hnm-ul .sub-menu {
    display: none;
	padding-right: 15px;
}
.hnm-ul .sub-menu a {
    background-color: #6D6E71;
    color: #eee;
    border-bottom: 1px solid #8a8b8d;
}
.hnm-ul .sub-menu .hnm-li-has-children::after {
	border-top-color: #ddd;
}

/* Third level styles */
.hnm-ul .sub-menu .sub-menu {
	padding-right: 0;
}
.hnm-ul .sub-menu .sub-menu a {
	background-color: #5d5e61;
	border-bottom-style: dotted;
}
.no-border-bottom {
	border-bottom: none !important;
}
/*
.hnm-ul .current-menu-ancestor > .sub-menu {
    display: block;
}
.hnm-ul .current-menu-ancestor > a,
.hnm-ul .current-menu-item > a {
    background-color: #ffffff !important;
    color: #ce181e !important;
}
*/
.hnm-ul a:hover,
.hnm-ul .hnm-li-has-children:hover > a {
    color: #000000 !important;
}
.hnm-ul .sub-menu a:hover,
.hnm-ul .sub-menu .hnm-li-has-children:hover > a {
    color: #ffffff !important;
}
/*
.hnm-ul .current-menu-ancestor:after,
.hnm-ul .hnm-li-has-children:hover:after{
    border-top: 10px solid #343434;
}
*/
.lt-ms-edge {
    .hnm {
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        backface-visibility: visible;
    }
}
/**
 * End HEADER NAVIGATION MOBILE code
 */
.content {
	position: relative;
	padding:0;
	margin:0 auto;
}
.logo {
	position: absolute;
	top: 35px;
	left: 25px;
	z-index: 200;
}
#miro {
	display: block;
	max-width: 1003px;
	margin-left: auto;
	margin-right: auto;
}
/**
 * Start SLICK SLIDER styles
 */
.slick-slide {
    outline: none;
}
.general-slick .general-slick-img,
.slick-w-content .swc-img {
    display: none;
    margin-left: auto;
    margin-right: auto;
}
.general-slick.slick-initialized .general-slick-img,
.slick-w-content.slick-initialized .swc-img {
    display: block;
}


.slick-w-content {
	max-width: 1003px;
	margin-left: auto;
	margin-right: auto;
}
.slick-w-content .slick-arrow {
	display: block;
	-webkit-appearance: none;
    opacity: 0;
	background: none;
	outline: 0;
	border: 0;
	position: absolute;
    top: 0;
	bottom: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 100;
    cursor: pointer;
}
.slick-w-content .slick-arrow:hover {
	opacity: 1;
}
.slick-w-content .slick-arrow img {
    margin-top: 250px;
    margin-left: 40px;
    margin-right: 40px;
}
.slick-w-content .slick-prev {
    left: 0;
}
.slick-w-content .slick-next {
    right: 0;
}



.spacer { min-height: 95px; }
.spacer-w-bg {
	min-height: 40px;
	background-color: #333333;
}


.swc-info-bg-color {
	background-color: #333333;
}
.swc-info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1003px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 10px;
}
.swc-info-dots-wrapper {
	display: inline-block;
    vertical-align: middle;
}
.swc-info .slick-dots {
    list-style-type: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-right: 1px dotted #606060;
}
.swc-info .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.swc-info .slick-dots button {
    display: block;
    padding: 2px 10px;
    font-size: 12px;
    background: none;
    color: #606060;
    border: 0;
    border-right: 1px solid #606060;
    cursor: pointer;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
.swc-info .slick-dots button:hover {
    color: #ffffff;
}
.swc-info .slick-dots li:last-of-type button {
	border-right: 0;
}
.swc-info .slick-dots .slick-active button {
	color: #ffffff;
}
.swc-info-name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 165px;
	padding: 6px 12px;
	vertical-align: middle;
	border-right: 1px dotted #606060;
}
.swc-info-name p {
	margin-bottom: 0 !important;
	color: #ffffff;
}
.swc-info-pdfs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 280px;
    margin-left: 8px;
	vertical-align: middle;
	border-right: 1px dotted #606060;
}
.swc-pdf {
	display: inline-block;
    margin-right: 8px;
    padding: 6px 8px;
	vertical-align: middle;
	position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
.swc-pdf:hover {
    background-color: #242424;
}
.swc-pdf img {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	margin-right: 8px;
}
.swc-pdf p {
	display: inline-block;
	max-width: 85px;
	vertical-align: middle;
	margin-bottom: 0 !important;
	font-size: 11px;
	color: #fefefe;
}
.swc-tooltip {
	position: absolute;
	left: -50%;
	right: 0;
	bottom: 0;
	min-width: 228px;
	padding: 4px 16px 12px 16px;
	border-bottom: 60px solid transparent;
	background-color: #333333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-clip: padding-box;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.swc-tooltip ul {
	list-style: none;
}
.swc-tooltip-left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-right: 8px;
}
.swc-tooltip-right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 50%;
	padding-left: 8px;
}
.swc-tooltip ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}
.swc-tooltip ul li .swc-tooltip-last {
	border-bottom: none;
}
.swc-tooltip:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	border-top: 15px solid #333333;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.swc-pdf-hover {
	cursor: pointer;
}
.swc-pdf-hover:hover .swc-tooltip {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1;
}
.swc-info-message {
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
}
.swc-info-message p {
	margin-bottom: 0 !important;
}
/**
 * end SLICK SLIDER styles
 */
.vise{
	background:url(../images/site/vise.gif) no-repeat;
	height:8px;
	width:36px;
	display:block;
	text-indent:-9000px;
	margin:6px 0;
}
.vise:hover{
	background:url(../images/site/vise.gif) no-repeat;
	background-position:0 -16px;
}
.short_art {
	background:url(../images/site/short_article_divider.gif) no-repeat top left;
	padding-top:10px;
	margin-top: 12px;
	line-height:15px;
}

.short_art:first-child {
	background:none;
	margin-top:0;
	padding:0;
}
.short_art h3, .short_art h3 a{
	font-size:12px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
.short_art h3:hover {
	color:#333;
	text-decoration:none;
	font-weight: normal;
}

.date {
	font-size: 10px;
	color: #CCC;
}
.short {
	font-size: 11px;
	line-height:13px;
	color: #999;
}

.newsletter {
	float:left;
	width: 15.9401794616%;
	min-height: 85px;
	padding-left: 15px;
	background-image: url(../images/site/divider_float.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#news_form {
	position: relative;
	width: 170px;
	font-size: 12px;
	color: #838488;

}

#news_form label {
	display: block;
	font-size: 11px;
	color: #808285;
	margin-bottom: 5px;
}
#news_form input {
	display:inline-block;
	float:left;
	width: 152px;
	height: 12px;
	text-indent: 6px;
	padding:0;
	color: #666666;
	padding:2px 0;
	font-size: 11px;
	line-height:12px;
	font-weight: normal;
	border:1px solid #DDDDDD;
	border-right:none;
}

#news_form p {
	padding-bottom: 10px;
}
#news_form button {
	display:inline-block;
	float: left;
	width: 17px;
	height: 18px;
	padding:0px;
	border:1px solid #DDDDDD;
	background:#666666 url(../images/site/newsletter_button.gif) no-repeat center;
	border-left:none;
	cursor:pointer;

}

.foot1 {
	float:left;
	width: 30.9042871386%;
	margin-left: 10px;
}
.adress {
	color: #333333;
	padding-bottom: 10px;
	margin-left: 6px;
	line-height:14px;
	letter-spacing:0;
}
.adress1{
	font-size:11px;
	font-weight:bold;
}
.adress a {
	color: #333333;
}
.copy {
	font-size: 10px;
	color: #808285;
	font-weight: bold;
	line-height: 12px;
}
.copy a {
	overflow: hidden;
	outline: 0 none;
}
.kodeks {
	float:left;
	width: 26.6201395813%;
	min-height: 85px;
	padding-left: 15px;
	background-image: url(../images/site/divider_float.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.kodeks img{
	margin-right:20px;
}


img {
	border: 0;
	outline: 0;
}

.copy1{
	margin-top:5px;
	color:#777;
	font-size:10px;
	line-height:14px;
}
.copy1 > a{
	text-decoration:none;
}
.copy1 > a:hover{
	color:111px;
	text-decoration:none;
}

#veliki{
	position:absolute;
	left: 157px;
	top:11px;
	background-color: #ffffff;
	width: 75%;
	max-width: 480px;
	border-top-right-radius: 5px;
	height: 675px;
	z-index: 100;
	padding-top:25px;
}
#srednji{
	position:absolute;
	left: 157px;
	top:11px;
	background:url(../images/site/veliki_top.png) no-repeat right top;
	width: 100%;
	max-width: 480px;
	z-index: 100;
	padding-top:25px;
	line-height:17px;
}
#mali{
	width: 100%;
	max-width: 480px;
	position:absolute;
	left: 157px;
	top:11px;
	background-color: #ffffff;
	z-index: 100;
	padding-top:25px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#mali > div > div, #srednji > div > div, #o_nama > div > div{
	min-height:295px;
}
#o_nama{
	position:absolute;
	left: 157px;
	top:11px;
	background:url(../images/site/veliki_top.png) no-repeat right top;
	width: 100%;
	max-width: 480px;
	z-index: 100;
	padding-top:25px;
	line-height:17px;
	}
#o_nama > div, #srednji > div, #mali > div{
	padding-bottom:6px;
	width:100%;
	line-height:17px;
}
#o_nama > div > div, #srednji > div > div, #mali > div > div{
	background:#FFFFFF;
	padding:0 25px 6px 25px;
}
#o_nama .attachments a, #o_nama .attachments a:hover{
	text-decoration:none !important;
}





#novosti{
	position:relative;
	background:#FFF;
	height:100%;
	font-size:12px;
}

#novosti > h2, #o_nama h2, #srednji h2, #mali h2{
	font-size:12px;
	color:#333;
	margin-bottom:12px;
}
#novosti > h2{
	text-indent:25px;
}
.scroll-pane{
	overflow:hidden;
	height: 93%;
	width: 98%;
}

.clanak, .clanci{
	width: 95%;
	text-align:left;
	padding-left:25px;
}

.glava{
	display:block;
	color:#333;
	background:url(../images/site/news_divider.gif) no-repeat;
	padding-top:20px;
	padding-bottom:8px;
	clear:both;
}
.glava:first-child{
	padding-top:0;
	background:none;
}
.glava:hover{
	color:#000000;
}
#popis_salona .glava{
	cursor:pointer;

}
#popis_salona .glava h3:hover{
	color:#333;
}
#popis_salona .ui-state-active h3{
	color:#333;
}

.tijelo_teksta p{
	line-height:17px;
	margin-bottom:6px;
	}
.tijelo_teksta a, #o_nama a{
	text-decoration:underline;
	color:#727272;
}
.tijelo_teksta a:hover, #o_nama a:hover{
	color:#333;
}

.clanci > img{
	margin:6px 0;
}
#novosti h3, h3.naslov_ponude{
	display:block;
	color:#333;
	font-size:15px;
	line-height:1.4em;
	font-weight:normal;
	margin-bottom:4px;
}
.datum_clanka{
	color:#727272;
	display:block;
}
.clanak p{
	margin-bottom:8px;
	line-height:14px;
	color:#808285;
}

/* ARTIKLI POPIS */
#artikli{
	position:absolute;
	top:11px;
	left: 157px;
	width: 100%;
	max-width: 160px;
	min-height: 332px;
	background-color: #ffffff;
	z-index: 100;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#artikli h2{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#333;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin-top:25px;
	cursor:pointer;
	width: 80%;
	height:auto;
	overflow:hidden;
	background:url(../images/site/tooltip.gif) no-repeat right 2px;
	padding-right: 15px;
}
#artikli h3{
	display:block;
	color:#808285;
	font-size:12px;
	line-height:1.5em;
	font-weight:normal;
	width:110px;
	margin-top:8px;
	margin-bottom:8px;
	border-top:1px dotted #DDD;
	border-bottom:1px dotted #DDD;
	padding:3px 0;
}
#artikli ul{
	display:block;
	line-height:18px;
	text-indent:8px;
	color:#727273;
	list-style:none;
	height: 200px;
	width: 90%;
	margin-left:9px;
}
#artikli ul .aktivan{
	color:#5e5e5f;
	font-weight:bold;
	background:url(../images/site/list_arrow_right.gif) no-repeat;
	background-position:0 3px;
}

.tooltip_bg_top{
	background:url(../images/site/tooltip_bg_top.png) no-repeat;
}
.tooltip_bg_bottom{
	background:url(../images/site/tooltip_bg_bottom.png) no-repeat;
	z-index:101;
	position:absolute;
	height:20px;
	width:169px;
}
#artikli > h2, #artikli > h3, #artikli > ul{
	margin-left:17px;
}
.content p{
	margin-bottom:6px;
}
#popis_salona h3{
	font-size:12px;
	font-weight:normal;
	color:#727273;
}
#linkovi a.aktivan{
	font-weight:bold;
	color:#333;
}
ul.lokacija{
	list-style:none;
	height:26px;
	margin-bottom:12px;
}
ul.lokacija li{
	display:block;
	float:left;

}
ul.lokacija li a{
	display:block;
	height:26px;
	text-indent:-999em;
	overflow: hidden;
	background-image:url(../images/salon-buttons.png);
	background-repeat: no-repeat;
}
ul.lokacija li.rounded-corner
{
	background:url(../images/salon-buttons.png) right top no-repeat;
	width: 11px;
	margin-left: -1px;
	height:26px;
}
.mapa
{
	width:118px;
}
.mapa:hover
{
	background-position: 0 -26px;
}
.parking
{
	width:65px;
	background-position: -118px 0;
}
.parking:hover
{
	background-position: -118px -26px;
}
.lokacija_foto
{
	width:44px;
	background-position: -183px 0;
}
.lokacija_foto:hover
{
	background-position: -183px -26px;
}
.panorama
{
	width:43px;
	background-position: -227px 0;
}
.panorama:hover
{
	background-position: -227px -26px;
}
.dropdown_list{
	position:absolute;
	width:184px;
	display:none;
	background:url(../images/site/asortiman_menu/asortiman_bg_top.png) no-repeat top;
	padding-top:19px;
	margin:0;
	z-index:200;
}
.dropdown_list > div{
	background:url(../images/site/asortiman_menu/asortiman_bg_bottom.png) no-repeat bottom;
	padding-bottom:23px;
}
.dropdown_list > div > div.accordion {
	width:167px;
	padding:0 7px 0 10px;
	background:url(../images/site/asortiman_menu/asortiman_bg_pattern.png) repeat-y;
}
.dropdown_list #stupid_arrow{
	position:absolute;
	background:url(../images/site/asortiman_menu/asortiman_arrow.gif) no-repeat;
	top:72px;
	left:5px;
	height:10px;
	width:10px;
}
.dropdown_list h2{
	position: relative;
	display:block;
	width: 142px;
	height: 14px;
	font-size:13px;
	font-weight:normal;
	line-height:14px;
	padding:4px 0;
	padding-left:25px;
	border-top: 1px solid #8a8b8d;
	color:#DDD;
}
.dropdown_list h2:first-child{
	border-top:none;
}
.dropdown_list h2:hover{
	color:#FFF;
}
.dropdown_list h2 > a{
	color:#EEE;
	text-decoration:none;
}
.dropdown_list h2 > a:hover{
	color:#FFF;
}

/* Arrows */
.dropdown_list h2.ui-state-default{
	background:url(../images/site/accordion_arrows.gif) no-repeat;
	background-position:8px 0;
	cursor:pointer;
}
.dropdown_list h2.ui-state-active{
	font-weight:bold;
	color:#FFF;
	background:url(../images/site/accordion_arrows.gif) no-repeat;
	background-position:8px -22px;
	cursor:pointer;
}
/* END Arrows */
.dropdown_list ul{
	display:block;
	list-style:none;
	width:167px;
	background:#5d5e61;
	border-top:1px solid #8a8b8d;
}

.dropdown_list ul a {
	display:block;
	font-size: 12px;
	line-height: 14px;
	color: #eee;
	height:auto;
	text-decoration: none;
	padding:6px 0 4px 0;
	padding-left:25px;
	background: url(../images/site/articles_divider_p.gif) top no-repeat;
}
.dropdown_list ul li:first-child > a {
	background:none;
	padding-top:4px;
}
.dropdown_list ul a:hover{
	color:#FFF;
}
.nema-linka{
	cursor:default;
}
.nema-linka:hover{
	color: #eee !important;
}
.prod_list{
	display:none;
	z-index:100;
	position:absolute;
}
.prod_list ul{
	font-weight:normal;
	width: 167px;
	margin-left: 8px;
	padding-top: 8px;
	list-style:none;
}

.prod_list a {
	font-size: 12px;
	line-height: 12px;
	color: #eee;
	display:block;
	width:139px;
	text-decoration: none;
	padding:6px 0 4px 0;
	background: url(../images/site/articles_divider_p.gif) top no-repeat;
	margin-left:9px;
	padding-left:18px;
}

.prod_list ul > li:first-child > a {
	background:none;
	padding-top:4px;
}
.prod_list a:hover{
	color:#FFF;
}
#asortiman_tooltip{
	cursor:pointer;
}
#proizvodi a{
	color:#727273;
	text-decoration:none;
}
#proizvodi a:hover{
	color:#333;
}
.attachments{
	margin:10px 0;
	height:auto;
}
.dokumenti{
	clear:both;
}
.dokumenti h4, .galerija h4{
	color:#333;
	font-weight:normal;
	font-size:12px;
	margin-bottom:5px;
}
.dokumenti h4{
	display:block;
}
.dokumenti ul{
	list-style:none inside;
}
.dokumenti li{
	display:block;
	margin-bottom:2px;
}
.dokumenti ul a{
	display:block;
	text-decoration:none;
	line-height:20px;
	height:16px;
	padding-left:20px;
	color:#727272;
}
.dokumenti ul a:hover{
	color:#333;
}
.galerija{
	margin-top:12px;
	margin-bottom:24px;
	display:block;
}
.galerija a img{
	display:block;
	position:relative;
}
.galerija a{
	display:block;
	float:left;
	margin:0 3px 3px 0;
	padding:1px;
	border:1px solid #BABABA;
}
.tijelo_teksta a img{
	margin:3px;
	padding:1px;
	border:1px solid #BABABA;
}
.galerija a:hover, .tijelo_teksta a img:hover{
	border:1px solid #333;
}
.ext_pdf{
	background: url(../images/site/xpA-pdf-Adobe.png) top left no-repeat;
}
.years{
	display:block;
	position:absolute;
	right:25px;
	top:0px;
}
.years li{
	display:inline;
	padding:0 5px;
}
.years a{
	color:#bababa;
	text-decoration:none;
}
.years a:hover{
	color:#333;
}
.years .active{
	font-weight:bold !important;
	color:#333;
}

.tijelo_teksta > img{
	margin-top:18px !important;
}
#fblike-asortiman{
	background:url(../images/bg-fblike.png) no-repeat;
	position:absolute;
	right:11px;
	top:11px;
	padding:5px 5px;
	min-height:20px;

}
#facebook-link{
	display:block;
	position:absolute;
	right: 15px;
	top:60px;
	width:32px;
	height:32px;
	text-indent:-999em;
	overflow:hidden;
	background:url(../images/facebook-link.png) no-repeat;
}
#banner
{
	width: 216px;
	height: 157px;
	position: absolute;
	right: 0;
	top: 11px;
}
#novosti h2.main-outlet-title{  color:#8E8985; }
#novosti h3.outlet-title{
	color:#333;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin-top:15px;
	cursor:pointer;
	width:103px;
	height:auto;
	overflow:hidden;
	background:url(../images/site/tooltip.gif) no-repeat right 2px;
	padding-right:10px;
}
#novosti h3.outlet-subtitle {
	display: block;
	color: #808285;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	width: 110px;
	margin-bottom: 8px;
	border-top: 1px dotted #DDD;
	padding: 3px 0;
}
#novosti p.outlet-desc { color: #1C2127;  margin-bottom: 20px; }
#novosti .outlet-pdf {
	float:left;
	margin-right:18px;
	margin-bottom: 20px;
}
#novosti .outlet-pdf img {
	border: 1px solid #1C2127;
}
#novosti .outlet-pdf a {
	color: #1C2127;
	text-decoration: none;
	display: block;
	font-size:13px;
}
.clear-fix { clear:both; }
#novosti .pdf-date-mod { font-style:italic; margin-top: 3px; margin-bottom:3px; }


#outlet_tooltip { margin-top: 10px; }
#outlet_lista { text-align:left; }
#outlet_lista.dropdown_list #stupid_arrow
{
	top: 37px !important;
}

#flash-news
{
	position: absolute;
	right: 43px;
	top: 18px;
	width: 21.5353938185%;
}
#flash-news h1
{
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.cbp-qtrotator {
	width: 100%;
	position: relative;
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    border-top: 1px solid #f4f4f4;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    padding-top: 3px;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

/* Currently visible */
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    background: #ccc;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

.cbp-qtrotator blockquote p {
    font-size: 2em;
    color: #888;
    font-weight: 300;
    margin: 0.4em 0 1em;
}
.cbp-qtrotator .cbp-qtcontent a
{
	font-size: 13px;
	line-height: 1.5em;
	text-decoration: none;
	display: block;
}

.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
    content: '? ';
}

.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) {

    .cbp-qtrotator {
        font-size: 70%;
    }

    .cbp-qtrotator img {
        width: 80px;
    }

}
.cbp-qtprev, .cbp-qtnext
{
	cursor: pointer;
	text-indent: -999em;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 12px;
}
.cbp-qtnext
{
	background: url(../images/site/list_arrow_right.gif) no-repeat;
	background-position: center 0px;
}
.cbp-qtprev
{
	background: url(../images/site/list_arrow_left.gif) no-repeat;
	background-position: center 0px;
}
.cbp-qtnav
{
	position: absolute;
top: -16px;
right: 0;
line-height: 12px;
}



#srednji.reference {
    width: 240px;
}
#srednji.reference > div > div {
    min-height: 301px;
}

.years-wrapper {
    padding-bottom: 4px;
    border-bottom: 1px dotted #838488;
    margin-bottom: 8px;
}
.years-wrapper a {
    display: inline-block;
    padding-right: 5px;
    text-decoration: none;
    color: #808285;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.years-wrapper .year-link-active,
.years-wrapper a:hover {
    font-weight: bold;
    color: #333333;
}

.slick-places {
    margin-bottom: 10px;
}
.slick-places .slick-slide {
    height: 230px;
}
.slick-places a {
    display: block;
    text-decoration: none;
    color: #808285;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.slick-places a.active,
.slick-places a:hover {
    font-weight: bold;
    color: #333333;
}
#js-slick-dynamic {
    height: 724px;
    overflow: hidden;
}
#js-slick-dynamic .swc-img {
    background: url(../images/spinner.gif) no-repeat center center;
}





@media screen and (max-width: 1024px) {
	.general-slick .general-slick-img,
	.slick-w-content .swc-img {
		width: 100%;
		max-width: 100%;
	}
	#veliki {
		height: 90%;
	}


	.spacer,
	.spacer-w-bg { display: none; }


	.swc-info {
		padding-bottom: 10px;
		position: relative;
	}
	.swc-info-dots-wrapper,
	.swc-info-name,
	.swc-info-pdfs {
		width: 100%;
        text-align: center;
	}
	.swc-info-dots-wrapper {
		margin-bottom: 7px;
	}
	.swc-info-name {
		max-width: none;
		margin-bottom: 7px;
		border-right: 0;
	}
	.swc-info-pdfs {
		max-width: none;
        margin-left: 0;
		border-right: 0;
	}
	.swc-pdf {
		vertical-align: top;
	}
    .swc-pdf:first-child {
        margin-bottom: 10px;
    }
	.swc-tooltip {
		position: static;
        background-color: transparent;
		border-bottom: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.swc-tooltip-left {
		width: 100%;
		padding-right: 0;
	}
	.swc-tooltip-right {
		width: 100%;
		padding-left: 0;
	}
	.swc-tooltip ul li .swc-tooltip-last {
		border-bottom: 1px dotted #ffffff;
	}


	.foot1,
	.newsletter,
	.kodeks,
	#flash-news {
		width: 48%;
		margin-bottom: 20px;
	}
	.kodeks {
		clear: both;
	}
	#flash-news {
		position: static;
		float: left;
	}



    #js-slick-dynamic {
        height: 0;
        overflow: hidden;
        padding-bottom: 66%;
    }



    .pp_pic_holder.pp_default {
        width: 95%!important;
        left: 0!important;
        right: 0!important;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right {
        padding-right: 0!important;
    }
    .pp_content {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom {
        display: none!important;
    }
    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details {
        width: 100%!important;
        padding-top: 10px;
        padding-left: 3%;
        padding-right: 4%;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close {
        right: 7%!important;
        top: 10px!important;
    }
}
@media screen and (max-width: 810px) {
	.swc-info-dots-wrapper {
		margin-top: 7px;
	}
	.swc-info .slick-dots {
		line-height: 28px;
		height: auto;
		border-right: 0;
	}
	.swc-info .slick-dots li:last-of-type button {
		border-right: 1px solid #606060;
	}
	.swc-info-name {
		padding-left: none;
	}
	.swc-info-pdfs {
		margin-bottom: 7px;
	}
}
@media screen and (max-width: 800px) {
	/**
	 * General (Site wide) CSS
	 */
	img {
		max-width: 100%;
        height: auto;
	}
	.logo {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 95%;
		margin: auto;
		text-align: right;
		background-color: #ffffff;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-box-shadow: 0 1px 5px;
		-moz-box-shadow: 0 1px 5px;
		box-shadow: 0 1px 5px;
	}
	.logo a {
		display: inline-block;
		padding: 10px;
	}
	.navigation {
		display: none;
	}
	.hamburger {
	    display: inline-block;
	    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	    -moz-transition: -moz-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	    -o-transition: -o-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	    transition: transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	}
	.mobile-slide-right {
	    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	    -moz-transition: -moz-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	    -o-transition: -o-transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	    transition: transform 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	}
	/**
	 * Home related CSS
	 */
	#mali {
		position: static;
		max-width: none;
	}
	/**
	 * Novosti related CSS
	 */
	#veliki {
		position: static;
		width: 90%;
        max-width: 768px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 15px;
	}
	#novosti {
		height: auto;
		padding-top: 20px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	#novosti > h2 {
		text-indent: 5px;
	}
	.clanak, .clanci {
		padding-left: 0;
		width: 100%;
	}
	/**
	 * Asortiman
	 */
	#artikli {
		position: static;
		min-height: auto;
	}
	#artikli ul {
		height: auto;
		padding-bottom: 20px !important;
	}
	#artikli > h2 {
		margin-top: 0;
		padding-top: 25px;
		background-position-y: 27px;
        cursor: default;
	}
    .prod_list {
        display: none !important;
    }
	/**
	 * O nama
	 */
	#o_nama {
		position: static;
		max-width: none;
	}
	/**
	 * Salon
	 */
	#srednji {
		position: static;
		max-width: none;
	}
	/**
	 * Nekretnine
	 */
	.years {
		top: 20px;
	}
	/**
	 * Footer
	 */
	.foot1,
	.newsletter,
	.kodeks,
	#flash-news {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.foot1 {
		margin-left: 0;
	}
	.newsletter {
		min-height: 20px;
	}
	.kodeks {
		text-align: center;
	}
    /**
     * Reference
     */
    #srednji.reference {
        width: 100%;
    }
    .slick-places .slick-slide {
        height: auto;
    }



    .slick-w-content .slick-arrow img {
        width: 30%;
        max-width: 100px;
        margin-top: 0;
    }


	.scroll-pane { height: auto !important; }
	.jspContainer { height: auto !important; }
	.jspContainer .jspPane { position: static; }
	.jspVerticalBar { display: none; }



	.sidebar-opened #hamburger-bar-1,
	.sidebar-opened #hamburger-bar-4 {
	    -webkit-transform: scaleX(0);
	    -moz-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	    -o-transform: scaleX(0);
	    transform: scaleX(0);
	}
	.sidebar-opened #hamburger-bar-2 {
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.sidebar-opened #hamburger-bar-3 {
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.sidebar-opened .hnm,
	.sidebar-opened .mobile-slide-right {
	    -webkit-transform: translateX(280px);
	    -moz-transform: translateX(280px);
	    -ms-transform: translateX(280px);
	    -o-transform: translateX(280px);
	    transform: translateX(280px);
	}
}
@media screen and (max-width: 480px) {
	#facebook-link {
		top: 120px;
	}


    .slick-w-content .slick-arrow img {
        width: 50%;
        max-width: 100px;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}