.jtis-style-1 {
	border-radius: 2px;
	box-shadow: 0 2px 3px #eee;
}
.jtis-style-1 img {
	border-radius: 2px;
	height: 470px !important;
	object-fit: cover;
	object-position: top;
	width: 100% !important;
}
.jtis-style-1 .uk-overlay {
    border-radius: 2px;
    bottom: 60px;
    left: 35px;
    max-width: 50%;
    padding: 20px;
}
.jtis-style-1 .jtis-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.jtis-style-1 .jtis-text {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.jtis-style-1 .uk-dotnav {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    left: 35px;
}
.jtis-style-1 .uk-dotnav li a {
    background: #828282;
    border: 1px solid #828282 !important;
    width: 15px;
    height: 15px;
}
.jtis-style-1 .uk-dotnav li.uk-active a {
    background: #3db4c2;
    border: 1px solid #3db4c2 !important;
}



/* STYLE 2 */
.jtis-style-2 img {
	border-radius: 4px;
	box-shadow: 0 2px 3px #7d7d7d;
	height: 250px;
	object-fit: cover;
	width: 100%;
}


/* Style 3 */
.jtis-style-3 img {
    height: 550px;
    object-fit: cover;
    width: 100%;
    left: 0;
    z-index: -1;
}
.jtis-style-3 .uk-width-1-4 {
    padding: 100px 0 0 142px;
    background: rgba(13, 31, 51, 0.9);
    width: 27.69%;
    height: 550px;
}
.jtis-style-3 .uk-width-1-4 ul {
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jtis-style-3 .uk-width-1-4 ul li {
    color: rgba(255, 255, 255, 0.55);
    display: inline-block;
    margin: 0 20px 0 0;
    transition: all .4s ease;
}
.jtis-style-3 .uk-width-1-4 ul li.uk-active {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.jtis-style-3 .uk-width-1-4 ul li:hover {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all .4s ease;
}
.jtis-style-3 .uk-width-3-4 {
	padding: 0 !important;
    width: 72.31%;
}
.jtis-style-3 .jtis-current-item {
	font-size: 120px;
	font-weight: 500;
	margin: 0;
	color: #fff;
}
.jtis-style-3 .jtis-title {
    background: #153f79;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    height: 118px;
    left: 0;
    line-height: 26px;
    margin: 0;
    padding: 20px 30px 20px 110px;
    position: absolute;
    z-index: 1000;
    width: 32%;
}
.jtis-style-3 .jtis-title span {
	display: block;
}
.jtis-style-3 .uk-slideshow {
	outline: none;
}
.jtis-style-3 h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 40px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}
.jtis-style-3 h3:after {
    background: #318fe8;
    bottom: -10px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 35px;
}
.jtis-style-3 .read-more-btn {
    background: #fff;
    border-radius: 2px 2px 0 0;
    font-size: 10px;
    font-weight: 400;
    padding: 5px 24.5px;
    position: absolute;
    right: -77px;
    top: 41px;
    text-transform: uppercase;
    transform: rotate(90deg);
    width: 118px;
}
.jtis-style-3 .read-more-btn a {
    color: #555;
    text-decoration: none;
}
.jtis-style-3 .uk-slidenav-previous {
    position: absolute;
    top: -61px;
    background: rgba(255, 255, 255, 0.8);
    bottom: auto;
    padding: 12px 15px 10px 17px;
    color: rgba(19, 19, 19, 0.82);
    right: 30px;
    transition: all .4s ease;
}
.jtis-style-3 .uk-slidenav-next {
    position: absolute;
    top: -61px;
    background: rgba(255, 255, 255, 0.8);
    bottom: auto;
    padding: 12px 15.5px 10px;
    color: rgba(19, 19, 19, 0.82);
    border-radius: 0 2px 0 0;
    right: -15px;
    transition: all .4s ease;
}
.jtis-style-3 .uk-slidenav:hover {
    color: #318fe8;
    transition: all .4s ease;
}
.jtis-style-3 .total-items {
    font-size: 30px;
    font-weight: 300;
	padding-left: 10px;
}