/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*
load more
*/
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #fff;
    text-shadow: 2px 2px 2px #000000;
    border: 1px solid #ccc;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}
/************end load more****************/
.vertical-center {
    position: absolute;
}

@media (min-width: 250px) {
    .vertical-center {
        width: 250px !important;
        top: 3% !important;
    }
}
@media (min-width: 576px) {
    .vertical-center {
        width: 250px !important;
        top: 3% !important;
    }
}
@media (min-width: 768px) {
    .vertical-center {
        width: 300px !important;
        top: 5% !important;
    }
}
@media (min-width: 992px) {
    .vertical-center {
        width: 350px !important;
        top: 8% !important;
    }
}
@media (min-width: 1200px) {
    .vertical-center {
        width: 400px !important;
        top: 8% !important;
    }
}
@media (min-width: 1400px) {
    .vertical-center {
        width: 400px !important;
        top: 8% !important;
    }
}

.vertical-center-text {
    position: absolute;
    text-align: center;
}

@media (min-width: 250px) {
    .vertical-center-text {
        top: 5% !important;
    }
}
@media (min-width: 576px) {
    .vertical-center-text {
        top: 5% !important;
    }
}
@media (min-width: 768px) {
    .vertical-center-text {
        top: 7% !important;
    }
}
@media (min-width: 992px) {
    .vertical-center-text {
        top: 9% !important;
    }
}
@media (min-width: 1200px) {
    .vertical-center-text {
        top: 13% !important;
    }
}
@media (min-width: 1400px) {
    .vertical-center-text {
        top: 13% !important;
    }
}

@media (max-width: 480px) {
    .slider-arrow-left,
    .slider-arrow-right {
        display: none;
    }
}

