/* Page Left Block */
.page-block { border: 2px solid #EDF3F6; padding: 20px; margin-bottom:20px;}
#page-left-block .page-right-block-title { font-weight: bold; font-size: large;}
#page-left-block ul { list-style: none; padding: 0; margin-bottom:20px;}
#page-left-block ul > li {margin-bottom:10px;}
#page-left-block ul > li > i {margin-right:10px;}

/*Phone*/
@media (max-width: 767px) {
	#contact-map {height:200px;border: 0; width: 100%; margin-bottom: 20px;}
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
	#contact-map {height:300px;border: 0; width: 100%; margin-bottom: 20px;}
}

/*Computer*/
@media (min-width: 992px) and (max-width: 1199px) {
	#contact-map {height:400px;border: 0; width: 100%; margin-bottom: 20px;}
}

@media (min-width: 1200px) {
	#contact-map {height:400px;border: 0; width: 100%; margin-bottom: 20px;}
}