.mobile-menu{
    display: none
}
.container.clearfix{
    position: relative;
}
#mmenu.mm-menu> ul >li>a{
    font-weight: bold;
}
#mmenu.mm-menu> ul >li:hover>a,
#mmenu.mm-menu> ul >li>a.active{
    color: #ffc000;
}
#mmenu.mm-menu> ul{
    box-shadow: inset 15px 0px 21px -12px #171717;
}
#mmenu.mm-menu{
    background: url('../images/footer_overlay.png') #171717;
}
.mmenu-button{
    display: none;
    background: url(../images/mmenu.png) no-repeat center center;
    width: 40px;
    height: 30px;
    cursor: pointer;
}
.active-section-mobile,
.logo-mobile{
    display:none;
}
.logo-mobile,
.logo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    margin-top:14px;
    margin-left:22px;
}
.upper-header{
    background-color: #000000;
}
.top-header{
    float: right;
    padding: 4px 0;
}
.top-header ul{
    float: left;
    margin-top: 9px;
    margin-right: 20px;
}
.top-header ul li{
    float: left;
    border-right: 1px solid #7a7a7a;
}
.top-header ul li.last{
    border: none;
}
.top-header ul li a{
    font-size: 12px;
    font-weight: 800;
    color: #7a7a7a;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.top-header ul li a:hover,
.top-header ul li a.active{
    color: #c8c8c8;
}
.search-button{
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background: url(../images/search_ico.png) no-repeat center center #171717;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.search-button:hover{
    background: url(../images/search_ico_hover.png) no-repeat center center #171717;
}


.lower-header{
    background-color: #171717;
}
.bottom-header{
    min-height: 90px;
}
.main-nav{
    position: absolute;
    bottom: 0;
    right: 0;
}
.main-nav li.last a{
    padding-right: 0;
}
.main-nav li{
    float: left;
}
.main-nav li a{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    text-transform: uppercase;
    padding-bottom: 25px;
    display: block;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.main-nav li a.active,
.main-nav li a:hover{
    color: #ffc000;
}
.main-nav li.opendata a span{
    color: #fff;
    padding: 1px 0;
    background-color: #19ab87;
}

/*---------------------------------------------------------------------*/

/*--FOOTER-------------------------------------------------------------*/
.footer-wrapper{
    padding-bottom: 50px;
    background: url('../images/footer_overlay.png') #171717;
}
.footer-menu{
    padding: 30px 0;
    border-bottom: 2px solid #272727;
    margin-bottom: 22px;
}
.footer-menu>ul>li{
    float: left;
    max-width: 160px;
    margin-right: 35px;
}
.footer-menu>ul>li.last{
    margin-right: 0;
}

.footer-menu>ul>li>a{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1.1em;
    text-transform: uppercase;
    padding-left: 12px;
    background: url(../images/link_arrow.png) no-repeat left top 4px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.footer-menu>ul>li>a:hover{
    color: #ffc000;
    background: url(../images/link_arrow_hover.png) no-repeat left top 4px;
}
.footer-menu>ul>li ul{}
.footer-menu>ul>li ul li{}
.footer-menu>ul>li ul li a:hover{
    color: #e1a900;
}
.footer-menu>ul>li ul li a{
    font-size: 12px;
    color: #fff;
    line-height: 1.4em;
    padding: 10px 0;
    float: left;
    display: block;
    text-transform: uppercase;
}
.bottom-footer>li.first{
    width: 36%;
}
.bottom-footer>li.last{
    text-align: right;

}
.bottom-footer>li.last p{
    font-size: 12px;
    color: #989898;
    line-height: 50px;

}
.bottom-footer>li{
    float: left;
    width: 32%;
    text-align: center;
}
.bottom-footer li form{
    width: 100%;
    float: left;
}

.bottom-footer li form input[type="text"]::-webkit-input-placeholder {
    font-family: 'Georgia' ,sans-serif;
    color: #7a7a7a;
    font-size: 18px;
    font-style: italic;

}
.bottom-footer li form input[type="text"]:-moz-placeholder { /* Firefox 18- */
    font-family: 'Georgia' ,sans-serif;
    color: #7a7a7a;
    font-size: 18px;
    font-style: italic; 
}
.bottom-footer li form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'Georgia' ,sans-serif;
    color: #7a7a7a;
    font-size: 18px;
    font-style: italic;
}
.bottom-footer li form input[type="text"]:-ms-input-placeholder {  
    font-family: 'Georgia' ,sans-serif;
    color: #7a7a7a;
    font-size: 18px;
    font-style: italic; 
}
#mc_embed_signup .mc-field-group input,
.bottom-footer li form input[type="text"]{
    background: #ffffff;
    -moz-box-shadow:inset 3px 3px 0px #bfbfbf;
    -webkit-box-shadow:inset 3px 3px 0px #bfbfbf;
    box-shadow:inset 3px 3px 0px #bfbfbf;
    height: 50px;
    width: 74% !important;
    float: left;
    font-family: 'Georgia' ,sans-serif;
    color: #272727;
    padding-left: 15px;
}
#mc_embed_signup .button,
.bottom-footer li form input[type="submit"]{
    background: #5d3281;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    height: 50px;
    float: left;
    width: 26%;
    padding: 0 11px;
    text-transform: uppercase;
    word-break: break-word;
    line-height: 1em;
    padding-top: 4px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.bottom-footer li form input[type="submit"]:hover{
    background: #794AA0;
}
.bottom-footer li form input[type="submit"]:active{
    background: #794AA0;
    -moz-box-shadow:inset -3px 3px 0px #5d3281;
    -webkit-box-shadow:inset -3px 3px 0px #5d3281;
    box-shadow:inset -3px 3px 0px #5d3281;
    padding-top: 6px;
    -webkit-transition: none;
    -moz-transition:none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.footer-social{
    padding-top: 9px;
    display: inline-block;
}
.footer-social p{
    font-style: italic;
    line-height: 32px;
    float: left;
    font-family: 'Georgia' ,sans-serif;
    font-size: 18px;
    color: #585858;
    margin-right: 5px;
    font-weight: bold;
}
.footer-social ul{
    display: inline-block;
}
.footer-social ul li{
    float: left;
    margin-right: 5px;
}
.footer-social ul li a{
    width: 32px;
    height: 32px;
    display: block;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-social ul li a:hover{
    opacity: 0.8
}
.footer-social ul li a img{}
/*---------------------------------------------------------------------*/