#tth-loading{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:1500;
    background:#fff url(../../img/loading.gif) no-repeat center center;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

@media (max-width: 479px){
	#contact_info, #contact_form{
		width: 100%;
	}
}