/*	CONTACT 3
/*----------------------------------------------------*/

.contact-3 .map {
	width: 100%;
	height: 350px;
	background: #f5f5f5;
}

 /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
    #contact3map {
        height: 100%;
      }

/*	CONTACT 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

