/* header */

	#header {
		position: absolute;
		background-color: transparent;
		border-bottom: 0;
		box-shadow: none;
		height: 0px !important;
	}
	
	#header .subName{
		color: #eee;
	}
	
	#header nav ul li a{
		color: #eee;
	}
	
	#header nav ul li a:hover{
		color: #FFF;
	}
	
	#nav {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#nav ul li a:before {
		background-color: #FFF;
	}
	
	#mainSection{
		max-width: 44444px;
		min-width: 0px;
		width: 100%;
	}

    .underTriangle {
        position:relative;
        height:120px !important;
        width:100% !important;
        z-index: 999;
    }

    .underTriangle:after {
        content:'';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -35px;
        width: 0;
        height: 0;
    }

.superTitleFirst{
    background-color: #713cb3;
}

.superTitleFirst:after{
    border-top: solid 35px #713cb3;
    border-left: solid 35px transparent;
    border-right: solid 35px transparent;
}

.superTitleSecond{
    background-color: #3cb371;
}

.superTitleSecond:after{
    border-top: solid 35px #3cb371;
    border-left: solid 35px transparent;
    border-right: solid 35px transparent;
}

.superTitleThird{
    background-color: #B3713C;
}

.superTitleThird:after{
    border-top: solid 35px #B3713C;
    border-left: solid 35px transparent;
    border-right: solid 35px transparent;
}