.fixed-headsticky {
    z-index: 99;
    background: #fff;
    display: none;
    width: 100%;
    border-bottom: solid 1px #c4c4c4;
}

.fixed-headsticky.filter-sticky {
    z-index: 100;
    background: #fff;
    display: none;
    -webkit-transition: top 550ms linear;
    -moz-transition: top 550ms linear;
    transition: top 550ms linear;
}

.sticky-spacce {
    padding-bottom: 51px;
}

.cms-sticky-content ul li a.sticky-color {
    color: #ebebeb;
}

.page-wrapper .page-header {
    -webkit-transition: top 550ms linear;
    -moz-transition: top 550ms linear;
    transition: top 550ms linear;
}

.animation_transition {
    -webkit-transition: top 550ms linear;
    -moz-transition: top 550ms linear;
    transition: top 550ms linear;
}

.fixed-headsticky .cms-sticky-navigation ul li.hover a {
    color: #000;
}
.fixed-headsticky .cms-sticky-navigation ul li.hover a:after  {
    background: #333435;
    opacity: 1;
}
@media (min-width: 768px) and (max-width: 960px){  
    .fixed-headsticky .cms-sticky-navigation ul li.hover a {
        color: #000;
    }
    .fixed-headsticky .cms-sticky-navigation ul li.hover a:after  {
        background: #333435;
        opacity: 1;
    }
}

@media only screen and (max-width: 1140px) {

}	
@media only screen and (max-width: 1024px) { 
    .main-awards .cms-sticky-content {
        height: 41px;
        position: relative;
        overflow: hidden;
    }
    .main-awards .cms-sticky-content ul {
        height: 70px;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .page-header {
        background: none;
    }
    .fixed-headsticky .cms-sticky-navigation ul li.hover a {
        color: #000;
        tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .fixed-headsticky .cms-sticky-navigation .cms-sticky-content ul li.hover a:after  {
        background: #333435;
        opacity: 1;
    }
    .cms-sticky-navigation .cms-sticky-content ul li a:hover:after {
        background: transparent;
    }
    .cms-sticky-navigation .cms-sticky-content ul li a {
        tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}