* { margin: 0 auto; padding: 0; }
body {color:#fff; font: 14px/1.1 arial, helvetica, sans-serif;}
.clear { clear: both; }
img, a img { border: none; }
input { outline: none; }

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


body {
	background: url('../images/background.jpg') center top repeat-y;
	background-size: 100% auto;
	position:relative;
}

header {
	background: url('../images/header.jpg') center top repeat-x;
	height: 400px;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
}

img#logo {
	width: 24%;
	position: absolute;
	left: 13%;
	top: 0;
	z-index: 3;
}

img#number {
	display: block;
	position: absolute;
	top: 135px;
	right: 20%;
	z-index: 3;
	width: 20%;
}

nav {
	background: #000;
	width: 100%;
	margin-top: 0px;
}
	
	nav ul {
		list-style: none;
		width: 600px;
		margin-left:35%;
	}
	
		nav ul li {
			display: inline;
		}
		
			nav ul li a {
				display: inline-block;
				color: #fff;
				text-decoration: none;
				padding: 5px 20px;
				font-size: 1.5em;
			}
			
			nav ul li a:hover {
				color: #a50b00;
			}
			
			nav ul li a.active {
				background: #260300;
			}
			
#main-wrap {
	background: url('../images/locks.png') center top no-repeat;
	background-size: 90% auto;
	margin-top: -340px;
	z-index: 2;
	position: relative;
	padding-bottom: 20px;
}


	#main-content {
		margin-top: 290px;
	}
	
	#content-area {
		background: url('../images/content-area-background.png') top left repeat;
		border: 5px solid #a50b00;
		border-radius: 25px;
		width: 50%;
		max-width: 1350px;
		margin-bottom: 40px;
		padding: 5px 10px;
		min-height: 1020px;
	}
	
	#content-area img#homeimg {
		width: 90%;
	}
	
	h2 {
		color: #fff;
		font-size: 2em;
		margin: 20px 0 40px 0;
		text-align: center;
	}
	
	ol {
		padding-left: 60px;
		font-size: 1em;
	}
	
	.inst {
		list-style: none;
		padding-left: 60px;
	}
	
	#triangle {
		font-size: .9em;
		text-align: center;
	}
	
	#tri-image{
		max-width: 50%;
	}
	
	p {
		color: #fff;
		margin: 20px 0;
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	
	ul.product-wrap {
			width: 100%;
			list-style: none;
			display: -webkit-flex;
			display: -moz-flex;
			display: -o-flex;
			display: -ms-flex;
			display: flex;
		   -webkit-flex-direction: row;
		   -moz-flex-direction: row;
		   -o-flex-direction: row;
		   -ms-flex-direction: row;
		   flex-direction: row;
	}
	
	ul.product-wrap li  {
		-webkit-box-flex: 1;
	}
	
	.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	
	ul.product-wrap li.item-info {
		-webkit-box-flex: 2;
	}
	
	.product-wrap .item-info ul {
		list-style: none;
		margin-top: 50px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.product-wrap .item-info ul li {
		color: #fff;
		font-size: 1em;
		padding: 5px;
	}
	
	.button {
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		background: #a50b00;
		padding: 5px;
		border: 0;
		border-radius: 10px;
		line-height: 50px;
		margin-top: 80px;
	}
	
	.button img.paypal {
		width: 20px;
		float: right;
		margin: 10px 5px 5px;
	}
	
	#contact {
		width: 80%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	#contact ul {
		list-style: none;
		flex: 2;
		-webkit-flex: 2;
		-moz-flex: 2;
		-o-flex: 2;
		-ms-flex: 2;
	}
	
	#contact ul li {
		padding: 3px 0;
		font-size: 1.3em;
	}
	
	#contact img {
		width: 150px;
		flex: 1;
		-webkit-flex: 1;
		-moz-flex: 1;
		-o-flex: 1;
		-ms-flex: 1;
		
	}
	
	.gal {
		width: 95%;
		margin: 10px 0;
	}
	
	form#form1 {
		width: 80%;
	}
	
	#ver {
		width: 20%;
		height: 5%;
		margin-top: 10px;
	}
	
	label {
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.6em;
	}
	
	form#form1 input,
	form#form1 textarea{
		width: 100%;
		padding: 5px;
		border: 3px solid #a50b00;
		margin-right: 10px;
		border-radius: 10px;
	}
	
	form textarea {
		height: 200px;
	}
	
	a#return {
		display: block;
		background: #a50b00;
		color: #fff;
		border: 3px solid #fff;
		border-radius: 10px;
		text-decoration: none;
		font-size: 1.2em;
		text-align: center;
		padding: 10px 20px;
		width: 50%;
	}
	
	a#return:hover {
		background: #fff;
		color: #a50b00;
		border: 3px solid #a50b00;
	}
	
	form#form1 input#submit {
		font-size: 1.5em;
		color: #a50b00;
		width: 100px;
	}
	
	#foot-wrap {
		background: #000;
	}
	
	footer {
		color: #fff;
		font-size: .7em;
		width: 80%;
		padding-bottom: 200px;
	}
	
	footer ul {
		list-style: none;
		color: #fff;
		margin-bottom: 200px;
		display: -webkit-flex;
			display: -moz-flex;
			display: -o-flex;
			display: -ms-flex;
			display: flex;
		   -webkit-flex-direction: row;
		   -moz-flex-direction: row;
		   -o-flex-direction: row;
		   -ms-flex-direction: row;
		   flex-direction: row;
	}
	
	footer ul li {
		margin-top: 20px;
	}
	
	footer ul li a {
		color: #fff;
		text-decoration: none;
		
	}
	
	footer ul li a:hover {
		color: #a50b00;
	}
	
	.instructions {
		background: #a50b00;
		color: #fff;
		width: 95%;
		padding: 10px 0;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: .8em;
		line-height: 1;
	}
	
	.socials ul {
		list-style: none;
		float: right;
		width: 160px;
	}
	
	.socials ul li {
		float: left;
	}
	
	.socials ul li a img {
		width: 30px;
		padding-left: 10px;
	}
	
	.socials ul li a img.kick {
		width: 130px;
	}
	
	.Buy-Now-Link { text-decoration: none;}
	
	.Buy-Now {
		display:block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		font-size: 210%;
		background: #ff0403;
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
	}
	
	.about-image {
		display:block;
		width: 100%;
		margin: 20px auto;
	}
	@media only screen and (max-width: 400px) {
	.logo-container img {
		width: 100%;
	}
}
	
/*****************************************************/
					/**MEDIA QUERIES**/
/*****************************************************/


@media only screen and (min-width: 1005px) {
header {
	background: url('../images/header.jpg') center bottom no-repeat;
	background-size: 100% auto;
}
	
	nav ul {
		margin-right: 70px;
		margin-top: 0px;
	}
	nav ul li a {
		font-size: 1.5em;
	}
	
	img#number {
		top: 120px;
	}
}

@media only screen and (max-width: 860px) {
	
	nav {
		margin-top: 0px;
	}
	
	nav ul {
		width: 150px;
		margin-right: auto;
		margin-left: 400px;
		font-size: 1em;
	}
	
	nav ul li {
		display: block;
	}	
	
	nav ul li a {
		padding: 5px 0;
		font-size: 1.5em;
	}
	
	#main-wrap {
		margin-top: -250px;
	}
	
	img#number {
		top: 180px;
	}
	
	body {
		font-size: 10px;
	}
	
	
	#main-content {
		margin-top: 175px;
	}
	
	#content-area {
		min-height: 650px;
	}
	
	footer ul {
		display: block;
		width: 250px;
		text-align: center;
	}
	
	footer ul li {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 760px) {
	#main-wrap {
		background-size: 100% auto;
	}
	
	#content-area {
		width: 60%;
	}
	
	nav ul {
		margin-left: 300px;
	}
}

@media only screen and (max-width: 675px) {
	ul.product-wrap {
			display: block;	
	}
	
	.button {
		margin-top: 20px;
	}
	
	.product-wrap .item-info ul {
		list-style: none; 
		margin-top: 15px;
		display: block;
		
	}
	
	nav ul {
		margin-left: 200px;
	}
	
	#contact {
		display: block;
	}
}


@media only screen and (max-width: 660px){
	nav ul {
		margin-left: 50%;
	}
}

@media only screen and (max-width: 560px){
	nav ul {
		margin-left: 250px;
	}
}

@media only screen and (max-width: 330px){
	nav ul {
		margin-left: 150px;
	}
}

@media only screen and (max-width: 430px) {
	header {
		height: 300px;
	}
	img#number {
		top: 170px;
	}
	#main-wrap {
		margin-top: -150px;
	}
	#main-content {
		margin-top: 100px;
	}
	
	#contact,
	form#form1{
		width: 100%;
	}
}

@media only screen and (max-width: 360px) {
	.product-wrap li img.product-image {
		width: 100%;
	}
	
	nav ul {
		margin-left: 150px;
	}
	
	#content-area {
		width: 80%;
		padding: 5px;
	}
	
	img#number {
		top: 150px;
		left: 30px;
		width: 80%;
	}
	
	form#form1 {
		margin-right: 40px;
	}
	
	form#form1 input,
	form#form1 textarea {
		margin-right: 30px;
	}
}