.ei-slider {
    position: relative;
    height: 475px;
    margin: 0 auto;
    overflow: hidden;
    float: left;
}
.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.ei-slider-large li {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 0!important;
}
.ei-slider-large li img {
    width: 100%!important;
    max-width: 100%;
    margin: 0!important;
    height: 100%!important;
}
.ei-title {
    position: absolute;
    right: 50%;
    margin-right: 13%;
    top: 30%;
}
.ei-title h2,
.ei-title h3 {
    text-align: right;
}
.ei-title h2 {
    font-size: 0;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #b5b5b5;
}
.ei-title h3 {
    font-size: 70px;
    line-height: 70px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #000;
}
.ei-slider-thumbs {
    height: 70px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 0;
    max-width: 64%!important;
	z-index:0;
}
.ei-slider-thumbs li {
    float: left;
    height: 100%;
    max-width: 200px !important;
    position: relative;
}
.ei-slider-thumbs li.ei-slider-element {
    top: 0;
    left: 0px;
    position: absolute;
    height: 5px;
    z-index: 1;
    text-indent: -9000px;
    background: #000;
    font-size: 0;
}
.ei-slider-thumbs li a {
    display: block;
    border-top: 4px solid #ffde01;
    border-right: 2px solid #000000;
    background: #222222;
    width: 100%;
    height: 70px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
    text-align: center;
}
.ei-slider-thumbs li:last-child a {
    border-right: navy;
}
.ei-slider-thumbs li a:hover {
    background-color: #222222;
}
.ei-slider-thumbs li img {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
    right: 0;
    -webkit-box-reflect: below 0px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img {
    opacity: 1;
    bottom: 70px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ei-slider-thumbs .ttcms {
    padding: 10px 0;
}
.ei-slider-thumbs .ttcms .ttcms-title .title1 {
    font-size: 16px;
    text-transform: uppercase;
}
.ei-slider-thumbs .ttcms .ttcms-title .title2 {
    color: #ffde01;
    text-transform: capitalize;
}
@media (max-width: 1599px) {
	.ei-slider {
		height: 360px;
	}
}
@media (max-width: 1299px) {
	.ei-slider {
		height: 331px;
	}
}
@media (min-width: 1300px) and (max-width: 1599px) {
	.ei-slider-thumbs {
		max-width: 80% !important;
	}
}
@media (min-width: 1201px) and (max-width: 1299px) {
	.ei-slider-thumbs {
		max-width: 89% !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ei-slider-thumbs {
        max-width: 74%!important;
    }
	.ei-slider-thumbs li {
		max-width: 151px !important;
	}
}
@media (max-width: 1200px) {
    .ei-slider-thumbs {
        max-width:84% !important;
    }
    .ei-slider {
        height: 323px;
    }
}
@media (max-width: 1199px) {
	.ei-slider {
		height: 262px;
	}
	.ei-slider-thumbs .ttcms .ttcms-title .title1 {
		font-size: 13px;
	}
	.ei-slider-thumbs .ttcms .ttcms-title .title2 {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .ei-slider {
		height: 258px;
    }
	.ei-slider-thumbs {
		max-width: 95% !important;
	}
	.ei-slider-thumbs li {
		max-width: 178px !important;
	}
}
@media (max-width: 767px) {
    .ei-slider {
        width: 100%;
        height: 310px;
        margin: 0 0 15px;
    }
	.ei-slider-thumbs {
        max-width: 95%!important;
    }
}
@media (max-width: 543px) {
    .ei-slider {
        height: 190px;
    }
    .ei-slider-thumbs {
        display: none !important;
    }
}
@media (max-width: 460px) {
    .ei-slider {
        height: 170px;
    }
}