/****** SOFTWARES *****************************/

#main__content .main-wrapper h2 {
	position:		relative;
	width:			100%;
	padding:		1.4em .8em .8em .8em;
	font-size:		2.2em;
	color:			#fff;
	text-align:		center;
	text-transform:	uppercase;
}
#main__content .main-wrapper h2:after {
	content:		'';
	display:		block;
	position:		absolute;
	bottom:			0;
	left:			50%;
	width:			4em;
	height:			1px;
	margin-left:	-2em;
	background:		#3e3e3e;
}

#main__content p{
    color:#fff;
}

#main__content h4 {
	color:			#a62394;
	font-size:		1.8em;
	font-weight:	lighter;
	padding:		0 0 .6em 0;
	text-align:		left;
}
#main__content h4:after {
	display:		none;
}
#main__content strong {
	color:			#fff;
}

#main__content .block_50 {
	padding:		1.8em;
	text-align:		justify;
}
#main__content .block_50 p {
	font-size:		1.3em;
	padding:		0 0 1.5em 0;
	text-align:		inherit;
}
#main__content .block_50 p a {
	color:			#a62394;
    text-decoration: underline;
}

.purple{
    color:			#a62394;
}