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

/* Negozio Preciso CSS v1.0 - Designed and built by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/* Typography */
* {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	line-height: 30px;
}
h3 {
	font-size: 25px;
	line-height: 25px;
}
h4 {
	font-size: 20px;
	line-height: 20px;
}
h5 {
	font-size: 15px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 15px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #FC0;
}
a, a:hover {
	text-decoration: none;
	transition: color linear 0.25s;
	-ms-transition: color linear 0.25s;
	-moz-transition: color linear 0.25s;
	-webkit-transition: color linear 0.25s;
	-o-transition: color linear 0.25s;
}
.margin-bottom {
	margin-bottom: 40px;
}
.margin-top {
	margin-top: 40px;
}
/* General */
html {
	overflow-x: hidden;
}
body {
	background: #FFF;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
/* Breadcrumb */
.breadcrumb {
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
	background: none;
	border-radius: 0;
}
.breadcrumb li {
	text-shadow: none;
}
.breadcrumb li .divider {
	color: #E5E5E5;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li a:hover {
	color: #0CC;
}
.breadcrumb .active {
	color: #999;
}
.p404 {
	padding: 50px 0;
	text-align: center;
}
.btn.p404 {
	margin-bottom: 40px;
	padding: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn.p404:hover {
	background: #FC0;
	color: #FFF;
}
/* Logo */
#logo {
	margin: 10px auto;
	text-align: center;
	display: block;
}
#logo img {
	display: inline-block;
}
/* Header */
.header {
	background: #F9F9F9;
	line-height: 40px;
}
.header .nav {
	margin-bottom: 0;
	width: auto;
}
.header .nav li a {
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	line-height: 40px;
	color: #999;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .nav li a:hover, .header .nav li.active a, .header .nav li.active a:hover {
	background: #F0F0F0;
	color: #333;
}
/* Header Currency */
.header .currency {
	margin-left: 20px;
	float: right;
}
.header .currency li {
	margin: 0;
	padding: 0;
}
.header .currency li a {
	padding: 0;
	width: 40px;
	color: #999;
	text-align: center;
}
/* Header Login */
.header .log-reg {
	margin-bottom: 0;
	float: right;
}
.header .log-reg a {
	margin-left: 20px;
	color: #999;
	display: block;
	float: left;
}
.header .log-reg a:hover {
	color: #0CC;
}
/* Header Cart */
.header .cart {
	padding-left: 20px;
	border-left: 1px solid #F0F0F0;
	position: relative;
	float: right;
}
.header .cart:hover {
	background: #FFF;
}
.header .cart p {
	margin: 0;
	font-weight: bold;
	float: right;
}
.header .cart p span {
	font-weight: normal;
	color: #999;
}
.header .cart i {
	margin-left: 15px;
	width: 40px;
	height: 40px;
	background: #F0F0F0;
	font-size: 15px;
	line-height: 40px;
	color: #CCC;
	text-align: center;
	float: right;
}
.header .cart.on i {
	background: #FC0;
	color: #FFF;
}
.header .cart .cart-content {
	padding: 20px 19px 19px 19px;
	width: 260px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 0;
	position: absolute;
	top: 30px;
	right: 9999px;
	z-index: 9999;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.header .cart:hover .cart-content {
	padding: 20px 19px 19px 19px;
	width: 260px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 1;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 9999;
}
.header .cart .cart-content .mini-cart-info h3 {
	margin-bottom: 20px;
}
.header .cart .cart-content .mini-cart-info p {
	font-weight: normal;
	float: left;
}
.header .cart .cart-content .mini-cart-info ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-info li {
	margin-bottom: 10px;
	padding-bottom: 9px;
	height: 70px;
	border-bottom: 1px dotted #E5E5E5;
	text-align: left;
}
.header .cart .cart-content .mini-cart-info li a img {
	margin-right: 10px;
	padding: 9px;
	width: 65px;
	height: 50px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	float: left;
}
.header .cart .cart-content .mini-cart-info li a img:hover {
	opacity: 0.5;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .mini-cart-info li .mini-cart-detail {
	padding: 5px 0;
	width: 165px;
	text-align: left;
	float: left;
}
.header .cart .cart-content .mini-cart-info li h5 a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	display: block;
}
.header .cart .cart-content .mini-cart-info li h5 a:hover {
	color: #0CC;
}
.header .cart .cart-content .mini-cart-info li em {
	color: #CCC;
	display: block;
}
.header .cart .cart-content .mini-cart-info li p {
	color: #0CC;
}
.header .cart .cart-content .mini-cart-info li p span {
	margin-right: 5px;
	color: #CCC;
	text-decoration: line-through;
}
.header .cart .cart-content .mini-cart-total ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-total li {
	color: #999;
	text-align: right;
}
.header .cart .cart-content .mini-cart-total li span {
	width: 70px;
	font-weight: bold;
	color: #333;
	display: block;
	float: right;
}
.header .cart .cart-content .mini-cart-total .total {
	margin: 10px 0 20px 0;
	padding-top: 19px;
	border-top: 1px solid #CCC;
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.header .cart .cart-content .mini-cart-total .total span {
	color: #333;
}
.header .cart .cart-content .checkout .btn {
	padding: 0;
	width: 50%;
	height: 40px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .checkout .btn-checkout {
	background: #333;
}
.header .cart .cart-content .checkout .btn:hover {
	background: #0CC;
}
.bordered {
	margin: 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #FFF;
}
/* Navbar */
.navbar-cont {
	margin: 0;
	background: #ff8d1d;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inner {
	padding: 0;
	background: none;
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.navbar-inner .btn-navbar {
	margin: 0 auto;
	padding: 10px 0;
	height: 20px;
	background: #F9F9F9;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-shadow: none;
	text-transform: uppercase;
	float: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.navbar-inner .btn-navbar i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.navbar-inner .btn-navbar:hover {
	color: #333;
}
.navbar-inner .btn-navbar:hover i {
	opacity: 1;
}
.navbar-inner .nav {
	margin: 0;
	float: left;
}
.navbar-inner .nav li {
	filter: none;
	position: relative;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.navbar-inner .nav li:hover {
	background: #0CC;
	filter: none;
}
.navbar-inner .nav li a {
	margin-bottom: 0;
	padding: 5px 18px;
	height: 40px;
	border-radius: 0;
	font: normal 16px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	float: left;
	transition: padding linear 0.25s;
	-ms-transition: padding linear 0.25s;
	-moz-transition: padding linear 0.25s;
	-webkit-transition: padding linear 0.25s;
	-o-transition: padding linear 0.25s;
}
.navbar-inner .nav li a:hover {
	color: #FFF;
}
.navbar-inner .nav li.active a, .navbar-inner .nav li.active a:hover {
	background: #FC0;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
	background-color: inherit;
}
.navbar-inner .nav li i {
	margin-right: -20px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: right;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.navbar-inner .nav li:hover i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown .dropdown-toggle:hover {
	background: none;
	box-shadow: none;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li .dropdown-menu {
	padding: 20px;
	margin: 0;
	width: 180px;
	background: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	list-style: none;
	opacity: 0;
	display: inherit;
	position: absolute;
	top: 30px;
	left: -9999px;
	float: none;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.navbar-inner .nav li:hover .dropdown-menu {
	opacity: 1;
	top: 40px;
	left: 0;
}
.navbar-inner .nav li .dropdown-menu:before, .navbar-inner .nav li .dropdown-menu:after {
	display: none;
}
.navbar-inner .nav li .dropdown-menu li a, .navbar-inner .nav li.active .dropdown-menu li a {
	padding: 0;
	height: 29px;
	background: none;
	filter: none;
	border-top: 1px dotted #E5E5E5;
	font: normal 12px/29px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	text-transform: none;
	float: none;
}
.navbar-inner .nav li .dropdown-menu li:first-child a, .navbar-inner .nav li.active .dropdown-menu li:first-child a {
	height: 30px;
	border-top: none;
	line-height: 30px;
}
.navbar-inner .nav li .dropdown-menu li:hover {
	background: none;
	filter: none;
}
.navbar-inner .nav li .dropdown-menu li:hover a, .navbar-inner .nav li .dropdown-menu li.active a {
	color: #0CC;
}
/* Header Search */
.header-search {
	margin: 0;
	float: right;
}
.header-search input[type=text] {
	margin: 0;
	padding: 5px 10px;
	height: 30px;
	background: #555;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #CCC;
	text-transform: uppercase;
	float: left
}
.header-search button {
	padding: 0;
	width: 40px;
	height: 40px;
	background: #111;
	border: none;
	border-left: none;
	color: #CCC;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header-search button:hover {
	color: #FFF;
}
.date {
	margin: 10px 0;
	padding: 10px;
	background: #F9F9F9;
	color: #999;
	display: block;
}
.date a {
	color: #0CC;
}
.date a:hover {
	color: #333;
}
/* Lists */
.list-desc {
	margin: 0 0 35px 0;
	list-style: none;
}
.list-desc li {
	margin-bottom: 5px;
	font: 14px/14px Arial, Helvetica, sans-serif;
	color: #666666;
}
.list-desc li i {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	line-height: 30px;
	font-size:14px;
	color:#FFCC00;
	text-align: center;
	display: inline-block;
}
.small-desc {
	margin-bottom: 40px;
	color: #999;
}
.small-desc a {
	color: #0CC;
}
.small-desc a:hover {
	color: #333;
}
/* About Lists */	
.about-list li {
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}
.about-list li .thumbnail .about-thumb {
	margin-bottom: 20px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .about-thumb {
	border-radius: 100%;
}
.about-list li .thumbnail .icon-service {
	margin: 0 auto 10px;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	font-size: 60px;
	line-height: 90px;
	text-align: center;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .icon-service {
	background: #FC0;
	font-size: 65px;
	color: #FFF;
}
.about-list li .thumbnail .caption {
	padding: 0;
}
.about-list li .thumbnail .caption h3 a {
	color: #0CC;
}
.about-list li .thumbnail .caption h3 a:hover {
	color: #333;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 55px;
	height: 40px;
}
.about-list li .thumbnail p {
	margin-bottom: 0;
}
.about-list li .thumbnail .progress {
	margin-bottom: 0;
}
/* Progress Bar */
.progress {
	margin-top: 10px;
	background: #F0F0F0;
	border-radius: 0;
	box-shadow: none;
}
.progress .bar {
	margin: auto;
	text-shadow: none;
	background: #333;
	box-shadow: none;
	float: none;
}
/* Address */
address a {
	color: #0CC;
}
address a:hover {
	color: #333;
}
/* Contact Forum and Map */
.map-form input, .map-form textarea, .map-form select {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}
.map-form select:focus {
	border-color:rgba(82,168,236,0.8);
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)
}
.map-form button {
	padding: 0 10px;
	height: 30px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: 30px;
	color: #FFF;
	text-shadow: none;
}
.map-form button:hover {
	background: #FC0;
	color: #FFF;
}
/* Products Filter */
.products-filter {
	margin-bottom: 20px;
	margin-left: 0;
	padding: 14px 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
	line-height: 30px;
}
.products-filter p {
	margin-bottom: 0;
	float: left;
}
.products-filter p a {
	margin-right: 20px;
	font-size: 14px;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
.products-filter p a:hover, .products-filter p a.active {
	color: #0CC;
}
.products-filter p a i {
	margin-right: -22px;
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-filter p a.active i {
	background: #FC0;
}
.products-filter p a i:hover, .products-filter p a.active i:hover {
	background: #0CC;
}
.products-filter select {
	margin-bottom: 0;
	margin-left: 20px;
	padding: 5px;
	width: 150px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
	float: right;
}
.select-option h5 {
	margin-bottom: 10px;
}
.select-option fieldset {
	margin: 0 0 20px 0;
	padding-bottom: 19px;
	border-bottom: 1px dashed #E5E5E5;
}
.select-option label {
	margin-bottom: 0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.select-option select {
	margin-bottom: 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
}
/* Accordion */
.accordion {
	margin-bottom: 40px;
}
.accordion-group {
	margin-bottom: 0;
	border: 1px solid #E5E5E5;
	border-radius: 0;
}
.accordion-heading .accordion-toggle {
	padding: 10px 15px;
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #0CC;
	text-transform: uppercase;
}
.accordion-heading .accordion-toggle:hover {
	color: #333;
}
.accordion-inner {
	padding: 14px 19px;
	background: #F9F9F9;
}
.accordion-inner ul {
	margin-bottom: 0;
}
.accordion-inner ul li {
	margin-bottom: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid #E5E5E5;
}
.accordion-inner ul li p {
	margin-bottom: 0;
}
.accordion-inner h5 {
	margin-bottom: 10px;
}
/* Pagination */
.pagination {
	margin-top: 0;
	margin-bottom: 40px;
	height: 30px;
}
.pagination ul {
	margin: 0;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
}
.pagination ul li a {
	padding: 0;
	width: 29px;
	height: 28px;
	line-height: 28px;
	color: #999;
	text-align: center;
	border: 1px solid #F0F0F0;
	border-left: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.pagination ul li a:hover {
	background: #F9F9F9;
	color: #333;
}
.pagination ul li.active a, .pagination ul li.active a:hover {
	background: #FC0;
	border-color: #FC0;
	color: #FFF;
}
.pagination ul li a i {
	line-height: 28px;
	color: #CCC;
	display: block;
}
.pagination ul li:first-child a {
	width: 28px;
	border-left: 1px solid #F0F0F0;
	border-radius: 0;
}
.pagination ul li:last-child a {
	border-radius: 0;
}
/* Alert */
.alert {
	margin-bottom: 40px;
	padding: 9px 34px 9px 19px;
	text-shadow: none;
	border-radius: 0;
}
.alert .close {
	top: 0px;
	right: -25px;
}
/* Sidebar */
.sidebar {
	margin-top: 40px;
	margin-bottom: 40px;
}
.sidebar h3 {
	margin-bottom: 20px;
}
.sidebar .nav-stacked {
	margin-bottom: 20px;
	list-style: none;
}
.sidebar .nav-stacked li a {
	border-bottom: 1px dotted #E5E5E5;
	line-height: 29px;
	color: #999;
	float: none;
}
.sidebar .nav-stacked li a:hover, .sidebar .nav-stacked li.active a {
	background: none;
	color: #0CC;
}
.sidebar select {
	border-color: #E5E5E5;
	border-radius: 0;
}
.sidebar p a {
	color: #0CC;
}
.sidebar p a:hover {
	color: #333;
}
/* Media Galler */
.media-gallery {
	margin: 40px 0;
	list-style: none;
	overflow: auto;
}
.media-gallery li {
	margin-left: 0;
	padding: 9px;
	width: 115px;
	border: 1px dotted #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	float: left;
}
.media-gallery li:first-child {
	padding: 9px;
	width: 250px;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}
/* Product List */
.products-list {
	padding-top: 15px;
	background: #F9F9F9 url(../img/bg-line-vert.png);
	box-shadow: 0 -10px 0 rgba(0,0,0,0.1);
	position: relative;
}
.products-list-small {
	background: #FFF;
	box-shadow: none;
}
.products-list-simple {
	padding-top: 0;
	background: none;
	box-shadow: none;
}
.products-list-small .nav-tabs {
	line-height: 25px;
	border-bottom: none;
	text-align: center;
}
.products-list-small .nav-tabs a {
	margin-left: 20px;
	padding-left: 20px;
	height: 25px;
	border-left: 1px solid #E5E5E5;
	font: normal 25px/25px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	display: inline-block;
}
.products-list-small .nav-tabs a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.products-list-small .nav-tabs a span {
	color: #E5E5E5;
	display: inline-block;
}
.products-list-small .nav-tabs a.active {
	color: #666;
}
.products-list-small .nav-tabs a.active span {
	color: #FC0;
}
.products-list h3 {
	margin-bottom: 20px;
	text-align: center;
}
.products-list ul {
	margin-bottom: 0;
}
.products-list li {
	margin-bottom: 40px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .opacity1{
	opacity:1;
}
.products-list li .thumbnail {
	padding: 9px;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 0;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.products-list-small li .thumbnail {
	padding-bottom: 0;
	border: 1px dotted #E5E5E5;
	box-shadow: none;
}
.products-list-simple li .thumbnail {
	box-shadow: none;
}
.products-list li .thumbnail a.thumb {
	margin-bottom: 10px;
	display: block;
}
.products-list li .thumbnail a.thumb img {
	margin: auto;
	display: block;
	border:2px solid #ffffff;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li:hover .thumbnail a.thumb img {
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	/*border:2px solid #DDDDDD;*/
}
.products-list li .thumbnail a.folio {
	display: block;
}
.products-list li .thumbnail .folio-detail {
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.25);*/
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail:hover .folio-detail {
	opacity: 1;
}
.products-list li .thumbnail .folio-detail a {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: #FC0;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail .folio-detail a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0CC;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.products-list li .thumbnail .folio-detail a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.products-list li .thumbnail p {
	margin-bottom: 0;
	text-align: center;
}
.products-list li .thumbnail p a {
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	display: block;
}
.products-list-small li .thumbnail p a {
	min-height: 40px;
}
.products-list li .thumbnail p a:hover {
	color: #0CC;
}
.products-list li p.rating {
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
	text-align: center;
}
.products-list li .rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.products-list li .rating span {
	display: none;
}
.products-list li .thumbnail .price {
	margin-bottom: 10px;
	font-size: 14px;
	color: #0CC;
}
.products-list li .thumbnail .ordernow{
	background-color:#FFCC00;
	margin:10px 20px 20px;
}
.products-list li .thumbnail .ordernow a{
	font-style:italic;
	color:#FFF;
	padding:10px 0px;
	font-size:26px;
	text-transform:none;
	line-height:1.2;
}
.products-list li .thumbnail .ordernow a:hover{
	background-color:#00CCCD;
	color:#FFF;
}
.products-list li .thumbnail .freequote{
	background-color:#BB77BB;
	margin:10px 20px 20px;
}
.freequote-big a{
	background-color:#BB77BB;
	margin: 0;
	width: 100%;
	height: 40px;
	color: #FFF;
	font-size: 38px;
	font-style: italic;
	display: block;
	padding-top: 20px;
	text-align: center;
}
.ordernow-big a{
	background-color: #FFCC00;
	margin: 0;
	width: 100%;
	height: 40px;
	color: #FFF;
	font-size: 38px;
	font-style: italic;
	display: block;
	padding-top: 20px;
	text-align: center;
}
.ordernow-big a:hover, .freequote-big a:hover{
	background-color: #0CC;
}
.products-list li .thumbnail .freequote a{
	font-style:italic;
	color:#FFF;
	padding:10px 0px;
	font-size:26px;
	text-transform:none;
	line-height:1.2;
}
.products-list li .thumbnail .freequote a:hover{
	background-color:#00CCCD;
	color:#FFF;
}
.products-list li .thumbnail .price span {
	margin-right: 5px;
	font-weight: normal;
	color: #CCC;
	text-decoration: line-through;
}
.products-list li .thumbnail input[type=button] {
	margin: 0 0 0 -55px;
	padding: 0;
	width: 110px;
	height: 110px;
	background: #0CC;
	border: 5px solid #FFF;
	border-radius: 100%;
	box-shadow: none;
	font: normal 14px/100px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: -110px;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li:hover .thumbnail input[type=button] {
	top: -20px;
}
.products-list li:hover .thumbnail input[type=button]:hover {
	background: #FC0;
}
.products-list-small li .thumbnail input[type=button] {
	margin: 0 auto;
	padding: 0 10px;
	width: inherit;
	height: 40px;
	background: #F0F0F0;
	border: none;
	border-radius: 0;
	line-height: 40px;
	color: #FFF;
	position: inherit;
	top: inherit;
	left: inherit;
}
.products-list-small li:hover .thumbnail input[type=button] {
	top: inherit;
}
.products-list-small li:hover .thumbnail input[type=button]:hover {
	background: #0CC;
	color: #FFF;
}
.add-list-detail, .add-comp-detail {
	margin-bottom: 40px;
	width: 40px;
	height: 40px;
	background: #CCC;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	display: block;
	float: left;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.add-list-detail i, .add-comp-detail i {
	color: #FFF;
}
.add-list-detail:hover, .add-comp-detail:hover {
	background: #FC0;
}
.add-list-detail:hover i, .add-comp-detail:hover i {
	color: #FFF;
}
.products-list li .thumbnail .add-list, .products-list li .thumbnail .add-comp {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.25);
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li .thumbnail .add-list {
	left: 5px;
}
.products-list li .thumbnail .add-comp {
	right: 5px;
}
.products-list li .thumbnail:hover .add-list {
	opacity: 1;
	left: 0;
}
.products-list li .thumbnail:hover .add-comp {
	opacity: 1;
	right: 0;
}
.products-list li .thumbnail:hover .add-list:hover, .products-list li .thumbnail:hover .add-comp:hover {
	width: 100%;
	background: #FC0;
	z-index: 2;
}
.products-list li .thumbnail .add-list i, .products-list li .thumbnail .add-comp i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	opacity: 0.5;
}
.products-list li .thumbnail .add-list:hover i, .products-list li .thumbnail .add-comp:hover i {
	opacity: 0.75;
}
.products-list-small li .thumbnail .add-list, .products-list-small li .thumbnail .add-comp {
	display: none;
}
.products-list li .thumbnail .new {
	padding: 0 10px;
	background: #AD0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 0;
}
.products-list li .thumbnail .sale {
	padding: 0 10px;
	background: #F33;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 0;
}
.product-info {
	margin: 20px 0;
}
/* Blog List */
.blog-list {
	margin: 40px 0 0 0;
	list-style: none;
}
.blog-list li {
	margin: 0 0 40px 0;
	padding-bottom: 39px;
	border-bottom: 1px dashed #E5E5E5;
}
.blog-list li a {
	color: #0CC;
}
.blog-list li a:hover {
	color: #333;
}
.blog-list li .thumbnail {
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
.blog-list li .blog-thumb {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li:hover .blog-thumb {
	opacity: 1;
}
.blog-list li .blog-thumb a {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: #FC0;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.blog-list li .blog-thumb a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0CC;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.blog-list li .blog-thumb a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.blog-list li h3 a {
	margin-bottom: 15px;
	display: block;
}
.blog-list li .btn {
	padding: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li .btn:hover {
	background: #FC0;
	color: #FFF;
}
/* Media List */
.media-list {
	margin-bottom: 40px;
}
.media-list a {
	color: #0CC;
}
.media-list a:hover {
	color: #333;
}
.media-list .media {
	margin-top: 10px;
}
.media-list .media:first-child {
	margin-top: 0px;
}
.media-list .media.simple {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dotted #CCC;
}
.media-list .media.simple:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.media-list a.thumb, .media-list a.thumb img, .forum-thumb, .forum-thumb img {
	width: 100px;
	height: 100px;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.media-list .media .media a.thumb, .media-list .media .media a.thumb img {
	width: 50px;
	height: 50px;
}
.media-list a.thumb:hover {
	opacity: 0.5;
}
.media-list .media .media-body {
	padding: 19px;
	background: #FFF;
	border: 1px dotted #CCC;
}
.media-list .media .media-body:first-child {
	padding: 20px;
	border: none;
}
.media-list .media.simple .media-body {
	padding: 0px;
	background: none;
	border: none;
}
.media-list .media .media {
	margin-left: 85px;
}
.media-list .media .media:first-child {
	margin-top: 10px;
}
.media-list .media .media .media-body {
	background: #F9F9F9;
}
.media-list .media .media-body h4 {
	margin: 0px 10px 0px 0px;
	width: auto;
	min-height: 20px;
	color: #C06;
	float: left;
}
.media-list .media .media-body p {
	margin-bottom: 0px;
}
.media-list .media .media-body a.reply {
	margin-top: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	opacity: 0.15;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.media-list .media .media-body a.reply:hover {
	background: #FC0;
}
.media-list .media-body a.reply-forum {
	opacity: 0.25;
}
.media-list .media-body:hover a.reply-forum {
	opacity: 1;
}
.media-list .media .media-body:hover a.reply {
	opacity: 1;
}
.media-list .media .media-body a.reply i {
	margin: 2px 5px 3px 0px;
}
.submit-comment input, .submit-comment textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
/* Product Price */
.main-price {
	margin: 20px 0 0 0;
	padding: 9px 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
}
.main-price span {
	text-decoration: line-through;
}
.main-price strong {
	margin-left: 10px;
	font: normal 26px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
}
.main-rating {
	margin: 20px 0;
	height: 20px;
	color: #CCC;
	text-align: right;
}
.main-rating.review {
	margin: 0;
	text-align: left;
}
/* Review Comment */
.write-review {
	margin-bottom: 0;
}
.write-review input[type=text] {
	padding: 0 9px;
	width: 200px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/28px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.write-review textarea {
	margin-bottom: 10px;
	padding: 9px;
	min-width: 200px;
	width: 200px;
	max-width: 200px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.write-review label {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.write-review input[type=radio] {
	margin: 0;
}
.write-review input[type=submit] {
	margin-top: 10px;
	width: 80px;
	height: 30px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.write-review input[type=submit]:hover {
	background: #0CC;
}
.main-rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.main-rating span {
	display: none;
}
.main-rating a {
	margin-left: 20px;
	line-height: 20px;
	color: #CCC;
}
.main-rating a:hover {
	color: #333;
}
/* Input Quantity */
.input-quantity {
	margin: 5px 10px;
	width: 48px;
	height: 38px;
	background: #FC0;
	border: none;
	font: normal 12px/38px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	float: right;
}
.input-quantity-text {
	line-height: 40px;
	float: right;
}
.btn-add-cart {
	margin-bottom: 40px;
	padding: 0 20px;
	height: 40px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: normal 16px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn-add-cart:hover {
	background: #333;
	color: #FFF;
}
/* Small Banners */
.banner-small {
	margin-bottom: 40px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.banner-small a, .banner-small a img {
	margin: auto;
	display: block;
}
.banner-small:hover {
	opacity: 0.5;
}
/* Brands */
.brands {
	margin-bottom: 40px;
}
.brands ul {
	margin-bottom: 0;
}
.brands li {
	margin-bottom: 0;
	background: #F9F9F9;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.brands li:hover {
	background: #F0F0F0;
}
.brands li .thumbnail {
	margin: auto;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
/* --- table --- */
table
{
	border-collapse:separate; 
	border-spacing:0; 
	border-right:0px;
	border-top-width:5px; 
	margin-bottom:20px; 
	border:1px solid #FFF; 
	width:100%; 
	clear:both;	
}
th
{
	padding:10px 10px;
	text-transform:uppercase;
	text-align:center;
	border:1px solid #fff;
	background-color:#AADD00;
}
th h4 {
	color:#FFF;
}
td
{
	text-align:center;
	padding:10px 10px;
	border:1px solid #fff;
	color:#fff;
	font-weight:500;
	font-size:18px;
	background-color:#00CCCC;
}
td:hover
{	
	background-color:#666666;
}
tbody tr:nth-child(2n+1) td
{
	
}
.ordernow{
	background-color:#FFCC00;
}
.ordernow:hover{
	background-color:#BB77BB;
	color:#FFF;
}
.ordernow a{
	font-style:italic;
	color:#FFF;
	padding:10px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
.ordernow a:hover{
	color:#FFF;
}
.optpurple{
	background-color:#BB77BB;
}
.optpurple:hover{
	background-color:#AADD00;
	color:#FFF;
}
.optpurple a{
	font-style:italic;
	color:#FFF;
	padding:10px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
.optpurple a:hover{
	color:#FFF;
}
.optgreen{
	background-color:#AADD00;
}
.optgreen:hover{
	background-color:#666666;
	color:#FFF;
}
.optgreen a{
	font-style:italic;
	color:#FFF;
	padding:10px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
.optgreen a:hover{
	color:#FFF;
}
.optred{
	background-color:#FF3333;
}
.optred:hover{
	background-color:#666666;
	color:#FFF;
}
.optred a{
	font-style:italic;
	color:#FFF;
	padding:10px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
.optred a:hover{
	color:#FFF;
}
.optblue{
	background-color:#00CCCC;
}
.optblue:hover{
	background-color:#FF3333;
	color:#FFF;
}
.optblue a{
	font-style:italic;
	color:#FFF;
	padding:10px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
.optblue a:hover{
	color:#FFF;
}
.optwhite{
	background-color:#FFFFFF;
}
.optwhite:hover{
	background-color:#666666;
	color:#FFF;
}
.optwhite a{
	font-style:italic;
	color:#00CCCC;
	padding:10px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
.optwhite a:hover{
	color:#FFF;
}
/* Table Cart */
.main-cart-total ul {
	margin: 0;
	list-style: none;
}
.main-cart-total li {
	color: #999;
	text-align: right;
}
.main-cart-total li span {
	width: 70px;
	font-weight: bold;
	color: #333;
	display: block;
	float: right;
}
.main-cart-total .total {
	margin: 10px 0 20px 0;
	padding-top: 19px;
	border-top: 1px solid #CCC;
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.main-cart-total .total span {
	color: #333;
}
.main-checkout .btn {
	margin-bottom: 40px;
	padding: 0;
	width: 140px;
	height: 40px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.main-checkout .btn-checkout {
	background: #333;
}
.main-checkout .btn:hover {
	background: #0CC;
}
/* Footer */
.footer {
	padding: 39px 0 40px 0;
	border-top: 1px solid #F0F0F0;
}
.footer h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #666;
}
.footer h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	float: left;
}
.footer p {
	margin-bottom: 0;
	color: #999;
}
.footer p a {
	color: #0CC;
}
.footer p a:hover {
	color: #333;
}
.footer .footer-contact {
	margin: 0;
	list-style: none;
}
.footer .footer-contact li a {
	color: #0CC;
}
.footer .footer-contact li a:hover {
	color: #333;
}
.footer .footer-contact li i {
	margin: 0 10px 5px 0;
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
}
.footer-social a {
	width: 40px;
	height: 40px;
	font-size: 60px;
	line-height: 40px;
	color: rgba(0,0,0,0.1);
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.footer-social a:hover {
	font-size: 24px;
	color: #FFF;
}
.footer-social a.icon-facebook:hover {
	background: #3B5998;
}
.footer-social a.icon-twitter:hover {
	background: #03ABEA;
}
.footer-social a.icon-google-plus:hover {
	background: #D34836;
}
.footer-social a.icon-pinterest:hover {
	background: #C92228;
}
.footer-social a.icon-linkedin:hover {
	background: #4393BB;
}
.footer-links {
	padding-top: 40px;
	background: #F9F9F9 url(../img/bg-line-vert.png) repeat;
}
.footer-links h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #666;
}
.footer-links h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	float: left;
}
.footer-links ul {
	margin: 0 0 38px 0;
	padding: 9px 19px;
	border: 1px solid #E5E5E5;
	list-style: none;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.footer-links ul:hover {
	background: rgba(0,0,0,0.01);
}
.footer-links ul li a {
	height: 29px;
	border-top: 1px solid #E5E5E5;
	line-height: 29px;
	color: #999;
	display: block;
}
.footer-links ul li:first-child a {
	height: 30px;
	border-top: none;
	line-height: 30px;
}
.footer-links ul li a:hover {
	color: #0CC;
}
/* Copy */
.copy {
	padding: 40px 0;
	background: #F9F9F9 url(../img/bg-line-vert.png) repeat;
}
.copy img {
	margin: 0 auto 20px;
	display: block;
}
.copy p {
	margin-bottom: 0;
	color: #999;
}
.copy p a {
	color: #0CC;
}
.copy p a:hover {
	color: #333;
}
/* Scrollbar */
.nicescroll-rails {
	width: 5px !important;
}
.nicescroll-rails div {
	width: 5px !important;
	background: rgba(0,0,0,0.5) !important;
	border: none !important;
	border-radius: 0 !important;
}
/* Change Color */
.colorSw {
	margin-top: -90px;
	width: 30px;
	height: 180px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
}
.colorSw a {
	width: 30px;
	height: 30px;
	color: #666;
	display: block;
}
.colorSw a.change-css-multicolor {
	background: #333;
	color: transparent;
}
.colorSw a.change-css-red {
	background: #F33;
	color: transparent;
}
.colorSw a.change-css-yellow {
	background: #FC0;
	color: transparent;
}
.colorSw a.change-css-green {
	background: #AD0;
	color: transparent;
}
.colorSw a.change-css-blue {
	background: #0CC;
	color: transparent;
}
.colorSw a.change-css-violet {
	background: #B7B;
	color: transparent;
}
/* toTop */
#toTop {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.25);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 25px;
	z-index: 9999;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover {
	margin-right: -25px;
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.75);
	line-height: 100px;
}
#toTop i {
	margin: 0;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover i {
	line-height: 100px;
}

/* Desktop large layout */
@media (min-width: 1200px) {
.header-search input[type=text] {
	width: 220px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1199px) {
h1 {
	font-size: 30px;
	line-height: 30px;
}
.header .nav {
	margin-left: 20px;
}
.header-search input[type=text] {
	width: 120px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 30px;
}
.media-gallery li {
	width: 90px;
}
.media-gallery li:first-child {
	width: 200px;
}
.navbar-inner .nav li a {
	font-size:15px;
	padding:0px 8px;
}
.products-list li .thumbnail .ordernow a{
	font-style:italic;
	color:#FFF;
	padding:5px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
.products-list li .thumbnail .freequote a{
	font-style:italic;
	color:#FFF;
	padding:5px 0px;
	font-size:20px;
	text-transform:none;
	line-height:1.2;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
body {
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
}
.row-main {
	margin-left: 0;
}
.header {
	padding: 0;
}
.header .container {
	margin-right: 0;
}
/*.header .nav {
	display: none;
}*/
.header .nav.currency {
	display: inherit;
}
.navbar-cont {
	background: none;
}
.navbar-cont .row {
	margin-left: 0;
}
.navbar-cont .span12 {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	position: inherit;
	float: none
}
.navbar-inner {
	background: #333;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 340px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 3px;
}
.media-gallery li {
	width: 63px;
}
.media-gallery li:first-child {
	width: 146px;
}
.products-list li .thumbnail .ordernow a{
	font-style:italic;
	color:#FFF;
	padding:5px 0px;
	font-size:18px;
	text-transform:none;
	line-height:1.2;
}
.products-list li .thumbnail .freequote a{
	font-style:italic;
	color:#FFF;
	padding:5px 0px;
	font-size:18px;
	text-transform:none;
	line-height:1.2;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
h1 {
	font-size: 30px;
	line-height: 30px;
}
.header {
	padding: 10px;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	display: inherit;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 340px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 160px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.header {
	padding: 10px;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	margin: 0;
	display: inherit;
}
.header .log-reg {
	display: block;
	float: right;
	clear: both;
}
.header .cart:hover .cart-content {
	right: -20px;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 240px;
}
.header-search input[type=text] {
	width: 180px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 80px;
	height: 80px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
}

.pricing-table tbody tr:nth-of-type(even) td:not(:first-child) {
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background-color: #00CCCC !important;
}

.pricing-table.table-striped tbody tr:nth-of-type(odd),
.pricing-table tbody tr:nth-of-type(odd) {
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background-color: #00CCCC !important;
}
.pricing-table td {
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background-color: #00CCCC !important;
}

.pricing-table th {
    padding: 10px 10px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    background-color: #AADD00;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}