/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("https://extrememusic-public.s3.us-east-1.amazonaws.com/IMAGES/logos/fonts/icomoon.eot?d522d8");
	src: url("https://extrememusic-public.s3.us-east-1.amazonaws.com/IMAGES/logos/fonts/icomoon.eot?d522d8#iefix") format("embedded-opentype"), url("https://extrememusic-public.s3.us-east-1.amazonaws.com/IMAGES/logos/fonts/icomoon.ttf?d522d8") format("truetype"), url("https://extrememusic-public.s3.us-east-1.amazonaws.com/IMAGES/logos/fonts/icomoon.woff?d522d8") format("woff"), url("../../Bins/HTML/fonts/icomoon.svg?d522d8#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-v:before {
	content: "\e900";
	color: #fff;
}

.icon-bubble:before {
	content: "\e901";
}

.icon-play:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-spotify:before {
	content: "\ea94";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-linkedin:before {
	content: "\eaca";
}

@font-face {
	font-family: "Avenir Next";
	src: url("../../Bins/HTML/fonts/AvenirNextCondensed-DemiBold.woff") format("woff"), url("../../Bins/HTML/fonts/AvenirNextCondensed-DemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BankGothic";
	src: url("../../Bins/HTML/fonts/BankGothicBold.woff") format("woff"), url("../../Bins/HTML/fonts/BankGothicBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "HouseGothic";
	src: url("../../Bins/HTML/fonts/HouseGothicHG23Cond-LIGHT4.woff") format("woff"), url("../../Bins/HTML/fonts/HouseGothicHG23Cond-LIGHT4.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("../../Bins/HTML/fonts/Helvetica-Light.woff") format("woff"), url("../../Bins/HTML/fonts/Helvetica-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("../../Bins/HTML/fonts/Helvetica.woff") format("woff"), url("../../Bins/HTML/fonts/Helvetica.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("../../Bins/HTML/fonts/Helvetica-Bold.woff") format("woff"), url("../../Bins/HTML/fonts/Helvetica-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../../Bins/HTML/fonts/HelveticaNeue-Bold.woff") format("woff"), url("../../Bins/HTML/fonts/HelveticaNeue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../../Bins/HTML/fonts/HelveticaNeue-Light.woff") format("woff"), url("../../Bins/HTML/fonts/HelveticaNeue-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../../Bins/HTML/fonts/HelveticaNeue.woff") format("woff"), url("../../Bins/HTML/fonts/HelveticaNeue.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "tradegothic";
	src: url("../../Bins/HTML/fonts/tradegothic-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "tradegothic";
	src: url("../../Bins/HTML/fonts/tradegothic-bold-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "tradegothiccondensed_bold";
	src: url("../../Bins/HTML/fonts/tradegothic-boldcondtwenty-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-boldcondtwenty-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "tradegothicCnBdOb";
	src: url("../../Bins/HTML/fonts/tradegothic-boldcondtwentyobl-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-boldcondtwentyobl-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "tradegothicoblique";
	src: url("../../Bins/HTML/fonts/tradegothic-boldoblique-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-boldoblique-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "tradegothicbold";
	src: url("../../Bins/HTML/fonts/tradegothic-boldtwo-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-boldtwo-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "tradegothiccondensed";
	src: url("../../Bins/HTML/fonts/tradegothic-condeighteen-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-condeighteen-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "tradegothiccondensed_oblique";
	src: url("../../Bins/HTML/fonts/tradegothic-condeighteenobl-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-condeighteenobl-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "tradegothic";
	src: url("../../Bins/HTML/fonts/tradegothic-light-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "tradegothicoblique";
	src: url("../../Bins/HTML/fonts/tradegothic-lightoblique-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-lightoblique-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "tradegothicoblique";
	src: url("../../Bins/HTML/fonts/tradegothic-oblique-webfont.woff") format("woff"), url("../../Bins/HTML/fonts/tradegothic-oblique-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollable {
	width: 100% !important;
	height: 155px !important;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: transparent;
	width: 4px;
	bottom: 0;
	right: 2px;
	top: 0;
	border-radius: 10px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 0;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #d0d0d0;
	height: 1px;
	width: 4px;
	border-radius: 10px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.social-links,
.footer-nav ul,
.features .feature-list,
.bins-list,
.bin .dropdown .links-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #3e3e3e;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #3e3e3e;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #3e3e3e;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #3e3e3e;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #3e3e3e;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #3e3e3e;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#footer {
	background: #202020;
	padding: 25px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.footer-wrap {
	margin-bottom: 10px;
}

.footer-wrap a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #595959;
}

.footer-wrap a:hover {
	color: #fff;
}

.logo-box {
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-footer {
	display: block;
	margin-bottom: 25px;
	width: 90px;
}

.logo-footer a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 1;
	display: block;
	width: 90px;
}

.logo-footer a:hover {
	opacity: .5;
}

.logo-footer img {
	width: 100%;
}

.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.social-links li {
	width: 33.332%;
	padding: 0 5px 17px;
}

.social-links a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	opacity: 1;
}

.social-links a:hover {
	opacity: .5;
}

.footer-nav {
	font-family: "Helvetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
}

.footer-nav h4 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #d0d0d0;
	font-family: "Avenir Next";
	font-weight: 400;
	letter-spacing: 1px;
}

.footer-nav ul {
	margin-bottom: 20px;
}

.footer-nav li {
	margin: 0 0 12px;
	line-height: 1;
}

.copyright-row {
	letter-spacing: .5px;
	color: #595959;
}

.copyright-row a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #595959;
}

.copyright-row a:hover {
	color: #fff;
}

#header {
	padding-top: 16px;
	margin-bottom: 20px;
}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 34px;
}

.header-wrapper .logo {
	width: 242px;
	margin-right: 20px;
}

.header-wrapper .logo a {
	display: block;
}

.header-wrapper .contact-us {
	color: #fff;
	font-size: 20px;
}

.header-wrapper .contact-us a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	opacity: 1;
}

.header-wrapper .contact-us a:hover {
	opacity: .5;
}

#wrapper {
	overflow: hidden;
	background-color: #000;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero-wrapper {
	padding-left: 27px;
	margin-bottom: 39px;
}

.hero-wrapper .heading {
	color: #fff;
	font-family: "tradegothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-top: 7px;
	text-align: center;
}

.hero-wrapper .heading h1 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}

.hero-wrapper .heading h2 {
	font-weight: 300;
	letter-spacing: .7px;
	color: #d0d0d0;
}

.hero-wrapper .hero-image {
	width: 300px;
	height: 320px;
	margin: 0 auto;
	background-size: cover;
}

.wider-container {
	max-width: 1220px;
	margin: 0 auto;
}

.features {
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
}

.features .feature-list {
	font-family: "Helvetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	padding: 60px 20px 40px;
}

.features .feature-list li {
	padding: 10px;
	width: 100%;
}

.features .feature-list li .feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.features .feature-list li .feature .feature-icon {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	margin: 15px 15px 0 0;
	opacity: 1;
}

.features .feature-list li .feature .feature-icon:hover {
	opacity: .5;
}

.features .feature-list li .feature .info {
	width: 84%;
	line-height: 1.6;
}

.features .feature-list li .feature .info h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 0;
}

.features .feature-list li .feature .info p {
	margin-bottom: 0;
}

.bins {
	color: #d0d0d0;
	font-family: "tradegothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.bins h2 {
	text-align: center;
	font-size: 27px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.bin {
	width: 100%;
	padding: 0 0 25px;
}

.bin .bin-wrapper {
	border: 5px solid #202020;
	padding: 30px 15px 35px;
	height: 100%;
}

.bin h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	letter-spacing: 3.5px;
	padding: 3px 0;
	margin-bottom: 33px;
	font-size: 24px;
}

.bin h3.h-small {
	letter-spacing: 2.7px;
	padding: 5px 0;
	font-size: 24px;
}

.bin .opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #d0d0d0;
	text-transform: uppercase;
	letter-spacing: .7px;
}

.bin .opener:hover {
	color: #fff;
}

.bin .opener .icon-v {
	font-size: 10px;
	color: #d0d0d0;
	padding-left: 10px;
}

.bin .open-close {
	position: relative;
	text-align: center;
}

.bin .slide {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 140%;
	text-align: center;
	z-index: 2;
	opacity: 1;
}

.bin .dropdown {
	display: inline-block;
	max-width: 100%;
}

.bin .dropdown:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #202020;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
}

.bin .dropdown .links-list {
	background-color: #202020;
	text-transform: uppercase;
	padding: 10px 0;
	overflow: hidden;
}

.bin .dropdown .links-list li {
	width: calc(100% + 5px);
}

.bin .dropdown .links-list a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #d0d0d0;
	font-family: "tradegothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	letter-spacing: .5px;
	padding: 3px 25px 3px 15px;
	font-size: 14px;
}

.bin .dropdown .links-list a:hover {
	background-color: #393939;
}

.bin .js-slide-hidden {
	opacity: 0;
	visibility: hidden;
}

.bin-header {
	border: 1px solid #000000;
}

.border-red {
	border-color: #710c0a;
}

.border-brown {
	border-color: #4f372b;
}

.border-blue {
	border-color: #173565;
}

.border-sky {
	border-color: #0e536e;
}

.border-green {
	border-color: #2f5823;
}

.border-wood {
	border-color: #5f391c;
}

.border-velvet {
	border-color: #5f1c50;
}

.border-dark-velvet {
	border-color: #441765;
}

.border-marine {
	border-color: #1c5f59;
}

@media (min-width: 768px) {
	#footer {
		padding: 84px 0 65px;
	}

	#footer .container {
		max-width: 700px;
	}

	.footer-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.logo-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 0 20px;
		padding-right: 60px;
	}

	.logo-footer {
		margin: 0 36px 0 0;
	}

	.social-links {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 67%;
		padding-left: 10px;
	}

	.footer-nav ul {
		margin-bottom: 0;
	}

	.header-wrapper .contact-us {
		padding: 4px 4px 0 0;
	}

	.hero-wrapper {
		margin-right: -20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.hero-wrapper .heading {
		text-align: left;
	}

	.hero-wrapper .heading h1 {
		font-size: 47px;
		letter-spacing: 1.4px;
	}

	.hero-wrapper .heading h2 {
		font-size: 33px;
	}

	.hero-wrapper .hero-image {
		width: 500px;
		height: 550px;
		margin: 0;
	}

	.features .feature-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 60px 0 40px;
	}

	.features .feature-list li {
		width: 50%;
	}

	.bins h2 {
		margin-bottom: 54px;
	}

	.bins .underscore h2 {
		margin-bottom: 49px;
	}

	.bins-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bin {
		width: 50%;
		padding: 0 15px 25px;
	}

	.bin h3 {
		font-size: 37px;
	}

	.bin h3.h-small {
		font-size: 34px;
	}
}

@media (min-width: 1024px) {
	.hero-wrapper {
		margin-right: 0;
	}

	.features {
		margin-bottom: 49px;
	}

	.features .feature-list li {
		width: 33%;
		padding: 0 0 19px 20px;
	}

	.bins {
		margin-bottom: 150px;
	}

	.bins-list {
		margin: 0 -20px 20px -15px;
	}

	.bin {
		width: 33%;
	}
}

@media (max-width: 767px) {
	.logo-footer a {
		margin: 0 auto;
	}
}

