@charset "utf-8";
/*
 * ===================================================
 * 
 * profile
 * 
 * ===================================================
 */
.profileVox { overflow: hidden; }
	.profileVox .img {
		width: 400px;
		float: left;
	}
	.profileVox .txt { margin-left: 450px; 	}
		.profileVox .txt p { margin-bottom: 30px; }
/**
 ****************************************************
 * 
 * screens smaller than 767
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
.profileVox {}
	.profileVox .img {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.profileVox .txt { margin-left: 0; 	}

}	/*  @media END */
