
/*** 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-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;}
html {overflow-y: scroll;}

/********* GENERAL *********/
html, body {font-family: Arial, Helvetica, sans-serif;}
p {margin-bottom: 15px;}
p > span {/* color: #999; */}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {color: purple;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; position: relative; margin-bottom: 12px;color: #495863;}
h1 {font-size: 23px; font-weight: bold; line-height: 24px;}
h2 {font-size: 21px; line-height: 22px;}
h3 {font-size: 19px;line-height: 20px;}
h4, h5, h6 {font-size: 16px; line-height: 18px;}

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4 {
    margin-bottom: 0;
}
.lemon_green {
    color: #abc100;
}
.lemon_orange {
    color: #f90;
}
.grey_bg {
    background-color: #f5f5f5;
}
.table.table-clear td {
    border: none;
    padding-left: 0px;
}

.panel-default > .panel-heading.prodavac-panel {
    color: #444;
    background: #fafafa;
    font-size: 16px;
}

.yellow-star {
    color: #FFD11B;
}
hr.hr-gray {
     border-top-color: #ddd;
}
hr.hr_mid {
	border-top: 1px solid #ccc;
}
hr.hr_dark {
	border-top: 1px solid #333;
}
.input-sm {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.input-50{
    width: 50%;
}

.input-60{
    width: 60%;
}

.input-70{
    width: 70%;
}

.input-80{
    width: 80%;
}
.round_corners {
    border-radius: 5px;
}
.holder_content_separator {
    margin-bottom: 15px;
}
.error_msg {
}
.form-control.error_input {
    border-color: red;
}
.visible-xxs {
    display: none;
}
.word_break {
    word-wrap: break-word;
}
.no_padd {
    padding: 0 !important;
}
.text_indent_1 {
    text-indent: 1px;
}
/**********************************
        START Specific styles
**********************************/

.side_menu_list_item, .side_menu_list_item h2, .najtrazenije h2 {
    font-size: 14px;
    margin: 0;
}
.najtrazenije a {
    font-size: 13px;
    display: block;
    line-height: 1.5;
}
.side_menu_list_item a {
    display: block;
    line-height: 24px;
    padding-left: 5px;
}
.side_menu_list_item a:hover {
    background-color: #337ab7;
    color: #fff!important;
    text-decoration: none;
}
.side_menu_list_item a:hover > span, .side_menu_list_item a:hover:visited {
    color: #fff;
}
.side_menu_list_item a > span {
    color: #999;
}

.glavni-menu {
    background: transparent;
    border: none;
}
.glavni-menu .navbar-brand.logo {
    padding: 0px;
    height: 70px;
}
.glavni-menu .nav.navbar-nav{
    margin: 20px -25px 0px 0px;
    /* display: block; */
}
.glavni-menu .navbar-nav > li > a {
    padding: 5px 15px;
    color: #999;
    font-size: 14px;
}
.glavni-menu .navbar-collapse {
    overflow: hidden;
    border: 0 none;
}
.glavni-menu .navbar-nav > li > a:hover {
    background-color: #abc100;
    color: #fff;
    text-decoration: none !important;
}
.navbar-default .navbar-nav > .active.credit_plus > a, .navbar-default .navbar-nav > .active.credit_plus > a:focus {
    background-color: #abc100;
    color: #fff;
    padding: 0 5px;
}
.navbar-default .navbar-nav > .active.credit_plus > a:hover {
    background-color: #fff;
    color: #abc100;
}
.credit_minus, .credit_plus {
    margin-right: 10px;
}
.credit_minus a {
    background-color: #ff3201;
    color: #fff !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
}

.credit_minus a:hover {
    background-color: #ff3201 !important;
    color: #fff !important;
}

.navbar-nav > li.credit_plus > a {
    border-color: #abc100;
    border-style: solid;
    border-width: 1px 0;
    height: 26px;
    line-height: 15px;
    font-size: 12px;
    background-color: #aac300;
    color: #fff;
}
.navbar-nav > li.credit_plus > a:hover {
    background-color: #fff;
    color: #abc100;
}
.credit_plus > a:hover ~ .credit_plus_left, .credit_plus > a:hover ~ .credit_plus_right {
    background-position: 0 -62px;
}
.credit_plus_left {
    background: transparent url(/images/uplusu.png) no-repeat;
    height: 62px;
    left: -16px;
    position: absolute;
    top: -36px;
    transform: scaleX(-1);
    width: 16px;
}
.credit_plus_right {
    background: transparent url(/images/uplusu.png) no-repeat;
    height: 62px;
    position: absolute;
    right: -16px;
    top: -36px;
    width: 16px;
}
.credit_minus_left {
    background: transparent url(/images/uminusu.png) no-repeat;
    height: 62px;
    left: -50px;
    position: absolute;
    top: -36px;
    width: 50px;
}
.credit_minus_right {
    background: transparent url(/images/uminusu_right.png) no-repeat;
    height: 62px;
    position: absolute;
    right: -16px;
    top: -36px;
    width: 16px;
}
.navbar-default .navbar-nav > .credit_minus a {
    background-color: #f30;
    color: #fff;
    padding: 0px;
    line-height: 26px;
    font-size: 12px;
}
.navbar-default .navbar-nav > .credit_minus a:hover {
    background-color: #fff;
    border-color: #f30;
    border-style: solid;
    border-width: 1px 0;
    color: #f30;
    height: 26px;
}
.navbar-default .navbar-nav > .credit_minus > a:hover ~ .credit_minus_left, .navbar-default .navbar-nav > .credit_minus > a:hover ~ .credit_minus_right {
    background-position: 0 -62px;
}
.search-menu .navbar-form {
    padding: 3px 0px 0px 0px;
    margin-left: -15px;
    margin-top: 2px;
    position: relative;
}
.search-menu .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
}
.search-menu .search_form {
    width: 100%;
}
.mob-logins .btn{
    margin-bottom: 10px;
}
.container nav.navbar {
    margin-bottom: 0;
    min-height: 70px;
}
.navbar.search-menu {
    /* height: 44px; */
    min-height: auto;
    margin-bottom: 15px;
    padding-top: 3px;
}
.autocomplete-categories {
		width: 100vw;
    position: absolute;
    top: 35px;
    background: #fff;
    z-index: 1000;
    padding: 3px 0;
    border: 1px solid #e7e7e7;
    max-width: 500px;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    /*-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;*/
}
.selected h2 a{
    background: #337ab7;
    color: #fff !important;
}
.autocomplete-categories h2 {
    padding: 0 2px 0 12px;
}
.autocomplete-categories a:visited {
    color: #337ab7;
}
.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 {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px !important;
    padding: 2px 0;
}
.mylim_dropdown .dropdown-menu > li > a {
    color: #444;
    font-size: 13px;
}
.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;
}
/*AUTOCOMPLETE*/
.autocomplete-categories .side_menu_list_item a {
	padding: 0;
}
.autocomplete-categories ul li:hover{
	background: #f6ffc7!important;
}
.autocomplete-categories .predlozi_pretrage{
	color: #999;
	font-size: 12px;
	text-align: right;
	padding: 0 12px;
}
.autocomplete-categories .predlozi_pretrage:hover {
	background: transparent!important;
	color: #999;
}
.autocomplete-categories .side_menu_list_item a:hover {
    background-color: #f6ffc7!important;
    color: #337ab7!important;
    text-decoration: none;
}
/*.autocomplete-categories .side_menu_list_item  a > span, .side_menu_list_item a:hover:visited {
    color: #999;
}*/
.autocomplete-categories .side_menu_list_item  span {
	color: #999!important;
}
/* NOVI social dugmici */
.social-icons {
	margin-top: 3px;
	position: absolute;
	right: 0;
    z-index: 1;
}
.social-icons.text-center > li {
    float: left;
    margin-left: 10px;
    list-style: none;
}
.login_form .control-label {
    padding-right: 0;
}

.breadcrumb {
    border-radius: 5px;
    background-color: white;
    padding: 0;
    margin-bottom: 10px;
}
.breadcrumb a {
    /* font-size: 12px; */
    font-weight: bold;
}
.breadcrumb > .active {
    color: #666;
    font-size: 12px;
}
.breadcrumb > li + li::before {
    padding: 0 2px;
}
.breadcrumb a:visited, a[data-toggle='popover']:visited, .side_menu_list_item a:visited, .najtrazenije a:visited, .question-href:visited {
    color: #337ab7;
}
.breadcrumb .listanje-predmeta {
    font-size: 21px;
    margin-left: 5px;
    margin-top: -3px;
}
.list-group-sm{
    padding: 7px 15px;
}

.modal-content{
    border: none;
}
#modalKreditPlus img {
    margin: 0 auto -14px;
}
.modal-header .close {
    position: relative;
    z-index: 1;
}
.glavni-menu #navbar .navbar-nav > li.kredit_minus > a,
.glavni-menu #navbar .navbar-nav > li.kredit_plus > a {
    border-radius: 3px;
    color: #fff;
}
.glavni-menu #navbar .navbar-nav > li.kredit_minus > a{
    background: #d9534f;
}
.glavni-menu #navbar .navbar-nav > li.kredit_minus > a:hover{
    background: #C9302C;
}
.glavni-menu #navbar .navbar-nav > li.kredit_plus > a{
    background: #ABC100;
}
.glavni-menu #navbar .navbar-nav > li.kredit_plus > a:hover{
    background: #449D44;
}
.notify_sell {
    background: #fff;
    color: #abc100;
    padding: 4px;
    border: 2px solid #abc100;
    border-radius: 14px;
}
.notify_sell:hover, .glavni-menu #navbar .navbar-nav > li > a:hover .notify_sell {
    background: #abc100;
    color: #fff;
}
.glavni-menu .navbar-nav > li > a.notify_on {
    color: #fff;
    line-height: 10px;
    margin: 4px 5px 0 3px;
    padding: 6px;
    background-color: #d9534f;
}
.notify_on::before {
    content: "";
    position: absolute;
    margin-left: -4px;
    border-right: 5px solid #d9534f;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: 4px;
}
.glavni-menu .navbar-nav > li > a.notify_on:hover {
    background-color: #c9302c;
}
.notify_on:hover::before {
    border-right-color: #c9302c;
}
.glavni-menu .navbar-nav > li > a.notify_on > span:hover {
    background-color: #c9302c;
}
.header_snow {
    background: transparent url("/images/header_snow.jpg") repeat-x -70px -13px;
}
.glavni-menu .navbar-toggle {
    border-color: #ddd;
}

/********* FOOTER NEW *********/

.footerNew.ima_footer_ads{
    padding: 0px 0px 110px 0px;
}
.footerNew {
    position: relative;
    clear: both;
    text-align: center;
    padding:10px 0 0 0;
    margin-top: 60px;
    border-top: 1px solid #e6e6e6;
}
.footerNew .container ul {
    overflow: hidden;
    margin: 10px 0 30px;
    list-style: none;
    padding: 0;
}
.footerNew .container > ul > li {
    float: left;
    text-align: center;
}
.footerNew .paycard_footer .container > ul > li {
    float: none;
}
.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 {
    margin-top: 0;
    font-weight: normal;
}
.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: 130px;
}
.footerNew .paycard_footer {
    background-color: #eee;
    margin-bottom: 15px;
    padding: 15px;
}
.footerNew .paycard_footer ul {
    margin: 0;
}
.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_cards {
    background-position: 0 -40px;
    width: 150px;
}
.footerNew .paycard_footer_vervisa {
    background-position: 0 -80px;
    width: 90px;
}
.footerNew .paycard_footer_securemaster {
    background-position: -90px -80px;
    width: 105px;
}
.footerNew .paycard_footer_ipay {
    background-position: -154px -40px;
    width: 70px;
    margin-right: 0;
    margin-left: 30px;
}
.footerNew .paycard_footer_divider {
    border-right: 1px solid #ccc;
    height: 40px;
}
.footer_info_limundo {
    color: #999;
    padding: 0 15px;
}
.footer_info_limundo p {
    margin-right: 20px;
    text-align: left;
    line-height: 1.2;
}
.footer_info_limundo p:last-child {
    margin-right: 0;
}
.play_button_text {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    overflow: hidden;
}
.play_button_link:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#ocene .popover{
	width: 300px;
}

/**************************************
        START Oglasne pozicije
***************************************/

.branding-home .branding-home-left, .branding-home .branding-home-right {
    height: 1080px;
    position: fixed;
    width: 480px;
    z-index: 2;
}
.branding-home .branding-home-left {
    left: 50%;
    margin-left: -1060px;
    text-align: right;
}
.branding-home .branding-home-right {
    right: 50%;
    margin-right: -1060px;
    text-align: left;
}
.pozicija_1 {
    float: right;
    margin-bottom: 10px;
    width: 728px;
}
.pozicija_10 {
    width: 728px;
    margin: 0 auto 10px;
}
.pozicija_11 {
    clear: both;
    margin: 0 auto 15px;
    width: 728px;
}
.pozicija_12 {
    clear: both;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.pozicija_13, .pozicija_14 {
    margin-left: 1152px;
    position: absolute;
    text-align: center;
    top: 136px;
    width: 120px;
    z-index: 1000;
}
.pozicija_13.stick, .pozicija_14.stick {
    position: fixed;
    top: 10px;
    z-index: 9999;
}
.pozicija_16, .pozicija_120 {
    width: 300px;
    clear: both;
    margin: 15px auto;
}
.pozicija_17 {
    width: 300px;
    clear: both;
    margin: 15px auto;
}
.pozicija_20 {
    width: 728px;
    margin: 0 auto 10px;
}
.pozicija_21 {
    clear: both;
    margin: 0 auto 15px;
    width: 728px;
}
.pozicija_22 {
    clear: both;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.pozicija_23 {
    margin-left: 735px;
    position: absolute;
    text-align: center;
    top: -57px;
    width: 120px;
}
.pozicija_24 {
    margin: 10px 0;
    width: 728px;
}
.pozicija_26 {
    width: 300px;
    clear: both;
    margin: 15px auto;
}
.pozicija_27 {
    width: 300px;
    clear: both;
    margin: 15px auto;
}
.pozicija_30, .pozicija_121 {
    float: right;
    width: 300px;
}
.pozicija_31{
    margin-bottom: 30px;
}
.floating_add{
    margin-left: -385px;
    width: 770px;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 50%;
    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_32{width: 728px;}

/**************************************
        END Oglasne pozicije
***************************************/

.panel-body.panel-no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb > li.pull-right + li::before,
.breadcrumb > li + li.pull-right::before,
.breadcrumb > li.pull-right + li.pull-right::before{
    content: "";
}

#scroll_top {
    border: 5px solid #ccc;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    font-size: 31px;
    color: #ccc;
    padding: 5px 5px 5px 8px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    background: #fff;
    z-index: 99;
}

.alert_msg {
    width: 700px;
}
#autocomplete_rezultat{
    margin: 3px 0 0 0;
    background: #f4f4f4;
    display: none;
    position: absolute;
    width: 231px;
    top: 31px;
    z-index: 999;
    background-color: #fff;
    border-color: transparent #ddd #ddd;
    -o-border-image: none;
       border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#autocomplete_rezultat ul li{
    padding: 5px 15px;
    display: block;
    width: 100%;
    cursor: pointer;
}
#autocomplete_rezultat ul li:hover, #autocomplete_rezultat ul li.hover_complete {
    background: #F6FFC7;
}


.breadcrumb > li {
    padding-right: 5px !important;
}
/*********************
    START Popup Newsletter
*************************/
.popup_NL {
    width: 100%;
    height:100%;
    display: none;
    position: fixed;
    z-index: 9999;
}
.popup_NL_bck {
    background-color: #fff;
    z-index: 105;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    float: left;

}

.popup_NL_content {
    width: 510px;
    height: 360px;
    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: -255px;
    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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}
.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 70px;
    text-align: center;
}
.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;
    font-size: 13px;
    text-align: center;
}
.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;
    text-align: center;
}
.popup_NL_footer img {
    display: inline-block;
    margin: 0 15px;
    max-width: 115px;
}
/*********************
    END Popup Newsletter
*************************/
/**************************************
    START facebook login buttons
***************************************/
.fb-connect-btn {
    float: left;
    text-align: center;
    padding: 0px 3px 0px 3px;
    color: #fefefe;
    background-color: #35579a;
    border-radius: 5px;
    font-size: 1em;
    margin: 20px 0 10px;
    cursor: pointer;
}
.fb-connect-btn .icon {
    height: 21px;
    width: 21px;
    background-image: url(/img/bg_buttons.png);
    background-position: -22px -271px;
    float: left;
}
/**************************************
    END facebook login buttons
***************************************/

.collapse.collapsible .alert {
    margin: 10px auto 6px;
    font-size: 18px;
    line-height: 1.6;
}
.collapse.collapsible a, .collapse.collapsible a:visited {
    color: #fff;
    font-size: 17px;
}
/*****************************************
				START CookiesInfo
*****************************************/
.cookies_info{
	background-color: #f5f5f5;
	border-top: 1px solid #abc100;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
/*	display: none;*/
}
.cookies_info .container{
	padding-top: 8px;
}
.close_info_cookies{
	margin: -10px 8px 0 0;
	opacity: .8;
	font-size: 26px;
}
.close_info_cookies:hover{
	opacity: .4;
}
.cookies_text{
	font-size: 12px;
}
.cookies_text a:hover{
	color: #abc100;
}
.cookies_text a:visited{
	color: #abc100;
}


#tabs-pricetype {align-items: center;}
.nav.nav-tabs li a {
    padding: 1.3rem 2rem;
    background-color: #f5f5f5;
    font-weight: 600;
    margin-right: 1px;
}
#tabs-pricetype li.active {
    background-color: #fff;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.bg-grey {
    background-color: #f9f9f9;
}

.search_form .form-control {
    width: 75%;
    margin: 0;
}

.browser-safari .row:before,
.browser-safari .row:after {
    content: '';
    display: none;
}

/*********************************
        START Responsive
**********************************/

@media screen and (min-width: 1390px) {
    .footerNew .container {
        width: 1000px;
    }
}
@media screen and (max-width: 1389px) {
    .branding-home .branding-home-left {
        margin-left: -960px;
    }
    .branding-home .branding-home-right {
        margin-right: -960px;
    }
    .pozicija_13, .pozicija_14 {
        margin-left:  950px;
    }
    .footerNew .footer_links > li {
        max-width: 123px;
    }
    .pozicija_30, .pozicija_121 {
        margin-left: -60px;
    }
    .pozicija_10 {
        margin-left: -9px;
    }
}
@media screen and (max-width: 1191px) {
    .branding-home .branding-home-left {
        margin-left: -850px;
    }
    .branding-home .branding-home-right {
        margin-right: -850px;
    }
    .pozicija_13, .pozicija_14 {
        margin-left:  725px;
    }
    .pozicija_11, .pozicija_21 {
        margin-left: -192px;
    }
    .pozicija_10 {
        margin-left: -4px;
    }

    .navbar-nav > li.credit_plus > a {
        border-radius: 5px;
        border-width: 1px;
        font-size: 11px;
        height: 28px;
        line-height: 28px;
    }
    .credit_minus, .credit_plus {
        margin-right: 3px;
    }

    .credit_minus > a:hover {
        background-color: #ff3201;
    }

    .glavni-menu .navbar-nav > li > a {
        padding: 4px 10px;
    }
    .login_form .control-label {
        text-align: left;
    }
    .footer_links {
        display: none;
    }
    .footerNew > div:not(.paycard_footer) ul li {
        width: 25%;
    }
    .footerNew li:last-child h3 > a {
        border-right: 1px solid #ddd;
    }
}
@media screen and (max-width: 991px) {
    .pozicija_13, .pozicija_14 {
        margin-left:  720px;
    }
}
@media screen and (max-width: 940px) {
    .branding-home {
        display: none;
    }
    .pozicija_13, .pozicija_14 {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .floating_add{
        display: none!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1191px) {
    .navbar-default .navbar-nav > .credit_plus > a {
        position: absolute;
        right: 0;
    }
	.footerNew .paycard_footer_item {
		margin-right: 10px;
	}
	.footerNew .paycard_footer_ipay {
		margin-left: 10px;
		margin-right: 0;
	}
    .pozicija_121 {
        position: absolute;
        right: 400px;
        top: 45px;
    }
}
@media (min-width: 768px) and (max-width: 799px) {
    .footerNew .paycard_footer_item {
        margin-right: 7px;
    }
}
@media screen and (max-width: 767px) {
    .search-menu .search_form {
        width: 100% !important;
        float: none !important;
        padding: 0;
        display: flex;
    }

    #product-bidprice .input-group.w-50 {
        width: 100% !important;
    }
    #product-bidprice #bidValue {
        width: 100% !important;
    }

    #product-buynow .input-group {
        width: 100%;
        display: block;
        max-width: 220px;
        margin: 0 auto;
    }

    #product-buynow .input-group-addon.w-50 {
        width: 100% !important;
        display: block;
        border: 1px solid #ccc;
        border-radius: 0 !important;
        margin-bottom: 5px;
    }

    .auction_list_sorting {
        flex-direction: column-reverse;
    }
    .sort_select {
        margin: 10px 0 20px 0;
        text-align: center !important;
    }

    ul.nav.nav-tabs {
        display: flex;
        width: 100%;
    }
    ul.nav.nav-tabs li {
        flex-grow: 1;
    }
    ul.nav.nav-tabs li a {
        text-align: center;
    }

    .navbar.search-menu {
        min-height: 76px;
    }
	.social-icons {
		top: 10px;
	}
    .glavni-menu .navbar-nav > li > a {
        padding: 10px 15px;
        text-align: center;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
    }
    .glavni-menu .nav.navbar-nav {
        margin: 5px 0 0;
    }
    .footerNew .container {
        width: 94%;
    }
    .footerNew {
        padding-bottom: 50px;
    }
    .footerNew .paycard_footer {
        padding: 15px 0;
    }
    .footerNew .paycard_footer_item {
        float: none !important;
        margin: 0 auto 10px !important;
    }
    .footerNew .paycard_footer_ipay {
        margin-top: 10px !important;
    }
	.footerNew .flex-links {
        display: flex;
        flex-direction: column;
	}
	.footerNew .paycard_footer_item:nth-of-type(4) {
        order: 1;
	}
    #naslovna-slider {
        text-align: center;
    }
    #naslovna-slider ul {
        width: auto;
        margin: 0 auto;
    }
    #autocomplete_rezultat{
        margin-top: 9px;
    }
    .navbar.search-menu{
        padding-top: 0px;
    }
    .mobile_ads {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 9999;
    }
    .pozicija_30, .pozicija_121 {
        margin: 15px auto;
        position: relative;
        width: 300px;
        display: block;
        overflow: hidden;
        float: none;
    }
    .pozicija_16, .pozicija_17, .pozicija_26, .pozicija_27, .pozicija_120 {
        display: inline !important;
    }
    .pozicija_16 > div, .pozicija_17 > div, .pozicija_26 > div, .pozicija_27 > div, .pozicija_120 > div {
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 767px) {
	.autocomplete-categories{
		max-width: calc(100vw - 31px);
	}
}
@media screen and (min-width: 768px) {
	.autocomplete-categories{
		top: 35px;
	}
    .mylimundo-menu-desktop { display: block }
    .mylimundo-menu-mobile {display: none !important;}
}
@media screen and (min-width: 768px) and (max-width:1191px) {
	.autocomplete-categories{
		max-width: 212px;
	}
}
@media screen and (min-width: 1192px) and (max-width:1389px) {
	.autocomplete-categories{
		max-width: 262px;
	}
}
@media screen and (max-width: 740px) {
    .pozicija_10, .pozicija_20, .pozicija_11, .pozicija_21, .pozicija_15 {
        display: none;
    }
    .mylimundo-menu-mobile { display: none; }

    .glavni-menu #menu1 {
        display: none;
        text-align: center;
        background-color: #eff1e9;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .glavni-menu .dropdown.open #menu1 {
        display: block !important;
    }

    #menu1 .nav-link {
        padding: 10px 0;
        text-align: center;
    }

}
@media screen and (max-width: 570px) {

    .footer_info_limundo {
        display: flex;
        justify-content: flex-start;
    }
    .footer_info_limundo {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .footer_info_limundo p {
        text-align: center;
        margin-right: initial !important;
        margin-bottom: 10px;
    }

    .item-details-id {
        text-align: center;
    }
    .item-details-title {
        text-align: center;
    }

    .navbar.search-menu {
        min-height: 56px;
    }
    .social-icons {
        display: none;
    }
    .glavni-menu .navbar-brand.logo {
        width: 100%;
        padding: 0 70px;
    }
    .glavni-menu .navbar-brand.logo > img {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        float: none;
    }
    .header_snow {
        background-image: none;
    }
}
@media screen and (max-width: 550px) {

    .navbar_search {
        display: flex;
        flex-direction: column;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        padding-top: 5px !important;
    }

    .navbar-collapse.navbar-form {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .visible-xxs {
        display: block !important;
    }
    .hidden-xxs {
        display: none !important;
    }
    .footerNew > div:not(.paycard_footer) ul li {
        width: 50%;
    }
    .footerNew .container > ul > li:nth-child(2n) > h3 > a {
        border: 0 none;
    }
    .footerNew h3 a {
        font-size: 13px !important;
    }
    .popup_NL_content {
        left: 10px;
        margin-left: 0;
        padding: 15px 5% 25px;
        width: 92%;
        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: 95%;
    }
		.cookies_info_xs .cookies_text{
			font-size: 10px;
		}
}
@media screen and (max-width: 440px) {
    .popup_NL_content {
        left: 2.5%;
        width: 95%;
    }
    .popup_NL_div_content p strong {
        font-size: 16px;
    }
    .popup_NL_div_content > p {
        font-size: 13px;
    }
    .popup_NL_div_content {
        height: auto !important;
    }
    .popup_NL_div_content form input {
        width: 100%;
        box-sizing: border-box;
    }
    .popup_NL form {
        padding-top: 10px;
    }
}
@media screen and (max-width: 350px) {
    .navbar.search-menu {
        min-height: 53px;
    }
    .container nav.navbar {
        margin-bottom: 0;
        min-height: 50px;
    }
    .glavni-menu .navbar-brand.logo {
        height: 60px;
        padding: 0 30px 0 60px;
    }
    .popup_NL_content {
        height: auto;
    }
    .popup_NL_footer {
        display: none;
    }
    .popup_NL_div_content > p {
        font-size: 12px;
    }
    .popup_NL_close {
        font-size: 20px !important;
        height: 24px !important;
        line-height: 24px !important;
        position: absolute;
        right: 20px;
        width: 24px !important;
    }
		.close_info_cookies{
			margin-top: -15%;
		}
}
