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

/* Co-op@Home CSS v1.0 - Designed and built by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/* Typography */
* {
	outline: none !important;
}


A.class2 {color: #FFF;}
A.class2:link {text-decoration: none; color: #FFF;}
A.class2:visited {text-decoration: none; color: #FFF;}
A.class2:hover {text-decoration: none; color: #CCC;}
A.class2:active {text-decoration: none; color: #FFF;}

h1, h2, h3, h4, h5, h6, h7{
	font-weight: normal;
	font-family: Roboto Condensed, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


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;
}

h7 {
	font-size: 25px;
	line-height: 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span {
	color: #74BC37;
}

a, a:hover {
	color: #007fb3;
	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-left: auto;
	margin-right: auto;
}


.margin-top {
	margin-top: 40px;
}

.margin-left {
	margin-left: 40px;
}


/* General */
html {
	overflow-x: hidden;
}


body {
	background: #FFF;
	font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
}


/* 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: #0F6BA3;
}


.breadcrumb .active {
	color: #999;
}


.p404 {
	padding: 50px 0;
	text-align: center;
}


.btn.p404 {
	margin-bottom: 40px;
	padding: 10px;
	background: #0F6BA3;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, 'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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: #74BC37;
	color: #FFF;
}


/* Logo */
#logo {
	width: 45%;
	text-align: center;
	display: block;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


#logo img {
	display: inline-block;
}

#logo-small {
	width: 20%;
	text-align: center;
	display: block;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}


#logo-small img {
	display: inline-block;
}


/* Header */
.header {
	background: #Fff;
	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: #0F6BA3;
}


/* Header Cart */
.header .cart {
	width: 100%;
	padding-left: 0px;
	border-left: 1px solid #F0F0F0;
	position: relative;
	float: left;
	padding-right: 0px;
}


.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: 0px;
	width: 100%;
	height: 40px;
	background: #F0F0F0;
	font-size: 20px;
	line-height: 40px;
	color: #CCC;
	text-align: center;
	float: right;
}


.header .cart.on i {
	background: #74BC37;
	color: #FFF;
}


.header .cart .cart-content {
	padding: 20px 19px 19px 19px;
	width: 70%;
	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: 70%;
	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: auto;
	z-index: 9999;
	left: auto;
}


.header .cart .cart-content .mini-cart-info h3 {
	margin-bottom: 20px;
}

.header .cart .cart-content .mini-cart-info h7 {
	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: #0F6BA3;
}


.header .cart .cart-content .mini-cart-info li em {
	color: #CCC;
	display: block;
}


.header .cart .cart-content .mini-cart-info li p {
	color: #0F6BA3;
}


.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,'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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: 100%;
	height: 40px;
	background: #74BC37;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, 'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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: #0F6BA3;
}


.bordered {
	margin: 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #FFF;
}


/* Navbar */
.navbar-cont {
	margin: 18px 0;
	background: #333;
}


.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', 'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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: #0F6BA3;
	filter: none;
}


.navbar-inner .nav li a {
	margin-bottom: 0;
	padding: 0 20px;
	height: 40px;
	border-radius: 0;
	font: normal 14px/40px 'Roboto Condensed', 'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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: #74BC37;
	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: #74BC37;
	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 'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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: #0F6BA3;
}


/* 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', 'Helvetica Neue', 'Segue UI', Helvetica, Arial, sans-serif;
	color: #CCC;
	text-transform: uppercase;
	float: left
}


.header-search button {
	padding: 0;
	width: 90px;
	height: 40px;
	background: #0f6ba3;
	border: none;
	border-left: none;
	color: #fff;
	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: #ccc;
}


.date {
	margin: 10px 0;
	padding: 10px;
	background: #F9F9F9;
	color: #999;
	display: block;
}


.date a {
	color: #0F6BA3;
}


.date a:hover {
	color: #333;
}


/* Lists */
.list-desc {
	list-style: none;
	margin-bottom: 35px;
	margin-left: 0;
	margin-top: 0;
}


.list-desc li {
	margin-bottom: 5px;
	font: italic 14px/30px 'Helvetica Neue', 'Segue UI', Helvetica, Arial, sans-serif;
	color: #333;
}


.list-desc li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	line-height: 30px;
	color: #999;
	text-align: center;
	display: inline-block;
}


.small-desc {
	margin-bottom: 40px;
	color: #75848f;
}


.small-desc a {
	color: #0F6BA3;
}


.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: 120px;
	height: 120px;
	border-radius: 100%;
	font-size: 60px;
	line-height: 120px;
	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: #74BC37;
	font-size: 70px;
	color: #FFF;
}


.about-list li .thumbnail .caption {
	padding: 0;
}


.about-list li .thumbnail .caption h3 a {
	color: #0F6BA3;
}


.about-list li .thumbnail .caption h7 a {
	color: #0F6BA3;
}


.about-list li .thumbnail .caption h3 a:hover {
	color: #333;
}


.about-list li .thumbnail .caption h7 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: #0F6BA3;
}


address a:hover {
	color: #333;
}


/* Contact Forum and Map */
.map-form input, .map-form textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}


.map-form button {
	padding: 0 10px;
	height: 30px;
	background: #0F6BA3;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: 30px;
	color: #FFF;
	text-shadow: none;
}


.map-form button:hover {
	background: #74BC37;
	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', 'Helvetica Neue', 'Segue UI', Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
}


.products-filter p a:hover, .products-filter p a.active {
	color: #0F6BA3;
}


.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: #74BC37;
}


.products-filter p a i:hover, .products-filter p a.active i:hover {
	background: #0F6BA3;
}


.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 'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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 'Helvetica Neue', 'Segue UI', Helvetica, Arial, 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;
	/* [disabled]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: #0F6BA3;
	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: #74BC37;
	border-color: #74BC37;
	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 h7 {
	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: #0F6BA3;
}


.sidebar select {
	border-color: #E5E5E5;
	border-radius: 0;
}


.sidebar p a {
	color: #0F6BA3;
}


.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 {
	margin-top: 0px;
	background: #F9F9F9 url(../img/bg-line-vert.png);
	box-shadow: 0 -10px 0 rgba(0,0,0,0.1);
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


.products-list-small {
	background: #FFF;
	box-shadow: none;
}


.products-list-simple {
	padding-top: 0px;
	background: none;
	box-shadow: none;
	padding-bottom: 0px;
}


.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 #76848f;
	font: normal 25px/25px Roboto Condensed, Arial, Helvetica, sans-serif;
	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: #63717c;
	display: inline-block;
}


.products-list-small .nav-tabs a.hover {
	color: #000;
}


.products-list-small .nav-tabs a.active span {
	color: #74BC37;
}


.products-list h3 {
	margin-bottom: 20px;
	text-align: center;
}


.products-list h7 {
	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 .thumbnail {
	background: #FFF;
	border-radius: 0;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.products-list-small li .thumbnail {
	padding-bottom: 0;
	/* [disabled]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;
	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 {
	/* [disabled]transform: rotate(-10deg); */
	/* [disabled]-ms-transform: rotate(-10deg); */
	/* [disabled]-moz-transform: rotate(-10deg); */
	/* [disabled]-webkit-transform: rotate(-10deg); */
	/* [disabled]-o-transform: rotate(-10deg); */
}


.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: #74BC37;
	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;
}


.products-list li .thumbnail .folio-detail a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0F6BA3;
	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: #0F6BA3;
}


.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: #74BC37;
	text-align: center;
	display: inline;
}


.products-list li .rating span {
	display: none;
}


.products-list li .thumbnail .price {
	margin-bottom: 0px;
	font-size: 14px;
	color: #0F6BA3;
}


.products-list li .thumbnail .price2 span {
	margin-right: 5px;
	font-weight: normal;
	color: #CCC;
	text-decoration: line-through;
}


.products-list li .thumbnail .price2 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #FF3333;
}


.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: #0F6BA3;
	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: #74BC37;
}


.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: #0F6BA3;
	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: #74BC37;
}


.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;
	bottom: -12px;
}


.products-list li .thumbnail .add-list {
	left: 6px;
}


.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: #74BC37;
	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: #0F6BA3;
}


.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: #74BC37;
	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: #0F6BA3;
	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 h7 a {
	margin-bottom: 15px;
	display: block;
}


.blog-list li .btn {
	padding: 10px;
	background: #0F6BA3;
	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: #74BC37;
	color: #FFF;
}


/* Media List */
.media-list {
	margin-bottom: 40px;
}


.media-list a {
	color: #0F6BA3;
}


.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: #0F6BA3;
	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: #74BC37;
}


.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: #74BC37;
	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: #0F6BA3;
}


.main-rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #74BC37;
	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: #74BC37;
	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: #0F6BA3;
	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: 20px;
	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: auto;
	margin-top: auto;
}


.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 {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}


/* Table */
.table {
	margin-bottom: 40px;
}


.table th, .table td {
	text-align: right;
	vertical-align: middle;
}


.table th.p-name, .table td.p-name {
	text-align: left;
}


.table th {
	padding: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}


.table td {
	padding: 0;
}


.table td a {
	color: #0F6BA3;
}


.table td a:hover {
	color: #333;
}


.table .thumb-cart {
	width: 50px;
	height: 50px;
}


.table .thumb-cart a img {
	width: 50px;
	height: 50px;
}


/* 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: #74BC37;
	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: #0F6BA3;
}


/* 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: #0F6BA3;
}


.footer p a:hover {
	color: #333;
}


.footer .footer-contact {
	margin: 0;
	list-style: none;
}


.footer .footer-contact li a {
	color: #0F6BA3;
}


.footer .footer-contact li a:hover {
	color: #333;
}


.footer .footer-contact li i {
	margin: 0 10px 5px 0;
	width: 30px;
	height: 30px;
	background: #75848F;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
}


.footer-social a {
	/* [disabled]width: 40px; */
	/* [disabled]height: 40px; */
	font-size: 15px;
	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: 0px;
	/* [disabled]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: 15px;
	line-height: 15px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	float: left;
}


.footer-links ul {
	margin: 0 0 38px 0;
	padding: 9px 19px;
	/* [disabled]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: #75848f;
	display: block;
}


.footer-links ul li:first-child a {
	height: 30px;
	border-top: none;
	line-height: 30px;
}


.footer-links ul li a:hover {
	color: #0F6BA3;
}


/* Copy */
.copy {
	background: #FFF;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}


.copy img {
	margin: 0 auto 20px;
	display: block;
}


.copy p {
	margin-bottom: 0;
	color: #999;
}


.copy p a {
	color: #0F6BA3;
}


.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: #74BC37;
	color: transparent;
}


.colorSw a.change-css-green {
	background: #AD0;
	color: transparent;
}


.colorSw a.change-css-blue {
	background: #0F6BA3;
	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) {
.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;
}


}



/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
body {
	padding-right: 20px;
	padding-left: 20px;
}


.row-main {
	margin-left: 0;
}


.header {
	padding: 10px 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: #0F6BA3;
}


.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: #74BC37;
	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 {
	float: none;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
}


.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;
}


}



/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.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: #0F6BA3;
}


.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: #74BC37;
	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: #0F6BA3;
}


.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: #74BC37;
	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**/

.tiny {
	float: left;
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border-bottom: 10px solid #007EB1;
	border-top: 1px solid #007EB1;
	border-right: 1px solid #007EB1;
	border-left: 1px solid #007EB1;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
}

.small {
	float: left;
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border: 1px solid #75848f;
	border-bottom: 10px solid #75848f;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;    
}

.medium {
	float: left;
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border: 1px solid #81c54d;
	border-bottom: 10px solid #81c54d;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
    
}

.pro {
	float: left;
	background: url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border: 1px solid #b4082c;
	border-bottom: 10px solid #b4082c;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
}

.pricing-table strong { font-weight: 700; color: #3d3d3d; }

.pricing-table-header-tiny {
    padding: 5px 0 5px 0;
    background: #1d6391;
	border-bottom:10px solid #007EB1;
}

.pricing-table-header-small {
    padding: 5px 0 5px 0;
    background: #5b6b77;
	border-bottom:10px solid #75848f;

}

.pricing-table-header-medium {
    padding: 5px 0 5px 0;
    background: #6da93e;
	border-bottom:10px solid #81c54d;

}

.pricing-table-header-pro {
    padding: 5px 0 5px 0;
    background: #b4082c;
	border-bottom:10px solid #E00003;
}

.pricing-table-header-tiny h2, .pricing-table-header-small h2, .pricing-table-header-medium h2, .pricing-table-header-pro h2 {  font-weight: 700; color:#FFF; }
.pricing-table-header-tiny h3, .pricing-table-header-small h3, .pricing-table-header-medium h3, .pricing-table-header-pro h3 { font-weight: 500; color:#FFF;  }


.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #888;
}

.pricing-table-features {
	margin: 15px 10px 0 10px;
	padding: 0 10px 15px 10px;
	border-bottom: 1px dashed #888;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #75848f;
}

.pricing-table-signup-coop {
	margin-top: 0px;
	padding-bottom: 2px;
	float: right;
}

.pricing-table-signup-coop a {
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #c41f3a;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.pricing-table-signup-coop a:hover {
    text-decoration: none;
    background: #000000;
	color: #fff;

  
}

.pricing-table-signup-coop a:active {
    background: #c41f3a;
	color: #fff;
}

.pricing-table-signup-facebook {
	margin-top: 0px;
	padding-bottom: 2px;
	float: right;
}

.pricing-table-signup-facebook a {
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #1d6391;
	line-height: 45px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.pricing-table-signup-facebook a:hover {
    text-decoration: none;
    background: #007EB1;
	color: #fff;

  
}

.pricing-table-signup-facebook a:active {
    background: #007EB1;
	color: #fff;
}

.pricing-table-signup-tiny {
    margin-top: 25px;
    padding-bottom: 10px;
}

.pricing-table-signup-tiny a {
	display: inline-block;
	width: 100%;
	height: 50px;
	background: #1d6391;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.pricing-table-signup-tiny a:hover {
    text-decoration: none;
    background: #007EB1;
	color: #fff;

  
}

.pricing-table-signup-tiny a:active {
    background: #007EB1;
	color: #fff;
}


.pricing-table-signup-small {
    margin-top: 25px;
    padding-bottom: 10px;
}

.pricing-table-signup-small a {
	display: inline-block;
	width: 100%;
	height: 50px;
	background: #5b6b77;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;   
}

.pricing-table-signup-small a:hover {
    text-decoration: none;
	background-color:#75848f;
	color: #fff;
}

.pricing-table-signup-small a:active {
    background-color:#75848f;
	color: #fff;

}

.pricing-table-signup-medium {
    margin-top: 25px;
    padding-bottom: 10px;
}

.pricing-table-signup-medium a {
	display: inline-block;
	width: 100%;
	height: 50px;
	background: #6da93e;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;   
}

.pricing-table-signup-medium a:hover {
    text-decoration: none;
	background-color:#81c54d;
	color:#FFF;
}

.pricing-table-signup-medium a:active {
    background-color:#81c54d;
	color: #fff;

}

.pricing-table-signup-pro {
    margin-top: 25px;
    padding-bottom: 10px;
}

.pricing-table-signup-pro a {
	display: inline-block;
	width: 100%;
	height: 50px;
	background: #b4082c;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.pricing-table-signup-pro a:hover {
	text-decoration: none;
	background-color: #212121;
	color: #fff;
	}

.pricing-table-signup-pro a:active {
	background-color: #212121;
	color: #fff;
}

.top {margin-top:20px;}

.space {margin:10px;}

.repair {
	 font-size:24px; 
	 vertical-align: middle; 
	 margin-bottom: 5px;
}

.light {
	color: #ffffff;
}

.dark {
	color: #75848f;
}

.dagger {
	display: inline-block;
	line-height: 35px;
	font-size: 0.4em;
	padding-left: 0.25em;
	vertical-align: top;
}

.xsmall {
	font-size: 10px;
}