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


advantages bg #8d877d
footer bg #3d4a36
footer, newsletter, advantages text #ebe8e0
credits, newsletter bg #292521
credits text #5d5952


*/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
    background-color: #000;
	cursor: pointer;
}

body {
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
}

.container {
	position:relative;

}

h1, h2, h3, h4 {
	color:#4f4840;
	padding-bottom:15px;
	font-weight:bold;
}

h1 {
	font-size:3em;
}

h2 {
	font-size:2.6em;
	
}

h3 {
	font-size:2em;	
}

h4 {
	font-size:1.4em;
}

p {
	padding-bottom:15px;
	font-size: 1.2em;
}

.separator {
	height:2px;
	width:170px;
	background-color:#e10617;
	display:inline-block;
}

.btn {
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font-size:16px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}
	
.btn-default {
	background:none;
	background-color:#82a073;
	color:#ebe8e0;
	text-shadow:none;
}

.btn-default:hover {
	border:none;
	background-color:#9eb891;
	color:#fff;
	transition:all 200ms;
}

.btn-primary {
	background:none;
	background-color:#e10617;
	color:#333;
}

.btn-primary {
	background:none;
	background-color:#e74f05;
	color:#fff;
	border:none;
	font-size:1.2em;
	font-weight:700;
	padding:10px 20px;
}

.btn-primary:hover, .btn-primary:focus {
	background:none;
	background-color:#f75f15;
	border:none;
	color:#fff;
	
}

.form-control {
	border:solid 1px #eee;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font-size:16px;
	margin-bottom:15px;
	box-shadow:none;
}

input, .input-group-addon, .form-control, .form-control:focus {
	box-shadow:none;
	text-shadow:none;
	border:solid 1px #ebe8e0;
}

.well {
	background:none;
	background-color:#eee;
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:none;
}

.breadcrumb {
	background:none;
	padding:20px 0px;
	margin:0px;
	color:#8d877d;
}

.breadcrumb a {
	color:#8d877d;
}



/* STRUCTURE */

#header {
	background-color:#fff;
	background-image:url('../images/header-bg.jpg');
	background-repeat:no-repeat;
	text-align:center;
	
	position:relative;
}

.identity {
	padding:30px 10px;
}

#header .brand {
	text-align:left;
}

#header .brand img {
	display:inline-block;
	max-width:250px;
}

#header .btn-default {
	background-color:#000;
	opacity:0.4;
	border: solid 1px #eee;	
}

#header a.btn-default {
	color:#eee;
}

#header a.btn-default:hover {
	color:#fff;
	opacity:0.6;
	border: solid 1px #fff;	
}

#header .payoff {
	color:#fff;
	font-size:1.8em;
	font-weight:700;
}

#searchbar {
	background-color:#4f4840;
	padding:15px 15px;
}

#searchbar .form-control{
	width:100%;
	margin:0px;
}

#searchbar .input-group-addon {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background-color:#fff;
}

#body {
	background-color:#fff;
}

#mainmenu-bg {
	background-color:#ebe8e0;
	background-image:url('../images/decoro.jpg');	
	padding-bottom:30px;
}

#mainmenu {
	background-color:#8d877d;
	color:#ebe8e0;
	text-align:left;
	font-size:1.2em;
	line-height:1em;
}

.multibanner {
	padding:0px 0px;
}



.multibanner .row, .multibanner .col-md-12, .multibanner .col-md-8,.multibanner .col-md-6, .multibanner .col-md-4, .multibanner .col-xs-6, .multibanner .col-xs-3{
	padding:0px;	
	margin:0px;
}

button.navbar-toggle {
	background-color:#e10617;
	border:#333;
}


.navbar-default {
	background:none;
	border:none;
	box-shadow:none;
	color:#fff;
	
}

.navbar-collapse {
	border:none;
	box-shadow:none;
	padding:0px;
	overflow:hidden;
}

.navbar-collapse a {
	color:#fff;
}

.nav {
	position:relative;
	z-index:100;
}

.nav li {
	padding:0px;
	text-align:center;
	color:#fff;
	margin:0px;
	position:static;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:visited {
	background:none;
	box-shadow:none;
}


.navbar-nav {
	margin:0px;
	width:100%;
}

.navbar-default button.navbar-toggle {
	background-color:#4f4840;
	color:#eee;
}

.navbar-default button.navbar-toggle:hover {
	background-color:#5f5850;
}

.navbar-default .navbar-toggle .icon-bar {
	color:#eee;
}

.navbar-nav ul {
	display:none;
	position:absolute;
	top:59px;
	left:0px;
	list-style-type:none;
	padding:0px;
	margin:0px;
	background-color:#4f4840;
	width:100%;
}

.navbar-nav ul li {
	float:left;
	padding:15px;
	min-height:220px;
	display:block;
	text-align:center;
}

#mainmenu .navbar-nav ul li a {
	padding:0px;
	clear:both;
}

.navbar-nav ul li img {
	margin-bottom:10px;
	max-height:140px;
	display:inline-block;
	clear:both;
}

.navbar-nav li:hover > ul {
	display:block;
}

/* RESERVED AREA */

.reservedarea {
	padding-bottom:60px;
}

/* PRODUCT PAGE */

.product-overview {
	line-height:1.6em;
}

.product-overview h1 {
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
}

.product-overview h2 {
	margin-top:0px;
	padding:0px;
	margin-bottom:45px;
}
.product-overview h2 {
	font-size:1.6em;
}

.product-overview a.manufacturer {
	font-weight:700;
}

.product-overview .product-cover {
	display:block;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	padding:30px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	margin-bottom:30px;
}

.product-overview .product-cover img {
	display:inline-block;
}


.product-overview .owl-carousel-cover .owl-item .product-cover-thumb {
	text-align:center;
	background-color:#fff;
	height:80px;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	padding:5px;
}

.product-overview .owl-carousel-cover .product-cover-thumb img {
	height:60px;
}

.product-overview .owl-carousel-cover {
	margin-bottom:60px;
}

.product-overview .owl-carousel-cover .owl-prev {
	position:absolute;
	top:40px;
	left:-20px;
	opacity: 1;
	color:#8d877d;
}
	
.product-overview .owl-carousel-cover .owl-next {
	position:absolute;
	top:40px;
	right:-20px;
	opacity: 1;
	color:#8d877d;
}

.product-overview .list-price {
	font-weight:700;
	text-decoration:line-through;
	font-size:1.2em;
}

.product-overview .retail-price {
	font-weight:700;
	font-size:2em;
	color:#e74f05;
}

.product-overview .ship-price {
	font-weight:700;
	font-size:1.5em;
	color:#e74f05;
}

.product-overview .shipping-cost {
	font-weight:700;
	font-size:1em;
	color:#e74f05;
}

.product-overview .qty {
	width:100px;
	font-size:1.4em;
	border:solid 2px #e74f05;
	padding:10px 20px;
	height:auto;
}

.product-description {
	margin-bottom:60px;
}

.product-review-list {
	background-color:#ebe8e0;
	background-image:url('../images/decoro.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	color:#4f4840;	
	padding:60px 0px;
}

.product-review-list .product-review {
	margin-bottom:30px;
}

.product-review-list .product-review-title h4 {
	font-size:1.4em;
}

.product-review-list .product-review-rating {
	color:#ffd200;
	font-size:1.4em;
	text-align:right;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.product-review-list .product-review-content {
	background-color:#fff;
	padding:15px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

.product-review-content-reserved {
	background-color:#fff;
	padding:15px;
	border: solid 1px #000;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

.product-review-content-reserved p {
	margin:0px;
	padding:0px;
}

.product-review-rating-reserved {
	color:#ffd200;
	font-size:1.4em;
	text-align:right;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.product-review-rating-reserved .approval{
	color:#000;
	font-size:10px;
	text-align:right;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

.product-review-list-reserved hr{
	margin-top:30px;
	margin-bottom:30px;
}

.product-review-list .product-review-content p {
	margin:0px;
	padding:0px;
}

.product-certificate {
	margin-bottom:30px;
}

.product-suggestions {
	margin-bottom:30px;
	margin-top: 10px;
}

.product-suggestions p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-certificate img {
	margin-bottom:15px;
}

/* PRODUCTS CAROUSEL */

.owl-controls {
	width:100%;
	color:#fff;
}

.owl-prev {
	position:absolute;
	top:120px;
	left:-60px;
	opacity: 1;
}
	
.owl-next {
	position:absolute;
	top:120px;
	right:-60px;
	opacity: 1;
}

.owl-controls .fa-4x {
	font-size:4em;
}

.owl-carousel .owl-item {
	text-align:center;
	padding:5px;
}

.owl-carousel .owl-item .product-cover {
	height:280px;
	padding:15px;
	overflow:hidden;
	background-color:#fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	display: table;
	min-width: 200px;
	margin: 0 auto;
	margin-bottom:15px;
}

.owl-carousel .owl-item .product-cover a {
	display:block;
	width:100%;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}

.owl-carousel .owl-item img {
	display:inline-block;
	max-height:250px;
	margin:auto 0px;
	width: initial;
	height: auto;
}

.product-highlight {
	background-color:#433628;
	background-image:url('../images/canvas-texture.jpg');
	padding:30px 0px;
}

.product-highlight a.product-title {
	font-size:1.4em;
	color:#fff;
	display:block;
}

.product-highlight .product-manufacturer {
	font-size:1.0em;
	color:#fff;
}

.product-highlight .dashed {
	border:dashed 2px #ebe8e0;
	border-left:none;
	border-right:none;
	padding:40px 0px 60px 0px;
}

.product-highlight p, .product-highlight h1, .product-highlight h2, .product-highlight h3, .product-highlight h4 {
	color:#fff;	
}

.product-list {
	background-color:#fff;
	padding:30px 0px;
}

.product-list a.product-title {
	font-size:1.4em;
	color:#8d877d;
	display:block;
}

.product-list .product-manufacturer {
	font-size:1.0em;
	color:#8d877d;
}

.product-list .dashed {
	border:dashed 2px #ebe8e0;
	border-left:none;
	border-right:none;
	padding:40px 0px 60px 0px;
}

.product-list p, .product-list h1, .product-list h2, .product-list h3, .product-list h4 {
	color:#8d877d;	
}

.product-list .owl-controls {
	color:#8d877d;
}

.product-list .owl-carousel .owl-item .product-cover {
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3);
}


/* ADVANTAGES */

#advantages {
	background-color:#8d877d;
	color:#ebe8e0;
	padding:40px 0px;
	font-size:1.2em;
	font-weight:bold;
}

#advantages a {
	color:#ebe8e0;	
}

/* BRANDS*/

#manufacturer {
	background-color:#ebe8e0;
	background-image:url('../images/decoro.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	color:#4f4840;	
	padding:60px 0px;
}

#manufacturer p, #manufacturer h1, #manufacturer h2, #manufacturer h3, #manufacturer h4 {
	color:#4f4840;	
}

#manufacturer a {
	color:#4f4840;
	font-size:1.2em;
}

#manufacturer .row {
	text-align:center;
}

#manufacturer img {
	margin:30px 0px 15px 0px;
}

#manufacturer .product-cover {
	width:150px;
	height:150px;
	background-color:#fff;
	padding:5px;
	margin:15px 0px;
	overflow:hidden;
	text-align:center;
}

#manufacturer .product-cover .helper {
	height:100%;
	vertical-align:middle;
	display: inline-block;
}

#manufacturer .product-cover img {
	max-height:140px;
	max-width:140px;
	width:120px;
	margin:0px;
	vertical-align:middle;
	display:inline-block;
}

/* CATEGORIES */

#categories {
	background-color:#ebe8e0;
	background-image:url('../images/decoro.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	color:#4f4840;	
	padding:60px 0px;
}

#categories p, #categories h1, #categories h2, #categories h3, #categories h4 {
	color:#4f4840;	
}

#categories a {
	color:#4f4840;
	font-size:1.2em;
}

#categories .row {
	text-align:center;
}

#categories img {
	margin:30px 0px 15px 0px;
}

/* SEARCH PAGE */


.search-query {
	background:none;
	padding:20px 0px;
	margin:0px;
	color:#8d877d;
}

.search-results hr {
	border-color: #787264;
}

.search-info {
	font-size: 1.3em;
}

#bestsearch {
	background-color:white;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

#bestsearch span {
	font-size: 1.3em;
}

#bestsearch ul {
	margin-top: 10px;
	padding-left: 15px;
}

#bestsearch li {
	list-style-type: none;
}

#search-sort {
	text-align: right;
	font-style: italic;
}

@media screen and (max-width: 768px) {
	#search-sort {
		float: left;
	}
}

#search-sort select {
	display: inline;
	height: 36px;
	width: 150px;
	padding: 4px;
	background: transparent;
	font-style: normal;
	font-weight: bold;
	border-radius: 0px;

}

.result {
	padding-top: 30px;
}

.result .product-cover {
	display:block;
	overflow:hidden;
	text-align:center;
	height: 250px;	
	background-color:#fff;
	padding:30px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	margin-bottom:30px;
}

.result .product-cover img {
	display:inline-block;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 767px) {
	.result .product-cover {
		width: 250px;
	}
}

.result h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.result-subtitle {
	font-size: 1.5em;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.result-subtitle-sm {
	font-size: 0.9em;
	color: white;
	font-style: italic;
	display: block;
}

.result-subtitle-sm-bgwhite {
	font-size: 0.9em;
	color: #8d877d;
	font-style: italic;
	display: block;
}


.search-results .list-price {
	font-weight:700;
	text-decoration:line-through;
	font-size:1.2em;
}

.search-results .retail-price {
	font-weight:700;
	font-size:2em;
	color:#e74f05;
}

.search-results .pager {
	font-size: 1.2em;
	padding: 12px;
}

.search-results .pager .arrow {
	font-weight: bold;
	margin-left: 24px;
	margin-right: 24px;
}

.search-results .pager .active {
	font-weight: bold;
}

#emptySearch {
	margin-bottom: 30px;
}

/* ASK EXPERT */

#askexpert {
	background-color:#fff;
	color:#8d877d;
	padding:30px 0px;
}

#askexpert p, #askexpert h4, #askexpert h3, #askexpert h2, #askexpert h1 {
	color:#8d877d;
}

#askexpert .dashed {
	border:dashed 2px #ebe8e0;
	border-left:none;
	border-right:none;
	padding:60px 0px;
}



/* PAGINA DOMANDE */

#results {
	margin-bottom:60px;
}

.answer-subject {
	background-color: white;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.answer-pagination {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}

.answer-pagination span {
    font-size: 1.2em;
}

.answer-pagination .arrow {
    font-weight: bold;
    margin-left: 24px;
    margin-right: 24px;
}
.answer-pagination .active {
    font-weight: bold;
}

.answer-response {
	background-color: white;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.answer-highlight {
	text-align:center;
}

.answer-highlight a.product-title {
	font-size:1.4em;
	color:#000;
	display:block;
}

.answer-highlight .product-manufacturer {
	font-size:1.0em;
	color:#000;
}

.answer-header {
	margin-top:30px;
	margin-bottom:30px;
}

.answer-body {
	margin-top:30px;
	margin-bottom:30px;
}

.answer-author {
	font-size:1.2em;
}

.answer-search, answer-result, .answer-response {
	margin-bottom:30px;
	padding:15px;
}

.answer-utility {
	font-size:0.8em;
}


/* NEWSLETTER */

#newsletter {
	background-color:#292521;
	color:#ebe8e0;
	padding:40px 0px;
}

#newsletter h4 {
	font-size:1.2em;
	color:#ebe8e0;
}

#newsletter .btn-default {
	background-color:#8d877d;
}

#newsletter input {
	border:solid 2px #8d877d;
}

/* FOOTER */


#footer {
	background-color:#3d4a36;
	color:#ebe8e0;
	padding:60px 0px 30px 0px;
	text-align:left;
	
}

#footer p {
	font-size:1em;
	margin-bottom:15px;
}

#footer .brand {
	max-width:200px;
	margin-bottom:15px;
}

#footer ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#footer ul li {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

#footer h4 {
	font-size:1.4em;
	color:#ebe8e0;
}

/* CREDITS */

#credits {
	background-color:#292521;
	color:#5d5952;
	padding:60px 0px;
}

#credits p {
	text-align:center;
}

/* FONT-AWESOME */

.fa-1x {
	font-size:1em;
}

.fa-2x {
	font-size:1.2em;
}

.fa-3x {
	font-size:1.5em;
}

.fa-4x {
	font-size:2em;
}

.fa-5x {
	font-size:2.5em;
}


/* LINKS */

a {
	color:#4f4840;
}


a:hover, a:active {
	color:#8d877d;
}



.navbar-nav > li > a {
	padding:20px 10px;
}

#mainmenu a {
	color:#ebe8e0;
	padding:20px 15px;
}

#mainmenu a:link, #mainmenu a:visited.nav {
	color:#ebe8e0;
}

#mainmenu a:hover, #mainmenu a:active, #mainmenu a:focus  {
	color:#fff;
	background-color:#4f4840;
}

#mainmenu ul ul a:hover, #mainmenu ul ul a:active {
	background:none;
}

#langbar a {
	color:#fff;
}

#footer a {
	color:#ebe8e0;
}

#credits a {
	color:#5d5952;
}

.productbox a {
	font-size:1.5em;
	color:#333;
}

#manufacturer a {
	text-decoration:none;
}


/* MEDIA QUERIES */

@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding:10px;	
	}	
	
	#header .brand {
		text-align:center;
		display:inline-block;
	}

}

@media (max-width: 768px) {
	
		
	#header .btn {
		margin-top:10px;
	}
	
	.identity .row {
		margin:0px;
		padding:0px;	
	}
		
	#mainmenu a {
		padding:15px 15px;
	}
	
	.navbar-nav li:hover > ul {
		display:none;
	}
	
	
	.navbar-collapse.in {
		overflow:hidden;
		max-height:600px;
	}
	
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:visited, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
	}
	
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover {
		color: #333;
	}

	
	.navbar-nav > li > a {
		padding:10px 0px;
	}
	
	.nav > li > a {
		display:inline-block;
	}
	
	
	.nav > li {
		text-align:left;
	}
	
	.navbar-right {
		float:none;
		margin-top:0px;
	}
	
	.panel {
		margin-bottom:30px;
	}
	
	#footer, #footer p {
		text-align:center;
	}
	
	#footer .brand {
		display:inline-block;
	}
	
	#manufacturer .product-cover {
	width:125px;
	height:125px;
	}
	
	#manufacturer .product-cover img {
		width:100px;
	}
	
	.form-group a.btn, .form-group input.btn{
		margin-left:15px;	
	}

	
}