.tp-caption.big-title,
.tp-caption.big-title-white,
.tp-caption.big-title-with-border,
.tp-caption.big-title-white-with-border{
	font-size: 29px;
	line-height: 39px;
	letter-spacing: 2px;
	color: #444;
	font-weight: normal;
	font-family: "My Font One", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased!important;
    padding: 5px 8px 0px!important;
}

.tp-caption.big-title-white,
.tp-caption.big-title-white-with-border{
  color:#eeeeee;
}
.tp-caption.big-title-with-border{
  border-top: 1px solid #999!important;
}
.tp-caption.big-title-white-with-border{
  border-top: 1px solid #eeeeee!important;
}

.tp-caption.small-title,
.tp-caption.small-title-white{
    font-size: 14px;
	line-height: 1.65!important;
	color: #454545;
	font-family: "Open Sans",sans-serif;
    text-align:center
 }
.tp-caption.small-title-white{
      color:#eeeeee;
 }
.tp-caption.slider-buttons a.readmore i,
.tp-caption.slider-buttons-white a.readmore i {
	display: inline-block;
	border: 1px solid #333;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 6px!important
}
.tp-caption.slider-buttons-white a.readmore i{
  border-color:#f5f5f5;
}
.tp-caption.slider-buttons a.readmore,
.tp-caption.slider-buttons-white a.readmore {
	color: #333;
}
.tp-caption.slider-buttons-white a.readmore {
	color: #ddd
}
.tp-caption.slider-buttons-white a.readmore:hover {
	color: #bcbcbc
}
/* Buttons Resizing */
 @media only screen  and (max-width: 767px) {
.tp-caption.slider-buttons-white ,
.tp-caption.slider-buttons {
  display:none;
 }
.tp-caption.big-title,
.tp-caption.big-title-white,
.tp-caption.big-title-with-border,
.tp-caption.big-title-white-with-border{
    padding:0!important;
    border-top:none!important;        
  }
}