@media only screen and (max-width: 991px) and (min-width: 768px){
#block-mainnavigation .navbar-nav li a {
    font-size: 1.1em;
    padding: 15px 6px !important;
  
}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
#block-mainnavigation .navbar-nav li a {
    text-transform: uppercase;
    color: white;
    font-size: 1.3em;
    font-family: alternate-gothic-no-2-d;
    letter-spacing: 1px;
}
#image-link.lg img {
    margin-top: 13px;
    height: 14px;
}
.news-style h5 a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 5px;
    font-size: 1em;
    font-family: alternate-gothic-no-2-d;
    color: white;
}

}

@media only screen and (max-device-width: 780px) and (min-device-width: 451px) and (orientation: landscape){
.path-news .news-categories .view-header .lgo img {
    height: 30px;
    margin-top: 3px;
}
}

@media only screen 
  and (min-width: 2436px) 
  and (max-height: 1125px) 
  and (-webkit-min-device-pixel-ratio: 1.5)
  {
.news-style h5 a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 5px;
    font-size: 0.9em;
    font-family: alternate-gothic-no-2-d;
    color: white;
}
}


 
 
