header {
    position: relative;
    z-index: 5 !important;
    padding:30px 0;
}

header .page{
    padding:0 15px;
}

header #logo{
    text-decoration: none;
}

header #logo img {
    width: 80px;
    display: inline-block;
}

header #logo strong{
    font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    color: #002671;
    display: inline-block;
    width: 120px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
    bottom: 8px;
    position: relative;
    letter-spacing: 0px;
    font-weight: bold;
}

.desktop-menu {
    display: none;
}

span#navicon {
    position: absolute;
    right: 20px;
    height: 30px;
    width: 40px;
    top: 15px;
}

#navicon span {
    display: block;
    width: 100%;
    height: 4px;
    background: #002671;
    position:absolute;
    border-radius:7px;
    overflow:hidden;
}

#navicon span:nth-of-type(1) {
    top: 0px;
}

#navicon span:nth-of-type(2){
    top: 13px;
}

#navicon span:nth-of-type(3){
    bottom: 0px;
}

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 4;
    padding: 0px;
    height:0px;
    overflow:hidden;
    max-height:0px;
    transition:all 500ms ease;
}

html.open-mobile .mobile-menu{
    max-height:1000px;
    height:auto;
}

.mobile-menu .menu-main-menu-container {
    background: #fff;
    padding: 120px 30px 30px;
    min-height: 100vh;
}

.mobile-menu ul li a {
    color: #002671;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.mobile-menu-fade{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.75+61,0.01+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 61%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 61%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 61%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=0 ); /* IE6-9 */
    width:100%;
    height:300px;
}

.mobile-menu ul ul{
    display:none;
}

.social{
    display:none;
}

@media screen and (min-width:400px){

    header #logo strong {
        width: 160px;
        bottom:15px;
    }

}

@media screen and (min-width:1024px){
    
    header .page {
        padding: 0px;
    }
    
    .mobile-menu{
        display:none;
    }
    
    #navicon{
        display:none;
    }
    
    .desktop-menu{
        display:block;
        position: absolute;
        top:0px;
        left: 0px;
        width:100%;
        z-index: 1000;
        padding-left:10px;
    }
    
    .desktop-menu .menu-main-menu-container {
        display: inline-block;
    }

    .social {
        display:block;
        position: absolute;
        right: 0px;
        font-size:22px;
        top: 25px;
    }
    
    .social span {
        opacity: .5;
        color:#888;
        transition:all 500ms ease;
        transform:scale(1,1);
    }
    
    /*
    
    .social a.facebook span {
        color: #3b5998;
        opacity: .75;
    }

    .social a.twitter span {
        color: #00aced;
        opacity: .75;
    }
    
    */
    
    .social span:hover{
        opacity: 1;
        transform:scale(1.2,1.2);
    }

    .desktop-menu ul.menu > li {
        display: inline-block;
        position: relative;
    }
    
    .desktop-menu ul.menu > li > a {
        color: #ffffff;
        text-decoration: none;
        font-family: roboto, Helvetica, Tahoma, Geneva, Arial, sans-serif;
        font-size: 14px;
        padding:20px 10px;
        display:inline-block;
        font-weight:bold;
        text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    }
    
    ul.sub-menu li:last-of-type a {
        border-bottom: 0px;
    }
    
    li.page-item-6 {
        opacity: .65;
    }
    
    .desktop-menu li.menu-item-has-children > a:after{
        font:normal normal normal 14px/1 FontAwesome;
        content:"\f107";
        font-size: 16px;
        line-height: 14px;
        display: inline-block;
        margin-left: 10px;
    }
    
    .desktop-menu ul ul{
        height:0px;
        overflow:hidden;
        position: absolute;
        transition:transform 300ms ease, opacity 300ms ease;
        opacity:0;
        transform:translate3d(0px, 30px, 0px);
    }
    
    .desktop-menu ul.menu > li:hover ul.sub-menu {
        height: auto;
        background: rgba(255,255,255,.95);
        padding: 20px 0;
        top: 100%;
        left: 0px;
        max-width: 500px;
        min-width: 300px;
        border-radius: 7px;
        opacity:1;
        transform:translate3d(0px, 0px, 0px);
        box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    }
    
    ul.sub-menu li a {
        font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
        text-decoration:none;
        padding: 5px 20px;
        display:block;
        /* margin-bottom:10px; */
        border-bottom:1px solid #DDD;
        line-height:22px;
        font-size:15px;
        color:#002671;
    }
    
    ul.sub-menu li a:hover{
        background: #38664e;
        color: #fff;
    }
    
}

@media screen and (min-width: 1440px){
    
    header #logo img{
        width:145px;
    }

    header #logo strong {
        font-size: 18px;
        line-height: 20px;
        bottom: 30px;
        width: 240px;
        margin-left: 15px;
    }
    
    .social{
        top:55px;
    }
    
}













.match-alert img {
    width: 100%;
    display: block;
}

a.match-alert {
    display: block;
    width: 250px;
    position: absolute;
    top: 45px;
    left: 560px;
    transform: translate3d(-50%,0,0);
}

@media (max-width:1439px){

    a.match-alert{
        width:200px;
        top:20px;
        left: 333px;
    }

}

@media (max-width:1023px){

    a.match-alert{
        left:50%;
    }

}

@media (max-width:768px){

    a.match-alert{
        left:60%;
    }

}

@media (max-width:600px){

    a.match-alert{
        display:none;
    }

}