@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap&subset=latin-ext');
html {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    opacity: 0;
}

img {
    display: block;
    border: none;
}

a {
    outline: none;
}

a,
a:visited {
    text-decoration: none;
    color: #666;
    transition: 1s ease;
}

a:hover {
    color: #4eafe3;
    transition: 0.5s ease;
}

a:active {
    color: #db1d3e;
}

a.meni-boja {
    color: #db1d3e;
}

.podnaslov {
    color: #4eafe3;
}

#wrapper {
    position: relative;
    height: auto !important;
    /* real browsers */
    height: 100%;
    /* IE6: treaded as min-height*/
    min-height: 100%;
    /* real browsers */
    width: 820px;
    margin: 0 auto;
    background-color: #fff;
}

header {
    position: relative;
    width: 820px;
    height: 180px;
    padding: 0px;
    margin: 0px;
}

#glavni_box {
    position: relative;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    width: 820px;
    height: 436px;
    padding-bottom: 200px;
}

#transparentni {
    position: absolute;
    top: 50px;
    left: 95px;
    width: 124px;
    height: 140px;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 4px;
    z-index: 9;
}

#lang {
    position: absolute;
    top: 57px;
    right: 5px;
    width: 20px;
    height: 80px;
    font-size: 80%;
    line-height: 20px;
    letter-spacing: 1px;
}

#meni {
    position: absolute;
    top: 50px;
    left: 95px;
    width: 124px;
    height: auto;
    font-size: 110%;
    line-height: 34px;
    z-index: 10;
}

.meni_link {
    margin-left: 35px;
}

.o_nama_blok {
    position: relative;
    float: left;
    width: 470px;
    height: 150px;
}

.o_nama_txt {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 360px;
    height: auto;
}

.galerija_thumb {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding: 8px;
    margin-right: 14px;
    margin-bottom: 14px;
    background-color: #fff;
    border: 1px solid;
    border-color: #DDDDDD;
    border-radius: 4px;
}

footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 820px;
    height: 460px;
}

/* -------- content ------- */

.content {
    position: absolute;
    top: 60px;
    left: 276px;
    width: 450px;
    height: auto;
    font-size: 100%;
    color: #444;
    z-index: 10;
}

#pocetna_content {
    position: absolute;
    top: 45px;
    left: 273px;
    height: auto;
    width: 400px;
    font-size: 370% !important;
    line-height: 120%;
    color: #d2d2d2;
}

#usluge_content,
#o_nama_content,
#galerija_content,
#kontakt_content {
    display: none;
}

/* ---- showhide mali ---- */

#pocetna_mali {
    position: absolute;
    background-image: url(../img/pocetna_mali.png);
    background-repeat: no-repeat;
    top: 115px;
    left: -115px;
    width: 207px;
    height: 205px;
}

#o_nama_mali {
    position: absolute;
    background-image: url(../img/o_nama_mali.png);
    background-repeat: no-repeat;
    top: 135px;
    right: -123px;
    width: 222px;
    height: 213px;
    display: none;
}

#usluge_mali {
    position: absolute;
    background-image: url(../img/usluge_mali.png);
    background-repeat: no-repeat;
    top: 135px;
    right: -101px;
    width: 198px;
    height: 182px;
    display: none;
}

#kontakt_mali {
    position: absolute;
    background-image: url(../img/kontakt_mali.png);
    background-repeat: no-repeat;
    top: 115px;
    left: -91px;
    width: 174px;
    height: 163px;
    display: none;
}

/* ---- showhide veliki ---- */

#pocetna_veliki {
    position: absolute;
    background-image: url(../img/pocetna_veliki.png);
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
    width: 283px;
    height: 460px;
}

#usluge_veliki {
    position: absolute;
    background-image: url(../img/usluge_veliki.png);
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    width: 259px;
    height: 450px;
    display: none;
}

#galerija_veliki {
    position: fixed;
    background-image: url(../img/galerija_veliki.png);
    background-repeat: no-repeat;
    top: 500px;
    left: 0px;
    width: 795px;
    height: 306px;
    display: none;
}

#kontakt_veliki {
    position: absolute;
    background-image: url(../img/kontakt_veliki.png);
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
    width: 295px;
    height: 450px;
    display: none;
}

/* ---- shadowbox ---- */

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    border: 1px solid #303030;
    overflow: hidden;
    height: 100px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

#sb-loading-inner span {
    background: url(loading.gif) no-repeat;
    padding-left: 34px;
    display: inline-block;
}

#sb-body,
#sb-loading {
    background-color: #060606;
}

#sb-title,
#sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title,
#sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 14px;
}

#sb-info,
#sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

#sb-nav a {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#sb-nav-close {
    background-image: url(close.png);
}

#sb-nav-next {
    background-image: url(next.png);
}

#sb-nav-previous {
    background-image: url(previous.png);
}

#sb-nav-play {
    background-image: url(play.png);
}

#sb-nav-pause {
    background-image: url(pause.png);
}

#sb-counter {
    float: left;
    width: 45%;
}

#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#sb-counter a.sb-counter-current {
    text-decoration: underline;
}

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
}
