﻿#slider {
	z-index:-999999 !important; 
}
.tp-bannertimer {
    background:#777 !important;
    background:rgba(0,0,0,0.1) !important;
    height:5px !important;
    z-index:-999999 !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: url(../images/arrow-right.png) no-repeat;
 
    width: 40px !important;
    height: 40px !important;
ss 
}

.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: 28px;
	line-height: 36px;
}

.tp-caption.medium_font_size {
	font-size: 24px;
	line-height: 28px;
}

.tp-caption.small_font_size {
	font-size: 16px;
	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.wite_font_color {
	color: #fff;
}

.tp-caption.wite_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: #fff;
	padding: 6px 12px;
	border-radius: 3px;
}
