#street-view {
	height: 450px;
}

.stranica-sadrzaj {
    background-color: inherit;
}


#gde_text_holder{
	
	height: 350px;
	margin: 10px 0 0 0;
}

#gde_text_levo{
	height: 350px;
	padding: 0 5px 0 0 ;
}

#gde_text_levo_inner{
	height: 100%;
	width: 100%;
	background-color: #fff;
}

#gde_text_desno{
	height: 350px;
	padding: 0 0 0 5px;
}


#gde_text_desno_inner{
	height: 100%;
	width: 100%;
	background-color: #fff;
}

#gde_text_desno_gore{
	width: 100%;
	height: 172px;
	background-color: #fff;
}

#gde_text_desno_dole{
	width: 100%;
	height: 173px;
	background-color: #fff;
	margin-top: 5px;
}

.gde_text_padding{
	padding: 25px;
}

.gde_text_hala{
	color: #2761a1;
	font-size: 16px;
	position: relative;
}

.gde_desno_naslov{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.gde_desno_naslov2{
	width: 210px;
	margin-left: auto;
	margin-right: auto;
}


.gde_text_vreme{
	/*color: #2761a1; */
	margin-top: 5px;
	line-height: 20px;
}

.gde_marginaGore30{
	margin-top: 30px;
}

.gde_ico{
	width: 40px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: 0;
}


@media (max-width: 767px) {
	
	#gde_text_holder{
		height: 710px;
	}
	
	#gde_text_levo{
		padding: 0;
	}
	
	#gde_text_desno{
		padding: 0px;
		margin-top: 10px;
	}
}


@media (max-width: 500px) {
	#street-view {
		height: 300px;
	}
}