/*

Red: #E61823
Grey: #464646

*/

@font-face {
    font-family: 'quark_light';
    src: url('../fonts/quark-light-webfont.woff2') format('woff2'),
         url('../fonts/quark-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quark_bold';
    src: url('../fonts/quark-bold-webfont.woff2') format('woff2'),
         url('../fonts/quark-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height: 100%;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ========== HEADER ========== */

header {
	position: absolute;
	width: 100%;
	height: 75px;
	border-bottom: 3px #E61823 solid;
	background: #FFF;
	z-index: 9999;
}

@media screen and (max-width: 1080px) {
	header {
		height: 40px;
	}
}

#logo {
	position: absolute;
	width: 103px;
	height: 77px;
	top: 33px;
	left: 33px;
	background: url(../../img/header/logo-HUB.svg);
	cursor: pointer;
}

@media screen and (max-width: 1080px) {
	#logo {
		top: 15px;
	}
}

ul#desktop-nav {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	list-style: none;
	float: right;
	font-family: 'quark_bold';
	font-size: 1.35em;
}

@media screen and (max-width: 1280px) {
    ul#desktop-nav {
        font-size: 1.15em;
    }
}

@media screen and (max-width: 1180px) {
    ul#desktop-nav {
        font-size: 0.95em;
    }
}

@media screen and (max-width: 1080px) {
    ul#desktop-nav {
    	top: 15px;
    	right: 75px;
    	padding: 0;
    	margin: 0;
    	font-size: 1.25em;
        border-top: 1px #CFCFCF solid;
        border-left: 1px #CFCFCF solid;
        border-right: 1px #CFCFCF solid;
        z-index: 99999;
    }
    ul#desktop-nav.inactive {
        display: none;
    }
    ul#desktop-nav.active {
        display: inline-block;
    }
}

ul#desktop-nav li {
	position: relative;
	float: left;
	margin: 10px;
	padding: 3px 12px 0 12px;
	color: #464646;
	line-height: 28px;
	cursor: pointer;
	text-decoration: none!important;
}

ul#desktop-nav a {
	text-decoration: none;
}

@media screen and (max-width: 1080px) {
    ul#desktop-nav li {
    	padding: 3px 18px 0 18px;
        float: none;
        margin: 0;
        background: #FFF;
        border-bottom: 1px #CFCFCF solid;
    }
}

ul#desktop-nav li:hover,
ul#desktop-nav li.active,
ul#desktop-nav li.active a,
ul#desktop-nav li a:hover {
	background: #E61823;
	color: #FFF!important;
}

ul#desktop-nav ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	left: -9999px;
}

@media screen and (max-width: 1080px) {
	ul#desktop-nav ul {
		display: none;
	}
}

ul#desktop-nav li:hover ul {
	left: 0;
	border-top: 2px solid #C7C7C7;
	border-right: 2px solid #C7C7C7;
	border-left: 2px solid #C7C7C7;
}

ul#desktop-nav ul li {
	position: relative;
	float: none;
	padding: 0 10px;
	margin: 0;
	background: #FFF;
}

ul#desktop-nav ul li {
	border-bottom: 2px solid #C7C7C7;
}

ul#desktop-nav li a {
	color: #464646;
	text-decoration: none;
	background: none;
}

ul#desktop-nav li a:hover {
	color: #FFF;
}

#menu-btn {
	position: absolute;
	width: 55px;
	height: 55px;
	top: 50px;
	right: 20px;
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 1080px) {
	#menu-btn {
		top: 15px;
		display: block;
	}
}

#menu-btn.inactive {
	background: url( '../../img/header/menu.jpg') no-repeat;
	background-size: contain;
}

#menu-btn.active {
	background: url( '../../img/header/menu-close.jpg') no-repeat;
	background-size: contain;
}

/* --- SHARE BUTTONS --- */

#holder-buttons {
	position: absolute;
	width: 170px;
	height: 110px;
	top: 180px;
	right: 0;
	display: inline-block;	
	z-index: 9999;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	#holder-buttons {
		top: 100px;
	}
}

#buttons {
	position: absolute;
	width: 33px;
	right: 0;
}

@media only screen 
and (max-device-width : 740px) { 
	#buttons {
		background: url( '../../img/header/btn-share.jpg') no-repeat;
	}
}

.btn {
	position: relative;
	width: 33px;
	height: 29px;
	margin-bottom: 10px;
	cursor: pointer;
}

.hide {
	display: none;
}

.notouch {
	pointer-events: none;
}

#btn-share {
	background: url( '../../img/header/btn-share.jpg') no-repeat;
}

#btn-contact {
	background: url( '../../img/header/btn-contact.jpg') no-repeat;
}

#btn-download {
	background: url( '../../img/header/btn-download.jpg') no-repeat;
}

#share_box {
	position: absolute;
	width: 170px;
	top: 0;
	right: -170px;
	padding-left: 30px;
	opacity: 0;
	cursor: pointer;
	transition: 0.5s ease;
	z-index: -1;
}

#share_box.active {
	right: 0;
	opacity: 1;
	transition: 0.5s ease;
}

#share_box img {
	position: relative;
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 10px; 
	opacity: 0.7;
	transition: 0.5s ease;
}

#share_box img:hover {
	opacity: 1;
	transition: 0.5s ease;
}

.affix {
	position: fixed!important;
	top: 0!important;
	right: 0;
}

/* --- ./END SHARE BUTTONS --- */

/* ========== ./END HEADER ========== */


#box-overlay {
	position: fixed;
	top: 65%;
	right: 0;
	transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	color: #FFF;
	padding: 20px 30px 20px;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	background: rgba(230, 24, 35, 0.9);
	z-index: 9;
}

@media screen and (max-width: 1080px) {
	#box-overlay {
		position: absolute;
		top: 200px;
		transform: none;
		-ms-transform: none;
		padding: 10px 15px 10px;
		font-size: 28px;
		line-height: 28px;
	}
}

@media screen and (max-width: 414px) {
	#box-overlay {
		top: 190px;
		font-size: 21px;
		line-height: 21px;
	}
}

#box-overlay a {
	color: #FFF;
	font-size: 24px;
}

@media screen and (max-width: 1080px) {
	#box-overlay a {
		display: block;
		margin: 10px 0 0 0;		
		font-size: 28px;
	}
}

@media screen and (max-width: 414px) {
	#box-overlay a {
		font-size: 18px;
	}
}

.test {
	display: none;
}

/* ========== GENERAL ========== */

h2 {
	margin: 5px 0;
	font-family: 'quark_bold';
	font-size: 3vw;
	color: #E61823;
}

@media screen and (max-width: 750px) {
	h2 {
		font-family: 'quark_light';
		font-size: 2em;
	}
}

.fade {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.content {
	position: relative;
	margin-top: 75px;
	flex: 1 0 auto;
	font-family: 'Roboto', sans-serif;
	color: #464646;
}

@media screen and (max-width: 1080px) {
	.content {
		margin-top: 43px;
	}
}

.content p {
	font-size: 1.1em;
	line-height: 1.5em;
}

.main {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}

@media screen and (max-width: 750px) {
	.main {
		padding: 50px 20px 20px 20px;
	}
}

.box-full {
	position: relative;
	width: 100%;
	margin: 50px 0 0 0;
}

.box-80 {
	position: relative;
	width: 80%;
	margin: 50px auto 0 auto;
}

.box-full img,
.box-80 img {
	max-width: 100%;
	height: auto;
}

.clearfix {
	clear: both;
}

.top-holder {
	position: relative;
	width: 100%;
	height: 490px;
}

.top-image {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.top-image {
		height: auto;
	}
}

.top-image .desktop {
	height: 100%;
	display: block;
	overflow: hidden;
}

.top-image .mobile {
	position: relative;
    width: 100%;
    padding-bottom: 80%;
    height: 0;
    margin: 0;
    overflow: hidden;
	display: none;
}

@media screen and (max-width: 750px) {
	.top-image .desktop,
	.top-copy .desktop {
		display: none;
	}

	.top-image .mobile,
	.top-copy .mobile {
		display: block;
	}
}

.top-image img {
	position: absolute;
	min-width: 100%;
	height: auto;
	min-height: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	
}

@media screen and (max-width: 750px) {
	.top-image img {
		height: 100%;
		width: auto;
		top: 0;
		left: auto;
		right: auto;
		margin: 0;
    	display: block; 
	}
}

.top-copy {
	position: absolute;
	width: 640px;
	height: 500px;
	top: 0;
	z-index: 9;
	background: url(../../img/home/gradient.png);
}

.top-copy-fill {
	position: absolute;
	width: 640px;
	height: 100%;
	top: 0;
	background: url(../../img/home/gradient.png);
	z-index: -1;
}

@media screen and (max-width: 750px) {
	.top-copy-fill {
		background: none;
	}
}

@media screen and (max-width: 750px) {
	.top-copy {
		position: relative;
		width: calc(100% - 40px);
		height: auto;
		margin: 50px auto 0 auto;
		background: #FFF;
	}
}

.top-copy .container {
	position: relative;
	width: 65%;
	margin: 125px 0 0 30px;
}

@media screen and (max-width: 750px) {
	.top-copy .container {
		width: 100%;
		margin: 0 0 50px 0;
	}
}

.top-copy .container .heading h1,
.heading-solo h1 {
	margin: 50px 0;
	font-family: 'quark_light';
	font-size: 5.5em;
	line-height: 1em;
	color: #E61823;
	text-transform: uppercase;
}

@media screen and (max-width: 750px) {
	.top-copy .container .heading h1,
	.heading-solo h1 {
		font-size: 8.5vw;
	}
}

.heading-solo h1 {
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.top-copy .container .heading,
	.heading-solo {
		margin-bottom: 0;
	}
}

.top-copy .container .heading img,
.heading-solo img {
	max-width: 100%;
	height: auto;
}

.top-copy .container .heading h1.mobile,
.heading-solo h1.mobile {
	display: none;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.top-copy .container .heading h1.desktop,
	.heading-solo h1.desktop {
		display: none;
	}
	.top-copy .container .heading h1.mobile,
	.heading-solo h1.desktop {
		display: block;
	}
}

.heading-strip {
	position: relative;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 5px 0;
	background: #E61823;
}

.heading-strip h2 {
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
	color: #FFF;
}

.map {
	position: relative;
	width: 80%;
	margin: 0 auto;
	font-size: 1.1em;
}

@media screen and (max-width: 750px) {
	.map {
		width: 96%;
	}
}

.map img {
	width: 100%;
	height: auto;
}

.map p {
	margin: 50px 0 0 0;
}

.container-column {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.container-column {
		display: inline-block;
	}
}

.container-column .column {
	width: 30%;
}

@media screen and (max-width: 750px) {
	.container-column .column {
		width: 100%;
	}
}

/* --- GRID --- */

.grid.desktop {
	display: block;
}

.grid.mobile {
	display: none;
}

@media screen and (max-width: 650px) {
    .grid.desktop {
		display: none;
	}

	.grid.mobile {
		display: block;
	}
}

ul.grid.desktop {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.5em;
}

ul.grid.mobile {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

ul.grid.desktop li {
	position: absolute;
	width: 50%;
	height: 450px;
}

ul.grid.mobile li {
	position: relative;
	width: 100%;
	height: 425px;
}

@media screen and (max-width: 650px) {
	ul.grid.mobile li {
		height: 230px;
	}
}

ul.grid.desktop li.image {
	height: 500px;
	margin-top: -25px;
	overflow: hidden;
	background: #CCC;
}

ul.grid.mobile li.image {
	height: 500px;
	overflow: hidden;
	background: #CCC;
}

@media screen and (max-width: 650px) {
	ul.grid.mobile li.image {
		height: 350px;
	}
}

ul.grid.desktop li.image:first-child,
ul.grid.desktop li.image:last-child {
	height: 450px;
	margin-top: 0;
}

ul.grid li.image img {
	position: absolute;
	width: auto;
	height: 100%;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

ul.grid.desktop li:nth-child(odd) {
	left: 0;
}

ul.grid.desktop li:nth-child(even) {
	right: 0;
}

ul.grid li.text.row2,
ul.grid li.text.row4 {
	text-align: right;
}

@media screen and (max-width: 650px) {
	ul.grid li.text.row2,
	ul.grid li.text.row4 {
		text-align: left;
	}
}

ul.grid li.text span {
	position: absolute;
	width: 90%;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	transform: translateY(-80%);
}

@media screen and (max-width: 650px) {
	ul.grid li.text span {
		top: 10%;
		transform: none;
	}
}

ul.grid.desktop li.row2 {
	top: 450px;
}

ul.grid.desktop li.row3 {
	top: 925px;
}

ul.grid.desktop li.row4 {
	top: 1400px;
}

ul.grid.desktop li.row5 {
	top: 1875px;
}

/* --- .END GRID --- */

.divider {
	position: relative;
	width: 100%;
	height: 200px;
	float: left;
	margin: 20px 0;
}

@media screen and (max-width: 750px) {
	.divider {
		margin: -30px 0 40px 0;
	}
}

.divider img {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

.heading-copy {
	font-size: 1.1em;
	line-height: 1.5em;
}

@media screen and (max-width: 650px) {
	.heading-copy {
		font-size: 1em;
	}
}

/* ========== ./END GENERAL ========== */


/* ========== WELCOME ========== */

body.page-template-welcome .top-copy {
	position: inherit;
	background: none;
}

body.page-template-welcome .content {
	overflow-x: hidden;
}

@media screen and (max-width: 750px) {
	body.page-template-welcome .content {
		height: auto;
	}
}

body.page-template-welcome .top-image {
	position: absolute;
	height: 100%;
	display: inline;
	z-index: -1;
}

@media screen and (max-width: 750px) {
	body.page-template-welcome .top-image {
		position: relative;
		height: auto;
	}
}

body.page-template-welcome .top-copy {
	height: 100%;
}

@media screen and (max-width: 750px) {
	body.page-template-welcome .top-copy {
		height: auto;
	}
}

body.page-template-welcome .container {
	margin: 0;
	padding: 125px 0 0 30px;
}

@media screen and (max-width: 750px) {
	body.page-template-welcome .container {
		padding: 0;
	}
}

body.page-template-welcome .heading-copy {
	margin-bottom: 50px;
}

.cycler {
	position: relative;
}

body.page-template-welcome .cycler img {
	position: absolute;
	min-height: 100%;
	top: 0;
	bottom: 0;
    margin: auto;
	z-index: 1
}

@media screen and (max-width: 750px) {
	body.page-template-welcome .cycler img {
		right: 0;
		left: 0;
	}
}

body.page-template-welcome .cycler img.active {
	z-index: 3
}

a#btn-availability {
	position: relative;
	width: 200px;
	height: 30px;
	margin: 55px 0;
	padding: 5px 15px;
	border: 2px #E61823 solid;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	color: #E61823;
	text-decoration: none;
	display: block;
}

a#btn-availability:hover {
	background: #E61823;
	color: #FFF;
}

@media only screen and (max-width : 750px) 
and (orientation : landscape) {
	#btn-availability {
		margin: 55px auto 30px auto;
	}
}

/* ========== ./END HOME ========== */


/* ========== VISION ========== */

body.page-template-vision ul.grid.desktop {
	height: 1400px;
}

ul.grid.desktop.second li.row2 {
	top: 25px;
}

ul.grid.desktop.second li.row3 {
	top: 500px;
}

ul.grid.desktop.second li.row4 {
	top: 950px;
}

/* ========== ./END VISION ========== */


/* ========== AVAILIBILITY ========== */

@media only screen and (max-width : 600px) {
	.page-template-availability .box-full {
		text-align: center;
	}
}

h2.heading-diagram {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 46px;
	line-height: 50px;
}

@media only screen and (max-width : 750px) {
	.image-diagram .btn-download {
		right: 0;
		bottom: -15px;
		left: 0;
		margin: 0 auto;
		width: 100px;
	}
}

h2.subheading-diagram {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 36px;
}

h3.subheading-diagram {
	margin: 0 0 0 20px;
	color: #E61823;
	font-size: 28px;
}

@media only screen and (max-width : 600px) {
	h3.subheading-diagram {
		margin: 0;
		font-size: 21px;
	}
}

h4.subheading-diagram {
	margin: 5px 0 0 20px;
	color: #E61823;
	font-size: 18px;
}

@media only screen and (max-width : 600px) {
	h4.subheading-diagram {
		margin: 0;
		font-size: 14px;
	}
}

#section-office .box-full img {
	margin: 0;
}

#availability-specs {
	position: relative;
	width: 100%;
	min-width: 110px;
	float: left;
	padding: 5px 15px;
	color: #757679;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width : 750px) {
	#availability-specs {
		padding: 5px 0;
	}
}

.row {
	position: relative;
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	border-top: 2px solid #E5E4E4;
}

@media only screen and (max-width : 750px) {
	.row {
		width: 100%;
	}
}

#availability-specs span.floor {
	position: relative;
	width: 8%;
	min-width: 110px;
	float: left;
	padding: 5px 15px;
	color: #757679;
	font-weight: bold;
}

#availability-specs span.rsf {
	position: relative;
	float: left;
	padding: 5px 15px;
	color: #757679;
}

@media only screen and (max-width : 750px) {
	#availability-specs span.rsf {
		width: 55%;
	}
}

@media only screen and (max-width : 650px) {
	#availability-specs span.rsf {
		width: 45%;
		float: right;
		text-align: right;
	}
}

.availability-btn {
	position: relative;
	float: left;
	margin: 0 15px 5px 0;
	padding: 5px 15px;
	border: 2px solid #E61823;
	text-align: center;
	cursor: pointer;
}

@media only screen and (max-width : 750px) {
	.availability-btn {
		width: 40%
	}
}

@media only screen and (max-width : 650px) {
	.availability-btn {
		width: 93%;
		margin: 0 0 5px 0;
	}
}

.availability-btn:hover,
.availability-btn.active {
	color: #FFF;
	background: #E61823;
}

#holder-floor {
	position: relative;
	width: 80%;
	min-height: 700px;
	display: block;
	margin: 50px auto;
}

@media only screen and (max-width : 750px) {
	#holder-floor {
		width: 100%;
		min-height: auto;
	}
}

.btn-download {
	position: absolute;
	top: 60px;
	right: 20px;
	padding: 5px 15px;
	border: 2px solid #FFF;
	background: #E61823;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.btn-download2 {
	position: relative;
	margin: 0 auto;
	padding: 15px 25px;
	border: 2px solid #E61823;
	background: #FFF;
	font-size: 20px;
	font-weight: bold;
	color: #E61823;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

@media only screen and (max-height : 414px) {
	.btn-download2 {
		position: absolute;
		top: 40%;
		right: 40px;
	}
}

.btn-download3 {
	position: absolute;
	top: 65px;
	right: 20px;
	padding: 15px 25px;
	border: 2px solid #FFF;
	background: #E61823;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

@media only screen and (max-width : 600px) {
	.btn-download3 {
		position: relative;
		top: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: inline-block;
	}
}

@media only screen and (max-width : 750px) {
	.btn-download {
		top: auto;
		bottom: 0;
	}
}

@media only screen and (max-width : 650px) {
	.btn-download {
		right: 0;
		font-size: 0.75em;
	}
}

.btn-download:hover {
	border: 2px solid #E61823;
	color: #E61823;
	background: #FFF;
	cursor: pointer;
}

.imagebox_holder {
	position: relative;
	width: 100%;
	margin: 60px 0 0 0;
	padding: 32% 0 0 0;
	background: #CCC;
}

@media only screen and (max-height : 414px) {
	.imagebox_holder {
		margin: 60px 0 0 0;
		padding: 0;
	}
}

@media only screen and (max-width : 1000px) {
	.imagebox_holder {
		margin: 40px 0 0 0;
		padding: 0;
	}
}

.imagebox_inner-left {
	position: absolute;
	width: 58%;
	height: 100%;
	top: 0;
	background: #666;
}

@media only screen and (max-width : 1000px) {
	.imagebox_inner-left {
		width: 100%;
		height: auto;
		padding: 32% 0 0 0;
	}
}

@media only screen and (max-width : 1000px) {
	.imagebox_inner-left {
		padding: 65% 0 0 0;
	}
}

@media only screen and (max-height : 414px) {
	.imagebox_inner-left {
		position: relative;
		padding: 60% 0 0 0;
	}
}

@media only screen and (max-width : 1000px) {
	.imagebox_inner-left {
		position: relative;
	}
}

.imagebox_inner-right {
	position: absolute;
	width: calc(42% - 40px);
	height: calc(100% - 40px);
	top: 0;
	right: 0;
	padding: 20px;
	background: #E61823;
	text-align: center;
}

@media only screen and (max-width : 1000px) {
	.imagebox_inner-right {
		position: relative;
		width: calc(100% - 40px);
	}
}

@media only screen and (min-height : 414px) {
	.imagebox_inner-right {
		
	}
}

@media only screen and (max-height : 414px) {
	.imagebox_inner-right .inner_wrap {
		width: 60%;
		float: left;
	}
}

.imagebox_inner-right p {
	font-size: 14px;
	color: #FFF;
	font-weight: 600;
}

.imagebox_image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

@media only screen and (max-width : 1000px) {
	.imagebox_image {
		
	}
}

.imagebox_inner-right hr {
	width: 25%;
}

hr.border {
	margin: 40px 0 80px 0;
	border: 1px solid #E61823;
}

body.page-template-availability .cycler img {
	position: absolute;
	min-height: 100%;
	top: 0;
	bottom: 0;
    margin: auto;
	z-index: 1
}

@media screen and (max-width: 750px) {
	body.page-template-availability .cycler img {
		right: 0;
		left: 0;
	}
}

body.page-template-availability .cycler img.active {
	z-index: 3
}


/* ========== ./END AVAILIBILITY ========== */

/* ========== RETAIL ========== */

.page-template-retail .btn-download {
	position: relative;
	top: 10px;
	right: auto;
}

.page-template-retail .heading-copy a {
	text-decoration: none;
}

/* ========== ./END RETAIL ========== */


/* ========== NEIGHBORHOOD ========== */

body.page-template-neighborhood ul.grid.desktop {
	height: 2350px;
}

ul#logos {
	position: relative;
	width: 100%;
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
}

ul#logos li {
	position: relative;
	width: 160px;
	display: inline-block;
}

@media only screen and (max-width : 750px) {
	ul#logos li {
		width: 80px;
	}
}

ul#logos li img {
	width: 100%;
	height: auto;
}

/* ========== ./END NEIGHBORHOOD ========== */


/* ========== INCENTIVES ========== */

.page-template-incentives .box-full:first-child {
	margin: 0;
}

/* ========== ./END INCENTIVES ========== */


/* ========== SPECS ========== */

.page-template-specs h3 {
	color: #E61823;
	margin: 0;
}

.page-template-specs p {
	margin: 0 0 15px 0;
}

/* ========== ./END SPECS ========== */


/* ========== GALLERY ========== */

body.page-template-blank .main {
	max-width: 1920px;
	padding: 0;
}

body.page-template-blank .main p {
	display: none;
}

/* ========== ./END GALLERY ========== */



/* ========== TEAM ========== */

@media only screen and (max-width : 650px) {
	body.page-template-team h2 {
		text-align: center
	}
}

.logo-team {
	position: relative;
	width: 20%;
	float: left;
}

@media only screen and (max-width : 650px) {
	.logo-team {
		margin: 0 auto;
		width: 60%;
		float: none;
	}
}

.box-team {
	position: relative;
	width: 75%;
	float: right;
}

@media only screen and (max-width : 650px) {
	.box-team {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}

/* ========== ./END TEAM ========== */


/* ========== LOCATION ========== */

body.page-template-location .mobile {
	display: none;
}

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

	body.page-template-location .desktop {
		display: none;
	}

	body.page-template-location .mobile {
		display: block;
	}

}

body.page-template-location .box-full:first-child {
	margin: 0;
}

.box-map {
	position: relative;
	display: block;
	text-align: center;
}

img.strip {
	position: relative;
	display: block;
	margin: 0 auto;
}

.mobile img.strip {
	width: 70%;
}

body.page-template-location .label {
	position: absolute;
	bottom: -5px;
	left: 0;
	padding: 10px 20px 0 10%;
	display: inline-block;
	font-size: 3em;
	font-family: 'quark_bold';
	background: #FFF;
}

@media screen and (max-width: 750px) {
	body.page-template-location .label {
		bottom: -10px;
		font-size: 2em;
	}
}

.container-column ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

h3.heading1,
span.number1 {
	color: #1BD1A9;
}

h3.heading2,
span.number2 {
	color: #4E3994;
}

h3.heading3,
span.number3 {
	color: #F18D7D;
}

h3.heading4,
span.number4 {
	color: #7E716F;
}

/* ========== ./END LOCATION ========== */


/* ========== TEAM ========== */



/* ========== CONTACT ========== */

#contact-box {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 30px auto;
	color: #7d7e81;
}

@media only screen and (max-width : 960px) {
	#contact-box {
		
	}
}

#contact-box a,
.contact-column a {
	text-decoration: none;
	color: #7d7e81;
}

form {
	position: relative;
	width: 350px;
	float: left;
	display: block;
	font-family: 'Roboto', sans-serif;
	color: #7d7e81;
	font-size: 1.2em;
}

@media only screen and (max-width : 960px) {
	form {
		width: 100%;
	}
}

input,
textarea {
	position: relative;
	width: calc(98% - 55px);
	margin-bottom: 30px;
	float: left;
	border: 2px solid #C7C7C7;
}

input {
	position: relative;
	height: 45px;
	padding: 0 0 0 55px;
	display: block;
	font-size: 0.75em;
}

textarea {
	height: 300px;
}

#recipient {
	display: inline-block;
	margin: 0px 0px 15px;
	font-size: 0.85em;
}

.icon {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 5px;
	display: block;
	background: #F00;
}

#name {
	background: url(../../img/contact/name.png) 5px 5px no-repeat;
}

#subject {
	background: url(../../img/contact/subject.png) 5px 5px no-repeat;
}

#letter {
	background: url(../../img/contact/letter.png) 5px 5px no-repeat;
}

#message {
	padding: 20px 0 0 50px;
	background: url(../../img/contact/message.png) 5px 5px no-repeat;
}

select#recipient {
	position: relative;
	padding: 0;
	margin-left: 10px;
	border: none;
	color: #FFF;
	font-size: 1em;
	background: #E61823;
	-webkit-appearance: none;
	cursor: pointer;
}

.submit {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0;
	float: right;
	border: none;
	color: #FFF;
	font-size: 1em;
	background: #E61823;
	-webkit-appearance: none;
	cursor: pointer;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {   
    border: 2px solid #E61823;
    outline: 0 none;
}

.contact-column {
	position: relative;
	float: left;
	margin-left: 45px;
}

.contact-column p {
	font-size: 1em;
	line-height: 1.2em;
}

@media only screen and (max-width : 960px) {
	.contact-column {
		width: 43%;
	}
}

@media only screen and (max-width : 960px) {
	.contact-column {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.contact-column + .contact-column {
		border-top: 1px solid #474747;
		padding-top: 20px;
	}
}

.contact-column .logo {
	min-height: 110px;
}

.contact-column img {
	position: relative;
	width: 180px;
	height: auto;
	margin: 15px 0;
}

.antispam {
	display: none;
}

/* --- dropdown --- */

#dropdown {
    border: 2px solid #C7C7C7;
    width: calc(98%-50px);
    padding-left: 50px;
    overflow: hidden;
    background: url(../../img/contact/dd1.png) 5% 50% no-repeat, url(../../img/contact/dd2.png) 95% 50% no-repeat;
}

#dropdown select {
    padding: 12px 0;
    width: 105%;
    border: none;
    box-shadow: none;
    font-size: 0.75em;
    color: #7D7E81;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#dropdown select:focus {
    outline: none;
}

#dropdown select option {

} 

#dropdown select option:hover {

}

/* --- /END dropdown --- */

/* ========== ./END CONTACT ========== */

footer {
	flex-shrink: 0;
	padding: 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #464646;
	font-size: 0.75em;
	border-top: 3px #D8D7DB solid;
}

#footer-wrap {
	width: 60%;
	min-width: 750px;
	margin: 0 auto;
}

footer .item1, 
footer .item2,
footer .item3,
footer .item4 {
	position: relative;
	float: left;
	text-align: center;
}

footer .item1 {
	width: 45%;
}

@media only screen and (max-width : 750px) {
	footer .item1 {
		position: absolute;
		width: 200px;
		left: 30px;
		margin-top: -25px;
		text-align: left;
	}
}

footer .item2 {
	width: 20%;
}

@media only screen and (max-width : 750px) {
	footer .item2 {
		position: absolute;
		right: 150px;
		margin-top: 0;
	}
}

footer .item3 {
	width: 20%;
}

@media only screen and (max-width : 750px) {
	footer .item3 {
		position: absolute;
		right: 30px;
		margin-top: 0;
	}
}

footer .item4 {
	width: 15%;
}

@media only screen and (max-width : 750px) {
	footer .item4 {
		position: absolute;
		width: 210px;
		left: 30px;
		margin-top: 10px;
		text-align: left;
	}
}

footer a {
	color: #464646;
}

footer a:hover {
	text-decoration: none;
}

footer img.logo1 {
	width: auto;
	height: 105px;
	margin-top: -45px;
}

footer img.logo2 {
	width: auto;
	height: 35px;
	margin-top: -10px;
}

@media only screen and (max-width : 750px) {
	footer img {
		height: 25px;
		margin-top: 0;
	}
}