.relative {
	position: relative;
}
.block {
	display: block;
}
.fullheight {
	height: 100%;
}
.image_full {
	display: block;
	outline: none;
	width: 100%;
}

.image_full_plans {
	display: block;
	outline: none;
	width: 90%;
    margin-left: 10%;
}
.clearfix {
	clear: both;
}
.center_object {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.row_eq_height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
}
.red {
	color: #e5232d;
}
.home .brand {
	height: auto;
	padding-bottom: 0;
}

.home_state h1{
	line-height: 1.4em;
}
.home_overlay_one {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: all 200ms;
}
a:hover .home_overlay_one {
	background-color: rgba(0, 0, 0, .5);
}
.space_roll {
	position: absolute; 
	width: 100%;
}
a.space_roll {
	transition: all 200ms;
	text-decoration: none;
	color: #000;
}
a:hover.space_roll {
	background-color: #e5232d;
	color: #fff;
}
a h4.box_head {
	color: #e5232d;
}
a:hover h4.box_head {
	color: #000;
}
.home_block {
	position: relative;
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 70%;
}
a.bottom_block_one {
	background: url(/new_images/home_future.jpg) no-repeat center center;
	background-size: cover;
}
a:hover.bottom_block_one {
	background: url(/new_images/home_future_roll.jpg) no-repeat center center;
	background-size: cover;
}
a.bottom_block_two {
	background: url(/new_images/home_generation.jpg) no-repeat center center;
	background-size: cover;
	transition: all 300ms;
}
a:hover.bottom_block_two {
	background: url(/new_images/home_generation_roll.jpg) no-repeat center center;
	background-size: cover;
}

.owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}
.owl-dot {
	display: inline-block;
	height: 11px;
	width: 11px;
	background-color: #fff !important;
	margin: 0 3px;
	border-radius: 50%;
}
.owl-dot.active {
	background-color: #e5232d !important;
}
#area_slides .owl-dots {
	position: absolute;
	bottom: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}
a.home_block {
	text-decoration: none;
	color: #000;
	transition: all 300ms;
}
a:hover.home_block {
	color: #fff;
}
a.home_block_white {
	color: #fff;
}
a:hover.home_block_white {
	color: #fff;
}
.previous {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.cls-5 {
	transition: all 300ms;
}
.previous:hover .cls-5 {
	fill: #000 !important;
}
.next {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.next:hover .cls-5 {
	fill: #000 !important;
}
.space_new {
	width: 85%;
	margin: 0 auto;
}
.table_space {
	display:table;
	font-family:"AmericanTypewriter";
/* 	font-size:1.4em; */
	text-align:left;
	width:100%;
	border-collapse:collapse;
}
.table_space a{
	color: #000;
	text-decoration: none;
}
.table_space a:hover{
	background-color: #daddcf;
}
.table_space a.active{
	background-color: #daddcf;
}
.table_space .row {
	display: table-row;
}
.table_space .row.head {
	font-weight: 900;
}
.table_space .row .cell {
	display: table-cell;
	padding-bottom: 1.3%;
}
.cell_border {
	position: absolute; 
	width: 100%; 
	border-top: dotted 2px #000;
}
.plan_slider_wrapper {
	padding: 0 30px;
}
.plan_slider {
	margin: 0;
	padding: 0;
}
.space_slider_wrapper {
	padding: 0 30px;
}
.space_slider {
	margin: 0;
	padding: 0;
}
.lettable_box {
	float: left;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #e2e2e2;
	margin-right: 10px;
	margin-bottom: 5px;
}
.core_box {
	float: left;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #c6c6c6;
	margin-right: 10px;
}
.floor_key {
	margin-top: 0px;
}
.previous_plan1 {
	position: absolute;
	right: 80px;
	top: 30px;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.next_plan1 {
	position: absolute;
	right: 30px;
	top: 30px;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.previous_plan2 {
	position: absolute;
	left: 30px;
	bottom: -60px;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.next_plan2 {
	position: absolute;
	left: 80px;
	bottom: -60px;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
@media (min-width: 47.9375em) {
.previous_plan1 {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.next_plan1 {
	position: absolute;
	left: 80px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.previous_plan2 {
	position: absolute;
	left: 30px;
	bottom: 100px;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.next_plan2 {
	position: absolute;
	left: 80px;
	bottom: 100px;
	margin-top: -20px;
	width: 40px;
	z-index: 10;
	cursor: pointer;
}
.lettable_box {
	float: left;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #dfe1d4;
	margin-right: 10px;
	margin-bottom: 5px;
}
.core_box {
	float: left;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #c5c8bd;
	margin-right: 10px;
}
.floor_key {
	margin-top: -30px;
}
	
}
.cls-5 {
	transition: all 300ms;
}
.previous_plan1:hover .cls-5 {
	fill: #000 !important;
}
.next_plan1:hover .cls-5 {
	fill: #000 !important;
}
.spec_padding {
	padding: 0 30px;
}
.spec_head {
	margin-left: 30px !important;
}
.previous_plan2:hover .cls-5 {
	fill: #000 !important;
}
.next_plan2:hover .cls-5 {
	fill: #000 !important;
}
.plan_details .cell {
	padding: 5px 0;
}
@media (min-width: 47.9375em) {
.spec_padding {
	padding: 0 15%;
}	
}
.home_triangle {
	position: absolute;
	bottom: -380px;
	width: 50%;
	left: 5%;
	z-index: 20;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 20em) {
.row_eq_height {
  display: block;
  display: block;
  display: block;
  display: block;
}
.home_state {
	width: auto;
	margin-left: 30px;
	margin-right: auto;
	margin-top: 0px;
}
.home .brand {
	margin-top: 0px !important;
}
a h4.box_head {
	font-size: 2em !important;
	line-height: 1.4em;
}
.box_text {
	font-size: 1.2em !important;
	line-height: 1.4em;
}
.box_link {
	font-size: 1.5em !important;
	line-height: 1.4em;
	margin-top: 20px;
}
.space_roll {
	position: relative; 
	width: 100%;
	height: 380px;
}
a.home_block h4 {
	font-size: 1.4em !important;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
.box_head_left {
	position: absolute;
	left: 10%;
	bottom: 8%;
}
.box_head_right {
	position: absolute;
	left: 10%;
	top: 8%;
}
.space_new {
	width: 85%;
	margin: 0 auto;
}
/*
.table_space {
	font-size: 1em;
}
*/
.area_head {
	font-size: 2em;
	margin: 30px 0 20px;
}
.plan_details {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.slide_label {
	font-size: 1em;
	line-height: 1.4em;
	margin: 10px 30px;
}
.space_home_holder {
	width: 100%;
	padding: 0 30px;
}
.site-footer p{
	font-size: 1.2em !important;
}
}

@media (min-width: 47.9375em) {
.row_eq_height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.home_state {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
}
.home .brand {
	margin-top: -220px !important;
}
a h4.box_head {
	font-size: 1.7em !important;
	line-height: 1.3em;
}
.box_text {
	font-size: 1em !important;
	line-height: 1.3em;
}
.box_link {
	font-size: 1.5em !important;
	line-height: 1.4em;
	margin-top: 20px;
}
.space_roll {
	height: 100%;
}
a.home_block h4 {
	font-size: 1.7em !important;
	line-height: 1.3em;
}
.box_head_left {
	position: absolute;
	left: 8%;
	bottom: 10%;
}
.space_top_right {
	display:block;
	margin-top:0;
}
.space_top_left {
	display:block;
	margin-top:-180px;
}
.space_new {
	width: 80%;
	margin: 0 auto;
}
/*
.table_space {
	font-size: 1.3em;
}
*/
.area_head {
	font-size: 2.2em;
	margin: 30px 0 20px;
}
.space_home_holder {
	width: 95%;
}
.site-footer p{
	font-size: 1.1em !important;
}
.plan_details {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.slide_label {
	font-size: 1.583333333rem;
	line-height: 1.4em;
	margin: 10px 30px;
}
}

@media (min-width: 64em) {
.home .brand {
	margin-top: -220px !important;
}
a h4.box_head {
	font-size: 2em !important;
	line-height: 1.4em;
}
.box_text {
	font-size: 1.2em !important;
	line-height: 1.4em;
}
.box_link {
	font-size: 1.8em !important;
	line-height: 1.4em;
	margin-top: 30px;
}
a.home_block h4 {
	font-size: 2em !important;
	line-height: 1.4em;
}
.box_head_left {
	position: absolute;
	left: 8%;
	bottom: 10%;
}
.space_top_right {
	display:block;
	margin-top:-154px;
}
.space_top_left {
	display:block;
	margin-top:-200px;
}
.table_space {
	font-size: 1.583333333rem;
}
.area_head {
	font-size: 2.6em;
	margin: 30px 0 20px;
}
.site-footer p{
	font-size: 1.2em !important;
}
.plan_details {
	font-size: 1.583333333rem;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.space_home_holder {
	width: 60%;
}
}

@media (min-width: 100em) {

.home .brand {
	margin-top: -340px !important;
}
.home_state {
	width: 490px;
	margin-top: -160px;
}
a h4.box_head {
	font-size: 3em !important;
	line-height: 1.4em;
}
.box_text {
	font-size: 1.8em !important;
	line-height: 1.4em;
}
.box_link {
	font-size: 2em !important;
	line-height: 1.4em;
	margin-top: 40px;
}
a.home_block h4 {
	font-size: 3em !important;
	line-height: 1.4em;
}
.box_head_left {
	position: absolute;
	left: 8%;
	bottom: 10%;
}
/*
.table_space {
	font-size: 21px;
}
*/
.area_head {
	font-size: 2.8em;
	margin: 30px 0 20px;
}
}


@media (min-width: 20em) {
	.space .intro {
		margin-top:30px;
	}
}

.space .intro p {
	font-size:16px;
	font-size:1.333333333rem;
	line-height:1.5;
}

@media (min-width: 47.9375em) {
	.space .intro p {
		width:420px;
	}
.home_triangle {
	position: absolute;
	bottom: -25vw;
	width: 20vw;
	left: 1vw;
	z-index: 20;
}
.area_triangle {
	position: absolute;
	top: -10vw;
	width: 20vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.space_triangle {
	position: absolute;
	top: 0;
	width: 18vw;
	right: 0;
	z-index: 20;
}
.space_circle {
	position: absolute;
	bottom: -15vw;
	width: 18vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
}

@media (min-width: 64em) {
	.space .intro p {
		font-size:19px;
		font-size:1.583333333rem;
		line-height:1.263157895;
		width:560px;
	}
.home_triangle {
	position: absolute;
	bottom: -25vw;
	width: 20vw;
	left: 1vw;
	z-index: 20;
}
}

@media (min-width: 100em) {
	.space .intro p {
		font-size:21px;
		line-height:25px;
		width:610px;
		margin-left:27px;
		margin-top:49px;
	}
.home_triangle {
	bottom: -380px;
	width: 50%;
	left: 5%;
}
}


