.ec-slide {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#ec-slide-list {
    position: relative;
    top: 0px;
    left: 0px;
}
#ec-slide-list li {
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    display: none;
    width: 100%;
}

.slide-photo {
    overflow: hidden;
}
.slide-photo img {
    object-fit: cover;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    width: 100%;
}
.slide-photo.active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.ec-slide, .slide-photo img {
    height: 534px;
}

.slide-description {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slide-description .content {
    float: left;
    width: auto;
}
.slide-description .content h3 {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
}
#ec-slide-list li.active .slide-description .content h3 {
    opacity: 1;
    visibility: visible;

    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.slide-description .content h3.title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 0.8rem 0rem;
    text-shadow: 0 0 15px #00000069;
    transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
}
.slide-description .content h3.text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    max-height: 88px;
    overflow: hidden;
    text-shadow: 0 0 15px #00000069;
    transform: translateX(-75px);
    -ms-transform: translateX(-75px);
    -webkit-transform: translateX(-75px);
}


.description-info {
    float: left;
    margin-top: 1rem;
    width: 100%;
}
.description-info h2 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease 0.2s;
    -webkit-transition: all 0.9s ease 0.2s;
    -moz-transition: all 0.9s ease 0.2s;
}
#ec-slide-list li.active .description-info h2 {
    opacity: 1;
    visibility: visible;

    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.description-info h2.text {
    color: #231f20;
    float: left;
    font-size: 24px;
    font-weight: 700;
    max-height: 58px;
    overflow: hidden;
    width: 280px;
}
.description-info h2.text {
    transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
}
.description-info h2.price {
    color: #231f20;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 0.8;
}
.description-info h2.price {
    transform: translateX(-75px);
    -ms-transform: translateX(-75px);
    -webkit-transform: translateX(-75px);
}
.description-info h2.price span {
    font-size: 48px;
    font-weight: 800;
}
.slide-buttons {
    float: left;
    margin-top: 1.5rem;
    width: 100%;
}
.slide-buttons a {
    background: #acb5c5 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 56px;
    margin-right: 0.2rem;
    padding: 1rem 0;
    text-align: center;
    width: 168px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.slide-buttons a:hover {
    background: #8792a3 none repeat scroll 0 0;
}
.slide-buttons a:nth-last-child(1) {
    margin-right: 0;
}
.slide-buttons a.detail-btn {}
.slide-buttons a.apply-btn {}


.ec-slide-navs {
    bottom: 1rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    display: none;
}
.ec-slide-navs li {
    display: inline-block;
}
.ec-slide-navs li a {
    border: 3px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 12px;
    margin: 0 3px;
    width: 12px;
}
.ec-slide-navs li.active a {
    background: #fff;
}

.ec-slide-buttons {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
}
.ec-slide-buttons a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #888888;
    cursor: pointer;
    font-size: 32px;
    height: 62px;
    position: absolute;
    text-align: center;
    width: 62px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.ec-slide-buttons a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ec-slide-buttons a .icon {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    width: inherit;
}
.ec-slide-buttons a.prev {
    left: 20px;
}
.ec-slide-buttons a.next {
    right: 20px;
}


@media only screen and (max-width: 767px) {

.ec-slide-buttons {
    display: none;
}

.slide-description .content {
    width: 100%;
}

.slide-description .content h3.text {
    display: block;
    text-align: center;
}
.ec-slide-navs {
    display: block;
}
}

@media only screen and (min-width:320px) and (max-width:479px) {

.slide-description .content h3.title {
    font-size: 32px;
    height: auto;
    line-height: 1.2;
    text-align: center;
}
.ec-slide, .slide-photo img {
    height: 300px;
}
.description-info h2.text {
    font-size: 18px;
    margin-bottom: 9px;
    text-align: center;
    width: 100%;
}
.description-info h2.price {
    text-align: center;
    width: 100%;
    font-size: 36px;
}
.description-info h2.price span {
    font-size: 32px;
}
.slide-buttons {
    text-align: center;
}
.slide-buttons a {
    font-size: 14px;
    height: 50px;
    padding: 1.1rem 0;
    width: 120px;
}

}


@media only screen and (min-width:479px) and (max-width:767px) {

.ec-slide, .slide-photo img {
    height: 430px;
}
.slide-description .content h3.title {
    font-size: 32px;
    height: auto;
    line-height: 1.2;
    text-align: center;
}
.description-info h2.text {
    margin-bottom: 9px;
    text-align: center;
    width: 100%;
}
.description-info h2.price {
    text-align: center;
    width: 100%;
}
.slide-buttons {
    text-align: center;
}

}

@media only screen and (min-width: 767px) and (max-width: 991px) {
.slide-description .content {
    width: 75%;
}
.ec-slide-navs {
    bottom: 4rem;
    display: block;
}
.ec-slide-buttons {
    display: none;
}

}

@media screen and (min-width: 768px) {}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
.slide-description .content {
    width: 60%;
}
.ec-slide-buttons {
    display: none;
}
.ec-slide-navs {
    bottom: 4rem;
    display: block;
}


}

@media only screen and (min-width : 1824px) { }
