@charset "utf-8";
/* CSS Document */

div.content_inner {
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 3% 0;
	max-width:1130px;
	text-align: center;
 }

div.top {
	width:100%;
	height: 12%;
	margin: 0 0 3% 0;
	background-color: #292929;
 }
 
div.top_top {
	display: inline-block;
     width: 100%;
	 height: auto;
     min-height: 37px;
     margin: 30 auto;
 }
  
div.top_top img {
	float: left;
    width: auto;
    height: auto;
	padding-top: 0.3%;
	margin-left: 7%;
 }

div.columns {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2.5%
}
  
div.column_left {
	display: inline-block;
	width: 70%;
	min-width: 300px;
    height: auto;
	min-height:280px;
	margin-top: 1%;
	margin-right: 0.75%;
	mardin-left: 0.75%;
	vertical-align:top;
	padding-top: 1.5%;
	padding-bottom: 0%;
    background-color: #292929;
	border-radius: 4px;     
 }

div.column_left h1 {
	margin: 40px auto;
	position: relative;
	width: 60%;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }
  
div.column_left img {
	margin: 2%;
	width: 44%;
	height: auto;
	border-radius: 4px;
   } 
   
div.column_left .logo {
	margin: 3% 15%;
	width: 10%;
	height: auto;
	border-radius: 4px;
   } 
   
div.column_left #size {
	margin: 3% auto;
	width: 93%;
	height: auto;
	border-radius: 4px;
   } 
    
div.column_left p {
	position: relative;
	top: -20%;
	width: 92%;
	margin-top: 5%;
	margin-left: 4%;
	color: #fff;
	font-size: 14px;
	font-weight:100;
	text-align: justify;
	line-height:1.5;
	
 } 

div.column_right {
	display: inline-block;
	width: 20%;
	min-width: 300px;
	min-height:280px;
	margin-top: 1%;
	margin-right: 0.75%;
	mardin-left: 0.75%;
	vertical-align:top;
	padding-top: 1.5%;
	padding-bottom: 0%;
    background-color: #292929;
	border-radius: 4px;     
 }

div.column_right h1 {
	width: auto;
	margin: 3% auto;
	font-weight: 100;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }
  
div.column_right img {
	margin: 10px auto;
	width: 88%;
	height: auto;
	border-radius: 4px;
	
   }  
 
div.column_right p {
	position: relative;
	top: -15%;
	width: 90%;
	margin-left: 5%;
	color: #000;
	font-size: 14px;
	font-weight:100;
	text-align: justify;
	line-height:1.5;
 }

video {
	display: inline-block;
	width: 93%;
	min-width: 250px;
	margin: 0px auto;
	border:0;
	border-radius: 5px;
 }
 
div.button {
	margin: 60px auto;
	height: 30px;
 }
 
div.button a{
	
	padding: 1% 5%;
	font-weight: 200;
	font-size: 16px;
	background-color: #FF6400;
	border-radius: 2px;
	color: #FFF;  
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
 }
 

    
@media only screen and (max-width: 1000px) 
{
div.product {
	min-width: 300px;
 }   
   
video {
	min-width: 300px;
 }

div.product_line {
	min-width: 200px;
 } 
    
 } 