*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
.dugme-home img{
	width: 20px;
}
.dugme-home{
	width: 40px;
	transition: .5s;
	cursor: pointer;
	padding: 8px;
	background-color: #c1c1c1;
	color: black;
	right: 2%;
	position: fixed;
	text-align: center;
	bottom: 5%;
	display: block;
	border-radius: 50px;
}
.dugme-home:hover{
	background-color: #333;
}
#logo{
	width: 25%;
	float: left;
}
#logo img{
	margin-top: 20px;
	width: 100%;
	float: left;
}
#menu{
	float: right;
	padding-top: 20px;
	display: block;
	z-index: 1;
}
.meni{
	float: left;
	padding: 0px 5px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 15px;
	transition: .5s all;
	color: #272727;
	display: block;
	text-decoration: none;
}
.meni:hover{
	color:#c1c1c1;
}
#nav-glaven{
	background-color:white;
	position: absolute;
	width: 100%;
	position: fixed;
	z-index: 1000;
	word-spacing: 5px;
	padding: 10px 20px;
}
#nav-glaven:after{
	display: block;
	content: '';
	clear: both;
}
#navigation{
	width: 90%;
	margin:0 auto;
}
#navigation:after{
	clear: both;
	display: block;
	content: '';
}
#glaven-slider:after{
	display: block;
	content: '';
	clear: both;
}
.bx-wrapper{
	overflow: hidden;
	border:0;
	margin-bottom: 0;
	margin-top: 0;
	background: transparent;
	height: 100vh;
}
.bxslider img{
	width: 100%;
	height: 100vh;
	display: block;
}
.naslov-tekst{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.header-naslov{
	width: 100%;
	font-size: 80px;
	line-height: 1;
	color: white;
	margin-left: 5%;
	float: left;
	letter-spacing: 5px;
}
.header-tekst{
	width: 60%;
	font-size: 20px;
	color: white;
	margin-left: 5%;
	line-height: 30px;
	letter-spacing: 2px;
}
.dugme:hover{
	background-color: transparent;
	color: white;
}
.dugme{
	border:1px solid #c1c1c1;
	transition: .5s;
	cursor: pointer;
	padding:10px;
	width: 220px;
	background-color: #c1c1c1;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 5%;
	margin-top: 1%;
	color: white;
	display: block;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: transparent;
    margin: auto;
    width: 75%;
}

/* The Close Button */
.close {
	display: none;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#catalogMain{
	padding: 40px 0px;
}
#catalogMain::after{
	display: block;
	content: '';
	clear: both;
}
#flipbook img{
	width: 100%;
}
.catalog img{
	width: 100%;
}
#services-glaven{
	padding: 40px 0px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#services-glaven:after{
	clear: both;
	display: block;
	content: '';
}
#naslov-services{
	color: #333;
	text-align: center;
	font-size: 42px;
}
.services{
	width: 33%;
	float: left;
	padding: 40px 0px;
}
.slika-services{
	float: left;
	margin-right:30px;
}
.services-tekst{
	text-align: left;
}
.services-tekst p{
	width: 90%;
	padding: 20px 0px;
	color: grey;
}
.services h3{
	color: #333;
}
#catalogBg{
	background-image: url(images/6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 70vh;
	position: relative;
}
#catalogBg a{
	top: 35%;
	font-size: 32px;
	left: 35%;
	margin-left: 0;
	margin-top: 0;
	width: 500px;
	padding: 20px 0px;
	transform: translate(-50%, 50%);
	position: absolute;
}
#about-us{
	background-image: url(images/bgslika.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#about-us-tekst:after{
	display: block;
	clear: both;
	content: '';
}
#about-us-tekst{
	width: 90%;
	padding: 60px 200px;
	text-align: left;
}
#about-us-tekst h1{
	padding: 40px 0px;
	font-size: 42px;
	color: white;
}
#about-us-tekst h4{
	padding-bottom:20px;
	font-size: 20px;
	font-weight: 200;
	width: 100%;
	color: white;
}
#about-us-tekst p{
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: white;
}
#about-us-tekst a{
	margin: 0;
	margin-top: 40px;
}
#gallery-glaven{
	width: 100%;
    background: #f8f8f8;
    /* padding: 20px 0px; */
}
#gallery-glaven h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 400;
	padding: 20px 0px;
}
.sliki-glavenHome{
	width: 100%;
	margin:0 auto;
}
.sliki-glavenHome::after{
    display: block;
    content: '';
    clear: both;
}
.sliki-glavenHome a{
    background-color: transparent !important;
}
.slikiHome{
	/* margin-right: 15px; */
    width: 33.33%;
    float: left;
	/* margin-bottom: 10px; */
}
.slikiHome img{
    width: 100% !important;
    /* height: auto !important; */
    /* border-radius: 5px; */
	display: block;
	transition: .5s;
}
.slikiHome img:hover{
	filter: brightness(50%);
}
.slikiHome:nth-child(5n){
	margin-right: 0 !important;
}
.slikiHome:nth-child(11n){
	margin-right: 0 !important;
}
.sliki-glavenHome:after{
	display: block;
	content: '';
	clear: both;
}
/* galerija */
#gallery-glaven1{
    padding: 50px 0px;
    background-color: #fdfdfd;
}
#galleryContainer{
    width: 90%;
    margin: 0 auto;
}
#galleryContainer::after{
    display: block;
    content: '';
    clear: both;
}
.slikaGalerija{
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    height: 300px;
}
.slikaGalerija img{
    width: 100%;
    transition: .5s;
    height: 300px;
}
.slikaGalerija img:hover{
    filter: brightness(50%);
}
.galerija1{
    width: 40%;
}
.galerija2{
    width: 20%;
}
.galerija3{
    width: 30%;
}
#projects{
	width: 100%;
	text-align: center;
}
#projects:after{
	display: block;
	content: '';
	clear: both;
}
#projects h1{
	padding-top: 40px;
	font-size: 45px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.card{
	width:33%;
	padding: 40px 0px;
	float: left;
}
.front img{
	width: 80%;
}
.back img{
	width: 80%;
	filter: brightness(50%);
}
.back{
	position: fixed;
}
.hover-tekst{
	padding: 30px 0px;
	text-align: left;
	position: absolute;
	width: 200px;
	color: white;
	z-index: 100;
	left: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.hover-tekst h2:hover{
	color: #c1c1c1;
	transition: .5s;
	cursor: pointer;
}
.hover-tekst a{
	width: 150px;
	font-size: 15px;
	margin-left: 0;
	margin-top: 10px;
}
.hover-tekst p{
	padding: 20px 0px;
	font-size: 15px;
}
.back:hover .hover-tekst{
	opacity: 1;
	color: white;
}
#projects-testimonials-glaven{
	width: 100%;
	background-color: #f8f9f9;
	padding: 40px 0px;
}
#projects-testimonials-glaven:after{
	display: block;
	content: '';
	clear: both;
}
#projects-testimonials{
	width: 90%;
	margin: 0 auto;
}
#upcoming-projects-glaven{
	width: 100%;
	float: left;
}
#upcoming-projects-glaven::after{
	display: block;
	content: '';
	clear: both;
}
#upcoming-projects-glaven h1{
	text-align: center;
	padding-bottom: 40px;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 400;
}
.upcoming-projects{
	width: calc(25% - 10px);
	margin-right: 10px;
	float: left;
}
.upcoming-projects::after{
	display: block;
	content: '';
	clear: both;
}
.upcoming-projects:nth-child(5n){
	margin-right: 0 !important;
}
.upcoming-projects img{
	width: 100%;
	border-radius: 5px;
}
.upcoming-projects h2{
	padding:10px 0px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
.upcoming-projects p{
	font-size: 15px;
	width: 90%;
	text-transform: uppercase;
	color: grey;
}
.downloadCatalog{
	width: 90%;
	clear: both;
	padding: 50px 0px;
	margin: 0 auto;
}
.downloadCatalog::after{
	display: block;
	content: '';
	clear: both;
}
.catalog{
	width: 50%;
	float: left;
}
.catalog h2{
	color: #333;
	font-weight: 400;
}
.catalog h3{
	color: #555;
	padding-top: 20px;
}
.viewCatalog{
	margin-right: 30px;
	transition: .5s;
	padding: 0px !important;
	border: none !important;
	background-color: #666 !important;
	cursor: pointer;
	color: white;
	text-transform: uppercase;
	text-align: center;
}
.viewCatalog h2{
	padding: 10px 0px;
	font-weight: 400;
}
.viewCatalog:hover{
	background-color: #333 !important;
}
.downloadCatalog a{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px 0px;
	background-color: #666;
	border: 1px solid #666;
	font-size: 15px;
}
.downloadCatalog a:hover{
	background-color: #333;
	border: 1px solid #333;
}
#footer{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 25vh;
	background-color: #151a1d;
}
#contactFooter{
	width: 90%;
	margin: 0 auto;
}
.contact{
	width: 33.33%;
	margin-top: 50px;
	text-align: center;
	float: left;
}
.contact h1{
	color: white;
}
.contact p{
	color: white;
	padding-bottom: 10px;
	font-size: 22px;
}
.contact img{
	width: 40px;
}
#copyright{
	width: 100%;
	background-color: #151a1d;
	text-align: center;
	color: grey;
	padding: 20px 0px;
}
#copyright a{
	color: grey;
	transition: .5s;
}
#copyright a:hover{
	color: white;
}
#copyright a:link, #copyright a:visited{
	text-decoration: none;
}
#copyright img{
	float: right;
	margin-right: 30px;
	margin-top: -20px;
	width: 30px;

}

/* About us html */
.about-us-1{
	width: 90%;
	padding-top: 150px;
	padding-bottom: 50px;
	margin: 0 auto;
}
.about-us-1:after{
	display: block;
	clear: both;
	content: '';
}
.about-us-1-slika{
	width: 50%;
	float: left;
}
.about-us-1-slika img{
	width: 80%;
	margin-left: 50px;
}
.about-us-1-tekst{
	width: 50%;
	float: left;
	padding-bottom: 40px;
	color: grey;
	font-size: 15px;
}
.about-us-1-tekst h4{
	width: 100%;
	padding-bottom: 20px;
	color: #333;
	font-size: 22px;
}
.about-us-2-tekst p{
	width: 90%;
	color: grey;
	font-size: 15px;
}
.about-us-2{
	width: 90%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	border-bottom: 1px solid lightgrey;
}
.about-us-2:after{
	display: block;
	clear: both;
	content: '';
}
.about-us-2-slika{
	width: 50%;
	float: left;
}
.about-us-2-slika img{
	width: 80%;
	margin-left: 50px;
}
.about-us-2-tekst{
	width: 50%;
	float: left;
	padding-bottom: 40px;
}
.about-us-2-tekst h4{
	width: 100%;
	padding-bottom: 20px;
	color: #333;
}
.about-us-2-tekst p{
	width: 90%;
	color: grey;
	font-size: 15px;
}

/* Services html */
#services-1{
	width: 90%;
	padding-top: 150px;
	padding-bottom: 50px;
	margin: 0 auto;
	border-bottom: 1px solid lightgrey;
}
#services-1:after{
	display: block;
	clear: both;
	content: ''
}
#services-1 a{
	margin-left: 0;
	margin-top: 20px;
	width: 120px;
	font-size: 15px;
}
.services-1 a{
	margin-left: 0;
	margin-top: 20px;
	width: 120px;
	font-size: 15px;
}
.services-2 a{
	margin-left: 0;
	margin-top: 20px;
	width: 120px;
	font-size: 15px;
}
.services-1{
	width: 90%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	border-bottom: 1px solid lightgrey;
}
.services-1:after{
	display: block;
	clear: both;
	content: '';
}
.services-1-slika{
	width: 50%;
	float: left;
}
.services-1-slika img{
	width: 70%;
}
.services-1-tekst{
	width: 50%;
	float: left;
	padding-bottom: 40px;
	color: grey;
	font-size: 15px;
}
.services-1-tekst h1{
	width: 100%;
	padding-bottom: 20px;
	color: #333;
}
.services-2-tekst p{
	width: 90%;
	color: grey;
	font-size: 15px;
}
.services-2{
	width: 90%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	border-bottom: 1px solid lightgrey;
}
.services-2:after{
	display: block;
	clear: both;
	content: '';
}
.services-2-slika{
	width: 50%;
	float: left;
}
.services-2-slika img{
	width: 70%;
	margin-left: 50px;
}
.services-2-tekst{
	width: 50%;
	float: left;
	padding-bottom: 40px;
}
.services-2-tekst h1{
	width: 100%;
	padding-bottom: 20px;
	color: #333;
}
.services-2-tekst p{
	width: 90%;
	color: grey;
	font-size: 15px;
}


/* Contacts html */
#contacts-glaven{
	width: 100%;
	padding-bottom: 50px;
}
#contacts-glaven:after{
	display: block;
	content: '';
	clear: both;
}
#contacts{
	width: 50%;
	float: left;
	padding-top: 200px;
	padding-left: 100px;
}
#contacts p{
	padding: 10px 0px;
	color: grey;
}
#contacts img{
	width: 5%;
	padding: 5px;
}
#contact-form{
	width: 50%;
	float: left;
	padding-top: 200px;
}
#contact-form:after{
	display: block;
	clear: both;
	content: '';
}
#contact-form1{
	padding-top: 20px;
}
#input-form{
	width: 500px;
}
#input-form input{
	width: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.1);
	border:none;
	margin-top: 5px;
}
#poraka{
	float: left;
    width: 500px;
}
#poraka input{
	height: 100px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
}
#poraka button{
	margin-top: 30px;
	margin-left: 0;
	width: 100px;
}
#poraka button:hover{
	color: #c1c1c1;
}
#mobileBtn{
	display: none;
}

/* Mobilna */

/* index html mobilna */

@media screen and (max-width: 768px){
	#contact-form1 h1{
		text-align: center;
	}
	.galerija1{
		width: 100%;
}
.galerija2{
		width: 100%;
}
.galerija3{
		width: 100%;
}
	.hover-tekst p{
		padding: 0px;
	}
	.services-tekst p{
		line-height: 22px;
		padding: 0px;
	}
	#logo{
		width: 65%;
	}
	#logo h2{
		color: white;
		font-size: 16px;
	}
	.meni{
		width: 100%;
		text-align: center;
		display: block;
		float: none;
		padding: 10px 0px;
	}
	#menu{
		display: none;
		float: none;
		width: 100%;
		padding-top: 0;
	}
	#menu:before{
		clear: both;
		display: block;
		content: '';
	}
	#mobileBtn{
		display: block;
		float: right;
		cursor: pointer;
	}
	#mobileBtn img{
		width: 30px;
		display: block;
		padding: 10px 0px;
		margin-top: 10px;
	}
	.header-naslov{
		font-size: 42px;
		width: 90%;
	}
	.header-tekst{
		width: 90%;
		padding-bottom: 20px;
	}
	.services{
		width: 100%;
	}
	#about-us-tekst{
		padding:20px 0px;
	}
	#about-us-tekst h1{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0px;
	}
	#about-us-tekst h4{
		width: 90%;
		margin: 0 auto;
	}
	#about-us-tekst p{
		width: 90%;
		margin: 0 auto;
	}
	#about-us-tekst a{
		margin-left: 15px;
		margin-top: 10px;
	}
	.card{
		width: 100%;
	}
	#upcoming-projects-glaven{
		width: 100%;
	}
	.upcoming-projects{
		width: 100%;
	}
	#catalogMain{
		display: none;
	}
	.catalog{
		width: 100%;
	}
	.catalog video{
		width: 330px;
	}
	#catalogBg{
		height: 40vh;
	}
	.modal-content{
		width: 85%;
	}
	#catalogBg a{
		width: 100%;
		left: 0;
		transform: scale(1, 1);
	}
	.contact{
		width: 100%;
		margin-top: 15px;
	}
	.slikiHome{
		width: 100%;
	}
	#testimonials-glaven{
		width: 100%;
	}
	#footer{
		background-size: cover;
		height: auto;
	}
	#copyright{
		width: 100%;
		/* padding-bottom: 40px; */
	}
	#copyright img{
		padding-top: 25px;
		margin-right: 20%;
	}

/* About-us html Mobilna */

	.about-us-1-slika{
		width: 100%;
		margin-left: -50px;
		padding-bottom: 10px;
	}
	.about-us-1-tekst{
		width: 100%;
	}
	.about-us-2-slika{
		width: 100%;
		margin-left: -50px;
		padding-bottom: 10px;
	}
	.about-us-2-tekst{
		width: 100%;
	}

/* Services html Mobilna */

	.services-1-slika{
		width: 100%;
		padding-bottom: 10px;
	}
	.services-1-tekst{
		width: 100%;
	}
	.services-2-slika{
		width: 100%;
		padding-bottom: 10px;
		margin-left: -50px;
	}
	.services-2-tekst{
		width: 100%;
	}

/* Contacts html  Mobilna */

	#contacts{
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-left: 50px;
	}
	#contacts img{
	width: 10%;
	}
	#contact-form{
		width: 100%;
		padding-top: 50px;
	}
	#input-form{
		width: 90%;
		margin: 0 auto;
	}
	#poraka{
		width: 100%;
	}
	#contact-form h2{
		margin-left: 20px;
	}
}














/* FONTS */

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(fonts/font1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
