

/** PAGE LAYOUT **/
.contact-left		{ float:left; width:50%; }
.contact-right		{ float:right; width:440px; }
.contact-img		{ margin:0px auto; display:block; width:100%; max-width:400px; max-height:601px; }

.vcard .vcard-details				{ font-size:1.2em; }
.vcard .vcard-details .vcard-title	{ color:#204E89; }

@media screen and (max-width:930px){

	.r .contact-left	{ width:45%; }

}

@media screen and (max-width:850px){

	.r .contact-left	{ width:40%; }

}

@media screen and (max-width:780px){

	.r .contact-left	{ width:35%; }

}

@media screen and (max-width:730px){

	.r .contact-left	{ width:100%; margin-bottom:30px; padding-bottom:20px; border-bottom:1px dotted #CCCCCC; }
	.r .contact-right	{ width:100%; }

}

@media screen and (max-width:770px){
	.contact-left		{ float:none; width:100%; }
	.contact-right		{ float:none; width:100%; }
}


@media screen and (max-width:770px){
.static-contact-box .tel-text				{ color:#23B6FD; }
}
