/*=========== fitquote main homepage style ===========*/
.black-box {
	position: relative;
	background-image: url(../images/bg/black-box-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


.pagelink {
	background-image: url(../images/banners/black-box-banner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	margin-top: 10px;
}
.pagelink a {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 29px;
	font-weight: bold;
	color: #333 !important;
	background-image: url(../images/icons/arrow_right_dark.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	width: 180px;
}
.pagelink a:hover {
	color: #FFF !important;
	background-image: url(../images/icons/arrow_right_white.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	width: 180px;
}

.black-box h1 {
	font-family: "nexa_boldregular", Arial, Tahoma, sans-serif;
	font-weight: 200;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}

.black-box h1:first-letter {
	color: #F63;
}

.bbContent {
	min-height: 400px;
	background-image: url(../images/bg/splat.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}
.bbContent p {
	color: #FFF;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 120px;
}
.sales-box-bg {
	background-image: url(../images/page-content/sales-box-img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 285px;
	margin-left: 7px;
}
.sales-box-bg a {
	color: #2F2F2F;
	height: 285px;
	display: block;
	text-indent: -99999px;
}
.deal-box-bg {
	background-image: url(../images/page-content/deal-box-img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 285px;
	margin-left: 7px;
}
.deal-box-bg a {
	color: #2F2F2F;
	height: 285px;
	display: block;
	text-indent: -99999px;
}
.ask-box-bg {
	background-image: url(../images/page-content/ask-box-img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 285px;
	margin-left: 7px;
}
.ask-box-bg a {
	color: #2F2F2F;
	height: 285px;
	display: block;
	text-indent: -99999px;
}
.bodybyvi-box-bg {
	background-image: url(../images/page-content/body-by-vi-img.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 285px;
	margin-left: 7px;
}
.bodybyvi-box-bg a {
	color: #2F2F2F;
	height: 285px;
	display: block;
	text-indent: -99999px;
}
.news-box-bg {
	background-image: url(../images/page-content/news-box-img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 285px;
	margin-left: 7px;
}
.news-box-bg a {
	color: #2F2F2F;
	height: 285px;
	display: block;
	text-indent: -99999px;
}
.main-box-shadow {
	background-color: #FFF;
	clear: both;
}
.main-box-shadow img {
	height: auto;
	width: 99%;
	clear: both;
	float: right;
}







/*================= latest & featured style ===========*/
div.latest, div.featured {
	clear: both;
}

/* ul */
div.latest ul,
div.featured ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*overflow: hidden;*/
	width: 100%;
	display: block;
}
div.latest ul li,
div.featured ul li {
	/*margin-b:30px;*/
	text-align: center;
	/* transition */
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 218px;
	/*float: left;*/
	display: block;
	/*margin-right: 20px;*/
	min-height: 320px;
	padding-bottom: 10px;
}
div.latest ul li:hover,
div.featured ul li:hover {

}
div.latest ul li div.img,
div.featured ul li div.img {
	position: relative;
	display: block;
	margin: 0 0 14px 0;
	overflow: hidden;
	height: 207px;
}
div.latest ul li div.img div.offer_icon,
div.featured ul li div.img div.offer_icon {
	position:absolute;
	top:0;
	left:0;
	width:86px;
	height:86px;
	display: block;
	z-index:0;
	background:url('../images/icons/offer_icon.png') no-repeat left top;
}
div.latest ul li div.img img,
div.featured ul li div.img img {
	border:none;
	width:100%;
	display:block;
}
/* hover over */
div.latest div.img div.hover_over,
div.featured div.img div.hover_over {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(255,255,255,0.8);
}
div.latest div.img div.hover_over a,
div.featured div.img div.hover_over a {
	text-indent: -999999px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-left: 0;
	display: block;
	width: 42px;
	height: 38px;
	background-color: #FF6633;
}
div.latest div.img div.hover_over a:hover,
div.featured div.img div.hover_over a:hover {
	background-color: #333;
}
div.latest div.img div.hover_over a.link,
div.featured div.img div.hover_over a.link {
	left:0; /*left:30%;*/
	background-image: url('../images/icons/link.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.latest div.img div.hover_over a.cart,
div.featured div.img div.hover_over a.cart {
	right:0; /*right:30%;*/
	background-image: url('../images/icons/cart.png');
	background-repeat:no-repeat; 
	background-position:50% 50%;
}
div.latest ul li h6,
div.featured ul li h6
{
	white-space: pre-line;
}
div.latest ul li h6 a, div.featured ul li h6 a {
	font-family: "nexa_boldregular", Arial, Tahoma, sans-serif;
	font-weight: 200;
	color: #F63;
	text-decoration: none;
}
div.latest a {
	color: #F63;
	margin: 0px;
	padding: 0px;
}
div.latest a:hover {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

div.latest p {
	line-height: 16px;
}
div.latest p strong {
	color: #FFF;
}



/* h5, h6 hover */
div.latest ul li:hover h5,
div.latest ul li:hover h6 a,
div.featured ul li:hover h5,
div.featured ul li:hover h6 a {
	color: #FFFFFF;
}
div.latest ul li:hover h6 a:hover,
div.featured ul li:hover h6 a:hover {
	text-decoration: underline;
}

div.latest ul li h5 span.sale_offer,
div.featured ul li h5 span.sale_offer {
	color:#999;
	text-decoration: line-through;
}
/*===== end it ========*/


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	div.latest ul li,
	div.featured ul li {
		width:172px;
	}
	div.latest ul li div.img,
	div.featured ul li div.img {
		height:161px;
	}


	/* brands */
	div.brands ul li {
		width:132px;
		height:90px;
		display: block;
	}
	div.brands ul li a {
		display: block;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


	/* latest & featured */
	div.latest ul li,
	div.featured ul li {
		width:200px;
		margin:0 5px 30px !important;
	}
	div.latest ul li div.img,
	div.featured ul li div.img {
		height:190px !important;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


	/* latest & featured */
	div.latest ul li,
	div.featured ul li {
		width:300px;
		margin-bottom:30px !important;
	}
	div.latest ul li div.img,
	div.featured ul li div.img {
		height:290px !important;
	}

	div.home_news {
		margin-top:60px;
	}


	div.brands ul li {
		width:138px;
		height:100px;
		display: block;
	}
	div.brands ul li a {
		display: block;
	}
}
