
/* =============================================================== */
/* IMAGE LOOK SIMPLE
/* =============================================================== */
.image-look-simple a {
    display: block;
    overflow: hidden;
}

    .image-look-simple a img {
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
    }

        .image-look-simple a img:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

/* =============================================================== */
/* IMAGE LOOK
/* =============================================================== */

.image-look .inner {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

    .image-look .inner .box-content-overly-white {
        right: 0;
        text-align: center;
    }

    .image-look .inner .img-title {
        color: white;
        display: block;
        font-size: 20px;
        font-family: Oswald;
        font-weight: normal;
        letter-spacing: 3px;
        padding: 0 10px;
        position: absolute;
        text-align: center;
        text-shadow: 1px 0px 2px #555;
        text-transform: uppercase;
        top: 40%;
        width: 100%;
        z-index: 100;
        transition: opacity .2s linear, visibility .2s linear;
    }

    .image-look .inner:hover .img-title {
        visibility: hidden;
        opacity: 0;
    }

    .image-look .inner .box-text-cell-inner h1 {
        font-size: 20px;
    }

    .image-look .inner:hover .box-content-overly-white {
        opacity: 1;
        background: rgba(255, 255, 255, 0.8);
        visibility: visible;
    }



/* Content template 2 */
.content-temp2 {
    padding: 0 10px;
}

    .content-temp2 .inner {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }

        .content-temp2 .inner .overly {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            display: block;
            transition: background 0s ease 0s, all 0.25s ease 0s;
            -webkit-transition: background 0s ease 0s, all 0.25s ease 0s;
        }

            .content-temp2 .inner .overly .explore-title {
                color: white;
                display: block;
                font-family: Oswald;
                font-size: 20px;
                font-weight: normal;
                letter-spacing: 3px;
                padding: 0 10px;
                position: absolute;
                text-align: center;
                text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
                text-transform: uppercase;
                top: 40%;
                top: calc(50% - 11px);
                transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
                -webkit-transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
                opacity: 1;
                width: 100%;
                z-index: 100;
            }

                .content-temp2 .inner .overly .explore-title::after {
                    color: white;
                    content: "\e258";
                    display: inline-block;
                    font-family: "Glyphicons Halflings";
                    font-size: 0.8em;
                    font-style: normal;
                    font-variant: normal;
                    font-weight: normal;
                    line-height: 1;
                    position: static;
                    text-transform: none;
                    width: 0;
                    opacity: 0;
                    overflow: hidden;
                    transition: all 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
                    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
                }

        .content-temp2 .inner:hover .explore-title::after {
            width: 20px;
            opacity: 1;
        }


        .content-temp2 .inner:hover .overly {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            background-color: #000000;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: 1000;
        }

        .content-temp2 .inner:hover .img-title {
            opacity: 0.95 !important;
            visibility: visible !important;
        }

        .content-temp2 .inner:hover .img-block img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
            -webkit-transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        }

        .content-temp2 .inner .img-block img {
            transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
        }

        .content-temp2 .inner .img-block {
            max-height: 100%;
            overflow: hidden;
        }


    .content-temp2.text-only .inner {
        border:1px solid #f5f5f5;
        border-radius: 2px;
        padding:2px;
    }

    .content-temp2.text-only .inner .overly .explore-title {
        color: #555;
    }

    .content-temp2.text-only  .inner .img-block {
        height: 50px;
        background-color: #f5f5f5;
        margin: 4px;
    }



/* Overlay-Container Content template 3,4 */
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}


.overlay-link {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}


.overlay-visible .overlay-bottom, .overlay-visible .overlay-top {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    padding-bottom: 10px;
}


.overlay-bottom, .overlay-top {
    position: absolute;
    top: auto;
    padding: 10px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-container.text-slide .overlay-bottom {
    bottom: -45px !important;
}

.overlay-container .text {
    padding: 0 10px;
    min-height: 70px;
}

    .overlay-container .text h3 {
        font-size: 18px;
        font-weight: 100;
        font-family: 'Oswald', sans-serif;
        padding-bottom: 8px;
    }

    .overlay-container .text p {
        line-height: 18px;
        margin: 0px;
    }


.overlay-container:not(.text-slide):hover .overlay-link {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-container.text-slide:hover .overlay-bottom {
    bottom: 0px !important;
    transition: all 0.3s linear 0s;
}



/* Banner Slider template, Category  template 1 */
.box-content-overly {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 5;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

    .box-content-overly.box-content-overly-white {
        opacity: 0;
    }

.box-text-table {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.box-text-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.box-text-cell-inner.dark {
    color: #454545;
}

.box-text-cell-inner {
    max-width: 90%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
}





/* =============================================================== */
/* BLOG & SLIDER-BLOGLIST*/
/* =============================================================== */

.blog-slider {
    margin-right: -15px;
    margin-left: -15px;
}

    .blog-slider .blog-item {
        margin: 0 15px 15px;
    }

    .blog-slider .blog-content {
        min-height: 135px;
    }

    .blog-slider .blog-item h2 {
        text-transform: none;
        margin-top: 0;
        padding-bottom: 4px;
        border-bottom: 1px solid #CECECE;
        margin-bottom: 6px;
    }

    .blog-slider .blog-item .main-image {
        margin-bottom: 10px;
    }

    .blog-slider .blog-content {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .blog-slider .blog-short-desc {
        margin-bottom: 0px;
    }



.blog-item {
    margin-bottom: 70px;
}

    .blog-item h2 {
        text-transform: none;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .blog-item .main-image:hover img {
        opacity: 0.8;
    }

    .blog-item .main-image {
        margin-bottom: 20px;
    }

    .blog-item a.readmore {
        color: #383838;
        font: 600 13px/30px "Khula",sans-serif;
        font-size: 13px;
        font-family: "Khula",sans-serif;
        font-weight: 600;
        line-height: 30px;
    }

        .blog-item a.readmore:hover i {
            padding-left: 10px;
        }

        .blog-item a.readmore i {
            padding-left: 5px;
            transition: all 0.3s ease 0s;
        }

.blog-info {
    margin-bottom: 10px;
    color: #777;
    font-size: 12px;
}

.blog-content {
    margin-bottom: 20px;
    font-size: 16px;
}

.blog-short-desc {
    margin-bottom: 20px;
}
