.sl-slider-wrapper {
    width: 800px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
    background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
    background: #ccc;
}

.demo-1 .sl-slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Custom navigation arrows */

.nav-arrows span {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 8px solid #fff;
    text-indent: -90000px;
    margin-top: -40px;
    cursor: pointer;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-arrows span:hover {
    border-color: rgba(0, 0, 0, 0.3);
}

.nav-arrows span.nav-arrow-prev {
    left: 30%;
    border-right: none;
    border-top: none;
}

.nav-arrows span.nav-arrow-next {
    right: 30%;
    border-left: none;
    border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
    text-align: center;
    position: absolute;
    bottom: 18%;
    height: 30px;
    width: 100%;
    left: 0;
    z-index: 10;
}
.btm-15{
    bottom:15%;
}
.nav-dots span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 3px;
    background: #fff;
    cursor: pointer;
}

.nav-dots span.nav-dot-current:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px 1px #afafaf;
}

/* Content elements */

.employmentAnswerFour .demo-1 .deco,.demo-1 .deco {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -142px 0 0 -142px;
}

/*.demo-1 .deco{*/
    /*top:50%;*/
    /*margin-top: -142px;*/
/*}*/

.demo-1 .deco:after {
    content: attr(data-icon);
    position: absolute;
    width: 240px;
    height: 240px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -120px;
    border-radius: 50%;
}
.employmentAnswerFour .demo-1 .deco:after {
    content: attr(data-icon);
    position: absolute;
    width: 232px;
    height: 232px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -116px 0 0 -116px;
    border-radius: 50%;
}

.demo-1 .sl-slide h2 {
    color: #585858;
    text-shadow: 0 0 1px #000;
    padding: 20px;
    position: absolute;
    font-family: fzltzhjt;
    font-size: 56px;
    text-transform: uppercase;
    width: 1200px;
    left: 50%;
    text-align: center;
    top: 5%;
    margin-left: -600px;
}

/*.employmentAnswerFour .demo-1 .sl-slide h2{*/
    /*top:2%;*/
/*}*/

.demo-1 .sl-slide h2 span {
    margin-right: 70px;
}
.demo-1 .sl-slide h2 span:last-child {
    margin-right: 0;
}

.demo-1 .sl-slide blockquote {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-family: fzltxh;
    font-size: 20px;
    color: #585858;
    z-index: 2;
    top: 72%;
    margin: 0 0 -200px 0;
    padding: 0;
}

.employmentAnswerFour .demo-1 .sl-slide .top-14{
    top:14%;
    color:#807f7f;
}

.demo-1 .sl-slide .fitstBlock {
    top: 20%;
}

.demo-1 .sl-slide .employmentAnswerBlock{
    top:70%;
}

.demo-1 .sl-slide .fitstBlock p {
    font-family: sszhjt;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-indent: 8px;
    letter-spacing: 8px;
}

.sl-slider-wrapper .CGwangSummaryMore {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 6%;
    z-index: 10;

}

/*.sl-slider-wrapper .CGwangSummaryMore a {*/
    /*display: inline-block;*/
    /*margin: auto;*/
    /*padding: 5px 20px;*/
    /*font-family: fzltxh;*/
    /*font-size: 20px;*/
    /*color: #868f91;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 0 20px -5px #a0a8ac;*/
    /*background: #fff;*/
/*}*/
/*.sl-slider-wrapper .CGwangSummaryMore  i {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: 34px;*/
    /*height: 35px;*/
    /*margin-right: 10px;*/
    /*background: url("../../Image/UICourse/Index/more.png") no-repeat;*/
/*}*/
/*.sl-slider-wrapper .CGwangSummaryMore span {*/
    /*display: inline-block;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*vertical-align: top;*/
/*}*/


.demo-1 .sl-slide blockquote cite {
    padding-top: 10px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
}

/* Custom background colors for slides in first demo */
.demo-1 .bg-0 .sl-slide-inner {
    width: 100%;
    height: 100%;
    background: url("../../Image/YHCourse/Index/part4/employment_iconbg.jpg") no-repeat center center,-webkit-linear-gradient(53deg, #ffc6d0 42%,#ffb7c7 20%);
    background-color: #ffb2c4;
}

.demo-1 .bg-1 .sl-slide-inner {
    background: -moz-linear-gradient(120deg, #f2e0ef 20%, #f8d2dc 70%);
    background: -webkit-linear-gradient(120deg, #f2e0ef 20%, #f8d2dc 70%);
    background: -o-linear-gradient(120deg, #f2e0ef 20%, #f8d2dc 70%);
    background: -ms-linear-gradient(120deg, #f2e0ef 20%, #f8d2dc 70%);
}
.demo-1 .bg-1 .deco {
    border: 2px dashed #fffdfe;
}
.demo-1 .bg-1 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon0.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #fff3fd;
}
.demo-1 .bg-1 .fitstBlock p,.demo-1 .bg-1 .fitstBlock cite {
    color: #f18ba6;
}

.demo-1 .bg-2 .sl-slide-inner {
    background: -moz-linear-gradient(120deg, #fc9898 20%, #f7e1c9 70%);
    background: -webkit-linear-gradient(120deg, #fc9898 20%, #f7e1c9 70%);
    background: -o-linear-gradient(120deg, #fc9898 20%, #f7e1c9 70%);
    background: -ms-linear-gradient(120deg, #fc9898 20%, #f7e1c9 70%);
}
.demo-1 .bg-2 .deco {
    border: 2px dashed #fefcfd;
}
.demo-1 .bg-2 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon1.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #fee4cb;
}
.demo-1 .bg-2 .fitstBlock p,.demo-1 .bg-2 .fitstBlock cite {
    color: #e95959;
}

.demo-1 .bg-3 .sl-slide-inner {
    background: -moz-linear-gradient(103deg, #fdcca7 20%, #fbdaec 70%);
    background: -webkit-linear-gradient(103deg, #fdcca7 20%, #fbdaec 70%);
    background: -o-linear-gradient(103deg, #fdcca7 20%, #fbdaec 70%);
    background: -ms-linear-gradient(103deg, #fdcca7 20%, #fbdaec 70%);
}
.demo-1 .bg-3 .deco {
    border: 2px dashed #fff1fb;
}
.demo-1 .bg-3 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon2.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #ffcebd;
}
.demo-1 .bg-3 .fitstBlock p,.demo-1 .bg-3 .fitstBlock cite {
    color: #ef9572;
}

.demo-1 .bg-4 .sl-slide-inner {
    background: -moz-linear-gradient(103deg, #ace8fe 20%, #b5c4ff 70%);
    background: -webkit-linear-gradient(103deg, #ace8fe 20%, #b5c4ff 70%);
    background: -o-linear-gradient(103deg, #ace8fe 20%, #b5c4ff 70%);
    background: -ms-linear-gradient(103deg, #ace8fe 20%, #b5c4ff 70%);
}
.demo-1 .bg-4 .deco {
    border: 2px dashed #b8f9fd;
}
.demo-1 .bg-4 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon3.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #9ec3f0;
}
.demo-1 .bg-4 .fitstBlock p,.demo-1 .bg-4 .fitstBlock cite {
    color: #4b649d;
}

.demo-1 .bg-5 .sl-slide-inner {
    background: -moz-linear-gradient(103deg, #8ae5ff 20%, #c8fcf7 70%);
    background: -webkit-linear-gradient(103deg, #8ae5ff 20%, #c8fcf7 70%);
    background: -o-linear-gradient(103deg, #8ae5ff 20%, #c8fcf7 70%);
    background: -ms-linear-gradient(103deg, #8ae5ff 20%, #c8fcf7 70%);
}
.demo-1 .bg-5 .deco {
    border: 2px dashed #29cefe;
}
.demo-1 .bg-5 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon4.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #81e3fe;
}
.demo-1 .bg-5 .fitstBlock p,.demo-1 .bg-5 .fitstBlock cite {
    color: #5291a3;
}

.demo-1 .bg-6 .sl-slide-inner {
    background: -moz-linear-gradient(112deg, #b4f6e3 20%, #fcfbdd 70%);
    background: -webkit-linear-gradient(112deg, #b4f6e3 20%, #fcfbdd 70%);
    background: -o-linear-gradient(112deg, #b4f6e3 20%, #fcfbdd 70%);
    background: -ms-linear-gradient(112deg, #b4f6e3 20%, #fcfbdd 70%);
}
.demo-1 .bg-6 .deco {
    border: 2px dashed #81d6b5;
}
.demo-1 .bg-6 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon5.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #b3f6e4;
}
.demo-1 .bg-6 .fitstBlock p,.demo-1 .bg-6 .fitstBlock cite {
    color: #66ae9a;
}

.demo-1 .bg-7 .sl-slide-inner {
    background: -moz-linear-gradient(112deg, #fcd6de 20%, #fcffcc 70%);
    background: -webkit-linear-gradient(112deg, #fcd6de 20%, #fcffcc 70%);
    background: -o-linear-gradient(112deg, #fcd6de 20%, #fcffcc 70%);
    background: -ms-linear-gradient(112deg, #fcd6de 20%, #fcffcc 70%);
}
.demo-1 .bg-7 .deco {
    border: 2px dashed #fac3c6;
}
.demo-1 .bg-7 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon6.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #fcdddb;
}
.demo-1 .bg-7 .fitstBlock p,.demo-1 .bg-7 .fitstBlock cite {
    color: #e28b9e;
}

.demo-1 .bg-8 .sl-slide-inner {
    background: -moz-linear-gradient(112deg, #e7d6f7 20%, #f7d5ef 70%);
    background: -webkit-linear-gradient(112deg, #e7d6f7 20%, #f7d5ef 70%);
    background: -o-linear-gradient(112deg, #e7d6f7 20%, #f7d5ef 70%);
    background: -ms-linear-gradient(112deg, #e7d6f7 20%, #f7d5ef 70%);
}
.demo-1 .bg-8 .deco {
    border: 2px dashed #fcfcfc;
}
.demo-1 .bg-8 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/employment_icon7.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #dcb4d6;
}
.demo-1 .bg-8 .fitstBlock p,.demo-1 .bg-8 .fitstBlock cite {
    color: #a385bb;
}

/*二级子页面*/
.employmentAnswerFour .demo-1 .bg-1 .sl-slide-inner {
    background: -moz-linear-gradient(120deg, #f8e6d2 20%, #fcbdd5 80%);
    background: -webkit-linear-gradient(120deg, #f8e6d2 20%, #fcbdd5 80%);
    background: -o-linear-gradient(120deg, #f8e6d2 20%, #fcbdd5 80%);
    background: -ms-linear-gradient(120deg, #f8e6d2 20%, #fcbdd5 80%);
}
.employmentAnswerFour .demo-1 .bg-1 .deco {
    border: 2px dashed #c4c3c3;
}
.employmentAnswerFour .demo-1 .bg-1 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon1.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #fff3fd;
}
.employmentAnswerFour .demo-1 .bg-1 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-1 .fitstBlock cite {
    color: #ec739e;
}

.employmentAnswerFour .demo-1 .bg-2 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #d3f6e0 20%, #feebc5 80%);
    background: -webkit-linear-gradient(125deg, #d3f6e0 20%, #feebc5 80%);
    background: -o-linear-gradient(125deg, #d3f6e0 20%, #feebc5 80%);
    background: -ms-linear-gradient(125deg, #d3f6e0 20%, #feebc5 80%);
}
.employmentAnswerFour .demo-1 .bg-2 .deco {
    border: 2px dashed #87ad86;
}
.employmentAnswerFour .demo-1 .bg-2 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon2.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #b0d9bd;
}
.employmentAnswerFour .demo-1 .bg-2 .fitstBlock p {
    color: #7fa28a;
}
.employmentAnswerFour .demo-1 .bg-2 .fitstBlock cite {
    color: #87ad86;
}

.employmentAnswerFour .demo-1 .bg-3 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #ffffbd 20%, #c8c8fe 80%);
    background: -webkit-linear-gradient(125deg, #ffffbd 20%, #c8c8fe 80%);
    background: -o-linear-gradient(125deg, #ffffbd 20%, #c8c8fe 80%);
    background: -ms-linear-gradient(125deg, #ffffbd 20%, #c8c8fe 80%);
}
.employmentAnswerFour .demo-1 .bg-3 .deco {
    border: 2px dashed #9090f7;
}
.employmentAnswerFour .demo-1 .bg-3 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon3.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #d3d3f1;
}
.employmentAnswerFour .demo-1 .bg-3 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-3 .fitstBlock cite {
    color: #8b8bea;
}

.employmentAnswerFour .demo-1 .bg-4 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #d9d2ff 20%, #c8f9ec 80%);
    background: -webkit-linear-gradient(125deg, #d9d2ff 20%, #c8f9ec 80%);
    background: -o-linear-gradient(125deg, #d9d2ff 20%, #c8f9ec 80%);
    background: -ms-linear-gradient(125deg, #d9d2ff 20%, #c8f9ec 80%);
}
.employmentAnswerFour .demo-1 .bg-4 .deco {
    border: 2px dashed #88d2c2;
}
.employmentAnswerFour .demo-1 .bg-4 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon4.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #ccfcef;
}
.employmentAnswerFour .demo-1 .bg-4 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-4 .fitstBlock cite {
    color: #37c19d;
}

.employmentAnswerFour .demo-1 .bg-5 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #caf9f6 20%, #ffe5f8 80%);
    background: -webkit-linear-gradient(125deg, #caf9f6 20%, #ffe5f8 80%);
    background: -o-linear-gradient(125deg, #caf9f6 20%, #ffe5f8 80%);
    background: -ms-linear-gradient(125deg, #caf9f6 20%, #ffe5f8 80%);
}
.employmentAnswerFour .demo-1 .bg-5 .deco {
    border: 2px dashed #efb2df;
}
.employmentAnswerFour .demo-1 .bg-5 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon5.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #ffe5f8;
}
.employmentAnswerFour .demo-1 .bg-5 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-5 .fitstBlock cite {
    color: #e29dcf;
}

.employmentAnswerFour .demo-1 .bg-6 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #facfc6 20%, #ace8f8 80%);
    background: -webkit-linear-gradient(125deg, #facfc6 20%, #ace8f8 80%);
    background: -o-linear-gradient(125deg, #facfc6 20%, #ace8f8 80%);
    background: -ms-linear-gradient(125deg, #facfc6 20%, #ace8f8 80%);
}
.employmentAnswerFour .demo-1 .bg-6 .deco {
    border: 2px dashed #4cc6e5;
}
.employmentAnswerFour .demo-1 .bg-6 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon6.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #ace8f8;
}
.employmentAnswerFour .demo-1 .bg-6 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-6 .fitstBlock cite {
    color: #51ccec;
}

.employmentAnswerFour .demo-1 .bg-7 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #d4cbf8 20%, #ffdadc 80%);
    background: -webkit-linear-gradient(125deg, #d4cbf8 20%, #ffdadc 80%);
    background: -o-linear-gradient(125deg, #d4cbf8 20%, #ffdadc 80%);
    background: -ms-linear-gradient(125deg, #d4cbf8 20%, #ffdadc 80%);
}
.employmentAnswerFour .demo-1 .bg-7 .deco {
    border: 2px dashed #ec7982;
}
.employmentAnswerFour .demo-1 .bg-7 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon7.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #fdc8cc;
}
.employmentAnswerFour .demo-1 .bg-7 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-7 .fitstBlock cite {
    color: #f1848c;
}

.employmentAnswerFour .demo-1 .bg-8 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #ace9fe 20%, #d4cbf8 80%);
    background: -webkit-linear-gradient(125deg, #ace9fe 20%, #d4cbf8 80%);
    background: -o-linear-gradient(125deg, #ace9fe 20%, #d4cbf8 80%);
    background: -ms-linear-gradient(125deg, #ace9fe 20%, #d4cbf8 80%);
}
.employmentAnswerFour .demo-1 .bg-8 .deco {
    border: 2px dashed #9782f1;
}
.employmentAnswerFour .demo-1 .bg-8 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon8.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #cabefc;
}
.employmentAnswerFour .demo-1 .bg-8 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-8 .fitstBlock cite {
    color: #9e8ce8;
}
.employmentAnswerFour .demo-1 .bg-9 .sl-slide-inner {
    background: -moz-linear-gradient(125deg, #c6f7e2 20%, #fbd6de 80%);
    background: -webkit-linear-gradient(125deg, #c6f7e2 20%, #fbd6de 80%);
    background: -o-linear-gradient(125deg, #c6f7e2 20%, #fbd6de 80%);
    background: -ms-linear-gradient(125deg, #c6f7e2 20%, #fbd6de 80%);
}
.employmentAnswerFour .demo-1 .bg-9 .deco {
    border: 2px dashed #5dffba;
}
.employmentAnswerFour .demo-1 .bg-9 .deco:after {
    background-image: url("../../Image/UICourse/Index/part4/EmploymentAnswerIcon9.png");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 10px #c6f7e2;
}
.employmentAnswerFour .demo-1 .bg-9 .fitstBlock p,.employmentAnswerFour .demo-1 .bg-9 .fitstBlock cite {
    color: #5dffba;
}

/* Animations for content elements */

.sl-trans-elems .deco {
    -webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    -moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    -o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    -ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}

/*.sl-trans-elems .deco {*/
    /*-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;*/
    /*-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;*/
    /*-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;*/
    /*-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;*/
    /*animation: roll 1s ease-out both, fadeIn 1s ease-out both;*/
/*}*/

.sl-trans-elems h2 {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both;
}

.sl-trans-elems blockquote {
    -webkit-animation: fadeIn 0.5s linear 0.5s both;
    -moz-animation: fadeIn 0.5s linear 0.5s both;
    -o-animation: fadeIn 0.5s linear 0.5s both;
    -ms-animation: fadeIn 0.5s linear 0.5s both;
    animation: fadeIn 0.5s linear 0.5s both;
}

.sl-trans-back-elems .deco {
    -webkit-animation: scaleDown 1s ease-in-out both;
    -moz-animation: scaleDown 1s ease-in-out both;
    -o-animation: scaleDown 1s ease-in-out both;
    -ms-animation: scaleDown 1s ease-in-out both;
    animation: scaleDown 1s ease-in-out both;
}

.sl-trans-back-elems h2 {
    -webkit-animation: fadeOut 1s ease-in-out both;
    -moz-animation: fadeOut 1s ease-in-out both;
    -o-animation: fadeOut 1s ease-in-out both;
    -ms-animation: fadeOut 1s ease-in-out both;
    animation: fadeOut 1s ease-in-out both;
}

.sl-trans-back-elems blockquote {
    -webkit-animation: fadeOut 1s linear both;
    -moz-animation: fadeOut 1s linear both;
    -o-animation: fadeOut 1s linear both;
    -ms-animation: fadeOut 1s linear both;
    animation: fadeOut 1s linear both;
}

@-webkit-keyframes roll {
    0% {
        -webkit-transform: translateX(500px) rotate(360deg);
    }
    100% {
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes roll {
    0% {
        -moz-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes roll {
    0% {
        -o-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }
    100% {
        -o-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-ms-keyframes roll {
    0% {
        -ms-transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }
    100% {
        -ms-transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll {
    0% {
        transform: translateX(500px) rotate(360deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0px) rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(40px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
}

@-o-keyframes moveUp {
    0% {
        -o-transform: translateY(40px);
    }
    100% {
        -o-transform: translateY(0px);
    }
}

@-ms-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
    }
    100% {
        -ms-transform: translateY(0px);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes scaleDown {
    0% {
        -moz-transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.5);
    }
}

@-o-keyframes scaleDown {
    0% {
        -o-transform: scale(1);
    }
    100% {
        -o-transform: scale(0.5);
    }
}

@-ms-keyframes scaleDown {
    0% {
        -ms-transform: scale(1);
    }
    100% {
        -ms-transform: scale(0.5);
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Media Queries for custom slider */

@media screen and (max-width: 1350px) {
    /*.demo-1 .deco {*/
        /*width: 130px;*/
        /*height: 130px;*/
        /*margin-left: -65px;*/
        /*margin-bottom: 50px;*/
    /*}*/

    /*.demo-1 [data-icon]:after {*/
        /*width: 110px;*/
        /*height: 110px;*/
        /*line-height: 110px;*/
        /*font-size: 40px;*/
        /*margin: -55px 0 0 -55px;*/
    /*}*/

    /*.demo-1 .sl-slide blockquote {*/
        /*margin-bottom: -120px;*/
    /*}*/

    .demo-1 .sl-slide h2 {
        /*line-height: 22px;*/

        font-size: 50px;
        /*margin-bottom: -40px;*/
        /*letter-spacing: 8px;*/
    }

    /*.demo-1 .sl-slide blockquote p:before {*/
        /*line-height: 10px;*/
        /*width: 40px;*/
        /*height: 40px;*/
        /*font-size: 120px;*/
        /*left: -45px;*/
    /*}*/

}