.logo-template {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: gray;
}

#myCarousel{
    height: 408px !important;
}

#myCarousel .carousel-inner{
    height: 408px !important;
}

@media (max-width: 480px){
    .logo img {
        width: initial !important;
        margin-left: 22px !important;
        height: auto;
    }
}

@media (max-width: 990px){
    #myCarousel {
        height: initial !important;
    }

    #myCarousel .carousel-inner{
        height: initial !important;
    }
}

@media (max-width: 995px){
    ul.menu.menu2{
        width: 297px !important;
        padding-left: 51px !important;
        top: 13px !important;
        margin-right: -34px !important;
    }
}

.block{
    display: block !important;
}

@media (max-width: 1200px){
    h1 {
        font-size: 24px !important;
    }
}

@media (min-width: 460px){
    .logo {
        padding-left: 45px !important;
    }
}

@media (min-width: 991px){
    #newsDepartment {
        margin-top: 72px;
    }
}

@media (max-width: 991px){
    #newsDepartment {
        margin-top: 28px;
    }

    #myCarousel {
        border-bottom: 4px solid #887350;
    }

    .page .container {
        border-top: none !important;
        padding-top: 37px !important;
    }
}

#newsDepartment .panel-default{
    border-color: #cfd7de !important;
}

.h4Div {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.h4Div h4{
    color:white;
    text-transform: uppercase;
}

#newsUl li{
    padding-bottom: 9px;
    margin-bottom: 25px;
    padding-top: 6px;
}

#newsUl li img{
    width: 123px;
    padding-right: 15px;
    float: left;
}

#newsUl li a{
    display: block;
    padding-top: 3px;
}

#newsUl li:last-child {
    border-bottom:none;
    margin-bottom: 0px;
}
