.ti-clearfix {
	overflow: auto;
	content: '';
	clear: both;
	display: table;
}

/* image Gallery wrappers */
.ti-image-gallery-wrapper {
	max-width: 1206px;
	width: 100%;
	position: relative;
}

.ti-tab-wrapper {
	width: 100%;
	display: block;
	border: 0;
	text-align: left;
}

.ti-separator {
	width: 100%;
	height: 1px;
	margin: 5px;
	background-image: linear-gradient(-90deg, white, #009cff, #009cff, #009cff, #009cff, white);
}

.ti-slider-wrapper {
	width: 100%;
	display: block;
	position: relative;
    border: 2px solid #009cff;
    margin-bottom: 5px;
}

.ti-description-wrapper {
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
    font-style: normal;
    text-align: center;
}

.ti-slider-content {
	width: 100%;
	display: block;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	transition: opacity 1s ease-out;
	overflow: hidden;
	opacity: 1;
}

.ti-slider-content.hidden {
	opacity: 0;
    transition: opacity 1s ease-out;
    overflow: hidden;
	padding: 0;
	display: none;
}

.ti-tab-elem {
	width: 20%;
	min-width: 100px;
	min-height: 56px;
	max-height: 100px;
	display: inline-block;
	background-color: #dbf7ff;
    color: #7f7f7f;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
    border: 2px solid white;
	padding: 4px 2px;
	text-align: center;
	vertical-align: bottom;
	border-radius: 5px;
	transition: color 0.3s, background-color 0.3s;
}

.ti-tab-elem:hover {
    border-color: white;
    background-color: #9dd9ff;
    color: #000000;
    z-index: 11;
}

@media (hover: none) {
    .ti-tab-elem:hover {
        border-color: white;
        background-color: #dbf7ff;
        color: #7f7f7f;
        z-index: inherit;
    }
}

.ti-tab-elem.selected {
    border-color: #009cff;
    background-color: #009cff;
    color: #fff;
    z-index: 10;
    border-radius: 5px 5px 0 0;
}

.ti-tab-caption {
	width: 100%;
	word-wrap: normal;
	font-size: 14px;
	font-weight: bold;
    font-style: normal;
    line-height: 16px;
    padding: 0;
}

.ti-tab-caption-desc {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
    font-style: italic;
    line-height: 14px;
    white-space: normal;
}

.ti-slide-tab {
	display: inline-block;
	cursor: pointer;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
    font-style: normal;
	width: 19%;
	min-height: 30px;
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	margin: 2px;
	vertical-align: top;
	height: 48px;
	overflow: hidden;
}

.ti-slide-tab:hover {
	border-color: #9dd9ff;
}

@media (hover: none) {
    .ti-slide-tab:hover {
        border-color: #f0f0f0;
    }
}

.ti-slide-tab.selected {
	border-color: #009cff;
}

@media screen and (max-width: 600px) {
	.ti-slide-tab {
		width: 45%;
		vertical-align: top;
		float: none;
		height: 100%;
	}

	.ti-slider-content {
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.ti-tab-elem {
		width: 33%;
	}
    .ti-tab-caption {
        padding: 0;
    }
	.ti-slide-tab {
		width: 30%;
	}
}
@media screen and (max-width: 600px) {
	.ti-tab-elem {
		width: 50%;
	}
    .ti-tab-caption {
        padding: 0;
    }
	.ti-slide-tab {
		width: 45%;
	}
}
