.module_resort_hero {
	background: url('../../../images/resorts/hero-image.jpg') no-repeat center center;
	background-size: cover;
}
.module_resort_hero .breadcumbs {
	background: rgba(0, 0, 0, 0.22);
	line-height: 38px;
	font-size: 14px;
}
.module_resort_hero .breadcumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.module_resort_hero .breadcumbs ul li {
	color: white;
	padding-right: 7px;
	float: left;
}
.module_resort_hero .breadcumbs ul li a {
	color: #20b2cd;
	display: inline-block;
	padding-right: 10px;
	font-weight: 600;
	background: url('../../../images/resorts/breadcumbs-arrow-right-blue.png') no-repeat right center;
}
.module_resort_hero .main {
	padding-top: 65px;
	padding-bottom: 65px;
	color: white;
	font-size: 18px;
}
.module_resort_hero .main .avatar {
	float: left;
	margin: 45px 20px 45px 0;
}

.module_resort_hero .main .title {
	margin: 0 0 30px 0;
	font-size: 48px;
	font-weight: 700;
	font-family: inherit;
    line-height: 1.1;
    color: inherit;
}
.module_resort_hero .main .title strong {
	font-weight: bold;
}

.module_resort_hero .paragraph {
	display: inline;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.module_resort_hero .paragraph strong {
	font-weight: bold;
}

.module_resort_hero .main .buttons a {
	display: inline-block;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 13.5px;
	color: #f2f2f2;
	line-height: normal;
	font-size: 15px;
	padding: 10px 50px 10px 72px;
	position: relative;
    min-width: 300px;
    margin: 0 20px 0 0;
}
.module_resort_hero .main .buttons a:last-child {
	margin-right: 0;
}

.module_resort_hero .main .buttons a span.icon-left {
	float: left;
	font-size: 30px;
	position: absolute;
	left: 0;
	top : 0;
	bottom: 0;
	width: 72px;
	background-repeat: no-repeat;
	background-position: center center;
}

.module_resort_hero .main .buttons a span.icon-right {
	float: right;
	font-size: 20px;
	width: 52px;
	position: absolute;
	right: 0;
	top : 0;
	bottom: 0;
	background-image: url('../../../images/resorts/arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px 21px;
}
.module_resort_hero .main .buttons a strong {
	display: block;
	font-size: 15px;
	font-weight: bolder;
}
.module_resort_hero .main .buttons a.light-blue {
	background-color: #20b2cd;
}
.module_resort_hero .main .buttons a.light-blue span.icon-right {
	background-color: #19a3bd;
}
.module_resort_hero .main .buttons a.blue {
	background-color: #158fbd;
}
.module_resort_hero .main .buttons a.blue span.icon-right {
	background-color: #167fa7;
}
.module_resort_hero .main .card {
	border-radius: 8px;
	background: #00465f;
	padding: 20px;
	text-align: center;
}
.module_resort_hero .main .card .title {
	margin: 30px 0;
	padding: 0;
	font-size: 24px;
	text-transform: uppercase;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.module_resort_hero .main .card .title strong {
	font-weight: bold;
}


.module_resort_hero .main .card a.btn {
	line-height : 40px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    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);
}

.module_resort_hero .main .card a.btn span {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	background: url('../../../images/resorts/arrow-right.svg') no-repeat center center;
	background-size: 100% 100%;
	margin-left: 10px;
	margin-top: -3px;
}

.sm-title img {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.sm-title span.title {
	font-size: 28px !important;
}

@media (max-width: 570px) {
	.module_resort_hero .main .title {
		text-align: center;
		font-size: 28px !important;
	}

	.module_resort_hero .main .buttons a {
		width: 100%;
		margin-right: 0;
	}

	.module_resort_hero .main .card {
		margin-top: 20px;
	}
}
