/*Default Container css*/
/********************************************************************/
.dfContainer						{ padding: 0 0 22px 0; }
.dfArea								{ background: #fff;}
.dfContainer h2.head				{ font-family: 'Oswald', sans-serif; text-align: center; background-color: #1D336A; color: #ffffff; font-size: 20px; padding: 10px; line-height: 29px; text-transform: uppercase; letter-spacing: 1px; }
.dfContainer h2.head .icon,
.dfContainer h2.head .title			{ display: inline-block; *display: inline; zoom: 1; }
.dfContainer .content				{ overflow-y: visible; padding: 15px;}

@media screen and (max-width: 991px) {
	.dfContainer .content 			{ overflow: auto;}
}