.tp-banner ul{
    visibility:hidden;
	height: 800px;
}

.tp-wrapper{
    background-color: #f6f6f6;
    float: left;
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden;
}

.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;
}
.owl-wrapper {
	display: none;
}
@media (max-width:1500px){
.owl-wrapper {
	display: block;
    overflow: hidden;
	margin-bottom: 20px;
}
	.tp-wrapper {
	display: none;
	}
.mobile-active {
	width: 105%;
	padding: 0;
	margin: 0;
	}
.mobile-active img {
		object-fit: cover;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px){
	/*	.tp-wrapper{
		height: 480px;
       margin-bottom: -30%;
	} 
.tp-banner {
	object-fit: cover;
	}*/
}