﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
/*HOME
----------------------------------------------------------*/

.first_paragraph
{
	position: relative;
	float: left;
	display: block;
	width: 100%;
	color: white;
	text-align: justify;
}

.first_paragraph a
{
	color: white;
	font-weight: bold;
}

.home_brands
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.home_brands_img
{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 15px 10px 10px 10px;
}

.home_brands_img img
{
	display: block;
}

.time_clocks_range
{
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}

.time_clocks_range a
{
	text-decoration: none;
}

.alltime_AT900A_black
{
	position: absolute;
	top: 50px;
	left: 0;
	display: block;
	width: 110px;
	height: 150px;
	background-image: url('../img/alltime-AT900A-black.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 11;
}

.alltime_AT900A_text
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 235px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FCD116; /* gold */
	z-index: 11;
}

.face_recognition_system
{
	position: absolute;
	top: 50px;
	right: 0;
	display: block;
	width: 259px;
	height: 150px;
	background-image: url('../img/face-recognition-system.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 11;
}

.face_recognition_text
{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 200px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #FCD116; /* gold */
	z-index: 11;
}

.alltime_AT900A_desc, .face_recognition_desc
{
	background-color: white;
	padding: 5px 10px 35px 10px;
}

.alltime_AT900A_desc
{
	position: absolute;
	bottom: 0;
	left: 115px;
	display: block;
	width: 170px;
	height: auto;
}

.face_recognition_desc
{
	position: absolute;
	bottom: 0;
	right: 264px;
	display: block;
	width: 200px;
	height: auto;
}

.home_main_feature
{
	position: relative;
	text-align: left;
	vertical-align: top;
	color: black;
}

.home_main_feature b
{
	color: #73182C; /* maroon */
	font-weight: bold;
}

.home_main_feature .home_details_features
{
	display: block;
	padding-left: 22px;
	margin-bottom: 2px;
	background-image: url('../img/tick_mark.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.home_price
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 25px;
}

.home_price_text, a.home_view_details
{
	position: relative;
	display: block;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;

	padding: 0 5px 0 5px;
	font-weight: bold;
}

.home_price_text
{
	float: right;
	font-size: 16px;
	color: white;
	background-color: #73182C; /* maroon */
}

a.home_view_details
{
	float: left;
	font-size: 14px;
	border-style: none;
	text-decoration: none;

	color: #73182C; /* maroon */
	background-color: #FCD116; /* gold */
}

a.home_view_details:hover
{
	text-decoration: underline;
}

.home_hot_deals
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

.home_hot_deals_title
{
	display: block;
	width: 100%;
	font-size: 1.5em;
	font-variant: small-caps;
	text-transform: none;
	font-weight: bold;
	color: #FCD116; /* gold */
	margin: 10px 20px 5px 20px;
}

.home_hot_deals_divider
{
	display: block;
	width: auto;
	height: 2px;
	background-image: url('../img/hot-dealers-divider.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	margin:0px 20px 10px 20px;
}

.item_area
{
	position: relative;
	float: left;
	display: inline-block;
	margin: 10px 5px 10px 5px;
	width: 340px;
	max-height: 230px;
	font-size: 12px;
}

.item_show
{
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	width: auto;
	height: auto;
	text-align: center;
	z-index: 10;
}

.item_show_main
{
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	text-decoration: none;
	padding: 5px;
	margin-top: 5px;
	background: white;
}

.item_show_main .show_image
{
	position: relative;
	display: block;
	float: left;
	max-height: 100px;
	max-width: 150px;
	background: transparent;
	border-style: none;
	margin-right: 5px;
}

.item_show_main .show_image img
{
	display: block;
	margin: auto;
	max-width: 150px;
	border-style: none;
}

.item_show_main .main_features
{
	display: block;
	float: right;
	width: 175px;
	text-align: left;
	vertical-align: top;
	color: black;
}

.item_show_main .main_features .pd_details_features
{
	display: block;
	padding-left: 22px;
	margin-bottom: 2px;
	background-image: url('../img/tick_mark.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.item_title
{
	position: relative;
	display: block;
	background: transparent;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
}

.item_show_price
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 25px;
	width: 95%;
}

.item_show_price_text, a.view_details, .calculating
{
	position: relative;
	display: block;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;

	padding: 0 5px 0 5px;
	font-weight: bold;
}

.item_show_price_text
{
	float: right;
	font-size: 16px;
	color: white;
	background-color: #73182C; /* maroon */
}

a.view_details 
{
	float: left;
	font-size: 14px;
	border-style: none;
	text-decoration: none;

	color: #73182C; /* maroon */
	background-color: #FCD116; /* gold */
}

a.view_details:hover
{
	text-decoration: underline;
}

.calculating
{
	float: right;
	margin-right: 5px;
	font-size: 14px;
	color: #FCD116; /* gold */
	background-color: #73182C; /* maroon */
}

.item_hidden_transparency
{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 185px;
	overflow: hidden;
	background-color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* for IE8 */
	filter: alpha(opacity=100); /* for IE5-7 */
	opacity: 1; /* for all other browsers */
	z-index: 8;
}

.item_hidden_show
{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	padding: 25px 5px 5px 5px;
	color: black;
	width: 185px;
	overflow: hidden;
	z-index: 9;
}

.item_area:hover .item_hidden_transparency
{
	display: block;
	z-index: 11;
}

.item_area:hover .item_hidden_show
{
	display: block;
	z-index: 12;
}

.item_area:hover .main_features{display:none;}
.item_area:hover .item_show_price_text{display:none;}
.item_area:hover .calculating{display:none;}

.item_area .item_desc
{
	display: block;
	width: 100%;
	height: auto;
	text-align: justify;
}

.item_area .item_desc b
{
	display: inline-block;
	font-weight: bold;
	color: #73182C; /* maroon */
}

.item_area table.item_price
{
	width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	font-size: 12px;
	line-height: 22px;
	border-collapse: collapse;
}

table.item_price tr.price_row label
{
	font-size: 16px;
	font-weight: bold;
}

table.item_price tr.price_row label.item
{
	color: #FCD116; /* gold */
}

table.item_price tr.price_row label.package
{
	color: #73182C; /* maroon */
}

table.item_price input.btnAddToCart
{
	vertical-align: -5px;
}
/*Sale*/
.salehome{font-family:'Noto Sans',sans-serif;position:absolute;display:inline-block;float:right;top:-30px;right:0;background:#e51400;letter-spacing:1px;color:#f0f0f0;height:30px;width:30px;text-align:center;vertical-align:middle;line-height:30px;margin:10px;transform:rotate(-20deg);animation:beat 1s ease infinite alternate;font-size:10px;font-weight:700}.salehome:after,.salehome:before{content:"";position:absolute;background:inherit;height:inherit;width:inherit;top:0;left:0;z-index:-1;transform:rotate(30deg)}.salehome:after{transform:rotate(60deg)}@keyframes beat{from{transform:rotate(-20deg) scale(1)}to{transform:rotate(-20deg) scale(1.1)}}