﻿.DescriptionHeight{
    max-height : 120px;
    overflow:hidden;
    height:120px;
}


.BlogHeaderTitle{
    max-height : 55px;
    overflow:hidden;
    height:55px;
}

.HideINSmallWindow{
        display:block;
    }

.HideImageINSmallWindow{
        display:block;
    }

@media (max-width: 992px){
    .HideINSmallWindow{
        display:none;
    }

    .HideImageINSmallWindow{
        display:none;
    }
}


/*region for library*/


.box-img {
    border-radius: 12px 12px 0 0;
    border: 4px solid transparent;
    background: #fff;
    padding: 30px 0;
    position: relative;
}

    .box-img img {
        border-radius: 12px 12px 0 0;
        display: inline-block;
        margin: 0 auto;
        max-height: 132px;
    }

    .box-img .btn-block {
        position: absolute;
        bottom: 0;
        height: 55px;
        line-height: 55px;
        color: #fff;
        /*color: black;*/
        /*background: #ea7066;*/
        background: #df4a43;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(0%,50%);
        transform: translate(0%,50%);
        z-index: -1;
    }

        .box-img .btn-block i {
            margin-right: 7px;
        }

.box:hover .box-img .btn-block {
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
    transition: all .3s ease-in-out;
    z-index: 1;
}

.box-info {
    padding: 20px;
}

    .box-info h4 {
        font-family: dosis,sans-serif;
        font-size: 20px;
        color: black;
        text-transform: capitalize;
        margin-bottom: 15px;
        font-weight: 700;
    }

        .box-info h4 a {
            color: #fff;
        }

    .box-info .btn-primary {
        font-size: 14px;
        /*background-color: #fff;*/
        background-color: #df4a43;
        color: #666;
        font-weight: 600;
    }

        .box-info .btn-primary:hover {
            background-color: #fff;
        }

        
.price span {
    font-size: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
}

    .price span del {
        color: rgba(255,255,255,.7);
    }

.box .sticker-round {
    width: auto;
    padding: 10px;
    left: 7px;
    top: 7px;
    font-size: 13px;
}

    .border-color-1Lib {
    border-color: #ebebeb!important;
}


    .bg-color-1Lib {
    background-color: #ebebeb!important;
}


    .sticker-round {
    width: 70px;
    padding: 10px 0;
    border-radius: 13px;
    box-shadow: 0 0 1px rgba(0,0,0,.5);
    background-color: #84bed6;
    /*display: block;*/
    text-align: center;
    position: absolute;
    left: 48px;
    top: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}




    
.sticker {
    position: absolute;
    left: 33px;
    top: 20px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .sticker:hover {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
    }

    .thumbnailContent.alt {
    box-shadow: none;
}

    .bg-color-1Event {
    background-color: #df4a43!important;
}



    /*For FAQ*/

    .accordionCommon .panel {
    margin-bottom: 30px;
    border: 0;
}

.accordionCommon .panel-heading {
    display: block;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    /*color: #fff;*/
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

    .accordionCommon .panel-heading span.iconBlock {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 3px;
        background-color: #fff;
        color: #666;
        display: inline-block;
        float: right;
        box-shadow: 0 4px 0 rgba(0,0,0,.1);
    }

        .accordionCommon .panel-heading span.iconBlock.iconTransparent {
            background-color: transparent;
            box-shadow: none;
            color: #fff;
        }

.accordionCommon span.separator {
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.25);
    position: absolute;
    top: 0;
    right: 60px;
}

.accordionCommon .panel-body {
    padding: 30px;
    background-color: #f8f8f8;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
    border-top: 0 !important;
    border-radius: 0 0 8px 8px;
}

    .accordionCommon .panel-body p {
        margin-bottom: 35px;
    }

        .accordionCommon .panel-body p:last-child {
            margin-bottom: 0;
        }




        @media (max-width: 600px){
            .media-left{
                display:table-row;
            }
            .media-body{
                padding:10px;
            }
        }


