@media (max-width: 600px) {
    .logo-molitva{
        width: 104px;
    }
    .mini-tile{
        font-size: 9px;
    }
    .web-search img {
        width: 36px;
    }
    #app-content {
        margin-top: 75px;
        overflow-x: hidden;
        margin-bottom: 127px;
    }
    .app-footer {
        background-image: url("../images/footer.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 92px;
    }
    .para{
        background: #00247D;
        transform: skewX(-15deg);
        transform-origin: top;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .panel-default .btn-link{
        background: #fff;
   }
    .para > span{
        transform: skewX(15deg);
    }
    body{
        background-image: url("../images/mobile-bg.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;

    }
    .header {
        background-image: url("../images/header-mobile.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        position: fixed;
        top: 0px;
        z-index: 9;
        background-position: center;
        width: 100%;
        height: 106px;
    }
    .t-p {
        color: #0056b3;
        padding: 0px 15px 0px 15px;
        position: relative;
        top: -10px;
        font-size: 14px;
        min-height: 100px;
    }

    .castle-logo{
        width: 36%;
    }
    .hide-mobile{
        display: none!important;
    }
    .panel-title {
        font-size: 18px;
    }
    .accordion .item .item-header h2 i {
        float: right;
        font-size: 30px;
        color: #fff;
        width: 20px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .accordion .item .item-header h2 button.btn.btn-link {
        background: #000;
        color: white;
        border-radius: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 2.5;
        text-decoration: none;
        border: 2px solid #fff;
        padding-left: 20px;
    }
    .show-mobile{
        display: block!important;
    }
}
@media (max-width: 376px) {
    .logo-molitva{
        width: 93px;
    }
    .web-search img {
        width: 30px;
    }
    .mini-tile{
        font-size: 8px;
    }
    .t-p {
        color: #0056b3;
        padding: 0px 15px 0px 15px;
        position: relative;
        top: -10px;
        min-height: 100px;
    }
    .app-footer {
        background-image: url("../images/footer.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 67px;
    }
    .header {
        background-image: url("../images/header-mobile.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        position: fixed;
        top: 0px;
        z-index: 9;
        background-position: center;
        width: 100%;
        height: 89px;
    }
    #app-content {
        margin-top: 57px;
        overflow-x: hidden;
        margin-bottom: 101px;
    }
    .accordion .item .item-header h2 i {
        float: right;
        font-size: 30px;
        color: #fff;
        width: 20px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .accordion .item .item-header h2 button.btn.btn-link {
        background: #000;
        color: #546DB1;
        border-radius: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 2.5;
        text-decoration: none;
        border: 2px solid #fff;
        padding-left: 20px;
    }
    .panel-title {
        font-size: 18px;
    }
    .castle-logo{
        width: 35%;
    }
    .hide-mobile{
        display: none!important;
    }
    .show-mobile{
        display: block!important;
    }
}
@media (max-width: 320px) {

    .logo-molitva{
        width: 82px;
    }
    .web-search img {
        width: 30px;
    }

    .header {
        background-image: url("../images/header-mobile.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        position: fixed;
        top: 0px;
        z-index: 9;
        background-position: center;
        width: 100%;
        height: 81px;
    }
    .app-footer {
        background-image: url("../images/footer.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 46px;
    }

}