﻿/*
 * Style tweaks
 * --------------------------------------------------
 */
html.row-offcanvas,
body.row-offcanvas {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body.row-offcanvas {
    padding-top: 70px;
}

footer.row-offcanvas {
    padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
}

.img-news-thumb {
    max-width: 95px;
    width: 95px;
    height: 120px;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}

#news-carousel .carousel-caption a,
#gallery-carousel .carousel-caption a {
    color: inherit;
    text-decoration: none;
}

#carousel-news-generic .img-news-carousel {
    width: 100%;
    height: 300px;
    -ms-background-size: cover;
    background-size: cover;
}

#carousel-gallery-generic .img-gallery-carousel {
    width: 100%;
    height: 500px;
    -ms-background-size: cover;
    background-size: cover;
}

.img-gallery-thumb {
    max-width: 95px;
    width: 95px;
    height: 120px;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .img-gallery-thumb > .glyphicon {
        position: absolute;
        color: rgba(255, 255, 255, 0.67);
        font-size: 50px;
        margin: 0 auto;
        left: 23px;
        top: 30px;
    }

.overlay-loading {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.list-group .list-group-item .glyphicon {
    margin-left: 10px;
}

.ads-closer {
    float: left;
    color: #fff;
    cursor: pointer;
    padding-left: 9px;
    font-size: 20px;
}


.ads-closer:hover {
    color: #a9a9a9;
}

bl {

    direction: ltr;  
}
.padding-left-0 {
    padding-left: 0 !important;
}

.padding-top-2 {
    padding-top: 2px !important;
}