.module-resort-brand-directory-hero {
	background-size: cover;
	background-position: center center;
	color: white;
	padding: 100px 0 0;
}
.module-resort-brand-directory-hero > .container {
	display: flex;
	margin-bottom: 50px;
}
.module-resort-brand-directory-hero .title.mob {
	flex: 0 0 auto;
	text-align: center;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	display: none;
}
.module-resort-brand-directory-hero .texts-holder {
	flex: 1 1 auto;
	max-width: 800px;
	margin-right: auto;
}
.module-resort-brand-directory-hero .blue-box-holder {
	flex: 0 0 auto;
	width: 321px;
}

.module-resort-brand-directory-hero .texts-holder .title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
}

.module-resort-brand-directory-hero .texts-holder .text {
	font-size: 18px;
	line-height: 25px;
}


.module-resort-brand-directory-hero .texts-holder .buttons {
	padding-top: 30px;
	display: flex;
	box-sizing: content-box;
	flex-wrap: wrap;
}
.module-resort-brand-directory-hero .texts-holder .buttons a {
	margin-right: 30px;
	background: #20b2cd;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 320px;
	height: 58px;
	line-height: 58px;
}
.module-resort-brand-directory-hero .texts-holder .buttons a:nth-child(even) {
	background: #158fbd;
}
.module-resort-brand-directory-hero .texts-holder .buttons a:last-child {
	margin-right: 0;
}
.module-resort-brand-directory-hero .texts-holder .buttons a span.icon {
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-resort-brand-directory-hero .texts-holder .buttons a span.lb {
	flex: 1;
}
.module-resort-brand-directory-hero .texts-holder .buttons a span.icon img {
	max-width: 25px;
	max-height: 25px;
}
.module-resort-brand-directory-hero .texts-holder .buttons a span.append {
	width: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #19a3bd;
	margin-left: 20px;
}
.module-resort-brand-directory-hero .texts-holder .buttons a:nth-child(even) span.append {
	background: #167fa7;
}
.module-resort-brand-directory-hero .blue-box-holder .blue-box-d {
	background: #00465f;
	border-radius: 10px;
	padding: 20px 30px;
}
.module-resort-brand-directory-hero .blue-box-holder .blue-box-d > img,
.module-resort-brand-directory-hero .blue-box-holder .blue-box-d > embed {
	display: block;
	margin: 0 auto 25px;
	max-width: 61px;
}

.module-resort-brand-directory-hero .blue-box-holder .blue-box-d .title {
	font-size: 24px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.module-resort-brand-directory-hero .blue-box-holder .blue-box-d .title strong{
	white-space: pre;
	font-weight: 600;
}

.module-resort-brand-directory-hero .blue-box-holder .blue-box-d a {
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 25px;
    padding: 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left,  #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);

    width: 100%;
    height: 45px;
}

.module-resort-brand-directory-hero .blue-box-holder .blue-box-d a img {
	margin-left: 10px;
}

.module-resort-brand-directory-hero .call-now-bar {
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: white;
	background: #00465f;
}

.module-resort-brand-directory-hero .call-now-bar img,
.module-resort-brand-directory-hero .call-now-bar embed {
	margin-right: 20px;
}

.module-resort-brand-directory-hero .call-now-bar strong {
	margin: 0 5px;
	font-weight: 700;
}

.module-resort-brand-directory-hero .call-now-bar span {
	margin: 0 10px 0 5px;
	color: #009fc2;

}

@media (max-width: 1200px) {
	.module-resort-brand-directory-hero .title.mob {
		display: block;
	}

	.module-resort-brand-directory-hero .texts-holder .title {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.module-resort-brand-directory-hero > .container {
		max-width: 700px;
	}
	.module-resort-brand-directory-hero .title.mob {
		margin-bottom: 50px;
	}
	.module-resort-brand-directory-hero .texts-holder {
		max-width: 330px;
	}

	.module-resort-brand-directory-hero .texts-holder .text {
		font-size: 16px;
		line-height: normal;
	}
	.module-resort-brand-directory-hero .texts-holder .buttons a {
		margin-bottom: 20px;
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.module-resort-brand-directory-hero > .container {
		max-width: 700px;
	}
	.module-resort-brand-directory-hero .title.mob {
		margin-bottom: 50px;
	}
	.module-resort-brand-directory-hero .texts-holder {
		max-width: 330px;
	}

	.module-resort-brand-directory-hero .texts-holder .text {
		font-size: 16px;
		line-height: normal;
	}
	.module-resort-brand-directory-hero .texts-holder .buttons a {
		margin-bottom: 20px;
		margin-right: 0;
	}
}


@media (max-width: 700px) {
	.module-resort-brand-directory-hero .title.mob {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.module-resort-brand-directory-hero .container {
		flex-direction: column;
	}
	.module-resort-brand-directory-hero .texts-holder {
		max-width: 100%;
	}
	.module-resort-brand-directory-hero .blue-box-holder {
		width: 100%;
	}
	.module-resort-brand-directory-hero .texts-holder .buttons {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.module-resort-brand-directory-hero .call-now-bar {
		height: 88px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	
}