/* 
 *  Default theme - Owl Carousel CSS File
 */
.su-carousel-slides .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.su-carousel .owl-item {
  -webkit-transform: translateZ(0);
}
.su-carousel .su-carousel-slides .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.su-carousel-slides .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.su-carousel-slides .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.su-carousel-slides .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.su-carousel-slides .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 20px 5px 5px 5px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.su-carousel-slides .owl-dots .owl-dot.active span, .su-carousel-slides .owl-dots .owl-dot:hover span {
  background: #707070;
}


div.su-carousel-slide a.su-carousel-item-link {position: relative;display: block;}
div.su-carousel-slide a.su-carousel-item-link:before {content: '';position: absolute;height: 100%;width: 100%;left: 0;opacity: 0;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;right: 0;background: rgba(0,0,0,0.4);z-index: 1;}
div.su-carousel-slide a.su-carousel-item-link:after {font-family: FontAwesome;content: "\f067";position: absolute;bottom: 45%;left: 50%;margin-bottom: -15px;margin-left: -15px;background: rgba(255, 255, 255, 0.3);padding: 12px 15px;line-height: normal;display: inline-block;color: #FFF;opacity: 0;border-radius: 3px;z-index: 11;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
div.su-carousel-slide span.su-carousel-slide-title { position: absolute;left: 0;right: 0;padding: 8px 13px;background: #444;color: #fff; bottom: 0;z-index: 1;}
.su-carousel-title-hover div.su-carousel-slide span.su-carousel-slide-title {bottom: -36px; opacity: 0;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;color: #fff;}
.su-carousel-title-hover div.su-carousel-slide:hover span.su-carousel-slide-title {opacity: 1;bottom: 0;}
div.su-carousel-slide:hover a.su-carousel-item-link:before {opacity: 1;}
div.su-carousel-slide:hover a.su-carousel-item-link:after {opacity: 1;bottom: 50%;}

.su-carousel-slides .owl-nav {
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  opacity: 0.5;
}
.su-carousel-slides .owl-nav:hover {
  opacity: 1;
}

/* L/R arrows */
.su-carousel-slides.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 0 5px;
  background: rgba(200,200,200,0.6);
}


.su-carousel.arrow-default .su-carousel-slides .owl-nav {position: inherit;}


.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-prev,
.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -20px;
}
  

.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-prev {
  left: 20px;
  right: auto;
  text-indent: -2px;
}
.su-carousel.arrow-default .su-carousel-slides .owl-nav .owl-next {
  right: 20px;
  left: auto;
  text-indent: 2px;
}
.su-carousel-slides .owl-prev { right: 33px; }
.su-carousel-slides .owl-next { right: 0; }


.su-carousel.arrow-bottom-right .owl-nav {
	bottom: 50px;
	right: 15px;	
	top: auto;
	left: auto;
}

.su-carousel.arrow-top-left .owl-nav {
	bottom: auto;
	right: auto;	
	top: 15px;
	left: 15px;
}


.su-carousel.arrow-top-right .owl-nav {
	bottom: auto;
	left: auto;
	right: 15px;	
	top: 15px;
}

.su-carousel.arrow-bottom-left .owl-nav {
	bottom: 50px;
	right: auto;	
	top: auto;
	left: 15px;
}


.su-carousel-slides.owl-theme .owl-controls .owl-nav [class*='owl-']:hover  {
	background: rgba(100,100,100,0.5);
}

.su-carousel-slides .owl-prev:before { content: "\f053"; }
.su-carousel-slides .owl-next:before { content: "\f054"; }
.su-carousel-image {position: relative;}

.carousel-link {
    background: rgba(200,200,200,0.6);
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-top: -23px;
    margin-left: -23px;
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.carousel-link:hover {
  color: #FFF;
 background: rgba(100,100,100,0.5); 
}
.su-carousel-image:hover .carousel-link {
  opacity: 1;
}

/*=======================
    Caption style
=======================*/
.su-carousel-caption {
    padding: 25px 0 8px 0px;
}
.su-carousel-item-text {
  margin-top: 10px;
}
.su-carousel-slide-title {
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    transition: all .4s linear;
}

.su-carousel-slide-title a {
    text-decoration: none !important;
    color: #7f7f7f;
}
.su-carousel-slide-title a:hover {color:#444;}
.su-ccategory, .su-cdate {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #999;
}
.su-carousel-caption .su-cmeta {margin-top: 5px;}
.su-carousel-caption .su-cmeta > div:nth-child(2) {margin-left: 6px;padding-left: 6px;}
.su-carousel-caption .su-cmeta > div:nth-child(2)::after { position: absolute;content: '';height: 8px;width: 1px;background-color: #ddd;left: 0;bottom: 6px;}
/*=====================
    Style 1
====================*/
.su-carousel-style-1 .su-carousel-slide {
    background: #fefefe;
    padding: 20px;
    text-align: center;
}
.su-carousel-style-1 .su-carousel-image:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.su-carousel-style-1 .su-carousel-slide:hover .su-carousel-image::after {
    opacity: 1;
}
.su-carousel-style-1 .su-carousel-links a {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 10px 13px;
    border-radius: 2px;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.2); 
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.su-carousel-style-1 .su-carousel-links a:hover {
    background: rgba(0,0,0,.4);
    color: #FFFFFF;
}
.su-carousel-style-1 .su-carousel-links a.su-lightbox-item {
    left: 40%;
    margin-left: -21px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.su-carousel-style-1 .su-carousel-links a.su-carousel-link {
    right: 40%;
    margin-right: -21px;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.su-carousel-style-1 .su-carousel-slide:hover .su-carousel-links a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.su-carousel-style-1.su-carousel-media .su-carousel-slide .su-carousel-links a.su-lightbox-item {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    margin-left: -20px;
    left: 50%;
}
.su-carousel-style-1.su-carousel-media .su-carousel-slide:hover .su-carousel-links a.su-lightbox-item {
     -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.su-carousel-style-1.su-carousel-media .su-carousel-slide {
    padding: 0; 
}
.su-carousel .su-carousel-links a ,.su-carousel .su-carousel-links a i[class*="fa-"] {outline: none;}

/*======================
    Style 2
====================*/
.su-carousel-style-2 .su-carousel-links a {
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
    height: 100%;
    background-color: rgba(0,0,0,0.3);  
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.su-carousel-style-2 .su-carousel-slide:hover .su-carousel-links a {
    width: 50%;
    opacity: 1;
}
.su-carousel-style-2 .su-carousel-slide .su-carousel-links a:hover {
    background-color: rgba(200,200,200,0.5);
}

.su-carousel-style-2 .su-carousel-links a.su-lightbox-item {
    left: 0;
}
.su-carousel-style-2 .su-carousel-links a.su-carousel-link {
    right: 0;
}
.su-carousel-style-2.su-carousel-media .su-carousel-slide:hover .su-carousel-links a {
    width: 100%;
}

.su-carousel-style-2 .owl-dots .owl-dot span {
	position: relative;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.su-carousel-style-2 .owl-dots .owl-dot span:before, .su-carousel-style-2 .owl-dots .owl-dot span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #d6d6d6;
	content: '';
	text-indent: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.su-carousel-style-2 .owl-dots .owl-dot span:after {
	background-color: #707070;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.su-carousel-style-2 .owl-dots .active span {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.su-carousel-style-2 .owl-dots .owl-dot:hover span, .su-carousel-style-4 .owl-dots .owl-dot:hover span {
	background: none;
}
/*===============
    Style 3
=================*/

.su-carousel-style-3 .su-carousel-slide .su-carousel-image {
	overflow: hidden;	
}
.su-carousel-style-3 .su-carousel-image:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.su-carousel-style-3 .su-carousel-slide:hover .su-carousel-image::after {
    opacity: 1;
}
.su-carousel-style-3 .su-carousel-slide .su-carousel-image img {
   width: 100%;
   height: auto;
   vertical-align: middle;
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   transition: all 0.6s;
}
.su-carousel-style-3 .su-carousel-slide:hover .su-carousel-image img {
   -webkit-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
}

.su-carousel-style-3 .su-carousel-slide .su-carousel-links a {
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	top: 30%;
}

.su-carousel-style-3 .su-carousel-slide:hover .su-carousel-links a {
	opacity: 1;
	top: 50%;
}
.su-carousel-style-3 .su-carousel-slide .su-carousel-links a:hover  {
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
}

.su-carousel-style-3 .su-carousel-links a.su-lightbox-item {
    left: 39%;
    margin-left: -25px;
   -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.su-carousel-style-3 .su-carousel-links a.su-carousel-link {
    right: 39%;  
    margin-right: -25px;
   -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.su-carousel-style-3.su-carousel-media .su-carousel-links a.su-lightbox-item {left: 50%;}

.su-carousel-style-3 .su-carousel-caption {
	position: relative;
}
.su-carousel-style-3 .su-carousel-caption:after {
	content: '';
	position: absolute;
	top: -27px;
	left: 50%;
	margin-left: -14px;
	border: 14px solid transparent;
	border-bottom-color: #FFF;
}
.su-carousel-style-3 .owl-dots .owl-dot span {
	height: 8px;
	width: 8px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	 transition: all .3s ease-in-out;
}
.su-carousel-style-3 .owl-dots .active span{
	background-color: #444;
	width: 25px;
}

/*=================
    style 4
==================*/
.su-carousel-style-4 .su-carousel-slide {
    position: relative;
}
.su-carousel-style-4 .su-carousel-links a, .su-carousel-style-3 .su-carousel-links a {
   position: absolute;
   top: 60%;
   z-index: 1;
   height: 46px;
   width: 46px;
   border-radius: 50%;
   text-align: center;
   color: #ffffff;
   line-height: 46px;
   margin-top: -23px;
   opacity: 0;
}
.su-carousel-style-4 .su-carousel-links a i, .su-carousel-style-3 .su-carousel-links a i {
    font-size: 18px;
    line-height: 46px;
}
.su-carousel-style-4 .su-carousel-links a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    -webkit-transition: opacity 0s ease,-webkit-transform 0s ease,border 0s ease;
    transition: opacity 0s ease,transform 0s ease,border 0s ease;
    border: 2px solid rgba(255,255,255,0.38);
    opacity: 1;
    visibility: hidden;
}
.su-carousel-style-4 .su-carousel-links a:hover::after {
    visibility: visible;
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.su-carousel-style-4 .su-carousel-links a.su-lightbox-item {
    left: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: -52px;
   -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.su-carousel-style-4 .su-carousel-links a.su-carousel-link {
    background-color: rgba(0, 0, 0, 0.3);  
    right: 50%;  
    margin-right: -52px;
   -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.su-carousel-style-4 .su-carousel-slide:hover .su-carousel-links a {
   opacity: 1;
   top: 50%;
}

.su-carousel-style-4.su-carousel-media .su-carousel-links a.su-lightbox-item {left: 50%;}
.su-carousel-style-4.su-carousel-media .su-carousel-links a.su-lightbox-item {-webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out;}

.su-carousel-style-4 .owl-stage div.owl-item .su-carousel-image:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.su-carousel-style-4 .owl-stage div.owl-item .su-carousel-slide:hover .su-carousel-image:after {
   opacity: 1;
   height: 100%;
}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(1) .su-carousel-image:after {background: rgba(0, 92, 161, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(2) .su-carousel-image:after {background: rgba(14, 165, 222, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(3) .su-carousel-image:after {background: rgba(182, 200, 214, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(4) .su-carousel-image:after {background: rgba(204, 204, 204, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(5) .su-carousel-image:after {background: rgba(0, 92, 161, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(6) .su-carousel-image:after {background: rgba(14, 165, 222, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(7) .su-carousel-image:after {background: rgba(182, 200, 214, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(8) .su-carousel-image:after {background: rgba(204, 204, 204, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(9) .su-carousel-image:after {background: rgba(0, 92, 161, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(10) .su-carousel-image:after {background: rgba(14, 165, 222, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(11) .su-carousel-image:after {background: rgba(182, 200, 214, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(12) .su-carousel-image:after {background: rgba(204, 204, 204, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(13) .su-carousel-image:after {background: rgba(0, 92, 161, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(14) .su-carousel-image:after {background: rgba(14, 165, 222, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(15) .su-carousel-image:after {background: rgba(182, 200, 214, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(16) .su-carousel-image:after {background: rgba(204, 204, 204, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(17) .su-carousel-image:after {background: rgba(0, 92, 161, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(18) .su-carousel-image:after {background: rgba(14, 165, 222, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(19) .su-carousel-image:after {background: rgba(182, 200, 214, 0.74902);}
.su-carousel-style-4 .owl-stage div.owl-item:nth-child(20) .su-carousel-image:after {background: rgba(204, 204, 204, 0.74902);}

.su-carousel-style-4 .su-carousel-slide, .su-carousel-style-3 .su-carousel-slide, .su-carousel-style-2 .su-carousel-slide {background-color: #FFFFFF;}
.su-carousel-style-4 .su-carousel-caption, .su-carousel-style-3 .su-carousel-caption, .su-carousel-style-2 .su-carousel-caption {padding: 15px 20px;}

.su-carousel-style-4 .owl-dots .owl-dot span {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	background: transparent;
	box-shadow: inset 0 0 0 2px #d6d6d6;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}


.su-carousel-style-4 .owl-dots .owl-dot span:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background: #d6d6d6;
	box-shadow: 0 0 1px #d6d6d6;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.su-carousel-style-4 .owl-dots .active span:after {
	height: 100%;
}


/*=================
    Style 5
==================*/
.su-carousel-style-5 .su-carousel-image:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.su-carousel-style-5 .su-carousel-slide:hover .su-carousel-image::after {
    opacity: 1;
}
.su-carousel-style-5 .su-carousel-links a {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 0;
    width: 50%;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.su-carousel-style-5 .su-carousel-slide:hover .su-carousel-links a {
    height: 70px;
    opacity: 1;
}
.su-carousel-style-5 .su-carousel-slide .su-carousel-links a:hover {
    background-color: rgba(200, 200, 200, 0.5);
}

.su-carousel-style-5 .su-carousel-links a.su-lightbox-item {
    left: 0;
}
.su-carousel-style-5 .su-carousel-links a.su-carousel-link { 
    right: 0;
}

.su-carousel-style-5 .su-carousel-links a i[class*="fa-"], .su-carousel-style-2 .su-carousel-links a i[class*="fa-"] {
    position: absolute;
    top: 45%;
    font-size: 24px;
    left: 50%;
    margin-left: -11px;
    margin-top: -12px;
}

.su-carousel-style-5.su-carousel-media .su-carousel-links a {
    width: 100%;
}


/* Common style */
.su-trailer-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
    cursor: pointer;


/*border-top: 4px solid #13c7f1;
border-bottom:4px solid #13c7f1;
border-left:none;
border-right:none;*/}
.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: 13px;
    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: normal;
}
.su-trailer-box .su-trailer-box-content {
    font-size: 15px;
    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.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
	
}

.su-trailer-box-style10 p	{}
.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	{    background: #01589B;
}
.su-trailer-box-style10:hover	{border:none; opacity:1!important;}

.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);
	    opacity: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);
}

.su-trailer-box-style10:hover img {
   opacity: 0;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	
	
	
}

.su-trailer-box-style10 img {
  
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	
	
	
}

/***** style10a *****/

/*.su-trailer-box-style10a .su-trailer-box-desc::before,
.su-trailer-box-style10a .su-trailer-box-desc::after {
    position: absolute;
    content: "";
    opacity: 0;
}
.su-trailer-box-style10a .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-style10a .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-style10a .su-trailer-box-desc::before,
.su-trailer-box-style10a .su-trailer-box-desc::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
	
}

.su-trailer-box-style10a p	{}
.su-trailer-box-style10a .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-style10a .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-style10a:hover .su-trailer-box-desc::before,
.su-trailer-box-style10a:hover .su-trailer-box-desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style10a	{    background: #1BB8EC!important;
}
.su-trailer-box-style10a:hover	{border:none; opacity:1!important;}

.su-trailer-box-style10a 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);
	    opacity:0;

}

.su-trailer-box-style10a .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-style10a:hover h2,
.su-trailer-box-style10a:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.su-trailer-box-style10a:hover img {
   opacity: 0;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	
	
	
}

.su-trailer-box-style10a img {
  
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	
	
	
}

/***** style10b *****/
.su-trailer-box-style10b .su-trailer-box-desc::before,
.su-trailer-box-style10b .su-trailer-box-desc::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
	
}
.su-trailer-box-style10b .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-style10b .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-style10b:hover .su-trailer-box-desc::before,
.su-trailer-box-style10b:hover .su-trailer-box-desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style10b	{    background: #f29100;
}
.su-trailer-box-style10b:hover	{border:none;}

.su-trailer-box-style10b 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);
	    opacity:0;

}
.su-trailer-box-style10b .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-style10b:hover h2,
.su-trailer-box-style10b:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/***** style10c *****/
.su-trailer-box-style10c .su-trailer-box-desc::before,
.su-trailer-box-style10c .su-trailer-box-desc::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
	
}
.su-trailer-box-style10c .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-style10c .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-style10c:hover .su-trailer-box-desc::before,
.su-trailer-box-style10c:hover .su-trailer-box-desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style10c	{    background: #572d81;
}
.su-trailer-box-style10c:hover	{border:none;}

.su-trailer-box-style10c 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);
	    opacity:0;

}
.su-trailer-box-style10c .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-style10c:hover h2,
.su-trailer-box-style10c:hover .su-trailer-box-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/***** style10d *****/
.su-trailer-box-style10d .su-trailer-box-desc::before,
.su-trailer-box-style10d .su-trailer-box-desc::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
	
}
.su-trailer-box-style10d .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-style10d .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-style10d:hover .su-trailer-box-desc::before,
.su-trailer-box-style10d:hover .su-trailer-box-desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.su-trailer-box-style10d	{    background: #e61e4e;
}
.su-trailer-box-style10d:hover	{border:none;}

.su-trailer-box-style10d 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);
	    opacity:0;

}
.su-trailer-box-style10d .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-style10d:hover h2,
.su-trailer-box-style10d: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;
	font-size:95%;
	color:#fff;
}
.su-trailer-box-style13 h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1bb8ec;
    -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);
	color:#fff;
}

/***** 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);
    transform: scale(1);
}
.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, #1BB8EC 0%,#D3EAF8 100%) !important;
    background: linear-gradient(-45deg, #1BB8EC 0%,#D3EAF8 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 {
    
}

.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);
	display:block;
	background:#005CA1;
	width:100%;
	color:#fff;
	padding:5px;
}

.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);
}

.su-trailer-box-style24:hover h2	{background:none; color:#005CA1;}


/*---------------*/
/***** 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);
    }
}


.su-news-ticker > .bn-label	{background:#005CA1!important;}
.su-news-ticker	{background:#f7f7f7!important;}
.su-news-ticker > ul > li > a	{font-weight:bold!important;}