body{
    padding:0;
    margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
body.framebody{
    background-color:#F7F7F7;
}
a, a:focus, a:visited, a:hover, img{
    outline: 0;
    text-decoration: none;
    border:none;
}
#leftCenterCat{
    display:block;
    float:left;
    width:164px;
    height:130px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("/look/images/vodicCategory.png");
    background-position: left top;
    cursor: pointer;
}
#rightCenterCat{
    display:block;
    float:right;
    width:171px;
    height:130px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("/look/images/spisakUlica.png");
    background-position: left top;
    cursor: pointer;
}

#categorySlider{
    display:block;
    float:left;
    width:335px;
    height:170px;
    overflow: hidden;
}

#categorySlider img{
    display:block;
    float:left;
    width:335px;
    height:170px;
    cursor: pointer;
}

#alt-caption{
    display: block;
    position: absolute;
    left:9px;
    top:123px;
    z-index:10000;
    width:260px;
    height:42px;
    color:#FFFFFF;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    line-height: 114%;
    font-size:21.03px;
    background-image: url("/look/images/categorypointer.png");
    background-position: left 25px;
    background-repeat: no-repeat;
}

#alt-caption span{
    color:#FFFFFF;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 120%;
    font-size:10.03px;
    text-align: left;
    display: block;
    float: left;
    top: 12px;
    position: absolute;
}

/* Let's get this party started */
#usloviKoristenja div.scrollContainer::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#usloviKoristenja div.scrollContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#usloviKoristenja div.scrollContainer::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(17,94,142,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    height:200px;
}
#usloviKoristenja div.scrollContainer::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(17,94,142,0.3);
}

#comercialBanners{
    display:block;
    position:absolute;
    z-index:1000;
    top:70px;
    left:30px;
    opacity:0;
    overflow:hidden;
    transition: 2s opacity;
}

#comercialBanners.active{
    opacity:1;
    transition: 2s opacity;
}

#dummy{
    display:none;
}


#textContactUs{
    display:none;
    width:100%;
    min-height:500px;
    float:left;
    background-image: url("/look/images/biznesmen.png");
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}

#textContactUs div{
    color:#fefefe;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    width:1050px;
    display: block;
}

#textContactUs h1{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 40.58px;
    color: #feffff;
    line-height: 96%;
    margin-left: 76px;
    margin-top: 50px;
    margin-bottom: 5px;
}

#textContactUs h2{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 96%;
    margin-left: 76px;
    margin-bottom: 30px;
}

#textContactUs p{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 140%;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    display:block;
    float:left;
    text-align: left;
}

#textContactUs img{
    display: block;
    float: left;
    margin-left: 25px;
}

#textContactUs fieldset {
    margin: 24px 0;
}

#textContactUs legend {
    display: block;
    width: 100%;
    -webkit-appearance: none;
}

#textContactUs div {
    margin: 28px 0;
    position: relative;
}

/* Let's get this party started */
#textContactUs div::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#textContactUs div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#textContactUs div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(17,94,142,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    height:200px;
}
#textContactUs div::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(17,94,142,0.3);
}

#textContactUs input, #textContactUs textarea, #textContactUs select, #textContactUs label {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    color: #2b3e51;
}

/* --------------------------------

Primary style

-------------------------------- */
#textContactUs *, #textContactUs *::after, #textContactUs *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#textContactUs html {
    font-size: 62.5%;
}

#textContactUs div {
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    color: rgba(255,255,255,0.55);
		
    background:none transparent;
}

#textContactUs a {
    color: #2c97de;
    text-decoration: none;
}

/* --------------------------------

Form

-------------------------------- */
#textContactUs div {
    width: 100%;
    margin: 20px auto;
    overflow: auto;
    max-height:500px;
}
#textContactUs div::after {
    clear: both;
    content: "";
    display: table;
}
#textContactUs div fieldset {
    margin: 14px 0;
    border:0;
}
#textContactUs div legend {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    border-bottom: 1px solid #ecf0f1;
}
#textContactUs div div {
    /* form element wrapper */
    position: relative;
}
#textContactUs div h4, #textContactUs div .cd-label {
    font-size: 1.3rem;
    color: #94aab0;
    margin-bottom: 10px;
}
#textContactUs div .cd-label {
    display: block;
}
#textContactUs div input, #textContactUs div textarea, #textContactUs div select, #textContactUs div label {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #2b3e51;
}
#textContactUs div input[type="text"],
#textContactUs div input[type="email"],
#textContactUs div textarea,
#textContactUs div select,
#textContactUs div legend {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#textContactUs div input[type="text"],
#textContactUs div input[type="email"],
#textContactUs div textarea,
#textContactUs div select {
    /* general style for input elements */
    padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: .25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
#textContactUs div input[type="text"]:focus,
#textContactUs div input[type="email"]:focus,
#textContactUs div textarea:focus,
#textContactUs div select:focus {
    outline: none;
    border-color: #2c97de;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
#textContactUs div .cd-select {
    /* select element wapper */
    position: relative;
}
#textContactUs div .cd-select::after {
    /* arrow icon for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("/look/img/cd-icon-arrow.svg") no-repeat center center;
    pointer-events: none;
}
#textContactUs div select {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
#textContactUs div select::-ms-expand {
    display: none;
}
#textContactUs div .cd-form-list {
    margin-top: 16px;
}
#textContactUs div .cd-form-list::after {
    clear: both;
    content: "";
    display: table;
}
#textContactUs div .cd-form-list li {
    /* wrapper for radio and checkbox input types */
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 26px 16px 0;
    float: left;
}
#textContactUs div input[type=radio],
#textContactUs div input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}
#textContactUs div input[type="radio"] + label,
#textContactUs div input[type="checkbox"] + label {
    padding-left: 24px;
}
#textContactUs div input[type="radio"] + label::before,
#textContactUs div input[type="radio"] + label::after,
#textContactUs div input[type="checkbox"] + label::before,
#textContactUs div input[type="checkbox"] + label::after {
    /* custom radio and check boxes */
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}
#textContactUs div input[type="radio"] + label::before,
#textContactUs div input[type="checkbox"] + label::before {
    border: 1px solid #cfd9db;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
#textContactUs div input[type="radio"] + label::before,
#textContactUs div input[type="radio"] + label::after {
    border-radius: 50%;
}
#textContactUs div input[type="checkbox"] + label::before,
#textContactUs div input[type="checkbox"] + label::after {
    border-radius: .25em;
}
#textContactUs div input[type="radio"] + label::after,
#textContactUs div input[type="checkbox"] + label::after {
    background-color: #2c97de;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
    display: none;
}
#textContactUs div input[type="radio"] + label::after {
    /* custom image for radio button */
    background-image: url("/look/img/cd-icon-radio.svg");
}
#textContactUs div input[type="checkbox"] + label::after {
    /* custom image for checkbox */
    background-image: url("/look/img/cd-icon-check.svg");
}
#textContactUs div input[type="radio"]:focus + label::before,
#textContactUs div input[type="checkbox"]:focus + label::before {
    /* add focus effect for radio and check buttons */
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
#textContactUs div input[type="radio"]:checked + label::after,
#textContactUs div input[type="checkbox"]:checked + label::after {
    display: block;
}
#textContactUs div input[type="radio"]:checked + label::before,
#textContactUs div input[type="radio"]:checked + label::after,
#textContactUs div input[type="checkbox"]:checked + label::before,
#textContactUs div input[type="checkbox"]:checked + label::after {
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
}
#textContactUs div textarea {
    min-height: 200px;
    resize: vertical;
    overflow: auto;
}
#textContactUs div input[type="button"] {
    /* button style */
    border: none;
    background: #2c97de;
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 10px;
    color: #ffffff;
    font-weight: bold;
    float: right;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.no-touch #textContactUs div input[type="button"]:hover {
    background: #42a2e1;
}
#textContactUs div input[type="button"]:focus {
    outline: none;
    background: #2b3e51;
}
#textContactUs div input[type="button"]:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
#textContactUs div [required] {
    background: url("/look/img/cd-required.svg") no-repeat top right;
}

#textContactUs div.error-message{
    padding:0;
    margin:10px;
    overflow:hidden;
    display:none;
}
#textContactUs div .error-message p {
    background: #e94b35;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: .25em;
    margin:0 auto;
    padding: 4px;
    width:100%;
}
#textContactUs div .error {
    border-color: #e94b35 !important;
}
@media only screen and (min-width: 600px) {
    #textContactUs div div {
        /* form element wrapper */
        margin: 12px 0;
    }
    #textContactUs div legend + div {
        /* reduce margin-top for first form element after the legend */
        margin-top: 10px;
    }
    #textContactUs div h4, #textContactUs div .cd-label {
        font-size: 17px;
        color:#feffff;
        margin-bottom: 10px;
    }
    #textContactUs div input[type="text"],
    #textContactUs div input[type="email"],
    #textContactUs div textarea,
    #textContactUs div select {
        padding: 16px;
    }
}

@-webkit-keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes cd-bounce {
    0%, 100% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.8);
    }
}
@keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}
/* --------------------------------

Custom icons

-------------------------------- */
#textContactUs div .icon input, #textContactUs div .icon select, #textContactUs div .icon textarea {
    padding-left: 54px !important;
}
#textContactUs div .user {
    background: url("/look/img/cd-icon-user.svg") no-repeat 16px center;
}
#textContactUs div [required].user {
    background: url("/look/img/cd-icon-user.svg") no-repeat 16px center, url("/look/img/cd-required.svg") no-repeat top right;
}
#textContactUs div .company {
    background: url("/look/img/cd-icon-company.svg") no-repeat 16px center;
}
#textContactUs div [required].company {
    background: url("/look/img/cd-icon-company.svg") no-repeat 16px center, url("/look/img/cd-required.svg") no-repeat top right;
}
#textContactUs div .email {
    background: url("/look/img/cd-icon-email.svg") no-repeat 16px center;
}
#textContactUs div [required].email {
    background: url("/look/img/cd-icon-email.svg") no-repeat 16px center, url("/look/img/cd-required.svg") no-repeat top right;
}
#textContactUs div .budget {
    background: url("/look/img/cd-icon-budget.svg") no-repeat 16px center;
}
#textContactUs div .message {
    background: url("/look/img/cd-icon-message.svg") no-repeat 16px 16px;
}
#textContactUs div [required].message {
    background: url("/look/img/cd-icon-message.svg") no-repeat 16px 16px, url("/look/img/cd-required.svg") no-repeat top right;
}

/* --------------------------------

FLoating labels

-------------------------------- */
.js .floating-labels div {
    margin: 28px 0;
}
.js .floating-labels .cd-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 1.6rem;
    cursor: text;
    -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
    -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
    transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
    left: 56px;
}
.js .floating-labels .cd-label.float {
    /* move label out the input field */
    font-size: 1.2rem;
    top: -16px;
    left: 0 !important;
}
@media only screen and (min-width: 600px) {
    .js .floating-labels legend + div {
        /* reduce margin-top for first form element after the legend */
        margin-top: 16px;
    }
    .js .floating-labels .cd-label {
        top: 20px;
    }
}




#textAboutUs{
    display:none;
    width:1050px;
    min-height:500px;
    float:left;
    background-image: url("/look/images/biznesmen.png");
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
#textAboutUs div{
    color:#fefefe;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    width:1050px;
    display: block;
}

#textAboutUs h1{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 40.58px;
    color: #feffff;
    line-height: 96%;
    margin-left: 76px;
    margin-top: 50px;
    margin-bottom: 5px;
}

#textAboutUs h2{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 96%;
    margin-left: 76px;
    margin-bottom: 30px;
}

#textAboutUs p{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 140%;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    display:block;
    float:left;
    text-align: left;
}

#textAboutUs img{
    display: block;
    float: left;
    margin-left: 25px;
}
/*
@font-face {
    font-family: 'rutmapreg';
    src: url('fonts/RutmapReg.eot');
    src: url('fonts/RutmapReg.eot') format('embedded-opentype'),
         url('fonts/RutmapReg.woff2') format('woff2'),
         url('fonts/RutmapReg.woff') format('woff'),
         url('fonts/RutmapReg.ttf') format('truetype'),
         url('fonts/RutmapReg.svg#RutmapReg') format('svg');
}

@font-face {
    font-family: 'rutmaplt';
    src: url('fonts/RutmapLt.eot');
    src: url('fonts/RutmapLt.eot') format('embedded-opentype'),
         url('fonts/RutmapLt.woff2') format('woff2'),
         url('fonts/RutmapLt.woff') format('woff'),
         url('fonts/RutmapLt.ttf') format('truetype'),
         url('fonts/RutmapLt.svg#RutmapLt') format('svg');
}
*/
.pulse1 {
    position: absolute;  
    width: 40px;
    height: 40px;
    margin: auto; 
    top: -1px;
    left: 143px;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255,255,255,0.1);
  
    -webkit-animation: pulsejg1 4s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(81, 232, 252, 0.6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(81, 232, 252, 0.6);
    box-shadow: inset 0px 0px 15px 10px rgba(81, 232, 252, 0.6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pulse2 {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto; 
    top: -1px;
    left: 143px;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(149,229,255,0);
  
    -webkit-animation: pulsejg2 4s linear infinite;
    -moz-animation: pulsejg2 4s linear infinite;
    animation: pulsejg2 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(149, 229, 255, 0.8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(149, 229, 255, 0.8);
    box-shadow: inset 0px 0px 12px 5px rgba(149, 229, 255, 0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .55;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -moz-transform: scale(1.1);
        opacity: .55;
    }

    80% {
        -moz-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .03;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .5;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg2 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -moz-transform: scale(.8);
        opacity: .06;
    }

    50% {
        -moz-transform: scale(1);
        opacity: .5;
    }

    60% {
        -moz-transform: scale(1.1);
        opacity: .7;
    }

    80% {
        -moz-transform: scale(1.2);
        opacity: .3;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        transform: scale(1);
        opacity: .5;
    }

    60% {
        transform: scale(1.1);
        opacity: .7;
    }

    80% {
        transform: scale(1.2);
        opacity: .3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
#logo{
    height: 41px;
    width: 144px;
    border:0;
    padding:0;
    margin: 0;
    float: left;
}

#page {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
		 -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
  transition:         all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94); 
}

#streetsList {
    position: absolute;
    z-index: 10000000000000000;
    top: 42px;
    right: 0;
    height:0;
    left: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.25, 0.94);
    display:block;
    background-color: #FFFFFF;
    opacity:0;
    overflow:hidden;
}

#streetsList.active{
    opacity:1;
    height:100%;
    margin-bottom:-42px;
}

#streetsList div.head{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    border-top:2px solid #03a9f4;
    height:39px;
    left: 0;
    display:block;
    background-color: #0288d1;
    opacity:1;
    overflow:hidden;
}
#streetsList div.bottom{
    position: absolute;
    z-index: 1;
    top: 41px;
    right: 0;
    bottom:0;
    left: 0;
    display:block;
    background-color: #FBFBFB;
    opacity:1;
    overflow:hidden;
}
#streetsList div.bottom div.list{
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 143px;
    bottom:60px;
    left: 143px;
    display:block;
    opacity:1;
}
#streetsList div.bottom div.list div.realList{
    position: absolute;
    z-index: 1;
    top: 65px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display:block;
    overflow:hidden;
}
#streetsList div.bottom div.list div.realList div.container{
    position: relative;
    display: block;
    float:left;
    width:100%;
    height:100%;
    overflow-y:hidden;
    overflow-x:auto;
}
/* Let's get this party started */
#streetsList div.bottom div.list div.realList div.container::-webkit-scrollbar {
    height: 4px;
}

/* Track */
#streetsList div.bottom div.list div.realList div.container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#streetsList div.bottom div.list div.realList div.container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(17,94,142,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    width:200px;
}
#streetsList div.bottom div.list div.realList div.container::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(17,94,142,0.3);
}

#streetsList div.bottom div.list div.realList div.container ul{
    position: absolute;
    padding:0;
    margin:0;
    list-style: none;
    display:block;
    width:295px;
    height:100%;
    left:0;
    overflow: hidden;
}

#streetsList div.bottom div.list div.realList div.container ul li:hover{
    background-color:rgba(238,248,255,1);
}
#streetsList div.bottom div.list div.realList div.container ul li{
    position: relative;
    padding:0;
    margin:0;
    list-style: none;
    display:block;
    width:295px;
    height:57px;
    overflow: hidden;
    cursor:pointer;
}

#streetsList div.bottom div.list div.realList div.container ul li div{
    position: relative;
    display:block;
    float:left;
    width:41px;
    height:57px;
    overflow: hidden;
}
#streetsList div.bottom div.list div.realList div.container ul li div.right{
    position: relative;
    display:block;
    float:left;
    width:254px;
    height:56px;
    border-bottom: 1px solid rgba(187,187,187,0.2);
    overflow: hidden;
}
#streetsList div.bottom div.list div.realList div.container ul li div.right span:first-child{
    position: relative;
    display:block;
    float:left;
    width:254px;
    height:15px;
    margin-top:10px;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12.39px;
    color:#0288d1;
}
#streetsList div.bottom div.list div.realList div.container ul li div.right span:first-child:hover,#streetsList div.bottom div.list div.realList div.container ul li:hover div.right span:first-child{
    color:#309CD2;
}
#streetsList div.bottom div.list div.realList div.container ul li div.right span:last-child{
    position: relative;
    display:block;
    float:left;
    width:254px;
    height:10px;
    margin-top:5px;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 8.85px;
    color:#B5B5B5;
    font-style: italic;
}
#streetsList div.bottom div.list div.realList div.container ul li div.right span:last-child b{
    color:#858585;
    font-weight: normal;
    font-style: normal;
}
#streetsList div.bottom div.list div.realList div.container ul li div:before{
    margin-left: 2px;
    margin-top: 12px;
}

#streetsList div.bottom div.list span.nameOfList i{
    color:#3AA7E9;
    font-style: normal;
    text-transform: uppercase;
}
#streetsList div.bottom div.list span.nameOfList{
    position: relative;
    display: block;
    float: left;
    width:100%;
    height:30px;
    overflow:hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color:#0177BD;
    line-height: 100%;
}
#streetsList div.bottom div.list div.listOfMunicipalities{
    position: relative;
    display: block;
    float: left;
    width:100%;
    height:15px;
    margin-top:3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 10px;
    color:#010000;
    line-height: 120%;
}

#streetsList div.bottom div.list div.listOfMunicipalities i{
    font-weight: 300;
    color:#A3A3A3;
    font-style: normal;
}

#streetsList div.bottom div.list div.listOfMunicipalities b{
    font-weight: bold;
    color:#010000;
}

#streetsList div.bottom div.list div.listOfMunicipalities span{
    cursor: pointer;
    font-weight: normal;
    color:#A3A3A3;
}

#streetsList div.bottom div.list div.listOfMunicipalities span.rutImg{
    cursor: default;
    font-weight: normal;
    position: relative;
    display: inline-block;
    width:34px;
    height:15px;
}
#streetsList div.bottom div.list div.listOfMunicipalities span.rutImg img{
    position: absolute;
    z-index: 500;
    bottom: 0;
    display: inline;
}

#streetsList div.bottom img.leftArrow{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 69px;
    display:block;
    cursor: pointer;
    margin-top:-22px;
}
#streetsList div.bottom img.rightArrow{
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 69px;
    display:block;
    cursor: pointer;
    margin-top:-22px;
}

#streetsList div.head div.counter{
    position: relative;
    width:130px;
    height:26px;
    float:left;
    display:block;
    padding-left:25px;
    padding-right:7px;
    padding-top:13px;
    margin-left:143px;
    background-position: 5px 13px;
    background-repeat: no-repeat;
    background-image: url("/look/images/streetlistcount.png");
    overflow:hidden;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    color:#93DDFF;
    font-weight: normal;
    line-height: 120%;
}

#streetsList div.head div.counter b{
    color:#FEFEFE;
}

#streetsList div.head div.close{
    position: relative;
    width:71px;
    height:26px;
    float:right;
    display:block;
    margin-right:19px;
    padding-top:13px;
    overflow:hidden;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    color:rgba(254,254,254,0.5);
    font-weight: normal;
    line-height: 125%;
    background-position: right 9px;
    background-repeat: no-repeat;
    background-image: url("/look/images/streetlistclose.png");
    cursor: pointer;
}

#streetsList div.head div.filter{
    position: relative;
    width:121px;
    height:26px;
    float:left;
    display:block;
    padding-left:0px;
    padding-right:8px;
    padding-top:14.5px;
    margin-left:0px;
    overflow:hidden;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    color:#93DDFF;
    font-weight: normal;
    line-height: 120%;
}

#streetsList div.head div.filter b{
    color:#FEFEFE;
}

#streetsList div.head span.letter{
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #6EB7E0;
    background: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10.62px;
    font-weight: normal;
    color: #6EB7E0;
    line-height: 180%;
    text-align: center;
    margin-right: 5px;
    margin-top:9px;
    float:left;
    transition: all 0.5s;
}

#streetsList div.head span.letter.active, #streetsList div.head span.letter:hover{
    border: 1px solid #54BEF2;
    background-color: #03A9F4;
    color:#FFFFFF;
}

#leftMenu {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: -292px;
    bottom: 0;
    width:292px;
    overflow: hidden;
    display:block;
    background-color:#ffffff;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
    transition:         all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
    text-align: center;
}

#leftMenu.doTrans{
    background-color: #3592ca;
}

#leftMenu.addObject{
    background-color: #3592ca;
}






#leftMenuHeader {
    position: relative;
    display:block;
    width:100%;
    height:58px;
    float:left;
    background-color: #0288d1;
    background-position: right 9px top 19px;
    background-repeat: no-repeat;
    background-image: url("/look/images/leftnotepad.png");
    text-align: left;
}


#leftMenuHeaderH1{
    width:auto;
    height:16px;
    margin-left:13px;
    margin-top:16px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: lighter;
    color:#E5F4FC;
    opacity:1;
    font-size:15.58px;
    line-height: 120%;
    display:block;
    text-align: left;
}

#leftMenuHeaderH2{
    width:auto;
    height:14px;
    margin-left:13px;
    margin-top:5px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: lighter;
    color:#E2F1FA;
    opacity:1;
    font-size:8.85px;
    line-height:120%;
    display:block;
    text-align: left;
}

#leftMenuHeaderH2 b{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    color:#6FDEF9;
}


#leftMenuLinks {
    position: relative;
    display:block;
    width:100%;
    min-height:72px;
    float:left;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #0c94de;
    text-align: left;
}

#leftMenuLinks li{
    margin: 0;
    padding: 0;
    list-style: none;
    width:100%;
    height:38px;
    border-bottom: 1px solid #0c94de;
    background-color: #0288d1;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
}

#leftMenuLinks li.nav{
    margin: 0;
    padding: 0;
    list-style: none;
    width:100%;
    height:38px;
    background-color: rgba(100,221,23,0.8);
    border:0;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
}

#leftMenuLinks li.close img{
    display: block;
    width:auto;
    height:auto;
    right: 11px;
    top: 10px;
    position:absolute;
    z-index:10;
}


#leftMenuLinks li.share span.leftMenuLinksShareMe{
    display:block;
    float:left;
    padding-left: 13px;
    width: 278px;
    height: 38px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color:#FCF7F7;
    line-height: 400%;
    text-align: left;
    opacity:1;
    background-image: url("/look/images/iamhere.png");
    background-repeat: no-repeat;
    background-position: right 10px top 9px;
    overflow:hidden;
    transition: 0.3s all;
}

#leftMenuLinks li.share:hover span.leftMenuLinksShareMe{
    opacity:0;
    height: 0;
}

#leftMenuLinks li.share #leftMenuLinksShareMeDiv{
    display: block;
    float: right;
    width:278px;
    padding-left: 13px;
    height:0;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color: #FCF7F7;
    line-height: 400%;
    text-align: left;
    opacity: 0;
    overflow:hidden;
    transition: 0.1s all;
}

#leftMenuLinks li.share:hover #leftMenuLinksShareMeDiv{
    opacity:1;
    height:38px;
}

#leftMenuLinks li.share #leftMenuLinksShareMeDiv img, #leftMenuLinks li.share #leftMenuLinksShareMeDiv a{
    float:right;
    display: block;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 12px;
}

#leftMenuLinks li.share #leftMenuLinksShareMeDiv a img{
    display:inline;
    margin:0;
    padding:0;
}


#leftMenuLinks li.nav img{
    display: block;
    position:absolute;
    z-index:10;
    width:auto;
    height:auto;
    right: 11px;
    top: 10px;
}

#leftMenuLinks li span.leftMenuLinksCloseStreet{
    display:block;
    float:left;
    width:100%;
    height: 100%;
    opacity:1;
    margin-left: 13px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color:#FCF7F7;
    line-height: 38.73px;
    text-align: left;
    transition: 0.3s all;
}

#leftMenuLinks li:hover span.leftMenuLinksCloseStreet{
    opacity:0;
    height:0;
}

#leftMenuLinks li span.leftMenuLinksCloseStreet2{
    display:block;
    float:left;
    width:100%;
    height: 0px;
    opacity:0;
    margin-left: 13px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color:#FCF7F7;
    line-height: 38.73px;
    text-align: left;
    transition: 0.3s all;
}

#leftMenuLinks li:hover span.leftMenuLinksCloseStreet2{
    opacity:1;
    height:100%;
}


#leftMenuLinks li span.leftMenuLinksNavigation{
    display:block;
    float:left;
    width:100%;
    height: 100%;
    opacity:1;
    margin-left: 13px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color:#FCF7F7;
    line-height: 38.73px;
    text-align: left;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: 0.3s all;
}

#leftMenuLinks li:hover span.leftMenuLinksNavigation{
    height: 0;
    opacity:0;
}

#leftMenuLinks li span.leftMenuLinksNavigation2{
    display:block;
    float:left;
    width:100%;
    height: 0;
    opacity:0;
    margin-left: 13px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color:#FCF7F7;
    line-height: 38.73px;
    text-align: left;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: 0.3s all;
}

#leftMenuLinks li:hover span.leftMenuLinksNavigation2{
    height: 100%;
    opacity:1;
}

#menuElement1, #menuElement2, #menuElement3 {
    display: block;
    float: left;
    width: 247px;
    height: 41px;
    padding: 0;
    padding-left: 12px;
    margin: 0;
    border-bottom: 1px solid #148bd4;
    background: url(/look/images/videocamera.png) no-repeat right 15px center;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    line-height: 400%;
}

#menu{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -335px;
    bottom: 0;
    width:335px;
    overflow: hidden;
    background-color: #0154A1;
 -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
  transition:         all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
}

#menu2{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -335px;
    bottom: 0;
    width:335px;
    overflow: hidden;
    background-color: #0154A1;
 -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
  transition:         all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
}

#menuHeaderH1{
    width:auto;
    height:27px;
    margin-left:10px;
    margin-top:3px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: lighter;
    color:#ffffff;
    opacity:1;
    font-size:19.55px;
    line-height: 29px;
		letter-spacing: 0.2px;
    display:block;
}

#menuHeaderH2{
    width:auto;
    height:14px;
    margin-left:10px;
    margin-top:0px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: lighter;
    color:#A0EDFF;
    opacity:0.8;
    font-size:8.14px;
    line-height:120%;
    display:block;
}

#leftMenuUl {
    position: relative;
    display:block;
    width:100%;
    margin:0;
    padding:0;
    margin-top:112px;
    list-style: none;
    overflow:hidden;
    height:580px;
    margin-left:0;
    z-index: 5;
}

#leftMenuUlContainer {
    position: relative;
    display:block;
    float:left;
    width:292px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    height:100%;
    transition: all 1s;
    background-color:#FFFFFF;
}
#leftMenuUlContainer div.innerContainer,#leftMenuUlContainer div.innerContainerComplex{
    position: absolute;
    left:0;
    top:0;
    display:block;
    width:auto;
    margin:0;
    padding:0;
    height:auto;
    transition: all 0.3s;
}

ul.leftMenuUl {
    position: absolute;
    display:block;
    width:292px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    height:100%;
    z-index: 5;
    text-align: left;
}

ul.leftMenuUl li{
    position: relative;
    float:left;
    display:block;
    width:100%;
    height:91px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    border-bottom: 1px solid rgba(187,187,187, 0.2);
    text-align: left;
}
ul.leftMenuUl li.selected{
    background-color: rgba(239,247,168,0.9);
}
ul.leftMenuUl li.elementLevel{
    position: relative;
    float:left;
    display:block;
    width:100%;
    height:50px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    border-bottom: 1px solid rgba(187,187,187, 0.2);
    text-align: left;
    background-color: #F5F5F5;
}

ul.leftMenuUl li:hover{
    background-color: #fafdff;
}

ul.leftMenuUl li.elementLevel:hover{
    background-color: #F5F5F5;
}

ul.leftMenuUl li div{
    position: relative;
    padding:0;
    overflow:hidden;
    float:left;
    display:block;
    width:264px;
    height:70px;
    margin: 14px 0 0 13px;
    cursor: pointer;
    text-align: left;
}

ul.leftMenuUl li.elementLevel div{
    position: relative;
    padding:0;
    overflow:hidden;
    float:left;
    display:block;
    width:264px;
    height:30px;
    margin: 14px 0 0 13px;
    cursor: pointer;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 20px;
    color:#333333;
    font-weight: 300;
    line-height: 100%;
}

ul.leftMenuUl li div span.objectName{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:100%;
    height:14px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12.39px;
    color:#626262;
    line-height: 120%;
    transition: all 0.5s;
    text-align: left;
}

ul.leftMenuUl li:hover div span.objectName{
    font-weight: normal;
    color:#3498db;
}

ul.leftMenuUl li div div.objectCat{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:100%;
    height:20px;
    margin-top: 4px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.17px;
    color:#ECF6FD;
    line-height: 120%;
    text-align: left;
}

ul.leftMenuUl li div div.objectCat div.stars, div.upper div.contentFlex div.objMarks div.stars, #framerating div.star{
    margin:0;
    padding:0;
    position: relative;
    float:left;
    display:block;
    width:auto;
    height:auto;
    overflow: hidden;
}

div.upper div.contentFlex div.objMarks div.stars span.star, #framerating span.star{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:10px;
    height:10px;
    background-image: url("/look/images/graystar_small.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-top:2px;
    opacity:0;
    cursor: pointer;
}

div.upper div.contentFlex div.objMarks div.stars span.star.first, #framerating span.star.first{
    animation-name: popupShowStar;
    animation-duration: 0.3s;
    animation-delay: 0.15s;
    animation-fill-mode: forwards;
}

div.upper div.contentFlex div.objMarks div.stars span.star.second, #framerating span.star.second{
    animation-name: popupShowStar;
    animation-duration: 0.3s;
    animation-delay: 0.20s;
    animation-fill-mode: forwards;
}

div.upper div.contentFlex div.objMarks div.stars span.star.third, #framerating span.star.third{
    animation-name: popupShowStar;
    animation-duration: 0.3s;
    animation-delay: 0.25s;
    animation-fill-mode: forwards;
}

div.upper div.contentFlex div.objMarks div.stars span.star.fourth, #framerating span.star.fourth{
    animation-name: popupShowStar;
    animation-duration: 0.3s;
    animation-delay: 0.30s;
    animation-fill-mode: forwards;
}

div.upper div.contentFlex div.objMarks div.stars span.star.fifth, #framerating span.star.fifth{
    animation-name: popupShowStar;
    animation-duration: 0.3s;
    animation-delay: 0.35s;
    animation-fill-mode: forwards;
}

ul.leftMenuUl li div div.objectCat div.stars span.star{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:11px;
    height:20px;
    background-image: url("/look/images/graystar.png");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

div.upper div.contentFlex div.objMarks div.stars span.blue, #framerating span.blue{
    background-image: url("/look/images/ystar_small.png");
}

div.upper div.contentFlex div.objMarks div.stars span.star.hover, #framerating span.star.hover{
    background-image: url("/look/images/ystar_small.png");
}

div.upper div.contentFlex div.objMarks div.stars span.star:hover, #framerating span.star:hover{
    background-image: url("/look/images/ystar_small.png");
}
ul.leftMenuUl li div div.objectCat div.stars span.star.blue{
    background-image: url("/look/images/ystar.png");
}

ul.leftMenuUl li div div.objectCat div.stars span.star.hover{
    background-image: url("/look/images/ystar.png");
}

ul.leftMenuUl li div div.objectCat div.stars span.star:hover{
    background-image: url("/look/images/ystar.png");
}

div.upper div.contentFlex div.objMarks img{
    margin:0;
    padding:0;
    position: relative;
    float:left;
    display:block;
    width:8px;
    height:11px;
    margin-left: 2px;
    margin-top: 1px;
}
ul.leftMenuUl li div div.objectCat img{
    margin:0;
    padding:0;
    position: relative;
    float:left;
    display:block;
    width:10px;
    height:13px;
    margin-left: 6px;
    margin-top: 3px;
}



ul.leftMenuUl li div div.objectCat span.leftMenuCategory{
    margin:0;
    padding:0;
    position: relative;
    float:left;
    display:block;
    width:auto;
    height:auto;
    margin-left: 8px;
    margin-top: 1px;
}

ul.leftMenuUl li div div.objectCat span.categoryName{
    margin:0;
    padding:0;
    position: relative;
    float:left;
    display:block;
    width:140px;
    height:15px;
    margin-left: 6px;
    margin-top: 5px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color:#B4B4B4;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
}

ul.leftMenuUl li div div.objectCat span.categoryName b{
    color:#CBCBCB;
    font-weight: normal;
}

div.upper div.contentFlex div.objMarks span.count{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:16px;
    height:11px;
    margin-left: 3px;
    margin-top: 3px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8.85px;
    color:#B5B5B5;
    line-height: 120%;
    text-align: left;
}
ul.leftMenuUl li div div.objectCat span.count{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:16px;
    height:11px;
    margin-left: 3px;
    margin-top: 6px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8.85px;
    color:#B5B5B5;
    line-height: 120%;
    text-align: left;
}

ul.leftMenuUl li div span.objectAddress{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:100%;
    margin-top:4px;
    height:12px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8.85px;
    color:#858585;
    line-height: 120%;
    text-align: left;
}

ul.leftMenuUl li div span.objectContact{
    margin:0;
    padding:0;
    position: relative;
    overflow:hidden;
    float:left;
    display:block;
    width:100%;
    margin-top:3px;
    height:12px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8.85px;
    color:#9D9D9D;
    line-height: 120%;
    text-align: left;
}
ul.leftMenuUl li div span.objectContact b{
    color:#A4A8AB;
    font-weight: normal;
}

ul.leftMenuUl li div span.objectAddress i{
    color:#B5B5B5;
}

ul.leftMenuUl li span.img{
    position: relative;
    margin:0;
    padding:0;
    float:left;
    display:block;
    width:22px;
    height:22px;
    margin-left:12px;
    margin-top:16px;
}

#leftMenuCounter{
    position:relative;
    margin:0;
    padding:0;
    min-width:126px;
    min-height:20px;
    margin-top:41px;
    display:inline-block;
    z-index: 5;
    width:auto;
    height: auto;
}

#leftMenuAdvCounter{
    position:relative;
    margin:0;
    padding:0;
    min-width:126px;
    min-height:20px;
    margin-top:41px;
    display:inline-block;
    z-index: 5;
    width:auto;
    height: auto;
}

#pagesDesc{
    position:relative;
    margin:0;
    padding:0;
    width:100%;
    height:22px;
    margin-top:2px;
    display:block;
    float: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 13px;
    color:#8BCCF2;
    line-height: 120%;
    text-align: center;
}

#pagesDesc b{
    font-weight: lighter;
    color: #8BCCF2;
}

#leftMenuArrowLeft{
    position:relative;
    cursor: pointer;
    margin:0;
    padding:0;
    width:9px;
    height:15px;
    margin-left:5px;
    margin-top:2px;
    float:left;
    display:block;
}
#leftMenuArrowRight{
    position:relative;
    cursor: pointer;
    margin:0;
    padding:0;
    width:9px;
    height:15px;
    margin-right:5px;
    margin-top:2px;
    float:right;
    display:block;
}
#leftMenuCounter div{
    position:relative;
    margin:0;
    padding:0;
    min-width:88px;
    min-height:19px;
    margin-top:0px;
    margin-left: 5px;
    float:left;
    display:block;
    overflow:hidden;
    text-align:center;
    max-width: 230px;
}
#leftMenuCounter div span{
    position:relative;
    cursor: pointer;
    margin:0;
    padding:0;
    width:18px;
    height:18px;
    border-radius: 50%;
    display:inline-block;
    background-color: #ffffff;
    border:1px solid #C0E4F9;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10.01px;
    font-weight: normal;
    color:#C0E4F9;
    line-height: 180%;
    text-align: center;
    margin-right:2px;
    margin-left:2px;
    margin-bottom: 2px;
    transition: all 0.5s;
}

#leftMenuCounter div span.active{
    background-color: #1CB1F5;
    color:#ffffff;
    border:1px solid #1CB1F5;
}

#menuUlC {
    position: relative;
    display:block;
    width:100%;
    margin:0;
    padding:0;
    float:left;
    list-style: none;
    overflow: hidden;
    height: auto;
}

#menuUl {
    position: relative;
    display:block;
    width:100%;
    margin:0;
    padding:0;
    padding-left:1px;
    height:100%;
    list-style: none;
    float:left;
}

/* Let's get this party started */
#menuUl::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#menuUl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#menuUl::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(17,94,142,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    height:200px;
}
#menuUl::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(17,94,142,0.3);
}

#menuUl li{
    position: relative;
    float:left;
    display:block;
    width:100%;
    height:85px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    border:1px solid #015AA6;
}

#menuUl li:hover, #menuUl li.active{
    background-color:#02417C;
}
#menuUl li a{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    line-height: 100%;
    font-size:11px;
    height:42px;
    width:100%;
    color:#FFFFFF;
    opacity:1;
    text-decoration: none;
    cursor: pointer;
    display:block;
    z-index: 3;
    text-transform: uppercase;
    text-align:center;
    padding-top:43px;
}
#menuUl li a span.catNot{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 180%;
    font-size:9px;
    height:15px;
    width:15px;
    color:#f9fdff;
    background-color:#82E407;
    text-decoration: none;
    opacity:0;
    display:inline-block;
   border-radius: 50%;
    text-align: center;
    transition: opacity 0.1s;
    margin-left:1px;
}

#menuUl li a span.catNot.active{
    opacity:1;
}

#menuUl li a.menuAction:hover,#menuUl li a.active.menuAction{
    position: relative;
    overflow: hidden;
}

#menuUl li a.menuAction::before
{
    content: "";
    position: absolute;
    height:10px;
    width:7px;
    z-index: -1;
    /* background-image: url("/look/images/opendown2.png"); */
    background-position:center center;
    background-repeat: no-repeat;
    top:13px;
    left:202px;
    transition:transform 0.1s;
}

#menuUl li a.menuAction:hover::before,#menuUl li a.menuAction.active:before
{
    content: "";
    position: absolute;
    height:10px;
    width:7px;
    z-index: -1;
    background-position:center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    top:13px;
    left:167px;
    transition:transform 0.2s;
}
#menuUl li.hranaipice{
    background-image: url("/look/images/hranaipice1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li.obrazovanje{
    background-image: url("/look/images/obrazovanje1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li.nocnizivot{
    background-image: url("/look/images/nocnizivot1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li.turizam{
    background-image: url("/look/images/turizam1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li.prodavnice{
    background-image: url("/look/images/prodavnice1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li.umjetnost{
    background-image: url("/look/images/umjetnost1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li.parkovi{
    background-image: url("/look/images/parkovi1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li.usluge{
    background-image: url("/look/images/usluge1.png");
    background-position:center 13px;
    background-repeat: no-repeat;
}
#menuUl li ul{
    width: 100%;
    padding:0;
    margin:0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    display:block;
    float:left;
    z-index: 1;
    opacity:0;
-webkit-transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
#menuUl li ul.active{
    max-height: 500px;
    opacity:1;
}
#menuUl li ul li{
    padding:0;
    margin:0;
    border:0;
    width:100%;
    height:35px;
    margin-bottom:0px;
    list-style: none;
    background-color: #439DD3;
    border-top:1px solid #0b80c7;
}

#menuUl li ul li a{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: lighter;
    line-height: 120%;
    font-size:9.77px;
    height:23px;
    width:211px;
    color:#FFFFFF;
    opacity:1;
    text-decoration: none;
    margin-left:12px;
    padding-top:12px;
    cursor: pointer;
    display:block;
    z-index: 3;
    text-transform: none;
    background-image: url("/look/images/unselectedCategory.png");
    background-position: right 6px top 7px;
    background-repeat: no-repeat;
    transition: 0.2s;
}
#menuUl li ul li a:hover, #menuUl li ul li a.active{
    background-image: url("/look/images/selectedCategory.png");
    background-position: right 6px top 7px;
    background-repeat: no-repeat;
}
#menuHeader {
    position: relative;
    display:block;
    width:100%;
    height:43px;
    float:left;
    background-color: #0277BD;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/look/images/categoryshowtitle.png");
}

#menuHeader2 {
    position: relative;
    display:block;
    width:100%;
    height:43px;
    float:left;
    background-color: #0277BD;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/look/images/categoryshowtitle.png");
}

#menuHeader3 {
    position: relative;
    display:block;
    width:100%;
    height:43px;
    float:left;
    background-color: #0277BD;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuheader3.jpg");
}

#menuHeader3.english{
    background-image: url("/look/images/menuheader3en.jpg");
}

#menuHeader3List{
    position: relative;
    display:block;
    width:100%;
    height:100%;
    float:left;
}

#menuHeader3List div.scroll{
    padding:0;
    margin:0;
    overflow-y:auto;
    overflow-x:hidden;
    position: relative;
    display:block;
    width:100%;
    height:100%;
    float:left;
}

/* Let's get this party started */
#menuHeader3List div.scroll::-webkit-scrollbar {
    width: 2px;
}

/* Track */
#menuHeader3List div.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,0.7);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#menuHeader3List div.scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
    -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,0.7);
    height:200px;
}
#menuHeader3List div.scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100,100,100,0.7);
}

#menuHeader3List div.menuHeader3ListItem{
    position: relative;
    display:block;
    width:100%;
    height:167px;
    float:left;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 2s;
}

#menuHeader3List div.menuHeader3ListItem:last-child{
    padding-bottom: 95px;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc{
    position: relative;
    display:block;
    width:100%;
    height:0;
    min-height: 0;
    margin-top:167px;
    float:left;
    background-color: #ffffff;
    overflow: hidden;
    background-position: 24px 17px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDesc.jpg");
    transition: all 0.2s;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc.active{
    overflow: visible;
    min-height: 310px;
    height: auto;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescStreet{
    position: relative;
    display:block;
    width:144px;
    height:16px;
    color: #686868;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:21px;
    margin-left:45px;
    float:left;
    overflow: hidden;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescDay{
    position: relative;
    display:block;
    width:96px;
    height:16px;
    color: #686868;
    text-transform: capitalize;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:22px;
    margin-left:40px;
    float:left;
    overflow: hidden;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescTel{
    position: relative;
    display:block;
    width:144px;
    height:16px;
    color: #686868;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:5px;
    margin-left:45px;
    float:left;
    overflow: hidden;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescDate{
    position: relative;
    display:block;
    width:96px;
    height:16px;
    color: #686868;
    text-transform: capitalize;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:4px;
    margin-left:40px;
    float:left;
    overflow: hidden;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescEmail{
    position: relative;
    display:block;
    width:144px;
    height:16px;
    color: #686868;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:4px;
    margin-left:45px;
    float:left;
    overflow: hidden;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescTime{
    position: relative;
    display:block;
    width:96px;
    height:16px;
    color: #686868;
    text-transform: capitalize;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:4px;
    margin-left:40px;
    float:left;
    overflow: hidden;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc p{
    position: relative;
    display:block;
    width:285px;
    min-height:20px;
    color: #7c7c7c;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:120%;
    font-weight: lighter;
    margin-top:15px;
    margin-bottom:15px;
    margin-left:25px;
    float:left;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescFB{
    position: relative;
    display:block;
    width:100%;
    height:39px;
    color: #dadfff;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:310%;
    font-weight: bold;
    float:left;
    text-align: left;
    background-color: #7197f5;
    cursor: pointer;
    background-position: 44px 9px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDescFB.png");
    padding-left:70px;
    transition: all 0.5s;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescFB:hover
{
    background-position: 44px 7px;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescTW{
    position: relative;
    display:block;
    width:100%;
    height:39px;
    color: #f0fbff;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:310%;
    font-weight: bold;
    float:left;
    text-align: left;
    background-color: #88c8de;
    cursor: pointer;
    background-position: 44px 12px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDescTW.png");
    padding-left:70px;
    transition: all 0.5s;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescTW:hover
{
    background-position: 44px 10px;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc a.menuHeader3ListItemDescShare{
    position: relative;
    display:block;
    width:100%;
    height:39px;
    color: #ffc4d7;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:310%;
    font-weight: bold;
    float:left;
    text-align: left;
    background-color: #d16b8b;
    cursor: pointer;
    background-position: 44px 9px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDescShare.png");
    padding-left:70px;
    transition: all 0.5s;
    text-decoration: none;
    border: 0;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescShare:hover
{
    background-position: 44px 7px;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemDesc div img{
    margin-top:10px;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemShadow{
    position: absolute;
    display:block;
    height:167px;
    left:0;
    top:0;
    right:0;
    opacity: 1;
    cursor: pointer;
    z-index:8;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemShadow.png");
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemCategory{
    position: absolute;
    display:block;
    width:85px;
    height:20px;
    right:6px;
    top:135px;
    cursor: pointer;
    z-index:14;
    border-radius: 15px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemCategory.png");
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemCategory div{
    position: relative;
    display: block;
    float:right;
    height:20px;
    width:63px;
    border-radius: 15px;
    color:rgba(255,255,255,0.8);
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    line-height:215%;
    font-weight: normal;
    text-align: center;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemMask{
    position: absolute;
    display:block;
    height:167px;
    left:0;
    top:0;
    right:0;
    opacity: 0;
    cursor: pointer;
    z-index:9;
    transition: all 0.4s;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemMask:hover{
    opacity: 1;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemMask div.menuHeader3ListItemMaskBtn{
    position: relative;
    display:block;
    cursor: pointer;
    width: 133px;
    height:36px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    margin-left:102px;
    margin-top:53px;
    color:rgba(255,255,255,0.8);
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 19px;
    line-height:190%;
    font-weight: lighter;
    text-align: center;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemText{
    position: absolute;
    display:block;
    z-index:10;
    width:230px;
    height:20px;
    left:8px;
    top:118px;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemText span{
    position: relative;
    display:block;
    width:230px;
    height:auto;
    color: #ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 19px;
    line-height:100%;
    font-weight: lighter;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemPinIcon{
    position: absolute;
    display:block;
    z-index:12;
    width:11px;
    height:12px;
    left:9px;
    top:145px;
    color: #ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 19px;
    line-height:100%;
    font-weight: lighter;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemPinIcon.png");
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemMore{
    position: absolute;
    display:block;
    z-index:11;
    width:230px;
    height:13px;
    left:24px;
    top:145px;
    color: #ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height:100%;
    font-weight: bold;
}

#menuHeader3List div.menuHeader3ListItem div.menuHeader3ListItemMore span{
    color: rgba(210,255,0,0.8);
    font-weight: normal;
}

#menuHeader3Close{
    position: relative;
    display: block;
    width:43px;
    height:43px;
    float:right;
    cursor: pointer;
}

#menuHeader3Days{
    position: relative;
    display: block;
    width:100%;
    height:51px;
    float:left;
    overflow: hidden;
    background-color: #3498db;
}

#menuHeader3DaysLeft{
    position: relative;
    display: block;
    width:56px;
    margin-right:1px;
    height:51px;
    float:left;
    overflow: hidden;
    background-color: #0c68a1;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3DaysLeft.png");
    cursor: pointer;
}

#menuHeader3DaysRight{
    position: relative;
    display: block;
    width:56px;
    height:51px;
    float:right;
    overflow: hidden;
    background-color: #0c68a1;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3DaysRight.png");
    cursor: pointer;
}

#menuHeader3DaysMain{
    position: relative;
    display: block;
    width:222px;
    height:51px;
    float:left;
    overflow: hidden;
    background-color: #3498db;
}

div.menuHeader3DaysMainDay span.DayName{
    position: relative;
    display: block;
    width:100%;
    height:12px;
    float:left;
    overflow: hidden;
    margin-top:4px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12.81px;
    line-height:100%;
    font-weight: bold;
    color:#2ebaee;
}

div.menuHeader3DaysMainDay.active span.DayName{
    color:#ffffff;
}

div.menuHeader3DaysMainDay span.DayNumber{
    position: relative;
    display: block;
    width:100%;
    height:18px;
    float:left;
    overflow: hidden;
    margin-top:3px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 17px;
    line-height:100%;
    font-weight: lighter;
    color:#3498db;
}

div.menuHeader3DaysMainDay.active span.DayNumber{
    color:#ffffff;
}

div.menuHeader3DaysMainDay span.MonthName{
    position: relative;
    display: block;
    width:100%;
    height:9px;
    float:left;
    overflow: hidden;
    margin-top:3px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 8px;
    line-height:100%;
    font-weight: bold;
    color:#989898;
}

div.menuHeader3DaysMainDay.active span.MonthName{
    color:#c3efff;
}

#menuHeader3DaysMainStream{
    position: relative;
    display: block;
    width:1767px;
    height:51px;
    float:left;
    transition: all 0.5s;
}

div.menuHeader3DaysMainDay{
    position: relative;
    display: block;
    width:56px;
    height:51px;
    float:left;
    overflow: hidden;
    background-color: #ffffff;
    margin-right: 1px;
    cursor: pointer;
}

div.menuHeader3DaysMainDay.active{
    background-color: #2ebaee;
}

#map {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display:block;
    cursor:default;
    background-color:#ffffff;
}

#header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    height: 41px;
    background: #0c68a1;
    display:block;
    border-bottom: 1px solid #307FAF;
    background-position: right 20px top 8px;
    background-repeat: no-repeat;
}

#logoIlidza {
    display:block;
    position: absolute;
    bottom: 70px;
    right: -5px;
}

#infoBox {
    position:absolute;
    z-index:99999999;
    width:auto;
    height:0;
    padding:0;
    margin:0;
    cursor:default;
    white-space:nowrap;
    display:block;
    opacity:0;
    border:0;
    border-radius: 5px;
    background-color:#ffffff;
    min-width:200px;
    min-height:50px;
    transition: opacity 0.5s;
    display:block;
    overflow: hidden;
}
#infoBox.active{
    height:auto;
    max-height: 10000px;
    opacity:1;
    border:1px solid #dee2e9;
    border:1px solid rgba(222, 226, 233, 0.5);
    display:block;
}
#infoBox div.head{
    width:auto;
    min-width:200px;
    height:50px;
    margin-top:5px;
    display:block;
    background: url('/look/images/arrow.png') no-repeat 13px 18px;
    border-bottom:2px solid #f0f3f9;
}

#infoBox div.imgBody{
    width:auto;
    min-width:258px;
    height:119px;
    display:block;
    overflow-y:hidden;
    background: url('/look/images/slika.png') no-repeat center center;
    background-color: #ffffff;
    background-size: 100% auto;
}

#infoBox div.imgBody div.mask{
    width:auto;
    min-width:243px;
    height:18px;
    display:block;
    overflow-y:hidden;
    margin-top:80px;
    background: url('/look/images/mask.png') no-repeat center center;
    background-size: 100% auto;
    color:#ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height:100%;
    font-weight: lighter;
    padding-left:15px;
    padding-top:21px;
}

#infoBox div.imgBody div.mask a{
    text-decoration: none;
    color:#ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height:100%;
    font-weight: lighter;
}

#infoBox div.head span.category{
    width:23px;
    height:23px;
    display:block;
    float:left;
    margin-left:25px;
    margin-top:12px;
}

#infoBox div.descRow{
    width:auto;
    min-width:207px;
    height:18px;
    display:block;
    overflow-y:hidden;
    border-bottom: 1px solid #f5f7e6;
    padding-left:36px;
    padding-top:9px;
}

#infoBox div.descRow:hover{
    background-color: #f2f6fa;
}

#infoBox div.infoBoxLoc{
    background: url("/look/images/pin.png") no-repeat 17px 8px;
    color:#b3b3b3;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 10px;
    font-weight: lighter;
}
#infoBox div.infoBoxLoc i {

    color:#999999;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 10px;
   font-weight: 600;
}
#infoBox div.infoBoxMail{
    background: url("/look/images/mail.png") no-repeat 15px 10px;
    color:#b3b3b3;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 10px;
    font-weight: lighter;
}

#infoBox div.infoBoxWeb{
    background: url("/look/images/web.png") no-repeat 15px 8px;
    color:#1dc3ef;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 10px;
    font-weight: lighter;
}

#infoBox div.infoBoxNavigation{
    background-color: #67ba2f;
    background-image: url("/look/images/pointer.png");
    background-repeat:no-repeat;
    background-position:right 11px top 15px;
    color:#ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
		line-height: 29px;
    font-weight: lighter;
    padding-left:13px;
    height:41px;
    width:auto;
    min-width:245px;
    display:block;
    overflow-y:hidden;
		text-shadow: 1px 1px 0px rgba(0,0,0, 0.1);
		font-weight: 100;
}

#infoBox div.infoBoxNavigation span{
    color:#ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    line-height:0px;
    opacity:0.7;
		text-shadow: 1px 1px 0px rgba(0,0,0, 0.1);
    font-weight: lighter;
}

#infoBox div.infoBoxShareMe{
    background-color: #36aeea;
    background-image: url("/look/images/shareme.png");
    background-repeat:no-repeat;
    background-position:right 11px top 15px;
    color:#ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:29px;
    font-weight: lighter;
    padding-left:13px;
    height:41px;
    width:auto;
    min-width:245px;
    display:block;
    overflow-y:hidden;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

#infoBox div.infoBoxShareMe span{
    color:#ffffff;
    font-family: "SourceSansPro-Light", Helvetica, sans-serif;
    font-size: 9px;
    line-height:100%;
    opacity:0.7;
    font-weight: lighter;
		line-height: 0px;
}

#infoBox div.infoBoxTel{
    background: url("/look/images/tel.png") no-repeat 15px 7px;
    color:#1dc3ef;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 14px;
    line-height:100%;
    font-weight: lighter;
    padding-top:6px;
    height:21px;
}

#infoBox div.head div.nameCat{
    min-width:170px;
    min-height:10px;
    display:block;
    float:left;
    margin-left:9px;
    margin-top:11px;
}

#infoBox div.head div.nameCat h1{
    margin:0;
    padding:0;
    min-width:170px;
    min-height:10px;
    display:block;
    color:#66a2c7;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 14px;
    line-height:100%;
    font-weight: lighter;
}

#infoBox div.head div.nameCat h2{
    margin:0;
    padding:0;
    min-width:170px;
    min-height:10px;
    display:block;
    margin-top:3px;
    color:#cedfff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 11px;
    line-height:100%;
    font-weight: lighter;
}

#infoBox div.head #closePopup{
    width:12px;
    height:12px;
    display:block;
    float:right;
    margin-right:12px;
    margin-top:17px;
}

#floatingMenu #closeFloatingMenu{
    display: block;
    right: -9px;
    top: -9px;
    position: absolute;
    z-index: 10002;
}

#infoBox div.head div.nameCat h2 span.cat{
    color:#4cd7e8;
}

#infoBox div.head div.nameCat h2 span.pcat{
    color:#92cdec;
}


.obj-icon{
display: none;
background: #E5FF00;
  border-radius: 15px;
  border: 2px solid #82C82A;
  opacity: 0;
/*
    display: none;
    background: #bfdd00;
    border-radius: 15px;
    border: 2px solid #fcee0c;
    opacity: 0;*/
}

/*
.obj-icon-sky{
display: none;
background: #ff0000;
  border-radius: 15px;
  border: 2px solid #82C82A;
  opacity: 0;

    display: none;
    background: #bfdd00;
    border-radius: 15px;
    border: 2px solid #fcee0c;
    opacity: 0;
}


.obj-icon-sky:before {
content: "\e65e";
	display: block;
	background: #b33412;
	border-radius: 10px;
	border: 1px solid #8c250a;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	width: 16px!important;
	height: 16px!important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	transition-property: background, border-radius;
  transition-duration: .1s, .3s;
  transition-timing-function: linear, ease-out;
	z-index:0;
-webkit-box-shadow: 0px 0px 0px 1px rgba(228,80,41,1);
}
.obj-icon-sky:hover:before {
content: "\e65e";
	display: block;
	border-radius: 3px;
	background:#8c250a;
	z-index:1;
}
*/

.hiddenGreen{
    display: none;
    opacity: 0;
}

.obj-icon2{
		display: block;
		opacity: 0.9;
		z-index:2;
        transition: opacity 2s;
}
.obj-icon2:hover{
		display: block;
		opacity: 0.9;
		z-index:3;
}

div.obj-iconA{
    opacity: .8;
    background-image:url('/look/images/cikica-map.png');
    background-position:left top;
    background-repeat:no-repeat;
    width:45px;
    height:53px;
    display:block;
    margin-left: -17px;
    margin-top: -32px;
}

div.obj-iconAMob{
    opacity: .8;
    background-image:url('/look/images/cikica-map.png');
    background-position:left top;
    background-repeat:no-repeat;
    width:45px;
    height:53px;
    display:block;
    margin-left: -17px;
    margin-top: -32px;
}

#cikica{
    display:none;
    position:fixed;
    width:25px;
    height:38px;
    margin-top:-42px;
    margin-left: -11px;
    background-image:url('/look/images/cikas.png');
    background-position:center center;
    background-repeat:no-repeat;
    z-index:99999999999;
}

.leaflet-div-icon{
    background:none;
    border:0;
}

#search {
	position: relative;
	z-index: 1000;
	float: left;
	margin:0;
    padding:0;
}
#search #searchHeader {
	display: block;
    padding:0;
	width: 313px;
	height: 41px;
	margin: 0;
	outline: none;
	background: #3498db url("/look/images/trazi.png") 8px 13px no-repeat;
    padding-left:25px;
}

#doGreens{
    z-index:100;
    display:block;
    float:left;
    margin:0;
    padding:0;
    border:0;
    background-image: url('/look/images/menicikac.png');
		background-color: #1c7bb8;
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    width:43px;
    height:41px;
}

#doGreens:hover{
    background-image: url('/look/images/menicikacover.gif');
}


#doGreens.away{
    background-image: url('/look/images/menicikacaway.png');
}


#showMenu2:focus, #showMenu:focus, #pointerMenu, #addNewPack{
    outline: 0;
}
#showMenu{
    display:block;
    float:right;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-right:13px;
    margin-top:6px;
    background: none;
    background: url("/look/images/menu.png") no-repeat 0px 0px;
    outline: 0;
    cursor: pointer;
    border-radius: 5px;
}

#showMenu.active{
    background: #2a98dd url("/look/images/menu-trnasparent.png") no-repeat 0px 0px;
}

#showMenu:after{
    background: url("/look/images/menu-trnasparent.png") no-repeat 0px 0px;
}

#showMenu.active:after{
    background: url("/look/images/menu.png") no-repeat 0px 0px;
}

#showMenu:before{
    background-color: #2a98dd;
}

#showMenu.active:before{
    background: none;
}

#showMenu2{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:41px;
    height:41px;
    background: none;
    background: url("/look/images/menu2-trnasparent.png") #0987d6 no-repeat center center;
    outline: 0;
    cursor: pointer;
}

#showMenu2:hover{
    background: #1ca1f4 url("/look/images/menu2-trnasparent.png") no-repeat center center;
}

#pointerMenu{
    display:block;
    float:right;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:29px;
    margin-right:4px;
    margin-top:6px;
    background: url("/look/images/pointermenu.png") no-repeat 0px 0px;
    outline: 0;
    cursor: pointer;
    border-radius: 5px;
}

#pointerMenu:after{
    background: url("/look/images/pointermenu-trnasparent.png") no-repeat 0px 0px;
}

#pointerMenu:before{
    background-color: #70d128;
}

#doRoad:focus, #doTrans:focus, #doSFF:focus, #doAlert:focus, #addNewPack:focus, #doSky:focus, #doVideo:focus, #doLang:focus, #doLangEn:focus{
    outline: none;
}

#doRoad{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:9px;
    margin-top:6px;
    cursor: pointer;
    border-radius: 5px;
    background: none;
    background: url("/look/images/roadmenu.png") no-repeat 0px 0px;
    z-index:100;
}

#doRoad.active{
    background:#3498db url("/look/images/roadmenu-trnasparent.png") no-repeat 0px 0px;
}

#doRoad:before{
    background-color: #3498db;
}

#doRoad.active:before{
    background: none;
}

#doRoad:after{
    background: url("/look/images/roadmenu-trnasparent.png") no-repeat 0px 0px;
}

#doRoad.active:after{
    background: url("/look/images/roadmenu.png") no-repeat 0px 0px;
}

#doTrans{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:5px;
    margin-top:6px;
    cursor: pointer;
    border-radius: 5px;
    background: none;
    background: url("/look/images/transportmenu.png") no-repeat 0px 0px;
    z-index:100;
}

#doTrans.active{
    background:#3498db url("/look/images/transportmenu-trnasparent.png") no-repeat 0px 0px;
}

#doTrans:before{
    background-color: #3498db;
}

#doTrans.active:before{
    background: none;
}

#doTrans:after{
    background: url("/look/images/transportmenu-trnasparent.png") no-repeat 0px 0px;
}

#doTrans.active:after{
    background: url("/look/images/transportmenu.png") no-repeat 0px 0px;
}

#transContainer{
    display:block;
    overflow: hidden;
    float:left;
    position: relative;
    height:100%;
    width:292px;
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
}

#transContainer span.headTram{
    display: block;
    width:100%;
    height:16px;
    float:left;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color:#ffffff;
    line-height: 120%;
    background: url("/look/images/tram-mini.png") no-repeat 112px 0px;
}

#transContainer span.headTrola{
    display: block;
    width:100%;
    height:16px;
    float:left;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color:#ffffff;
    line-height: 120%;
    background: url("/look/images/tram-mini.png") no-repeat 120px 0px;
}

#iconHolder{
    display:block;
    float:left;
    width:15px;
    height:19px;
    margin-left:11px;
    overflow:hidden;
    margin-top:8px;
}

#rightMenuHolder{
    display:none;
    float:left;
    width:260px;
    height:325px;
    padding:0;
    margin:0;
    overflow:hidden;
}

#emailUs{
    display:block;
    float:left;
    width:259px;
    height:51px;
    padding:0;
    margin:0;
    border-bottom: 1px solid #0b80c7;
    background: url("/look/images/emailUs.png") no-repeat 15px 18px;
}

#emailUsText{
    display:block;
    float:left;
    width:215px;
    height:20px;
    margin-left:46px;
    margin-top:22px;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 10.73px;
    color:#ffffff;
    line-height: 120%;
}

#callUsText{
    display:block;
    float:left;
    width:215px;
    height:20px;
    margin-left:41px;
    margin-top:18px;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 10.73px;
    color:#ffffff;
    line-height: 120%;
}

#aboutUsText{
    display:block;
    float:left;
    width:215px;
    height:20px;
    margin-left:41px;
    margin-top:18px;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 10.73px;
    color:#ffffff;
    line-height: 120%;
}

#googlePlayText{
    display:block;
    float:left;
    width:143px;
    height:20px;
    margin-left:113px;
    margin-top:17px;
    text-align: left;
}

span.poruka{
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color:rgba(255,255,255,0.6);
    line-height: 120%;
}

span.ellipse{
    display:inline-block;
    width:4px;
    height:4px;
    border-radius: 50%;
    background-color: #64dd17;
    margin:0px;
    margin-left: 5px;
    margin-right: 5px;
}

#callUs{
    display:block;
    float:left;
    width:259px;
    height:51px;
    padding:0;
    margin:0;
    border-bottom: 1px solid #0b80c7;
    background: url("/look/images/callUs.png") no-repeat 17px 15px;
}

#googlePlay{
    display:block;
    float:left;
    width:259px;
    height:51px;
    padding:0;
    margin:0;
    border-bottom: 1px solid #0b80c7;
    background: url("/look/images/googlePlay.png") no-repeat 18px 13px;
}

#aboutUs{
    display:block;
    float:left;
    width:259px;
    height:51px;
    padding:0;
    margin:0;
    background: url("/look/images/aboutUs.png") no-repeat 17px 16px;
}

#transContainer p{
    display: block;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    float:left;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color:rgba(250,250,250,0.7);
    line-height: 120%;
}

#transContainer ol{
    padding: 0;
    margin:0;
    display: block;
    width:100%;
    height:auto;
    float:left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14.06px;
    color:rgba(250,250,250,0.78);
    line-height: 120%;
    text-align:left;
    list-style: decimal;
    margin-top:20px;
    margin-left:4px;
}

#transContainer ol li{
    padding: 0;
    margin:0;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color:rgba(250,250,250,0.90);
    line-height: 120%;
    text-align:left;
    padding-left: 15px;
    margin-left: 9px;
}

#transContainer ol li.redCircele{
    background: url("/look/images/red.png") no-repeat 0px 2px;
}

#transContainer ol li.greenCircele{
    background: url("/look/images/green.png") no-repeat 0px 2px;
}

#transContainer ol li.yellowCircele{
    background: url("/look/images/yellow.png") no-repeat 0px 2px;
}

#transContainer ol li.blueCircele{
    background: url("/look/images/blue.png") no-repeat 0px 2px;
}

#transContainer ol li.purpleCircele{
    background: url("/look/images/purple.png") no-repeat 0px 2px;
}

#transContainer ol li.orangeCircele{
    background: url("/look/images/orange.png") no-repeat 0px 2px;
}

#transContainer span.transCard{
    display:block;
    margin-top:14px;
    padding-left:18px;
    width:auto;
    height:16px;
    background: url("/look/images/ticket-mini.png") no-repeat 0px 0px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color:rgba(250,250,250,0.90);
    line-height: 120%;
    text-align:left;
    float:left;
}

#transContainer span.money{
    display:block;
    margin-top:14px;
    padding-left:18px;
    width:auto;
    height:16px;
    background: url("/look/images/coin.png") no-repeat 0px 0px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color:rgba(250,250,250,0.90);
    line-height: 120%;
    text-align:left;
    float:left;
}

#transContainer table.sidebar{
    margin:0;
    padding:0;
    display:block;
    float:left;
    margin-top:20px;
    background:none;
    border-collapse: collapse;
    width: 265px;
}

#transContainer table.sidebar tr{
    height:15px;
    background:none;
    width: 265px;
}

#transContainer table.sidebar tr td{
    height:15px;
    background:none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color:rgba(250,250,250,0.90);
    line-height: 120%;
    margin:0;
    padding:0;
}

div.transInfo{
    display:block;
    float:left;
    width:265px;
    height:auto;
    overflow:hidden;
    padding-left:16px;
    padding-top:21px;
    padding-right:11px;
    padding-bottom:12px;
    border-bottom: 1px solid #1885c8;
    background-color: #3592ca;
}

#doAlert{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:5px;
    margin-top:6px;
    cursor: pointer;
    position:relative;
    border-radius: 5px;
    background: none;
    background: url("/look/images/alertmenu.png") no-repeat 0px 0px;
    z-index:100;
}

#doAlert.active {
    background: #3498db url("/look/images/alertmenu-trnasparent.png") no-repeat 0px 0px;
}

#doAlert:before{
    background-color: #3498db;
}
#doAlert.active:before{
    background-color: #105E8E;
}

#doAlert:after{
    background: url("/look/images/alertmenu-trnasparent.png") no-repeat 0px 0px;
}

#doAlert.active:after{
    background: url("/look/images/alertmenu.png") no-repeat 0px 0px;
}

#doSFF{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:5px;
    margin-top:6px;
    cursor: pointer;
    position:relative;
    border-radius: 5px;

		background: #e41317 url("/look/images/sff-transparent.png") no-repeat 0px 0px;

    /*background: url("/look/images/sffbtn.png") no-repeat 0px 0px;*/
    z-index:100;
}

#doSFF.active {
    background: #3498db url("/look/images/sff-transparent.png") no-repeat 0px 0px;
}

#doSFF:before{
    background-color: #3498db;
}
#doSFF.active:before{
    background-color: #105E8E;
}

#doSFF:after{
    background: url("/look/images/sff-transparent.png") no-repeat 0px 0px;
}

#doSFF.active:after{
/*    background: url("/look/images/sffbtn.png") no-repeat 0px 0px;*/
				background: #e41317 url("/look/images/sff-transparent.png") no-repeat 0px 0px;

}

#doSky{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:5px;
    margin-top:6px;
    cursor: pointer;
    position:relative;
    border-radius: 5px;
    background: none;
    background: url("/look/images/skymenu.png") no-repeat 0px 0px;
    z-index:100;
}

#doSky.active {
    background: #3498db url("/look/images/skymenu-transparent.png") no-repeat 0px 0px;
}

#doSky:before{
    background-color: #3498db;
}
#doSky.active:before{
    background-color: #105E8E;
}

#doSky:after{
    background: url("/look/images/skymenu-transparent.png") no-repeat 0px 0px;
}

#doSky.active:after{
    background: url("/look/images/skymenu.png") no-repeat 0px 0px;
}

#doVideo{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:5px;
    margin-top:6px;
    cursor: pointer;
    position:relative;
    border-radius: 5px;
    background: none;
    background: url("/look/images/videomenu.png") no-repeat 0px 0px;
    z-index:100;
}

#doVideo.active {
    background: #3498db url("/look/images/videomenu-transparent.png") no-repeat 0px 0px;
}

#doVideo:before{
    background-color: #3498db;
}
#doVideo.active:before{
    background-color: #105E8E;
}

#doVideo:after{
    background: url("/look/images/videomenu-transparent.png") no-repeat 0px 0px;
}

#doVideo.active:after{
    background: url("/look/images/videomenu.png") no-repeat 0px 0px;
}

#doLang{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:5px;
    margin-top:6px;
    cursor: pointer;
    position:relative;
    border-radius: 5px;
    background: none;
    background: url("/look/images/langmenu.png") no-repeat 0px 0px;
    z-index:100;
}

#doLang.active {
    background: #3498db url("/look/images/langmenu-transparent.png") no-repeat 0px 0px;
}

#doLang:before{
    background-color: #3498db;
}
#doLang.active:before{
    background-color: #105E8E;
}

#doLang:after{
    background: url("/look/images/langmenu-transparent.png") no-repeat 0px 0px;
}

#doLang.active:after{
    background: url("/look/images/langmenu.png") no-repeat 0px 0px;
}

#doLangEn{
    display:block;
    float:left;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:28px;
    margin-left:5px;
    margin-top:6px;
    cursor: pointer;
    position:relative;
    border-radius: 5px;
    background: none;
    background: url("/look/images/langmenuen.png") no-repeat 0px 0px;
    z-index:100;
}

#doLangEn.active {
    background: #3498db url("/look/images/langmenuen-transparent.png") no-repeat 0px 0px;
}

#doLangEn:before{
    background-color: #3498db;
}
#doLangEn.active:before{
    background-color: #105E8E;
}

#doLangEn:after{
    background: url("/look/images/langmenuen-transparent.png") no-repeat 0px 0px;
}

#doLangEn.active:after{
    background: url("/look/images/langmenuen.png") no-repeat 0px 0px;
}



#addNewPack{
    display:block;
    float:right;
    padding:0;
    margin:0;
    text-decoration: none;
    border:0;
    width:28px;
    height:29px;
    margin-right:4px;
    margin-top:6px;
    background: url("/look/images/addobject.png") no-repeat 0px 0px;
    outline: 0;
    cursor: pointer;
    border-radius: 5px;
}

#addNewPack:after{
    background: url("/look/images/addobject-trnasparent.png") no-repeat 0px 0px;
}

#addNewPack:before{
    background-color: #278ac9;
}


#alertNumber{
    display:block;
    position: absolute;
    width:15px;
    height:9px;
    padding-top:1px;
    padding-bottom:1px;
    background-color: #31BFE1;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 8.14px;
    color:#ffffff;
    line-height: 120%;
    text-align: center;
    left:595px;
    top:-100px;
    border-radius: 5px;
    transition: top 0.3s;
    z-index: 100;
}

#alertNumber.active{
    top:3px;
}



input[type=text] {
    border: none;
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.6);
    font-weight: lighter;
    font-size: 9.77px;
    transition: all 0.2s linear;
    position: relative;
}

input::-webkit-input-placeholder {
    color: #b1d4f1;
}

input[type=text]:focus {
 outline: none;
}


#resultsc{
    display:none;
    position:absolute;
    bottom:20px;
    width:945px;
    left:144px;
    top:42px;
    z-index: 1000;
    background-color:#FBFBFB;
    border-top:2px solid #03A9F4;
}

#results{
    display:block;
    float:left;
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
}

#results span.highlight{
    background-color: #64DD17;
color: #fff;
}

#resultsc #searchman{
    display:block;
    position:absolute;
    width:32px;
    height:67px;
    background-image: url("/look/images/searchman.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index:300;
    right:295px;
    top:-28px;
}
#results ul{
    padding:0;
    margin:0;
    overflow-y:auto;
    overflow-x:hidden;
    margin-top:39px;
}

/* Let's get this party started */
#results ul::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#results ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#results ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(17,94,142,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(187,187,187,0.3);
    height:200px;
}
#results ul::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(17,94,142,0.3);
}

#results ul li{
    padding:0;
    margin:0;
    border-right:1px solid rgba(187,187,187,0.2);
    cursor: pointer;
}
#results ul li:first-child{
    border-right:1px solid #0288D1;
    cursor: default;
}

#results ul#object-results{
    display:block;
    width:313px;
    height:100%;
    position:relative;
    float:left;
    list-style-type:none;
}
#results ul#object-results li{
    display:block;
    width:312px;
    height:71px;
    position:relative;
    float:left;
    list-style-type:none;
    background-color:#FBFBFB;
    overflow:hidden;
}
#results ul#object-results li:hover{
    background-color:rgba(245,245,245,0.7);
}
#results ul#object-results li:hover div.info span.objName{
    color:#3397DB;
}
#results ul#object-results li div.info span.objName{
    display:block;
    width:100%;
    position:relative;
    float:left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12.39px;
    color:#26b3ea;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#results ul#object-results li div.info span.objAdd{
    display:block;
    width:100%;
    position:relative;
    float:left;
    margin-top:5px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8.85px;
    color:#858585;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#results ul#object-results li div.info span.objAdd i{
    color:#B5B5B5;
}

#results ul#object-results li div.info span.objCatNames{
    display:block;
    width:100%;
    position:relative;
    float:left;
    margin-top:3px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9.73px;
    color:#CBCBCB;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

#results ul#object-results li div.info span.objCatNames b{
    font-weight: normal;
    color:#B4B4B4;
}

#results ul#object-results li:first-child{
    height:39px;
    background-color:#0288D1;
    background-image: url("/look/images/searchobjectbg.png");
    background-position: right 15px top 13px;
    background-repeat: no-repeat;
    position:fixed;
    margin-top:-39px;
    z-index: 200;
}
#results ul li:first-child span{
    display:block;
    float:left;
    margin-left:17px;
    margin-top:15px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size:10px;
    font-weight: 300;
    color:#92DDFF;
}
#results ul li:first-child span i{
    font-weight: bold;
    color:#7DD6FF;
    font-style: normal;
}
#results ul li:first-child span b{
    font-weight: bold;
    color:#FEFEFF;
}
#results ul#object-results li div.info{
    display:block;
    width:251px;
    height:56px;
    position:relative;
    float:left;
    overflow: hidden;
    margin-top: 14px;
    border-bottom: 1px solid rgba(187,187,187,0.2);
}



#results ul#street-results{
    display:block;
    width:320px;
    height:100%;
    position:relative;
    float:left;
    list-style-type:none;
}
#results ul#street-results li{
    display:block;
    width:319px;
    height:71px;
    position:relative;
    float:left;
    list-style-type:none;
    background-color:#FBFBFB;
    overflow:hidden;
}
#results ul#street-results li:hover{
    background-color:rgba(245,245,245,0.7);
}
#results ul#street-results li div.info{
    display:block;
    width:258px;
    height:45px;
    position:relative;
    float:left;
    overflow: hidden;
    margin-top: 25px;
    border-bottom: 1px solid rgba(187,187,187,0.2);
}
#results ul#street-results li div.info span.streetName{
    display:block;
    width:100%;
    position:relative;
    float:left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12.39px;
    color:#626262;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#results ul#street-results li div.info span.streetAdd{
    display:block;
    width:100%;
    position:relative;
    float:left;
    font-family: "Open Sans", Helvetica, sans-serif;
    margin-top:5px;
    font-weight: normal;
    font-size: 8.85px;
    color:#858585;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#results ul#street-results li div.info span.streetAdd i{
    color:#B5B5B5;
}

#results ul#street-results li:first-child{
    height:39px;
    background-color:#0288D1;
    background-image: url("/look/images/searchstreetbg.png");
    background-position: right 22px top 15px;
    background-repeat: no-repeat;
    position:fixed;
    margin-top:-39px;
    z-index: 200;
}


#results ul#hotspot-results{
    display:block;
    width:312px;
    height:100%;
    position:relative;
    float:left;
    list-style-type:none;
}
#results ul#hotspot-results li{
    display:block;
    width:311px;
    height:71px;
    position:relative;
    float:left;
    list-style-type:none;
    background-color:#FBFBFB;
    overflow:hidden;
}
#results ul#hotspot-results li p{
    padding:10px;
    margin:0;
}
#results ul#hotspot-results li:hover{
    background-color:rgba(245,245,245,0.7);
}
#results ul#hotspot-results li div.info{
    display:block;
    width:250px;
    height:45px;
    position:relative;
    float:left;
    overflow: hidden;
    margin-top: 25px;
    border-bottom: 1px solid rgba(187,187,187,0.2);
}
#results ul#hotspot-results li div.info span.spotName{
    display:block;
    width:100%;
    position:relative;
    float:left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12.39px;
    color:#626262;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#results ul#hotspot-results li div.info span.spotAdd{
    display:block;
    width:100%;
    position:relative;
    float:left;
    font-family: "Open Sans", Helvetica, sans-serif;
    margin-top:5px;
    font-weight: normal;
    font-size: 8.85px;
    color:#858585;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#results ul#hotspot-results li div.info span.spotAdd i{
    color:#B5B5B5;
}
#results ul#hotspot-results li:first-child{
    height:39px;
    background-color:#0288D1;
    background-image: url("/look/images/searchspotbg.png");
    background-position: right 15px top 14px;
    background-repeat: no-repeat;
    position:fixed;
    margin-top:-39px;
    z-index: 200;
}


#results ul li div{
    display:block;
    width:61px;
    height:71px;
    position:relative;
    float:left;
}

#results ul li div:before{
    margin-left:20px;
    margin-top:27px;
}


#results ul li:last-child{
    display:block;
    width:auto;
    height:71px;
    position:relative;
    float:left;
    list-style-type:none;
    background-color:#FBFBFB;
    overflow:hidden;
    border:0;
    cursor: default;
}
#results ul li:hover:last-child{
    background:none;
}


/*ULICE*/
.searchStreet{
	stroke: rgb(12, 161, 239);
	stroke-width: 9px;
}

/*PolyLine zelenih*/
.greensPolyLines{
	stroke: #BEFF00;
	stroke-width: 9px;
    opacity:1;
    color:#748437;
}

/*Polygon zelenih*/
.greensPolygon{
	stroke: #C6ED10;
	stroke-width: 9px;
    opacity:1;
    fill:#BEFF00;
    fill-opacity:1;
    color:#fcee0c;
}

/*REGIJE*/
.hotspot{
stroke: rgb(255, 127, 127);
  stroke-width: 2px;
  stroke-opacity: 0.9;
  fill-opacity: 0.15;
  fill: #45BCE2;
  stroke-dasharray: 3;
/*
	stroke: rgb(0, 216, 255);
	stroke-width: 2px;
	stroke-opacity: 1;
	fill-opacity: 0.2;
	fill: #42A0E4;
	stroke-dasharray: 3;*/
}

/*REGIJE Nazivi*/
.activateHotSpot{
font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
	font-style: italic;
  font-weight: 400;
  color: #1676B2;
  text-shadow: 1px 1px 1px rgba(255,255,255, 1);
  white-space: nowrap;
    margin:0;
    padding:0;
}

.activateHotSpot:hover{
	color: #369ad9;
}


/* Panorama */

#mainFrameContainer{
    position:absolute;
    z-inde:1000;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:block;
}

#strViewWindow {
    width:100%;
    height:100%;
    background-color:#ffffff;
}

#detailedFrame {
    bottom: 0;
    right: 0;
    left:0;
    top:0;
    position:absolute;
    z-index: 7;
    display:none;
    width:100%;
    height:100%;
    background-color:#ffffff;
}

#viewContainer{
    position:absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left:auto;
    width: 0px;
    height: 0px;
    display:block;
    transition: 0.3s all;
   /* background-image: url('/look/images/sw_desno.png');
    background-position: left top;
    background-repeat: no-repeat;*/
}

#cover{
    position:absolute;
    left:0;
    right:0;
    top:25px;
    height:33px;
    width:100%;
    z-index:8;
    display:none;
    cursor: default;
}


#panorama{
    display:block;
    float:left;
    height:33px;
    width:25%;
    z-index:8;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: rgba(59,189,217,0.9);
}

#panorama b{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.77px;
    color:#ffffff;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:6px;
    z-index:5;
}

#panorama span{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 8.14px;
    color:#ffffff;
    opacity:0.7;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:18px;
    z-index:6;
}

#panorama img{
    display:block;
    width:auto;
    height:auto;
    position:absolute;
    right:13px;
    top:9px;
    z-index:7;
}

#detailed{
    display:block;
    float:left;
    height:33px;
    width:25%;
    z-index:8;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: rgba(49,191,225,0.9);
}

#detailed b{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.77px;
    color:#ffffff;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:6px;
    z-index:5;
}

#detailed span{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 8.14px;
    color:#ffffff;
    opacity:0.7;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:18px;
    z-index:6;
}

#detailed img{
    display:block;
    width:auto;
    height:auto;
    position:absolute;
    right:10px;
    top:7px;
    z-index:7;
}

#navigation{
    display:block;
    float:left;
    height:33px;
    width:25%;
    z-index:8;
	background-color: rgba(99,221,23,0.9);
    cursor: pointer;
    position:relative;
    overflow: hidden;
}

#navigation b{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.77px;
    color:#ffffff;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:6px;
    z-index:5;
}

#navigation span{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 8.14px;
    color:#ffffff;
    opacity:0.9;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:18px;
    z-index:6;
}

#navigation img{
    display:block;
    width:auto;
    height:auto;
    position:absolute;
    right:10px;
    top:7px;
    z-index:7;
}

#iAmHere{
    display:block;
    float:left;
    height:33px;
    width:25%;
    z-index:8;
	background-color: rgba(10,144,201,0.9);
    cursor: pointer;
    position:relative;
    overflow: hidden;
}

#iAmHere div.label1{
    display:block;
    height:33px;
    width:100%;
    opacity:1;
    transition:0.3s all;
}

#iAmHere div.label1.unActive{
    opacity:0;
    height:0px;
    line-height:0px;
    overflow: hidden;
    zoom: 1;
    font-size: 0px;
}

#iAmHere div.label1.unActive *{
    display:none;
}

#iAmHere div.label2{
    display:block;
    height:0px;
    width:100%;
    opacity:0;
    overflow: hidden;
    transition:0.3s all;
}

#iAmHere div.label2.active{
    opacity:1;
    height:33px;
}

#iAmHere div.label2 div{
    display:block;
    height:25px;
    width:25%;
    text-decoration: none;
    float:left;
    border:0;
    text-align: center;
    padding-top: 8px;
}

#iAmHere div.label2 a{
    display:block;
    height:26px;
    width:25%;
    text-decoration: none;
    float:left;
    border:0;
    text-align: center;
    padding-top: 7px;
}

#iAmHere div.label1 b{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.77px;
    color:#ffffff;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:6px;
    z-index:5;
}

#iAmHere div.label1 span{
    display:block;
    width:auto;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 8.14px;
    color:#ffffff;
    opacity:0.8;
    font-weight: lighter;
    line-height: 120%;
    position:absolute;
    left:11px;
    top:18px;
    z-index:6;
}

#iAmHere div.label1 img{
    display:block;
    width:auto;
    height:auto;
    position:absolute;
    right:10px;
    top:7px;
    z-index:7;
}

#streetInfo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25px;
    width: 100%;
    z-index: 8;
    display: none;
    background-position: left top;
    cursor: default;
    overflow: hidden;
    background: rgba(12, 104, 161, 0.85);
}

#streetInfo div.info span{
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 9.77px;
    line-height: 120%;
    font-weight: lighter;
    color:#ffffff;
}

#streetInfo img{
    display:block;
    float:left;
    width:17px;
    height:18px;
}

#streetInfo div.info{
    display:block;
    float:left;
    width:auto;
    height:25px;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10.77px;
    line-height: 210%;
    font-weight: 600;
    color:#ffffff;
    opacity: 0.8;
}

#closeViewContainer{
    position:absolute;
    left:-32px;
    top:17px;
    z-index:9;
    display:none;
    width:29px;
    height: 33px;
    background-image: url("/look/images/closepanorama.png");
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
}

#resizer{
    position:absolute;
    left:-16.5px;
    top:50%;
    z-index:10;
    display:none;
    width:30px;
    height: 30px;
    background-image: url("/look/images/resize.png");
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
    cursor: col-resize;
}

#viewContainer.setView #streetInfo, #viewContainer.setView #closeViewContainer, #viewContainer.setView #resizer, #viewContainer.setView #cover{
    display:block;
}


#viewContainer.setView{
    z-index: 6;
    cursor: default;
    top: 42px;
    left: 50%;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    -moz-border-image: url("/look/images/border.png") 0 0 0 3 stretch repeat;
    -webkit-border-image: url("/look/images/border.png") 0 0 0 3 stretch repeat;
    -o-border-image: url("/look/images/border.png") 0 0 0 3 stretch repeat;
    border-image: url("/look/images/border.png") 0 0 0 3 stretch repeat;
}

/* Leaflet PopUp customization */

.leaflet-popup-tip-container{
    display:none;
}

.leaflet-container a.leaflet-popup-close-button{
    display:none;
}

.leaflet-popup-content-wrapper{
    padding:0;
}

.leaflet-popup-content{
    margin: 0;
    line-height: 1;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background: none;
    box-shadow: none;
    margin-left:7px;
}

/* old box shadow-> 0 3px 14px rgba(0,0,0,0.4) */

/* PopUp hover style */
.hoveredPopUp{
    width:310px;
    height:auto;
    min-height:103px;
    max-height:229px;
    position:relative;
}

.hoveredPopUp div.upper{
    display:block;
    float:left;
    position: relative;
    width: 310px;
    height: auto;
    min-height: 95px;
    max-height: 221px;
    box-shadow: 0 3px 14px -3px rgba(0,0,0,0.4);
}

.hoveredPopUp div.upper img.objectImg{
    display:block;
    float:left;
    position: relative;
    width: 310px;
    opacity: 1;
    height: 125px;
    overflow:hidden;
		transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hoveredPopUp div.upper img.objectImg.before{
    opacity: 0;
    height: 0px;
}

.hoveredPopUp div.upper img.objectImg.heightZero{
    height: 0px;
    opacity: 0;
}

.hoveredPopUp div.upper div.shareImg{
    display:block;
    float:left;
    position: relative;
    width: 310px;
    height: 0px;
    opacity: 0;
    overflow:hidden;
    background-image: url('/look/images/jasamovdje.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #045585;
    transition: 0.3s all;
    margin:0;
}

.hoveredPopUp div.upper div.heightFull{
    height: 125px;
    opacity: 1;
}

.hoveredPopUp div.upper div.heightStandard{
    height: 125px;
    opacity: 1;
}

.hoveredPopUp div.upper div.shareImg div.thumbUp{
    display:block;
    float:left;
    margin-left:70px;
    margin-top:82px;
    width:15px;
    height:16px;
    cursor: pointer;
    background-image: url("/look/images/thumbUp.png");
    background-position: left top;
    background-repeat: no-repeat;
}


.hoveredPopUp div.upper div.shareImg div.socialTwitter{
    display:block;
    float:left;
    margin-left:38px;
    margin-top:84px;
    width:18px;
    height:14px;
    cursor: pointer;
    background-image: url("/look/images/social.png");
    background-position: left top;
    background-repeat: no-repeat;
}


.hoveredPopUp div.upper div.shareImg div.googlePlus{
    display:block;
    float:left;
    margin-left:36px;
    margin-top:83px;
    width:15px;
    height:14px;
    cursor: pointer;
    background-image: url("/look/images/googlePlus.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#shareBlock, #paketi{
    display:none;
}

#paketi #newPackForm h1{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin:0;
    padding: 0;
    font-size: 40.58px;
    color:#FEFEFF;
    line-height: 96%;
    margin-left:76px;
    margin-top:50px;
}

#paketi #newPackForm p{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    margin:0;
    padding: 0;
    font-size: 10px;
    color:#FFFFFF;
    line-height: 230%;
    opacity:0.85;
    margin-left:76px;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

#paketi #newPackForm div.first{
    width:215px;
    height:490px;
    opacity:1;
    float:left;
    margin-left:15px;
    margin-top:46px;
    display:block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#paketi #newPackForm div.first div.floating{
    width:60px;
    height:64px;
    display:block;
    position: absolute;
    z-index: 10;
    background-image: url("/look/images/mapa.png");
    background-position: left top;
    background-repeat: no-repeat;
    left:78px;
}

#paketi #newPackForm div.second{
    width:215px;
    height:490px;
    opacity:1;
    float:left;
    margin-left:30px;
    margin-top:46px;
    display:block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#paketi #newPackForm div.second div.floating{
    width:72px;
    height:57px;
    display:block;
    position: absolute;
    z-index: 10;
    background-image: url("/look/images/paketilike.png");
    background-position: left top;
    background-repeat: no-repeat;
    left:73px;
}

#paketi #newPackForm div.third{
    width:215px;
    height:490px;
    opacity:1;
    float:left;
    margin-left:30px;
    margin-top:46px;
    display:block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#paketi #newPackForm div.third div.floating{
    width:74px;
    height:64px;
    display:block;
    position: absolute;
    z-index: 10;
    background-image: url("/look/images/sivipehar.png");
    background-position: left top;
    background-repeat: no-repeat;
    left:72px;
}

#paketi #newPackForm div.fourth{
    width:215px;
    height:490px;
    opacity:1;
    float:left;
    margin-left:30px;
    margin-top:46px;
    display:block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#paketi #newPackForm div.fourth div.floating{
    width:72px;
    height:66px;
    display:block;
    position: absolute;
    z-index: 10;
    background-image: url("/look/images/crown.png");
    background-position: left top;
    background-repeat: no-repeat;
    left:68px;
}

#paketi #newPackForm div.fifth{
    width:215px;
    height:490px;
    opacity:1;
    float:left;
    margin-left:30px;
    margin-top:46px;
    display:block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#paketi #newPackForm div.fifth div.floating{
    width:72px;
    height:66px;
    display:block;
    position: absolute;
    z-index: 10;
    background-image: url("/look/images/diamond.png");
    background-position: left top;
    background-repeat: no-repeat;
    left:68px;
}

#paketi #newPackForm div div.pkg{
    width:215px;
    height:417px;
    float:left;
    margin-top:39px;
    display:block;
    overflow:hidden;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

#paketi #newPackForm div div.pkg h2{
    font-family:"Open Sans", Helvetica, sans-serif;
    margin:0;
    padding:0;
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
    color: #fefefe;
    width:100%;
    text-align: center;
    margin-top:52px;
    display:block;
}

#paketi #newPackForm div div.pkg span{
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 120%;
    font-weight: normal;
    color: #e2f1f8;
    width:100%;
    text-align: center;
    margin-top:3px;
    display:block;
}

#paketi #newPackForm div div.pkg h3{
    padding:0;
    margin:0;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 18.05px;
    line-height: 120%;
    font-weight: 300;
    color: #abe1fa;
    width:100%;
    text-align: center;
    margin-top:27px;
    display:block;
}

#paketi #newPackForm div div.pkg h3 i{
   font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 18.05px;
    line-height: 120%;
    font-weight: 900;
    color: #ecf9ff;
    font-style: normal;
}

#paketi #newPackForm div div.pkg h3 b{
   font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 18.05px;
    line-height: 120%;
    font-weight: 300;
    color: #4e9cbd;
    font-style: normal;
}

#paketi #newPackForm div div.pkg3 h3 b{
    color: #8AF5FA;
}

#paketi #newPackForm div div.pkg4 h3 b{
    color: #B7E8FF;
}

#paketi #newPackForm div div.pkg5 h3 b{
    color: #B7E8FF;
}

#paketi #newPackForm div div.pkg i{
   font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 18.05px;
    line-height: 120%;
    font-weight: bold;
    color: #ecf9ff;
}



#paketi #newPackForm div div.pkg p{
    padding:0;
    margin:0;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 180%;
    font-weight: normal;
    color: #ffffff;
    width:100%;
    text-align: center;
    margin-top:17px;
    display:block;
		text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.8);
}

#paketi #newPackForm div div.pkg p i{
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 8px;
    line-height: 100%;
    font-weight: normal;
    color: #e9f7fd;
}

#paketi #newPackForm div div.btn{
    width:215px;
    height:35px;
    float:left;
    cursor: pointer;
    display:block;
    background-color: #047fb6;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 350%;
    text-align: center;
    font-weight: bold;
    color: #fefefe;
}

#paketi #newPackForm div div.pop{
    width:215px;
    height:35px;
    float:left;
    display:block;
    background-color: rgba(100,221,23,0.89);
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 350%;
    text-align: center;
    font-weight: bold;
    color: #fefefe;
}

#paketi #newPackForm div div.pkg1{
    background-color: rgba(237,249,255,0.5);
}

#paketi #newPackForm div div.pkg2{
    background-color: rgba(237,249,255,0.5);
}

#paketi #newPackForm div div.pkg3{
    background-color: rgba(45,217,203,0.6);
    height:381px;
}

#paketi #newPackForm div div.pkg4{
    background-color: rgba(120,212,255,0.5);
}

#paketi #newPackForm div div.pkg5{
    background-color: rgba(120,212,255,0.5);
}


div.fancybox-overlay div.fancybox-opened div.fancybox-skin{
    background:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

div.fancybox-overlay{
    background:none;
    background-color: rgba(74,159,197,0.9);
}

#paketi #newPackForm{
    display:block;
    width:1250px;
    height:660px;
    float:left;
    overflow:hidden;
    background-image: url("/look/images/biznesmen.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#paketi{
    display:none;
    width:1250px;
}

#usloviKoristenja{
    display:none;
    width:1050px;
    float:left;
    background-image: url("/look/images/biznesmen.png");
    background-position: left top;
    background-repeat: no-repeat;
}
#usloviKoristenja div{
    color:#fefefe;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    width:1050px;
    display: block;
}
#usloviKoristenja div.scrollContainer{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width:1050px;
    display: block;
}

#usloviKoristenja h1{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 40.58px;
    color: #FEFEFF;
    line-height: 96%;
    margin-left: 76px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#paketi #pomoc{
    display:block;
    float:left;
    width:1250px;
    text-align:center;
    height:300px;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    font-weight: 300;
    color: #fefefe;
    margin:0;
    padding:0;
    margin-top:15px;
}

.hoveredPopUp div.upper div.shareImg a.shareMarker{
    display:block;
    float:left;
    margin-left:34px;
    margin-top:80px;
    width:15px;
    height:19px;
    text-decoration: none;
    cursor: pointer;
    background-image: url("/look/images/shareMarker.png");
    background-position: left top;
    background-repeat: no-repeat;
}


#kopnime{
    border:1px solid #ccc;
    padding:10px;
    width:500px;
    height:24px;
    line-height:22px;
    font-size:20px;
    border-radius: 5px;
    color:#000;
    margin-top: 25px;
}

/* The animation codes of popup appearance */
@keyframes popupShow {
    from {
        transform: translateY(50%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes popupShowStar {
    from {
        transform: translateY(50%);
    }
    to {
        transform: translateY(0);
        opacity:1;
    }
}

@keyframes popupShowImg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hoveredPopUp div.upper div.popupMask{
    display:block;
    position: relative;
    width: 296px;
    height: 10px;
    background-color: #F5F5F5;
    float:left;
    overflow:hidden;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    line-height: 120%;
    font-weight: 400;
    color: rgba(140,140,140,0.7);
    padding:7px;
}

.hoveredPopUp div.upper img#closePopup{
    display:block;
    position: absolute;
    cursor: pointer;
    z-index:10;
    right:-10px;
    top:-10px;
}
.hoveredPopUp div.upper div.popupMask span{
    display:block;
    position: relative;
    cursor: pointer;
    float:right;
    width: 235px;
    height: auto;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    line-height: 120%;
    font-weight: normal;
    color:rgba(95,95,95,0.7);
    animation-name: popupShow;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.hoveredPopUp div.upper div.contentFlex{
    display:block;
    position: relative;
    float:left;
    width: 310px;
    height: 72px;
    overflow: hidden;
    background-color: #FFFFFF;
    animation-name: popupShow;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

div.popupMaskEvent{
    display:block;
    z-index:-1;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}


.hoveredPopUp div.upper div.contentFlex span.amHerePopup{
    display:block;
    position: absolute;
    right:7px;
    top:36px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 7px;
    line-height: 100%;
    font-weight: normal;
    color:#A3A3A3;
}

.hoveredPopUp div.upper div.contentFlex div.categoryColor{
    display:block;
    position: relative;
    float:left;
    width: 70px;
    height: 72px;
    overflow: hidden;
    cursor:pointer;
		
}

.hoveredPopUp div.upper div.contentFlex div.objName{
    display:block;
    position: relative;
    float:left;
    width: 220px;
    height: 22px;
    margin-left:9px;
    margin-top:9px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 200;
    color:rgba(98,98,98,0.9);
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.hoveredPopUp div.upper div.contentFlex div.objAdd{
    display:block;
    position: relative;
    float:left;
    width: 88px;
    height: 30px;
    margin-left:9px;
    margin-top:5px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 100%;
    font-weight: normal;
    color:#858585;
    border-right:1px solid rgb(237,237,237);
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.hoveredPopUp div.upper div.contentFlex div.objAdd i{
    color:#4eb5e3;
    font-weight: 400;
    font-style: normal;
    line-height: 200%;
    text-decoration: none;
}

.hoveredPopUp div.upper div.contentFlex div.objAdd i a{
    color:#AEDDF2;
    font-weight: bold;
    font-style: normal;
    line-height: 200%;
    text-decoration: none;
}

.hoveredPopUp div.upper div.contentFlex div.objCat{
    display:block;
    position: relative;
    float:left;
    width: 85px;
    height: 30px;
    margin-left: 8px;
    margin-top: 5px;
    text-align: left;
    border-right:1px solid rgb(237,237,237);
    overflow:hidden;
}

.hoveredPopUp div.upper div.contentFlex div.objCat span.objCatNames{
    display:block;
    position: relative;
    float:left;
    width: 80px;
    height: 14px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 100%;
    font-weight: normal;
    color:#B4B4B4;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    margin-top: -1px;
}

.hoveredPopUp div.upper div.contentFlex div.objCat span.objCatNames b{
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 120%;
    font-weight: normal;
    color:#CBCBCB;
}

.hoveredPopUp div.upper div.contentFlex div.objMarks{
    display:block;
    position: relative;
    float:left;
    width: 80px;
    height: 16px;
    overflow: hidden;
    text-align: left;
}

.hoveredPopUp div.upper div.contentFlex img.socialShare{
    display:block;
    position: relative;
    float:right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 13px;
    margin-top: 13px;
}


.hoveredPopUp div.bottom{
    display:block;
    margin-left: 142px;
    margin-bottom:-3px;
    position: relative;
    width: 15px;
    height: 11px;
    float:left;
    overflow:hidden;
    box-shadow: 0 3px 14px -3px rgba(0,0,0,0.4);
    z-index:10;
    background-image: url("/look/images/bottompopup.png");
    background-repeat: no-repeat;
    background-position: center top -1px;
}

/* PopUp hover style for buildings */
.hoveredPopUpB{
    width:310px;
    height:auto;
    min-height:103px;
    max-height:229px;
    position:relative;
}

.hoveredPopUpB div.upperB{
    display:block;
    float:left;
    position: relative;
    width: 310px;
    height: auto;
    min-height: 95px;
    max-height: 221px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 14px -3px rgba(0,0,0,0.4);
}

.hoveredPopUpB div.upperB img.objectImgB{
    display:block;
    float:left;
    position: relative;
    width: 310px;
    height: 125px;
    overflow:hidden;
}

.hoveredPopUpB div.upperB div.popupMaskB{
    display:block;
    position: relative;
    width: 296px;
    height: 9px;
    background-color: #F5F5F5;
    float:left;
    overflow:hidden;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 120%;
    font-weight: 400;
    color: rgba(140,140,140,0.7);
    padding:7px;
}
.hoveredPopUpB div.upperB img#closePopupB{
    display:block;
    position: absolute;
    cursor: pointer;
    z-index:10;
    right:-10px;
    top:-10px;
}
.hoveredPopUpB div.upperB div.popupMaskB span{
    display:block;
    position: relative;
    cursor: pointer;
    float:right;
    width: 237px;
    height: auto;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    line-height: 120%;
    font-weight: normal;
    color:rgba(95,95,95,0.7);
}

.hoveredPopUpB div.upperB div.contentFlexB{
    display:block;
    position: relative;
    float:left;
    width: 310px;
    height: 72px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.hoveredPopUpB div.upperB div.contentFlexB div.categoryColorB{
    display:block;
    position: relative;
    float:left;
    width: 70px;
    height: 72px;
    overflow: hidden;
    background-image: url("/look/images/bigdetailed.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #333333;
}

.hoveredPopUpB div.upperB div.contentFlexB div.objNameB{
    display:block;
    position: relative;
    float:left;
    width: 220px;
    height: 21px;
    margin-left:9px;
    margin-top:9px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 200;
    color:rgba(98,98,98,0.9);
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.hoveredPopUpB div.upperB div.contentFlexB div.objAddB{
    display:block;
    position: relative;
    float:left;
    width: 184px;
    height: 30px;
    margin-left:9px;
    margin-top:5px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 100%;
    font-weight: normal;
    color:#858585;
    border-right:1px solid rgb(237,237,237);
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.hoveredPopUpB div.upperB div.contentFlexB span.amHerePopup{
    display:block;
    position: absolute;
    right:8px;
    top:36px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 7px;
    line-height: 100%;
    font-weight: normal;
    color:#A3A3A3;
}

.hoveredPopUpB div.upperB div.contentFlexB img.socialShareB{
    display:block;
    position: relative;
    float:right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 13px;
}


.hoveredPopUpB div.bottomB{
    display:block;
    margin-left: 142px;
    margin-bottom:-3px;
    position: relative;
    width: 15px;
    height: 11px;
    float:left;
    overflow:hidden;
    box-shadow: 0 3px 14px -3px rgba(0,0,0,0.4);
    z-index:10;
    background-image: url("/look/images/bottompopup.png");
    background-repeat: no-repeat;
    background-position: center top -1px;
}

/* leftMenu Advertising */
#advHeader{
    position: relative;
    display:block;
    width:100%;
    height:42px;
    float:left;
    background-color: #03A9F3;
    text-align: left;
}
#advHeader.sff{
    height:216px;
    background-color: #fff;
    background-image:url("/look/images/leftheadbgyff.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

#advHeader #sfflogo{
    position:absolute;
    z-index:20;
    display:block;
    left:10px;
    top:5px;
}

#advHeader #sarajevsko{
    position:absolute;
    z-index:21;
    display:block;
    left:37px;
    top:96px;
}

#advHeader #sffslogan{
    position:absolute;
    z-index:22;
    display:block;
    left:37px;
    top:206px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 17.98px;
    line-height: 120%;
    font-weight: 300;
    color:#fefefe;
}

#advHeader #infoAdv{
    position: relative;
    display:block;
    float:left;
    margin-left:51px;
    margin-top:12px;
    display:none;
}
#advHeader #alarmAdv{
    position: relative;
    display:block;
    float:left;
    margin-left:14px;
    margin-top:12px;
}
#advHeader #closeAdv{
    position: relative;
    display:block;
    float:right;
    cursor: pointer;
    margin-right:12px;
    margin-top:12px;
}
#advHeader #promoAdv{
    position: relative;
    display:block;
    float:left;
    margin-left:4px;
    margin-top:16px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: rgba(229,244,252,0.6);
    line-height: 120%;
    text-align: left;
    cursor: pointer;
}
#advHeader #promoAdv.active,#advHeader #promoAdv:hover{
    color: #E5F4FC;
}
#advHeader #noteAdv{
    position: relative;
    display:block;
    float:left;
    margin-left:4px;
    margin-top:16px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: rgba(229,244,252,0.6);
    line-height: 120%;
    text-align: left;
    cursor: pointer;
    display:none;
}
#advHeader #noteAdv.active,#advHeader #noteAdv:hover{
    color: #E5F4FC;
}

#leftMenuAdvContainer {
    position: relative;
    display:block;
    float:left;
    width:292px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    height:100%;
    transition: all 1s;
    background-color:#FFFFFF;
}

#leftMenuAdvContainer div.innerAdvContainer{
    position: absolute;
    left:0;
    top:0;
    display:block;
    width:auto;
    margin:0;
    padding:0;
    height:auto;
    transition: all 1s;
}

div.innerAdvContainer ul.leftMenuUl {
    position: absolute;
    display:block;
    width:292px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    height:100%;
    z-index: 5;
    text-align: left;
}

div.innerAdvContainer ul.leftMenuUl li{
    position: relative;
    float:left;
    display:block;
    width:292px;
    height:197px;
    margin:0;
    padding:0;
    list-style: none;
    overflow:hidden;
    border-bottom: 0;
    text-align: left;
}

div.innerAdvContainer ul.leftMenuUl li:hover{
    background: none;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp{
    position: relative;
    padding:0;
    overflow:hidden;
    float:left;
    display:block;
    width:292px;
    height:197px;
    min-height:197px;
    max-height:197px;
    margin:0;
    cursor: pointer;
    text-align: left;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper{
    display:block;
    float:left;
    overflow:hidden;
    padding:0;
    margin:0;
    position: relative;
    width:292px;
    height:197px;
    min-height:197px;
    max-height:197px;
    background-color: #FFFFFF;
    box-shadow:none;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper img.objectImg{
    display:block;
    float:left;
    position: relative;
    width: 292px;
    height: 125px;
    opacity:1;
    overflow:hidden;
}
div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper img.objectImg.heightZero{
    height:0;
    opacity:0;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex{
    display:block;
    margin:0;
    padding:0;
    position: relative;
    float:left;
    width: 292px;
    height: 72px;
    overflow: hidden;
    background-color: #FFFFFF;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.categoryColor{
    display:block;
    margin:0;
    padding:0;
    position: relative;
    float:left;
    width: 52px;
    height: 72px;
    overflow: hidden;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.categoryColor:before{
    background-position: 10px center;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.objName{
    display:block;
    position: relative;
    padding: 0;
    margin:0;
    float:left;
    width: 220px;
    height: 21px;
    margin-left:9px;
    margin-top:9px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 200;
    color:rgba(98,98,98,0.9);
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.objAdd{
    display:block;
    position: relative;
    float:left;
    padding: 0;
    margin: 0;
    width: 90px;
    height: 31px;
    margin-left:9px;
    margin-top:5px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 100%;
    font-weight: normal;
    color:#858585;
    border-right:1px solid rgb(237,237,237);
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.objAdd i{
    color:#AEDDF2;
    font-weight: bold;
    font-style: normal;
    line-height: 200%;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.objCat{
    display:block;
    position: relative;
    padding: 0;
    margin: 0;
    float:left;
    width: 85px;
    height: 30px;
    margin-left: 9px;
    margin-top: 5px;
    text-align: left;
    border-right:1px solid rgb(237,237,237);
    overflow:hidden;
}


div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.objCat span.objCatNames{
    display:block;
    position: relative;
    float:left;
    padding: 0;
    margin: 0;
    width: 80px;
    height: 14px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 100%;
    font-weight: normal;
    color:#B4B4B4;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    margin-top: -1px;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.objCat span.objCatNames b{
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 120%;
    font-weight: normal;
    color:#CBCBCB;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex div.objMarks{
    display:block;
    position: relative;
    padding:0;
    margin:0;
    float:left;
    width: 80px;
    height: 16px;
    overflow: hidden;
    text-align: left;
}


div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex span.amHerePopup{
    display:block;
    position: absolute;
    right:8px;
    top:35px;
    text-align: left;
    font-family:"Open Sans", Helvetica, sans-serif;
    font-size: 7px;
    line-height: 100%;
    font-weight: normal;
    color:#A3A3A3;
}

div.innerAdvContainer ul.leftMenuUl li div.hoveredPopUp div.upper div.contentFlex img.socialShare{
    display:block;
    position: relative;
    padding:0;
    margin:0;
    float:right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 13px;
}
#linesHidden{
    display:none;
    opacity:0;
    z-index:1;
    overflow:hidden;
}

#transHeader{
    position: relative;
    display:block;
    width:100%;
    height:42px;
    float:left;
    background-color: #03a9f3;
    text-align: left;
}

#transHeader span{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    font-size:10px;
    color:#E5F4FC;
    position: relative;
    display: block;
    float: left;
    margin-left: 16px;
    margin-top: 16px;
    line-height: 120%;
    text-align: left;
}

#transHeader #closeTrans{
    position: relative;
    display: block;
    float: right;
    margin-right: 11px;
    margin-top: 11px;
    cursor: pointer;
}

#addObjectHeader{
    position: relative;
    display:block;
    width:100%;
    height:42px;
    float:left;
    background-color: #03a9f3;
    text-align: left;
}

#addObjectHeader span{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    font-size:10px;
    color:#e5f4fc;
    position: relative;
    display: block;
    float: left;
    margin-left: 16px;
    margin-top: 16px;
    line-height: 120%;
    text-align: left;
}

#floatingMenu{
    display: block;
    width: 154px;
    height: 32px;
    position: absolute;
    bottom: -1px;
    right: 33px;
    overflow: hidden;
    border-radius: 5%;
    cursor: pointer;
    z-index: 10001;
    transition: width 0.7s, height 0.7s, border-radius 0.7s, background-color 0.7s, right 0s;
    background: #0277bd;
    background-image: url("/look/images/howtousebh.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#floatingMenuLogo {
    display: block;
    float: left;
    width: 259px;
    height: 128px;
    background-image: url(/look/images/kakokoristitirutmaplogo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #148bd4;
}
#floatingSarajvsko{
    display:block;
    width:121px;
    height:301px;
    position:absolute;
    bottom: -10px;
    right: 40px;
    overflow:hidden;
    cursor: pointer;
    z-index:10002;
    background-image:url("/look/images/WebPreuzmi.png");
    background-repeat: no-repeat;
    background-position: left top;
    opacity:1;
}

#floatingSarajvsko.english{
    background-image:url("/look/images/WebPreuzmi_EN.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#floatingSarajvskoClose{
    display:block;
    width:20px;
    height:20px;
    margin:3px;
    position:relative;
    float:right;
    cursor: pointer;
    background-image:url("/look/images/closepopup.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#floatingMenuAnchor{
    display:block;
    width:13px;
    height:9px;
    position:absolute;
    bottom: 63px;
    right: 7px;
    z-index:10000;
    background-image: url('/look/images/menu-anchor.png');
    background-repeat:no-repeat;
    background-position:left top;
}

#floatingMenu.active{
    width:259px;
    height:455px;
    position:absolute;
    bottom: -1px;
    right: 33px;
    border-radius:10px;
    background:none;
    background-color:#0277bd;
}

#floatingMenu.activeOverflow{
    overflow:visible;
}


#addObjectHeader #closeAddObject{
    position: relative;
    display: block;
    float: right;
    margin-right: 11px;
    margin-top: 11px;
    cursor: pointer;
}

#addObjectMSG{
    position: relative;
    display:block;
    width:218px;
    height:55px;
    float:left;
    padding-left:48px;
    padding-right:26px;
    padding-top:17px;
    background-color: #039be5;
    border-bottom: 1px solid #0f87cd;
    text-align: left;
    background-image: url('/look/images/biznisman2.png');
    background-position: 8px 9px;
    background-repeat: no-repeat;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color:rgba(255,255,255,0.7);
    line-height: 120%;
}

#addObjectListType{
    position: relative;
    display:block;
    width:263px;
    height:29px;
    float:left;
    padding-left:16px;
    padding-right:13px;
    padding-top:21px;
    background-color: #1797da;
    border-bottom: 1px solid #0f87cd;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.14px;
    font-weight: normal;
    color:#ffffff;
    line-height: 120%;
    background-image: url("/look/images/opendown.png");
    background-position: right 14px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

input.styledInput{
    position: relative;
    display:block;
    border:0;
    padding:0;
    margin:0;
    width:263px;
    height:30px;
    float:left;
    padding-left:16px;
    padding-right:13px;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #3592ca;
    border-bottom: 1px solid #0f87cd;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.14px;
    font-weight: normal;
    color:#ffffff;
    line-height: 100%;
    cursor: pointer;
}

input.styledInput::-webkit-input-placeholder{
    color:#ffffff;
}

textarea.styledInput{
    position: relative;
    display:block;
    border:0;
    padding:0;
    margin:0;
    width:263px;
    height:100px;
    float:left;
    padding-left:16px;
    padding-right:13px;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #3592ca;
    border-bottom: 1px solid #0f87cd;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.14px;
    font-weight: normal;
    color:#ffffff;
    line-height: 100%;
    cursor: pointer;
}

#linkUsloviKoristenja{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9.14px;
    font-weight: normal;
    color:#ffffff;
    line-height: 100%;
    text-align: left;
    padding-left: 16px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    display:block;
    float:left;
}

#addObjectSend{
    position: relative;
    display:block;
    border:0;
    padding:0;
    margin:0;
    width:100%;
    height:25px;
    float:left;
    padding-top:25px;
    padding-bottom:10px;
    background-color: #64dd17;
    text-align: center;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#e5f4fc;
    line-height: 120%;
    cursor: pointer;
}

#addObjectMarker{
    display:block;
    width:24px;
    height:34px;
    background-image: url("/look/images/addobjectmarker.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#addObjectMarkerMSG{
    display:block;
    width:307px;
    height:10px;
    padding-left:18px;
    padding-top:18px;
    padding-right:18px;
    padding-bottom:18px;
    background-color: #038dd5;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    color:rgba(255,255,255,0.9);
    text-align:center;
    line-height: 100%;
}

textarea.styledInput::-webkit-input-placeholder{
    color:#ffffff;
}

#addObjectListTypeSub{
    width: 100%;
    padding:0;
    margin:0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    overflow: hidden;
    display: block;
    float: left;
    z-index: 1;
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#addObjectListTypeSub.active{
    max-height: 500px;
    opacity: 1;
}

#addObjectListTypeSub li{
    padding: 0;
    margin: 0;
    border: 0;
    width: 280px;
    height: 23px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #439DD3;
    border-top: 1px solid #0b80c7;
    overflow: hidden;
    border-bottom: 1px solid #0b80c7;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: lighter;
    line-height: 120%;
    font-size: 9.77px;
    color: #FFFFFF;
    text-transform: none;
    background-image: url("/look/images/unselectedCategory.png");
    background-position: right 6px top 7px;
    background-repeat: no-repeat;
    padding-left: 12px;
    padding-top: 12px;
    text-align: left;
    cursor:pointer;
}

#addObjectListTypeSub li.active, #addObjectListTypeSub li:hover{
    background-image: url("/look/images/selectedCategory.png");
    background-position: right 6px top 7px;
    background-repeat: no-repeat;
}

ul.linesHidden{
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    list-style: none;
    display:block;
    position: relative;
    float:left;
}

ul.linesHidden li{
    width:231px;
    height:30px;
    padding:0;
    margin:0;
    list-style: none;
    display:block;
    position: relative;
    padding-left:50px;
    padding-top:15px;
    padding-right:11px;
    padding-bottom:15px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:rgba(255,255,255,0.6);
    line-height: 12px;
    text-align: left;
    cursor: pointer;
    border-bottom:1px solid #1885c8;
    background-color:#3592ca;
}

ul.linesHidden li div.checkbox{
    width:23px;
    height:23px;
    display:block;
    position:absolute;
    z-index:11;
    top:21px;
    right:11px;
    background-repeat: no-repeat;
    background-image:url("/look/images/unselectedTrans.png");
    background-position:left top;
}


ul.linesHidden li:hover div.checkbox, ul.linesHidden li.active div.checkbox{
    background-image:url("/look/images/selectedTrans.png");
}

ul.linesHidden li.soon:hover div.checkbox{
    background-image:url("/look/images/unselectedTrans.png");
}

ul.linesHidden li div.icon{
    background-position:left top;
    background-repeat: no-repeat;
    position:absolute;
    z-index:1111;
    width:30px;
    height:30px;
    display:block;
}

ul.linesHidden li.Tramvaj div.icon{
    background-image:url("/look/images/tramvaj.png");
    left:18px;
    top:19px;
}

ul.linesHidden li.Trolejbus div.icon{
    background-image:url("/look/images/trola.png");
    left:15px;
    top:17px;
}

ul.linesHidden li.Minibus div.icon{
    background-image:url("/look/images/trola.png");
    left:15px;
    top:17px;
}

ul.linesHidden li.Autobus div.icon{
    background-image:url("/look/images/trola.png");
    left:15px;
    top:17px;
}

ul.linesHidden li.soon{
    opacity:0.5;
    cursor: default;
}

ul.linesHidden li.soon span.soon{
    display:block;
    position:absolute;
    z-index:10;
    right:67px;
    top:17px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}


ul.linesHidden li b{
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color:#ffffff;
}

#mainContainer{
    width:100%;
    display:block;
    position:relative;
    height:auto !important;
    background-color:#333333;
    min-height: 50px;
}

@media (max-width: 790px) {
    #mainContainer{
        padding-top:150px;
        min-height:0;
    }
}

#frameslider{
    width:100%;
    display:block;
    position:relative;
    max-height: 270px;
    height: auto !important;
    height: 270px;
    overflow:hidden;
    background-color:#333333;
    text-align: center;
    margin:0 auto;
}

.cycle-slideshow img{
    width: 100%;
}

#framedetails{
    width:100%!important;
    display:block;
    float:left;
    position:relative;
    min-height: 96px;
    height:auto;
		background: #297ACC;
}

#framebody{
    width:100%;
    display:block;
    float:left;
    position:relative;
    min-height: 290px;
    height:auto !important;
   /* height: 290px;*/
    background-color:#F7F7F7;
}

#frameads{
    width:100%;
    display:block;
    float:left;
    position:relative;
    height: 105px;
    background-color:#F7F7F7;
    text-align: center;
}

#framefloatingbody{
    max-width:640px;
    width:auto;
    display:block;
    position:relative;
    min-height: 70px;
    height:auto;
    margin:0;
    margin-top:22px;
    margin-left:auto;
    margin-right:auto;
}

#frameicon{
    position:relative;
    display:block;
    float:left;
    width:29px;
    height:26px;
    border-right:1px solid #ffffff;
    overflow: hidden;
    margin-left:0px;
    margin-top:3px;
    padding:0;
    padding-left:9px;
    padding-top:5px;
}

#frameobjectdetails{
    position:relative;
    display:block;
    float:left;
    width:auto;
    min-height:50px;
    height:auto;
    margin-top:14px;
}

#frameobjectnamecat{
    position:relative;
    display:block;
    float:left;
    width:224px;
    height:47px;
    overflow: hidden;
    padding-left:7px;
    margin-top:3px;
}

#workingTimes{
    background-image: url("/look/images/radnovrijemeicon.png");
    background-position: 7px 1px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    max-width: 645px;
    width: auto;
    padding-left: 24px;
    min-height: 29px;
    border: 0;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color:#767474;
    min-width: 630px;
}

#frameobjectname{
    position:relative;
    display:block;
    float:left;
    width:217px;
    height:22px;
    margin-left:7px;
    margin-top:0px;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color:rgba(255,255,255,0.9);
}

#frameobjectcat{
    position:relative;
    display:block;
    float:left;
    width:188px;
    height:25px;
    margin-left:7px;
    margin-top:0px;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color:#FFF7EB;
}

#frameobjectcat span{
    line-height: 150%;
}

#framelocation{
    position:relative;
    display:block;
    float:left;
    width:136px;
    height:50px;
    margin-left:15px;
    margin-top:11px;
    padding-left:20px;
    background-image: url("/look/images/framelocation.png");
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color:#FFFFFF;
}

#frameaddress{
    position:relative;
    display:block;
    float:left;
    width:169px;
    height:47px;
    margin-left:16px;
    margin-top:10px;
    overflow:hidden !important;
}

#frametel{
    position:relative;
    display:block;
    width:140px;
    height:16px;
    padding-left:20px;
    background-image: url("/look/images/frametel.png");
    background-position: 1px center;
    background-repeat: no-repeat;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color:#FFFFFF;
}

#framemail{
    position:relative;
    display:block;
    width:140px;
    height:16px;
    padding-left:20px;
    background-image: url("/look/images/framemail.png");
    background-position: 2px center;
    background-repeat: no-repeat;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color:#FFFFFF;
}

#framewww{
    position:relative;
    display:block;
    width:140px;
    height:16px;
    padding-left:20px;
    background-image: url("/look/images/framewww.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    line-height: 120%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color:#FFFFFF;
}

#framewww a{
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 10px;
    color:#FFFFFF;
    text-decoration: none;
}

#framefloatingbodydetails{
    max-width:655px;
    width:auto;
    display:block;
    position:relative;
    min-height: 290px;
    height: auto !important;
    height: 290px;
    margin:0;
    margin-left:auto;
    margin-right:auto;
}

#framerating{
 position: relative;
  display: block;
  max-width: 210px;
  width: auto;
  min-height: 29px;
  border: 0;
  float: left;

  padding-top: 17px;
  margin-left: 7px;
}

#transportDetailDesc{
    position:relative;
    display:block;
    width:90%;
    min-height:29px;
    border:0;
    border-bottom:1px solid #F0F0F0;
    float:left;
    background-color: rgba(251,251,251,0.4);
    padding-top:17px;
    margin-left: 9px;
    padding-left:25px;
    background-image: url("/look/images/karta.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color:rgba(115,115,115,0.5);
    line-height: 120%;
}

#transportDetailDesc b{
    font-weight: 400;
    color:rgba(25,25,25,1);
}

#framerating span{
    position:relative;
    display:block;
    float:left;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color:rgba(139,139,139,0.7);
    line-height: 120%;
}

#framerating div#starc{
    position:relative;
    display:block;
    float:right;
    width:76px;
    height:20px;
    padding-right:5px;
    background-image: url("/look/images/frameman.png");
    background-position: right 20px top;
    background-repeat: no-repeat;
    text-align:right;
}

#framerating div#starc i{
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 8.13px;
    color:#B5B5B5;
    line-height: 140%;
}

#framerating div#starc div.stars{
    position:relative;
    display:block;
    float:left;
}

#frametags{
position: relative;
  display: block;
  min-height: 35px;
  height: auto !important;
  height: 35px;
  max-width: 510px;
  width: 100%;
  border: 0;
  float: right;
  padding-top: 11px;
  
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: rgba(139,139,139,0.7);
  line-height: 230%;
}

#frametags span{
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    height:18px;
    margin-right:3px;
    padding-left:3px;
    padding-right:3px;
    padding-top:4px;
    background-color: rgba(232,233,235,0.5);
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color:rgba(115,115,115,0.5);
    line-height: 120%;
}

#frametags span:hover{
    background-color: rgba(255,255,255,0.5);
}

#frameabout{
  position: relative;
  display: block;
  border: 0;
  float: left;
  max-width: 308px;
  width: 100%;
  margin-top: 11px;
  padding-left: 10px;
  min-height: 215px;
}

#frameabout.fullScreen{
  position: relative;
  display: block;
  border: 0;
  float: left;
  width: 100%;
  max-width: 100%;
  margin-top: 11px;
  padding-left: 10px;
  min-height: 215px;
}

#frameabout h1{
    padding:0;
    margin:0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color:#B6B6B6;
    line-height: 120%;
}

#frameabout div#fullP p{
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 11px;
    color:#767474;
    line-height: 120%;
    display: block;
    float:left;
}

#frameabout p#smallP{
    display:block;
}

#frameabout div#fullP{
    overflow:hidden;
    height:140px;
    width:308px;
    transition: all 2s ease-out;
}

#frameabout div#fullP.fullScreen{
    overflow:visible;
    height:100%;
    width:100%;
    transition: all 2s ease-out;
}

#programTable{
    display:block;
    float:left;
    position:relative;
    border:0;
    margin:0;
    padding:0;
    max-width:735px;
    width:97%;
    margin-bottom:40px;
    background:none;
}

#programTable tr.tHeader{
    height:50px;
    background-color: #24d7de;
    border:1px solid #24d7de;
}

#programTable tr.tableTitles{
    height:25px;
    background-color: #90f1f5;
    border:1px solid #90f1f5;
}

#programTable tr.tableTitles td{
    height:25px;
    padding:0;
    margin:0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: rgba(255,255,255,0.9);
    line-height: 120%;
}

#programTable tr.tableTitles td:first-child{
    padding-left:40px;
    text-align: left;
    width:47%;
}

#programTable tr.tableTitles td:last-child{
    width:21%;
}

#programTable tr.tableContent{
    height:40px;
    background-color: #f0f0f0;
    border:1px solid #f0f0f0;
    border-bottom:1px solid #f7f7f7;
}

#programTable tr.tableContent:hover{
    background-color: #eaeaea;
    border:1px solid #eaeaea;
    border-bottom:1px solid #f7f7f7;
    border-left:1px solid #de1390;
}

#programTable tr.tableContent td{
    height:40px;
    padding:0;
    margin:0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: rgba(98,98,98,0.9);
    line-height: 120%;
    cursor: pointer;
}

#programTable tr.tableContent td:first-child{
    padding-left:40px;
    text-align: left;
    width:47%;
}

#programTable tr.tableContent td:last-child{
    width:21%;
}

#programTable tr.tHeader td{
    padding:0;
    margin:0;
    width:100%;
    height:50px;
}

#programTable tr.tHeader td h1{
    padding: 0;
    margin: 0;
    margin-left:40px;
    margin-top:0px;
    display: block;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    line-height: 120%;
}

#programTable tr.tHeader td span.capacity{
    padding: 0;
    margin: 0;
    margin-left:40px;
    margin-top:0px;
    display: block;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: rgba(255,255,255,0.9);
    line-height: 120%;
}

#restProgram{
    display: block;
    float: left;
    position: relative;
    max-width: 735px;
    width: 97%;
    background: none;
}

#frameabout div#fullP.fullScreen #restProgram h2{
    display:block;
    position:relative;
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: rgba(220,20,147,0.9);
    line-height: 120%;
}

#frameabout div#fullP.fullScreen #restProgram b{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #535353;
    line-height: 120%;
    display: inline;
}

#frameabout div#fullP.fullScreen #restProgram p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #535353;
    line-height: 120%;
    display: block;
    width: 100%;
    float: none;
    text-align: left;
}

#frameabout div#fullP.active{
    height:100%;
}

#frameabout a#detailedLink{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 11px;
    color:#7E8080;
    line-height: 120%;
    padding-left:18px;
    background-image: url("/look/images/detailedlink.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-top:5px;
    display:block;
}

#framegal{
  position: relative;
  display: block;
  float: right;
  border: 0;
  max-width: 306px;
  width: 100%;
  margin-top: 12px;
  height: auto;
}

#framegal ul{
    position:relative;
    display:block;
    width:100%;
    float:left;
    padding:0;
    margin:0;
    list-style: none;
    border:0;
    margin-top:5px;
    height:auto;
}

#framegal ul li{
    position:relative;
    display:block;
    width:100%;
    float:left;
    padding:0;
    margin:0;
    list-style: none;
    border:0;
    min-height:23px;
    height:auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 13.65px;
    color:rgba(95,95,95,0.78);
    font-weight: lighter;
    line-height: 120%;
}

#framegal ul li a.view{
    display:block;
    float:right;
    text-decoration: none;
    width:64px;
    height:22px;
    background-color: rgba(51,151,219,0.5);
    border-radius: 3px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    line-height: 255%;
    margin-right:4px;
}

#framegal ul li a.download{
    display:block;
    float:right;
    text-decoration: none;
    width:69px;
    height:22px;
    background-color: rgba(219,52,52,0.5);
    border-radius: 3px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    line-height: 255%;
}

#framegal ul li span{
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 13.65px;
    color:rgba(187,187,187,0.78);
    font-weight: lighter;
    line-height: 120%;
}

div.tables{
    display:none;
}

#framegal img{
    position:relative;
    display:block;
    float:left;
    border:0;
    width:100px;
    height:100px;
    overflow:hidden;
    margin-right:1px;
    margin-bottom:1px;
}

div#panorama.nodetails{
    width:33.333333333333333333333333333333333333%;
}

div#iAmHere.nodetails{
    width:33.333333333333333333333333333333333333%;
}

div#navigation.nodetails{
    width:33.333333333333333333333333333333333333%;
}

div#detailed.nodetails{
    width:33.333333333333333333333333333333333333%;
}

div#panorama.flow{
    width:100%;
}

div#navigation.flow{
    width:100%;
}
div#iAmHere.flow{
    width:100%;
}
div#detailed.flow{
    width:100%;
}

#alertMsg{
    display:none;
    position:absolute;
    min-width: 400px;
    min-height: 190px;
    top: 50%;
    left: 50%;
    margin-top: -95px;
    margin-left: -200px;
    background-color: #f9f9f9;
    z-index:99999;
    opacity:0;
    transition: 2s all;
    background-image: url("/look/images/lightbolb.png");
    background-repeat: no-repeat;
    background-position: center 48px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#alertMsg #closeAlert{
    display:block;
    width:19px;
    height:19px;
    position:absolute;
    z-iondex:100000;
    right:-9.5px;
    top:-9.5px;
    opacity:0.7;
    cursor: pointer;
}

#alertMsg span{
    display:block;
    float:left;
    width:100%;
    color:rgba(98,98,98,0.9);
    font-size: 14px;
    text-align: center;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 120%;
    font-weight: lighter;
    margin-top:125px;
}

#alertMsg.active{
    opacity:1;
}

#closePackages{
    display:block;
    position:absolute;
    right:5px;
    top:50px;
    cursor: pointer;
}

img.closePackages2{
    display:block;
    position:absolute;
    right:5px;
    top:50px;
    cursor: pointer;
}

#extraDetails{
    height:auto;
    width:196px;
    position:absolute;
    z-index:11;
    bottom:19px;
    right:0;
}

#extraLogo{
    height: 78px;
    width: 183px;
    position: absolute;
    z-index: 12;
    margin-left: -91.5px;
    bottom: 50px;
    left: 50%;
    display:none;
}

#extraLogo img{
    height: 78px;
    width: 183px;
    position: relative;
}

#extraDetails div.sound{
    height:30px;
    width:186px;
    position:relative;
    cursor: pointer;
    display:block;
    float:left;
    background-color:rgba(10,145,201,0.9);
    margin-top:1px;
    background-image: url("/look/images/saveAudio.png");
    background-repeat: no-repeat;
    background-position: right 8px top 9px;
    color:#ffffff;
    font-size: 9,77px;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 120%;
    font-weight: normal;
    padding-left:10px;
    padding-top:5px;
}

#extraDetails div.sound span{
    display:block;
    color:#ffffff;
    font-size: 8px;
    text-align: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 120%;
    font-weight: lighter;
}

#extraDetails div.sound.active{
    background-image: url("/look/images/stopAudio.png");
}

/*   Tabela za transport linije */

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #F1F5F9;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 230%;
  color: #6B85A0;
  margin-bottom: 20px;
}
table tr:nth-child(odd) {
  background-color: #F1F5F9;
  height: 41px;
}
table thead {
  background-color: #E4ECF4;
  height: 41px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 230%;
  color: #6B85A0;
  text-transform: uppercase;
}
table td, table th {
  padding: 15px;
  padding-left: 21px;
}

#svgLoader{
    width:38px;
    height:38px;
    left:50%;
    top:50%;
    margin-left: -19px;
    margin-top: -19px;
    display:none;
    position:absolute;
    z-index: 999999999999999999999999;
}

div.marginBottom{
    margin-bottom: 100px;
}

div#ascrail2000, div#ascrail2000 div{
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out, top 500ms cubic-bezier(0.25, 0.46, 0.25, 0.94);
}

.fancybox-lock .fancybox-overlay, .fancybox-inner {
    overflow: hidden !important;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url('/look/images/left.png') 50% 50% no-repeat;}
.cycle-next { right: 0; background: url('/look/images/right.png') 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }


/*Dodajte objekat*/
.dodaj{
float: right;
    margin-right: 10px;
    margin-top: 13px;
    color: #72C2F3;
    font-size: 9px;
    font-weight: 500;
}
canvas {
	display: block;
}

.streetnum{
    display: block;
    opacity: 0.9;
    z-index:2;
    transition: opacity 2s;
    background: dodgerblue;
    border-radius: 10px;
   
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
    width: 18px!important;
    height: 18px!important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
    transition-property: background, border-radius;
    transition-duration: .1s, .3s;
    transition-timing-function: linear, ease-out;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(60,200,169,1);
}
.streetnum:hover{
    display: block;
    opacity: 0.9;
    z-index:3;
    border-radius: 3px;
    background:dodgerblue;
}


#categorySlider div.menuHeader3ListItem{
    position: relative;
    display:block;
    width:100%;
    height:167px;
    float:left;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 2s;
}

#categorySlider div.menuHeader3ListItem:last-child{
    padding-bottom: 95px;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc{
    position: relative;
    display:block;
    width:100%;
    height:0;
    min-height: 0;
    margin-top:167px;
    float:left;
    background-color: #ffffff;
    overflow: hidden;
    background-position: 24px 17px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDesc.jpg");
    transition: all 0.2s;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc.active{
    overflow: visible;
    min-height: 310px;
    height: auto;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescStreet{
    position: relative;
    display:block;
    width:144px;
    height:16px;
    color: #686868;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:21px;
    margin-left:45px;
    float:left;
    overflow: hidden;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescDay{
    position: relative;
    display:block;
    width:96px;
    height:16px;
    color: #686868;
    text-transform: capitalize;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:22px;
    margin-left:40px;
    float:left;
    overflow: hidden;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescTel{
    position: relative;
    display:block;
    width:144px;
    height:16px;
    color: #686868;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:5px;
    margin-left:45px;
    float:left;
    overflow: hidden;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescDate{
    position: relative;
    display:block;
    width:96px;
    height:16px;
    color: #686868;
    text-transform: capitalize;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:4px;
    margin-left:40px;
    float:left;
    overflow: hidden;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescEmail{
    position: relative;
    display:block;
    width:144px;
    height:16px;
    color: #686868;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:4px;
    margin-left:45px;
    float:left;
    overflow: hidden;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc span.menuHeader3ListItemDescTime{
    position: relative;
    display:block;
    width:96px;
    height:16px;
    color: #686868;
    text-transform: capitalize;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:100%;
    font-weight: normal;
    margin-top:4px;
    margin-left:40px;
    float:left;
    overflow: hidden;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc p{
    position: relative;
    display:block;
    width:285px;
    min-height:20px;
    color: #7c7c7c;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:120%;
    font-weight: lighter;
    margin-top:15px;
    margin-bottom:15px;
    margin-left:25px;
    float:left;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescFB{
    position: relative;
    display:block;
    width:100%;
    height:39px;
    color: #dadfff;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:310%;
    font-weight: bold;
    float:left;
    text-align: left;
    background-color: #7197f5;
    cursor: pointer;
    background-position: 44px 9px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDescFB.png");
    padding-left:70px;
    transition: all 0.5s;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescFB:hover
{
    background-position: 44px 7px;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescTW{
    position: relative;
    display:block;
    width:100%;
    height:39px;
    color: #f0fbff;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:310%;
    font-weight: bold;
    float:left;
    text-align: left;
    background-color: #88c8de;
    cursor: pointer;
    background-position: 44px 12px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDescTW.png");
    padding-left:70px;
    transition: all 0.5s;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescTW:hover
{
    background-position: 44px 10px;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc a.menuHeader3ListItemDescShare{
    position: relative;
    display:block;
    width:100%;
    height:39px;
    color: #ffc4d7;
    text-transform: none;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height:310%;
    font-weight: bold;
    float:left;
    text-align: left;
    background-color: #d16b8b;
    cursor: pointer;
    background-position: 44px 9px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemDescShare.png");
    padding-left:70px;
    transition: all 0.5s;
    text-decoration: none;
    border: 0;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc div.menuHeader3ListItemDescShare:hover
{
    background-position: 44px 7px;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemDesc div img{
    margin-top:10px;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemShadow{
    position: absolute;
    display:block;
    height:167px;
    left:0;
    top:0;
    right:0;
    opacity: 1;
    cursor: pointer;
    z-index:8;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemShadow.png");
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemCategory{
    position: absolute;
    display:block;
    width:85px;
    height:20px;
    right:6px;
    top:135px;
    cursor: pointer;
    z-index:14;
    border-radius: 15px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemCategory.png");
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemCategory div{
    position: relative;
    display: block;
    float:right;
    height:20px;
    width:63px;
    border-radius: 15px;
    color:rgba(255,255,255,0.8);
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 9px;
    line-height:215%;
    font-weight: normal;
    text-align: center;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemMask{
    position: absolute;
    display:block;
    height:167px;
    left:0;
    top:0;
    right:0;
    opacity: 0;
    cursor: pointer;
    z-index:9;
    transition: all 0.4s;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemMask:hover{
    opacity: 1;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemMask div.menuHeader3ListItemMaskBtn{
    position: relative;
    display:block;
    cursor: pointer;
    width: 133px;
    height:36px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    margin-left:102px;
    margin-top:53px;
    color:rgba(255,255,255,0.8);
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 19px;
    line-height:190%;
    font-weight: lighter;
    text-align: center;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemText{
    position: absolute;
    display:block;
    z-index:10;
    width:230px;
    height:20px;
    left:8px;
    top:118px;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemText span{
    position: relative;
    display:block;
    width:230px;
    height:auto;
    color: #ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 19px;
    line-height:100%;
    font-weight: lighter;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemPinIcon{
    position: absolute;
    display:block;
    z-index:12;
    width:11px;
    height:12px;
    left:9px;
    top:145px;
    color: #ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 19px;
    line-height:100%;
    font-weight: lighter;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/look/images/menuHeader3ListItemPinIcon.png");
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemMore{
    position: absolute;
    display:block;
    z-index:11;
    width:230px;
    height:13px;
    left:24px;
    top:145px;
    color: #ffffff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 10px;
    line-height:100%;
    font-weight: bold;
}

#categorySlider div.menuHeader3ListItem div.menuHeader3ListItemMore span{
    color: rgba(210,255,0,0.8);
    font-weight: normal;
}