@import '../js/bxslider/jquery.bxslider.css';
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900&subset=latin-ext');
body{
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  margin:0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
*,*:before,*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ul{
  margin:0;
  padding:0;
}
.container-2{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container::after, .row::after, .u-cf {
    content: "";
    display: table;
    clear: both;
}
:before,*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
a {
  color: ;
  text-decoration: none;
  -webkit-transition:  all 0.4s ease 0s;
  -o-transition:  all 0.4s ease 0s;
  transition:  all 0.4s ease 0s;
}
a:hover{
  color:;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #767676;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  float: left;
}
#kontakt-forma{
  float: left;
  width: 100%;
  display: block;
  padding: 0;
}
#kontakt-forma label, #kontakt-forma input, #kontakt-forma textarea{
  width: 100%;
  float: left;
  padding:12px 0;
} 
.kontakt-info a{
  color: rgba(228,0,0,1);
}
.kontakt-info a:hover{
  color:rgba(197,0,0,1);
}
.error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500 !important;
  padding: 15px;
}
.txt_error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px solid #fff !important;
  padding: 15px 15px 15px 65px;
  color: #fff;
}
.success {
  background-image: url(../images/sucess-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #7ac143;
  padding: 15px 15px 15px 65px;
}
.error_img {
  background-image: url(../images/error-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #fff;
  padding: 15px 15px 15px 65px; 
}
#kontakt-forma input.btn.send{
  background: #F2782A;
  color: #fff;
  border:none;
}
#kontakt-forma input.btn.send:hover {
  background:rgba(228,0,0,1);
  color:#fff;
  cursor:pointer;
  border:1px solid #fff;
}
input[type="text"], textarea, button, input[type="file"] {
  transition: none;
}
.prijava-obrazac #kontakt-forma input[type="checkbox"], .registracija-forma #kontakt-forma input[type="checkbox"]{
  margin-top: 30px;
  margin-bottom: 25px;
}
#kontakt-forma input[type="checkbox"] {
  float: none;
  width: auto;
}
#kontakt-forma input:focus, #kontakt-forma textarea:focus, #kontakt-forma input:hover, #kontakt-forma textarea:hover {
  border:1px solid #fff;
}
#kontakt-forma input, #kontakt-forma textarea{
  border:1px solid #ccc;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.none{
  display:none;
}
.copy {
  width: auto;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 20px;
  float: left;
  margin:0 0 0 10px;
}
.v {
  float: right;
  width: auto;
  text-align: center;
  margin: 0 10px 0 0;
}
.row{
  width:100%;
  clear: both;
  float:left;
}
.clearfix {
  clear: both;
  display: block; 
  width: 100%;
}
#toggle{
  display: none;
}
/* Dokumenti */
.docs-list{
  float:left;
  display: block;
  width: 100%;
  margin: 20px 0;
}
.docs-list ul{
  list-style:none;
  float:left;
  width: 100%;
  padding-left: 0;
}
.docs-list ul li{
  background: url(../images/doc.svg) no-repeat left center transparent;
  padding: 10px 0 10px 35px;
  display: block;
  font-weight: 400; 
  float: left;
  margin-right: 40px;
}
.docs-list ul li a{
  line-height: 18px;
}
/* End Dokumenti */
/* Bread crumbs */
.bc{
  background: #f5f5f5;
  margin-top: 5px;
}
.bread-crumbs{
  display: inline-block;
  padding: 12px 0;
  float: right;
}
.bread-crumbs ul{
    list-style:none;
    float:left;
    padding-left: 0;
}
.bread-crumbs ul li{
    float:left;
    font-size: 14px;
    color: #ff0000;
}
.bread-crumbs ul li a{
    color:#363636;
}
.bread-crumbs ul li a:hover{
    color:#ff0000;
}
.bread-crumbs ul li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
.bread-crumbs ul li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
/* End Bread crumbs*/
.content img{
  max-width: 100%;
  height: auto;
}
/* Cookie */
.cookie-container {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  color:#fff;
}
.cookie-container span {
  font-weight: 400;
  text-transform: uppercase;
}
.cookie-container p{
  margin: 0;
}
.cookie-container a:hover{
  color: #fff;
}
/* end of cookie */
/*123*/
.main-content{
  width: 100%;
  float: left;
}
/*---------------------HEADER----------------------*/
.header{
  width: 100%;
  float: left;
  background:#fff;
-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.22);
box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.22);
}
.logo{
  float: left;
  max-width: 242px;
  width: 100%;
}
.toggle { display:none; }
.nav{
  display: block;
  list-style: none;
  float: left;
  padding: 27px 0;
  position: relative;
  margin-left:40px;
  width: auto
}
.nav li{
  display: inline-block;
  position: relative;
}
.nav li a{
  padding: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding: 12px;
  text-transform: uppercase;
}
.nav li a:hover{
  color: #ff0000;
}
.nav li::after{
  content: url(../images/nav-after.png); 
  position: absolute;
  right: -7px;
  top: 50%;
}
.nav li:last-child:after{
  content:'';
}
.language{
  float: right;
  padding: 27px 0;
  width: 4%;
  position: relative;
}
.language a.drop-btn{
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 13px;
}
.language a.drop-btn img{
  margin-left: 9px;
  margin-bottom: 2px;
}
.language ul li {
  list-style: none;
}
.language ul {
  display: none;
  position: absolute;
  top: 56px;
  z-index: 1;
  background: #fff;
  width: 50px;
  text-align: center;
  left: -14px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding-top: 12px;
}
.language ul li a{
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}
.language ul li a:hover{
  color: #ff0000;
}
/*-----------------SLIDER------------------*/
.main-slider{
  position: relative;
}
.main-slider .bx-wrapper .bx-viewport{
  box-shadow: none;
  border:0;
}
.slide-text{
  position: absolute;
  max-width: 680px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:10px;
}
.slide-text h2{
  font-size: 52px;
  line-height: 79px;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.slide-text span{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a{
  border-radius: 0;
  -ms-transform: skewX(-10deg); /* IE 9 */
  -webkit-transform: skewX(-10deg); /* Safari */
  transform: skewX(-10deg); /* Standard syntax */
  margin-right: 15px;
  background: #fff;
}
.main-slider > .bx-wrapper .bx-viewport{
  left:0;
}
.main-slider img{
  max-width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #ff0000 !important;
}
.main-slider .bx-wrapper .bx-pager{
  display: block;
  bottom: 26% !important;
  left: -15% !important;
}
.main-slider .bx-wrapper{
  margin: 0 auto;
}
/*---------------------------------NAV TOP CENTER----------------*/
.center-nav{
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
}
.center-nav ul li{
  display: block;
  height: 131px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.center-nav ul li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  float: left;
  text-align: left;
   -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}
.center-nav ul li.skew-1{

  position: absolute;
  top: -186px;
  left: 0;
  width: 100%;
  height: 130px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  border: 1px solid #fff;
  }
.center-nav ul li.skew-2 {

  position: absolute;
  top: -55px;
  left: 0;
  width: 93%;
  height: 130px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  border: 1px solid #fff;
}
.center-nav ul li.skew-3{

  position: absolute;
  top: 76px;
  left: 0;
  width: 86%;
  height: 130px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  border: 1px solid #fff;
}
.center-nav ul li.skew-4 {
	position: absolute;
	top: 207px;
	left: 0;
	width: 79%;
	height: 130px;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
	border: 1px solid #fff;
}
.center-nav ul li.skew-1 a {
  background: url(../images/injection.svg) no-repeat 11% center;
  padding: 42px 0 0px 108px;
  margin: 3% 4%;
  max-width: 480px;
  -webkit-background-size: 55px;
  -moz-background-size: 55px;
  background-size: 55px;
}
.center-nav ul li.skew-2 a {
  background: url(../images/prehrambena.svg) no-repeat 12% center;
  padding: 42px 0 0px 113px;
  margin: 3% 4%;
  max-width: 480px;
  -webkit-background-size: 55px;
  -moz-background-size: 55px;
  background-size: 55px;
}
.center-nav ul li.skew-3 a {
  background: url(../images/biof.svg) no-repeat 15% center;
  padding: 42px 0 0px 76px;
  margin: 4% 4%;
  max-width: 480px;
  -webkit-background-size: 55px;
  -moz-background-size: 55px;
  background-size: 55px;
}
.center-nav ul li.skew-4 a {
	background: url(../images/odvodnja.svg) no-repeat 15% center;
	padding: 47px 0 0px 104px;
	margin: 4% 4%;
	max-width: 480px;
	-webkit-background-size: 55px;
	-moz-background-size: 55px;
	background-size: 55px;
}
/*.center-nav ul li.skew-1 a:hover{
  background: #fff url(../images/injection-red.svg) no-repeat 15% center;
}
.center-nav ul li.skew-2 a:hover{
  background: #fff url(../images/prehrambena-red.svg) no-repeat 15% center; 
}
.center-nav ul li.skew-3 a:hover{
  background: #fff url(../images/biof-red.svg) no-repeat 15% center;
}*/
.center-nav ul li.skew-1:hover a{
  background: url(../images/injection-red.svg) no-repeat 15% center;
  color: #ff0000;
  -webkit-background-size: 55px;
  -moz-background-size: 55px;
  background-size: 55px;
}
.center-nav ul li.skew-2:hover a{
  background: url(../images/prehrambena-red.svg) no-repeat 15% center;
  color: #ff0000;
  -webkit-background-size: 55px;
  -moz-background-size: 55px;
  background-size: 55px;
}
.center-nav ul li.skew-3:hover a{
  background: url(../images/biof-red.svg) no-repeat 15% center;
  color: #ff0000;
  -webkit-background-size: 55px;
  -moz-background-size: 55px;
  background-size: 55px;
}
.center-nav ul li.skew-4:hover a{
  background: url(../images/odvodnja-red.svg) no-repeat 15% center;
  color: #ff0000;
  -webkit-background-size: 55px;
  -moz-background-size: 55px;
  background-size: 55px;
}
.center-nav ul li.skew-1:hover,
.center-nav ul li.skew-2:hover,
.center-nav ul li.skew-3:hover, 
.center-nav ul li.skew-4:hover{
  background-color: #fff;
}
.center-nav li a:hover{
  color: #ff0000;
}
 /*---------------SIDE NAV---------*/
.side-nav{
  position: absolute;
  right: 19px;
  top: 30%;
}
.side-nav ul li {
  list-style: none;
}
.side-nav ul li.active, .side-nav ul li:hover{
  background: #fff;
}
.side-nav ul li.active a, .side-nav ul li a:hover{
  color: #ff0000;
  opacity: 1;
}
.side-nav ul li.active:after, .side-nav ul li:hover:after{
  background: #ff0000;
}
.side-nav ul li a{
  position: relative;
  display: block;
  font-size: 25px;
  color: #fff;
  padding: 5px 79px 5px 23px;
  opacity: 0;
  font-weight: 700;
}
.side-nav ul li:after{
  content: '';
  width: 11px;
  height: 8px;
  position: absolute;
  right: 38px;
  top: 0;
  background: #fff;
 -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top:50%;
}
 /*---------------ABOUT---------*/
.about{
  width: 100%;
  float: left;
  background: url(../images/about.png) no-repeat center center;
  padding-bottom: 50px;
}
.defaulth2 h2{
  font-size: 50px;
  line-height:56px;
}
.defaulth1 h1{
  font-size: 38px;
  line-height: 44px;
  text-align: left;
  border-bottom: 1px solid #666;
  font-weight: 400;
  color: #666;
  width: 80S%;
}
/*.defaulth1 h1:after{
  content: url(../images/nav-after.png);
  position: absolute;
  right: -7px;
  top: 50%;
}*/
.about p{
  width: 100%;
  color: #676767;
}
.about span{
  font-weight: 700;
  font-style: italic;
}
.about-wrapper{
  padding: 50px 0;
  width: 50%
}
.btn-about {
  display: inline-block;
  float: right;
  margin: 10px 0;
  background-color: #FF0000;
  padding: 10px 22px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}
.btn-about:hover{
  border: 1px solid #ff0000;
  color: #ff0000;
  background: #fff;
}
.button-slanted {
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.button-slanted-2 {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.button-slanted-content {
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);  
  display: inline-block;
}
/*---------SERVICES--------*/
.services {
  background-color: #6a6a6a;
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.services h2{
  color: #fff;
  margin: 70px 0;
  text-align: left;
}
.services-box{
  width: 19%;
  float: left;
  position: relative;
  /*margin-right: 3%;*/
  border-right: 1px solid #fff;
  min-height: 222px;
}
.noborder{
  border-right:none;
}
.pt70{
  padding-top: 70px;
}
.services-box h3{
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 21px;
}
.w50{
  width: 66%;
  margin: 0 50px;
}
.services-box span{
  position: absolute;
  color: #fff;
  font-size: 11px;
  padding-left: 20px;
  top:120px;
}
.services-box span:before{
  content: url(../images/white-plus.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.services-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  background:#fff;
  top: 0;
  left: 0;
  display: none;
  }
.services-overlay h3, .services-overlay span{
  color: #6a6a6a;
}
.services-box:hover .services-overlay{
  display: block;
} 
.overlay-text{
  width: 94%;
  padding: 28px;
}
.overlay-text p{
  color: #6a6a6a;
  font-size: 14px;
}
.overlay-text img{
  position: absolute;
  top: 172px;
  right: 35%;
}
.img-center{
  text-align: center;
}
.img-center img{
  -ms-transform: skewX(10deg);
-webkit-transform: skewX(10deg);
transform: skewX(10deg);
}
.btn{
  display: inline-block;
  float: right;
  margin:10px 0;
  background-color: #FF0000;
  padding: 15px 30px;
  color: #fff;
}
.btn-services{
  width: 10%;
  float: none;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
  font-weight: 600;
}
.btn-services:hover{
  color: #fff;
  border: 1px solid #fff;
  background: #6a6a6a;
}
.btn-services-wrapper{
  text-align: center;
  margin-top: 70px;
}
/*------------------------REFERENCES--------------------*/
.references{
  width: 100%;
  float: left;
}
.references-wrapper{
  width: 100%;
  padding: 50px 0;
  float: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 130px;
}
.references-wrapper p{
  color: #676767;
}
.references-p{
  float: left;
  width: 30%;
  margin-right: 10%;
}
.references-images{
   float: left;
  width: 100%;
}
.wrap{
  width: 60%;
  float: right;
}
.references-images-wrapper{
  float: left;
  position: relative;
  -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  /*outline:1px solid #fff;*/
  overflow: hidden;
  height: 160px;
  width: 24%;
  margin: 2px;
}
.references-box{
  width: 25%;
  float: left;
  position: absolute;
  left:-60px;
  background-size: contain;
  width:400px;
  height: 200px;  
  -ms-transform: skew(10deg);
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
.top-wrapper{
  margin-left: 30px;
}
.references-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,0,0,0.9);
  display: none;
}
.references-overlay-text h3{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.references-overlay-text{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: skew(10deg) translate(-50%,-50%);
  -webkit-transform: skew(10deg) translate(-50%,-50%);
  transform: skew(10deg) translate(-50%,-50%);
  text-align: center;
}
.top-left{
  position: absolute;
  top: 10px;
  left: 10px;
}
.bottom-right{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.references a:hover .references-overlay{
  display: block;
}
/*----------------FOOOTER----------------*/
.footer{
  width:100%;
  padding:100px 0 0 0;
  float:left;
  background:;
  font-weight:;
  position: relative;
}
.footer-logo{
  float: left;
  width: 180px;
  position: absolute;
  left: 0;
}
.footer-box{
  width: 18%;
  margin: 0 38px;
  float: left;
}
.footer-box h3{
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  color:#333;
}
.footer-box p{
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.footer-box a{
  color: #666;
  margin:0;
  width: 100%;
  float: left;
}
.footer-box a:hover{
  color: #FF0000;
}
.btn-footer span{
  color: #fff;
  font-weight: 600;
}
.btn-footer{
  border: 1px solid #ff0000;
}
.btn-footer:hover{
  border: 1px solid #ff0000;
  color: #ff0000;
  background: #fff;
}
.btn-footer:hover span{
  color: #ff0000;
}
.btnab{
  position: absolute;
  right: 178px;
}
.footer-box:last-child{
  margin-right: 0;
}
.footer-box-wrapper{
  width: 100%;
  margin: 0 auto;
}
/*-----------------------KONTAKT-----------------*/
.section-map{
  width: 100%;
  margin:0 auto;
}
#map {
  width: 100%;
  height: 500px;
}
#forma{
  padding: 50px 0;
  color: #fff;
  width: 100%;
  float: left;
}
.w49{
  width: 48.2%;
  float: left;
  margin-left: 1.8%;
}
.w49:first-child{
  margin-left: 0;
}
.kontakt-wrapper{
  padding: 50px 0;
  background: rgba(228,0,0,1);
  margin-top: 50px;
}
#kontakt-forma input, #kontakt-forma textarea{
  background: rgba(197,0,0,1);
  border:1px solid rgba(228,0,0,1);
  color: #fff;
  padding-left: 10px;
}
#kontakt-forma input.btn.send {
  background: #fff;
  color: #ff0000;
  width: 24%;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: right;
  margin-right: 23px;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  font-size: 14px;
}
/*------------------------ABOUT PAGE-----------------*/
.wrapper-bg{
  background: url(../images/about-page.png) no-repeat 60% center;
  width: 100%;
  float: left;
}
.large-box{
  width: 49%;
  float:left;
  background: rgb(102,102,102);
  margin-bottom: 50px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 6px -6px #777;
   -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
  margin-left: 1%;
/*  background: -moz-linear-gradient(left, rgba(214,28,0,1) 0%, rgba(142,14,0,1) 100%); 
  background: -webkit-linear-gradient(left, rgba(214,28,0,1) 0%,rgba(142,14,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61c00', endColorstr='#8e0e00',GradientType=1 ); 
*/
}
/*.large-box:hover{
  background: rgba(128,4,4,0.2);
}*/
.large-box h2{
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
}
.large-box h2:hover{
  color: #ff0000;
}
.large-box p{
  color: #fff;
}
.large-box a{
  color: #fff;
}
.large-box a.btn-a {
  display: inline-block;
  margin: 0;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  font-size: 14px;
}
.large-box a.btn-a:hover{
  background: #ff0000;
  border:1px solid #ff0000;
}
.large-box-grey{
  width: 48%;
  float:left;
  background: #6a6a6a;
  margin-bottom: 50px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 6px -6px #777;
   -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
  margin: 1%;
  overflow:hidden;
}
.large-box-grey .text-box { background: rgba(102,102,102); }
.large-box-grey .text-box::after {
  content:'';
  width: 90px;
  height: 100%;
  background: rgba(102,102,102);
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: absolute;
  top: 0;
  right: -42px;
}
.large-box-grey h2 {
  margin: 0 0 21px 0;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  display: block;
  float: left;
  width: 100%;
}
.large-box-grey h2:hover{
  color: #ff0000;
}
.large-box-grey p{
  color: #fff;
}
.large-box-grey a{
  color: #fff;
}
.large-box-grey a.btn-a {
  display: inline-block;
  margin: 0;
  border: 1px solid #999;
  padding: 5px 10px;
  font-size: 14px;
}
.large-box-grey a.btn-a:hover{
  background: #ff0000;
  border:1px solid #ff0000;
}
.text-box{
  width: 85%;
  position: relative;
}
.text-box::after{
  content: '';
  width: 90px;
  height: 100%;
  background: rgba(197,0,0,1);
   -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: absolute;
  top: 0;
  right: -42px;
}
.p50{
  padding: 40px 90px;
}
.text-box{
  background:rgba(197,0,0,1);
}
.about-box:nth-child(2n) .text-box{
  float: right;
  text-align: left;
}
.about-box:nth-child(2n) .text-box:after{
  left: -44px; 
}
.text-box-wrapper{
  /*padding: 50px;*/
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/*-----------------SERVICES---------------*/
.services-page .large-box{
width: 80%;
margin-left: 0;
background: #fff;
border: 1px solid rgba(197,0,0,1);
box-shadow: none;
}
.services-page .text-box{
  background: #fff;
  width: 90%;
  float: left;
}
.services-page .text-box a{
  display: inline-block;
}
.services-page .text-box img{
  float: left;
}
.services-page .text-box a{
  color: #000;
}
.services-page .text-box a.btn-a:hover {
  color:#ff0000;
  background:#fff;
}
.services-page .text-box::after {
  content: none;
}
.services-page .large-box h2, .services-page .large-box p{
  color: #000;
}
.services-page .large-box h2{
  float: left;
  padding-left: 15px;
}
.services-page .large-box h2:hover{
  color: #ff0000;
}
.services-page .text-box .p50{
  padding: 40px 40px;
}
.services-page .img-box{
  width: 40%;
  float: left;
}
.services-page .btn-a {
  position: relative;
  padding: 5px 15px 5px 30px !important;
  border: 1px solid #efefef !important;
}
.services-page .btn-a:before{
  content: url(../images/gray-plus.svg);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.services-page .large-box a span{
  border:none;
  color: #000;
}
.services-page .large-box a span:hover{
  color: #ff0000;
  background: #fff;
}
/*--------------------------NOVOSTI---------------------*/
.novosti-page .large-box{
width: 100%;
margin-left: 0;
background: #fff;
border: 1px solid rgba(228,0,0,0.1);
-webkit-box-shadow: -4px 13px 9px -10px #ececec;;
-moz-box-shadow: -4px 13px 9px -10px #ececec;;
box-shadow: -4px 13px 9px -10px #ececec;
/*background: #f3f3f3;*/
}
.novosti-page .text-box{
  background: transparent;
  width: 60%;
  float: left;
}
.novosti-page .text-box a{
  display: inline-block;
}
.novosti-page .text-box img{
  float: left;
}
.novosti-page .text-box a{
  color: #000;
}
.novosti-page .text-box::after {
  content: none;
}
.novosti-page .large-box h2, .novosti-page .large-box p{
  color: #000;
}
.novosti-page .large-box h2 {
  float: left;
  font-weight: 300;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.novosti-page .large-box h2:hover{
  color: #ff0000;
}
.novosti-page .text-box .p50{
  padding: 40px 40px;
}
.novosti-page .img-box{
  width: 40%;
  float: left;
  background: #fff;
  padding: 15px;
  margin: 25px;
}
.novosti-page a.btn-a{
  position: relative;
  padding: 5px 15px 5px 30px !important;
}
.novosti-page .text-box a.btn-a:hover {
  color: #ff0000;
  background: #fff;
  border:1px solid #f1f1f1;
}
.novosti-page a.btn-a::before{
  content: url(../images/gray-plus.svg);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.novosti-page .large-box a span{
  border:none;
  color: #ff0000;
}
.novosti-page .large-box a span:hover{
  color: #000;
  background: #fff;
}
.novosti-page .img-box{
  width: 30%;
  float: right;
  padding: 10px;
}
.novosti-page .img-box img{
  width: 100%;
}
.novosti-page .large-box:nth-child(2n) .text-box{
  float: right;
}
.novosti-page .large-box:nth-child(2n) .img-box{
  float: left;
}
/*--------------------NICRO HIGHLIGHTS-------------------*/
.text-section ul{
  padding-left: 40px;
  list-style: square;
}
.text-section ul li{
  padding-left: 10px;
}
.text-section strong{
  color: #ff0000;
}
.about-1 .gallery {
  margin-top: 50px;
  margin-right: 2%;
  width: 49%;
  float: left;
}
.about-1 .gallery .g30{
  width: 33%;
  float: left;
}
.about-1 .gallery img{
  width: 100%;
}
.video{
  width: 49%;
  float: left;
  margin-top: 50px;
}
.video iframe{
  width: 100%;
  height: 500px;
}
.headline-gv{
  float: left;
  width: 100%;
  border-bottom: 1px solid #bababa;
}
.headline-gv h3{
  font-weight: 400;
  font-size: 30px;
}
/*-----------------------ZASTO NICRO-----------------*/
.zasto-nicro h2{
  background: rgba(197,0,0,1);
  color: #fff;
  padding: 17px;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 300;
}
.zasto-nicro .gallery .g30{
  width: 20%;
}
.zasto-nicro .gallery {
  width: 100%;
  margin-bottom: 50px;
}
.text-section{
  float: left;
  width: 100%;
}
/*------------------------------------REFERENCE------------------*/
.ref-box{
  width: 47%;
  float: left;
  margin-right: 3%;
}
.ref-img{
  float: left;
  width: 20%;
}
.ref-text{
  width: 100%;
  float: left;
  text-align: left;
}
.bg-ref{
  padding: 50px 0;
}
.bg-ref:nth-child(2n){
  background: #f5f5f5;
}
.ref-wrapper{
  width: 100%;
  float: left;
}
.ref-text h2{
  font-weight: 300;
  color: #000;
  font-size: 30px;
  }
.cat-ref{
  background: rgba(197,0,0,1);
}
.cat-ref h2{
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  float: left;
  padding-left: 20px;
}
.cat-ref img{
  float: left;
  width: 100%;
  max-width: 42px;
  vertical-align: middle;
  margin-top: 14px;
}
.btn-ref {
  display: inline-block;
  float: left;
  margin: 10px 0;
  border: 1px solid rgba(197,0,0,1);
  padding: 5px 15px;
  background: transparent;
  color: rgba(197,0,0,1);
  font-size: 14px;
}
.btn-ref:hover{
  background: rgba(197,0,0,1);
  color: #fff;
  border:1px solid transparent;
}
/*--------------------------FARMACEUTSKA INDUSTRIJA-------------*/
.cr{
  background: rgba(197,0,0,1); 
}
.cr h1{
  color: #fff;
}
.farmaceutska-page, .prehrambena-page, .biofarmaceutska-page{
  margin-top: 50px;
}
.farmaceutska-page .large-box, .prehrambena-page .large-box, .biofarmaceutska-page .large-box{
  width: 100%;
}
/*-----------------------REFERENCA------------*/
.img-ref{
  float: left;
  width: 40%;
}
.img-ref img{
  width: 100%;
}
.referenca .text-section{
  float: right;
  width: 49%;
}
.referenca .gallery{
  width: 100%;
  float: left;
  margin-top: 50px;
}
.referenca .gallery .g30{
  width: 24.333%;
  float: left;
}
.bg-galerija{
  background: #f5f5f5;
  margin-top: 60px;
  padding-bottom: 60px;
}
.g-recaptcha {
 float: left;
 width: 100%;
 margin:20px 0;
}
.msg_1{
  float: left;
  width: 100%;
}
.msg_1 strong{
  color: #fff;
}
/*POČETAK RESPONSIVE */
@media screen and (-webkit-min-device-pixel-ratio:0) {}
@media only screen and (max-width: 1800px){
  .center-nav {max-width: 400px;}
  .center-nav ul li.skew-1 a,.center-nav ul li.skew-2 a, .center-nav ul li.skew-3 a {max-width: 480px;}
}
@media only screen and (max-width: 1500px) {
  .logo{max-width: 200px;}
  .main-content,.header{padding:10px;}
  .nav{margin-left:0;}
  .nav li a{padding:25px 15px;}
  .bread-crumbs {padding:15px;}
  .footer-logo {top: 29px;}
  .btnab {top: 20px;}
  #kontakt-forma{padding:15px;}
  .slide-text h2 {font-size: 40px;line-height: 46px;}
  .slide-text {left: 60%}
  .center-nav ul li.skew-1 a {background: url(../images/injection.svg) no-repeat 11% center;padding: 42px 0 0px 108px;margin: 3% 4%;max-width: 280px;-webkit-background-size: 45px;-moz-background-size: 45px;background-size: 45px;}
  .center-nav ul li.skew-2 a {background: url(../images/prehrambena.svg) no-repeat 12% center;padding: 42px 0 0px 113px;margin: 3% 4%;max-width: 300px;-webkit-background-size: 45px;-moz-background-size: 45px;background-size: 45px;}
  .center-nav ul li.skew-3 a {background: url(../images/biof.svg) no-repeat 15% center;padding: 42px 0 0px 76px;margin: 4% 4%;max-width: 280px;-webkit-background-size: 45px;-moz-background-size: 45px;background-size: 45px;}
  .center-nav ul li.skew-1:hover a {background: url(../images/injection-red.svg) no-repeat 11% center;-webkit-background-size: 45px;-moz-background-size: 45px;background-size: 45px;}
  .center-nav ul li.skew-2:hover a {background: url(../images/prehrambena-red.svg) no-repeat 12% center;-webkit-background-size: 45px;-moz-background-size: 45px;background-size: 45px;}
  .center-nav ul li.skew-3:hover a {background: url(../images/biof-red.svg) no-repeat 15% center;-webkit-background-size: 45px;-moz-background-size: 45px;background-size: 45px;}
}
@media only screen and (max-width: 1280px) {
  .center-nav {max-width: 300px;}
  .logo{max-width: 160px}
  .toggle { display:block;margin-top:26px;margin-left:8px;width:auto;background:url(../images/nav-after.png) no-repeat center left;padding-left:20px;color:#000;float:left; }
  .nav {display: none;padding:5px 0;margin-left:25px;width:100%;}
  .nav li, .nav li a {display:block;float: left;width:100%;}
  .nav li a {padding:5px 5px 5px 10px;}
  .language{padding:0;width:auto;position: absolute;top:40px;right:10px;}
  .nav li::after,.nav li:last-child::after {content:"";}
  .top-wrapper {margin-left: 3px;}
  .services-page .large-box{width:100%;}
  .side-nav {display: none;}
}
@media only screen and (max-width: 1240px) {
  .services { padding:20px; }
}
@media only screen and (max-width: 1200px) {
  .about-wrapper{width:100%}
  .defaulth2 h2{font-size:32px;line-height:38px;}
}
@media only screen and (max-width: 1099px){
  .center-nav {display: none;}
  .services h2{text-align: center;}
  .services-box { width:33%; }
  .footer-box {width: 33%;margin: 0;float: left;text-align: left;padding-left:30px;}
  .slide-text {max-width: 80%}
  .slide-text h2 {font-size: 34px;line-height: 40px;}
  .main-slider .bx-wrapper .bx-pager {display: block; bottom: 6% !important;right: 0 !important;left: auto !important;}
}
@media only screen and (max-width: 980px){
  .references-p, .wrap {width:100%;}
  .references-images-wrapper{width:24%;}
  .about-1 .gallery,.video{width: 100%}
  .ref-text{text-align: center;}
  .btn-ref{float: none;}
}
@media only screen and (max-width: 800px){
  .defaulth1 h1 { width:100%; }
  .bread-crumbs {padding:5px;}
  .w49{width: 100%;margin-left:0;}
  .g-recaptcha{left:16px;bottom:40px;}
  #kontakt-forma input.btn.send {float: right;margin-top: 13px;width: auto;padding: 10px;}
  .large-box-grey{width:100%;margin:3% 1%;}
  .novosti-page .text-box {width: 50%;}
  .novosti-page .img-box {width:50%;margin:0;}
  .about-wrapper {padding: 20px 0;}
}
@media only screen and (max-width: 700px){
  .services-box { width:45%; }
  .references-images-wrapper{width:32%;}
  .footer-box {width: 50%;}
  .btnab {position: absolute;right:55px;top:10px;}
  .btn-footer{float: none;}
  .footer-logo {float: left;width: 134px;position: absolute;left: 0;top: 20px;}
  .references {padding: 0 30px;}
  .p50 { padding: 20px;}
  .slide-text h2 {font-size: 24px;line-height: 30px;}
  .referenca .text-section {float: left;width: 100%;}
  .slide-text {left: 47%;}
}
@media only screen and (max-width: 640px){
  .references-overlay{display: block;}
  .g-recaptcha{bottom:130px;}
  #kontakt-forma input.btn.send {float: left;margin-top: 92px;width: 50%;}
}
@media only screen and (max-width:600px) {
  .toggle { width:100%;margin-top:6px; }
  .footer{padding:20px 0 0 0;}
  .footer-logo{display: none;}
  .copy {width: 100%;text-align: center;display: block;font-size: 14px;line-height: 20px;margin:20px 0 0 0;}
  .v {float: right;width: 100%;text-align: center;margin: 5px 0 15px 0;}
  .btnab {position: relative;right:auto;float:none;text-align: center;margin-bottom: 30px;}
  .btn-footer{float: none;}
  .footer-box{text-align:center;}
  .novosti-page .text-box {width: 100%;}
  .novosti-page .img-box {width:100%;margin:0;}
  .ref-box {width: 100%;margin:0 0 3% 0;}
  .cat-ref {text-align: center;}
  .slide-text {max-width: 100%;left:51%;}
  .slide-text h2 {font-size: 17px;line-height: 24px;}
  .slide-text span{font-size:12px; line-height: 16px;}
}
@media only screen and (max-width:480px) {
  .services-box {width: 90%;text-align: center;border-right: none;padding: 0;margin: 0 13px;}
  .services-box .w50{margin:0;}
  .services-box span {top: 182px;width: 90px}
  .references-images-wrapper{width:48%;}
  .footer-box {width: 100%;padding-left:0;}
  .services h2 {margin: 20px;}
  .cat-ref img{float: none;}
}
.cookie-container {
  background: rgba(0,0,0,0.8);
  bottom: 0;
  display: block;
  padding: 10px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
}
.cookie-container .center {
  padding: 10px 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cookie-container .center span {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.cookie-container .center p {
  display: inline;
  color: #fff;
  font-size:14px;
  line-height: 20px;
}
.cookie-container .center a {
  color: #446CB3;
  text-decoration: underline;
  transition: all 0.6s ease;
  font-size:14px;
  line-height: 20px;
}
@media (min-width:600px) {
  .cookie-container .center a {float: none;width: auto;}
}
.msg_2 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
}
.pregrada {
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 360px) {
.g-recaptcha {
   transform: scale(0.81);
   transform-origin: 0 0;
}
}
