@media(min-width:1280px){
/* ==========================================================================
   Contact Image Banner Definitions
   ========================================================================== */
#contact-image-banner{
    width: 100%;
    height: 498px;
    background:url('../images/contact/contact.jpg');
    background-size:cover;
    background-position:center;
}
/* ==========================================================================
   Contact Content    
   ========================================================================== */
.contact-content {
    width: 100%;
    background-color:#fff;
}
.contact-content.one {
    height:460px;
}
.contact-content.two {
    height:288px;
}
.contact-content .text {
	padding:60px 60px 60px 40px;
    height: 100%;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    margin: 0;   
    text-align: left;
    overflow:hidden;
}
.contact-content .text table{
	height:100%;
	width:100%;
}
.contact-content .image {
    height: 100%;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    min-height: 1px;
    margin: 0;
    padding: 0;   
}

.contact-content #map-canvas{
	height:100%;
	width:100%;
}
}