/*Default Container css*/
/********************************************************************/
.dfContainer						{ padding: 0 0 22px 0; }
.dfArea								{ background: #fff;}
.dfContainer h2.head				{ font-family: "Montserrat", sans-serif; background-color: #4f2683; color: #ffffff; font-size: 24px; padding: 15px; line-height: 34px; 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;}
}