@charset "utf-8";
/* CSS Document */
body {
    margin:0px;
    padding:0px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:12pt;
    color:#333;
    font-weight:bold;
}
h2 {
    color: brown; 
}
html{
    background: url(../images/background.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
table{
    height:auto;
}
.menu1{
    //background-color: rgba(255,255,255,1);
    background-color: rgba(45,21,4,0.5);
    //background: -webkit-linear-gradient(rgba(255,255,255,0.1), white); /* For Safari 5.1 to 6.0 */
    //background: -o-linear-gradient(rgba(255,255,255,0.1), white); /* For Opera 11.1 to 12.0 */
    //background: -moz-linear-gradient(rgba(255,255,255,0.1), white); /* For Firefox 3.6 to 15 */
    //background: linear-gradient(rgba(255,255,255,0.1), white); /* Standard syntax (must be last) */
}
.menu{
    background-color: rgba(255,255,255,1);
    //background-color: rgba(45,21,4,0.5);
}
.menu_unutra{
    background-color: rgba(28,14,3,0.9);
}
.footer{
    text-align:left;
    color:#FFF;
    font-weight:bold;
    margin:0px; 
    padding:5px;
    display:block;
    float:right;
}
.bg_text{
    background-image: url(../images/bg_logo.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 90%;
    text-align:center;
    display:block;
    min-height:500px;
}

#slideshow {
    position:relative;
}
#slideshow #iPicture {
    margin:0 auto;
    width:720px;
    /*height:263px;*/
    overflow:auto; /* allow scrollbar */
    position:relative;
}
#slideshow #iPicture .slide {
    margin:0 auto;
    width:540px; /* reduce by 20 pixels of #iPicture to avoid horizontal scroll */
    /*height:263px;*/
}

/** 
 * Slideshow controls style rules.
 */
.control {
    display:block;
    width:74px;
    height:128px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
    z-index:1;
}
#leftControl {
    top:40%;
    left:0;
    background:transparent url(../images/left-gold.png) no-repeat 0 0;
}
#rightControl {
    top:40%;
    right:0;
    background:transparent url(../images/right-gold.png) no-repeat 0 0;
}
#pageContainer {
    margin:0 auto;
    width: 720px;
}

.buttonSave{
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    border-top: 1px dashed #ffffff;
}
td{
    font-size: 11pt;
}
hr{
    color:rgb(45,21,4);
    width: 60%;
}
/* Prikaz naziva na slikama*/
.product-list-top {
    position: relative;
    width: 237px;
    height: 158px;
    float: left;
    overflow-y: hidden;
}

.product-list-top-zgrada {
    position: relative;
    width: 337px;
    height: 225px;
    float: left;
    overflow-y: hidden;
}


.product-list-desc, .product-list-desc-zgrada {
    background: #2A2A2A;
    opacity: 0.7;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.product-list-desc a, #toTop {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: table-cell;
    padding: 0 10px;
    width: 237px;
    /*height: 118px;*/
    height: 30px;
    vertical-align: middle;
}

.product-list-desc-zgrada a {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 10px;
    width: 80%;
    /*height: 118px;*/
    min-height: 30px;
}

#toTop 
{
    background: white;
    opacity: 0.9;
    position: absolute;
    width: 80px;
    line-height: 30px;
    height: 355px;
    position: fixed;
    top: 0;
    margin-top: 20px;
    padding-top: 15px;
    left: 20%;
    margin-left: -130px;
    -moz-border-radius: 24px;
    border-bottom-right-radius:1em;
    border-bottom-left-radius:1em;
    -webkit-border-radius: 12px;
    display: none;
}