body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #414a52;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #414a52;
}
h3, h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}

ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}


/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}

.logonav{
	width: 80px;
	height: 80px;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 20px;
	color: #03A1EB;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Arial Black', sans-serif;
}
#menu a.navbar-brand i.fa {
	font-size: 18px;
	color: #ffe885;
	vertical-align: top;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	padding: 30px;
	color: black;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'Arial Black', sans-serif;
	
}

#menu.navbar-default .navbar-nav > li > a:hover {
	color: white;
	transition-duration: 1s;
}
.on {
	background-color: #343b42 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #54d0dd;
	border-color: #54d0dd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	padding-bottom: 50px;
}
.btn-custom {
	text-transform: uppercase;
	color: white;
	background-color: #03A1EB;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: white;
	background-color: black;
	transition-duration: 0.7s;
}
.btn-default {
	text-transform: uppercase;
	color: white;
	background-color: #03A1EB;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: white;
	background-color: yellow;

}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/bgheader.jpg) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;


}

/* Header inox */
.introi {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/inox/bgheaderi.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.introi h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;

}

/* Header stepenista */
.intros {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/stepenista/bgheaders.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.intros h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	
}

/* Header nadstresnice */
.intron {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/nadstresnice/bgheadern.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.intron h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	
}

/* Header plastificiriane */
.introp {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/plastificirane/bgmetalne.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.introp h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	
}

/* Header 3D */
.intro3d {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/3D/bg3d.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.intro3d h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;

}

/* Header Aluminijske */
.introa {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/aluminijske/bgheadera.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.introa h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	
}

/* Header po narudzbi */
.intropn {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/ponarudzbi/bgheaderpn.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.intropn h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	
}

/* Header novo */
.intronovo {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/novo/slika3.jpg) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;

}
.intronovo h2 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	
}


/*================================*/
.section-title.center {
	padding: 10px 0 40px 0;
}
.intro h2 {
	color: black;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Arial Black', sans-serif;
}
.intro p {
	color: white;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	font-family: 'Arial Black', sans-serif;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
}

/* About Section */
#about {
	padding: 120px 0;
	background: black; /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='black', GradientType=0 ); /* IE6-9 */
}
#about .about-text {
	margin-left: 10px;
}
#about h2{
	font-size: 50px;
	color: #03A1EB;

}
#about img {
	float: right;
}
#about p {
	color: white;
	margin-bottom: 30px;
	line-height: 21px;
	font-family: 'Arial Black', sans-serif;
}

/* Portfolio Section */
#proizvodi {
	padding: 120px 0;
	background: white;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d0dd', endColorstr='#414a52', GradientType=0 ); /* IE6-9 */
	
}
.portfolioslika{
	width: 100%;
    height: 100%;
    object-fit: cover;

}

#proizvodi h2 {
	color: #03A1EB;
	font-size: 50px;
	
}
#proizvodi h1{
	text-align: center;
	font-family: 'Arial Black', sans-serif;
}

.categories {
	padding-bottom: 30px;
	text-align: center;
}

.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
.pregledajbtn {

	color: white;
	background-color: black;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 10px;
	margin-top: 20px;
	transition: all 0.3s;
}

.pregledajbtn:hover{
	background-color: #03A1EB;
	transition-duration: 1s;
}

/* obrada Section */
#obrada {
	padding: 120px 0;
	background: #F4F2F2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d0dd', endColorstr='#414a52', GradientType=0 ); /* IE6-9 */
	display: gird;

	
}
#obrada h2 {
	color: #03A1EB;
	font-size: 50px;
	
}
#obrada h1{
	font-family: 'Arial Black', sans-serif;
}
#obrada p{
	font-family: 'Arial Black', sans-serif;
}

.containersl{
	padding: 5rem;
}

.slider-wrapper {
    max-width: 1000px;
    height: 450px;
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    margin: auto;
    margin-top: 20px;
    position: relative;
    margin-bottom: 50px;
}

.slider-wrapper .slider-images {
	height: 100%;
}

.slider-wrapper .slider-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}

.slider-wrapper .slider-images img:first-child {
	display: block;
}

.slider-wrapper button {
    height: 65px;
    width: 65px;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    top: 40%;
    position: absolute;
	z-index: 999;
}

.slider-wrapper button .arrow {
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 10px;
    transition: transform 0.3s ease-out;
    outline: none;
    
}

.slider-wrapper #right-btn {
    right: 0;
}

.slider-wrapper #right-btn .arrow {
    transform: rotate(-45deg);
}

.slider-wrapper #left-btn {
    left: 0;
}

.slider-wrapper #left-btn .arrow {
    transform: rotate(135deg);
}

/* Kontakt Section */
#kontakt {
	padding: 120px 0;
	background: #F8FBF8;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d0dd', endColorstr='#414a52', GradientType=0 ); /* IE6-9 */
}
#kontakt h2 {
	color: #03A1EB;
	font-size: 50px;
	
}
#kontakt h1{
	font-family: 'Arial Black', sans-serif;
}
#kontakt p{
	font-family: 'Arial Black', sans-serif;
}
.user-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#kontakt a:hover{
	text-decoration: none;
}
.kontaktlogo{
	border-radius: 50%;
}

.contactform{
	margin: 50px 0;
}

.contactform input{
	border-radius: 25px;
}

.contactform textarea{
	border-radius: 15px;
}


.user-item2{
	/*background-color: white;*/
	margin: 50px 0;
	padding: 15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.icons{
	height: 15px;
}

/* footer Section */
#footer {
	width: 100%;
	padding: 120px 0;
	background: url(../img/bgheaderf.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

#footer p1{
	font-size: 15px;
	color: white;

}

#footer h1{
	font-size: 25px;
	color: white;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover{
	color: #03A1EB;
}


#footer p{
	font-size: 12px;
	color: white;
	text-align: left;
	

}

#footer h6{
	font-size: 15px;
	margin-top: 150px;
	color: white;
	text-align: left;
}



/*GALERIJA*/
.containerg{
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 8%;
}
.gallery{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px , 1fr));
	grid-gap: 30px;

}
.gallery img{
	width: 100%;

}

/*Responsive*/

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}

.google-map{
	width: 100%;
	height: 200px;
	float: left;
	padding: 5px;
	padding-bottom: 20px;
	
}

.portfolioslika{
	float: center;
	width: 380px;

}

.about-text{
	text-align: left;
	
}

.intro p{
	text-align: center;
	font-size: 15px;
}


.slider img{
	width: 80px;
	scroll-snap-align: start;
}

.containersl{
	padding: 1rem;
}

.user-item2{
	float: left;
}

#kontakt h2{
	text-align: center;
	font-size: 30px;
}

#footer {
	width: 100%;
	padding: 120px 0;
	background: url(../img/bgheaderf.png) no-repeat center bottom;
	background-color: #343b42;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}

}

