#map {
	width: 100%;
	height: 700px;
}

div.elements.postroeno {
	
}
.markers {
	margin: 100px;
	display: flex;
	flex-wrap: wrap;	
}
.markers>.marker {
	width: 100px;
	margin: 20px;
	position: relative;
}

.markers.pps_hide,
div.elements.postroeno div.hide {
	display: none;
}



.gm-style-iw div.descr {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.page.projects {
	padding-top: 60px;
}
div.page.projects>.page2 {
	max-width: 1170px;
}

div.elements.projects {
	margin-top: 0px;
}

div.page.main.postroeno {
	padding: 40px 10px 0 10px;
}

div.page.main.postroeno div.text {
	text-align: center;
}

.marker2 * {
	cursor: pointer;
}


.more1 {
	padding: 60px 0 50px 0;
	text-align: center;
	font-size: 120%;
}

.more1 a {
	color: #2c2a29;
	text-decoration: underline;
}

.more1 a:hover {
	color: #4a4746;
	text-decoration: none;
}

div.elements.projects {
	margin: 0;
}

div.elements.projects div.container.pps_flex {
	display: block;
	margin: 0;
}

div.elements.projects div.container div.item {
    border-width: 0px;
    border-color: transparent;
    float: left;
    position: relative;
}

div.elements.projects div.container div.item.block_small {
	width: 33.333333%;
	max-width: 33.333333%;
	min-width: 33.333333%;
	padding: 15px;
}

div.elements.projects div.container div.item.block_medium {
	width: 66.666667%;
	max-width: 66.666667%;
	min-width: 66.666667%;
	padding: 15px;
}

div.elements.projects div.container div.item.block_large {
	width: 66.666667%;
	max-width: 66.666667%;
	min-width: 66.666667%;
	padding: 15px;
	clear: left;
}

div.elements.projects div.container div.item:last-child {
	float: right;
}
div.elements.projects div.container div.item div.fly {
	min-height: 200px;
}
div.elements.projects div.container div.item div.fly div.fly2 div.title {
    display: block;
    margin-top: 10px;
}

div.elements.projects div.container div.item:hover div.fly div.fly2 div.title {
    display: block;
}

div.elements.projects div.container div.item div.fly div.fly2 div.title2 {
	font-size: 140%;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
	#map {
		height: 500px;
	}
	div.elements.projects div.container div.item.block_small,
	div.elements.projects div.container div.item.block_medium,
	div.elements.projects div.container div.item.block_large {
	  width: 100%;
	  max-width: 100%;
	  min-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#map {
		height: 300px;
	}
	
}