/*
Theme Name: Zone 2
Author: Richard Barber & Co
Version: 1.0
*/


html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'FFDINRoundWebRegular', sans-serif;
	height: 100%;
	margin: 140px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 1.3em;
	overflow-x: hidden;
	background: #031227;
}

ul.bullets, .spec ul {
	margin: 0 0 30px 0;
	padding: 0;
}

ul.bullets li, .spec li {
	margin: 0 0 0.3em 1em;
	padding: 0 0 0 1em;
}

a, a:hover, a:active, a:focus, a:visited, a:link {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #72c7d7;
}

img {
	display: block;
	width: 100%;
}

img.ur {
	width: 30%;
	max-width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.clear {
	clear: both;
}

#container {
}

.alignC {
	text-align: center;
}

.wrapper {
	position:relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	border-left: solid 1px #72c7d7;
	border-right: solid 1px #72c7d7;
}

.new-build-icons {
	padding-bottom: 20px;
}

.imageContainer {
	height: 550px;
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat; 
}

.flex-direction-nav a {
    overflow: unset !important; 
}

.flex-prev, .flex-next {
	font-size: 0;
} 


@media screen and (max-width: 1600px) {
	.wrapper {
		border-left: none;
		border-right: none;
	}

}

.hide-desktop {
		display: none;
	}

#home-content {
	min-height: 500px;
}

#new-build-content {
	min-height: 725px;
}

.new-build-logo {
	max-width: 150px; 
	float: right;
}

#logo {
	width: 50%;
	min-width: 200px;
}

.top-bullet-magin {
	margin-bottom: 4px;
}

.spacer {
	height: 140px;
	width: 100%;
	display: block;
}

.waypoint {
	position: absolute;
	bottom: 0;
	z-index: -1;
	background-color: transparent;
}

.height100 {
	position: absolute !important;
	height: 100%;
}

.height100perm {
	position: absolute !important;
	height: 100%;
}

.availability {
	z-index: 99;
}

.availability table {
	width: 100%;
	margin-bottom: 30px;
}

.availability td {
	border-collapse: collapse;
	border-bottom: solid 1px #72c7d7;
	border-top: solid 1px #72c7d7;
	padding: 5px 0;
}

.row.units {
	margin-left: -15px;
	margin-right: -15px;
}

.units .column {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 30px !important;
}

.unit-card {
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	min-height: 460px;
	border: solid 1px #fff;
	display: block;
	transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	color: #031227;
}

.unit-card:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	color: #031227;
}

.unit-card:visited, .unit-card:active, .unit-card:focus, .unit-card:link   {
	color: #031227;
}

.unit-card:hover .button {
	color: #72c7d7;
} 

.unit-card .unit-thumb {
	width: 100%;
	height: 0;
	padding-top: 66.6667%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.unit-card-meta {
	padding: 20px;
}

.unit-card-meta h3, .unit-card-meta p {
	margin-bottom: 10px;
} 

/* NAV */


#headerLogo {
	background-image: url(images/header-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 102px;
	height: 100px;
	background-size: 102px;
	position: relative;
}

#header {
	position: fixed;
	background: #031227;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0 20px 8.33333333%;
	border-bottom: solid 1px #72c7d7;
}

.navbar {
	width: auto;
	position: absolute;
	right: 20px;
	bottom: 1px;
	display: block;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 0;
	height: auto;
	font-size: 15px;
	z-index: 99;
}

.navbar ul {
	padding: 0;
	height: auto;
	display: block;
	margin: 0;
}

.navbar li {
	display: block;
	float: left;
	height: auto;
	position: relative;
}

.navbar li a {
	white-space: nowrap;
	background-color: transparent;
	color: #72c7d7;
	display: block;
	padding: 15px;
	font-weight: 300;
}

.navbar li:hover a {
    background-color: transparent;
    color: #fff;
}


.navbar li ul {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	top: 100%;
	left: 0;
	background: transparent;
}

.navbar li ul li {
	position: relative;
	float: none;
	width: 100%;
	display: block;
	height: auto;
}

.navbar li ul li a {
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100% 100%;
}

.navbar li ul li a {
	background-color: transparent;
}

.navbar li ul li:hover a {
	background-image: none;
}

.navbar li:hover ul {
	display: block;
}

#pull {
	display: none;
	position: absolute;
	bottom: auto;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-size: 30px;
	background-repeat: no-repeat;
	z-index: 9999999999999;
}


.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar a.current, .navbar .navbar-nav > li.current-menu-parent a {
    color: #fff;
}

.navbar .navbar-nav > li.current-menu-parent ul li a {
    color: #fff;
}


.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}


.navbar li a.active {
    background-color: transparent;
}

@media screen and (max-width: 900px) {
	
body {
	margin: 70px 0 0 0;
}
	
#headerLogo {
	background-image: url(images/zone-2-logo-mobile.png);
	width: 58px;
	height: 30px;
	background-size: 58px;
}
	
	#header {
		padding: 20px;
	}

.spacer {
	/* display: none; */
}

#pull {
	display: block;
}
	
#new-build-content {
	min-height: 470px;
}



.navbar {
	display: none;
	width: 100%;
	left: 0;
	height: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: auto;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}
	
.navbar div {
	display: table;
	width: 50%;
	min-width: 300px;
	height: 100%;
	margin: 0 auto;
}

.navbar-nav {
   
}

.navbar ul.navbar-nav {
	display: table-cell;
	vertical-align: middle;
	float: none;
	width: 100%;
	padding: 50px 0;
}

.navbar li {
	display: block;
	float: none;
	height: auto;
	width: auto;
	text-align: left;
	margin-bottom: 1px;
}
	
.navbar li ul li {
	margin-bottom: 0;
}

.navbar li ul li a {
	padding-left: 30px;
}

.navbar li ul {
	display: block;
	position: relative;
	top: auto;
	background: none;
	padding-left: 0;
}

.navbar li a {
	display: block;
	color: #fff;
	padding: 15px;
	transition: none;
	margin: 0;
	background: #72c7d7;
}

.navbar li a:hover {
	color: #72c7d7;
	background: #fff; 
}

.navbar li:hover a {
	background-color: #72c7d7;
    color: #fff;
}

li.current-menu-parent a {
	background-color: #fff;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar a.current {
	background: #fff; 
	color: #72c7d7;
	font-weight: 300;
}
	
.dropdown-menu {
    float: none;
}
}

@media only screen and (max-width: 550px) {

.imageContainer {
	height: 300px;
}

}

@media screen and (max-height: 500px) and (max-width: 480px) {
	

.navbar li a {
}
.navbar li a:hover {
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar a.current {
}

}



/* END NAV */

/* ******** Fancy Menu Icon ********* */

.menu {
  cursor: pointer;
  margin: 0;
  padding-left: 1.25em;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 4px;
  top: 4px;
}

.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 4px solid #72c7d7;
  width: 100%;
  -o-transition: 0.55s;
  -moz-transition: 0.55s;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 9px;
}
.menu-bottom {
  top: 18px;
}
.menu-top-click {
  border-top: 4px solid #fff;
  backface-visibility: hidden;
  top: 9px;
  -o-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -o-transition: 0.55s 0.5s;
  -moz-transition: 0.55s 0.5s;
  -webkit-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  border-top: 4px solid #fff;
  backface-visibility: hidden;
  top: 9px;
  -o-transform: rotate(-410deg);
  -moz-transform: rotate(-410deg);
  -webkit-transform: rotate(-410deg);
  transform: rotate(-410deg);
  -o-transition: 0.55s 0.5s;
  -moz-transition: 0.55s 0.5s;
  -webkit-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}

/* End Fancy Menu Icon ***/
section {
	padding: 0;
	position: relative;
	border-bottom: solid 1px #72c7d7;
}



#description {
	width: 100%;
	background: #fff;
}

#home {
	width: 100%;
	min-height: 100%;
	padding: 0;
}



#footer {
	position: relative;
}

.container {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

.column {
	padding: 0 0;
	float: left;
	box-sizing: border-box;
	position: relative;
}



.col1 {
	width: 8.33333333%
}

.col2 {
	width: 16.66666666%
}

.col3 {
	width: 25%
}

.col4 {
	width: 33.33333333%;
}

.col5 {
	width: 41.66666666%;
}

.col6 {
	width: 50%;
}

.col7 {
	width: 58.33333333%;
}

.col8 {
	width: 66.66666666%;
}

.col9 {
	width: 75%;
}

.col10 {
	width: 83.33333333%;
}

.col11 {
	width: 91.66666667%;
}

.col12 {
	width: 100%;
}

.col2-to-col6 {
	width: 16.66666666%;
	padding: 0 0;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.col1-offset {
	margin-left: 8.33333333%
}

.col1-offset-neg {
	margin-left: -8.33333333%
}

.col2-offset {
	margin-left: 16.66666666%
}

.col2-offset-neg {
	margin-left: -16.66666666%
}

.col3-offset {
	margin-left: 25%
}

.col4-offset {
	margin-left: 33.33333333%;
}

.col5-offset {
	margin-left: 41.66666666%;
}

.col6-offset {
	margin-left: 50%;
}

.col7-offset {
	margin-left: 58.33333333%;
}

.col8-offset {
	margin-left: 66.66666666%;
}

.col9-offset {
	margin-left: 75%;
}

.col10-offset {
	margin-left: 83.33333333%;
}

.col11-offset {
	margin-left: 91.66666667%;
}

.col1-offset-neg {
	margin-left: -8.33333333%
}


.padding1 {
	padding: 80px;
}

.margin1 {
	margin: 0 -5px;
}

.padding2 {
	padding: 20px;
}

.padding3 {
	padding: 0 30px 0 50px;
}

.padding4 {
	padding: 0 100px;
}

.padding5 {
	padding: 50px;
}

.padding-right-1 {
	padding-right: 30px;
}

.padding-top-1 {
	padding-top: 50px;
}

.padding-top-2 {
	padding-top: 250px;
}

.padding-top-50 {
	padding-top: 50%;
	height: 0;
}

.padding-bottom-1 {
	padding-bottom: 50px;
}

.padding-bottom-2 {
	padding-bottom: 100px;
}

.padding-bottom-3 {
	padding-bottom: 150px;
}

.margin-bottom-1 {
	margin-bottom: 50px;
}

.bgLightGray {
	background-color: #f4f3f1;
}

.bgDarkGray {
	background-color: #b3b1b1;
}

.bgRed {
	background-color: rgba(199,20,61,1.0);
}

.bgBlue {
	background-color: rgba(114,199,215,1.0);
}

.bgMidBlue {
	background-color: #e3f1f3;
}

.bgDarkBlue {
	background-color: rgba(3,18,39,1.0);
}

.bgWhite {
	background-color: #fff;
}

.bgWhiteTrans {
	background-color: rgba(255,255,255,0.9);
}

.bgBlack {
	background-color: #000;
}
.white {
	color: #fff;
}

.red {
	color: #c6133d;
}

.blue {
	color: #72c7d7;
}

.darkBlue {
	color: #031227;
}

.black {
	color: #000;
}


h1 {
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 30px 0;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0 0 21px 0;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0 0 18px 0;
	font-weight: normal;
	text-transform: uppercase;
}

h2.marginzero {
	margin-bottom: 0;
}

p {
	margin: 0 0 1em 0;
	
}

.lrg {
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 21px 0;
}

.lrger {
	font-size: 30px;
	line-height: 40px;
	margin: 0px;
}

.xlrg {
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 30px 0;
}

.bold {
	font-family: 'FFDINRoundWebBold', sans-serif;
	font-weight: normal;
	
}

.new-build-table {
	padding: 8px 20px 8px 20px;
	border: 1px solid #72c7d7;
}

.uppercase {
	text-transform: uppercase;
}


.hero-image {
	width: 100%;
	height: 0;
	padding-top: 33.33%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	text-align: center;
}

.thumbnail-image {
	width: 100%;
	height: 0;
	padding-top: 66.66%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.acc {
	width: 100%;
}

.acc td, .acc th {
	font-weight: 300;
	border-bottom: solid 1px #b71738;
	text-align: right;
	width: 50%;
	padding: 6px;
}

.acc td.align-l, .acc th.align-l {
	text-align: left;
}

.acc td.gray {
	background-color: #b3b1b1;
}

.plan {
	margin-bottom: 20px;
}



.button {
	display: inline-block;
	color:  #fff;
	background-color: #72c7d7 ;
	padding: 8px 15px 7px 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: auto;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	margin: 0 10px 20px 0;
}
.button::before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f078";
	margin-right: 10px;
}

.button.right::before {
	content: "\f054";
}

.button.dark {
	
	background-color: #031227 ;
}

.button:visited, .button:active, .button:focus, .button:hover, .button:link {
	color:  #fff;
}

.indicator {
	display: block;
	padding: 15px 0;
	width: 50px;
	background-color: #c6133d;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.indicator.ind2 {
	background-color: #f6b234;
	background-image: url(images/bg-triangle-orange-1.png);
}


.indicator.ind3 {
	background-color: #20a342;
	background-image: url(images/bg-triangle-green-1.png);
}


.indicator i {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	display: inline-block;
}

.down:hover i {
	transform: rotateZ(-360deg)
	
}

.right:hover i {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	
}

.down:hover i {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	
}

.down i::before {
	content: '\f078';
}

.right i::before {
	content: '\f054';
}

.button:hover, .button:active , .button:visited , .button:focus  {
	color:  #fff;
}


.module {
	transform:translateY(150px);
	opacity: 0;
	animation-iteration-count: 1;
	
}
.module.showme {
	animation: come-in 1.0s ease forwards;
	animation-iteration-count: 1;
}



@keyframes come-in {
  to { 
	  transform: translateY(0);
	  opacity: 1;
	}
}

@keyframes slide-up {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	to { 
	  transform: translateY(-50px);
		opacity: 1;
	}
}


.hero-image .button {
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%);
}


#internals-container {
	position: absolute;
	top: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
}

.gallery-nav a {
	display: inline-block;
	text-transform: uppercase;
	color: rgba(183,23,56,0.5);
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	margin-right: 20px;
}


.gallery-nav a.active {
	color: rgba(183,23,56,1.0);
}

.agent {
	text-align: center;
}

.agent img {
	width: auto;
	height: 100px;
	display: inline-block;
}

.full-height {
	height: 100%;
	position: absolute;
}

.center-vert-outer {
	display: table;
	height: 100%;
	width: 100%;
}

.center-vert-inner {
	display: table-cell;
	vertical-align: middle;
}
.align-r {
	text-align: right;
}

.misrep {
	font-size: 11px;
	line-height: 12px;
	text-align: justify;
}

#contact {
	text-align: center;
	border-bottom: solid 1px #72c7d7;
}


#contact a, #contactt a:active, #contact a:visited, #contact a:hover, #contact a:focus {
	color: #72c7d7;
	font-weight: 400;
}


#map {
	width:  100%;
	height: 1000px;
}

#container {
}

#lrgZ, #lrg2 {
	width: 100%;
	height: auto;
	position: fixed;
	display: block;
	left: -50%;

}


#lrg2 {
	top: 100%;
	left: 50%;
}

.bgImage {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg1 {
	background-attachment: fixed;
	background-image: url(images/z-lrg-b-darkblue-75.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: -25% center;
}

.bg2 {
	background-attachment: fixed;
	background-image: url(images/2-lrg-b-blue-50.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: -25% center;
}

.bg3 {
	background-attachment: fixed;
	background-image: url(images/z-lrg-b-blue-50.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: -25% center;
}


.bg4 {
	background-attachment: fixed;
	background-image: url(images/2-lrg-b-blue-50.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: -25% center;
}

.brochure-download {
	padding: 15px 25px;
	background-color: #72c7d7;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 1.4em;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0px;
	font-family: 'FFDINRoundWebBold', sans-serif;
}

.brochure-download::before {
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  margin-right: 10px;
}

.inv-zone-logo {
	max-width: 250px;
	margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
	.lrg {
		font-size: 19px;
		line-height: 19px;
		margin: 0 0 19px 0;
	}
	
	.lrger {
	font-size: 34px;
	line-height: 30px;
	margin: 0px;
}
	
	.xlrg {
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 40px 0;
	}
}


@media screen and (max-width:1000px){
	.column {
		width: 100% !important;
		margin-left: 0 !important;
	}	
	
	.col2-to-col6 {
	width: 50%;
	margin-left: 0 !important;
}
	
	.height100 {
		height: auto !important;
		position: relative !important;
	}
	
	.new-build-logo {
	float: none;
}
	
	.hide-mobile {
		display: none;
	}
	
	.hide-desktop {
		display: block;
	}
	
	.bg1 {
		background-attachment: scroll;
		background-size: 125%;
		background-position: -50%;
	}

	.bg2 {
		background-attachment: scroll;
		background-size: 125%;
		background-position: 150%;
	}
	
	.bg3 {
		background-attachment: scroll;
		background-size: 125%;
		background-repeat: no-repeat;
		background-position: -50% center;
	}


	.bg4 {
		background-attachment: fixed;
		background-image: url(images/2-lrg-b-blue-50.png);
		background-size: 125%;
		background-repeat: no-repeat;
		background-position: 150% center;
	}
	
	.pad-mobile {
		padding: 60px;
		box-sizing: border-box;
	}
	
	.pad-mobile-top-box {
		padding: 0px 60px 0px 60px;
		box-sizing: border-box;
	}
	
	.pad-mobile-bottom-box {
		padding: 0px 60px 0px 60px;
		box-sizing: border-box;
	}
	
	#header {
		padding: 20px 30px;
	}
	
	.agent img {
		margin-bottom: 30px;
	}
	
	.agent {
		clear: both;
	}
	
}

@media screen and (max-width: 600px) {
	
	.col-sm {
		width: 100% !important;
	}
	
	.col3-offset {
		margin-left: 0;
	}
	
	.container p.pullquote {
		font-size: 35px;
		line-height: 35px;
	}
	
	.full-height {
		height: 100%;
		position: relative;
	}
	
	#footer .align-r {
		text-align: center;
	}
	
	.pad-mobile {
		padding: 30px;
		box-sizing: border-box;
	}
	
		.pad-mobile-top-box {
		padding: 0px 30px 0px 30px;
		box-sizing: border-box;
	}
	
	.pad-mobile-bottom-box {
		padding: 0px 30px 00px 30px;
		box-sizing: border-box;
	}
	
	#new-build-content {
	min-height: 390px;
}
	
.lrger {
	font-size: 25px;
	line-height: 25px;
	margin: 0px;
}
	
	
}









