/* MEDIA QUERIES
	768
	1024
	1200
*/
/* CSS RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

mark {
	background: #DD5A43;
	color: #fff;
    padding: 0 15px;
}


.block {
	width: 100%;
	position: relative;
	float: left;
}

.container {
	width: 95%;
	margin: 0 auto;
}

.containerSec{
	width: 90%;
	margin: 0 auto;
}

/*FONTS */
.upp {
	text-transform: uppercase;
}

.cap {
	text-transform: capitalize;
}

.regular {
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	font-family: 'rucksacklight';
}

.span_regular {
	color: #fff;
	font-size: 15px;
	font-weight: bolder;
	font-family: 'rucksackbold';
}

.orange_regular {
	color: #DD5A43;
	font-size: 15px;
	line-height: 1.3;
	font-family: 'rucksackbold';
}


.regular,
.span_regular,
.orange_regular {
	font-size: 15px;
}

/* COLORS AND BGS */
.light_blue_bg {
	background-color: #7AC1CA;
}

.white_bg {
	background-color: #fff;
}

.shadow_bg {
	background-color: rgba(0, 0, 0, 0.5);
}

.light_blue {
	color: #7AC1CA;
}

.orange {
	color: #DD5A43;
}


.black{
	color: #000;
}
.grey {
	color: #c6c6c6;
}
.dkgrey {
	color: #666;
}
.greyBG {
	background-color: #ededed;
}

.white {
	color: #fff;
}

/* BUTTONS */

.orange_btn {
	background-color: #DD5A43;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

.btnContainer{
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px auto;
	
}
.blue_btn {
    background-color: #7AC1CA;
    color: #FFF;
    text-decoration: none;
    background-size: 20px;
    background-repeat: no-repeat;
    /* width: 175px; */
    background-position: 99% 50%;
    font-family: 'rucksackbold';
    /* margin: 0 auto; */
    line-height: 1.3;
    padding: 15px 50px;
    border-radius: 3px;
	
}

.arrow_right {
	background-image: url(images/arrow_white.png);
}




/* HEADER STYLES */

#header_small_cont {
	max-width: 450px;
}

#bt_header {
	padding-bottom: 50px;
}

.bt_logo {

	width: 50px;
	height: 80px;

	background-image: url(images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#header_logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#arrow_down {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	z-index: 10;

	background-image: url(images/arrow_white_down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#head_image {
	width: 100%;
	height: 300px;

	/* background-image: url(images/hero_post.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	position: relative;
}

#head_banner {
	position: absolute;
	top: 0;
	width: 256px;
	height: 208px;
	background-image: url(images/right_banner.png);
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}



#modern_town_head {
	position: absolute;
	top: 20px;
	right: 10px;

	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'rucksackbold';
}

#head_image_title_cont {
	width: 100%;
	position: relative;
	top: -18px;
}

#head_image_title {
	text-transform: uppercase;
	font-size: 18px;
	
	line-height: 1.4;
	font-family: 'rucksackbold';
}

#head_image_text_cont {
	width: 85%;
}

#head_image_text {
	width: 80%;
	font-family: 'rucksackmedium';
}

#header_btn {
	width: 70%;
	margin: 15px 0;
	padding: 15px 10px;
}

#header_btn_arrow {
	background-size: contain;
	background-repeat: no-repeat;
	width: 135px;
	background-position: 90% 50%;
	font-family: 'rucksackbold';
}

#boom_container {
	margin: 80px auto 0 auto;
	text-align: center;
}

#boom_img_container {
	width: 190px;
	height: 190px;
	margin: 50px auto;
	width: 60%;
}

#boom_img_container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#boom_text_container {
	text-align: center;
	width: 80%;
	margin: 0 10%;
}

.boom_title {
	font-size: 55px;
	font-size: 75px;
	text-transform: uppercase;
	color: #DD5A43;
	margin-bottom: 10px;
	font-family: 'rucksackbold';
}

#boom_text {
	margin: 20px 0;
}

/* GALLERY 1*/

.gallery1 {
	width: 100%;
	height: 200px;
	float: left;
}

.gallery1_img_container {
	width: 100%;
	height: 100% !important;
	overflow: hidden;
}

.gallery1_img {
	width: 120%;
	height: 120%;
	object-fit: cover;
	position: relative;
	top: -20%;
	left: -10%;
}

.slick-prev {
	left: 0px !important;
	background-color: #7AC1CA !important;
	z-index: 1;

	background-image: url(images/arrow_white_left.png) !important;
	background-size: 25px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.slick-prev:before {
	content: unset !important;
}

.slick-next {
	right: 0 !important;
	background-color: #7AC1CA !important;
	z-index: 1;

	background-image: url(images/arrow_white.png) !important;
	background-size: 25px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.slick-prev,
.slick-next {
	width: 40px !important;
	height: 40px !important;
}

.slick-next:before {
	content: unset !important;
}

.slick-list {
	height: 100%;
}

/* STEP 1 STYLES */

#step_1 {
	padding: 50px 0;
}

#step_1_image {
	/* max-width: 300px; */
	max-width: 100%;
	/* height: 380px; */
	height: 450px;
	margin: 0 auto;
	position: relative;

	/* background-image: url(images/suite_living.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#step1_title_container {
	position: absolute;
	bottom: 150px;
	left: -9px;
	padding: 15px 10px;
	box-sizing: border-box;
}

.step_1_title {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'rucksackbold';
}

#step_1_options_container {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;

	background-color: rgba(0, 0, 0, 0.5);
}

.step_1_options {
	text-align: center;
	width: 33%;
	transition: all 0.3s ease;
	float: left;
}

.step_1_optionsInner {
	padding: 20px 10px;
	padding-left: 30px;
	background-image: url(images/circle_1.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 5% 50%;
	transition: all 0.3s ease;
	display: inline-block;
}


.step_1_optionsInner:hover {
	background-color: rgba(122, 193, 202, 0.4);
}

.step_1_options_title {
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 0;
	font-family: 'rucksackbold';
	text-align: left;
}


/* STEP 2 STYLES */

.step_title {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'rucksackbold';
}

#step_2 {
	float: left;
	text-align: center;
	margin: 50px 0;
	width: 100%;
}

#step2_title_container {
	margin-bottom: 50px;
}

.step_2_title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 15px auto;
	font-family: 'rucksackbook';
	width: 80%;
}

.step_2_title span{
	font-family: 'rucksackbold';
}

.step_2_text {
	color: #000;
	font-family: 'rucksackbook';
	margin: auto;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	margin-top: 40px;
}

.step_2_text span{
	font-family: 'rucksackbold';
}

.terrace_upgrade {
    margin: 40px auto;
    vertical-align: top;
    padding: 40px 20px;
    border: 4px solid #7AC1CA;
    width: 40%;
    margin: 20px 4%;
    box-sizing: border-box; 
    display: inline-block;
}

.terrace_upgrade_img {
	width: 120px;
	height: 120px;
	margin: 0 auto;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* #stargriller{
	background-image: url(images/stargriller-1.png);
}
#stargazer{
	background-image: url(images/stargazer-1.png);
}
#starsaver{
	background-image: url(images/starsaver-1.png);
} */
.terrace_upgrade_title {
	text-align: left;
	display: inline-block;
}

/* STEP 3 STYLES */

#step_3 {
	width: 100%;
	float: left;
	padding: 50px 0;
}

#step3_title_container {
	text-align: center;
	max-width: 430px;
	margin: 0 auto;

}

.step_3_title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 15px auto 50px;
	font-family: 'rucksackbold';
	width: 70%;
}

#step3_text_container {
	width: 85%;
	margin: 30px auto;
}

#step_3_form_container {}

.step_3_form_input {
	border: none;
	text-align: center;
	font-family: 'rucksackbook';
	width: 80%;
	margin: 20px auto;
	display: block;
	padding: 10px 0;
}

#step_3_form_submit_btn {
	border: none;
	width: 270px;
	margin: 0 auto;
	display: block;
	padding: 14px 0;
}

.step_3_form_submit_btn {
	border: none;
	margin: 30px auto 0 auto;
	display: block;
	padding: 14px 0;
	font-size: 12px;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	white-space: pre-wrap;
	width: 75%;
}

#step_3_form_submit_btn_desktop {
	display: none;
}

#submit_btn_arrow {
	background-size: contain;
	background-repeat: no-repeat;
	width: 175px;
	background-position: 95% 50%;
	font-family: 'rucksackbold';
	margin: 0 auto;
	line-height: 1.3;
}

.submit_btn_arrow {
	background-size: 20px;
	background-repeat: no-repeat;
	/*width: 175px;*/
	background-position: 90% 50%;
	font-family: 'rucksackbold';
	/*margin: 0 auto;*/
	line-height: 1.3;
}

/* POP UP FORM STYLES*/

#popup_form {
	display: none;
	position: fixed;
}

#close_popup {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.close_line {
	width: 15px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 7.5px;
}

#close_line1 {
	transform: rotate(45deg);
}

#close_line2 {
	transform: rotate(135deg);
}

#popup_form_container {
	padding: 50px 0;
	position: relative;
	text-align: center;
	max-width: 900px;
}

#popup_form_title {}

/* MORE INFO STYLES */

#more_info {
	margin-top: 40px;
}

.more_info_container {
	text-align: center;
	margin: 0 auto 40px auto;
}

.download_sub_title {
	font-family: 'rucksackmedium';
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.3;
}

.notReady_text {
	font-family: 'rucksackmedium';
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.3;
}

.aboutText {
	font-family: 'rucksackmedium';
	font-size: 16px;
	margin: auto;
	margin-bottom: 30px;
	line-height: 1.3;
	width: 50%;
}

#download_link {
	font-family: 'rucksackbold';
	font-size: 14px;
	text-decoration: underline;
}

#more_info_contact_container {
	text-align: center;
}

.more_info_contact_link {
	display: inline-block;
	margin: 3px 15px;
}

/* FOOTER STYLES */
footer .regular {
	font-size: 13px;
}

#bt_footer {}

#footer_logo {
	margin: 50px auto;
}

.footer_text_container {
	text-align: center;
	line-height: 1.5;
	font-size: 10px;
	margin: 30px auto;
	max-width: 450px;
}

.footer_text_container p {
	margin: 5px 0;
}

#pureblink_digital .span_regular {
	font-family: 'rucksacklight';
	font-size: 13px;
	font-weight: normal;
}


.optionBoxes{
	overflow: hidden;
/*	margin-bottom: 120px;*/
	margin-bottom: 50px;
}

.option {
	float: left;
	width: 18%;
	margin: 0 1%;
	padding: 30px 15px;
	box-sizing: border-box;
	cursor: pointer;
}

.option img{
	/*height: 200px;*/
	
	width: 100%;
}

.optionLink{
	color: #fff;
	font-family: 'rucksackbold';
	font-size: 18px;
	line-height: 1.2;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}

/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */

@media screen and (min-width: 450px) {
	.gallery1 {
		height: 300px;
	}

	#step_1_image {
		/*max-width: 400px;*/
		height: 450px;
	}
}

@media screen and (min-width: 768px) {

	.gallery1_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		top: 0%;
		left: 0%;
	}

	.bt_logo {
		width: 70px;
		height: 100px;
	}

	#modern_town_head {
		font-size: 13px;
	}

	#head_image_title_cont {
    width: 100%;
	}

	#head_image_title {
		font-size: 22px;
	}

	#boom_img_container {
		width: 300px;
		height: 300px;
		width: 50%;
	}

	.boom_title {
		font-size: 70px;
		font-size: 120px;
	}

	#boom_text {
		font-size: 16px;
	}

	.orange_regular {
		font-size: 18px;
	}

	.regular {
		font-size: 18px;
	}

	.span_regular {
		font-size: 18px;
	}

	.orange_btn {
		font-size: 18px;
	}

	#step_3_form_submit_btn {
		font-size: 15px;
	}

	.step_3_form_submit_btn {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 30px;
		white-space: pre-wrap;
		width: 100%;
		width: 400px;
	}

	#submit_btn_arrow {
		width: 205px;
	}

	#header_btn_arrow {
		width: 155px;
	}

	.gallery1 {
		height: 350px;
	}

	.close_line {
		width: 30px;
		height: 2px;
	}
}


@media screen and (min-width: 1024px) {
	.containerSec {
		width: 1000px;
		margin: 0 auto;
	}
	

	#head_image_title {
		font-size: 24px;
	}
	#head_banner {
		right: auto;
		background-image: url(images/left_banner.png);
		left: -10px;
	}

	#arrow_down {
		bottom: -40px;
	}

	#header_logo {
		left: 4%;
	}

	#head_image {
		width: 85%;
		margin-left: 15%;
	}

	#header_small_cont {
		margin: auto;
		width: 80%;
		max-width: unset;
	}

	#head_image_title_cont {
		width: 700px;
		text-align: right;
		position: absolute;
    right: 40px;
    left: auto;
		top: -130px;
		letter-spacing: 2px;
	}

	#head_image_title {
		font-size: 28px;
	}

	#head_image_text_cont {
		width: auto;
		margin-top: 15px;
		text-align: center;
	}

	#head_image_text {
		width: 100%;
	}

	#header_btn_arrow {
		width: 210px;
		margin-left: 20px;
	}

	#boom_container {
		/*width: 600px;*/
		display: block;
		margin: 0px auto;
		max-width: unset;
	}

	#boom_img_container {
		margin: 50px 20px;
		width: 400px;
		height: 330px;
		display: inline-block;
		vertical-align: middle;
	}

	#boom_text_container {
		width: 300px;
		margin: 50px 20px;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
	}

	.boom_title {
		font-size: 100px;
		line-height: 1;
	}

	#boom_text {
		font-size: 17px;
	}

	.orange_regular {
		font-size: 18px;
	}

	.regular {
		/*font-size: 13px;*/
	}

	.gallery1 {
		height: 400px;
	}

	.slick-prev {
		left: 20px !important;
		width: 60px !important;
		height: 60px !important;
	}

	.slick-next {
		right: 20px !important;
		width: 60px !important;
		height: 60px !important;
	}

	#step_1_image {
		max-width: 900px;
		height: 400px;
		margin-top: 50px;
	}

	#step1_title_container {
		width: 20%;
		bottom: 15px;
		padding: 16px 9px;
		width: calc(20% + 9px);
		height: 79px;
	}

	#step_1_options_container {
		width: 80%;
		right: 0;
	}

	.step_1_optionsInner {
		padding: 27px 10px 27px 35px;
		margin: 0 30px;
		height: 25px;
	}

	.step_title {
		font-size: 16px;
	}

	.step_1_options_title {
		font-size: 15px;
	}

	.terrace_upgrade_text .regular {
		font-size: 13px;
	}


	.terrace_upgrade_title {
		width: auto;
		margin: 0 auto;
	}

	.step_2_title {
		width: 100%;
		font-size: 25px;
	}

	.step_2_text{
		font-size: 18px;
	}

	.legal p{
		font-size: 16px;
	}

	.terrace_upgrade_img {
		width: 150px;
		height: 150px;
	}

	#step2_title_container {
		margin-bottom: 20px;
	}

	#step3_title_container {
		max-width: 600px;
	}

	.step_3_title {
		width: 100%;
		font-size: 22px;
	}

	#step3_text_container {
		width: 100%;
	}

	#step3_text_container .regular {
		font-size: 13px;
	}

	#step3_text_container .regular .span_regular {
		font-size: 14px;
	}

	#step_3_form_container {
		width: 600px;
		margin: 0 auto;
	}

	.mc-field-group {
		display: inline-block;
	}

	.step_3_form_input {
		margin: 20px 14px;
		padding: 10px 15px;
		display: inline-block;
		text-align: left;
		box-sizing: border-box;
		width: 270px;
	}

	#step_3_form_submit_btn {
		display: none;
	}

	#step_3_form_submit_btn_desktop {
		display: block;
		width: 350px;
		margin: 0 auto;
	}

	#submit_btn_arrow {
		padding: 10px 0;
		background-size: 25px;
		margin-top: 20px;
		width: 300px;
	}

	.step_3_form_submit_btn {
		font-size: 15px;
	}

	.submit_btn_arrow {
		background-size: 20px;
		background-repeat: no-repeat;
		/*width: 175px;*/
		background-position: 99% 50%;
		font-family: 'rucksackbold';
		/*margin: 0 auto;*/
		line-height: 1.3;
	}

	.aboutText {
		width: 100%;
	}

	#footer_logo {
		margin: 0;
		position: absolute;
		top: 30px;
	}

	#footer_content {
		width: 600px;
		float: right;
	}

	.footer_text_container {
		text-align: right;
		max-width: unset;
		width: 100%;
	}

	#pureblink_digital .span_regular {
		font-size: 13px;
	}
}

@media screen and (min-width: 1200px) {
	#step_1_image {
		max-width: 1100px;
	}

	#step1_title_container {
		padding: 15px 11px;
	}

	.step_title {
		font-size: 18px;
	}

	.step_1_title {
		font-size: 18px;
	}

	.step_1_options_title {
		font-size: 18px;
	}

	.bt_logo {
		width: 100px;
		height: 150px;
	}


}

@media screen and (min-width: 1400px) {

	#head_image {
		height: 400px;
	}

	.bt_logo {
		width: 100px;
		height: 130px;
	}

	#header_logo {
		top: 20px;
	}

	#modern_town_head {
		font-size: 16px;
		right: 30px;
		top: 30px;
	}

	#head_image_title {
		font-size: 35px;
	}

	.regular {
		font-size: 18px;
	}

	.span_regular {
		font-size: 18px;
	}

	.orange_btn {
		font-size: 18px;
	}

	#header_btn_arrow {
		width: 155px;
	}

	.boom_title {
		font-size: 120px;
	}

	.orange_regular {
		font-size: 22px;
	}

	#boom_text {
		font-size: 22px;
	}

	#boom_container {
		/*width: 700px;*/
	}

	#boom_img_container {
		width: 400px;
		height: 400px;
	}

	#boom_text_container {
		width: 350px;
	}

	.gallery1 {
		height: 500px;
	}

	.step_1_options_title {
		font-size: 18px;
	}

	.step_title {
		font-size: 20px;
	}

	.step_1_title {
		font-size: 18px;
	}

	.step_1_options {}

	#step_1_image {
		max-width: 1300px;
		height: 500px;
	}

	#step1_title_container {
		padding: 15px 13px;
	}

	.step_2_title {
		font-size: 30px;
	}

	.terrace_upgrade_text .regular {
		font-size: 15px;
	}

	.terrace_upgrade_img {
		width: 200px;
		height: 200px;
	}

	#step3_title_container {
		max-width: 700px;
	}

	.step_3_title {
		font-size: 30px;
	}

	#step3_text_container .regular {
		font-size: 16px;
	}

	#step3_text_container .regular .span_regular {
		font-size: 17px;
	}

	.step_3_form_submit_btn {
		width: 400px;
	}

	#step_3_form_container {
		width: 700px;
	}

	.step_3_form_input {
		width: 320px;
		font-size: 18px;
	}

	#step_3_form_submit_btn_desktop {
		width: 450px;
	}

	#submit_btn_arrow {
		width: 95%;
	}

	.download_sub_title {
		font-size: 20px;
	}

	#download_link {
		font-size: 18px;
	}
}

@media screen and (min-width: 1600px) {

	.bt_logo {
		width: 130px;
		height: 160px;
	}

	#modern_town_head {
		font-size: 22px;
	}

	#header_btn {
		padding: 20px 10px;
	}

	#boom_text_container {
		width: 380px;
	}

	#boom_img_container {
		width: 450px;
		height: 450px;
	}

	.boom_title {
		font-size: 140px;
	}

	.orange_regular {
		font-size: 24px;
	}

	.regular {
		font-size: 22px;
	}

	.span_regular {
		font-size: 22px;
	}

	.orange_btn {
		font-size: 22px;
	}

	#header_btn_arrow {
		width: 185px;
	}

	.step_3_form_submit_btn {
		width: 500px;
	}

	#step_3_form_submit_btn_desktop {
		font-size: 20px;
	}

	#step_3_form_submit_btn_desktop {
		width: 480px;
	}

	.submit_btn_arrow {
		background-size: 30px;
	}

	.slick-prev {
		width: 40px !important;
		height: 40px !important;
	}

	.slick-next {
		width: 40px !important;
		height: 40px !important;
	}

	.gallery1 {
		height: 600px;
	}

	#step_1_image {
		max-width: 1500px;
		height: 600px;
	}

	.step_title {
		font-size: 25px;
	}

	.step_1_options_title {
		font-size: 26px;
	}

	.step_1_title {
		font-size: 22px;
	}

	#step1_title_container {
		width: 309px;
		height: 89px;
	}

	.step_1_optionsInner {
		height: 35px;
	}

	.step_2_title {
		font-size: 35px;
	}

	.terrace_upgrade {
		width: 400px;
	}
}

@media screen and (min-width: 1800px) {

	#boom_img_container {
		width: 500px;
		height: 500px;
	}

	#boom_text_container {
		width: 470px;
	}

	.boom_title {
		font-size: 160px;
	}

	.orange_regular {
		font-size: 27px;
	}

	#boom_text {
		font-size: 25px;
	}

}

/*THANK YOU PAGE*/

.outer {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
	float: initial;
	top: 0;
	left: 0%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.headerThankYou {
	padding: 0;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#thankYou {
	height: 100vh;
	background-position: center;
	background-size: cover;
}

.thanksContent {
	text-align: center;
}

.thanks_title {
	text-transform: uppercase;
	font-size: 80px;
	margin: 15px auto;
	font-family: 'rucksackbold';
	width: 80%;
}

.thanksText {
	font-family: 'rucksacklight';
	font-size: 35px;
	width: 80%;
	margin: auto;
}

.thanksBold {
	font-family: 'rucksackbold';
}

@media screen and (max-width: 768px) {
	.thanks_title {
		font-size: 70px;
	}

	.thanksText {
		font-size: 28px;
	}
}

@media screen and (max-width: 500px) {
	.thanks_title {
		width: 90%;
		font-size: 60px;
	}

	.thanksText {
		font-size: 22px;
		width: 90%;
	}
}

@media screen and (max-width: 350px) {
	.thanks_title {
		font-size: 50px;
	}

	.thanksText {
		font-size: 18px;
	}
}


.galleryText {
	position: absolute;
	z-index: 1;
	top: 50px;
	margin-left: 50px;
	color: #fff;
	font-family: 'rucksackmedium';
	background-color: rgba(0,0,0,0.3);
	padding: 30px;
	font-size: 25px;
	width: 250px;
}

.galleryText p{
	border-left: 6px solid #7AC1CA;
	padding-left: 30px;
}

.locationImg img{
	width: 100%;
}

.locationText {
	font-family: 'rucksackmedium';
	line-height: 1.5;
	font-size: 18px;
	width: 70%;
	margin: 50px auto 25px;
}

#head_image_text,
#head_image_text span{
	font-size: 30px;
}

#developedBy{
	float: left;
	width: 100%;
	position: relative;
	padding: 40px 0;
	text-align: center;
}

.builder{
}

.builder{
    width: 250px;
    display: inline-block;
}
.builder.right img{
}
.builder img {
    width: 100%;
}

.builder.left{
}
.builder.left img{
}

.builder_text{
	font-size: 16px;
	text-align: center;
	margin: 25px 0;
	font-family: 'rucksackbook';
}


@media screen and (max-width: 1024px){
	.galleryText,
	.locationText{
		font-size: 20px;
	}

	#head_image_text,
	#head_image_text span{
		font-size: 25px;
	}
}

@media screen and (max-width: 768px){
	.galleryText,
	.locationText{
		font-size: 16px;
	}

	#head_image_text,
	#head_image_text span{
		font-size: 20px;
	}

	
	.option {
		width: 30%;
		display: inline-block;
		float: none;
		margin-bottom: 20px;
	}

}


@media screen and (max-width: 500px){
	
	.option {
		width: 46%;
	}
	.terrace_upgrade {
		width: 90%;
	}
	.blue_btn {
		padding: 10px 0px;
		width: 100%;
		float: left;
	}
}



