@charset "utf-8";
/* Limundo CSS - 06.06.2011. */

/*** RESET ***/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, form, img, tt, dl, dt, dd, ol, ul, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

input::-moz-focus-inner {border: 0;padding: 0;}

:focus {outline: 0;}

ol, ul {list-style: none}

table {border-collapse: collapse;border-spacing: 0;}

a img {border:none}

/********* GENERAL *********/


html {overflow-y:scroll;}

html, body {
	font:13px/1.4 Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#333;
	text-align:center;
	}
.body_traka {display:block;width:100%;position:absolute;top:76px;left:0;height:44px;background-color:#f8f8f8; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;}
p {margin-bottom:15px;}

p span {color:#999}

a {color:#36c;text-decoration:none}

a:hover {text-decoration:underline}

a:visited {color:#539}

h1, h2, h3, h4, h5, h6 {font-weight:normal;position:relative;}

h1 {font-size:20px;font-weight:bold;line-height:24px;margin-bottom:14px;}

h2 {font-size:18px;line-height:22px;}

h3 {font-size:16px;line-height:20px;}

h4, h5, h6 {font-size:14px;line-height:18px;}

.clearfix {clear:both}
.padd_40 { padding: 40px;}

/********* SPECIFIC *********/

.round_corners {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	}


.grey_bg {background-color:#f4f4f4;}

.red_box {border:1px solid #F6D0CB;background-color:#ffeceb;color:#C61F12}
.green_box {border:1px solid #cce889;background-color:#F5FFD1;color:#66A12B}
.blue_box {border:1px solid #BFDDFF;background-color:#f0f6ff;color:#6885b1}
.yellow_box {border:1px solid #ece37d;background-color:#ffffca;color:#9d8226}

.lemon_orange {color:#f90}
.lemon_green {color:#abc100}
.lemon_red {color:#c00}
.error_note {color:#c00;font-size:11px;}

.breadcrumb {width:100%;margin-bottom:10px;position:relative;font-size:12px;color:#666}
	.breadcrumb ul {width:94%}
	.breadcrumb ul li {display:inline}
	.breadcrumb ul li a {font-weight:bold}

.right {float:right}
.left {float:left}
.left_align {text-align:left}
.center_align {text-align:center}
.right_align {text-align:right}
.small_font {font-size:11px}
.text_indent_1 {
    text-indent: 1px;
}

/********* INPUTS, BUTTONS *********/

.text_input {
	border: 1px solid #e2e2e2;
	padding: 3px 7px;
	font-size: 13px;
	height: 21px;
	float: left;
	margin-right: 5px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 2px 1px #eee;
	-moz-box-shadow: inset 0 2px 1px #eee;
	-o-box-shadow: inset 0 2px 1px #eee;
	box-shadow: inset 0 2px 1px #eee;
	}

	.text_input:hover {border-color:#ccc;}
	.text_input:focus {border-color:#ccc;background-color:#F6FFC7}

.text_input_error {
	border:1px solid #F6D0CB;
	font-size:14px;
	padding:3px 7px;
	height:20px;
	float:left;
	margin-right:5px;
	background-color:#ffeceb;
	-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 2px 1px rgba(0,0,0,0.1);
	-o-box-shadow:inset 0 2px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 2px 1px rgba(0,0,0,0.1)}


.button	{
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    padding: 0px 15px;
    height: 29px;
    line-height: 30px;
    margin-right: 5px;
    background: #4587f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #4587f9 0%, #3b74cb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #4587f9 0%,#3b74cb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #4587f9 0%,#3b74cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4587f9', endColorstr='#3b74cb',GradientType=0 ); /* IE6-9 */

    font-family:inherit;
    font-weight:bold;
}
    .button:hover {
        background: #244b87; /* Old browsers */
        background: -moz-linear-gradient(top,  #376fd1 0%, #244b87 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #376fd1 0%,#244b87 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #376fd1 0%,#244b87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376fd1', endColorstr='#244b87',GradientType=0 ); /* IE6-9 */
        text-decoration:none;
    }
    .button:active {
        background: #4587f9; /* Old browsers */
        background: -moz-linear-gradient(top,  #4587f9 0%, #4587f9 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #4587f9 0%,#4587f9 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #4587f9 0%,#4587f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4587f9', endColorstr='#4587f9',GradientType=0 ); /* IE6-9 */

        -webkit-box-shadow:inset 0 2px 5px rgba(0,0,0,.3);
           -moz-box-shadow:inset 0 2px 5px rgba(0,0,0,.3);
             -o-box-shadow:inset 0 2px 5px rgba(0,0,0,.3);
                box-shadow:inset 0 2px 5px rgba(0,0,0,.3);
    }

	.button:visited {color:#fff}

    .button.postavi_aukciju_button {
				text-transform: uppercase;
        float: left;
        background: #f25c55;
        background: -webkit-linear-gradient(top,  #f25c55 0%,#d14a40 99%);
        background: linear-gradient(to bottom,  #f25c55 0%,#d14a40 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25c55', endColorstr='#d14a40',GradientType=0 );
    }
	.button.postavi_aukciju_button:hover {
		background: #D74E44;
    }

.button_green {
    background: #abc100;
}
.button_green:hover {
    background: #96a715;
}
.button_red {
    background: #e95831;
}
.button_red:hover {
    background: #c93a14;
}
.button_orange {
    background: #fa0; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffcc00 0%, #ff8800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffcc00 0%,#ff8800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffcc00 0%,#ff8800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff8800',GradientType=0 ); /* IE6-9 */
}
.button_orange:hover, .button_orange:active {
	background:#f80;
}
.next_previous {position:absolute;top:0;right:0;text-align:right}

.go_left, .go_right, .go_top, .go_bottom, .go_close {
	display:inline-block;
	background:transparent url(/img/bg_buttons_ver13.png) no-repeat 0 0;
	width:20px;
	height:20px;
	color:#fff;
	border:0;
	}

	.go_bottom {background-position:0 0}
	.go_bottom:hover {background-position:0 -20px}
	.go_bottom:active {background-position:0 -40px}

	.go_top {background-position:-20px 0}
	.go_top:hover {background-position:-20px -20px}
	.go_top:active {background-position:-20px -40px}

	.go_left {background-position:-40px 0}
	.go_left:hover {background-position:-40px -20px}
	.go_left:active {background-position:-40px -40px}

	.go_right {background-position:-60px 0}
	.go_right:hover {background-position:-60px -20px}
	.go_right:active {background-position:-60px -40px}

	.go_close {background-position:-80px 0}
	.go_close:hover {background-position:-80px -20px}
	.go_close:active {background-position:-80px -40px}

.go_delete, .go_question {
	display:inline-block;
	background:transparent url(/img/bg_buttons_ver13.png) no-repeat 0 -65px;
	width:14px;
	height:14px;
	color:#fff;
	border:0;
	cursor:pointer;
	}

	.go_delete:hover {background-position:0 -79px}
	.go_delete:active {background-position:0 -93px}

	.go_question {background-position:0 -110px}
	.go_question:hover {background-position:0 -124px}
	.go_question:focus {background-position:0 -138px}

.tabs_holder {border-bottom:1px solid #e6e6e6;width:100%;}
	.tabs_holder ul {margin-left:30px;}
	.tabs_holder ul li {display:inline;margin-right:5px;}

	.tab, .tab_selected {
		color:#fff;
		padding:6px 15px;
		display:inline-block;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		-o-border-radius:5px 5px 0 0;
		border-radius:5px 5px 0 0;
		border:1px solid #e6e6e6;
		margin-bottom:-1px;
		background-color:#abc100;
		}
		.tab:hover {text-decoration:none;background-color:#B8D000}
		.tab:visited {color:#fff}

		.tab_selected {
			background-color:#fff;
			border:1px solid #e6e6e6;
			border-bottom:1px solid #fff;
			text-decoration:none;
			color:#333}
		.tab_selected:hover {text-decoration:none}
		.tab_selected:visited {color:#333}

.stamp {
    position: absolute;
    width: 140px;
    margin: -59px 0 0 -70px;
}
.stamp a {
    background: #FE7143;
    height: 7px !important;
    line-height: 6px !important;
    padding: 7px !important;
    border: 2px dashed #fff;
    color: #fff !important;
    text-align: center;
    z-index: 2;
}
.stamp a:hover, .stamp a:hover .stamp_arr {
    background: #E24624 !important;
}
.stamp_arr {
    background-color: hsl(15, 99%, 63%);
    bottom: -5px;
    height: 14px;
    position: absolute;
    right: 26px;
    transform: rotate(45deg);
    width: 14px;
    z-index: -1;
}

/********* CONTAINERS, HOLDERS *********/

.container {
	position:relative;
	width:980px;
	margin:0 auto;
	text-align:left;
	}

.header, .content, .footer {
	width:100%;
	position:relative;
	margin-bottom:20px;
	}

	.header {height:120px;}
	.content, .footer {margin-bottom:40px;}

.holder_za_sve {width:100%;margin-bottom:20px;position:relative;overflow:hidden;}

.left_holder, .right_holder {margin-bottom:20px;position:relative}

.left_holder {width:230px;float:left}

.right_holder {width:730px;float:right}

.centar_za_sve {
    position:relative;
    width:500px;
    text-align:center;
    margin:30px auto;
}
.pravilnik_holder {
    width: 660px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 30px auto;
    text-align: left;
}

.pravilnik_header {
    padding: 15px 25px 0px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #ddd;

    background: #ffffff; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 49%,#f2f6f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 49%,#f2f6f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f6f7',GradientType=0 ); /* IE6-9 */
}
.pravilnik_body {
    padding: 25px;
}
.pravilnik_body h2 {
    color: #555;
}
.pravilnik_body p {
    color: #555;
    font-size: 14px;
    line-height: 1.4;
}
.pravilnik_links {
    margin: 30px 20px;
}
.pravilnik_links ul {
    list-style: outside square;
    padding-left: 10px;
}
.pravilnik_links li {
    padding-left: 5px;
}
.pravilnik_buttons a:last-child {
    float: right;
}

/********* HEADER *********/

/*.logo_navigacija {display:block;width:100%;height:84px;} */

/* za standardan header */
.Limundo_logo {float:left; margin: 0 20px 15px 0;}

/* za Novogodisnji header
.Limundo_logo {float:left; margin: -3px 20px 12px 0;}

.snow {
    background: transparent url("/images/header_snow.jpg") repeat-x scroll -70px -13px;
    height: 70px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
 */

.navigation {float:right;margin-top:35px;}

.navigation_list {}
	.navigation_list li {float:left}
	.navigation_list li a {
		color:#666;
		font-size:13px;
		text-decoration:none;
		padding:0 10px;
		display:block;
		position:relative;
		line-height:26px;
		height:26px;
		}

	.navigation_list li a:hover {
		color:#fff;
		text-decoration:none;
		background-color:#abc100;
		}

.search_holder {width:100%;float:left;}

	.search_form {float:left;}
	.search_form .text_input {width:240px}

	.registration {float:right;margin-top:4px;position:relative;}
	.registration a {margin-left:10px}
	.phone_num {float:left; margin: 1px 0px 0px 20px; color:#999; font-size: 18px;}
	.phone_num span {font-weight: normal; font-style: italic;font-size: 13px;}
#reg_button {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    border-radius: 3px;
    padding:7px 10px;
}
#reg_button:hover {
    background-color: #ec971f;
    border-color: #d58512;
    text-decoration: none;
}
#ulaz_button {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    border-radius: 3px;
    padding:7px 10px;
}
#ulaz_button:hover {
    background-color: #449d44;
    border-color: #398439;
    text-decoration: none;
}
.text_center_wrap {
    display: block;
    float: left;
    height: 42px;
    margin-top: -13px;
    text-align: right;
    width: 210px;
}
.text_center_wrap a {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    word-wrap: break-word;
    line-height: 18px;
}
.search_autocomplete {
	font-size:13px;
	color:#666;
	background-color:#fff;
	padding:8px;
	padding-top:6px;
	border:1px solid #eeeeee;
	border-top:0;
	position:absolute;
	left:0;
	top:108px;
	display:none;
	width:238px;
	z-index:100;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2);
           -moz-box-shadow:0 3px 3px rgba(0,0,0,.2);
             -o-box-shadow:0 3px 3px rgba(0,0,0,.2);
                box-shadow:0 3px 3px rgba(0,0,0,.2);
}
    .search_autocomplete ul li {padding:2px 6px;}
    .search_autocomplete ul li:hover {background-color:#F6FFC7;color:#000;cursor:pointer}
    .search_autocomplete ul li.hover_complete {background-color:#F6FFC7;color:#000;cursor:pointer}

.uminusu, #uplusu {
    margin-right: 10px;
    position: relative;
}
.uminusu_left {
    background: url("/images/uminusu.png") no-repeat;
    height: 62px;
    left: -50px;
    position: absolute;
    top: -36px;
    width: 50px;
}
.uminusu_right {
    background: url("/images/uminusu_right.png") no-repeat;
    height: 62px;
    right: -16px;
    position: absolute;
    top: -36px;
    width: 16px;
}
.navigation_list li.uminusu a {
    background-color: #f30;
    color: #fff;
    padding: 0 1px;
}
.navigation_list li.uminusu a:hover {
    background-color: #fff;
    border-color: #f30;
    border-style: solid;
    border-width: 1px 0;
    color: #f30;
    height: 24px;
}
.uplusu_left {
    background: url("/images/uplusu.png") no-repeat;
    height: 62px;
    left: -16px;
    position: absolute;
    top: -36px;
    width: 16px;
    -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.uplusu_right {
    background: url("/images/uplusu.png") no-repeat;
    height: 62px;
    right: -16px;
    position: absolute;
    top: -36px;
    width: 16px;
}
.uminusu > a:hover ~ .uminusu_left, .uminusu > a:hover ~ .uminusu_right {
    background-position: 0 -62px;
}
#uplusu > a {
    background-color: #abc100;
    color: #fff;
    border-color: #abc100;
    border-style: solid;
    border-width: 1px 0;
    height: 24px;
    padding: 0 5px;
}
#uplusu > a:hover {
    background-color: #fff;
    color: #abc100;
}
#uplusu > a:hover ~ .uplusu_left, #uplusu > a:hover ~ .uplusu_right {
    background-position: 0 -62px;
}
/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu:hover .mylim_dropdown {
    display: block;
}
.dropdown-menu:hover li.mylim_dropdown > a {
    background-color: #abc100;
    color: #fff;
}
.mylim_dropdown .dropdown-menu {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 0;
    left: auto;
    right: 0;
    min-width: 160px;
    position: absolute;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 1000;
}
.mylim_dropdown .dropdown-menu > li {
    float: none;
}
.mylim_dropdown .dropdown-menu > li > a {
    color: #444;
    padding: 3px 20px;
    height: auto;
    line-height: 1.5;

}
.mylim_dropdown .dropdown-menu > li > a:focus, .mylim_dropdown .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #abc100;
}
.mylim_dropdown .dropdown-menu .divider {
    background-color: transparent;
    border-bottom: 1px dashed #ccc;
    margin: 2px 0;
}
/********* FOOTER *********/

.footer {
	clear:both;
	text-align:center;
	padding:10px 0 0 0;
	border-top:1px solid #e6e6e6;
}
.footer ul {position:relative;width:80%;margin:0 auto;}
.footer ul li {display:inline;}
.footer ul li a {padding:0px 5px;font-size:11px;}
.footer_time {position:absolute;font-size:9px; color:#999; left:0px;top:15px}
.copyright {position:absolute; font-size:9px; color:#999; right:0px; top:15px;text-align:right; }


/********* FOOTER NEW *********/

.footerNew {
    position: relative;
    clear: both;
	text-align:center;
	padding:10px 0 0 0;
	margin-top: 30px;
	border-top:1px solid #e6e6e6;
    z-index: 1;
}
.footerNew .container {
    overflow: hidden;
}
.footerNew .container > ul {
    overflow: hidden;
    margin: 10px 0 30px;
}
.footerNew .container > ul > li {
    float: left;
    text-align: center;
}
.footerNew ul li a {padding: 4px 10px; font-size:12px; display: block; color: #999;}
.footer_links li a:hover {background-color: #abc100; color: #fff; border-radius: 5px; text-decoration: none;}
.footerNew_time {font-size:9px; color:#999; float: left;}
.copyrightNew {font-size:9px; color:#999; text-align:right; }
.footer-img {
    position: absolute;
    top: -40px;
    background: url("/images/footer-limundo-img.png") no-repeat scroll center center hsla(0, 0%, 0%, 0);
    height: 63px;
    width: 100%;
}
.footerNew h3 a {
    border-right: 1px solid #ddd;
    font-size: 16px !important;
    padding: 4px 20px !important;
}
.footerNew h3 a:hover {
    background: transparent;
    color: #abc100;
}
.footerNew li:last-child h3 > a {
    border: 0 none;
}
.footerNew .footer_links > li {
    max-width: 127px;
}
.footerNew .paycard_footer {
    background-color: #eee;
    margin-bottom: 15px;
    padding: 15px;
}
.footerNew .paycard_footer ul {
    margin: 0 !important;
}
.footerNew .paycard_footer_item {
    background: transparent url('/img/card_icons_sprite_3.png') no-repeat;
    margin-right: 30px;
    height: 40px;
}
.footerNew .paycard_footer_item a {
    height: 100%;
}
.footerNew .paycard_footer_unicredit {
    width: 122px;
}
.footerNew .paycard_footer_allsecure {
    background-position: -122px 0;
    width: 111px;
}
.footerNew .paycard_footer_ipay {
    background-position: -154px -38px;
    width: 70px;
}
.footerNew .paycard_footer_cards {
    background-position: 0 -40px;
    width: 150px;
}
.footerNew ul li.paycard_footer_vervisa {
    background-position: 0 -80px;
    width: 90px;
    margin-right: 0;
    float: right !important;
}
.footerNew ul li.paycard_footer_securemaster {
    background-position: -90px -80px;
    width: 105px;
    float: right !important;
}
.footer_info_limundo {
    color: #999;
}
.footer_info_limundo p {
    float: left;
    margin: 0 20px 10px 0;
    line-height: 1.3;
}
.footer_info_limundo p small {
    font-size: 12px;
}
.footer_info_limundo p:last-child {
    float: right;
    margin: 0;
}
.play_radio {
    margin-top: -8px !important;
}
.play_button_text {
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 3px;
}
.play_button_link:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/********* AUKCIJA DETALJI *********/

.aukcija_thumbs {
	position:relative;
	float:left;
	width:300px;
	margin-bottom:30px;
	}

	.aukcija_thumbs_big {
		text-align:center;
		border:1px solid #e6e6e6;
		padding:5px;
		background-color:#fff;
		width:288px;
		height:216px;
		margin-bottom:10px;
		overflow:hidden;
		}

	.aukcija_thumbs_big a:hover {opacity:0.6}
	.image_zoom {font-size:12px;text-align:right;}

	.aukcija_thumbs_small {position:relative;width:100%;overflow:hidden}
	.aukcija_thumbs_small_holder {position:relative;width:90px;margin:0 10px 10px 0;float:left;}
	.thumbs_slika {
		width:80px;
		height:60px;
		padding:5px;
		background-color:#fff;
		border:1px solid #e6e6e6;
		cursor:pointer;
		display:block;
		overflow:hidden;
		}

		.thumbs_slika:hover {opacity:0.6}


		.aukcija_thumbs_small_holder .glavna_slika {position:absolute;bottom:-5px}
		.aukcija_thumbs_small_holder .obrisi {position:absolute;right:0}

.aukcija_general {
	position:relative;
	float:right;
	width:645px;
	margin-bottom:30px;
	min-height: 435px;
}

	.aukcija_send_friend {
		width:100%;
		position:relative;
		padding:5px 0 10px 0;
		border-top:1px solid #e6e6e6;
		margin-bottom:10px;
		font-size:12px;
		}

#share_all {
	border: 1px solid hsl(0, 0%, 90%);
    line-height: 9px;
    margin-top: 10px;
    padding: 10px;
}

.social iframe,.social>span {
vertical-align: top;
}
	.top_hum_pol {position:absolute;right:0;top:-17px;}

	.aukcija_description {position:relative;width:415px;padding-right:230px}
	.aukcija_description .holder_za_sve {margin:0px;}
	.aukcija_description_right {float:left;width:225px}
	.aukcija_description_left {float:left;width:150px;}
	.aukcija_description_left p, .aukcija_description_right p {margin-bottom:5px}
	.price {font-size:16px; display: block;}

	.bid_holder {
		width:380px;
		padding:15px;
		margin:10px 0;
		overflow:hidden;
		position:relative;
		left:-15px;
		line-height:26px;
		margin-bottom:10px;
		}
	.bid_holder .text_input {width:120px}

	.prodavac {
		position:absolute;
		border:1px solid #e6e6e6;
		width:228px;
		top:0;
		right:0;
		}

		.prodavac h2 {font-size:15px;border-bottom:1px solid #e6e6e6;padding:8px 15px}
		.prodavac p {margin:0 15px 15px 15px}


	.aukcija_obavestenje {
		position:relative;
		margin:0 auto;
		width:500px;
		padding:15px 15px 0 15px;
		text-align:center;}

	.aukcija_obavestenje h2 {margin-bottom:10px;}
	.aukcija_obavestenje .next_previous {top:5px;right:5px}

		.aukcija_opis, .aukcija_opis_standardni, .aukcija_karakteristike, .aukcija_pitanja {margin:0 0 0 30px; padding-right: 30px; width: 610px;}
		.aukcija_opis_standardni {margin:0 120px 30px 0px;padding:15px;font-size:11px;}
		.aukcija_karakteristike h3, .aukcija_pitanja h3 {margin-bottom:10px;}
		.aukcija_karakteristike {min-height: 110px;}
		.aukcija_pitanje {margin-left:30px;}
		.aukcija_odgovor {overflow:hidden;margin:0 40px 15px 40px;padding:0 30px 10px 30px;border-bottom:1px dashed #e6e6e6}
		.aukcija_odgovor .ukiniPoruku {float:right;padding:10px;}

	.plati_LC {margin-left:150px}


/********* MENI *********/

.meni {padding:15px;}
.meni ul li ul li {padding-left:15px}
.meni h2 {font-size:13px;margin:0;line-height:18px;}
.meni h2 a {padding:2px 4px;display:block;}
.meni li h2 a:hover {background-color:#36c;color:#fff;text-decoration:none;}
.meni h2 a span {color:#999}
.meni h2 a:hover span {color:#fff}
.meni .cubes_red {padding-left:25px;background:transparent url(/img/bg_buttons_ver13.png) no-repeat -85px -73px}
.meni .cubes_orange {padding-left:25px;background:transparent url(/img/bg_buttons_ver13.png) no-repeat -85px -97px}
.meni .cubes_green {padding-left:25px;background:transparent url(/img/bg_buttons_ver13.png) no-repeat -85px -120px}
.meni .cubes_purple {padding-left:25px;background:transparent url(/img/bg_buttons_ver13.png) no-repeat -85px -143px}
.meni .cubes_blue {padding-left:25px;background:transparent url(/img/bg_buttons_ver13.png) no-repeat -85px -233px}


/********* NAPREDNA PRETRAGA *********/

.napredna {width:100%;margin-top:20px;line-height:22px}
.napredna .text_input {float:none;}
.napredna_check_selected, .napredna_check {color:#333;}
.napredna_check_selected:hover, .napredna_check:hover {text-decoration:none}
.napredna_check_selected:visited, .napredna_check:visited {color:#333;text-decoration:none}
.napredna_check_selected span, .napredna_check span {display:inline-block;width:12px;height:12px;background:transparent url(/img/bg_buttons_ver13.png) no-repeat 0 -154px}
.napredna_check_selected span {background-position:-24px -154px}
.napredna_check:hover span {background-position:-12px -154px}

.najtrazenije {padding-left:4px;}
.najtrazenije a {font-size:12px;}
.hr_light {border-color: #ccc;border-style: solid;border-width: 1px 0 0;}

.detaljna_pretraga {
    padding: 15px 15px 0;
    border-radius: 5px;
}
.advanced_search_separator {
    float: left;
    height: 50px;
    min-width: 200px;
    margin: 0 0 15px;
}
.advanced_search .advanced_search_separator:first-child, .napredna .advanced_search_separator:first-child {
    margin-left: 0;
}
.advanced_search_separator label {
    display: block;
    color: #bbb;
    font-weight: bold;
    font-size: 16px;
}
.advanced_search input.text_input, .advanced_search select {
    margin-right: 20px;
    width: calc(100% - 36px);
}
.advanced_search input.cena_input {
    width:50px;
}
.advanced_search_cena {
    min-width: auto;
}
.advanced_search_opstina select {
    min-width: 250px;
    height: 29px;
}
.advanced_search_button {
    min-width: auto;
}
.advanced_search_button input {
    margin: 22px 0 0;
}
.napredna .advanced_search_separator {
    height: 45px;
}
.napredna .advanced_search_separator:first-child {
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.napredna .advanced_search_separator:nth-child(2) {
    padding-left: 20px;
}
.napredna .napredna_check {
    font-size: 12px;
    margin-right: 10px;
}
.advanced_search_separator .napredna_check > span {
    margin-bottom: -1px;
    margin-right: 2px;
}
.detaljna_pretraga select, .sort_select select {
    background: #fff url("/img/chosen-sprite.png") no-repeat right -35px top 4px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px 0 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.sort_select select {
    border: 1px solid #999;
}
.share_sort select option {
    padding: 3px;
}
.share_sort {
    padding: 15px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #bbb;
}

/******** START / CHOSEN reset ***************/
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: url("/img/chosen-sprite.png");
}
.chosen-container-multi .chosen-choices {
    background: #fff;
    border-color: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 2px 1px #eee inset;
    max-height: 29px;
    overflow-y: scroll;
}
.chosen-container-active .chosen-choices {
    background-color: #f6ffc7;
    border-color: #ccc;
}
/******** END / CHOSEN reset ***************/

/********* INDEX *********/

.glavni_baner {height:255px;overflow:visible;margin:0 20px 30px 0;float:left;width:480px}
.top_isticu {width:480px;float:left}
.novosti_saveti {width:230px;float:right}
.novosti_saveti p {margin-bottom:5px}

.top_aukcije_holder {text-align:center;position:relative;width:100%;padding:5px 0;border-top:1px solid #e6e6e6;overflow:hidden}
	.top_aukcije_holder ul li {text-align:left;float:left;width:45%;margin-right:20px}
	#holderTopAukcije {height:280px;}
	#holderTopAukcije a {display:block;height:37px;overflow:hidden;}
	.top_aukcije_holder .button {float:none}
	.top_aukcije_holder .next_previous {right:20px;top:10px;width:50px}
	.top_aukcije_holder .go_right {float:right;}
	.top_aukcije_holder .go_left {float:left;}

.isticu_holder {padding:15px 15px 0 15px;overflow:hidden}
	.isticu_holder ul li {float:left;width:30%;padding-right:15px;}
	.isticu_aukcija_img {text-align:center;background-color:#fff;display:block;width:80px;height:60px;padding:5px;border:1px solid #e6e6e6;margin-bottom:5px}
	.isticu_aukcija_img:hover {opacity:0.6}
	.isticu_pogledaj_sve {position:absolute;right:15px;font-size:13px}
.img_holder {display:block;width:80px;height:60px;overflow:hidden;margin:0 auto;}
#holderIsticu .aukcija_istice_naslovna {display:block;height:37px;overflow:hidden}

.desniX3 {
    margin: 0;
}
.desniX3 a {
    display: block;
    height: 193px;
}
.desniX3 a:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}
.branding-home .branding-home-left, .branding-home .branding-home-right {
    background-color: #fff;
    height: 1080px;
    position: fixed;
    width: 480px;
    z-index: 1;
}
.branding-home .branding-home-left {
    left: 50%;
    margin-left: -975px;
    text-align: right;
}
.branding-home .branding-home-right {
    right: 50%;
    margin-right: -975px;
    text-align: left;
}
/******** Slider ***********/

.baner_holder {
    height: 256px;
    margin-bottom: 0;
    width: 100%;
}
#baner_img {
    margin-bottom: 10px;
    overflow: hidden;
}
.baner_img_list {
    height: 256px;
    overflow: hidden;
    width: 100%;
}
.baner_img_list li {
    left: 0;
    position: absolute;
    top: 0;
}
#baner_links {
    height: 20px;
    position: relative;
    margin: -4px auto 0;
    width: 100%;
}
.baner_links_list {
    text-align: center;
}
.baner_links_list li {
    display: inline-block;
    height: 16px;
    margin-right: 7px;
    width: 16px;
}
.baner_links_list li a {
    background: url("https://www.kupindo.com/images/sprites/sprites_ver7.png") no-repeat scroll -176px -64px transparent;
    display: inline-block;
    height: 16px;
    text-decoration: none;
    width: 16px;
}
.baner_links_list li a:hover {
    background-position: -176px -118px;
    text-decoration: none;
}
.baner_links_list li a:active {
    background-position: -176px -118px;
    text-decoration: none;
}
.baner_links_list li a.active_link {
    background-position: -176px -118px;
    text-decoration: none;
}
#prev-arrow {
    background: url("../images/arrows_01.png") no-repeat scroll 40px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 40px;
    left: 5px;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 40px;
}
#next-arrow {
    background: url("../images/arrows_01.png") no-repeat scroll -80px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 40px;
    left: 435px;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 40px;
}
.baner_holder:hover #prev-arrow {
    background-position: 0 0;
}
.baner_holder:hover #next-arrow {
    background-position: -40px 0;
}

/********* PAGE 404 *********/
.page_404 h1 {font-weight:normal;position:absolute;left:80px;top:50px}
.page_404 ul li {float:left;width:15%;padding-right:12px;}
.page_404 .aukcija_istice_naslovna {display:block;height:40px;overflow:hidden}


/********* REGISTRACIJA *********/
.registracija .tabs_holder ul {margin-left:210px}
.registracija_holder {position:relative;height:35px}
.registracija_holder .nazivi_polja {float:left;width:200px;text-align:right;margin-right:10px;margin-top:5px;}
.registracija_holder .text_input, .registracija_holder .text_input_error {width:200px}
.registruj_me {margin-left:210px;}
.registracija_koraci_1, .registracija_koraci_2, .registracija_koraci_3 {
	display:inline-block;
	width:130px;
	height:50px;
	background:transparent url(/img/koraci_registracija.png) no-repeat 0 0;
	margin:0 0 20px 240px}
	.registracija_koraci_2 {background-position:0 -50px}
	.registracija_koraci_3 {background-position:0 -100px}

.registracija_koraci_1P, .registracija_koraci_2P, .registracija_koraci_3P, .registracija_koraci_4P {
	display:inline-block;
	width:200px;
	height:50px;
	background:transparent url(/img/koraci_registracija.png) no-repeat 0 0;
	margin:0 0 20px 200px}
	.registracija_koraci_2P {background-position:0 -50px}
	.registracija_koraci_3P {background-position:0 -100px}
	.registracija_koraci_4P {background-position:0 -150px}
.registracija_holder .error_note {position:relative;top:4px;}
.predlog_username {top:4px;position:relative;padding:3px 6px;font-size:11px}
.predlog_jmbg   {top:4px;position:relative;padding:3px 6px;font-size:11px}
.registracija_pomoc {position:absolute;right:10px;top:50px;width:180px;text-align:center;}
.registracija_pomoc .yellow_box {padding:15px;margin-bottom:10px;padding-bottom:0;}


.auction_item_sorting {padding:0 5px 5px 5px;border-bottom:1px solid #e6e6e6;height:20px}
.auction_item_sorting span {margin-left:0;float:left}
.auction_list_item {height:210px;padding:5px;display:block;border-bottom:1px solid #E6E6E6;position:relative}
.auction_list_item .lista_col_1 img {width:280px;height:210px}
.auction_list_item span {float:left;}
.auction_list_item:hover {
	box-shadow: 0 0 0 1px #e6e6e6 inset, 2px 0 0 #e6e6e6 inset, -2px 0 0 #e6e6e6 inset;
	background: none;
}
.lista_col_1 {width:280px;margin-right:10px;}
.lista_col_2 {
    float: none !important;
    margin: 0 5px 5px 0;
    max-height: 145px;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    word-wrap: break-word;
    display: block;
}
.lista_col_2 a {
    color: #36c;
    display: block;
}
.lista_col_2 a:visited {
    color: purple;
}
.lista_col_3 {width:12%;margin-right:5px;text-align:right;color:#333}
.lista_col_4 {
	position: absolute;
	bottom: 15px;
	width: 40%;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	color: #5f7281;
}
.lista_col_4 > div:first-child {
	margin-right: 15px;
}
.lista_col_5 {
	width: 17%;
	color: #999;
    font-size: 18px;
    text-align: left;
    padding-top: 5px !important;
}
.lista_col_5 span:hover {
    border-bottom-color: #808080;
}
.lista_col_5 span.opacity_list:hover {
    border-bottom-color: #ccc;
}
.lista_col_1:hover + .lista_heading .lista_col_2 a {
	color: #36c;
	text-decoration: underline;
}
.lista_col_1:hover + .lista_heading .lista_col_2 a {
	color: #36c;
	text-decoration: underline;
}
.lista_heading {
	float: left;
	padding-top: 15px;
	margin-right: 5%;
    font-size: 16px;
    height: 200px;
    width: 37%;
}
.lista_opis {
    color: #999999;
    font-size: 12px;
    line-height: 1.4;
    max-height: 70px;
    overflow: hidden;
    margin: 0;
}
.lista_time, .lista_bids, .lista_lager, .lista_viewers, .lista_ducan {
	width: 100%;
	border-bottom: 1px dashed #ccc;
    line-height: 32px;
    padding: 4px 0 4px 5px !important;
    cursor: default;
}
.lista_ducan {
    border: 0 none;
    padding: 0 0 0 5px !important;
}
.lista_icon {
	background: transparent url("../img/lista_icons1_ver3.png") no-repeat ;
	width: 31px;
	height: 31px;
	margin-right: 7px;
}
.lista_ducan > a {
    display: block;
    padding: 4px 0;
}
.lista_time .lista_icon.colored {background-position: 0 -32px;}
.lista_bids .lista_icon {background-position: -31px 0;}
.lista_bids .lista_icon.colored {background-position: -31px -32px;}
.lista_viewers .lista_icon {background-position: -62px 0;}
.lista_viewers .lista_icon.colored {background-position: -62px -32px;}
.lista_lager .lista_icon {background-position: -93px 0;}
.lista_lager .lista_icon.colored {background-position: -93px -32px;}
.lista_user .lista_icon {background-position: -155px -35px;}
.lista_user {
	margin-top: 5px;
	font-size: 13px;
}

.lista_icon_ducan {
	background: transparent url("../img/moj_ducan.png") no-repeat;
	width: 31px;
	height: 31px;
	padding-right: 7px;
}

.auction_list_item span.lista_ducan small {
	color: #36c;
}
.top_kategorija, .top_kategorija.auction_back {
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 0 0 2px #f90 inset;
	background: transparent;
}
.top_kategorija:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: url("../img/top_ver3.png") no-repeat;
}
.top_kategorija:hover {
	box-shadow: 0 0 0 2px #f90 inset, inset 0 0 0 4px #e6e6e6;
	background: none;
}
.top_kategorija.auction_back {
    background-color: #fefb99;
}
.top_kategorija.auction_back:hover {
	background-color: #fefcc2;
}
.auction_back {
    background-color: #fefb99;
    box-shadow: 0 0 0 1px #fce702 inset;
}
.auction_back:hover {
    background-color: #fefcc2;
}
.auction_bold {font-weight:bold;font-size:1.1em}
.auction_bold.auction_back.top_kategorija span small, .auction_bold.auction_back.top_kategorija span, .auction_bold.auction_back.top_kategorija p, .auction_bold.auction_back.top_kategorija span i {
    color: #5f7281;
}
.auction_list_item .lista_col_1 {padding:0}
.auction_list_item span i {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}
.auction_bold .lista_opis {
    color: #444 !important;
}
.auction_bold > .lista_col_5, .auction_bold > .lista_col_5 span small {
    color: #666666;
}
.auction_list_item span small {
    font-size: 12px;
    color: #999;
    position: absolute;
    margin-left: 3px;
}
.auction_item.extreme {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 10px;
}
.auction_item.extreme span {
    color: #777;
    float: left;
    font-size: 18px;
}
.auction_item.extreme .lista_col_1 {
    padding-left: 20px;
    width: 70px;
}
.auction_item.extreme .lista_col_2 {
    margin-top: 10px;
}
.green_txt {
	color: #abc100;
	font-weight: bold;
	margin-bottom: 5px;
}
.blue_txt {
	color: #4881e4;
	font-weight: bold;
}
.orange_txt {
	color: #f80;
	font-weight: bold;
}
.opacity_list{
    opacity: 0.3;
}

/********* PAGINACIJA *********/
.pagination_holder {position:relative;float:right;text-align:center;width:485px;overflow:hidden}
.pages_holder {width:190px;position:relative;top:3px;float:left;text-align:center;height:20px}
.pages_holder .go_left {position:absolute;left:0;top:0}
.pages_holder .go_right {position:absolute;right:0;top:0}
.pagination_goto {float: right;width:250px;text-align:right}
.pagination_goto .text_input {float:none;text-align:center;width:30px}
.pagination_goto .button {margin: 0;}



/********* POMOC *********/
.pomoc h3 {margin-top:35px;font-weight:bold;}


/********* KUPI BEZBEDNO *********/
.kupi_bezbedno .meni {float:left;width:100%;padding:15px 0}
.kupi_bezbedno .kupi_bezbedno_lista {width:305px;float:left;margin-left:15px;margin-bottom:0;}
.kupi_bezbedno .meni ul {margin-bottom:30px;}
.kupi_bezbedno .meni h2 {font-size:12px}


/********* LOGIN *********/
.login label {float:left;margin:5px 10px 0 0;width:100px;text-align:right;}
.login .text_input {width:200px}
.login_prijava {margin-left:110px;text-align:left}
.captcha {margin-bottom:5px;padding-top:5px;}
.captcha ul {margin-left:100px;}
.captcha ul li {float:left;text-align:center;width:65px;}


/********* KONTAKT *********/
.kontakt .text_input {float:none;}
.kontakt textarea {width:480px;height:200px;float:none}
.kontakt .captcha {width:300px}
.kontakt .captcha ul {margin-left:15px}
.kontakt_box {position: absolute;top: 0; right:0;}
.kontakt_box .yellow_box {padding:15px 15px 0 15px;font-size: 12px;text-align:center;width:150px}
.Limundo_tim ul {float:left;}
.Limundo_tim ul li {float:left;width:80px;margin:0 10px 20px 0;}


/********* NOVOSTI *********/
.novosti ul {width:550px;}
.novosti ul li {border-bottom:1px solid #e6e6e6;margin-bottom:40px}
.novosti h3 span {font-size:12px;color:#999}
.novosti p a img, .novosti p img {display:block;padding:5px;margin:10px 0;border:1px solid #e6e6e6}


/********* MOJ LIMUNDO - PROFIL *********/

.ML_nav .meni ul {margin:5px 0 15px 15px;}

.ML_nav .ML_nav_title {position:relative;}
.ML_nav .ML_nav_title a {height:18px;width:160px;padding:7px 5px 7px 35px;border-bottom:1px solid #e6e6e6}
.ML_nav .ML_nav_title a:hover {background-color:#fff;text-decoration:none;}
.ML_nav .ML_nav_title a:visited {color:#36c}

.ML_aukcije, .ML_Limundo, .ML_poruke, .ML_zaradi, .ML_platindo, .ML_kupindo, .ML_racun, .ML_open {
	display:block;width:22px;height:22px;
	position:absolute;left:5px;top:5px;
	background:transparent url(/img/bg_buttons_ver13.png) no-repeat -16px -62px;
	}

	.ML_Limundo {background-position:-38px -62px}
	.ML_poruke {background-position:-60px -62px}
	.ML_zaradi {background-position:-16px -84px}
	.ML_platindo {background-position:-38px -84px}
	.ML_kupindo {background-position:-60px -84px}
	.ML_racun {background-position:-38px -106px}
	.ML_open {left:175px;background-position:-16px -106px}

.ML_data_info {line-height:28px;margin-bottom:40px;border-bottom:1px solid #e6e6e6;}
.ML_data_info label {float:left;width:110px;}
.ML_data label {float:left;width:150px;text-align:right;margin-right:20px;}
.ML_data {line-height:28px;margin-bottom:10px;}
.ML_data textarea {width:480px;height:150px;}
.ML_data_podesavanja {padding-left:50px}
#filter_list li {display:inline}

/********* MOJ LIMUNDO - AUKCIJE*********/

.ML_aukcije_lista .lista_col_2 {width:150px;}
.ML_aukcije_lista .lista_col_3 {width:150px;}
.ML_aukcije_lista .lista_col_5 {width:100px}
.ML_messages_list li {padding:10px;border-bottom:1px solid #e6e6e6;float:left;width:100%;font-size:12px;}
.ML_messages_list li span {float:left;}
.ML_messages_list .ML_messages_list_sort {height:20px}
.ML_messages_list li .col_1 {width:150px;margin-right:10px;overflow:hidden}
.ML_messages_list li .col_2 {width:400px;margin-right:10px}
.ML_messages_list li .col_3 {width:82px;margin-right:10px;}
.ML_messages_list li .col_4 {width:45px;}
.ML_poruka_holder {overflow:hidden;}


.ML_messages_list li .small_font {line-height:18px;}

.ML_conversation {left:160px;position:relative;width:502px;margin-top:30px}
.ML_msg_read {background-color:#f1f4fb;font-weight:normal}
.ML_msg {margin-bottom:30px;width:400px;}
.ML_msg_me {margin-bottom:30px;margin-left:30px;width:345px;padding-left:10px;border-left:10px solid #aec0e5;}
.ML_msg_time {margin-bottom:5px;border-bottom:1px solid #e6e6e6}
.ML_reply textarea {width:385px;height:150px;}

.phone-holder {margin:0 0 20px 0;width:100%}
.phone-items {border-bottom:1px dashed #e6e6e6;font-size:12px;margin:0 0 5px 0;overflow:hidden}
.phone-items span {color:#666;float:left;width:300px;margin-right:15px;}


/********* USLOVI KORISCENJA *********/
.uslovi_koriscenja h2 {margin-top:40px;font-weight:bold;}
.uslovi_koriscenja h4 {text-transform:uppercase;margin:20px 0 5px 10px;}
.uslovi_koriscenja p {margin-left:30px;margin-bottom:10px}
.uslovi_koriscenja .uslovi_nabrajanje {margin-left:60px;}

/********* ZVEZDE I PEHARI *********/

		.bedz_holder {margin-bottom:15px;margin-left:15px;position:relative;text-align:center;width:90px;}
		.bedz, .bedz_vise {
			width:44px;height:50px;
			display:inline-block;
			background:transparent url(/img/bg_buttons_ver13.png) no-repeat 0 -166px;
			}
			.bedz_vise {width:52px;background-position:0 -216px;}
			.bedz_mesec {font-size:11px;color:#abc100;text-transform:uppercase;display:block;text-align:center}
			.bedz_kategorija {font-size:11px;line-height:11px;padding:1px 2px;background-color:#f90;color:#fff;display:block;text-align:center}
			.tooltip_left, .tooltip_right, .tooltip_bottom {
				font-size:11px;
				line-height:15px;
				color:#333;
				text-align:left;
				position:absolute;
				z-index:150;
				top:-10px;
				width:220px;
				padding:20px;
				background-color:#fff;
				border:1px solid #ccc;
				box-shadow:0 1px 3px rgba(0,0,0,.15);
				-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);
				-moz-box-shadow:0 1px 3px rgba(0,0,0,.15);
				-o-box-shadow:0 1px 3px rgba(0,0,0,.15);
				}
				.tooltip_left {left:65px}
				.tooltip_right {right:80px;}
				.tooltip_left .bedz_vise, .tooltip_right .bedz_vise {float:right;margin:0 0 10px 10px;}
				.tooltip_pointer  {
					display:block;
					position:absolute;
					width:10px;
					height:16px;
					background:transparent url(/img/bg_buttons.png) no-repeat -36px -144px;
					top:25px;
					}
					.tooltip_left .tooltip_pointer {left:-10px}
					.tooltip_right .tooltip_pointer {background-position:-46px -144px;right:-10px}
					.tooltip_bottom {right:-30px;top:30px;}
					.tooltip_bottom .tooltip_pointer {width:16px;height:10px;right:30px;top:-10px;background-position:-38px -142px}



		.zvezda, .zvezda_siva, .pehar, .kruna {
			display:inline-block;
			width:16px;height:16px;
			margin:0 1px 0 0;
			background:transparent url(/img/bg_buttons_ver13.png) no-repeat -48px -168px;}

			.zvezda_siva {background-position:-64px -168px}

			.pehar {width:19px;height:16px;background-position:-48px -186px}
			.kruna {width:41px;height:18px;background-position: 0 -295px}
			.RSS_link {width:20px;height:20px;display:inline-block;background:transparent url(/img/bg_buttons_ver13.png) no-repeat 0 -270px;position:absolute;right:0;top:0;}

.g_top_tab, .g_top_tab_select {
	padding:0 12px;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	color:#999;
	position:relative;
	display:inline-block;

	}
.g_top_tab:hover, .g_top_tab_select:hover {text-decoration:none;}
.g_top_tab:hover {color:#333;}
.g_top_tab:visited:hover {color:#333;}
.g_top_tab:visited {color:#999}

.g_top_tab_select {
	color:#fff;
	border-radius:12px;
	-webkit-border-radius:12px;
	text-shadow:0 -1px 0 rgba(0,0,0,.3);
	background:#457;
	background:-moz-linear-gradient(top, #457 0%, #89b 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #457), color-stop(1, #89b));
	background: -webkit-linear-gradient(top, #457 0%, #89b 100%);
	background:-o-linear-gradient(top, #457 0%, #89b 100%);
	box-shadow:0 2px 2px rgba(0,0,0,.2) inset;
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2) inset;
	}
.g_top_tab_select:hover {color:#fff;}
.g_top_tab_select:visited {color:#fff}
.g_top_tab_select:after {
	position:absolute;bottom:-16px;left:37%;
	background:url(bg.png) transparent -48px -112px;
	width:20px;
	height:8px;
	display:inline-block;
	content:"";
	}
	.cf {}
	.cf:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
		}
	.green_bg {background-color:#92b61c;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.3) inset}
	.g_inner {
		background-color:#e8e8e8;
		background:-moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f1f1f1));
		background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
		background:-o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
		box-shadow:0 3px 4px rgba(0,0,0,.2) inset;
		-webkit-box-shadow:0 3px 4px rgba(0,0,0,.2) inset;
		text-shadow:0 1px 0 #fff;
		position:relative;
		padding:30px;
		overflow:hidden;
		}
		.companija_holder {position:relative;padding:20px 50px;margin-bottom:50px;}
		.companija_ciljevi {float:left;width:27%;margin:10px 3% 0 3%}
		.companija_tim {margin:30px auto 50px auto;}
		.companija_tim li {position:relative;float:left;padding:0 7px 20px 7px;width:75px;font-size:12px;}
		.tim_sivo, .tim_limundo, .tim_kupindo, .tim_platindo {opacity:.5;border:2px solid #fff;padding:1px;width:60px;height:60px;margin:0 auto}
		.tim_kupindo {border-color:#86389A;opacity:1}
		.tim_limundo {border-color:#abc100;opacity:1}
		.tim_platindo {border-color:#0799d6;opacity:1}
		.sektori_info {cursor:help;position:relative;color:#36c;margin-bottom:5px;padding:0px 5px;}
		.sektori_info:hover {color:#fff;background-color:#36c}
		.sektori_info .tooltip_left {top:-22px;left:115%;width:200px;display:none}
		.sektori_info:hover .tooltip_left {cursor:pointer;display:block}
		.tim_poslovi li {padding-top:15px;border-bottom:1px solid #e2e2e2;}

		.button_big, .button_big_active {
			font-size:15px;
			display:inline-block;
			padding:1em 2em;
			cursor:pointer;
			background:-moz-linear-gradient(top, #fff 0%, #eee 100%);
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
			background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
			background:-o-linear-gradient(top, #fff 0%, #eee 100%);
			border:1px solid #e2e2e2;
			color:#333;
			}
			.button_big:hover {border:1px solid #76ade6;}
			.button_big:hover, .button_big:visited, .button_big:active, .button_big:active:visited,
			.button_big_active:hover, .button_big_active:visited, .button_big_active:active, .button_big_active:active:visited {
			color:#333;
			text-decoration:none;}
			.button_big:active, .button_big_active {
			background:#eee;
			border:1px solid #bbb;
			-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2) inset;
			box-shadow:0 1px 3px rgba(0,0,0,.2) inset;
			}

		.navigation_list li .notify_on {
			padding:0 5px;
			font-size:11px;
			color:#fff;
			background-color:#afb5c6;
			position:relative;
			height:16px;line-height:17px;
			border-radius:10px;
			-webkit-border-radius:10px;
			display:inline-block;
			text-align:center;
			font-weight:bold;
			margin-left:2px;
			top:3px;
			margin-right:5px;
			}
			.navigation_list li .notify_on {
				background:#dc4b39;
				background:-moz-linear-gradient(top, #dc4b39 0%, #b62816 100%);
				background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dc4b39), color-stop(1, #b62816));
				background: -webkit-linear-gradient(top, #dc4b39 0%, #b62816 100%);
				background:-o-linear-gradient(top, #dc4b39 0%, #b62816 100%);
				background-image:-ms-linear-gradient(top, #dc4b39, #b62816);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#dc4b39',EndColorStr='#b62816');
				}
                .navigation_list li .notify_sell {
                    padding:0 5px;
                    font-size:11px;
                    color:#fff;
                    position:relative;
                    height:16px;
                    line-height:17px;
                    border-radius:10px;
                    -webkit-border-radius:10px;
                    display:inline-block;
                    text-align:center;
                    font-weight:bold;
                    margin-left:2px;

                    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7d300+0,abc100+16,8cb700+100 */
                    background: rgb(183,211,0); /* Old browsers */ /* FF3.6-15 */
                    background: -webkit-linear-gradient(top,  rgba(183,211,0,1) 0%,rgba(171,193,0,1) 16%,rgba(140,183,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: -webkit-linear-gradient(top, rgba(183,211,0,1) 0%, rgba(171,193,0,1) 16%, rgba(140,183,0,1) 100%);
                    background: linear-gradient(to bottom,  rgba(183,211,0,1) 0%,rgba(171,193,0,1) 16%,rgba(140,183,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d300', endColorstr='#8cb700',GradientType=0 ); /* IE6-9 */

                }
                .navigation_list li a:hover .notify_sell, .navigation_list li .notify_sell:hover {
                    background: #abc100;
                }

            .search_holder .notify_sell {
                padding:0 5px;
                font-size:11px;
                position:relative;
                height:16px;
                line-height:17px;
                border-radius:10px;
                -webkit-border-radius:10px;
                display:inline-block;
                text-align:center;
                font-weight:bold;
                margin-left:2px;

                color:#d14a40;
                background: #fff;
            }

	/* STARI social dugmici */
		#idSocijalniDugmici {width:210px;height:28px;position:absolute;right:0;top:0;cursor:pointer;overflow:hidden}
			.social_links, .SocijalniDugmici_holder {
				width:210px;height:25px;position:absolute;top:3px;left:0;text-align:center;
				-webkit-transition: all .3s ease;
				-moz-transition: all .3s ease;
				-ms-transition: all .3s ease;
				-o-transition: all .3s ease;
				transition: all .3s ease;
				}
				.SocijalniDugmici_holder {left:420px;}
				#idSocijalniDugmici:hover .social_links {top:-40px;}
				#idSocijalniDugmici:hover .SocijalniDugmici_holder {left:0}
				.link_like, .link_follow {width:24px;height:24px;margin-left:20px;display:inline-block;background:transparent url(/img/bg_buttons_ver13.png) no-repeat -20px -270px;}
				.link_follow {background-position:-44px -270px}

	/* NOVI social dugmici */
		.social-icons {
			margin-top: 3px;
			position: absolute;
			right: 0;
		}
		.social-icons.text-center > li {
          float: left;
          margin-left: 10px;
      }
.share-button-holder {
    line-height:9px;
    position: absolute;
    z-index: 99;
    margin-top: 4px;
}
.twitter-count-horizontal {width: 90px !important;}
.fb_iframe_widget {display: inline-block; position: relative;}
.saveti_kat {
    color: #444;
    padding: 15px 1% 25px;
    width: 98%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.saveti_kat h2 {
    color: #abc100;
}
.saveti_kat p {
    font-size: 13px;
    margin: 0;
    opacity: 0.8;
}
/**********************************************
        START - Kupindo widget HORIZONTAL
**********************************************/
.kupindo_widget {
	border: 1px solid #B14DCB;
	margin-top: 15px;
	padding-bottom:0;
}
.kupindo_widget h3:hover {
	opacity:.8;
}
.kupindo_widget_separator {
	background-color: #F8F8F8;
    border-bottom: 1px dotted #CCCCCC;
    margin-left: -15px;
    padding: 5px 14px 5px;
    width: 200px;
    min-height: 75px;
}
.kupindo_widget_separator:last-child {
    border-bottom: 0 none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kupindo_widget_separator img {
	float: left;
	padding-bottom: 15px;
	margin-right: 10px;
}
.kupindo_widget-price {
	background-color: #ea4;
	color:#fff;
	padding:3px 4px;
	border-radius: 3px;
	position: relative;
	top: 6px;
}
.kupindo_widget_separator:hover span {
	background-color:#f80;
}
.kupindo_widget_separator a:hover {
	text-decoration:none;
}
.kupindo_widget_separator a:hover .widget_text_wrapp {
	text-decoration: underline;
}
.widget_text_wrapp {
	width:110px;
	height:52px;
	overflow:hidden;
}
.kupindo_widget_separator.sveponude {
	min-height: 20px;
    padding: 10px 14px;
}
.kupindo_widget_separator.sveponude a {
    padding: 10px 14px;
}
.kupindo_widget_separator.sveponude:hover a {
	text-decoration: underline;
}
/**********************************************
        END - Kupindo widget HORIZONTAL
**********************************************/

/**********************************************
        START - Oglasindo widget VERTICAL
**********************************************/
.oglasindo_widget {
    background: #f93;
    border: 1px solid #f93;
    padding: 15px 15px 0;
    border-radius: 5px;
    margin-top: 15px;
}
.oglasindo_widget h2 {
    padding-left:0;
}
.oglasindo_widget h2:hover {
	opacity:.8;
}
.oglasindo_widget h2 img {
    margin-bottom: 5px;
    margin-right: 10px;
}
.oglasindo_w_separator {
    background-color: #F8F8F8;
    border-bottom: 1px dotted #CCCCCC;
    margin-left: -15px;
    min-height: 75px;
    padding: 5px 14px;
    width: 200px;
}
.oglasindo_w_separator:last-child {
    border-bottom: 0 none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.oglasindo_w_separator img {
    float: left;
    margin-right: 10px;
    padding-bottom: 5px;
    width: 100%;
}
.oglasindo_w-price {
    background-color: #999;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 3px 4px;
    float:right;
    -webkit-transition: background-color 0.2s ease 0s;
            transition: background-color 0.2s ease 0s;
}
.oglasindo_w-price:hover {
    background-color: #f93;
}
.oglasindo_w_separator a:hover {
    text-decoration: none;
}
.oglasindo_w_separator a:hover .oglasindo_widget_text {
    text-decoration: underline;
}
.oglasindo_w_separator:hover {
    background-color:#fff;
}
.oglasindo_w_separator.sveaukcije:hover {
    background-color:#F8F8F8;
}
.oglasindo_widget_text {
    overflow: hidden;
    width: 100%;
    color:#0066CC;
    font-size:13px;
    border-bottom:0 none;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px;
    padding-bottom:0;
}
.oglasindo_w_separator.sveaukcije {
	min-height: 20px;
    padding: 10px 14px;
}
.oglasindo_w_separator.sveaukcije a {
    padding: 10px 14px;
}
.oglasindo_w_separator.sveaukcije a:hover {
	text-decoration: underline;
}
.oglasindo_w_separator > p {
    color: #999;
}

/*********************
    START Popup naslovna
*************************/

.popup_on_load {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
}
.popup_on_load_bck {
    background-color: #fff;
    z-index: 105;
    opacity: 0.8;
    position: absolute;
    float: left;
}
.on_load_content {
    width: 480px;
    height: 278px;
    z-index: 200;
    background-color: #fff;
    border: 5px solid #ccc;
    padding: 6px;
    position: absolute;
    margin-top: -300px;
    left: 37%;
    -webkit-box-shadow:0 0 20px hsla(0, 0%, 0%, 0.2);
       -moz-box-shadow:0 0 20px hsla(0, 0%, 0%, 0.2);
            box-shadow:0 0 20px hsla(0, 0%, 0%, 0.2);
}
button.on_load_close {
    background-color: #ccc;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    margin: -36px -11px 0 0;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 9999;
    height: 25px;
    width: 32px;
    float: right;
    font-size: 18px;
}
button.on_load_close:hover, button.on_load_close:focus {
    color: #fff;
}
.on_load_content > a {
    display: block;
    float: right;
    text-indent: -9999px;
}
.on_load_content > a:hover {
    opacity: .9;
}
.on_load_img1{
    background: url(/images/popup/popup-dostava-1.png) no-repeat;
    height: 278px;
    width: 277px;
}
.on_load_img2 {
    background: url(/images/popup/popup-dostava-2.png) no-repeat 0 -1px;
    height: 283px;
    width: 202px;
}
.NG_popup .on_load_content {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    height: auto;
}
/*********************
    END Popup naslovna
*************************/
/*********************
    START Popup Racun header
*************************/
.popup_racun {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
}
.popup_racun_bck {
    background-color: #fff;
    z-index: 105;
    opacity: 0.8;
    position: absolute;
    float: left;

}

.popup_racun_content {
    width: 450px;
    height: 273px;
    z-index: 200;
    background-color: #DBDB70;
    border: 5px solid hsla(0, 0%, 0%, 0.2);
    border-radius: 25px;
    padding: 25px;
    position: absolute;
    margin-top: 100px;
    margin-left: -225px;
    left: 50%;
    -webkit-box-shadow:0 0 15px hsla(0, 0%, 0%, 0.2);
       -moz-box-shadow:0 0 15px hsla(0, 0%, 0%, 0.2);
            box-shadow:0 0 15px hsla(0, 0%, 0%, 0.2);
}
button.popup_racun_close {
    background-color: #fff;
    color: #777;
    border: 0 none;
    border-radius: 16px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    margin: -20px -20px 0 0;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 9999;
    height: 32px;
    width: 32px;
    float: right;
    font-size: 18px;

}
button.popup_racun_close:hover, button.popup_racun_close:focus {
    background-color: #777;
    color: #fff;
}
.popup_racun_content > a {
    display: block;
    float: right;
    text-indent: -9999px;
}
.popup_racun_content > a:hover {
    opacity: .9;
}
.popup_racun_div_content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    margin: 0;
}
.popup_racun_div_content a {
    text-shadow: none;
}
.popup_racun_div_content p strong {
    font-size: 18px;
    line-height: 2.2;
}
/*********************
    END Popup Racun header
*************************/

/*********************
    START Popup Newsletter
*************************/
.popup_NL {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
}
.popup_NL_bck {
    background-color: #fff;
    z-index: 105;
    opacity: 0.8;
    position: absolute;
    float: left;

}

.popup_NL_content {
    width: 450px;
    height: 310px;
    z-index: 200;
    background: transparent url(/pic/NL_popup_bck1.png) no-repeat;
    border: 5px solid #fc0;
    border-radius: 25px;
    padding: 15px 25px 25px;
    position: absolute;
    margin-top: -300px;
    margin-left: -225px;
    left: 50%;
    -webkit-box-shadow:0 0 15px hsla(0, 0%, 0%, 0.2);
       -moz-box-shadow:0 0 15px hsla(0, 0%, 0%, 0.2);
            box-shadow:0 0 15px hsla(0, 0%, 0%, 0.2);
}
button.popup_NL_close {
    background-color: #fff;
    color: #777;
    border: 0 none;
    border-radius: 16px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    margin: -10px -20px 0 0;
    outline: medium none;
    overflow: visible;
    z-index: 9999;
    height: 32px;
    width: 32px;
    float: right;
    font-size: 26px;
    font-family: inherit;
    font-weight: normal;
    line-height: 32px;

}
button.popup_NL_close:hover, button.popup_NL_close:focus {
    background-color: #777;
    color: #fff;
}
.popup_NL_content > a {
    display: block;
    float: right;
    text-indent: -9999px;
}
.popup_NL_content > a:hover {
    opacity: .9;
}
.popup_NL_div_content > p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    margin: 0 0 40px;
}
.popup_NL_div_content a {
    text-shadow: none;
}
.popup_NL_div_content p strong {
    font-size: 25px;
    line-height: 2.2;
}
.popup_NL form {
	width: 358px;
	margin: 0 auto;
	padding: 10px;
        color: #777;
}
.popup_NL form label {
    color: #999;
    display: block;
    padding-left: 15px;
    text-align: left;
}
#NL_mail {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: border-color .3s;
	        transition: border-color .3s;
	margin-right: 10px;
}
#NL_mail:focus {
	border-color: #cca300;
}
#NL_submit {
	background: #9bc647; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc647), color-stop(100%,#87ac40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9bc647 0%,#87ac40 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-linear-gradient(top, #9bc647 0%, #87ac40 100%);
	background: linear-gradient(to bottom,  #9bc647 0%,#87ac40 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc647', endColorstr='#87ac40',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 1px #b5d477;
	border-top-color: #7E9B46;
	border-left-color: #7A9A3B;
	border-right-color: #7A9A3B;
	border-bottom-color: #76953A;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	padding: 10px 15px;
	color: #fff;
        width:100%;
        cursor:pointer;
        margin-top:15px;
}
#NL_submit:hover {
	background: #9bc647; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87ac40), color-stop(100%,#9bc647)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #87ac40 0%,#9bc647 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-linear-gradient(top, #87ac40 0%, #9bc647 100%);
	background: linear-gradient(to bottom,  #87ac40 0%,#9bc647 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87ac40', endColorstr='#9bc647',GradientType=0 ); /* IE6-9 */
}
.popup_NL_footer {
    margin-top: 10px;
}
.popup_NL_footer img {
    display: inline-block;
    margin: 0 15px;
    max-width: 110px;
}

/*********************
    END Popup Newsletter
*************************/

/*********************
    START Popup Novi korisnik
*************************/
.new_user_popup_holder {
    left: 50%;
    margin: 30px auto 0 -200px;
    position: fixed;
    width: 400px;
    z-index: 9999;
}
.new_user_popup_holder button.on_load_close {
    margin: auto;
    background: transparent;
    height: 30px;
    width: 35px;
}
.new_user_popup {
    background: #eee;
    margin: 0 auto;
    padding: 30px;
    z-index: 9999;
    border-radius: 10px;
}
.new_user_popup_content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.new_user_popup_content h2 {
    text-align: left;
}
.new_user_popup_content p {
    color: #777;
    text-align: left;
}
.new_user_popup_content > img {
    float: right;
}
/*********************
    END Popup Novi korisnik
*************************/

/**************************************
    START Pozicije za oglse
***************************************/

/* Naslovna */
.pozicija_1 {width: 728px; margin-bottom: 10px; float: right;}

/* Kategorije / Potkategorije */
.pozicija_10 {/*background: #ccc; height: 90px;*/ width: 728px; margin-bottom: 10px;}
.pozicija_11 {width: 728px; margin-bottom: 15px;}
.pozicija_12 {clear:both; margin-top: 15px; display: flex; justify-content: center;}
.pozicija_13,.pozicija_14 {/*backgrou nd: #ccc; height: 600px;*/ margin-left: 735px; top: -57px; position: absolute; width: 120px; text-align: center;}
.pozicija_13.stick,.pozicija_14.stick { position: fixed; top: 5px; z-index: 9999;}

/* Pretraga */
.pozicija_20 {/*background: #ccc; height: 90px;*/ width: 728px; margin-bottom: 10px;}
.pozicija_21 {width: 728px; margin-bottom: 15px;}
.floating_add{
    margin-left: -385px;
    width: 770px;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    margin-bottom: 0;
}
.floating_add_category{
    margin-left: -385px;
    width: 770px;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 57.9%;
    z-index: 9999;
    margin-bottom: 0;
}
button.close_add {
    background-color: #fff;
    color: #777;
    border: 0 none;
    border-radius: 16px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 9999;
    height: 32px;
    width: 32px;
    float: right;
    font-size: 18px;
    z-index: 9999;

}
button.close_add:hover, button.close_add:focus {
    background-color: #777;
    color: #fff;
}
.pozicija_22 {clear:both; margin-top: 15px; display: flex; justify-content: center;}
.pozicija_23 {/*background: #ccc; height: 600px;*/ margin-left: 735px; top: -57px; position: absolute; width: 120px; text-align: center;}
.pozicija_24 {margin: 10px 0; width: 728px;}

/* Predmet detalji */
.pozicija_30 {/*background: #ccc; height: 250px;*/ margin-top: 15px; position: absolute; right: 0; width: 300px;}
.pozicija_31 {/*background: #ccc; height: 60px;*/ margin: 0 0 10px 0px; width: 468px;}
//.pozicija_32 {display:inline-block;width:728px;height:90px;bottom: 0;left: 50%;margin-left: -369px;padding: 5px;position: fixed;z-index: 9999;}
.pozicija_32{width: 728px;}

/* Najnovije aukcije */
.pozicija_91 {width: 728px; margin-bottom: 10px;}
.pozicija_92 {width: 728px; margin-bottom: 10px;}
.pozicija_93 {clear:both; margin-top: 15px; text-align: center;}

/**************************************
    END Pozicije za oglse
***************************************/
/************************
   START cookiesInfo
*************************/
.cookies_info{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: last baseline;
		    -ms-flex-pack: last baseline;
		        justify-content: last baseline;
		position: fixed;
		bottom: 0;
		padding: 8px 20px 10px 0;
		background-color: #f5f5f5;
		border-top: 1px solid #abc100;
		z-index: 9999;
		width: 100%;
}
.lemon_green{
	color: #abc100;
}
.cookies_text a:hover{
	color: #abc100;
}
.cookies_text a:visited{
	color: #abc100;
}
.close_info_cookies{
	background: none;
	border: 0 none;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	line-height: 1;
	cursor: pointer;
}
.close_info_cookies:hover{
	opacity: .4;
}
.close_info_cookies span{
	font-size: 26px;
}
.cookies_info_xs .cookies_text{
	padding: 0 20px;
	line-height: 1.4;
}

.mylimundo-menu-desktop { display: block !important; }
.mylimundo-menu-mobile { display: none !important; }


/*********************
    START responsive
*************************/

@media screen and (max-width: 980px) {
    /*.footerNew .container {
            width: 94%;
    }
    .footer_links {
            display: none;
    }
    .footerNew .container > ul > li {
        width: 25%;
    }
    .footerNew li:last-child h3 > a {
        border-right: 1px solid #ddd;
    }*/

    .footerNew {
        display: inline-block;
    }
}
@media screen and (max-width: 800px) {
    .floating_add{
        display: none;
    }
    .floating_add_category{
        display: none;
    }
    .mylim_dropdown .dropdown-menu {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .floating_add_category{
        left: 50%;
    }
}
@media screen and (max-width: 550px) {

    .mylimundo-menu-desktop { display: none !important; }
    .mylimundo-menu-mobile { display: block !important; }
    /* .footerNew .container > ul > li {
        width: 45%;
    }
    .footerNew h3 a {
        font-size: 13px !important;
    }*/
    .popup_NL_content {
        left: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 510px) {
    .popup_NL_content {
        padding: 15px 5% 25px;
        width: 88%;
        background-position: center;
    }
    .popup_NL_div_content p strong {
        font-size: 20px;
    }
    .popup_NL_div_content > p {
        font-size: 14px;
    }
    .popup_NL_footer img {
        max-width: 25%;
    }
    .popup_NL form {
        width: 92%;
    }
}
@media screen and (max-width: 340px) {
    .popup_NL_div_content p strong {
        font-size: 16px;
    }
    .popup_NL_div_content > p {
        font-size: 13px;
    }
    .popup_NL_footer {
        display: none;
    }
    .popup_NL_div_content {
        height: auto !important;
    }
    .popup_NL_div_content form input {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .popup_NL form {
        padding-top: 25px;
    }
}
