@charset "utf-8";
/* CSS Document */

body
{
    font-family:"Arial Black", Gadget, sans-serif;

    font-family: "Arial Black", Arial;
    font-weight: 900;

    font-size:12px;
    background-image:url(../images/pozadina.jpg);
    background-repeat:repeat-x;
    margin: 0 0 0 0;
}

.btnPozadina
{
    background:url(../images/btn.jpg);
    height:35px;
} 

.btnPozadina1
{
    background:url(../images/btn1.jpg);
    height:65px
}

.btnPozadina, .btnPozadina1
{

    background-repeat:repeat-x;
    text-align:center;
    border-bottom-right-radius:2em;
    border-top-left-radius:2em;
    border-bottom-left-radius:4px;
    border-top-right-radius:4px;
}

.kategorije {
    width: 290px; 
    height: 65px; 
    margin-left: 20px; 
    vertical-align: middle; 
    display: inline-block;
    padding: 20px;
}

.text_button {	

    font-family:"Arial Black", Gadget, sans-serif;

    font-family: "Arial Black", Arial;
    font-weight: 900;

    font-size:12px;
    border: none;
    background-color: transparent;
    padding: 0;
    text-decoration: none; /* if desired */
    color: #000;  /* or whatever other color you want */
    cursor:pointer;
}

#toTop 
{
    background-color: rgba(170, 170, 170, 0.7);
    width: 240px;
    line-height: 30px;
    height: 52px;
    padding: 10px;
    position: fixed;
    top: 0;
    margin-top: 40px;

    left: 50%;
    margin-left: -130px;

    /*-moz-border-radius: 24px;*/
    border-bottom-right-radius:2em;
    border-bottom-left-radius:2em;
    /*-webkit-border-radius: 24px;*/

    display: none;
}
#floatMeni
{
    background-image:url(../images/btn.jpg);
    background-repeat:repeat-x;
    /*background-color: rgba(170, 170, 170, 0.7);*/
    width: 100%;
    height: 40px;
    padding: 0px 0px 6px 0px;
    position: fixed;
    top: 0;
    margin-top: 0px;
    left: 0;
    display: none;
}
/* tekst */

a.dugme:link {color:#FFF; text-decoration:none; font-size:12px;}    /* unvisited link */
a.dugme:visited {color:#FFF; text-decoration:none; font-size:12px;} /* visited link */
a.dugme:hover {color:#CCC; text-decoration:underline; font-size:12px;}   /* mouse over link */
a.dugme:active {color:#CCC; text-decoration:none; font-size:12px;}

img
{
    border-style: hidden;
    border-bottom-right-radius:2em;
    border-top-left-radius:2em;
    border-bottom-left-radius:4px;
    border-top-right-radius:4px;
}

h2
{
    font-weight: 900;
    font-size:24px;
    text-align:center;
    margin: 3px 0 8px 0;
}

a:link {color:#000; text-decoration:none;}    /* unvisited link */
a:visited {color:#000; text-decoration:none;} /* visited link */
a:hover {color:#900; text-decoration:none;}   /* mouse over link */
a:active {color:#000; text-decoration:none;}

h3
{
    font-size:16px;
    text-align:left;
}

h4
{
    font-family: "Arial Black", Arial;
    font-weight: 900;

    font-size:12px;
    color:#FFF;
    margin: 6px 0 0 0;
}

h5
{
    font-size:15px;
    text-align:center;
    margin: 5px 0 10px 0;
}

h6
{
    font-size:16px;
    text-align:left;
    margin: 10px 0 10px 0;
    color:#900;
}

/* ##################################### */
/*        podesavanja za darg&drop       */
/* ##################################### */

#holder { text-align:center; border: 2px solid #ccc; width: 99%; min-height: 500px; margin: 0 0 0 0;}
#holder:hover { border: 2px solid #0c0; }
#holder img { margin: 10px auto; max-width:350px; max-height:350px; }
#holder p { margin: 10px; font-size: 14px; }
progress { width: 99%; }
progress:after { content: ''; }
.fail { background: #c00; padding: 4px; color: #fff; }
.hidden { display: none !important;}

.text_button_DragDrop {	
    /*display: inline-block;*/
    margin-bottom: 0;
    color:#FFF;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.text_buttonUpload{
    background-color:#390
}

.text_buttonCancel{
    background-color:#900
}

.text_buttonImage{
    background-color:#36F
}

.text_buttonUpload:hover{
    background-color:#3C0
}

.text_buttonCancel:hover{
    background-color:#C00
}

.text_buttonImage:hover{
    background-color:#39F
}

.text_box{	
    display: compact;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #CCC;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.prijatelji-sajta {
    float: left;
    width: 187px;
    min-height: 187px;
    margin-right: 25px;
    margin-bottom: 20px;
    vertical-align: middle;
    display: block;
}

.menu-list{
    margin: 0; 
    list-style-type: none;
}
.menu-list li{
    display: inline-block;
    margin-bottom: -10px;
}
.menu-list-top form input,
.menu-list li form input{
    margin-top: 5px;
    height: 30px !important;
    width: 148px !important;
}
.menu-list-top form button,
.menu-list li form button{
    margin-top: 5px;
}
.product-thumbnail{
    width:33%;
    min-height:310px; 
    float: left;
    display:block; 
    padding: 0px 11px 15px 0px;
}
.product-thumbnail-holder{
    width:100%; 
    display:block;
    min-height:310px;
    margin-botton:10px;
}
.top-adress-text{
    margin-top: 11px;
}
.top-contact-text{
    margin-top: 5px;
}
.naziv-tipa {
    font-size: initial;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.top-adress-text{
    text-align: left
}
.top-contact-text{
    text-align: right;
}
.top-menu-image{
    height: 225px;
}
.hidden-menu{
    display: none;
}
.display-menu {
    display: block !important;
    position: absolute;
    background: #fff;
    width: 100%;
    float: left;
    margin: auto;
    z-index: 99;
    margin-left: -15px;
    margin-top: 13px;
    padding-bottom: 10px;
}
.top-menu .display-menu {
    margin-left: 0px;
}
.toggle-menu-list{
    margin: 0;
    list-style-type: none;
    padding: 10px;
}
.toggle-menu-list li{
    text-align: center;
}
.toggle-menu-list li a{
    color: #333;
}
.toggle-menu-list li form{
    margin: auto;
    margin-top: 10px;
}
.toggle-menu-list li form input{
    margin-top: 5px;
    height: 30px !important;
    width: 148px !important;
}
.toggle-menu-list li form button{
    margin-top: 5px;
}
.phone_menu a{
    color: #fff;
}
#floatMeni .dugme{
    top: 3px;
    position: relative;
    font-size: inherit;
}
.description{
    margin-top: 10px;
    display: block; 
}

.label-left{
    margin-right: 10px !important;
    text-align: center;
    width: 47%;
    margin-left: 48%;

}
.label-right{
    text-align: center;
    margin-left: 10px !important;
    width: 47%;
}
.input-left{
    width: 47%; 
    float: right; 
    margin-right: 10px !important;
}
.input-right{
    width: 47%; 
    float: left; 
    margin-left: 10px !important;
}
.input-holder{
    position: relative;
    float: left; 
    width: 50%;
}
.model-input{
    width: 51%;
}
.text-area-input{
    width: 51%;
}
.error-left{
    position: absolute;
    width: 47%;
    margin-left: 48%;
    bottom: -10px;
}
.error-right{
    position: absolute;
    width: 47%;
    bottom: -10px;
    margin-left: 10px;
} 
.embed-video,
.video-iframe{
    height: 450px;
}
.lokacija-image{
    margin-right: 10px;
}


@media (min-width: 1200px){
    .container, 
    .navbar-static-top .container, 
    .navbar-fixed-top .container, 
    .navbar-fixed-bottom .container {
        width: 920px;
    }

}
@media (max-width: 767px){
    .container {
        width: 100%;
    }
    body {
        padding-right: 0px;
        padding-left: 0px;
    }
    .row{
        margin-left: -20px;
    }
}
@media only screen and (orientation:portrait) and (min-width:0px) and (max-width:767px) {
    body {
        background-image: url("../images/pozadina-small.jpg");
        background-repeat: repeat-x;
        margin: 0 0 0 0;
    }
    .menu-button{
        text-align: center;
        color: #fff;
        margin-top: 23px;
    }
    .menu-button.top-menu{
        position: fixed;
        top: 10px;
        z-index: 999;
        margin: auto;
        width: 100%;
        left: 0;
    }
    #floatMeni .menu-button{
        margin-top: 11px;
    }
    .top-menu-image{
        margin-top: 40px;
        height: 95px;
    }
    .top-contact-text {
        margin-top: 0px;
        width: 100%;
    }
    .top-adress-text{
        margin-top: 9px;
        width: 100%;
    }
    .top-adress-text,
    .top-contact-text{
        font-size: smaller;
        text-align: center;
        color: #fff !important;
    }

    .product-thumbnail{
        width:100%;
        min-height:310px; 
        float: left;
        display:block; 
        padding: 0px 0px 15px 0px;
    }
    .prijatelji-sajta {
        float: none;
        width: 187px;
        min-height: 187px;
        margin: auto;
        margin-bottom: 20px;
        vertical-align: middle;
        display: block;
    }
    .prijatelji-title{
        text-align: center;
    }
    .kategorije {
        width: 210px;
        height: 65px;
        margin-left: 0;
        vertical-align: middle;
        display: inline-block;
        padding: 15px;
    }
    #toTop {
        background-color: rgba(170, 170, 170, 0.7);
        width: 240px;
        line-height: 30px;
        height: 47px;
        padding: 10px;
        position: fixed;
        top: 0;
        margin-top: 40px;
        left: 53%;
        /*margin-left: -130px;*/
        /* -moz-border-radius: 24px; */
        border-bottom-right-radius: 2em;
        border-bottom-left-radius: 2em;
        /* -webkit-border-radius: 24px; */
        display: none;
    }
    .input-holder{
        float: left; 
        width: 100%;
    }
    .label-left,
    .label-right {
        text-align: center;
        margin-right: 0px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }
    .input-left,
    .input-right {
        width: 100%;
        float: none;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .model-input{
        width: 100%;
    }
    .text-area-input{
        width: 100%;
    }
    .errorMessage{
        margin-bottom: 10px;
    }
    .error-right,
    .error-left {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-left: 0;
    }
    .embed-video,
    .video-iframe{
        height: 200px;
    }
    .video-table{
        margin-left: -11px !important;
    }
    .lokacija-image {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .pretraga-title{
        margin-top: 40px;
    }
    .product-thumbnail-holder {
        min-height: 250px;
    }
    .product-thumbnail {
        min-height: 250px;
    }
}
@media only screen and (orientation:landscape) and (min-width:0px) and (max-width:767px) {
    .menu-button{
        text-align: center;
        color: #fff;
        margin-top: 17px;
    }
    #floatMeni .menu-button{
        margin-top: 9px;
    }
    .top-contact-text {
        width: 50%;
        float: right;
    }
    .top-adress-text{
        width: 50%;
        float: left;
        margin-top: 5px;
    }
    .top-menu-image {
        height: 178px;
        margin-top: 40px;
    } 
    .index-image{
        width: 100%;
    }
    .prijatelji-sajta {
        float: left;
        width: 50%;
        min-height: 187px;
        margin-right: 0;
        margin-bottom: 20px;
        vertical-align: middle;
        display: block;
    }
    #toTop {
        background-color: rgba(170, 170, 170, 0.7);
        width: 240px;
        line-height: 30px;
        height: 47px;
        padding: 10px;
        position: fixed;
        top: 0;
        margin-top: 40px;
        left: 53%;
        /*margin-left: -130px;*/
        /* -moz-border-radius: 24px; */
        border-bottom-right-radius: 2em;
        border-bottom-left-radius: 2em;
        /* -webkit-border-radius: 24px; */
        display: none;
    }
    .input-holder{
        float: left; 
        width: 100%;
    }
    .label-left,
    .label-right {
        text-align: center;
        margin-right: 0px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }
    .input-left,
    .input-right {
        width: 100%;
        float: none;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .model-input{
        width: 100%;
    }
    .text-area-input{
        width: 100%;
    }

    .errorMessage{
        margin-bottom: 10px;
    }
    .error-right,
    .error-left {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-left: 0;
    }
    .embed-video,
    .video-iframe{
        height: 300px;
    }
    .lokacija-image {
        width: 100%;
        margin-bottom: 20px;
    }
    .pretraga-title{
        margin-top: 40px;
    }
    .product-thumbnail-holder {
        min-height: 220px;
    }
    .product-thumbnail {
        min-height: 220px;
    }
}
@media only screen and (orientation:portrait) and (min-width:768px) and (max-width:1199px) {
    .search-wrapper{
        position: absolute;
        left: 0;
        top: 215px;
        right: 0;
        margin: auto;
    }
    #floatMeni .search-wrapper{
        position: absolute;
        left: 0;
        top: 40px;
        right: -70%;
        /* margin: auto; */
        float: right;

    }
    #floatMeni .menu-list-top form button,
    #floatMeni .menu-list-top form input{
        margin-top: 0;
    }
    .menu-list {
        margin-top: 10px;
    }
    .menu-list li form button,
    .menu-list li form input{
        margin-top: 0;
    }
    .prijatelji-sajta {
        float: left;
        width: 187px;
        min-height: 187px;
        margin-right: 15px;
        margin-bottom: 20px;
        vertical-align: middle;
        display: block;
        margin-left: 13px;
    }
    .product-thumbnail-holder {
        min-height: 250px;
    }
    .product-thumbnail {
        min-height: 250px;
    }
    .index-image{
        width: 200px !important;
        margin-right: 7px !important;
        margin-left: 7px;
    }
    div.form label {
        font-weight: bold;
        font-size: 7pt;
        display: block;
    }
    .lokacija-image {
        margin-right: 7px;
        width: 200px;
        margin-left: 7px;
    }
    .pretraga-title{
        margin-top: 40px;
    }
}
@media only screen and (orientation:landscape) and (min-width:768px) and (max-width:1199px) {

}
@media ( max-width: 585px ) {
    .input-group span.input-group-btn,.input-group input,.input-group button{
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .input-group {
        position: relative;   
    }
    .input-group span.data-up{
        position: absolute;
        top: 0;
    }
    .input-group span.data-dwn{
        position: absolute;
        bottom: 0;
    }
    .form-control.text-center {
        margin: 34px 0;
    }
    .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
        margin-left:0;
    }

}