.tp-caption.big_orange,
.tp-caption.big_yellow,
.tp-caption.big_black,
.tp-caption.big_white,
.tp-caption.big_bluee {
	color: #fff;
	font-size: 29px;
	line-height: 1;
	font-family: Oswald, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding: 20px;
	background-color: #e05930;
	letter-spacing: 0px;
}

.tp-caption.big_yellow {
	background-color: #d7df56;
}

.tp-caption.big_black {
	background-color: #111;
	color: #fff;
}

.tp-caption.big_bluee {
	background-color: #0095da;
}

.tp-caption.big_white {
	background-color: #fff;
	color: #000;
}

.wp-admin .tp-caption.big_orange:nth-child(2),
.tp-caption.big_orange.dd-rev-caption-second {
	background-color: #ba4a28;
}

.wp-admin .tp-caption.big_yellow:nth-child(2),
.tp-caption.big_yellow.dd-rev-caption-second {
	background-color: #cad154;
}

.wp-admin .tp-caption.big_black:nth-child(2),
.tp-caption.big_black.dd-rev-caption-second {
	background-color: #000;
}

.wp-admin .tp-caption.big_bluee:nth-child(2),
.tp-caption.big_bluee.dd-rev-caption-second {
	background-color: #007cb5;
}

.wp-admin .tp-caption.big_white:nth-child(2),
.tp-caption.big_white.dd-rev-caption-second {
	background-color: #f8f8f8;
}

.tp-leftarrow.default {
	background: url("../images/slider/rev-arrow-left.png") no-repeat 0 0;
	width: 20px;
	height: 34px;
}

.tp-rightarrow.default {
	background: url("../images/slider/rev-arrow-right.png") no-repeat 0 0;
	width: 20px;
	height: 34px;
}

.tp-bullets {
	bottom: -22px !important;
}

.tp-bullets.simplebullets.round .bullet {
	background: #b9b9b9;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	float: left;
	margin: 0 3px;	
}

.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected, 
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #ff4e01;	
}