<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common style */
.su-trailer-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
    background: #000000;
    text-align: center;
    cursor: pointer;
}
.su-trailer-box img {
    position: relative;
    display: block;
    min-width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.su-trailer-box .su-trailer-box-desc {
    padding: 15px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.su-trailer-box .su-trailer-box-desc::before,
.su-trailer-box .su-trailer-box-desc::after {
    pointer-events: none;
}
.su-trailer-box .su-trailer-box-desc,
.su-trailer-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.su-trailer-box h2 {
    font-size: 20px;
    line-height: 1.35em;
    font-weight: 300;
}
.su-trailer-box .su-trailer-box-content {
    font-size: 13px;
    line-height: 1.6em;
}
.su-trailer-box h2,
.su-trailer-box .su-trailer-box-content {
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.su-trailer-box-title {
    color: #fff;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.su-trailer-box a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/* Individual effects */
/*style1*/
.su-trailer-box-style1 img {
    -webkit-transform: translateX(-4%);
    -moz-transform: translateX(-4%);
    transform: translateX(-4%);
    -webkit-transition: all .3s cubic-bezier(0.47, 0.68, 0.21, 0.87);
    -moz-transition: all .3s cubic-bezier(0.47, 0.68, 0.21, 0.87);
    transition: all .3s cubic-bezier(0.47, 0.68, 0.21, 0.87);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 105%;
}
.su-trailer-box-style1:hover img {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.su-trailer-box-style1 .su-trailer-box-desc {
    top: auto;
    bottom: 0;
    min-height: 100px;
    height: auto;
    max-height: 100%;
    text-align: left;
}
.su-trailer-box-style1 h2,
.su-trailer-box-style1 .su-trailer-box-content {
    -webkit-transform: translate3d(0,40px,0);
    -moz-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}
.su-trailer-box-style1 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
}
.su-trailer-box-style1 .su-trailer-box-content {
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.2s, -moz-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
.su-trailer-box-style1:hover .su-trailer-box-content {
    opacity: 1;
}

.su-trailer-box-style1:hover h2,
.su-trailer-box-style1:hover .su-trailer-box-content {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-style1:hover .su-trailer-box-content {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/***** style2 *****/
.su-trailer-box-style2 img {
    width: 100%;
}
.su-trailer-box-style2 .su-trailer-box-desc::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    -moz-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
.su-trailer-box-style2 h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -moz-transition: -moz-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.su-trailer-box-style2 .su-trailer-box-desc::before,
.su-trailer-box-style2 .su-trailer-box-content {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.su-trailer-box-style2 .su-trailer-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    max-height: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.su-trailer-box-style2:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-40px,0);
    -moz-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
}
.su-trailer-box-style2:hover .su-trailer-box-desc::before ,
.su-trailer-box-style2:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/***** style3 *****/
.su-trailer-box-style3 h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0,-30px,0);
    -moz-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.su-trailer-box-style3 .su-trailer-box-desc::before,
.su-trailer-box-style3 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
}
.su-trailer-box-style3:hover .su-trailer-box-desc::before,
.su-trailer-box-style3:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-content {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.su-trailer-box-style3 .su-trailer-box-content {
    max-height: calc(100% - 60px - 1.5em);
    overflow: hidden;
}

/***** style4 *****/
.su-trailer-box-style4 img {
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    transform: scaleX(1.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.su-trailer-box-style4:hover img {
    margin: 0 0 0 22px;
}

.su-trailer-box-style4 .su-trailer-box-desc {
    padding: 30px;
}
.su-trailer-box-style4 .su-trailer-box-desc::before,
.su-trailer-box-style4 .su-trailer-box-desc::after {
    position: absolute;
    content: "";
    opacity: 0;
}
.su-trailer-box-style4 .su-trailer-box-desc::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}
.su-trailer-box-style4 .su-trailer-box-desc::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.su-trailer-box-style4 h2 {
    padding-top: 50px;
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
}
.su-trailer-box-style4 .su-trailer-box-content {
    padding: 10px 30px;
    opacity: 0;
    /*height: calc(100% - 130px);*/
    overflow: hidden;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

.su-trailer-box-style4 h2 {
    -webkit-transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.su-trailer-box-style4 .su-trailer-box-desc::before,
.su-trailer-box-style4 .su-trailer-box-desc::after,
.su-trailer-box-style4 .su-trailer-box-content {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.su-trailer-box-style4:hover .su-trailer-box-desc::before,
.su-trailer-box-style4:hover .su-trailer-box-desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style4:hover h2,
.su-trailer-box-style4:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-style4:hover .su-trailer-box-desc::after,
.su-trailer-box-style4:hover h2,
.su-trailer-box-style4:hover p,
.su-trailer-box-style4:hover img {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/***** style5 *****/
.su-trailer-box-style5 .su-trailer-box-desc {
    top: auto;
    bottom: 0;
    padding: 15px;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.su-trailer-box-style5 h2 {
    text-align: left;
}
.su-trailer-box-style5 .su-trailer-box-content {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 25px;
    color: #fff;
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.su-trailer-box-style5 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
    text-align: center;
}
.su-trailer-box-style5:hover .su-trailer-box-content {
    opacity: 1;
}
.su-trailer-box-style5:hover .su-trailer-box-desc,
.su-trailer-box-style5:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-style5:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

/***** style6 *****/
.su-trailer-box-style6 .su-trailer-box-desc {
    padding: 45px;
}
.su-trailer-box-style6 .su-trailer-box-desc::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
}
.su-trailer-box-style6 h2 {
    margin: 20px 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.su-trailer-box-style6 .su-trailer-box-desc::before,
.su-trailer-box-style6 .su-trailer-box-content {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.su-trailer-box-style6:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-style6:hover .su-trailer-box-desc::before,
.su-trailer-box-style6:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/***** style7 *****/
.su-trailer-box-style7 .su-trailer-box-desc {
    text-align: right;
}
.su-trailer-box-style7 h2,
.su-trailer-box-style7 .su-trailer-box-content {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}
.su-trailer-box-style7 h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.su-trailer-box-style7:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-style7 h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}
.su-trailer-box-style7 h2::after,
.su-trailer-box-style7 .su-trailer-box-content {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.su-trailer-box-style7 .su-trailer-box-content {
    bottom: 30px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.su-trailer-box-style7:hover h2::after,
.su-trailer-box-style7:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/***** style8 *****/
.su-trailer-box-style8 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.su-trailer-box-style8:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style8 h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.su-trailer-box-style8:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-style8 .su-trailer-box-content {
    margin: 1em 0 0;
    padding: 35px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 
.su-trailer-box-style8:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

/***** style9 *****/
.su-trailer-box-style9 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.su-trailer-box-style9:hover img {
     margin: 0 0 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.su-trailer-box-style9 .su-trailer-box-desc::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}
.su-trailer-box-style9 .su-trailer-box-desc {
    padding: 45px;
    text-align: left;
}
.su-trailer-box-style9 h2 {
    padding: 20% 0 10px 0;
}
.su-trailer-box-style9 .su-trailer-box-content {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.su-trailer-box-style9:hover .su-trailer-box-desc::before,
.su-trailer-box-style9:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/***** style10 *****/
.su-trailer-box-style10 .su-trailer-box-desc::before,
.su-trailer-box-style10 .su-trailer-box-desc::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.su-trailer-box-style10 .su-trailer-box-desc::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.su-trailer-box-style10 .su-trailer-box-desc::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.su-trailer-box-style10:hover .su-trailer-box-desc::before,
.su-trailer-box-style10:hover .su-trailer-box-desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style10 h2 {
    padding: 45px 35px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.su-trailer-box-style10 .su-trailer-box-content {
    padding: 20px 35px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.su-trailer-box-style10:hover h2,
.su-trailer-box-style10:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/***** style11 *****/
.su-trailer-box-style11 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.su-trailer-box-style11 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.su-trailer-box-style11:hover img {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
}
.su-trailer-box-style11 .su-trailer-box-desc::before,
.su-trailer-box-style11 .su-trailer-box-desc::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.su-trailer-box-style11:hover .su-trailer-box-desc::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}
.su-trailer-box-style11:hover .su-trailer-box-desc::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
.su-trailer-box-style11 h2,
.su-trailer-box-style11 .su-trailer-box-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.su-trailer-box-style11 h2 {
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
}
.su-trailer-box-style11:hover h2 {
    -webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
}
.su-trailer-box-style11 .su-trailer-box-content {
    padding: 2px 25px;
    -webkit-transform: translate3d(0,15px,0);
    transform: translate3d(0,15px,0);
}
.su-trailer-box-style11:hover .su-trailer-box-content {
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
}


/***** style12 *****/
.su-trailer-box-style12 .su-trailer-box-desc::after {
position: absolute;
content: "";
right: 30px;
top: 90px;
left: 30px;
height: 50px;
border: 4px solid #fff;
-webkit-transition: -webkit-transform 0.35s, height 0.3s;
transition: transform 0.35s, height 0.3s;
-webkit-transition: all .3s ease-in-out;
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
.su-trailer-box-style12:hover .su-trailer-box-desc::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
top: 100px;
height: 65px;
}
.su-trailer-box-style12 .su-trailer-box-desc {
    padding: 45px;
    text-align: center;
}
.su-trailer-box-style12 .su-trailer-box-content {
position: absolute;
right: 60px;
top: 115px;
left: 60px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
}
.su-trailer-box-style12:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/***** style13 *****/
.su-trailer-box-style13 img {
    -webkit-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    transform: scaleX(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.su-trailer-box-style13:hover img {
    margin: 0 0 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.su-trailer-box-style13 .su-trailer-box-desc {
    text-align: left;
}
.su-trailer-box-style13 h2 {
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px;
}
.su-trailer-box-style13 h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.su-trailer-box-style13:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.su-trailer-box-style13 .su-trailer-box-content {
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.su-trailer-box-style13:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/***** style14 *****/
.su-trailer-box-style14 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.su-trailer-box-style14:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style14 .su-trailer-box-desc {
    padding: 45px;
}
.su-trailer-box-style14 .su-trailer-box-desc::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.su-trailer-box-style14 .su-trailer-box-desc::before,
.su-trailer-box-style14 .su-trailer-box-content {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.su-trailer-box-style14 h2 {
    padding: 10px 0 15px 0;
}
.su-trailer-box-style14 .su-trailer-box-content {
    margin: 0 auto;
    max-width: 90%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.su-trailer-box-style14:hover .su-trailer-box-desc::before,
.su-trailer-box-style14:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/***** style15 *****/
.su-trailer-box-style15 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.su-trailer-box-style15:hover img {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
}
.su-trailer-box-style15 h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
}
.su-trailer-box-style15 .su-trailer-box-content {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.su-trailer-box-style15:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



/***** style16 *****/
.su-trailer-box-style16 img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.su-trailer-box-style16:hover img {
   opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.su-trailer-box-style16 h2 {
    position: relative;
    padding: 0.5em 0;
    font-weight: normal !important; 
}
.su-trailer-box-style16 h2 span{
    font-weight: 800;
}
.su-trailer-box-style16 .su-trailer-box-desc {
    text-align: left;
    padding: 2em;
}
.su-trailer-box-style16 .su-trailer-box-content p {
   display: inline-block;
   margin: 0 1px 4px 0;
   padding: 0.4em 1em;
   background: rgba(255,255,255,0.9);
   color: #2f3238;
   text-transform: none;
   font-weight: 500;
   -webkit-transition: opacity .4s, -webkit-transform .4s;
   transition: opacity .4s, transform .4s;
   -webkit-transform: translate3d(-480px,0,0);
   transform: translate3d(-480px,0,0);
}
.su-trailer-box-style16:hover .su-trailer-box-content p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.su-trailer-box-style16 .su-trailer-box-content p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.su-trailer-box-style16:hover .su-trailer-box-content p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.su-trailer-box-style16:hover .su-trailer-box-content p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.su-trailer-box-style16 .su-trailer-box-content p:nth-of-type(2) {
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s;
}

.su-trailer-box-style16:hover .su-trailer-box-content p:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.su-trailer-box-style16 .su-trailer-box-content p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

/*-----------------*/
/***** STYLE 17 *****/
/*-----------------*/

.su-trailer-box-style17 img,
.su-trailer-box-style17 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.su-trailer-box-style17 img {
    opacity: .8 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.su-trailer-box-style17 h2,
.su-trailer-box-style17 .su-trailer-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.su-trailer-box-style17 .su-trailer-box-content {
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

.su-trailer-box-style17:hover img {
    -webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
}

.su-trailer-box-style17:hover h2 {
    -webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
}

.su-trailer-box-style17:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



/*-----------------*/
/***** Style 18 *****/
/*-----------------*/

.su-trailer-box-style18 img {
    opacity: 0.95 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.su-trailer-box-style18 .su-trailer-box-desc, .su-trailer-box-style20 .su-trailer-box-desc {
    padding: 2em;
}
.su-trailer-box-style18:hover img {
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}

.su-trailer-box-style18 h2 {
    font-weight: normal !important; 
}
.su-trailer-box-style18 h2 span{
    font-weight: 800;
}

.su-trailer-box-style18 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.su-trailer-box-style18 .su-trailer-box-content {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
    transform: perspective(1000px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.su-trailer-box-style18:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.su-trailer-box-style18:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
    transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** style 19 *****/
/*-----------------*/
.su-trailer-box-style19 img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.su-trailer-box-style19 .su-trailer-box-desc::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.su-trailer-box-style19 .su-trailer-box-content {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.su-trailer-box-style19 h2 {
    text-align: left;
}

.su-trailer-box-style19:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.su-trailer-box-style19:hover .su-trailer-box-desc::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.su-trailer-box-style19:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*-----------------*/
/***** STYLE 20 *****/
/*-----------------*/

.su-trailer-box-style20 {
    text-align: left;
}

.su-trailer-box-style20 img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.su-trailer-box-style20 .su-trailer-box-desc {
    z-index: 1;
}

.su-trailer-box-style20 .su-trailer-box-content {
    padding: 35px 20px;
    font-weight: 600;  
    color: #222222;
    line-height: 1.5;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.su-trailer-box-style20 .su-trailer-box-desc::before {
    position: absolute;
    top: 0;
    right: 2em;
    left: 2em;
    z-index: -1;
    height: 3.5em;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
    transform: translate3d(0,4em,0) scale3d(1,0.023,1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.su-trailer-box-style20:hover img {
    opacity: 0.5;
}

.su-trailer-box-style20:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.su-trailer-box-style20:hover .su-trailer-box-desc::before {
    opacity: 0.7;
    -webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
    transform: translate3d(0,5em,0) scale3d(1,1,1);
}


/*-----------------*/
/***** Style 21 *****/
/*-----------------*/

.su-trailer-box-style21 {
    z-index: auto;
    overflow: visible;
    background: #000;
}

.su-trailer-box-style21:before,
.su-trailer-box-style21 h2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.su-trailer-box-style21:before {
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 3px 30px rgba(0,0,0,0.8);
    box-shadow: 0 3px 30px rgba(0,0,0,0.8);
    opacity: 0;
}

.su-trailer-box-style21 .su-trailer-box-desc {
    z-index: 1;
}

.su-trailer-box-style21 img {
    opacity: .95 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.su-trailer-box-style21 h2,
.su-trailer-box-style21 .su-trailer-box-content {
    background: #fff;
    color: #2d434e;
}

.su-trailer-box-style21 h2 {
    position: relative;
    margin-top: 2em;
    padding: 0.25em;
}

.su-trailer-box-style21 h2:before {
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

.su-trailer-box-style21 .su-trailer-box-content {
    margin-top: 1em;
    padding: 20px;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
}

.su-trailer-box-style21:hover:before {
    opacity: 1;
}

.su-trailer-box-style21:hover img {
    -webkit-transform: scale(1.02,1.02);
    -moz-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
}

.su-trailer-box-style21:hover h2:before {
    opacity: 0;
}

.su-trailer-box-style21:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*---------------*/
/***** Style 22 *****/
/*---------------*/

.su-trailer-box-style22 {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%) !important;
    background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%) !important;
}

.su-trailer-box-style22 img {
    opacity: 0.9;
}

.su-trailer-box-style22 .su-trailer-box-desc::after,
.su-trailer-box-style22 img,
.su-trailer-box-style22 .su-trailer-box-content {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.su-trailer-box-style22 .su-trailer-box-desc::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.su-trailer-box-style22 h2,
.su-trailer-box-style22 .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
}

.su-trailer-box-style22 h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.su-trailer-box-style22 .su-trailer-box-content {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
}

.su-trailer-box-style22:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.su-trailer-box-style22:hover .su-trailer-box-desc::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.su-trailer-box-style22:hover h2,
.su-trailer-box-style22:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*---------------*/
/***** Style 23 *****/
/*---------------*/
.su-trailer-box-style23 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.su-trailer-box-style23 .su-trailer-box-desc::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

.su-trailer-box-style23 h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.su-trailer-box-style23 .su-trailer-box-content {
    padding: 2em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.su-trailer-box-style23:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.su-trailer-box-style23:hover .su-trailer-box-desc::before,
.su-trailer-box-style23:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.su-trailer-box-style23:hover .su-trailer-box-desc {
    background-color: rgba(58,52,42,0);
}

.su-trailer-box-style23:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Style 24 *****/
/*---------------*/

.su-trailer-box-style24 {
    background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%) !important;
    background: linear-gradient(-45deg, #000 0%,#fff 100%) !important;
}

.su-trailer-box-style24 img {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.su-trailer-box-style24 .su-trailer-box-desc::before,
.su-trailer-box-style24 .su-trailer-box-content {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.su-trailer-box-style24 .su-trailer-box-desc::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.su-trailer-box-style24:hover img {
    margin: -20px 0 20px 0;
}

.su-trailer-box-style24 h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
}

.su-trailer-box-style24 .su-trailer-box-content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
}

.su-trailer-box-style24:hover .su-trailer-box-desc::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.su-trailer-box-style24:hover h2,
.su-trailer-box-style24:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*---------------*/
/***** Style 25 *****/
/*---------------*/

.su-trailer-box-style25 {

    background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

.su-trailer-box-style25 img,
.su-trailer-box-style25 .su-trailer-box-content {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}


.su-trailer-box-style25:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(1.5,1.5,1);
    transform: scale3d(1.5,1.5,1);
}

.su-trailer-box-style25 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.su-trailer-box-style25 .su-trailer-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    padding: 20px;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}

.su-trailer-box-style25:hover h2,
.su-trailer-box-style25:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}


/*Mobile Modes*/
@media (max-width: 480px) {
    .su-trailer-box-style11:hover h2 {
        -webkit-transform: translate3d(0,-40px,0); 
        transform: translate3d(0,-40px,0);
    }
    .su-trailer-box-style11:hover .su-trailer-box-content {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }
}
</pre></body></html>