/* 
    Document   : style
    Created on : Nov 15, 2013, 10:12:39 AM
    Author     : Virgo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;

}

html {
    font-family: 'Roboto Condensed', sans-serif;
}
body {
    font-family: 'Roboto Condensed', sans-serif !important;
    background-image: url('../images/bg.jpg'); 

    background-attachment: fixed;
    background-size: 100%;
}

.header {
    color: #000;
    background-image: url('../images/apstrakt.jpg');
    border-radius: 5px;
    margin-top: 10px;
}
.container {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    /*   box-shadow: 0px 0px 50px #000;  */
}

.navbox {
    float: left;
    width: 200px;
}

ul.nava {
    list-style: none;
    display: block;
    width: 200px;
    padding: 60px 0 60px 0;
    background: url(../images/shad2.png) no-repeat;
    -webkit-background-size: 50% 100%;
}

ul.nava li {
    margin: 5px 0 0 0;
}

ul.nava li a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    background: #67a5cd  url(../images/border.png) no-repeat;
    color: #fff;
    padding: 7px 15px 7px 15px;

    width: 160px;
    display: block;
    font-size: 12px;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
    border-top-right-radius:  5px;
    border-bottom-right-radius: 5px;
}

ul.nava li a:hover {
    background: #fff url(../images/border.png) no-repeat;
    color: #67a5cd;
    padding: 7px 15px 7px 30px;
}



.brandbox {
    margin-left: 5px;
    line-height: 120px;
    height: 120px;
    float: left;
    padding: 5px;
    /*   -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       transition: all 0.3s ease;
       -webkit-filter: grayscale(100%);
       filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ 
       filter: gray;  IE6-9 */

    text-align: center;
}

.brandbox2 {
    margin-left: 5px;
    line-height: 250px;
    height: 250px;
    float: left;
    padding-left: 70px;
    /*   -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       transition: all 0.3s ease;
       -webkit-filter: grayscale(100%);
       filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+
       filter: gray;  IE6-9 */
    text-align: center;
}

.brandbox2:hover {
    -webkit-filter: grayscale(0%);
    filter: none;

}
.brandbox2 img {

    max-width: 160px;
    max-height: 160px;
    text-align: center !important;
    margin: 0 auto;

}

.brandbox:hover {
    -webkit-filter: grayscale(0%);
    filter: none;

}
.brandbox img {

    max-width: 90px;
    max-height: 110px;

}





.brandbox-cat {
    float: left;
    min-height: 200px;
    min-width: 200px;
    line-height: 200px !important; 
    padding: 10px;
    display: block;
    
   
    /*
      
      
  

      
      max-width: 250px;
      max-height: 250px;
    */
    text-align: center !important;
}

.brandbox-cat:hover {
    box-shadow: 0px 0px 5px #000;

}

.brandbox-cat img {
   max-width: 180px;
    max-height: 120px;
    margin: 0 auto;
    vertical-align: middle;
    
}

.brandbox-cat a {
    line-height: 200px !important;
    margin: 0 auto;
    text-align: center !important;
}


.brandtitle {
    background-color: #67a5cd;
    color: #fff;
    border-radius: 5px;
}
.copyright {
    background-color: #67a5cd;
    color: #fff;
    border-radius: 5px; 
    text-align: center;
}

.naslov {
    text-align: center;
}
.footercontent {
    text-align: center;
}
.brendovi {
    text-align: center;
  //border: 1px solid red;
   width: 85%;
    margin-left: 8%
}

h3 {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    background-color: #67a5cd;
    color: #fff;
    border-radius: 5px;


}

.rslides {
    margin: 0 auto 40px;
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

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

#download {
    background: #333;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 60px auto;
    max-width: 500px;
    padding: 20px;
}

#download:hover {
    background: rgba(255,255,255,.15);
}

.footer {
    font-size: 11px;
}

/* Callback example */

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
}

.events {
    list-style: none;
}

.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}


@media screen and (max-width: 600px) {
    h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
    }
    .callbacks_nav {
        top: 47%;
    }
}
.img-slider {
    min-height: 320px;
    max-height: 320px;
    overflow: hidden;
}

.brandtitle ul li {
    list-style: none;
}

.najava .input-group input {
    height: 30px;
}

#language {
    text-align: center;
}

#demo-one {
    height: 60px;
    border-radius: 5px;

}

.quotes  {
    height: 40px !important;
    background-color: #285e8e;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: none !important;
}

.quotes p {
    font-size: 14px !important;
    line-height: 40px;
    text-align: center;
}

.product {
    float: left;
    margin-left: 20px;
}
.product img {
    float: left;
    max-width: 200px;
}


.description {
    float: left;
}

h6 {

    width: 210px;
    text-align: center;
}


img.img-slider {
    max-height: 500px;
    overflow: hidden;
    margin: 0 auto;
}
#map{
    width: 100%;
   
}