 

/*#topNav ul.nav > li a {
	 
    color:#4e4e4e;
	padding: 15px;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	display: block;
	font-weight: 300;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
     font-weight:bold;
}*/

body {
    background-color: #000000 !important;
}

#topNav {
      background-color: #000000 !important;     
}

/*#topNav nav.nav-main {
    background-color: #000000 !important;
}*/

#topNav ul.nav > li a {
    color: #ffffff;
}
 
@media only screen and (max-width: 990px) {
    #topNav ul.nav > li a {
        color: #333;
    }
}


#topNav a.logo {
    margin: 10px 30px 0px 10px;
    display: inline-block;
    min-height: 50px;
    float: left;
}

section {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    
}

/*.header-bgcolor {
    background: #000000 !important; 
}*/

@media only screen and (max-width: 990px) {
    #topNav ul.nav > li > a:after {
        content:".";
        font-family: FontAwesome;
        position: absolute;
        font-size: 14px;
        right: 20px;
        top: 15px;
        color: transparent;
    }
    .specialMenuWith5Padding a {
        color: #000000 !important;
        padding: 5px !important;
    }
}

/*.specialMenu {
    background-color: #ffd800 !important;
}*/

.specialMenu a {
    color: #ffd800 !important;
}

.SelectedMenu {
    background-color: #ffffff !important;
}

.SelectedMenu a {
        color: #000000 !important;
    }