body {
	background-image: url("img/bg.png");
	background-color: #202020;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

p a {
	color: #65c2eb;
}

h1 {
	font-size: 32px;
	line-height: 39px;
}

#header {
	width: 1200px;
	padding: 20px 0;
	border-bottom: 1px solid #292929;
	margin: 0 0 30px 0;
}

#nav {
	color: #fff;
	font-size: 16px;
	text-align: center;}

#nav a {
	color: #fff;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav a:hover {
	color: #3dc4f0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav img {
	padding-bottom: 10px;
}

.holder {
	width: 1200px;
	text-align: center;
	color: #fff;
	margin: 0px auto;
	line-height: 1.5em;
}

.slider img {
	max-width: 100%;
}

.promo img {
	width: 33%;
	display: inline-block;
}

.left {
	width: 70%;
	padding-right: 5%;
	float: left;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.right {
	width: 25%;
	float: right;
	text-align: left;
	padding: 40px 0;
}

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

hr {
	border: 0px;
	width: 100%;
	height: 1px;
	background-color: #373737;
    margin: 30px 0;
    clear: both;
}


.footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #292929;
	padding: 50px 0;
	margin: 30px 0 0;
	text-align: center;
	background: #222;
	overflow: auto;
	border-bottom: 10px solid #65c2eb;
}

.footercontent {
	width: 33.3%;
	float: left;
	color: #828181;
	font-size: 12px;
	padding-bottom: 20px;
}

.footercontent a {
	color: #65c2eb;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footercontent a:hover {
	color: #4494b8;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.ui-tabs-nav a {
    background-color: #D4AF37;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px 35px;
    border: 1px solid #000;
    border-bottom: none;
    border-radius: 4px;
  }

.ui-tabs-selected a {
    color: #D4AF37;
    background: #000;
    position: relative;
}

.ui-tabs-panel {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	color: #D4AF37;
}

.ui-tabs-nav li {
	padding: 0;
	margin: 0 2px 0 0;
	display: inline-block;
}

.collabs
{
	width: 40%;
	float: left;
	padding: 5%;
}


.brands {
	width: 100%;
	clear: both;
	text-align: center;
}
.brands img {
	margin: 16px;
	border: 1px solid #000;
	display: inline-block;
}

.logos img {
	width: 14%;
	margin: 1%;
	display: inline-block;
}

#slideshow { 
  position: relative; 
  width: 1200px; 
  height: 525px; 
}

#slideshow > div { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  right: 0px; 
  bottom: 0px; 
}

input, textarea, select {
	display: block;
    padding: 3%;
    width: 94%;
    margin-bottom: 20px;
    border: none;
    border-radius: 2px;
}

.submit-btn {
	background: #3cc4ef;
	padding:5%;
	width:50%;
	margin: 10px auto;
}

.submit-btn:hover, .submit-btn2:hover {
	cursor: pointer;
	background: #2b91b1;
}

.submit-btn2 {
	background: #3cc4ef;
    width: 30%;
    margin: 60px 0;
}

.shop-options {
	clear: both;
}

.shop-options input {
	display: inline;
	float: left;
	width: 6%;
}

.shop-options label {
	width: 90%;
	float: left;
	font-size: 15px;
}