body {
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x:hidden;
}


.navbar {
border: none;
height: 98px;
box-shadow: 0 0 5px gray;
}

.navbar-default {
background-color: white;
border-color: #e7e7e7;
box-shadow: 0 0 5px grey;
}

.navbar-nav {
float: right;
margin: 0;
}

ul.nav.navbar-nav li a {
height: 98px;
vertical-align: middle;
line-height: 98px;
padding: 0 20px;
}

ul.nav.navbar-nav li a {
height: 98px;
vertical-align: middle;
line-height: 98px;
padding: 0 20px;
font-size: 17px;
color: black;
-webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

ul.nav.navbar-nav li a:hover {
background:whitesmoke;
-webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #009ddc;
background-color: transparent;
}




body {
	/*background: url(../img/back.jpg) no-repeat center top;*/
	background-size: 100%;
	padding-top:98px;
}

/*SECTION BANNER*/
section#header-banner {
min-height: 550px;
text-align: right;
background: url(../img/home-banner-veci.jpg) no-repeat center top;
}

.kontakt span.normal {
	display: block;
	margin-top:10px;
}


section.kontakt#header-banner {
min-height: 360px;
text-align: right;
background: url(../img/kontakt-header.jpg) no-repeat center top;
}

section.proces-proizvodnje#header-banner {
min-height: 360px;
text-align: right;
background: url(../img/proces-proizvodnje-header.jpg) no-repeat center top;
}

section.usluge#header-banner {
min-height: 360px;
text-align: right;
background: url(../img/usluge-header.jpg) no-repeat center top;
}

section.proizvodi-i-reference#header-banner {
min-height: 360px;
text-align: right;
background: url(../img/proizvodi-i-reference-header.jpg) no-repeat center top;
}


section.eco-binding#header-banner {
min-height: 360px;
text-align: right;
background: url(../img/eco-binding-header.jpg) no-repeat center top;
}




section.o-nama#header-banner {
min-height: 360px;
text-align: right;
background: url(../img/o-nama-header.jpg) no-repeat center top;
}


section#header-banner h2 {
margin-top: 100px;
font-weight: 600;
color:white;
font-size: 48px
}


section.proces-proizvodnje#header-banner h2 {
margin-top: 100px;
font-weight: 600;
color:white;
font-size: 48px
}

section.o-nama#header-banner h2 {
margin-top: 100px;
font-weight: 600;
color:white;
font-size: 48px
}

section.proizvodi-i-reference#header-banner h2 {
margin-top: 100px;
font-weight: 600;
color:white;
font-size: 48px
}

section.usluge#header-banner h2 {
margin-top: 100px;
font-weight: 600;
color:white;
font-size: 48px
}

section.eco-binding#header-banner h2 {
margin-top: 100px;
font-weight: 600;
color:white;
font-size: 48px
}

section.kontakt#header-banner h2 {
margin-top: 100px;
font-weight: 600;
color:white;
font-size: 48px
}


.banner-text h3 {
font-family: Lora;
color: white;
font-size: 20px;
font-style: italic;
margin-top: 40px;
}

section#header-banner h2 span {
color:#ff5249;
}


/*SECTION BANNER*/

section#calculation {
background: #1c202b;
display: none;
}

#calculation a {
text-align: center;
display: block;
color: white;
cursor: pointer;
text-transform: uppercase;
font-size: 24px;
line-height: 110px;
}

#calculation a:hover {
text-decoration: none;
}

#calculation {
color: white;
text-align: center;
position: relative;
}


span.arrow-up i, span.arrow-down i {
position: absolute;
top: -32px;
/* width: 30px; */
/* height: 30px; */
/* width: 80px; */
/* height: 50px; */
background: #1c202b;
vertical-align: middle;
padding: 10px 23px 30px 23px;
border-radius: 50%;
left: 50%;
margin-left: -35px;
}

/*SECTION PROCESS */
#process {
padding: 20px 0 50px 0;
background: whitesmoke;
}

.swiper-slide p.title {
font-size: 50px;
font-weight: 700;
margin-top: 60px;
}

.swiper-slide p {
	font-size: 18px;
}

.button {
font-size: 12px;
text-transform: uppercase;
padding: 10px 20px;
display: inline-block;
margin-top: 20px;
background: #ff5249;
color: white !important;
border-radius: 3px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: relative;
outline: 0 !important;
box-shadow: none !important;
text-decoration: none !important;
}


.button-white {
font-size: 12px;
text-transform: uppercase;
padding: 10px 20px;
display: inline-block;
margin-top: 20px;
background: #009ddc;
color: white !important;
border-radius: 3px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: relative;
outline: 0 !important;
box-shadow: none !important;
text-decoration: none !important;
}


/*.button i {
font-size: 18px;
position: absolute;
top: 50%;
margin-top: -8px;
right: 3px;
visibility: hidden;
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}*/

.button:hover {
	text-decoration: none;
	background: #009ddc;
	color:white;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*.button:hover i {
	visibility: visible;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  right:15px;
}*/


.button2 {
	min-width: 150px;
font-size: 12px;
text-transform: uppercase;
padding: 10px 20px;
display: inline-block;
margin-top: 20px;
background: #009ddc;
color: white !important;
border-radius: 3px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: relative;
outline: 0 !important;
box-shadow: none !important;
text-decoration: none !important;
}



.button2:hover {
	min-width: 150px;
	text-decoration: none;
	background: #ff5249;
	color:white;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button-padding {
	padding-left:20px;
	padding-right:20px;
	display: inline-block;
}

.kontakt {
	padding-bottom: 30px;
}



#kontakt2 {
	margin-top:60px;
	margin-bottom: 20px;
}

#kontakt2 a {
color: #ff5249;
}

#kontakt2 .italic {
margin-top:20px;
display: block;
}

.left{
	text-align: left;
}
span.number {
display: block;
text-align: center;
width: 40px;
height: 40px;
line-height: 38px;
border: 1px solid #909090;
border-radius: 50px;
/* padding: 25px; */
vertical-align: middle;
font-size: 20px;
color: #909090;
margin: 0 auto 5px auto;
}

.swiper-pagination-switch {
display: inline-block;
margin:0 45px;
cursor: pointer;
font-size: 16px;
width: 93px;
}

.pagination {
display: block;
text-align: center;
font-size: 14px;
color: #909090;
}

.swiper-pagination-switch.active {
color:#009ddc;
	}

.swiper-pagination-switch.active .number {
background:#009ddc;
border: 1px solid #009ddc;
	}

.swiper-slide img {
max-height: 350px;
float: right;
margin-right: 60px;
margin-top: 40px;
}

/*CLIENTS*/
.swiper-container-clients {
	overflow: hidden;
}

#clients {
	background: white;
}

.swiper-container-clients .swiper-slide img {
	margin: 0;
}

/*PRODUCTS*/
#products .col-md-4, #products .col-sm-6 {
padding: 0;
}


#alati .img-responsive {
	margin: 10px auto;
}

#alati {
	text-align: center;
}

/*.fascikle .alati {
	min-height: 250px;
}*/

.krugovi a {
	background-color: #009ddc;
	color: white;
	display: inline-block;
	padding: 10px 20px;
	margin: 0 5px;
	margin-bottom: 10px;
}

/*.fascikle .alati {
	min-height: 300px;
}

.koverte .alati {
	min-height: 250px;
}*/

#alati h3 {
	margin: 50px 0 40px 0;
}

/*FOOTER*/

.footer {
	background: #1c202b;
	padding-top: 50px;
}

.treca li {
	font-size: 13px;
}

.treca ul span {
	font-size: 13px!important;
}

.treca ul a {
	color:#88939a!important;
}


.footer ul {
padding: 0;
list-style: none;
line-height: 30px;
}

.footer ul a, .footer p {
color:white;
/*text-transform: uppercase;*/
font-size: 12px;
line-height: 30px;
margin: 0;
}

.footer .navbar-brand {
	padding-top:0;
}

.contact-col ul {
	color: #88939a;
	font-size: 12px;
}

.contact-col ul span {
	color: white;
	font-size: 12px;
}

.copyright {
background: #171a20;
padding: 10px;
margin-top: 30px;
}

.copyright p {
padding-left: 15px;
color:#515762;
font-size: 12px;
text-transform: capitalize;
}


#novcanik h2 {
margin-top: 10px;
}

.foto {
	margin-top:30px;
	padding-top:30px;
	border-top: 1px solid whitesmoke;
}

.foto img {
	margin-bottom: 30px;
}




/* SECTION PERCENTAGE */

#percentage {
padding: 50px 0;
}

p.percentage-title {
font-size: 16px;
font-family: Lora;
font-style: italic;
margin-bottom: none;
}

p.percentage-title i {
color:#ff5249;
margin-right:5px;
}

.percentage-row span {
font-size: 70px;
font-weight: 700;
line-height: 70px;
}

.percentage-row  {
font-weight: 300;
font-size: 65px;
}

.center-percentage {
margin: 0 auto;
max-width: 150px;
}


.hidden-box {
     opacity:1;
}

.visible-box {
     opacity:1;
}


.red {
color: #ff5249;
}

.gray {
	color: #4a505e;
}

.green {
color: #00ab53;
}

.blue {
color: #009ddc;
}

#clients {
	text-align: center;
	margin-bottom:60px;
}

#clients h2 {
font-size: 40px;
font-weight: 700;
margin-top: 80px;
margin-bottom: 20px;
}

#clients p {
	font-size:16px;
	font-family: Lora;
	font-style: italic;
}

#clients p .red {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}


/*  text ispod banera  */


#below-banner {
	text-align: center;
	background: whitesmoke;
	padding: 40px 0 60px 0;
}

#below-banner h2 {
font-size: 40px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 20px;
}

#below-banner p {
	font-size:16px;
	font-family: Lora;
	font-style: italic;
}

#below-banner p .red {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}


#blue-section {
	background: #1c202b;
}

#blue-section .box1 {
	padding: 20px 70px 65px 0px;
}


#blue-section .box2 {
	padding: 20px 20px 65px 50px;
}

#blue-section h2 {
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 20px;
	font-family: Lora;
	font-style: italic;
	text-align: center;
}


#blue-section p {
	font-size: 15px;
	color: white;
	font-weight: 300;
	text-align: center;
}









#below2 {
	text-align: center;
	background: white;
	padding: 40px 0 0px 0;
}

#below2 h2 {
font-size: 40px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 20px;
}

#below2 p {
	font-size:16px;
	font-family: Lora;
	font-style: italic;
}

#below2 p .red {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}




/* Stampa */

#stampa {
	background: white;
}


#stampa h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0px;
}

#stampa p {
	font-size:16px;
	line-height: 120%

}

#stampa p .red {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}

#stampa img {
	padding-top: 45px;
	padding-left: 45px;

}

#stampa.o-nama{
	padding-top: 50px;
	padding-bottom: 50px;
}


/*  Dorada */ 


/*#dorada {
	text-align: center;
	padding: 40px 0 10px 0;
}

#dorada h2 {
font-size: 40px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 20px;
}

#dorada p {
	font-size:16px;
	font-family: Lora;
	font-style: italic;
}

#dorada p .red {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}*/



.top span.italic {
	color: #009ddc;
	font-size: 20px;
}

.top div.normal {
	font-size: 13px!important;
}



#dorada2 {
	background: white;
	text-align: center;
	margin-bottom: 90px;
}


#dorada2 h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 5px;
}

#dorada2 p {
	font-size:16px;
	line-height: 120%

}

#dorada2 p .red {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}

#dorada2 img {
	padding-top: 45px;
	padding-left: 45px;

}

#o-nama {
	background: white;
	margin-bottom: 90px;
}


#o-nama h2 {
font-size: 40px;
font-weight: 700;
margin-bottom: 20px;
margin-top: -10px;
}

#o-nama p {
	font-size:16px;
	line-height: 120%

}






/* USLUGE */


#below-usluge {
	text-align: center;
	background: whitesmoke;
	padding: 40px 0 60px 0;
}

#below-usluge h2 {
font-size: 40px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 20px;
}

#below-usluge p {
	font-size:16px;
	font-family: Lora;
	font-style: italic;
}

#below-usluge p .red {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}

#below-usluge .txt {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	padding-top: 35px;

}



#blue-usluge {
	background: #1c202b;
}

#blue-usluge .box1 {
	padding: 20px 30px 70px 20px;
}


#blue-usluge .box2 {
	padding: 20px 35px 70px 35px;
}

#blue-usluge .box3 {
	padding: 20px 20px 70px 30px;
}

#blue-usluge h2 {
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 20px;
	font-family: Lora;
	font-style: italic;
	text-align: center;
}

#blue-usluge div p {
		font-size: 16px;
}

#blue-usluge h3 {
	padding-top: 15px;
	padding-bottom: 25px;
	color:white;
	font-size: 20px;
	font-family: Lora;
	font-style: italic;
	text-align: center;
}



#blue-usluge p {
	font-size: 15px;
	color: white;
	font-weight: 300;
	text-align: center;
}




#blue-kontakt {
	background: #1c202b;
}




#blue-kontakt h2 {
	padding-bottom: 30px;
	font-size: 16px;
	font-family: Lora;
	color: white;
	font-style: italic;
	text-align: center;
}

#blue-kontakt div p {
	text-align: left;
		font-size: 16px;
}

#blue-kontakt h3 {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 16px;
	text-align: center;
}



#blue-kontakt p {
	font-size: 15px;
	color: white;
	font-weight: 300;
	text-align: center;
}



#usluge-box {
	padding-top: 60px;
	padding-bottom: 10px;
}

#usluge-txt p {
	padding: 65px 0 90px 0;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center

}


#blue-usluge p.txt-inside-blue {
	font-size: 34px;
	padding-top: 60px;
	padding-bottom: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}


#blue-usluge img.ikonice-blue {
padding-top: 70px;
padding-bottom: 70px;
}

#blue-usluge.eco-bind p {
	margin: 0;
	text-align: left; 
}




.blue-box {
	
	height:144px;
	background-color: #009ddc;
	margin-bottom: 20px;
	text-align: center;
	color: white;
	padding: 20px 15px 15px 15px;

}

.col-md-4.blue-box.middle {
margin-left: 60px ;
margin-right: 60px;
}

#usluge-box .normal {
	font-size: 15px;
}

span.italic {
font-size: 16px;
font-family: Lora;
font-style: italic;
margin-bottom: none;
}

span.normal {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;

}


/* galerija */

section#products.gallery {
	padding-top: 25px;
	padding-bottom: 100px;
}


.dugme {
	color: white;
	background-color: #ff5249;
	font-size: 12px;
	font-weight: light;
	font-style: arial;
	letter-spacing: 1px;
}

section#products.gallery.row {
	margin: 0px;
	padding: 0px;
}

img.img-responsive.sveska {
	margin: 0 auto;
	padding-bottom: 60px
}



.eco-bind-fsc {
	/*padding-left: 90px;*/
	margin: 0 auto;
}


#products .col-md-2 {
	padding:0;
}

#products .col-sm-3 {
	padding:0;
}

#products .col-xs-6 {
	padding:0;
}

/*FORM*/

form {
text-align: left;
}

#calculation p {
	font-size: 15px;

}

span.form-label {
font-size: 14px;
font-weight: 700;
display:block;
}

h3.section-title {
margin: 40px 0 20px 0;
/* font-weight: 300; */
text-transform: uppercase;
font-size: 20px;
color: #009ddc;
}

button.button {
margin-top: 0;
padding: 8px 20px;
border: none;
}

.form-control {
	border-radius:3px;
}


/* icons */

.icon-text {
display: inline-block;
width: 20px;
vertical-align: middle;
margin-right: 20px;
text-align: center;
font-size: 20px;
}

.icon-text-small {
display: inline-block;
width: 20px;


text-align: center;
margin-right: 20px;
font-size: 18px;
}

.icon-text-contact {
display: inline-block;
width: 20px;
text-align: center;
margin-right: 10px;
font-size: 20px;	
}





.white-left {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid gray;
max-width: 350px;
}



.white-left:last-child {
	border-bottom: none;
}

.eco-box {
	padding-bottom: 30px;
}

.contact {
text-align: center;
color: white;
padding-bottom: 50px;
}

.contact .col-md-4 {
	padding-bottom: 30px;
}


section#blue-usluge.span {
	color:white;
}

.center-padding {
	text-align: center;
	color:white;
}

#home .col-md-5 p {
	margin-left: -40px;
}

#home .col-md-5 a {
	margin-left: -40px;
}

.novcanik img.img-responsive {
	margin: 0 auto;
}

/*MODAL HEADER*/

#home .modal-header p.title {
font-size: 30px;
margin-bottom: 0;
}

#home .modal-content {
	border-radius:0;
}

#home .modal-header {
min-height: 16.43px;
padding: 5px 15px;
border-bottom: 1px solid #e5e5e5;
background: whitesmoke;
}

#home .modal-dialog {
width: 100%;
margin: 60px auto;
max-width: 1000px;
}

#home .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
}
 
#home .video-container iframe,
#home .video-container object,
#home .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home .modal-header .close {
margin-top: 10px;
}

#home .success-div a {
	display: none;
}


.blue-box.top {
	background-color: whitesmoke;
	height: 165px;
	color: black;
}




#kontakt .modal-header p.title {
font-size: 30px;
margin-bottom: 0;
}

#kontakt .modal-content {
	border-radius:0;
}

#kontakt .modal-header {
min-height: 16.43px;
padding: 5px 15px;
border-bottom: 1px solid #e5e5e5;
background: whitesmoke;
}

#kontakt .modal-dialog {
width: 100%;
margin: 60px auto;
max-width: 1000px;
}

#kontakt .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
}
 
#kontakt .video-container iframe,
#kontakt .video-container object,
#kontakt .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#kontakt .modal-header .close {
margin-top: 10px;
}





.omot {
	text-align: center;

}










#products .modal-header p.title {
font-size: 30px;
margin-bottom: 0;
}

#products .modal-content {
	border-radius:0;
}

#products .modal-header {
min-height: 16.43px;
padding: 5px 15px;
border-bottom: 1px solid #e5e5e5;
background: whitesmoke;
}

#products .modal-dialog {
width: 100%;
margin: 60px auto;
max-width: 1000px;
}

#products .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
}
 
#products .video-container iframe,
#products .video-container object,
#products .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#products .modal-header .close {
margin-top: 10px;
}













#myModalNovcanik .modal-header p.title {
font-size: 30px;
margin-bottom: 0;
}

#myModalNovcanik .modal-content {
	border-radius:0;
}

#myModalNovcanik .modal-header {
min-height: 16.43px;
padding: 5px 15px;
border-bottom: 1px solid #e5e5e5;
background: whitesmoke;
}

#myModalNovcanik .modal-dialog {
width: 100%;
margin: 60px auto;
max-width: 1000px;
}

#myModalNovcanik .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
}
 
#myModalNovcanik .video-container iframe,
#myModalNovcanik .video-container object,
#myModalNovcanik .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#myModalNovcanik .modal-header .close {
margin-top: 10px;
}









.o-nama-plus {
padding: 50px 0;
margin: 0 auto;
}

.o-nama-plus-mobile {
display: none;
}


p.percentage-small.wide {
	width: 170px;
}




button#dropdownMenu1 {
border: none;
margin-top: 31px;
padding-right: 0;
background: none;
}

button#dropdownMenu1:hover, button#dropdownMenu1:active {
background: none;
border:none;
outline: none;
box-shadow: none;
}


.btn .caret {
margin-left: 5px;
color: lightgrey;
}


.dropdown.lang.open a {
height: auto;
line-height: normal;
padding: 0 10px;
}

.lang .dropdown-menu {
	min-width: initial;
	width: auto;
	background: whitesmoke;
	border: none;
	border-radius: 0;
	left: 2px;
}

.dropdown.lang {
margin-left: 15px;
}


/*NEW COPY STYLES UNPLUGABLE*/
.margin-right {
	margin-right:40px;
}

.copyright {
  padding: 20px;
}

.copyright p {
  height: 58px;
  line-height: 58px;
}

.copyright img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 70px;
    /*filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity:0.4;*/
}
.copyright img:hover{
  	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	opacity: 1;
}


.logos {
	width:100%;
	max-width:294px;
	height: 58px;
	background: url(../img/spojeno.png) no-repeat 0 0;
	/*-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;*/
}

.logos:hover {
	width:100%;
	max-width:294px;
	height: 58px;
	background: url(../img/spojeno.png) no-repeat 0 -58px;
	/*-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;*/
}


@media all and (max-width:1200px) {

.swiper-pagination-switch {
margin: 0 40px;
width: 93px;
}

ul.nav.navbar-nav li a {
padding: 0 10px;
}

}

@media all and (max-width:991px) {

#eco-binding .modal-dialog {
width: auto;
margin: 60px 10px;
}

#home .col-md-5.col-sm-6 p {
	margin-left: 0px;
}

#home .col-md-5.col-sm-6 a {
	margin-left: 0px;
}

#home .modal-dialog {
width: auto;
margin: 60px 10px;
}

ul.nav.navbar-nav li a {
padding: 0 10px;
font-size: 15px;
}

.swiper-slide img {
float: none;
}

.swiper-pagination-switch {
margin: 0 10px;
}

.swiper-pagination-switch.active {
margin: 0 20px;
}

#o-nama p.green {
text-align: center;
}

#blue-section .box1 {
padding: 0;
}

#blue-usluge.eco-bind p {
margin: 0;
text-align: center;
}

.white-left {
max-width: 100%;
text-align: center;
}

a.navbar-brand img {
width: 70px;
margin-top: 0;
}

ul.nav.navbar-nav li a {
padding: 5px;
font-size: 13px;
}

.navbar {
border: none;
height: 78px;
box-shadow: 0 0 5px gray;
}

ul.nav.navbar-nav li a {
height: 78px;
line-height: 78px;
}

button#dropdownMenu1 {
margin-top: 25px;
}

body {
padding-top: 78px;
}


}

@media all and (max-width:767px) {


span.number {

font-size: 14px;
width: 30px;
height: 30px;
line-height: 28px;

}

section#header-banner h2 {
margin-top: 50px;
font-size: 38px;
}

section#header-banner {
min-height: 350px;

}

.swiper-pagination-switch {
margin: 0 0px;
font-size: 12px;
width: 75px;
}

.swiper-pagination-switch.active {
	margin: 0 10px;
}

.swiper-slide img {
margin: 0 auto;
}

.swiper-slide p.title {
font-size: 35px;
margin-top:40px;
}

#percentage .col-xs-6 {
	margin-bottom:20px;
}

.navbar-header {
height: 78px;
}

.navbar-toggle {
margin-top: 22px;
}

.navbar-collapse.collapse, .navbar-collapse.collapsing {
background: whitesmoke;
}

.navbar-nav {
float: none;
margin: 0;
text-align: center;
}

ul.nav.navbar-nav li a {
padding: 15px 10px;
font-size: 15px;
line-height: normal;
height: auto;
}

#blue-usluge .box1, #blue-usluge .box2, #blue-usluge .box3 {
padding: 0;
padding-bottom: 20px;
}

.footer {
	text-align: center;
}

.o-nama-plus {
display: none;
}

.o-nama-plus-mobile {
display: block;
padding: 50px 0;
margin: 0 auto;
}

button#dropdownMenu1 {
border: none;
margin-top: 15px;
padding-right: 0;
background: none;
padding: 0;
}

.dropdown.lang.open a {
	padding-left:0 !important;
	text-align: center;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
max-height: 80%;
padding-bottom: 10px;
}

.margin-right {
  margin-right: 10px;
}

.copyright p {
  height: auto;
  line-height: initial;
  margin-top: 20px;
  text-align: center;
}


}

@media all and (max-width:500px) {

.swiper-pagination-switch {
margin: 0px;
font-size: 12px;
width:70px;
}

}

@media all and (max-width:480px) {

section#header-banner h2 {
margin-top: 20px;
font-size: 28px;

}

#home .col-md-5.col-sm-6 p {
	margin-left: 0px;
}

#home .col-md-5.col-sm-6 a {
	margin-left: 0px;
}

.banner-text h3 {
font-size: 17px;
}

	span.number {
font-size: 14px;
width: 30px;
height: 30px;
line-height: 28px;
}

.swiper-pagination-switch {
margin: 0px;
font-size: 14px;
width: 50px;
height: 30px;
overflow: hidden;
}

.swiper-pagination-switch.active {
		margin: 0px;
	}

a.navbar-brand img {
width: 70px;
}

.navbar {
border: none;
height: 78px;
box-shadow: 0 0 5px gray;
margin: 0;
}

.navbar-header {
height: 78px;
}

body {
padding-top: 78px;
}

.navbar-toggle {
margin-top: 20px;
}

section.o-nama#header-banner h2, section.usluge#header-banner h2, section.proces-proizvodnje#header-banner h2, section.eco-binding#header-banner h2, section.proizvodi-i-reference#header-banner h2, section.kontakt#header-banner h2 {
font-size: 28px;
}

section.o-nama#header-banner, section.usluge#header-banner, section.proces-proizvodnje#header-banner, section.eco-binding#header-banner, section.proizvodi-i-reference#header-banner, section.kontakt#header-banner  {
min-height: 280px;
}

#below-usluge h2 {
font-size: 30px;
}

#below2 h2 {
font-size: 30px;
}

#blue-usluge p.txt-inside-blue {
font-size: 20px;
}

#below-banner h2 {
font-size: 30px;
}

#blue-section .box2 {
padding: 20px 0 30px 0;
}

#blue-usluge .box1, #blue-usluge .box2, #blue-usluge .box3 {
padding: 0 15px 20px 15px;
}

#stampa img {
padding-top: 0;
padding-left: 0;
margin-top: 30px;
}

.copyright {
  padding: 20px 0;
}

}

@media all and (max-width:360px) {

	.swiper-pagination-switch.active {
		margin: 0px;
	}

	span.number {
font-size: 14px;
width: 30px;
height: 30px;
line-height: 28px;
}

.swiper-pagination-switch {
margin: 0px;
font-size: 14px;
width: 50px;
height: 30px;
overflow: hidden;
}


#home .col-md-5.col-sm-6 p {
	margin-left: 0px;
}
#home .col-md-5.col-sm-6 a {
	margin-left: 0px;
}



}

@media all and (max-width:360px) {
.logos {
	width:100%;
	max-width:initial;
	height: 58px;
	background: url(../img/spojeno2.png) no-repeat 0 0;
	/*-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;*/
}

.logos:hover {
	width:100%;
	max-width:initial;
	height: 58px;
	background: url(../img/spojeno2.png) no-repeat 0 -58px;
	/*-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;*/
}

}