
.tp-banner {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: center;
	
}

.slider-bigtitle {
	font-size: 56px;
	line-height: 64px;
}
.slider-supratitle {
	font-size: 24px;
	line-height: 28px;
}
.slider-title {
	text-align: center;
	font-size: 40px;
	line-height: 46px;
}
.slider-subtitle {
}
.slider-title {
	color: #000;
}
.text-thin {
	font-weight: 300;
}
.text-normal {
	font-weight: 400;
}
.text-semibold {
	font-weight: 600;
}
.text-bold {
	font-weight: 700;
}

.orange {
	color: #F86C59;
}
.underline {
	border-bottom: 2px solid #000;
}
.orange.underline {
	border-bottom-color: #F86C59;
}

.white {
	color: #fff;
}
.slider-btn-holder {

}
.slider-btn-holder .btn {
	padding: 0.75em 4.2em;
	line-height: 1em;
	font-size: 0.7em;
}
.slider-btn-holder .btn-orange {
	background: #F86C59;
	color: #fff;
}
.slider-btn-holder .btn-orange:hover {
	color: #fff;
}


.text-18 {
	font-size: 18px;
	line-height: 22px;
}
.align-left {
	text-align: left;
}

.slider-hbar {
	width: 170px;
	height: 3px;
	border-bottom: 3px solid #000;
}
.slider-hbar.orange {
	border-bottom-color: #F86C59;
}