/* General */
.h3-lpy {
	color: #fff; font-size: 27px; font-weight: 400;padding-bottom:20px;
}
.i-section {
	padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.gradient3 {
	background: rgb(255,208,0)!important;
	background: linear-gradient(85deg, rgba(255,208,0,1) 0%, rgba(246,95,41,1) 63%, rgba(217,38,3,1) 100%)!important;
}
/* titles */
.bg-text-container {
    position: relative;
    font-size: 32px; /* size of the foreground text */
	font-weight:300;
	font-family:'Roboto';
    color: #2a2a2a;
    height: 100px; /* specify a height for the container */
    display: flex; 
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
}
.bg-text-container::before {
    position: absolute;
    font-size: 70px; /* size of the background text */
	font-weight: 400;
	font-family:'Roboto';
    color: grey;
    opacity: 0.2;
    z-index: 1; 
}
@media only screen and (min-width: 768px) {
	.bg-text-container::before {
		font-size: 100px; /* size of the background text */
	}
}
.bg-text-container.lifestyle::before {
    content: "LIFESTYLE";	
}
.bg-text-container.boats::before {
    content: "BOATS";	
}
.bg-text-container.explore::before {
    content: "EXPLORE";	
}
.foreground-text {
    z-index: 2; 
}

/* Search box - Hero */
ul.nav.nav-tabs.cts-carousel {
    visibility: hidden;
}
/* Listing carousel */
@media only screen and (min-width: 1201px) {
	.owl-carousel.listing-feed-carousel.c27-owl-nav.owl-loaded.owl-drag {
		padding-left: 18px;
	}
}
/* Brokers */
.tlp-location {
    color: #fff;
}
/* FAQ */
.panel-title>a {
    font-size: 14px;
}