@media screen and (max-width: 992px) {
#logo img {
    max-width: 120px;
}
.header-shrink #logo img {
    max-width: 80px;
}
.navigation ul li>a {
    text-align: left;
color: #fff;
}
.navigation ul li{
margin: 0;
}
#header #navigation{
    background-color: #fe0000;
margin-top: 7px;
}
#header{
background-color: #fe0000 !important;
}
.navigation > ul > li > a {
    font-size: 18px;
}
.navigation ul li>a{
padding: 15px;
}
.header-shrink .navigation > ul > li > a {
    font-size: 18px;
}
}

@media only screen and (max-width: 767px){
ul.portfolio-items li {
    width: 100%;
    max-width: 100%;
}
ul.portfolio-items img{
max-width: 100%;
    width: 100%;
}
.tabs-nav li:first-child a {
    border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.tabs-nav li {
    border-right: none;
display: block;
}
.tabs-nav li a {
    height: auto;
    border-top: 0;
    border-bottom: 1px solid #cfcfcf;
}
.tabs-nav {
    height: auto;
border: 0;
}
}
