@import url("/css/reset.css");
@import url("/css/slider.css");

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/helveticaneueltpro-roman-webfont.eot');
    src: local('Helvetica Neue LT Pro'), local('HelveticaNeueLTProLtCn'), url('/fonts/helveticaneueltpro-roman-webfont.woff') format('woff'), url('/fonts/helveticaneueltpro-roman-webfont.ttf') format('truetype'), url('/fonts/helveticaneueltpro-roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaMedium';
    src: url('/fonts/helveticaneueltpro-md-webfont.eot');
    src: local('Helvetica Neue LT Pro'), local('HelveticaNeueLTProMdCn'), url('/fonts/helveticaneueltpro-md-webfont.woff') format('woff'), url('/fonts/helveticaneueltpro-md-webfont.ttf') format('truetype'), url('/fonts/helveticaneueltpro-md-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cb { clear: both; }
.fl { float: left; }
.fr { float: right; }
.last { margin-left: 0px!important; margin-right: 0px!important; }
.none { border: none!important; padding: 0px!important; }
.h50 { height: 50px; }

.w430 { width: 410px; padding-left: 20px; }
.w340 { width: 320px; padding-left: 20px; }

::selection { background-color: #767676; color: #fff; }

a { text-decoration: none; color: #b1b1b1; }

strong { font-weight: 600; }

h1, h2, h3, h4, h5 { font-family: 'Helvetica'; }

.bullets { padding: 50px 0 0 20px; font-weight: bold;}

body {
    background: url('/images/back-main.png') repeat fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.no-scrolling {
    overflow: hidden;
}

#floater {
    position:fixed;
    top: 300px;
    border-radius: 0px 15px 15px 0px;
    background-color: rgba(51, 51, 51, 0.8);
    width: 30px;
    height: 250px;
    z-index: 1000;
    width: 300px;
}
#floater a {
    opacity: 0.7;
    position: absolute;
    border-radius: 0px 15px 15px 0px;
    width: 40px;
    height: 100%;
    background-color: rgba(118, 116, 117, 0.25);
    background-position: center 110px;
    background-repeat: no-repeat;
    margin-left: 260px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#floater a:hover {
    opacity: 1;
}
#floater.open {
    left: 0px;
}
#floater.close {
    left: -260px;
}
#floater a.expand {
    background-image: url('/images/ul-li-arrow.png');
}
#floater a.contract {
    background-image: url('/images/ul-li-arrow-back.png')!important;
}

header {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 120px;
    background: url('/images/back-header.gif') repeat-x #E0E3E3;
    border-bottom: #3b3a3a solid 1px;
}
#header {
    width: 960px;
    margin: 0px auto;
}
#header img {
    float: left;
    margin: 30px 0px 0px 40px;
}
#header nav {
    float: right;
    margin-right: 55px;
    font-size: 14px;
    font-family: 'Helvetica';
    letter-spacing: 1px;
}
#header nav a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 40px 20px 25px 20px;
    margin-left: -5px;
}
#header nav a:hover, #header nav a.active {
    background-image: url('/images/back-nav-a.gif');
    background-repeat: repeat;
    color: #b1b1b1;
}
#header #flags {
    position: absolute;
    padding: 10px 8px 8px 8px;
    margin: 0px 0px 0px 925px;
    font-size: 11px;
    background: url("/images/back-content.gif");
}
#header #flags img {
    float: none;
    margin: 0px;
    padding-top: 1px;
}
#header #flags a:link, #header #flags a:visited
{
    color: #333;
}
#header #flags a:hover
{
    text-decoration: underline;
}
#content {
    color: #767676;
    position: relative;
    z-index: 50;
    width: 890px;
    margin: 0px auto;
    background: url('/images/back-content.gif') repeat;
    -moz-box-shadow: 0px 0px 34px #000000;
    -webkit-box-shadow: 0px 0px 34px #000000;
    box-shadow: 0px 0px 34px #000000;
    padding: 0px 35px 15px 35px;
}


#choose {
    overflow: auto;
}
section {
    float: left;
    text-shadow: 1px 2px 6px #000;
    margin-top: 30px;
    margin-right: 14px;
    width: 230px;
    height: 270px;
    padding: 25px 30px 10px 25px;
    border: 1px solid #393738;
    color: #b0abab;
    background-image: url('/images/back-section.gif');
    background-position: top left;
    background-repeat: repeat-x;
    cursor: pointer;
}
section p {
    line-height: 18px;
    margin-top: 11px;
}

section p.second {
    opacity: 0;
    margin-top: 30px;
}
section h2 {
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 100;
}
section.kuhinje:hover {
    background-image: url('/images/kuhinje_th_over.jpg');
}
section.namjestaj:hover {
    background-image: url('/images/namjestaj_th_over.jpg');
}
section.stolarija:hover {
    background-image: url('/images/stolarija_th_over.jpg');
}
section.kuhinje h2 {
    color: #aa4026;
}
section.namjestaj h2 {
    color: #90b07c;
}
section.stolarija h2 {
    color: #bf9d6c;
}
section.stolarija {
    margin-right: 0px!important;
}
section a.sectionmore {
    z-index: 30;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    margin-top: 235px;
    margin-left: 210px;
    background: url('/images/section-more.png') no-repeat 0px 0px;
}
section img {
    margin-top: 130px;
    margin-left: -14px;
    position: absolute;
    z-index: 20;
}
footer {
    padding-top: 30px;
    overflow: hidden;
    text-shadow: 1px 2px 6px #000;
    color: #767676;
}
footer #footerleft {
    float: left;
    width: 330px;
    line-height: 18px;
    padding-left: 40px;
    padding-top: 35px;
    background: url('/images/navodnici.png') no-repeat 25px 0px transparent;
}
footer #footerleft p.signature {
    text-align: right;
    margin-top: 5px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 62px;
}
footer #footeright {
    float: right;
    padding-top: 15px;
    padding-right: 30px;
    text-align: right;
}
footer #footeright address {
    width: 135px;
    font-style: normal;
    line-height: 18px;
    padding-top: 15px;
}
footer #footeright table {
    line-height: 17px;
    margin-top: 25px;
    text-align: left;
}
footer #footeright table td.left {
    color: #adacac;
    width: 45px;
    text-align: right;
    padding-right: 3px;
}
footer #footeright .icon_map {
    position: absolute;
    margin: 83px 0 0 -230px;
}
footer a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}
footer a:hover {
    color: #fff;
}
footer #copy {
    font-size: 11px;
    padding: 0px 35px 0px 63px;
    margin-top: 10px;
}
.novosti {
    position: relative;
    color: #ada9aa;
    margin: 50px 0px 30px 0px;
    overflow: hidden;
}
.novosti a.bx-prev {
    display: none;
}
.novosti h3 {
    letter-spacing: 1px;
    color: #fff;
    padding-left: 25px;
    font-size: 22px;
    font-weight: 100;
}
.novosti img {
    border: 1px solid #fff;
    margin-left: 10px;
    float: left;
}
.novosti .date {
    position: absolute;
    padding: 5px 10px 5px 20px;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
}
.novosti .corner {
    position: absolute;
    margin-top: 10px;
    background-image: url('/images/aktualno-datum.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 10px;
    height: 35px;
}
.novosti .description {
    margin-left: 35px;
    float: left;
    width: 400px;
}
.novosti .description h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 100;
    color: #fff;
}
.novosti .description p {
    line-height: 21px;
    font-size: 12px;
    margin-bottom: 12px;
    height: 43px;
    overflow: hidden;
}
.novosti a.more {
    margin: 0px!important;
    text-decoration: none;
    float: none;
    padding: 7px 40px 7px 15px;
    display: inline-block;
    background-color: #ada9aa;
    /*background-position: 102px 4px;*/
    background-position: right center;
}
.novosti .bx-window {
    padding: 20px 0px;
}
.novosti a.bx-next {
    top: 40px;
    right: -25px;
    margin-right: 25px;
    padding: 55px 15px;
    background-color: #161415;
    background-position: 17px 53px;
    border-radius: 0px 20px 20px 0px;
}
.novosti a.bx-prev {
    top: 40px;
    left: -20px!important;
    margin-left: 25px;
    padding: 55px 15px;
    background-color: #161415!important;
    background-position: 17px 53px!important;
    border-radius: 20px 0px 0px 20px;
}
.novosti .bx-wrapper {
    position: static!important;
    width: 805px!important;
}
#aktualno .pager:nth-child(1),
#aktualno .pager:nth-child(2) {
    margin-left: 0px;
    width: 740px!important;
}
#aktualno .pager {
    margin-left: 90px;
    width: 740px!important;
}
.novosti .bx-window {
    margin-left: 0px;
    width: 805px!important;
    height: 180px;
}
.vijest {
    padding: 50px 0px 40px 0px;
    width: 590px;
    float: left;
}
.vijest .datum {
    float: left;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: 100;
    padding-top: 7px;
}
.vijest h2 {
    border-left: 1px dotted rgba(118, 118, 118, 0.5);
    padding: 3px 0px 3px 10px;
    margin-left: 10px;
    float: left;
    font-size: 22px;
    font-weight: 100;
    width: 450px;
}
.vijest p {
    margin: 20px 0px 0px 0px;
    line-height: 22px;
}
.vijest img.head {
    margin-top: 25px;
    border: 1px solid rgba(81, 79, 80, 0.7);
    padding: 2px;
}
.galerija img {
    border: 1px solid rgba(81, 79, 80, 0.2);
    padding: 3px;
    margin-right: 7px;
    margin-bottom: 20px;
    background-color: #323031;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.galerija img:hover {
    background-color: #767676;
}
.galerija h5 {
    font-size: 15px;
    margin: 20px 0px;
}
.vijest #sharethis {
    margin: 25px 0px;
}
.arhiva {
    padding: 20px 20px 0px 20px;
    background: url('/images/nav-back.png');
    width: 220px;
    float: right;
    margin-top: 15px;
    border-radius: 10px;
}
h3.arhiva-naslov {
    width: 240px;
    margin-top: 57px;
    float: right;
    font-size: 24px;
    font-weight: 100;
}
.arhiva ul {
    line-height: 22px;
    margin-bottom: 30px;
}
.arhiva ul li {
    padding-top: 10px;
}
.arhiva ul li a {
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(118, 118, 118, 0.5);
}
.arhiva ul li.active {
    padding-left: 15px;
    margin-left: -20px;
    border-left: 5px #767676 solid;
}
.arhiva a {
    display: block;
}
.arhiva li a:hover {
    color: #FFF;
}
.arhiva .showmore {
    opacity: 0.2;
    background-image: url('/images/showmore.png');
    background-position: 120px 33px;
    background-repeat: no-repeat;
    text-align: center;
    background-color: rgba(204, 204, 204, 0.2);
    margin: 0px 0px 0px -20px;
    padding: 15px 0px 30px 0px;
    width: 260px;
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.arhiva .showmore:hover {
    opacity: 1;
}
#inception {
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}
#inception .leftcol {
    margin: 20px 40px 0px 0px;
    width: 260px;
}
#inception .rightcol {
    width: 590px;
}
#inception .rightcol p {
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
}
#inception h1, #inception h2 {
    padding-top: 20px;
    font-weight: 100;
}
#inception .rightcol h1 {
    font-size: 24px;
}
#inception .rightcol h2 {
    font-size: 20px;
}
#inception .leftcol img {
    margin-top: 5px;
    border: 1px solid rgba(81, 79, 80, 0.7);
    padding: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#inception section a.sectionmore {
    margin-left: 200px!important;
}
#inception .leftcol a img:hover {
    background-color: #767676;
}
#inception section {
    width: 230px;
}
#inception section.rightsec {
    margin-right: 0px!important;
}
#inception section h2 {
    padding-top: 0px!important;
}
#inception nav {
    position: absolute;
    /*font-family: 'Helvetica';*/
    width: 260px;
    margin-top: 20px;
}
#inception nav a {
    background-image: url('/images/nav-back.png');
    font-size: 15px;
    display: block;
    opacity: 0.5;
    padding: 11px 17px 11px 20px;
    border-bottom: 1px dotted rgba(118, 118, 118, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#inception li.backarrow-point {
    border-radius: 10px!important;
    background: url('/images/nav-back.png');
}
#inception .backarrow {
    padding-left: 40px;
    background: url('/images/ul-li-arrow-back.png') 22px 15px no-repeat;
    border-bottom: none;
    margin-bottom: 10px;
}
#inception .backarrow:hover {
    border-radius: 10px!important;
}
#inception nav a.last {
    border-bottom: none!important;
}
#inception nav a:hover {
    opacity: 1;
    background-color: rgba(204, 204, 204, 0.2);
}
#inception #materials_widget
{
    background-image: url('/images/bg_materials_widget.png');
    opacity: 1;
    width: 550px;
    height: 330px;
    position: absolute;
    margin: 0 0 0 260px;
    z-index: 200;
    display: none;
    border-radius: 10px;
    border-top-left-radius: 0px;
}
#materials_widget
{
    padding: 20px 40px 40px 40px;
}
#materials_widget h3
{
    font-size: 16px;
    color: #eee;
}
#materials_widget img.container
{
    margin-top: 20px;
    opacity: .8;
    display: block !important;
}
#materials_widget img
{
    display: none;
}
#inception .borderhovera {
    border-radius: 10px 10px 0px 0px;
    background: url('/images/nav-back.png') repeat, url('/images/ul-li-arrow-up.png') no-repeat 230px 17px;
}
#inception .borderhoverb {
    border-radius: 0px 0px 10px 10px;
}
#inception .borderhoverc {
    border-radius: 10px 10px 0px 0px;
}
#inception .borderhovera:hover, #inception .borderhoverc:hover {
    border-radius: 10px 10px 0px 0px;
}
#inception .borderhoverb:hover {
    border-radius: 0px 0px 10px 10px;
}
#inception ul li {
    background: 20px 14px no-repeat url('/images/ul-li-arrow.png');
}
#inception nav ul li a {
    font-size: 13px;
    padding-left: 35px;
    background: url('/images/nav-back.png');
}
#inception .rightcol ul li {
    line-height: 24px;
    padding-left: 20px;
    background: url('/images/ul-li-stolarija.png') no-repeat 2px 7px transparent;
}
#inception .rightcol h3 {
    font-size: 16px;
    margin: 25px 0px 15px 0px;
}
#inception .rightcol a:hover {
    text-decoration: underline;
}
#inception blockquote {
    padding: 0 0 0 20px;
    border-left: 5px solid #929292;
    margin-bottom: 20px;
    line-height: 25px;
    margin: 20px 0 20px 20px;
}
#inception blockquote p {
    padding: 0 !important;
    margin: 0 !important;
    color: #929292;
    font: 20px/28px "HelveticaMedium" !important;
}
#inception section.back-section-1 {
    background-image: url('/images/back-section-1.jpg');
}
#inception section.back-section-2 {
    background-image: url('/images/back-section-2.jpg');
}
#inception section.back-section-3 {
    background-image: url('/images/back-section-3.jpg');
}
#inception section.back-section-4 {
    background-image: url('/images/back-section-4.jpg');
}
.ui-widget-content {
    border: none!important;
    background: none!important;
    color: #767676!important;
}
.accordion, .accordion-open {
    margin: 20px 0px!important;
    font-family: Verdana, Arial, Helvetica, sans-serif!important;
}
.accordion p, .accordion-open p {
    margin-top: 10px!important;
}
.accordion h5, .accordion-open h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif!important;
}
.accordion .group, .accordion-open .group {
    margin-top: 10px;
}
.ui-accordion-header a {
    color: #B1B1B1!important;
    font-size: 14px!important;
}
.ui-accordion-header a:hover {
    text-decoration: none!important;
}
.ui-state-default {
    opacity: 0.5;
    background: url('/images/nav-back.png')!important;
    border: none!important;
    border-radius: 5px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ui-state-default:hover {
    opacity: 1;
}
.ui-state-active {
    opacity: 1;
    background: url('/images/nav-back.png')!important;
    border: none!important;
    border-radius: 5px!important;
}
.namjestaj-small-gallery {
    margin: 30px 0px 0px 0px;
}
.namjestaj-small-gallery img {
    margin-right: 17px;
}
.logosi {
    margin: 20px 0px;
}
.logosi a {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logosi a:hover {
    opacity: 1;
}
.leftcol .kuhinje-123 {
    background-image: url('/images/nav-back.png');
    font-size: 12px;
    opacity: 0.5;
    padding: 15px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    margin-bottom: 20px;
}
.leftcol .kuhinje-123:hover {
    opacity: 1;
}
.leftcol .kuhinje-123 p {
    cursor: default;
    line-height: 22px;
}
.leftcol .kuhinje-123 p.broj {
    font-size: 50px;
    float: left;
    margin: 16px 18px 20px 0px;
}
.leftcol .kuhinje-123 strong {
    color: #999;
}
a.karta-dekora {
    color: #B1B1B1!important;
    text-align: center;
    width: 106px;
    height: 117px;
    float: left;
    margin: 9px 25px 10px 0px;
    padding: 6px 0px 0px 0px;
    display: block;
    background-color: rgba(118, 116, 117, 0.15);
    background-position: 12px 28px;
    background-repeat: no-repeat;
    background-image: url('/images/btn_karta_dekora.png');
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.karta-dekora:hover {
    text-decoration: none!important;
    background-color: rgba(118, 116, 117, 0.3);
}
.w-karta {
    margin-left: 130px;
}
.w-karta-logo {
    opacity: 0.5;
    margin-left: 132px;
}
.self-gallery {
    margin-top: 35px;
    margin-bottom: 0px;
}
.self-gallery img {
    width: 80px;
    height: 80px;
}
.self-gallery a {
    display: inline-block;
}
.nav-header {
    background: url('/images/ul-li-arrow-up.png') rgba(0, 0, 0, 0.6) no-repeat 230px 17px!important;
}
ul.reference {
    margin: 15px 0px 0px 0px;
}
ul.reference li {
    font-size: 11px;
    background: #333!important;
    padding-left: 0px!important;
    display: inline-block;
    padding: 3px 14px!important;
    margin: 0px 3px 8px 0px;
    color: #999;
    border-radius: 5px;
}
ul.reference li:hover {
    color: #fff;
    cursor: default;
}
ul.colors {
    margin: 30px 0px 0px 0px;
}
ul.colors li {
    line-height: 14px!important;
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    padding: 65px 0px 0px 0px!important;
    width: 64px;
    height: 40px;
    background-image: url('/images/boje-sve.png')!important;
    background-repeat: no-repeat;
    background-position: 5px 0px!important;
}
ul.colors li.empty {
    background-image: none!important;
}
ul.colors li.bor {
    background-position: 5px 0px!important;
}
ul.colors li.hrast {
    background-position: -63px 0px!important;
}
ul.colors li.hrast2 {
    background-position: -603px 0px!important;
}
ul.colors li.t-hrast {
    background-position: -133px 0px!important;
}
ul.colors li.t-hrast2 {
    background-position: -667px 0px!important;
}
ul.colors li.bijela {
    background-position: -273px 0px!important;
}
ul.colors li.bez {
    background-position: -342px 0px!important;
}
ul.colors li.smedja {
    background-position: -413px 0px!important;
}
ul.colors li.ral9010 {
    background-position: -1258px 0px!important;
}
ul.colors li.ral9013 {
    background-position: -1322px 0px!important;
}
ul.colors li.ral8017 {
    background-position: -1386px 0px!important;
}
ul.colors li.ral7015 {
    background-position: -988px 0px!important;
}
ul.colors li.ral5007 {
    background-position: -1058px 0px!important;
}
ul.colors li.ral6020 {
    background-position: -1128px 0px!important;
}
ul.colors li.ral3003 {
    background-position: -1194px 0px!important;
}
ul.colors li.mahagonij {
    background-position: -474px 0px!important;
}
ul.colors li.mahagonij2 {
    background-position: -732px 0px!important;
}
ul.colors li.smreka {
    background-position: -858px 0px!important;
}
ul.colors li.sibaris {
    background-position: -922px 2px!important;
}
ul.colors li.z-hrast {
    background-position: -203px 0px!important;
}
ul.colors li.z-hrast2 {
    background-position: -538px 0px!important;
}
.pvc-ulazna-vrata {
    width: 550px;
    height: 460px;
    margin: 25px 0px 0px 0px;
    background: url('/images/pvc-ulazna-vrata.png') no-repeat top left transparent;
}
.pvc-ulazna-vrata ol li {
    display: inline-block;
    font-size: 11px;
    margin: 130px 3px 0px 0px;
    width: 62px;
}
.pvc-ulazna-vrata ol li:last-child {
    width: 60px!important;
    margin: 130px 0px 0px 0px!important;
}
.alu-vrata {
    width: 590px;
    height: 220px;
    margin: 40px 0px 0px 0px;
    background: url('/images/alu-vrata.png') no-repeat top left transparent;
}
.alu-vrata ol li {
    display: inline-block;
    font-size: 11px;
    margin: 185px 23px 0px 0px;
    width: 80px;
}
.alu-vrata ol li:last-child {
    width: 60px!important;
    margin: 185px 0px 0px 0px!important;
}

/*slider-galleria*/
.galleria-loader {
    top: 48%;
    right: 45%;
    border-radius: 10px;
    /*display: block!important;*/
    padding: 10px 35px;
    width: 45px!important;
    font-size: 16px;
    background: url('/3rdparty/galleria/themes/classic/classic-loader.gif') no-repeat 11px 12px #000;
}
.galleria-loader:after {
    content: 'loading';
    padding: 0px 0px 0px 5px;
}

#newhome {
    color: #b1b1b1;
    padding: 9px 9px 9px 30px;
    margin: 30px 0px 0px 0px;
    border: 1px solid #393738;
    background-image: url('/images/back-section.gif');
    background-position: top left;
    background-repeat: repeat-x;
}
#newhome .col-left {
    float: left;
    width: 250px;
    padding: 25px 0px 0px 0px;
}
#newhome .col-left h3 {
    font-size: 22px;
    font-weight: normal;
}
#newhome .col-left p {
    margin: 15px 0px 20px 0px;
    font-size: 13px;
    line-height: 20px;
}
#newhome .col-right {
    position: relative;
    float: right;
    width: 570px;
    height: 240px;
    /*background-image: url('/images/newhome.jpg');*/
    background-position: top center;
    background-repeat: no-repeat;
}
#newhome .col-right area {
    overflow: hidden;
}
#newhome a.btnmore {
    margin-top: 40px;
    color: #000;
    text-decoration: none;
    float: none;
    padding: 9px 40px 9px 15px;
    display: inline-block;
    border-radius: 7px;
    background-image: url('/images/arrowmore.png');
    background-repeat: no-repeat;
    background-color: #adacac;
    /*background-position: 112px 7px;*/
    background-position: right center;
}
#newhome a.btnmore:hover {
    background-color: #1d1a1b;
    color: #fff;
}
.imghome {
    pointer-events: none;
    display: none;
    z-index: 100;
    position: absolute;
    background-image: url('/images/newhomehover.jpg');
    background-position: 3000px 3000px;
    background-repeat: no-repeat;
    width: 570px;
    height: 240px;
}
.imghome.mapaimg1 {
    background-position: 0px 0px;
}
.imghome.mapaimg2 {
    background-position: 0px -240px;
}
.imghome.mapaimg3 {
    background-position: 0px -480px;
}
.imghome.mapaimg4 {
    background-position: 0px -720px;
}
ol.dodatna {
    margin: 20px 0px 0px 20px;
    line-height: 24px;
}
ol.dodatna li {
    list-style-type: decimal;
}
ol.dodatna li a {
    cursor: default;
    top: -9px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    color: #767676;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
}
ol.dodatna li a:hover {
    color: #fff;
    text-decoration: none;
    background-image: url('/images/nav-back.png');
}
ol.dodatna li a b {
    font-weight: normal;
    float: left;
    width: 400px;
}
ol.dodatna li a span {
    float: right;
    text-align: right;
    width: 150px;
}
ol.dodatna li a:hover > span {
    color: #f49a04;
}
.downloadpdf {
    display: block;
    padding-left: 50px;
    background: url('/images/download.png') no-repeat 1px 8px;
}
.downloadpdf span {
    display: block;
    font-size: 11px;
}
.cijena {
    font-size: 17px;
    line-height: 30px;
    border-top: 1px solid #999;
    padding-top: 20px;
}
.smallp {
    font-size: 11px;
}
.acursor a {
    cursor: pointer!important;
}
i.currency {
    width: 20px;
    font-style: normal;
    display: inline-block;
}
.topimgmap {
    position: relative;
}
.imgtophover {
    top: 0px;
    left: 0px;
    pointer-events: none;
    display: none;
    z-index: 100;
    position: absolute;
    background-image: url('/images/ponuda/top_hover.jpg');
    background-position: 3000px 3000px;
    background-repeat: no-repeat;
    width: 890px;
    height: 260px;
}
.imgtophover.mapaimg1 {
    background-position: 0px 0px;
}
.imgtophover.mapaimg2 {
    background-position: 0px -260px;
}
.imgtophover.mapaimg3 {
    background-position: 0px -520px;
}
.imgtophover.mapaimg4 {
    background-position: 0px -780px;
}