.cziaSlider {
    float: left;
    position: relative;
    width: 100%;
}
.cziaSliderContent {
	display: block;
}
.cziaSlider, .sliderThumb img {
	height: 600px;
}
.cziaSlider .cziaSliderContent li {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cziaSliderContent .sliderThumb {
	float: left;
    width: 100%;
}
.cziaSliderContent .sliderThumb img {
    object-fit: cover;
    width: 100%;
}
.cziaSliderContent .sliderDesc {
    margin-top: -60px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.cziaSliderContent .sliderDescContent {
    float: left;
    width: 40%;
}
.sliderDesc .title, .sliderDesc .text {

}
.sliderDesc .title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    font-family: "Open Sans Condensed", sans-serif;
}
.sliderDesc .text {
    color: #ffffff;
    font-size: 20px;
    height: 78px;
    line-height: 1.3;
    margin-top: 11px;
    overflow: hidden;
    font-family: "Open Sans Condensed", sans-serif;
}
/*.sliderDesc .detail {
    background: #52637c none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: gnThin;
    font-size: 24px;
    height: 40px;
    margin-top: 23px;
    padding-top: 4px;
    text-align: center;
    width: 165px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sliderDesc .detail:hover {
    background: #d0ba94 none repeat scroll 0 0;
}*/

.cziaSliderBtn {
    left: 0;
    margin-top: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.cziaSliderBtnContent { }
.cziaSliderBtnContent .prevBtn, .cziaSliderBtnContent .nextBtn {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 100%;
    color: #f0542d;
    font-size: 32px;
    height: 35px;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    width: 35px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cziaSliderBtnContent .prevBtn { left:15px; }
.cziaSliderBtnContent .nextBtn { right:15px; }

.cziaSliderBtnContent a:hover {
    background: #f0542d;
    color:#fff;
}

.sliderLink {
    float: left;
    margin-top: 35px;
    display: none;
}
.sliderLink a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-right: 12px;
    padding: 7px 23px;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sliderLink a:nth-child(1) {
    border: 2px solid #fff;
    color: #fff;
}
.sliderLink a:nth-child(1):hover {
    background: #fff;
    color:#f0542d;
}

.sliderLink a:nth-child(2) {
    border: 2px solid #f0542d;
    color: #f0542d;
    margin-right: 0;
}
.sliderLink a:nth-child(2):hover {
    background: #f0542d;
    color: #fff;
}



@media only screen and (min-width:319px) and (max-width:479px) {
    .cziaSlider .prevBtn, .cziaSlider .nextBtn {
        display: none;
    }
    .cziaSliderContent .sliderDescContent {
        width: 100%;
    }
    .sliderDesc .title {
        text-align: center;
        font-size: 32px;
    }
    .cziaSliderContent .sliderDesc {
        margin-top:-25px;
    }
    .sliderDesc .text {
        display: none;
    }
    .cziaSlider, .sliderThumb img{
        height: 325px;
    }
}


@media only screen and (min-width:479px) and (max-width:767px) {
    .cziaSlider .prevBtn, .cziaSlider .nextBtn {
        display: none;
    }
    .sliderDesc .title {
        text-align: center;
    }
    .cziaSliderContent .sliderDesc {
        margin-top: -48px;
    }
    .sliderDesc .text {
        display: none;
    }
    .cziaSlider, .sliderThumb img {
        height: 400px;
    }
    .cziaSliderContent .sliderDescContent {
        width: 100%;
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .cziaSlider, .sliderThumb img {
        height: 465px;
    }
    .cziaSliderContent .sliderDesc {
        margin-top:-85px;
    }
    .cziaSliderContent .sliderDescContent {
        width: 70%;
    }
    .sliderDesc .title {
        text-align: inherit;
    }
    .sliderDesc .text {
        display: block;
    }
    .sliderLink {
        text-align: left !important;
    }

    
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .cziaSlider .prevBtn {
        left: 10px;
    }
    .cziaSlider .nextBtn {
        right: 10px;
    }

    .cziaSliderContent .sliderDescContent {
        left: 61px;
        position: relative;
        width: 60%;
    }
}

























