/* Global Map */

#cities-map{
	background-color: #e8e8e7;
	padding: 50px 0px;
}

.cities-map-inner{
	max-width: 1200px;
	margin: 0 auto;
}

.cls-1{
	fill: white !important
}

.cls-2{
	cursor: pointer;
}

.cls-2:hover {
    fill: #ffd271;
    transition: all ease 0.5s;
}

@media (min-width: 401px){
	#cities-logos{
		display: none;
	}
}

@media (max-width: 400px){
	#cities-map{
		display: none;
	}
	#cities-logos{
		display: block;
	}
}