.regular .slick-list .slick-track .slick-slide img {
    max-width: 100%;
}
.slick-slide{outline: none;font-family:inherit;}
.video-slide{width : 100%;}
.spanVideo {
    position: relative;
    margin:0 20px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ej8l3a');
  src:  url('../fonts/icomoon.eot?ej8l3a#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ej8l3a') format('truetype'),
    url('../fonts/icomoon.woff?ej8l3a') format('woff'),
    url('../fonts/icomoon.svg?ej8l3a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play2:before {
    content: "\ea15";
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.regular .slick-list .slick-track .slick-slide span {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: white;
    font-size: 60px;
    height: 99.5%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.tx-drc-slick-carousel {
background: #232526; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #232526 , #414345); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #232526 , #414345); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}
#sliderBox2{padding: 25px;}
.slick-dots{bottom:-40px !important;}
.thumb {
    margin: 0 20px;
}

.SimpleHtml {
    margin: 0 20px;
    color: #2c3e50;
    font-size: 14px;
}
.caption {
    margin: 0 20px;
    color: white;
}
#html5-watermark{display:none !important;}
.slick-dots li button::before{color:white;}
.slick-dots li.slick-active button::before{color:white;}
.textFormat.slick-slide {
    background-color: #ecf0f1;
}
.slick-prev::before, .slick-next::before{color:white !important;}
@media(max-width: 420px){
	.icon-play2:before {
		font-size: 48px;
	}
}
