/*! Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0 auto;
  padding: 0px;
}


body {
  background-image: url(../images/body_bg.png);
  background-repeat: repeat-x;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  padding: 0px;
}


a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;

}


* {
  margin: 0px;
  padding: 0px;
  outline: none;
}



img {
  border: 0;
}



hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;

}


hr {
   border: 1px solid #ccc;
    height: 1px;
}

ul {
 /* list-style-image: none;*/
  list-style-position: outside;
 /* list-style-type: none;*/
}

ul {
  padding:0px;
  margin:0px;
}



textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Define template
   ========================================================================== */

body{
  font-family: 'Open Sans', sans-serif; /*--------definirati font za cijeli site------------*/
}

/*--------Links------------*/

a {
/*  text-transform: uppercase;*/
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  color: #e59f23;
}

a:hover{
  color: #4d4d4d;
}




/*-------------------clearfix------------------*/
.clearfix {
  clear:both;
}

/*-------------------------Align/Float------------------------------------*/

.alignleft {
    float: left !important;
}
.alignright {
    float: right !important;
}
.aligncenter {
    display: block;
    margin auto;
    margin-right: auto;
}



/*-------------------------Heading------------------------------------*/

h1 {
    font-size: 28px;
    line-height: 36px;
    color: #474747;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    color: #2B2E2B;
    margin-top: 10px;
}

h3 {
    font-size: 14px;
    line-height: 22px;
     color: #2B2E2B;
    margin-top: 10px;
}


h4 {
    font-size: 12px;
    line-height: 18px;
    color: #474747;
    font-weight: 400;
}

h5 {
    font-size: 11px;
    line-height: 16px;
    color: #474747;
    margin-top: 20px;
    font-weight: 400;
}

h6 {
    font-size: 10px;
    line-height: 14px;
    color: #474747;
    font-weight: 400;
}



/*------------------paragraf-----------------*/

p{
  font-size: 13px;
  line-height: 20px;
  color: #4D4D4D;
  padding: 10px 0px;

}

/*--------------btn-------------------*/

button, a.btn, a.btn:visited{
  -moz-box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  overflow: visible;
  padding: 10px 0px;
  position: relative;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  width: auto;
}

/*-------------------------Virtus footer------------------------------------*/

.v {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.none {
  display: block;
  float: right;
  height: 10px;
  overflow: hidden;
  text-indent: -200px;
  width: 10px;
}
.v_link {
    -moz-box-sizing: border-box;
    background: url("../images/virtus_logo.png") no-repeat scroll left top;
    display: block;
    overflow: hidden;
    padding: 0.5em;
    width: 268px;
    height: 15px;
    float: right;
}
.v_link img {
  display: block;
  margin: auto;
  width: 100%;

}



/*-------------------------margine------------------------------------*/

.alpha {
  margin-left: 0 !important;
}

.omega {
  margin-right: 0 !important;
}


/*-------------------------Wrap i Content Define------------------------------------*/



#header{
  height: 150px;
  position: relative;
  z-index: 400;
}


#menu{
  height: 18px;
  padding-bottom: 5px;
  z-index: 500;
  position: relative;
  width:  700px;
  float: right;
}

#menu ul{
  margin-top: 0px;
  list-style: none;
  display: table;
  float: right;
  margin-right: 30px;
}

#menu ul li{
  font-size: 16px;
  font-weight: 600;
  display: table-cell;
  text-align: center;
  border-right: 2px solid #4D4D4D;
}

.no-border-right{
border-right: 0px solid #4D4D4D !important;
}


#menu ul li a{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #404041;
  display: block;
  padding: 2px 10px;
}

#menu ul li a.mslc{
  color: #E59F23;
}


#menu ul li a:hover{
  color: #E59F23;
}



#menu ul li:hover ul.dropdown{
  display: block;
   color: #fff;
  background: #6d6e71;
}

#menu ul li ul li {
  font-size: 16px;
  font-weight: 600;
  float: left;
}


#menu ul li ul.dropdown{
  display: none;
  position: absolute;
  z-index: 600;
  width: 180px !important;
  text-transform: uppercase;
}

#menu ul li ul.dropdown li a{
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 30px !important;
  width: 180px !important;
  text-transform: uppercase;
  border-bottom: 3px solid #989a9d;
}

#menu ul li ul.dropdown li a:hover{
  color: #fff;
}



/*-------------logo-----------------*/

.logo{
  margin-top: 15px;
  margin-left: 15px;
}


/*-------------language-----------------*/


.lang ul{
  margin-top: 50px;
  float: left;
  padding-right: 40px;
}

.lang ul li{
  list-style: none;
  font-style: 14px;
  font-weight: 600;
  float: left;
  padding-left: 20px;
  line-height: 20px;
}

.lang ul li a{
color: #e59f23;
}

.lang ul li a:hover{
color: #4d4d4d;
}

.lang ul li a.mslc{
color: #4d4d4d;
}




/*-------------------slider--------------------*/

#slider{
  position: relative;
}


#footer{
  background: #555555;
  width: 100%;
  height: 15px;
  position: relative;
  z-index: 600;
}

.container-footer{
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  margin-top:0px;
}



/*-------------------------container------------------------------------*/


.container {
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  background-image:url(../images/container-bg.png); background-repeat: no-repeat;
  background-position: left top;
  /*margin-top:100px;*/
}


/*-------------------------Columne------------------------------------*/



.logo-box {
    width: 380px;
    float: left;

}
.jezici-box {
    width: 460px;
    float: right;
}


.auto-bg{
  height: 375px;
  background-color: #555555;
  width: 980px;
  position: relative;
}


.odaberi-jezik{
  margin-left:438px;
  margin-top: -35px;
  position: relative;
  z-index: 300;
}

.odaberi-jezik ul{
  width: 200px;
}

.odaberi-jezik ul li{
  float: left;
  list-style: none;
  margin-right: 10px;
}

.odaberi-jezik ul li a{
  padding: 7px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border:3px solid #959595;
  float: left;
  color:#000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #d1d2d4;
}

.odaberi-jezik ul li a:hover{
  padding: 7px;
  border-radius: 15px;
  border:3px solid #f9a51a;
  color:#fff;
  background-color: #f9a51a;
}



.auto-box-bg{
  position: absolute;
  background-image: url(../images/slider_bg_bottom.png);
  width: 602px;
  height: 118px;
  background-position: left top ;
  background-repeat: no-repeat;
  margin-top: -40px;

}

.auto-bg img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 50px;
}


.slogan{
  width: 323px;
  height: 20px;
float: right;
padding-top: 110px;
padding-right: 40px;
}


/*-------------------------Custom Styles------------------------------------*/




.padding-t-b{
  padding: 20px 0;
}

.padding-t{
  padding-top: 10px;
}



/*-------------------foto galerija link-----------------*/

#galerija{
  margin-left: 0px !important;
  margin-top: 15px;

}

#galerija .gallery_img1{
margin-bottom: 10px;
margin-left: 0px;
padding: 5px;
background: #4d4d4d;
margin-right: 5px;

}

#galerija .gallery_img1:hover{
background: #e59f23;
}




/*-------------------kontakt forma-----------------*/

.kontakt_forma {
font-family: 'Open Sans', sans-serif;
}

.prijava_box label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6d6e71;
  display: block;
  margin: 0 0 0.5em;
}
.prijava_box input, .prijava_box select{
  font-family: 'Open Sans', sans-serif;
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #ccc;
  color: #6d6e71;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 1em;
  padding: 0.4em;
  width:100%;
}

.prijava_box textarea {
  font-family: 'Open Sans', sans-serif;
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #ccc;
  color: #6d6e71;
  font-size: 18px;
  height: 100px;
  margin: 0 0 1em;
  padding: 0.5em;
  width:100%;
}

.prijava_box option {
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin-left: 10px;
}


 .send{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #ccc;
  border: 1px solid #ccc;
  text-transform: uppercase;
  }

  .send:hover{
    background: #6d6e71;
    border: 1px solid #ccc;
    color: #fff;
  }


/*-------------------kontakt forma success i poslano-----------------*/

  .success {
 color: #008000;
}

.error {
  background: none repeat scroll 0 0 #FFC0CB;
  border: 1px solid #e81500;
  color: #FF0000;
}

.txt_error_img{
  position: absolute;
  z-index: 300;
  right: 79px;
  margin-top: -38px;
}


input.txt_error{
border: 1px solid #e81500;
}

textarea.txt_error{
border: 1px solid #e81500;
}



/*-------------------novosti box-----------------*/

.novosti_box{
  background: #fff;
  padding: 0px 20px 20px 20px;
  margin-bottom: 25px;
  box-shadow: 0px 2px 2px 0px rgba(142, 142, 142, 0.75);
}

.date{
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.novosti_box img{
margin-left: -19px;
padding-bottom: 10px;
}

.novosti_box img:hover{
opacity: 0.5;
}


.novosti_box h1 a{
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  color: #404041;
}

.novosti_box h1 a:hover{
    color: #6d6e71;
}

.margin-l{
  margin-left: 60px;
}



/*-------------------naslov----------------*/

.naslov{
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600px;
  text-align: center;
  margin: 50px 0px 20px -60px;
}

.naslov span img{
  margin-bottom: 3px;
  width: 11px;
  height: 11px;
}


.mail{
  text-transform: none !important;
}


/*-----------------cjenik -----------------*/

.cjenik {
    width: 100%;
    float: left;
    list-style-type: none;
    list-style-image: none;
}


.cjenik li{
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #404041;
}
.cjenik li a{
    padding: 10px;
    background: #727071;
    display: block;
    color: #fff !important;
}

.cjenik li a:hover{
    background: #b5b3b4;
    display: block;
    color: #fff !important;
}



.sub-cjenik {
    display: none;
    list-style-image: none;
    list-style-type: none;
    margin-top: 8px;
}
.sub-cjenik li{
}

.sub-sub {
    display: none;
    margin-top: 10px;
}

.sub-sub table tr td{
  border: 1px solid #b5b3b4;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
/*background: #d5d7d6;  */
}


table .sivi_tr
{
text-transform: uppercase;
background: #d5d7d6;
font-size: 14px;
font-weight: 600;
}





/*----------------pdf -----------------*/
a.pdf_icon{
  background: url(../images/pdf.png) no-repeat;
  width: 26px;
  height: 21px;
  padding-left: 30px;
}

a.pdf_icon:hover{
  background: url(../images/pdf_hover.png) no-repeat;
  width: 26px;
  height: 21px;
}



/*----------logotipi--------*/


.logotipi{
  width: 980px;
 position: relative;
 z-index: 200;
}


.logotipi ul{
  float: left;
  list-style: none;
   padding: 80px 90px 0 90px;
   display: table;
}

.logotipi ul li{
  float: left;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding-left: 10px;
}

.logotipi ul li a{
  display: block;
}



.naslovna-bg{
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 218px;
  left: 50%;
  margin-left:-722px;
}


/*---------flexslider-------*/

.flexslider {
margin: 0px !important;
box-shadow: none !important;
border-radius: 0px !important;
border: none !important;
border-bottom: 20px solid #E59F23 !important;
margin-top: 5px !important;
}


.flex-control-nav{
  display: block;
}

.flex-control-nav{
  display: block;
}

.flex-direction-nav a{
  display: none;
  opacity: 0 !important;
}

ul.slides{
  margin-left: -10px !important;
}

ul.slides li{
}

ul.slides li  img{
}

.flex-control-nav {
  bottom: 10px !important;
}

.flex-control-paging li a.flex-active{
  background: #e59f23 !important;
  box-shadow: none !important;
}

.flex-control-paging li a:hover{
  background: #e59f23 !important;
  box-shadow: none !important;
}

.flex-control-paging li a{
  background: #ccc !important;
   box-shadow: none !important;
}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;
position: relative;}

.flex-viewport{
  width: 980px !important;
  margin-left: 0 !important;
}


/*----txt-box-----*/

.txt-box{
  margin-top: 20px;
  padding: 10px 40px;
  float: left;
  width: 900px;
}

.txt-box ul{
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
  font-weight: 400;
  padding-left: 10px;
}

.txt-box ul li{
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
  font-weight: 400;
}


.vrijednosti{
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}

.vrijednosti li{
  float: left;
  color: #4D4D4D;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 20px;
}

.no-list-style{
  list-style:none;
}

.logo-body{
  margin-right: 10px;
}



.prodajno-mjesto{
  width: 300px;
  text-align: center;
  float: left;
}

ul.lista-poduzeca{
  list-style: none;
  margin-bottom: 50px;
}

ul.lista-poduzeca li{
 text-align: center;
 text-transform: uppercase;
 font-size: 13px;
 line-height: 20px;
 display: block;
}

ul.lista-poduzeca li a{
color: #4d4d4d;
}
ul.lista-poduzeca li a:hover{
color: #e59f23;
}

a.mail{
  background: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 24px;
  height: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

a.mail:hover{
  background: url(../images/mail_hover.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 24px;
  height: 15px;
}



/*-------------------kontakt forma-----------------*/

.kontakt-forma {
  width: 900px;
}

.margin-top-kontakt{
  margin-top: 20px;
  margin-bottom: 20px;
}

.kontakt-forma label {
  font-weight: 400;
  font-size: 13px;
  color: #4d4d4d;
  display: block;
  margin: 0 0 0.5em;
  width: 270px;
}

.kontakt-forma input, .kontakt-forma select{
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #ccc;
   color: #4d4d4d;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1em;
  padding: 0.4em;
  width: 270px;
}

.kontakt-forma textarea {
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #ccc;
  color: #4d4d4d;
  font-size: 13px;
  height: 78px;
  margin: 0 0 1em;
  padding: 0.5em;
  width: 270px;
  font-weight: 400;
   font-family: 'Arimo', sans-serif;
}

.kontakt-forma option {
  display: block;
  margin-left: 10px;
}


 .send{
  font-weight: 400;
  background: url(../images/send_btn.png) !important;
  background-repeat: no-repeat;
  background-position: left top;
  text-transform: uppercase;
  cursor: pointer;
  color: #4d4d4d !important;
  width: 112px !important;
  float: left;
  margin-right: 20px !important;
  }

  .send:hover{
    background: #474747 !important;
    color: #fff !important;
  }

  .kontakt-box{
    width: 300px;
    float: left;
    margin-bottom: 20px;
  }

.capture-box{
  width: 285px;
  float: left;
  margin-bottom: 20px;
  margin-top: 0px;
}

.capture-box input{
  width: 100px !important;
  background: none repeat scroll 0 0 #efefef;
  border: 1px solid #ccc;
  color: #4d4d4d;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1em;
  padding: 0.4em;
  margin-right:10px;
  float: left;
  margin-left: 0px;
}

.capture-box select {
  color: #4d4d4d;
  display: block;
  font-size: 12px;
}

.capture-box label{
  width: 100%;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0.5em 0 0;
  padding: 0.3em;
}


.capture-box input {
  width: 148px !important;
}

.capture-box input.send {
    width:100px !important;
    margin-right: 0px!important;
    padding: 0.3em;
    padding-right: 0px!important;
}


/*-------------------kontakt forma success i poslano-----------------*/

.success {
  background: none repeat scroll 0 0 #008000;
  clear: both;
  color: #fff;
  height: 20px;
  padding: 20px;
  text-align: center;
}

.error {
  background: none repeat scroll 0 0 #FFC0CB;
  border: 1px solid #e81500;
  color: #FF0000;
}

.txt_error_img{
  position: absolute;
  z-index: 300;
  right: 79px;
  margin-top: -38px;
}


input.txt_error{
border: 1px solid #e81500;
}

textarea.txt_error{
border: 1px solid #e81500;
}


/*---------novosti----------*/

.novosti-bg{
  background-image: url(../images/novosti_akcije.png);
  background-repeat: no-repeat;
  background-position: left 30px top 20px;
  float: left;
  height: 430px;
}

.novosti-bg-eng {
  background-image: url(../images/news_sale_bg.png);
  background-position: left 30px top 20px;
  background-repeat: no-repeat;
  float: left;
  height: 430px;
}


.akcije-box{
  width: 300px;
  float: left;
  margin-top: 100px;
  margin-left: 63px;
}

.akcija-img{
  width: 100px;
  height: 85px;
  float: left;
  margin-right: 10px;
}

.akcije-txt{
  width: 190px;
  float: right;
}

.akcije{
  width: 300px;
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.akcije h3{
  margin-top: 0;
}

span.prekrizeno{
  text-decoration: line-through;
  color: red;
}

span.cijena{
  color: green;
}


.akcije-pdf{
  background: url(../images/pdf_akcije.png);
  width: 190px;
  height: 190px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 65px;
  margin-top: 10px;
  padding-left: 14px;
  padding-top: 195px;
}


.akcije-pdf:hover{
  background: url(../images/pdf_akcije_hover.png);
  width: 190px;
  height: 190px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
}



/*----------novosti----------*/
.novosti-box{
  width: 300px;
  float: left;
   margin-top: 90px;
  margin-left: 170px;
}

.novosti-img{
  width: 100px;
  height: 85px;
  float: left;
  margin-right: 10px;
}

.novosti-txt{
  width: 190px;
  float: right;
}

.novosti-txt p{
 padding: 2px 0;
}

.novosti{
  width: 300px;
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.novosti h3{
  margin-top: 0;
  margin-bottom: 0;
}

span.prekrizeno{
  text-decoration: line-through;
  color: red;
}

span.cijena{
  color: green;
}

.no-border-bottom{
  border-bottom: 0px solid #ccc !important;
}


.novosti-i-akcije-bg{
  background:#fff;
  border-radius: 10px;
}


/*---------dokumenti------------*/

ul.dokumenti{
  list-style: none;
  padding-left: 0 !important;
  margin-top: 15px;
  margin-bottom: 10px;

}

ul.dokumenti li{
   background-image: url(../images/pdf.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding: 10px;
   display: inline;
}

ul.dokumenti li:hover{
  background-image: url(../images/pdf_hover.png);
  background-repeat: no-repeat;
  background-position: left center;

}

ul.dokumenti li a{
  color: #e59f23;
   padding: 10px 10px 10px 35px;
}

ul.dokumenti li a:hover{
  color: #4d4d4d;
}

.flexslider1 .flex-control-nav{
  position: relative !important;
  bottom: 0px !important;
}


.logotipi-novo {
  padding-top:60px;
  padding-bottom: 50px;
  width:100%;
  text-align: center;
}


.naslovna-bg-part-1{
  position: absolute;
  top: -100px;
  left: -244px;
  z-index: 10;
  float: left;
}

.naslovna-bg-part-2{
  position: absolute;
  top: -100px;
  right: -149px;
  z-index: 20;
}

#main{
  position: relative;
  z-index: 200;
}

.top-heading{
  margin-left: auto;
margin-right: auto;
width: 980px;
z-index: 150;
position: relative;
color: #cfcfcf;
font-size: 12px;
margin-top: 100px;
}