/*


/*==============================================================================================
									Import CSS Files Links										
==============================================================================================*/
/*==============================================
			Theme Reset CSS file				
==============================================*/
@import url('reset.css');
/*==============================================
			Global Elements CSS file			
==============================================*/
@import url('globalelements.css');
/*==============================================
			All Hdeader CSS file				
==============================================*/
@import url('headers.css');
/*==============================================
			All Sliders CSS file				
==============================================*/
@import url('sliders.css');
/*==============================================
			Theme Content CSS file				
==============================================*/
@import url('content.css');
/*==============================================
			All Footers CSS file				
==============================================*/
@import url('footers.css');

/*@import url('magnific-popup.css');
@import url('jgallery.min.css');
@import url('scrollbar.css');
@import url('YouTubePopUp.css');
@import url('pogo-slider.css');

@import url('transitions.css');
@import url('animate.css');*/








/* intro1 */


.intro1 .section-header {
    padding-bottom: 3px;
}

.intro1 .item .item-thumb {
    border-radius: 3px;
    overflow: hidden;
}

.item-thumb > a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .item-thumb > a::before {
        position: absolute;
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        background: rgba(0,0,0,.3);
        top: 15px;
        left: 15px;
        border-radius: 3px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        visibility: hidden;
        opacity: 0;
    }

.intro1 .item:hover .item-thumb > a::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
}

.item-thumb > a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    border-radius: 3px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    visibility: visible;
    opacity: 1;
}

.intro1 .item:hover .item-thumb > a::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.intro1 .item .item-txt {
    background: #fff;
    padding: 10px 35px 11px 35px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    border-radius: 3px;
    position: relative;
    z-index: 2;
}

.item-txt > h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #111c16;
}

.item-txt > p {
    font-size: 15px;
    line-height: 26px;
    color: #737373;
    margin-bottom: 10px;
}

.item-txt > .rdm .fa {
    font-size: 18px;
    line-height: 44px;
    color: #6abe52;
}

.item-txt > .rdm {
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    background: url(../images/read.html) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.intro1 .item:hover .item-txt > .rdm {
    background: url(../images/read-hv.html) no-repeat center center;
}

    .intro1 .item:hover .item-txt > .rdm .fa {
        color: #fff;
    }

.intro1 .item .item-txt::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background-image: linear-gradient(to right, #248ded, #00adfb, #00c4d6, #00d387, #5ab606);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.intro1 .item:hover .item-txt::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

.intro1 .item:hover .item-txt > h2,
.intro1 .item:hover .item-txt > p,
.intro1 .item:hover .item-txt > .rdm .fa {
    color: #fff;
    -webkit-transition: color .2s linear 0s;
    transition: color .2s linear 0s;
}

.bg-gray {
    background: #efefef;
}

.signup-box .card-block, .login-box .card-block {
    padding: 1.25rem 2em;
    background-color: #fff;
}
/* -------------- Gallery ----------------*/

.album-list-item, .album-list-item .ali-img-wrap {
    position: relative;
}

    .album-list-item .ali-link {
        display: block;
        text-decoration: none;
    }

    .album-list-item .ali-img-wrap {
        box-shadow: 0 0 0 1px #FFF;
    }

        .album-list-item .ali-img-wrap .ali-img {
            position: relative;
            z-index: 2;
        }

    .album-list-item .ali-caption {
        position: absolute;
        display: block;
        bottom: -1px;
        left: -1px;
        right: -1px;
        padding: 5% 7% 4% 7%;
        text-align: center;
        z-index: 3;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .album-list-item:hover .ali-caption {
        background-color: rgba(0, 0, 0, 0.85);
        padding-top: 7%;
        padding-bottom: 6%;
    }

    .album-list-item .ali-title {
        display: block;
        margin: 0;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        color: #E1E100;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /* album list item meta */
    .album-list-item .ali-meta {
        margin-top: 5px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .album-list-item .ali-img-wrap:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
        -webkit-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .album-list-item:hover .ali-img-wrap:before {
        -webkit-transform: rotate(2.5deg);
        -ms-transform: rotate(2.5deg);
        transform: rotate(2.5deg);
    }

    .album-list-item .ali-img-wrap:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
        -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .album-list-item:hover .ali-img-wrap:after {
        -webkit-transform: rotate(-2.5deg);
        -ms-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
    }



.album-single-item {
    position: relative;
    overflow: hidden;
}

.album-single-item-thumb {
    position: relative;
    display: block;
}

/* album single item image */
.asi-img {
}

/* album single item cover */
.album-single-item .asi-cover {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.album-single-item:hover .asi-cover {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /*
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
	*/
}

.album-single-item .asi-cover:hover {
}

/* album single item link */
.album-single-item .asi-link {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* album single item info */
.album-single-item .asi-info {
    position: absolute;
    left: 20px;
    bottom: 17px;
    text-align: left;
    z-index: 2;
}

/* album single item title */
.album-single-item .asi-title {
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.album-single-item:hover .asi-title {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.album-single-item .asi-title:hover {
}

/* album single item sub title */
.album-single-item .asi-sub-title {
    margin: 8px 0 0 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.album-single-item:hover .asi-sub-title {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.album-single-item .asi-info .s-icon {
    display: inline-block;
    font-size: 21px;
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.album-single-item:hover .asi-info .s-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (min-width: 480px) {
    .hover-boxed .asi-cover {
        top: 10%;
        bottom: 10%;
        left: 10%;
        right: 10%;
    }
}

.hover-center .asi-info {
    top: 50%;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.album-list-item .asi-cover {
    position: absolute;
    top: 30%;
    left: 45%;
    background-color: transparent;
    z-index: 999;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0,0,0,0.6);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
}

    .album-list-item .asi-cover i {
        text-align: center;
        line-height: 54px;
        color: #fff;
        font-size: 22px;
    }

.shadow-gallery {
    -webkit-box-shadow: -13px -13px 0px -5px #ccc;
    -moz-box-shadow: -13px -13px 0px -5px #ccc;
    box-shadow: -13px -13px 0px -5px #ccc;
    padding: 10px;
    border-right: 4px dotted #ddd;
    border-bottom: 4px dotted #ddd;
}

.m-b-30 {
    margin-bottom: 30px;
}
