.tp-bannertimer {
    background:#777 !important;
    background:rgba(0,0,0,0.1) !important;
    height:5px !important;
}

.tparrows:before {
    font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size: 1.5em;
	color: #444;
	font-variant: normal;
	text-transform: none;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.tparrows {
    cursor: pointer;
    background: #fff!important;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    width: 40px !important;
    height: 40px !important;
	line-height: 40px;
	text-align: center;
}

.tp-leftarrow:before {
    content: '\e896';
}

.tp-rightarrow:before {
    content: '\e897';
}

.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}


/******** Custom Captions ********/
.tp-caption.big_font_size {
	font-size: 36px;
	line-height: 36px;
}

.tp-caption.medium_font_size {
	font-size: 24px;
	line-height: 28px;
}

.tp-caption.small_font_size {
	font-size: 18px;
	line-height: 24px;
}

.tp-caption.mini_font_size {
	font-size: 14px;
	line-height: 22px;
}

.tp-caption.boldest_font_weight {
	font-weight: 900;
}

.tp-caption.bold_font_weight {
	font-weight: 700;
}

.tp-caption.regular_font_weight {
	font-weight: 500;
}

.tp-caption.light_font_weight {
	font-weight: 300;
}

.tp-caption.dark_font_color {
	color: #444;
}

.tp-caption.black_font_color {
	color: #111;
}

.tp-caption.gray_font_color {
	color: #888;
}

.tp-caption.white_font_color {
	color: #fff;
}

.tp-caption.interact_font_color {
	color: #0dcaf0;
}

.tp-caption.white_bg {
	background-color: #fff;
	padding: 6px 12px;
	border-radius: 3px;
}

.tp-caption.gray_bg {
	background-color: #444;
	color: #fff;
	padding: 6px 12px;
	border-radius: 3px;
}

.tp-caption.color-bg {
	color: #0dcaf0;
	padding: 6px 12px;
	border-radius: 3px;
}

.tp-caption.interact_bg {
	background-color: #0dcaf0;
	padding: 6px 12px;
	border-radius: 3px;
}