/*------- Created by BinaryNights LLC. - All rights reserved. -------*/


/*------- Main Page -------*/


html, body, img, div, span, p, h1, h2, h3, h4 { margin:0; padding:0; border:0; font-size: 100%; }

body
{
	background: #ffffff;
	overflow-x: hidden;
	font-family: "HelveticaNeueRegular", Helvetica, sans-serif; 
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	word-spacing: 1px;
	color: #777777;
	margin: 0;
	padding: 0;
	min-width: 1000px;
}

#page 
{ 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

#header 
{
	width: 100%; 
	height: auto; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	border-bottom: 1px solid #e5e5e5; 
	margin-bottom: 80px; 
}

#header #logo
{ 
	width: 220px; 
	height: 30px; 
	margin: 0 auto; 
	background: url("../images/main_logo.png") center top no-repeat; 
}

a
{
	color: #40bbf4;
	text-decoration: none;
	-webkit-transition: 0.3s;
   	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

a:hover
{
	color: #ffa200;
	text-decoration: underline;
}


h1, h2, h3, h4
{
	margin-top: 0;
	color: #333333;
	letter-spacing: 1px;
	-webkit-font-smoothing:antialiased;
	font-weight: normal;
}

h2
{
	font-size: 52px;
	text-align: center;
}

h3
{
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 40px;
}

h4
{
	font-size: 26px;
	line-height: 34px;
}

p
{
	color: #555555;
	line-height: 22px;
	font-size: 16px;
	word-spacing: 1px;
	letter-spacing: 0px;
}

::selection{
	background: #40bbf4;
	color: #ffffff;
}

#content #products #locko .buttons .colorbutton, #content #products #forklift .buttons .colorbutton, #content #products #lockoios .buttons .colorbutton
{
	width: 180px;
	height: 50px;
	border-radius: 10px;
	color: #ffffff;
	text-decoration: none;
	line-height: 50px;
	font-size: 18px;
	-webkit-transition: 0.3s;
   	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#content #products #locko .buttons a, #content #products #forklift .buttons a, #content #products #lockoios .buttons a
{
	 text-decoration: none;
}

#footer
{
	border-top: 1px solid #e5e5e5;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 80px;
	position:relative;
	display: inline-block;
}

#footer .copyright
{
	font-size: 14px;
	color: #aaaaaa;
	padding: 26px 0;
	word-spacing: 0px;
}


#content 
{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#content #products
{
	width: 940px;
	padding: 0 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	}

#content #products #locko, #content #products #forklift, #content #products #lockoios
{
	float: left;
	width: 260px;
}

#content #products #forklift, #content #products #locko
{
	margin-right: 80px;
}

#content #products #locko h1 a, #content #products #forklift h1 a
{
	font-size: 64px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 58px;
	margin-bottom: 0;
}

#content #products #locko h1 a
{
	color: #40bbf4;
	text-decoration: none;
}

#content #products #forklift h1 a
{
	color: #eab822;
	text-decoration: none;
}

#content #products #lockoios h1 a
{
	color: #4ddbdd;
	text-decoration: none;
	font-size: 64px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 58px;
	margin-bottom: 0;
}

#content #products #lockoios span
{
	font-size: 18px;
	line-height: 17px;
	border: 1px solid #4ddbdd;
	color: #4ddbdd;
	border-radius: 6px;
	padding: 3px 6px;
	margin: 9px 0 0 5px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0px;
}

#content #products #locko h2, #content #products #forklift h2, #content #products #lockoios h2
{
	color: #aaaaaa;
	font-size: 16px;
	margin-top: 0;
	letter-spacing: 0px;
}

#content #products #locko .icon, #content #products #forklift .icon, #content #products #lockoios .icon
{
	width: 260px;
	height: 260px;
	margin-top: 40px;
}

#content #products #locko .icon
{
	background: url("../images/main_icon-locko.png");
}

#content #products #forklift .icon
{
	background: url("../images/main_icon-forklift.png");
}

#content #products #lockoios .icon
{
	background: url("../images/main_icon-lockoios.png");
}

#content #products #locko .icon .badge
{
	background: url("../images/sale-badge.png");
	width: 150px;
	height: 150px;
	float: left;
	margin: -1px 0 0 0;
}

#content #products #forklift .icon .flbadge
{
	background: url("../images/sale-fl-badge.png") no-repeat;
	width: 150px;
	height: 150px;
	float: left;
	margin: 28px 0 0 104px;
}

#content #products #locko p, #content #products #forklift p, #content #products #lockoios p
{
	word-spacing: 1px;
	width: 260px;
	margin-top: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #777777;
}

#content #products #locko .buttons, #content #products #forklift .buttons, #content #products #lockoios .buttons
{
	margin-top: 40px;
	width: 180px;
	height: 50px;
}

#content #products #locko .buttons .colorbutton
{
	background: #40bbf4;
}

#content #products #forklift .buttons .colorbutton
{
	background: #eab822;
}

#content #products #lockoios .buttons .colorbutton
{
	background: #4ddbdd;
}

#content #products #locko .buttons .colorbutton:hover
{
	background: #76cff8;
}

#content #products #forklift .buttons .colorbutton:hover
{
	background: #f0cd64;
}

#content #products #lockoios .buttons .colorbutton:hover
{
	background: #74e6e8;
}

/*------- Retina Support -------*/


@media 
(-webkit-min-device-pixel-ratio: 1.25),
(min-device-pixel-ratio: 1.25),
(min--moz-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) 
{
    
    #header #logo
	{
		height: 30px;
		width: 220px;
		background: #ffffff url("../images/main_logo@2x.png") center top no-repeat;
		background-size: 100%;
	}
		
	#content #products #locko .icon
	{
		width: 260px;
		height: 260px;
		background: url("../images/main_icon-locko@2x.png");
		background-size: 100%;
	}
	
	#content #products #forklift .icon
	{
		width: 260px;
		height: 260px;
		background: url("../images/main_icon-forklift@2x.png");
		background-size: 100%;
	}
	
	#content #products #lockoios .icon
	{
		width: 260px;
		height: 260px;
		background: url("../images/main_icon-lockoios@2x.png");
		background-size: 100%;
	}
	
	#content #products #locko .icon .badge
	{
		background: url("../images/sale-badge@2x.png");
		width: 150px;
		height: 150px;
		background-size: 100%;
	}

	#content #products #forklift .icon .flbadge
	{
		background: url("../images/sale-fl-badge@2x.png");
		width: 150px;
		height: 150px;
		background-size: 100%;
	}

}

/*------- Mobile Layout -------*/


@media only screen and (max-width: 640px) and (orientation: portrait)
{

	body
	{
		min-width: 100%;
	}
	
	#header
	{
		margin-bottom: 60px;
	}
  
	#content
	{
		width: 100%;
	}
	#content #products #locko .buttons .colorbutton, #content #products #forklift .buttons .colorbutton, #content #products #lockoios .buttons .colorbutton
	{
		width: 90%;
	}
	
	#separator2
	{
		width: 100%;
		border-top: 1px solid #e5e5e5;
		display: inline-block;
		margin: 80px 0 60px 0;
	} 
	
	#footer
	{
		width: 100%;
		margin-top: 60px;
	}
	
	#content #products
	{
		width: 100%;
		padding: 0;
	}
	
	#content #products #locko, #content #products #forklift, #content #products #lockoios
	{
		width: 100%;
	}
	
	#content #products #locko p, #content #products #forklift p, #content #products #lockoios p
	{
		height: auto;
		width: 90%;
	}
	
	#content #products #forklift, #content #products #locko
	{
		margin-right: 0;
	}
	
	#content #products #locko .buttons, #content #products #forklift .buttons, #content #products #lockoios .buttons
	{
		width: 100%;
	}
    
}