@charset "UTF-8";
@import url("//hello.myfonts.net/count/3099ce");
@import url("https://fonts.googleapis.com/css?family=Roboto:300");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
	font-family: 'NHaasGroteskDSStd-45Lt';
	src: url("../fonts/NHaasGroteskDSPro/3099CE_0_0.eot");
	src: url("../fonts/NHaasGroteskDSPro/3099CE_0_0.eot?#iefix") format("embedded-opentype"),
	url("../fonts/NHaasGroteskDSPro/3099CE_0_0.woff2") format("woff2"),
	url("../fonts/NHaasGroteskDSPro/3099CE_0_0.woff") format("woff"),
	url("../fonts/NHaasGroteskDSPro/3099CE_0_0.ttf") format("truetype");
}
@font-face {
	font-family: 'NHaasGroteskDSStd-65Md';
	src: url("../fonts/NHaasGroteskDSPro/3099CE_1_0.eot");
	src: url("../fonts/NHaasGroteskDSPro/3099CE_1_0.eot?#iefix") format("embedded-opentype"),
	url("../fonts/NHaasGroteskDSPro/3099CE_1_0.woff2") format("woff2"),
	url("../fonts/NHaasGroteskDSPro/3099CE_1_0.woff") format("woff"),
	url("../fonts/NHaasGroteskDSPro/3099CE_1_0.ttf") format("truetype");
}
@font-face {
	font-family: 'NHaasGroteskDSStd-75Bd';
	src: url("../fonts/NHaasGroteskDSPro/3099CE_2_0.eot");
	src: url("../fonts/NHaasGroteskDSPro/3099CE_2_0.eot?#iefix") format("embedded-opentype"),
	url("../fonts/NHaasGroteskDSPro/3099CE_2_0.woff2") format("woff2"),
	url("../fonts/NHaasGroteskDSPro/3099CE_2_0.woff") format("woff"),
	url("../fonts/NHaasGroteskDSPro/3099CE_2_0.ttf") format("truetype");
}
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/IcoMoon/icomoon.eot?2e99rx");
	src: url("../fonts/IcoMoon/icomoon.eot?2e99rx#iefix") format("embedded-opentype"),
	url("../fonts/IcoMoon/icomoon.ttf?2e99rx") format("truetype"),
	url("../fonts/IcoMoon/icomoon.woff?2e99rx") format("woff"),
	url("../fonts/IcoMoon/icomoon.svg?2e99rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-play3::before {
	content: "\ea1c";
}
.icon-pause2::before {
	content: "\ea1d";
}
.icon-stop2:::before {
	content: "\ea1e";
}
.icon-first::before {
	content: "\ea21";
}
.icon-last::before {
	content: "\ea22";
}
.icon-previous2::before {
	content: "\ea23";
}
.icon-next2::before {
	content: "\ea24";
}
.icon-volume-mute::before {
	content: "\ea29";
}
.icon-volume-mute2::before {
	content: "\ea2a";
}
html {
	box-sizing: border-box;
}
*, *::after, *::before {
	box-sizing: inherit;
}

/* main styles */
.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

/* reset */
html, body {
	height: 100%;
}
footer {
	min-height: 320px;
}
html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*
* clearfix
*/
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
@-ms-viewport {
	width: device-width;
}

/* global styles */
body {
  background: #f1f1f1;
}
h1 {
	font-family: 'NHaasGroteskDSStd-65Md', Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #000000;
	letter-spacing: 0.2px;
	font-weight: inherit;
}
h3 {
	font-family: 'NHaasGroteskDSStd-75Bd', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-weight: inherit;
}
.client-title {
	max-width: 1130px;
	margin: 38px auto 38px;
	width: 100%;
}
.client-title h1 {
	padding-bottom: 8px;
	border-bottom: 3px solid #000000;
}
.large-page-title .page-title-heavy {
	font-family: 'NHaasGroteskDSStd-75Bd', Helvetica, Arial, sans-serif;
	font-size: 38px;
	line-height: 46px;
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: 0.5px;
	text-align: left;
}
@media screen and (max-width: 1129px) {
	.client-title {
		width: 95%;
	}
}

.animation {
	position: absolute;
	top: 0;
	background: url('../img/logo_animation.gif') no-repeat;
	z-index: 99999;
	height: 100%;
	width: 100%;
}

/* header styles */
header {
	width: 100%;
	background: #ffffff;
	min-height: 80px;
	position: relative;
}
header nav {
	float: right;
	width: 70%;
	padding-top: 22px;
}
header nav ul {
	float: right;
}
header nav ul li {
	line-height: 17px;
	display: inline-block;
	padding: 10px 22px;
}
header nav ul li a {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
}
.inner-header {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1129px) {
	.inner-header {
		width: 95%;
	}
}
img.logo {
	padding-top: 26px;
	float: left;
	display: inline-block;
}
.title-text {
	width: 100%;
	background: #F1F1F1;
}
.title-text .title-text-inner {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 50px 0;
}
.title-text .title-text-inner h2 {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	display: block;
	color: #000000;
	opacity: .8;
	letter-spacing: 0.75px;
	text-align: center;
}
.title-text .search {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
}
.title-text .search .submit {
	cursor: pointer;
	background-color: transparent;
	border: none;
	z-index: 10;
	width: 40px;
	height: 40px;
	display: inline-block;
	top: 0;
	right: 0;
	position: absolute;
	padding: 0;
	margin: 0;
}
.title-text .search div {
	height: 40px;
	display: inline-block;
	position: relative;
}
.title-text .search input {
	border: none;
	background: #FFF;
	padding: 0 50px 0 10px;
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    display: inline-block;
    float: left;
}
.title-text .search input:focus {
	outline: none;
	border: none;
}
.title-text .search div:after {
	font-family: 'Material Icons';
	content: "\e8b6";
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	background-color: #BBB;
	display: inline-block;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.home-banner-slider .slide {
	height: 480px;
}

.video-holder {
	height: 480px;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.video-holder video {
	position: absolute;
	left: 50%;
	top: 50%;
	/* The following will size the video to fit the full container. Not necessary, just nice.*/
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 0;
	width: 100%;
	object-fit: fill;
}
@media only screen and (max-width: 880px){
	.video-holder {
		height: 380px;
	}
}
@media only screen and (max-width: 680px){
	.video-holder {
		height: 280px;
	}
}
@media only screen and (max-width: 520px){
	.video-holder {
		height: 180px;
	}
}

/* nav */
#nav-button {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 2rem;
	top: 1.7rem;
	height: 1.7rem;
	width: 2rem;
}

#nav-button span,
#nav-button span::before,
#nav-button span::after {
	display: block;
	position: relative;
	width: 2rem;
	height: 0.2rem;
	margin: 0 auto;
	background: #969696;
	overflow: visible;
	-webkit-transition: top .2s .2s, transform .2s, background 0s .2s;
	-moz-transition: top .2s .2s, transform .2s, background 0s .2s;
	-o-transition: top .2s .2s, transform .2s, background 0s .2s;
	-ms-transition: top .2s .2s, transform .2s, background 0s .2s;
	transition: top .2s .2s, transform .2s, background 0s .2s;
}

#nav-button span::before,
#nav-button span::after {
	content: '\00a0';
	display: block;
	position: absolute;
}

#nav-button span::before {
	top: -0.7rem;
}

#nav-button span::after {
	top: 0.7rem;
}

#nav-button.active span::before,
#nav-button.active span::after {
	top: 0;
	-webkit-transition: top .2s, transform .2s .2s, background 0s .2s;
	-moz-transition: top .2s, transform .2s .2s, background 0s .2s;
	-o-transition: top .2s, transform .2s .2s, background 0s .2s;
	-ms-transition: top .2s, transform .2s .2s, background 0s .2s;
	transition: top .2s, transform .2s .2s, background 0s .2s;
}

#nav-button.active span {
	background: transparent;
}

#nav-button.active span::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-button.active span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-button span {
	position: absolute;
	top: 0.8rem;
}

.slicknav_menu {
	display: none;
}

.slicknav_menu ul li {
	border-bottom: 2px solid rgba(151, 151, 151, 0.15);
	height: 60px;
	line-height: 60px;
	padding: 0 2.5%;
}

.slicknav_menu ul li a {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}
@media screen and (max-width: 844px) {
	nav {
		display: none;
	}
	.slicknav_menu,
	#nav-button {
		display: block;
	}
}
/* eof nav and icon */

/* grid */
.grid {
	max-width: 1132px;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	background: url('/img/repeating-texture-dpr.png'), top left repeat;
}

.grid-item {
    float: left;
    width: 100%;
    height: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 60%;
}
.grid .two_square {
	padding-bottom: 50%;
}
.grid .three_square {
	padding-bottom: 40%;
}
@media (min-width: 480px) {
	.grid .square {
		padding-bottom: 50%;
		width: 50%;
	}
}
@media (min-width: 600px) {
	.grid .square {
		padding-bottom: 25%;
		width: 33%;
	}
	.grid .two_square {
		padding-bottom: 25%;
		width: 50%;
	}
	.grid .three_square {
		padding-bottom: 25%;
		width: 100%;
	}
}
@media (min-width: 900px) {
	.grid .square {
		padding-bottom: 25%;
		width: 25%;
	}
	.grid .two_square {
		padding-bottom: 25%;
		width: 50%;
	}
	.grid .three_square {
		padding-bottom: 25%;
		width: 75%;
	}
}
@media (min-width: 1130px){
	.grid .square {
		padding-bottom: 25%;
		width: 25%;
	}
	.grid .two_square {
		padding-bottom: 25%;
		width: 50%;
	}
	.grid .three_square {
		padding-bottom: 25%;
		width: 75%;
	}
}

.grid-item .grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    color: #fff;
    font-family: 'NHaasGroteskDSStd-65Md', Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0.12px;
    padding: 25px;
    overflow: hidden;
}
.grid-item .grid-inner .date {
	position: absolute;
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
	bottom: 20px;
	left: 25px;
}

.grid-item:hover .grid-inner {
    opacity: 1;
}

#grid { margin-bottom: 40px; }
/* eof grid */

.load-more,
.load-more-clients,
.load-more-artists {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	background: #ffffff;
	height: 60px;
	box-shadow: 0px 1px 3px 0px #e1e1e1;
	padding: 0 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
@media screen and (max-width: 1129px) {
	.load-more,
	.load-more-clients,
	.load-more-artists,
	#grid {
		width: 95%;
	}
}
@media screen and (max-width: 340px) {
	.load-more,
	.load-more-clients,
	.load-more-artists,
	#grid {
		width: 88%;
	}
	.grid-item .grid-inner {
		font-size: 18px;
		line-height: 20px;
	}
}
.load-more i,
.load-more-clients i,
.load-more-artists i {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-style: normal;
	margin-right: 18px;
	float: left;
	padding-top: 9px;
}
.load-more span,
.load-more-clients span,
.load-more-artists span {
	font-family: 'NHaasGroteskDSStd-65Md', Helvetica, Arial, sans-serif;
	font-size: 18px;
	float: left;
	padding-top: 20px;
}
.newsletter {
	width: 100%;
	background: #ffffff;
}
.newsletter .inner {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	background: #ffffff;
	min-height: 200px;
}
@media screen and (max-width: 1129px) {
	.newsletter .inner {
		width: 95%;
	}
}
@media screen and (max-width: 320px) {
	.newsletter .inner {
		width: 80%;
	}
}
.newsletter .inner .text {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 48.97597%;
}
.newsletter .inner .text:last-child {
	margin-right: 0;
}
.newsletter .inner .text h3 {
	font-weight: inherit;
	margin-top: 54px;
	margin-bottom: 8px;
}
.newsletter .inner .text p {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .5px;
	color: #000000;
	max-width: 249px;
}
.newsletter .inner .subscribe {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 48.97597%;
	margin-right: 0;
}
.newsletter .inner .subscribe:last-child {
	margin-right: 0;
}
.newsletter .inner .subscribe form {
	padding-top: 75px;
}
.newsletter .inner .subscribe input[type="email"] {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	transition: box-shadow 300ms;
	letter-spacing: .2px;
	border: none;
	background: transparent;
	outline: none;
	box-shadow: 0 2px 0 #000000;
	padding: 8px 0;
	width: 81%;
	margin-right: 3%;
}
.newsletter .inner .subscribe input[type="email"]:focus {
	box-shadow: none;
}
.newsletter .inner .subscribe input[type="submit"] {
	font-family: 'NHaasGroteskDSStd-65Md', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .2px;
	position: relative;
	width: 15%;
	padding: 10px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	border: none;
	outline: none;
	-webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 25%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 85% 0%, 100% 25%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
	.newsletter .inner .subscribe form {
		padding-top: 28px;
	}
	.newsletter .inner .subscribe form input[type="email"] {
		width: 100%;
		margin-bottom: 20px;
	}
	.newsletter .inner .subscribe form input[type="submit"] {
		width: 99px;
	}
}
@media screen and (max-width: 680px) {
	.newsletter .inner .subscribe {
		margin-bottom: 40px;
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
		margin-right: 0;
	}
	.newsletter .inner .subscribe:last-child {
		margin-right: 0;
	}
	.newsletter .inner .subscribe:nth-child(1) {
		margin-right: 2.04806%;
	}
	.newsletter .inner .subscribe:nth-child(1+1) {
		clear: none;
	}
	.newsletter .inner .text {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
		margin-right: 0;
	}
	.newsletter .inner .text:last-child {
		margin-right: 0;
	}
	.newsletter .inner .text:nth-child(1+1) {
		clear: none;
	}
	.newsletter .inner .text h3 {
		margin-top: 40px;
	}
}

/* client page */
main.client-grid {
	width: 100%;
	background: #F1F1F1;
}
.client-grid-container {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	background: #F1F1F1;
	margin-bottom: 40px;
}
.client-grid-container::after {
	clear: both;
	content: "";
	display: table;
}
@media screen and (max-width: 1129px) {
	.client-grid-container {
		width: 95%;
	}
}
.client-grid-container .grid-item {
	float: left;
	display: inline-block;
	margin-right: 2.04806%;
	width: 23.45132743362832%;
	opacity: 1;
	height: 265px;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.client-grid-container .grid-item:last-child {
	margin-right: 0;
}
.client-grid-container .grid-item:nth-child(4n) {
	margin-right: 0;
}
.client-grid-container .grid-item:nth-child(4n+1) {
	clear: left;
}
.client-grid-container .grid-item .artist-info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	padding: 25px;
	position: relative;
	transition: opacity 300ms;
}
.client-grid-container .grid-item .artist-info hr:first-child {
	border-top: 3px solid #fff;
	margin: 0 0 14px 0
}
.client-grid-container .grid-item .artist-info hr:last-child {
	border-top: 1px solid #fff;
	margin: 0;
	position: absolute;
	bottom: 25px;
	width: calc(100% - 50px);
}
.client-grid-container .grid-item .artist-info .artist {
	font-family: 'NHaasGroteskDSStd-75Bd', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	display: inline-block;
}
.client-grid-container .grid-item:hover .artist-info {
	opacity: 1;
}
.client-grid-container .grid-item .artist-info a.press-kit {
	width: 100%;
	display: inline-block;
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	color: #FFFFFF;
}
.client-grid-container .grid-item .artist-info .social {
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	position: absolute;
	bottom: 40px;
}
.client-grid-container .grid-item .artist-info a i {
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	margin-right: 7px;
}
@media screen and (max-width: 900px) {
	.client-grid-container .grid-item {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 31.96796%;
	}
	.client-grid-container .grid-item:last-child {
		margin-right: 0;
	}
	.client-grid-container .grid-item:nth-child(4n) {
		margin-right: 2.04806%;
	}
	.client-grid-container .grid-item:nth-child(4n+1) {
		clear: none;
	}
	.client-grid-container .grid-item:nth-child(3n) {
		margin-right: 0;
	}
	.client-grid-container .grid-item:nth-child(3n+1) {
		clear: left;
	}
}
@media screen and (max-width: 680px) {
	.client-grid-container .grid-item {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 48.97597%;
	}
	.client-grid-container .grid-item:last-child {
		margin-right: 0;
	}
	.client-grid-container .grid-item:nth-child(3n) {
		margin-right: 2.04806%;
	}
	.client-grid-container .grid-item:nth-child(3n+1) {
		clear: none;
	}
	.client-grid-container .grid-item:nth-child(2n) {
		margin-right: 0;
	}
	.client-grid-container .grid-item:nth-child(2n+1) {
		clear: left;
	}
}
@media screen and (max-width: 480px) {
	.client-grid-container .grid-item {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
	}
	.client-grid-container .grid-item:last-child {
		margin-right: 0;
	}
	.client-grid-container .grid-item:nth-child(2n) {
		margin-right: 2.04806%;
	}
	.client-grid-container .grid-item:nth-child(2n+1) {
		clear: none;
	}
}
@media screen and (max-width: 320px) {
	.client-grid-container .grid-item {
		width: 288px;
		float: none !important;
		margin: 0 auto 15px !important;
	}
}

/* main content area */
main.content {
	width: 100%;
	background: #F1F1F1;
}
main.content .content-container {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	background: url("../img/repeating-texture-dpr.png"), #F1F1F1;
	margin-top: 90px;
}
@media screen and (max-width: 1129px) {
	main.content .content-container {
		width: 95%;
	}
}
main.content .content-container section {
	max-width: 70.625em;
	margin-left: auto;
	margin-right: auto;
}
main.content .content-container section::after {
	clear: both;
	content: "";
	display: table;
}
main.content .content-container section .heading-column {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 31.96796%;
}
main.content .content-container section .heading-column:last-child {
	margin-right: 0;
}
main.content .content-container section .heading-column {
	font-family: 'NHaasGroteskDSStd-65Md', Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #000000;
	letter-spacing: .17px;
	text-align: left;
}
main.content .content-container section .content {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 65.98398%;
	margin-bottom: 58px;
}
main.content .content-container section .content:last-child {
	margin-right: 0;
}
main.content .content-container section .content .about-contact {
	background: #000000;
	width: 100%;
	min-height: 115px;
	-webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 25%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 95% 0%, 100% 25%, 100% 100%, 0% 100%);
	padding: 32px;
}
main.content .content-container section .content .about-contact > p {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.6px;
	max-width: 260px;
	width: 100%;
	display: inline-block;
	float: left;
}
main.content .content-container section .content .about-contact .enquire-button {
	background: #ffffff;
	position: relative;
	-webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 31%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 91% 0%, 100% 31%, 100% 100%, 0% 100%);
	width: 160px;
	height: 40px;
	float: right;
	top: 6px;
}
main.content .content-container section .content .about-contact .enquire-button a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
main.content .content-container section .content .about-contact .enquire-button a p {
	font-family: 'NHaasGroteskDSStd-65Md', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.2px;
	color: #000000;
	position: absolute;
	top: 12px;
	left: 17px;
}
main.content .content-container section .content .about-contact .enquire-button a img {
	position: absolute;
	right: 13px;
	top: 14px;
}
@media screen and (max-width: 884px) {
	main.content .content-container section .heading-column,
	main.content .content-container section .content {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
	}
	main.content .content-container section .heading-column:last-child,
	main.content .content-container section .content-area:last-child {
		margin-right: 0;
	}
	main.content .content-container section .heading-column {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 568px) {
	main.content .content-container section .content .about-contact {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	main.content .content-container section .content .about-contact p {
		max-width: none;
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	main.content .content-container section .content .about-contact .enquire-button {
		-webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 31%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 91% 0%, 100% 31%, 100% 100%, 0% 100%);
		float: left;
		top: 0;
	}
}

.divider-black {
	background: #000000;
	width: 100%;
	max-width: 1130px;
	height: 3px;
	margin: 30px auto 0 auto;
	display: block;
}
.divider-grey {
	background-color: #bbbbbb;
	width: 100%;
	max-width: 1130px;
	height: 1px;
	margin: 30px auto;
	display: block;
}
.larger {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	opacity: 0.8;
	font-size: 21px;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: left;
}
.body {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #000000;
	letter-spacing: 0.75px;
	line-height: 28px;
	text-align: left;
}

/* login page */
body.login-page {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
}
body.login-page::after {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/login.jpg') 50% 50%/cover;
	background-repeat: no-repeat;
	opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -1;
}

main.login .login-box {
	background: #000000;
	margin: auto;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 385px;
	height: 455px;
	-webkit-clip-path: polygon(0 0, 346px 0, 888px 455px, 0px 455px, 0 0);
	clip-path: polygon(0 0, 346px 0, 888px 455px, 0px 455px, 0 0);
}

main.login .login-box .login-box-title {
	font-family: 'NHaasGroteskDSStd-75Bd', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	display: block;
	margin-bottom: 65px;
}
main.login .login-box .login-box-title-no-longer {
	font-family: 'NHaasGroteskDSStd-75Bd', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	display: block;
	margin-bottom: 20px;
}
main.login .login-box .no-longer {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.3px;
	padding: 0;
	margin: 0 0 20px 0;
	display: inline-block;
	position: relative;
	bottom: 2px;
}

main.login .login-box .login-form > div {
	width: 100%;
}

main.login .login-box input[type="email"], main.login .login-box input[type="username"] {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	transition: box-shadow 300ms;
	letter-spacing: .2px;
	border: none;
	background: transparent;
	background-color: none;
	outline: none;
	box-shadow: 0 2px 0 #ffffff;
	padding: 8px 0;
	margin-right: 3%;
	margin-bottom: 42px;
	width: 100%;
	color: #ffffff;
	outline: none;
}

main.login .login-box input[type="email"]:focus {
	box-shadow: none;
	outline: none;
}

main.login .login-box input[type="password"] {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	transition: box-shadow 300ms;
	letter-spacing: .2px;
	border: none;
	background: transparent;
	outline: none;
	box-shadow: 0 2px 0 #ffffff;
	padding: 8px 0;
	margin-right: 3%;
	margin-bottom: 40px;
	width: 100%;
	color: #ffffff;
}

main.login .login-box input[type="password"]:focus {
	box-shadow: none;
}

main.login .login-box .remember-login {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.3px;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	bottom: 2px;
}

main.login .login-box input[type=checkbox] {
	display: none;
}

main.login .login-box input[type=checkbox] + label {
	background: #ffffff;
	height: 15px;
	width: 15px;
	display: inline-block;
	padding: 0;
	cursor: pointer;
}

main.login .login-box input[type=checkbox]:checked + label {
	background: url(../img/icons/checkbox-cross.png), #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	display: inline-block;
	padding: 0;
}

main.login .login-box label {
	margin-right: 10px;
}

main.login .login-box .submit-button {
	font-family: 'NHaasGroteskDSStd-65Md', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	color: #000000;
	letter-spacing: 0.2px;
	background: #ffffff;
	position: relative;
	-webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 26%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 90% 0%, 100% 26%, 100% 100%, 0% 100%);
	width: 155px;
	height: 49px;
	border: none;
	outline: none;
	margin-top: 67px;
	cursor: pointer;
}

main.login .login-box .submit-button p {
	cursor: pointer;
	display: inline-block;
	float: left;
	line-height: 49px;
	padding-left: 19px;
}

main.login .login-box .submit-button i {
	background: url("../img/icons/right-arrow.png");
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 13px;
	bottom: 9px;
	background-repeat: no-repeat;
}

@media all and (max-width: 568px) {
	main.login .login-box {
		background: #000000;
		margin: 0 auto;
		padding: 30px;
		position: relative;
		top: 50px;
		left: 0;
		bottom: 0;
		right: 0;
		width: 90%;
		height: 90%;
		-webkit-clip-path: polygon(0 0, 89% 0, 200% 100%, 0 100%, 0 0);
		clip-path: polygon(0 0, 89% 0, 200% 100%, 0 100%, 0 0);
	}
}

/* footer */
footer {
	clear: both;
	width: 100%;
	background: #000000;
	padding-bottom: 20px;
	min-height: 320px;
}
footer .inner {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 57px 0 0 0;
}
@media screen and (max-width: 1129px) {
	footer .inner {
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
	footer .inner {
		width: 80%;
	}
}
footer .inner .footer-top .title {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	display: block;
	opacity: 0.6;
	color: #939393;
	text-align: left;
}
footer .inner .footer-top .information {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 48.97597%;
}
footer .inner .footer-top .information:last-child {
	margin-right: 0;
}
footer .inner .footer-top .information p {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	display: block;
	color: #ffffff;
	max-width: 240px;
	width: 100%;
	letter-spacing: .5px;
	text-align: left;
}
footer .inner .footer-top .social {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 23.46395%;
}
footer .inner .footer-top .social:last-child {
	margin-right: 0;
}
footer .inner .footer-top .social .title-2 {
	margin-bottom: 0;
}
footer .inner .footer-top .social a {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	color: #ffffff;
	max-width: 240px;
	width: 100%;
	letter-spacing: .5px;
	text-align: left;
	text-decoration: none;
}
footer .inner .footer-top .login {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 23.46395%;
	margin-right: 0;
}
footer .inner .footer-top .login:last-child {
	margin-right: 0;
}
footer .inner .footer-top .login .title-2 {
	margin-bottom: 0;
}
footer .inner .footer-top .login a {
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	color: #ffffff;
	max-width: 240px;
	width: 100%;
	letter-spacing: .5px;
	text-align: left;
}
@media screen and (max-width: 680px) {
	footer .inner .footer-top .information {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
		margin-bottom: 30px;
	}
	footer .inner .footer-top .information:last-child {
		margin-right: 0;
	}
	footer .inner .footer-top .social,
	footer .inner .footer-top .login {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 48.97597%;
	}
	footer .inner .footer-top .social:last-child,
	footer .inner .footer-top .login:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	footer .inner .footer-top .social, footer .inner .footer-top .login {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
		margin-bottom: 30px;
	}
	footer .inner .footer-top .social:last-child, footer .inner .footer-top .login:last-child {
		margin-right: 0;
	}
}
footer .inner .footer-bottom {
	margin-top: 57px;
}
footer .inner .footer-bottom .copyright {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 48.97597%;
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #939393;
	opacity: 0.5;
	letter-spacing: 0.5px;
}
footer .inner .footer-bottom .copyright:last-child {
	margin-right: 0;
}
footer .inner .footer-bottom .tnc {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 23.46395%;
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #939393;
	opacity: 0.5;
	letter-spacing: 0.5px;
}
footer .inner .footer-bottom .tnc:last-child {
	margin-right: 0;
}
footer .inner .footer-bottom .tnc > a {
	color: #939393;
}
footer .inner .footer-bottom .designed {
	float: left;
	display: block;
	margin-right: 2.04806%;
	width: 23.46395%;
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #939393;
	opacity: 0.5;
	letter-spacing: 0.5px;
}
footer .inner .footer-bottom .designed:last-child {
  margin-right: 0;
}
footer .inner .footer-bottom .designed > a {
  text-decoration: underline;
  color: #B7B7B7;
}
@media screen and (max-width: 680px) {
	footer .inner .footer-bottom .copyright {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
		margin-bottom: 12px;
	}
	footer .inner .footer-bottom .copyright:last-child {
		margin-right: 0;
	}
	footer .inner .footer-bottom .tnc,
	footer .inner .footer-bottom .designed {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 48.97597%;
	}
	footer .inner .footer-bottom .tnc:last-child,
	footer .inner .footer-bottom .designed:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	footer .inner .footer-bottom .copyright,
	footer .inner .footer-bottom .tnc,
	footer .inner .footer-bottom .designed {
		float: left;
		display: block;
		margin-right: 2.04806%;
		width: 100%;
		margin-bottom: 6px !important;
	}
	footer .inner .footer-bottom .copyright:last-child,
	footer .inner .footer-bottom .tnc:last-child,
	footer .inner .footer-bottom .designed:last-child {
		margin-right: 0;
	}
}
footer .inner .privacy-link {
	clear: both;
	display: inline-block;
	color: #FFFFFF;
	font-family: 'NHaasGroteskDSStd-45Lt', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	margin: 20px 0 0 0;
}
