.tp-banner ul{
    visibility:hidden;
}

.tp-wrapper{
	background-color: #f6f6f5;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.tp-caption.regular{
    color: #333;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Raleway', Arial, sans-serif;
}

.tp-caption.regular.white{
    color: #fff;
}

.tp-caption.text{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}

.tp-caption.text.black{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.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;
    }
}
