/*------------------------------------*\
    #NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

.relative {
  position: relative;
}

.clearfloat {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

.fltlft {
  float: left;
}

.fltrgt {
  float: right;
}

/*------------------------------------*\
    #12_COL
\*------------------------------------*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  float: left;
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 995px;
  margin: 0 auto;
}

.multi-columns {
  margin: 0 -15px;
}

.col-inner {
  padding: 0 15px;
}

.col-inner--large {
  padding: 0 30px;
}

.col-inner--large-left {
  padding: 0 30px 0 15px;
}

.col-inner--large-right {
  padding: 0 15px 0 30px;
}

/*------------------------------------*\
    #HEIGHTS
\*------------------------------------*/
.h60 {
  display: block;
  height: 60px;
}

.h50 {
  display: block;
  height: 50px;
}

.h40 {
  display: block;
  height: 40px;
}

.h30 {
  display: block;
  height: 30px;
}

.h20 {
  display: block;
  height: 20px;
}

.h15 {
  display: block;
  height: 15px;
}

.h10 {
  display: block;
  height: 10px;
}

.h5 {
  display: block;
  height: 5px;
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

.relative {
  position: relative;
}

.clearfloat {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

.fltlft {
  float: left;
}

.fltrgt {
  float: right;
}

/*------------------------------------*\
    #INPUTS
\*------------------------------------*/
input, textarea, select {
  font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

label {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.inputbox {
  height: 35px;
  width: 100%;
  padding: 0 7px;
	margin: 0 0 10px 0;
	border: 1px solid #777;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.submit {
	height: 35px;
	border: 1px solid #fff;
	background: none;
	cursor: pointer;
	color: #fff;
}
.submit:hover {
	color: #000;
	background: #fff;
}

textarea.inputbox {
  height: 80px;
  padding: 10px;
}

.submit {
  cursor: pointer;
  height: 30px;
  padding: 0 7px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
/*------------------------------------*\
    #MENU
\*------------------------------------*/
#menu {
  text-align: right;
}
#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#menu ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
	display: block;
	font-size: 18px;
	line-height: 1;
	display: block;
	margin: 0px;
	padding: 8px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}
#menu ul li a.selected, #menu ul li a:hover {
	color: #e1b400;
}
#logo {

	display: block;
	padding: 80px 0 0 0;
}
#logo img {
	width: 276px;
}
.brands {
	padding-top: 120px;
}

/*------------------------------------*\
    #MAIN
\*------------------------------------*/
body {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	background: #000;
	font-size: 14px;
}
p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 12px 0;
	padding: 0;
}


.header {
	height: 210px;
	padding-bottom: 30px;
	background: url(../../images/pattern.png) 0px bottom repeat-x;
}
.title, .title-white {
	display: block;
	line-height: 1.7;
	margin: 8px 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #e1b400;
	font-size: 12px;
}
.title span, .title-white {
	color: #fff;
}
.title a {
	color: #e1b400;
	text-decoration: none;
}
.title a:hover {
	border-bottom: 1px solid #e1b400;
}
.small {
	font-size: 11px;
	line-height: 2.5;
	letter-spacing: 1px;
}
.menu-toggle {
  display: none;
}
.footer {
	background: url(../../images/pattern-light.png) top left repeat-x;
	padding-top: 40px;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer li {
	margin: 0;
	padding: 0;
}
.footer a {
	font-size: 12px;
	color: #676767;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	line-height: 1.8;
	text-decoration: none
}
.footer a:hover {
	color: #e1b400;
}

.left {
	padding: 0 30px 0 15px;
}
.right {
	padding: 0 15px 0 30px;
}
.right a {
	color: #E1B400;
}
.only-mobile, .mobile-brands {
	display: none;
}


/*------------------------------------*\
    #RESPONSIVE
\*------------------------------------*/
@media screen and (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
	.only-mobile {
		display: block;
	}

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: auto;
    float: none;
  }
	#logo {
		float: right;
		padding: 20px 0 10px 0;
		margin: 0;
	}
	#logo img {
		width: 205px;
	}

	.half {
		float: left;
		width: 50%;
	}
	.header .title-white {
		float: right;
		font-size: 11px;
	}
	.header {
		position: relative;
		height: auto;
	}
	#menu {
		display: none;
		left: 0px;
		width: 100%;
		float: none;
		text-align: left;
	}
	#menu ul li a {
		display: block;
		font-size: 16px;
		color: #fff;
		height: auto;
		line-height: 1;
		padding: 8px 10px;
	}
	.menu-toggle {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		float: left;
		height: 22px;
		width: 23px;
		padding: 30px;
		cursor: pointer;
		background: url(../../images/mobile-toggle.png) center center no-repeat;
		background-size: 22px;
	}
	.menu-toggle:hover, .menu-toggle.active {
		background-image: url(../../images/mobile-toggle-h.png);
	}
	.mobile-brands {
		display: block;
		height: 50px;
		padding-top: 10px;
		text-align: center;
		background: url(../../images/pattern-reverse.png) bottom left repeat-x;
	}
	.mobile-brands img {
		width: 250px;
	}
	.left, .right {
		padding: 0 15px;
	}
}
