body{
	margin: 0px !important;
}

/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #6c757d;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1000;
}



.large-header-main{
	height: 400px !important;
}

.large-header-other{
	height: 300px !important;
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.interactive-header .main-title {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
}

.main-title .thin {
	font-weight: 200;
}

.zoom{
	transition: 1s;
}

.zoom:hover{
	-webkit-transform: scale(1.4); /* Safari 3-8 */
  	transform: scale(1.4);
}

@media only screen and (max-width : 768px) {
	.interactive-header .main-title {
		font-size: 3em;
	}

	.zoom:hover{
		-webkit-transform: scale(1.1); /* Safari 3-8 */
		  transform: scale(1.1);
	}
}

@media only screen and (max-width : 768px) {
	#large-header{
		height: 200px !important;
	}
}

.avtonet{
	width: 10%;
}

.avtonet-ponudba{
	width: 60%;
}

@media only screen and (max-width : 768px) {
	.avtonet{
		width: 20%;
	}
	.avtonet-ponudba{
		width: 40%;
	}
}

#map {
	height: 400px;
	/* The height is 400 pixels */
	width: 100%;
	/* The width is the width of the web page */
  }


@media (max-width: 768px) { /* Mobile devices */
	#avtonetFrame {
		height: 800px;
	}
}