
/* Intro */
.intro{
	position: relative;
}
.intro:after{
    content: "";
    position: absolute;
    z-index: 20;
    left: 0px;
    bottom: 0px;

    display: block;
    width: 100%;
    height: 120px;

    background: linear-gradient(
		to bottom,
	    hsla(0, 0%, 0%, 0) 0%,
	    hsla(0, 0%, 0%, 0.013) 8.1%,
	    hsla(0, 0%, 0%, 0.049) 15.5%,
	    hsla(0, 0%, 0%, 0.104) 22.5%,
	    hsla(0, 0%, 0%, 0.175) 29%,
	    hsla(0, 0%, 0%, 0.259) 35.3%,
	    hsla(0, 0%, 0%, 0.352) 41.2%,
	    hsla(0, 0%, 0%, 0.45) 47.1%,
	    hsla(0, 0%, 0%, 0.55) 52.9%,
	    hsla(0, 0%, 0%, 0.648) 58.8%,
	    hsla(0, 0%, 0%, 0.741) 64.7%,
	    hsla(0, 0%, 0%, 0.825) 71%,
	    hsla(0, 0%, 0%, 0.896) 77.5%,
	    hsla(0, 0%, 0%, 0.951) 84.5%,
	    hsla(0, 0%, 0%, 0.987) 91.9%,
	    hsl(0, 0%, 0%) 100%
	);
}

.intro__height-large{
	padding: 18% 0px 14% 0px;
}
.intro__height-normal{
	padding: 12% 0px 9% 0px;
}
.intro__height-small{
	padding: 9% 0px 5% 0px;
}

.intro__image-background{
	position: absolute;
	left: 0px;
	top: 0px;

	display: block;
	width: 100%;
	height: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
}
.intro__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

	display: block;
	width: 100%;
	height: 100%;

	background: rgba(0,0,0,0.5);
}
.intro__tagline{
	position: relative;
	z-index: 30;
	text-align: center;
}
.intro__tagline h1{
	display: inline-block;
	vertical-align: top;

	margin: 0px;
	padding: 0px;

    font-family: 'klilllight';
	font-weight: normal;
	font-size: 80px;
	line-height: 90px;
	letter-spacing: 6px;

	text-decoration: none;
	text-shadow: 0px 2px 15px rgba(0,0,0,0.7);

	color: #ffffff;	
}
.intro__btn{
	position: relative;
	z-index: 30;
	margin: 5% 0px 0px 0px;
	text-align: center;
}
.intro__btn-primary{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px 0px 15px 0px;
	padding: 10px 28px 14px 28px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3);

	font-family: 'breeserif';
    font-weight: normal;
    font-size: 28px;

    line-height: 32px;
    letter-spacing: 2px;
    text-decoration: none;

    color: #ffffff;
	background-color: rgba(233,81,38,0.8);

	transition: all 0.5s;
}
.intro__btn-primary:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	background-color: rgba(233,81,38,1);
}
.intro__btn-spacer{
	display: block;
	width: 100%;
	height: 0px;
}
.intro__btn-secondary{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 9px 24px 11px 24px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3);

	font-family: 'breeserif';
    font-weight: normal;
    font-size: 18px;

    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;

    color: #ffffff;
	background-color: rgba(152,120,81,0.9);

	transition: all 0.5s;
}
.intro__btn-secondary:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	background-color: rgba(152,120,81,1);
}

/* Core */
.core{
	position: relative;
	padding: 60px 0px 60px 0px;
}
.core:before{
    content: "";
    position: absolute;
    z-index: 15;
    left: 0px;
    top: 0px;

    display: block;
    width: 100%;
    height: 60px;

	background:  linear-gradient(
		to top,
	    hsla(0, 0%, 0%, 0) 0%,
	    hsla(0, 0%, 0%, 0.013) 8.1%,
	    hsla(0, 0%, 0%, 0.049) 15.5%,
	    hsla(0, 0%, 0%, 0.104) 22.5%,
	    hsla(0, 0%, 0%, 0.175) 29%,
	    hsla(0, 0%, 0%, 0.259) 35.3%,
	    hsla(0, 0%, 0%, 0.352) 41.2%,
	    hsla(0, 0%, 0%, 0.45) 47.1%,
	    hsla(0, 0%, 0%, 0.55) 52.9%,
	    hsla(0, 0%, 0%, 0.648) 58.8%,
	    hsla(0, 0%, 0%, 0.741) 64.7%,
	    hsla(0, 0%, 0%, 0.825) 71%,
	    hsla(0, 0%, 0%, 0.896) 77.5%,
	    hsla(0, 0%, 0%, 0.951) 84.5%,
	    hsla(0, 0%, 0%, 0.987) 91.9%,
	    hsl(0, 0%, 0%) 100%
	);
}
.core:after{
    content: "";
    position: absolute;
    z-index: 15;
    left: 0px;
    bottom: 0px;

    display: block;
    width: 100%;
    height: 60px;

	background:  linear-gradient(
		to bottom,
	    hsla(0, 0%, 0%, 0) 0%,
	    hsla(0, 0%, 0%, 0.013) 8.1%,
	    hsla(0, 0%, 0%, 0.049) 15.5%,
	    hsla(0, 0%, 0%, 0.104) 22.5%,
	    hsla(0, 0%, 0%, 0.175) 29%,
	    hsla(0, 0%, 0%, 0.259) 35.3%,
	    hsla(0, 0%, 0%, 0.352) 41.2%,
	    hsla(0, 0%, 0%, 0.45) 47.1%,
	    hsla(0, 0%, 0%, 0.55) 52.9%,
	    hsla(0, 0%, 0%, 0.648) 58.8%,
	    hsla(0, 0%, 0%, 0.741) 64.7%,
	    hsla(0, 0%, 0%, 0.825) 71%,
	    hsla(0, 0%, 0%, 0.896) 77.5%,
	    hsla(0, 0%, 0%, 0.951) 84.5%,
	    hsla(0, 0%, 0%, 0.987) 91.9%,
	    hsl(0, 0%, 0%) 100%
	);
}
.core__image-background{}
.core__image-overlay{}
.core .container{
	position: relative;
}

.core__title{
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.core__title h2{
	margin: 0px 0px 20px 0px;
	padding: 0px;

	font-family: 'breeserif';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 1px;

	color: #ffffff;
}
.core__text{

}
.core__text p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	transition: all 0.5s;
}
.core__text.expand p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.core__text p:last-child{
	margin: 0px;
}
.core__text a{
	color: #ffffff;
	text-decoration: underline;
}
.core__text h4{
    margin: 0px;
    padding: 0px;

	font-family: 'breeserif';
    font-weight: normal;
    font-size: 29px;
    line-height: 36px;
    letter-spacing: 1px;

    color: #ffffff;
}
.core__text strong,
.core__text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.core__text em{
	font-style: italic;
}
.core__text u{
	text-decoration: underline;
}
.core__text img{
	max-width: 100%;
	height: auto;
}

.core__text .extended__text{
	max-height: 0px;
	overflow: hidden;

	margin: 0px;
	padding: 0px;

	transition: all 0.5s;
}
.core__text.expand .extended__text{
	max-height: 1000px;
}
.core__text .extended__btn{
	display: inline-block;
	margin: 8px 0px 0px 0px;
	padding: 0px;

    font-family: 'latoblack';
	font-weight: normal;

	cursor: pointer;
}


/* Offer */
.offer{
	position: relative;
	padding: 60px 0px 60px 0px;
}
.offer:before{
    content: "";
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;

    display: block;
    width: 100%;
    height: 60px;

    background: linear-gradient(
		to top,
		hsla(0, 0%, 0%, 0) 0%,
		hsla(0, 0%, 0%, 0.009) 8.1%,
		hsla(0, 0%, 0%, 0.035) 15.6%,
		hsla(0, 0%, 0%, 0.075) 22.7%,
		hsla(0, 0%, 0%, 0.128) 29.4%,
		hsla(0, 0%, 0%, 0.193) 35.7%,
		hsla(0, 0%, 0%, 0.266) 41.8%,
		hsla(0, 0%, 0%, 0.346) 47.8%,
		hsla(0, 0%, 0%, 0.43) 53.7%,
		hsla(0, 0%, 0%, 0.518) 59.6%,
		hsla(0, 0%, 0%, 0.607) 65.6%,
		hsla(0, 0%, 0%, 0.696) 71.8%,
		hsla(0, 0%, 0%, 0.781) 78.3%,
		hsla(0, 0%, 0%, 0.861) 85.1%,
		hsla(0, 0%, 0%, 0.935) 92.3%,
		hsl(0, 0%, 0%) 100%
	);
}
.offer:after{
    content: "";
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 0px;

    display: block;
    width: 100%;
    height: 60px;

    background: linear-gradient(
		to bottom,
		hsla(0, 0%, 0%, 0) 0%,
		hsla(0, 0%, 0%, 0.009) 8.1%,
		hsla(0, 0%, 0%, 0.035) 15.6%,
		hsla(0, 0%, 0%, 0.075) 22.7%,
		hsla(0, 0%, 0%, 0.128) 29.4%,
		hsla(0, 0%, 0%, 0.193) 35.7%,
		hsla(0, 0%, 0%, 0.266) 41.8%,
		hsla(0, 0%, 0%, 0.346) 47.8%,
		hsla(0, 0%, 0%, 0.43) 53.7%,
		hsla(0, 0%, 0%, 0.518) 59.6%,
		hsla(0, 0%, 0%, 0.607) 65.6%,
		hsla(0, 0%, 0%, 0.696) 71.8%,
		hsla(0, 0%, 0%, 0.781) 78.3%,
		hsla(0, 0%, 0%, 0.861) 85.1%,
		hsla(0, 0%, 0%, 0.935) 92.3%,
		hsl(0, 0%, 0%) 100%
	);
}

.offer__image-background{
	position: absolute;
	left: 0px;
	top: 0px;

	display: block;
	width: 100%;
	height: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
}
.offer__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

	display: block;
	width: 100%;
	height: 100%;

	background: rgba(0,0,0,0.5);
}
.offer__btn{
	position: relative;
	text-align: center;
	margin: 0px;
}

.offer__btn{
	position: relative;
	margin: 0px;
	text-align: center;
}
.offer__btn-primary{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px 0px 15px 0px;
	padding: 10px 28px 14px 28px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3);

	font-family: 'breeserif';
    font-weight: normal;
    font-size: 28px;

    line-height: 32px;
    letter-spacing: 2px;
    text-decoration: none;

    color: #ffffff;
	background-color: rgba(233,81,38,0.8);

	transition: all 0.5s;
}
.offer__btn-primary:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	background-color: rgba(233,81,38,1);
}
.offer__btn-spacer{
	display: block;
	width: 100%;
	height: 0px;
}
.offer__btn-secondary{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 9px 24px 11px 24px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3);

	font-family: 'breeserif';
    font-weight: normal;
    font-size: 18px;

    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;

    color: #ffffff;
	background-color: rgba(152,120,81,0.9);

	transition: all 0.5s;
}
.offer__btn-secondary:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	background-color: rgba(152,120,81,1);
}

/* MD */
@media only screen and (max-width: 1280px) {


}

/* SM */
@media only screen and (max-width: 992px) {


}

/* XS */ 
@media only screen and (max-width: 767px) {

	.intro__height-small{
		padding: 96px 0px 48px 0px;
	}
	.intro__height-normal{
		padding: 96px 0px 48px 0px;
	}
	.intro__height-large{
		padding: 96px 0px 48px 0px;
	}
	.intro__btn{
		margin: 24px 0px 0px 0px;
	}
	.intro__btn-primary{
	    padding: 12px 24px;
	    font-size: 22px;
	    line-height: 32px;		
	}
	.intro__btn-secondary{
	    padding: 8px 24px;
	    font-size: 16px;
	    line-height: 24px;		
	}
	.intro .container{
		padding: 0px 3%;
	}
	.intro__tagline h1{
		font-size: 50px;
		line-height: 56px;
		letter-spacing: 4px;
	}


	.core .container{
		padding: 0px 3%;
	}

	.offer .container{
		padding: 0px 3%;
	}

}