﻿
/*Magazine Slider CSS*/
/******************************************************************************************************/
.MagImage {
    height: 200px;
    width: auto;
}

.MagSlider {
    height: 400px;
    padding-top: 50px;
    text-align: justify;
}

.box-slider {
    cursor: pointer;
    height: 210px;
    position: relative;
    overflow: hidden;
    width: auto;
    /*left: 23px;*/
   
}

    .box-slider .overbox {
        position: absolute;
        top: 0;
        left: 10px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: rgba(66, 140, 184, 0.87);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 250px;
        height: 208px;
        padding-top: 60px;
    }

    .box-slider:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.overbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .overbox span:hover {
        background-color: #fff !important;
        color: #304562 !important;
        text-decoration: none !important;
    }

.box-slider:hover .overbox {
    opacity: 1;
}


.box-slider img {
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}


.tagline {
    margin-top: 7px !important;
}

    .tagline span {
        color: #fff !important;
        border: 1px solid #fff !important;
        padding: 10px !important;
        font-size: 13px;
    }



.box-slider .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box-slider .title {
    padding:13px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    text-align: center;
    color: #fff;
}

.box-slider:hover .title,
.box-slider:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box-slider .tagline {
    font-size: 0.8em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    text-align: center;
}

.box-slider:hover .tagline,
.box-slider:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.box-slider1 .overbox {
    position: absolute;
    top: 0;
    /*left: 15px;*/
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 0px;
    background-color: rgba(66, 140, 184, 0.87);
    /*border: 4px solid gray;*/
    color: #fff;
    z-index: 100;
    opacity: 0.9;
    width: 220px;
    height: 155px;
    padding-top: 47px;
}

.box-slider1:hover .overbox {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}



    .overbox span:hover {
        background-color: #fff !important;
        color: #304562 !important;
        text-decoration: none !important;
        transition: all 0.4s ease-in-out;
    }

    .overbox span {
        transition: all 0.4s ease-in-out;
    }

.box-slider1:hover .overbox {
    opacity: 1;
}


.box-slider1 img {
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}


.box-slider1 .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box-slider1 .title {
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    text-align: center;
    color: #fff;
}

.box-slider1:hover .title,
.box-slider1:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box-slider1 .tagline {
    font-size: 0.8em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    text-align: center;
}

.box-slider1:hover .tagline,
.box-slider1:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.slick-prev:before,
.slick-next:before {
    content: circle;
    color: red;
    left: 20px !important;
}

.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-image: url(../img/rightarrow.png);
    background-color: transparent;
}

.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-image: url(../img/leftarrow.png);
    background-color: transparent;
}

.slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background-image: url(../img/rightarrow.png);
    transition: all 0.9s ease-in-out;
}

.slick-prev:hover, .slick-prev:focus {
    color: transparent;
    outline: none;
    background-image: url(../img/leftarrow.png);
    transition: all 0.9s ease-in-out;
}

/******************************************************************************************************/