#menu .ezMegaWrapper,
#menu .menu .top-link{
    background: transparent;
    font-family: "oswaldlight",sans-serif;
    color:#fff;
}
#menu .menu .top-link a,
#menu .menu .top-link span{
    color: #fff;
}
#menu .menu .top-link > a,
#menu .menu .top-link > span{
    padding: 0 20px;
    line-height: 80px;
    font-size: 20px;
}
#menu .dropdown{
    background: #00203f;
}
#menu .menu .item:hover{
    background: #006599;
}
#menu .menu .item a:hover,
#menu .menu .item span:hover{
    background: transparent;
}
#menu .menu .col-header > a:not([href="javascript:void(0)"]):hover,
#menu .menu .col-header > span:hover{
    background: #006599;
}
#menu .menu-mobile{
    color: #fff;
}
#menu .menu-dropdown-icon:before{
    color: #fff;
}
/*#menu:hover{
    position: relative;
    z-index: 9999;
}*/
/*=================Styles for Font Awesome Icons================*/


/*Affects all icons*/

.fa {
    line-height: inherit;
    /*Use to override all icon colors for uniform look*/
    color: ;
    background: ;
    overflow: hidden;
    background-blend-mode: multiply;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.fa:hover {
    color: #980000 !important;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}

/*-----------Icon Shapes----------*/


/*READ ME: Font Size and Width/Height should be the same size to keep the icon centered*/


/*But you can increase or decrease the padding to get a larger radius/background */


/*Makes the icons a circle*/

.circle {
    font-size: 30px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px;
}

/*Makes the icon a square*/

.square {
    font-size: 30px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
}

/*Gives the icon a 3d bezel*/

.bezel {
    border: 2.5px solid;
    border-style: outset;
}

/*Gives the icon rounded edges*/

.rounded {
    font-size: 30px !important;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 7px;
}

/*Gives the icon a drop shadow look*/

.shadow {
    text-shadow: 0px 3px 0px #b2a98f, 3px 7px 2px rgba(0, 0, 0, 0.5), 4px 10px 4px rgba(0, 0, 0, .25);
    font-size: 25px;
    padding: 11px;
    width: 25px;
    height: 25px;
}

/*------------Icon Font Colors and Background ------*/


/*Sets all of the icons to one color*/

.uniform {
    color: white !important;
    background-color: #FF5722 !important;
}

/*Removes icon background for transparent look*/

.transparent {
    background: transparent !important;
    color: black !important;
}
.fa-facebook {
    color: white;
    background: #3b5998;
    border-color: rgba(59, 89, 152, .3);
}
.fa-twitter {
    color: white;
    background: #00aced;
    border-color: rgba(0, 172, 237.3);
}
.fa-pinterest-p {
    color: white;
    background: #C92228;
    border-color: rgba(201, 34, 40, .3);
    text-shadow: rgba(201, 34, 40, .3);
}
.fa-linkedin {
    color: white;
    background: #4875B4;
    border-color: rgba(72, 117, 180, .3);
}
.fa-youtube {
    color: white;
    background: #FF3333;
    border-color: rgba(255, 51, 51, .3);
}
.fa-rss {
    color: white;
    background: #FF6600;
    border-color: rgba(255, 51, 51, .3);
}
.fa-tumblr {
    color: white;
    background: #2B4964;
    border-color: rgba(43, 73, 100, .3);
}
.fa-vine {
    color: white;
    background: #00bf8f;
    border-color: rgba(0, 191, 143, .3);
}
.fa-envelope {
    color: white;
    background: #D50000;
    border-color: rgba(46, 204, 113, .3);
}
.fa-reddit-alien {
    color: white;
    background: #9E9E9E;
    border-color: ;
}
.fa-instagram {
    color: white;
    background: #8D6E63;
    border-color: ;
}
.fa-google-plus {
    color: white;
    background-color: #F90101;
}
