.tp-banner ul{
    visibility:hidden;
}

.tp-wrapper{
    background-color: #f6f6f6;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.tp-caption.regular{
    color: #333;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Raleway', Arial, sans-serif;
}

.tp-caption.regular.white{
	padding: 15px !important;
	background: url(../../img/slider/heading-bg.png);
	color: #40494F;
}

.tp-caption.text{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}

.tp-caption.text.black {
	padding: 15px 20px;
    font-size: 14px;
	font-weight: normal;
    color: #FFF;
    line-height: 24px;
	background: url(../../img/slider/content-bg.png);
}
.tp-caption.text.black strong {
	font-weight: bold;
}
.caption-button{
    border: 0px solid;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    padding: 12px 17px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.caption-button a, 
.caption-button a:hover{
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .tp-wrapper{
        margin-bottom: 40px;
    }
}