/****** 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:			3em;
    height:			1px;
    margin-left:	-1.5em;
    background:		#3e3e3e;
}

#main__content h4 {
    color:			#de13c5;
    font-size:		2.8em;
    font-weight:	lighter;
    padding: .3em;
    padding-bottom: 0;
    text-transform:	capitalize;
    text-align: center;
}
#main__content h4:after {
    display:		none;
}
#main__content h5 {
    position:		relative;
    padding:		.5em .5em 4em .5em;
    color:			#fff;
    font-size:		1.3em;
    font-weight:	normal;
    text-align:		center;
}
#main__content h5:after {
    content:		'';
    display:		block;
    position:		absolute;
    bottom:			0;
    left:			50%;
    width:			4em;
    height:			1px;
    margin-bottom:	2.8em;
    margin-left:	-2em;
    background:		#3e3e3e;
}

#main__content #credits > div {
    text-align:		center;
    padding:		0 0 3em 0;
    background:		url(../images/desktop-credits.jpg) no-repeat center;
}
#main__content #credits > div p {
    font-size:		1.2em;
    color:			#888;
    width:			74em;
    padding:		0 1.5em;
    text-align:		left;
}
#main__content #credits a.button {
    margin-top: 25em;
    width: 30em;
    display: inline-block;
}