@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:18px;
	font-family: 'Roboto', verdana, arial, sans-serif;
	color:#363636;
	font-weight:500;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:900;
	margin:1em 0 0.5em;
	
}

h1 { font-size:2.8em;}
h2 { font-size:2.2em;}
h3 { font-size:2em;}
h4 { font-size:1.6em;}
h5 { font-size:1.4em;}
h6 { font-size:1.2em;}

p {
	margin:0.3em 0 0.5em;
}

a:link,
a:visited {
	text-decoration:none;
	color:#094186;
	transition:0.6s all ease;
}
a:hover {
	text-decoration:none;
	color: rgba(237,50,55,1.00);
}
a:active {
	color: #000000;
}

.negativ a:link,
.negativ a:visited {
	color:rgba(237,50,55,1.00);
	text-decoration:none;
}
.negativ a:hover {	
	color:#5E6670;
}


#headerTop {
	background:#363636;
	color: #DDD1D1;
	font-weight:300;
	padding:8px 0;
	font-size:16px;
	border-bottom:4px solid #ececec;
}

#headerTopLeft a:link,
#headerTopLeft a:visited {
	color: #DDD1D1;
}

#headerTopLeft a:hover {
	color:rgba(201,176,177,1.00);
	transition:0.4s all ease;
}

#headerTopLeft span {
	margin-right:40px;
}

#headerTopLeft span i {
	color:#DDD1D1;
}

#headerTopLeft {
	float:left;
}
#headerTopRight {
	float:right;
}
#headerTopRight i {
	margin:2px 5px;
	color: #DDD1D1;
}

#headerTopRight i:hover {
	color:rgba(201,176,177,1.00);
	transition:0.4s all ease;
}

#headerMidle,
#headerBottom {
	background: transparent;
	padding: 0;
}

#headerMidle {
	margin-bottom: 5px;
	/*border-bottom: 4px solid #ececec;*/
}

/*#headerBottom {
	height: 93px;
}*/
#headerLogo{
	float: left;
}

#nav {
	float: right;
	font-size: 0.9em;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li{
	float: left;
}

#nav ul li a {
	display: block;
}

#nav ul li a:hover {
	background-color: rgba(201,176,177,1.00);
	border-bottom: 6px solid #5E5C5C;
}

#lang ul li a:hover {
	background-color: rgba(201,176,177,1.00);
}

#lang {
	float: right;
	font-weight: 400;
	font-size: 0.9em;
	margin: 0;
}

#lang ul {
	list-style: none;
	margin: 0;
}

#lang ul li {
	border-right: 1px solid #3d3c3f;
	float: left;
}

#lang ul li a {
	padding: 2px 5px 2px 5px;
	margin-bottom: 2px;
	display: block;
}

#lang ul li:last-child {
	border-right: 0px;
}

#prvi {
	background: transparent;
	background:url(../images/klatno.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
	padding: 100px 0 320px 0;
	color:#094186;
}


#drugi {
	background: transparent;
	color: rgba(237,50,55,1.00);
	padding: 0;
	text-align: center;
}
#drugi p {
	margin:0;
}
#drugi p span {
	font-size: 0.8em
}


#treci {
	background: url(../images/zgrada.jpg) center center no-repeat;
	background-size: cover;
	text-align:center;
	padding: 220px 0;
	color:#094186;
}

#cetvrti {
	background:url(../images/nacrt.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
	padding: 10px 0 50px 0;
	color: #094186;
	
}

#peti {
	background: transparent;
	color: #094186;
	padding: 10px 0 50px 0;
	text-align: center;
	border-top:4px solid #ececec;
	border-bottom:4px solid #ececec;
}

#sesti {
	background: url(../images/oko.jpeg) center center no-repeat;
	background-size:cover;
	text-align:center;
	color:#094186 ;
	padding: 10px 0;
}

#sesti_p {
	padding-bottom: 50px;
}

#sedmi {
	background: transparent;
	color: rgba(237,50,55,1.00);
	padding: 0 0 20px 0;
	text-align: center;
	border-top:4px solid rgba(192,187,187,1.00);
	border-bottom:4px solid #ececec;
}

#sedmi p {
	margin: 0;
	}

#osmi {
	background: transparent;
	color: #5E5C5C;
	padding: 20px 0;
	text-align: left;
	font-weight: 400;
}

#reference {
	background: transparent;
	color: rgba(237,50,55,1.00);
	padding: 250px 0;
	text-align: center;
	font-size: 1em;
	position: inherit;
}

.container.osnovni {
	text-align: center;
	padding:0;
	margin: 0 auto;
}

.container.osnovni ul {
	list-style: none;
}

.container {
	width: 1200px;
	margin:0 auto;
	padding: 0 10px;
	overflow: hidden;
}

.bird {
	float: left;
	margin: 0 30px 8px 0;
}

.logo {
	float: left;
	margin-top: 35px;
}

.envel {
	float:left;
	
}

.dugme {
	height:100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 46px;
	padding-bottom: 17px;
	text-align: center;
	font-weight: 500;
    letter-spacing: 1px;
	margin-bottom:0;
	border-bottom: 0px solid #5E5C5C;
	display: inline-block;
	text-transform: uppercase;
    transition: all 0.6s ease;
}

.dugmeVise {
	background: rgba(9, 65, 134, 0);
    border: 2px solid #094186;
    border-radius: 5px;
    color: #094186;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 14px 28px 13px;
	margin:20px 5px;
    text-transform: uppercase;
    transition: all 0.6s ease;
}

.negativ p {
	font-size: 1.2em;
}

.negativ .dugmeVise {
	border-color: rgba(237,50,55,1.00);
}

.dugmeVise.forma {
	color: #5E5C5C;
	border-color: #5E5C5C;
}


.dugmeVise.forma:hover {
	color: rgba(237,50,55,1.00);
}

footer { 
	background-color: #363636;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
}

textarea {
	    font-family: 'Roboto';
	    font-size: 0.7em;
}

.contactInfo {
	margin:15px 0;
}

.contactInfo p {
	border-bottom:1px solid #ccc;
	padding:5px 0 5px 25px;
	font-size:1.2em;
	text-align: left;
}

.contactInfo i {
	width:2.2em;
	color:#ccc;
}


@media screen and (min-width:1024px) and (max-width:1260px) {
	.container {
		width:960px;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.container{
		width:90%;
	}
	
	p {
		font-size: 1em;
	}
	
	#headerLogo {
		float: none;
		border-bottom:1px solid #DDD;
		overflow: hidden;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	#headerLogo [alt="logo"] {
		margin-bottom: 15px;
	}
	
	#nav {
		float:none;
		text-align: center;
		font-size: 1.2em;
	}
	
	#nav ul li{
		float:none;
		display:inline-block;
	}
	
	#nav ul li a:hover {
		border-bottom: 0;
	}
	
	#lang{
		font-size: 1.1em;
	}
	.dugme {
		padding: 10px;
	}
	
	
	.bird {
		float:none;
		margin-bottom:0px;
	}
	
	.logo{
		float: none;
		margin-bottom:10px;
	}
	
	#headerTopLeft span {
		margin-right:20px;
	}
}

@media screen and (max-width:767px) {
	
	.container {
		width:90%;
	}
	
	h1 { font-size:2.3em;}
	
	#headerLogo {
		float:none;
		margin:0 auto;
		text-align: center;
	}
	#headerTopLeft {
		float:none;
	}
	
	#nav {
		float: none;
		text-align: center;
		font-size: 1.2em;
	}
	#nav ul li{
		float:none;
		display: block;
	}
	
	#nav ul li a:hover {
		border-bottom: 0;
	}
	
	.dugme {
		padding: 8px;
	}
	
	.bird {
		display: inline-block;
		float: none;
		text-align: center;
		margin: 0;		
	}
	
	#headerLogo [alt="logo"] {
		width: 220px;
		padding: 10px 10px 15px 10px;
	}
	
	.logo{
		display: inline-block;
		float: none;
		text-align: center;
		margin: 10px auto;
	}
	
	#headerTopLeft {
		display: block;
		float:none;
		text-align: center;
		
	}
	
	#headerTopRight {
		display: block;
		float:none;
		text-align: center;
		
	}
	
	#headerTopLeft span {
		margin-left: 10px;
		margin-right:10px;
	}
	
	#headerLogo {
		border-bottom:1px solid #DDD;
	}
	
	.envel {
		display:inline-block;
		float:none;
		text-align: center;
		margin-bottom: 5px;
	}
	
	#sedmi {
		font-size: 0.9em;
	}
}