h1,h2,h3,h4,h5,h6 {


	text-transform: uppercase;
	font-weight:300;
	
}

body{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing:antialiased;
	background: url('../img/bg.jpg') no-repeat top center;
	
	
}


.container{
	
	background:white;
	
}

#logo-header{

	max-width:250px;

}
@media only screen and (max-width: 600px) {
	#logo-header {
		max-width:150px;

	}
	.header .navbar-brand {
		top:0;
	}
}


.jumbo{
	padding-left:3%;
	padding-top:3%;
	height:300px;
	background:url('../img/header.jpg') center center;
	color:white;

	
}

.jumbo p{
	font-family: 'Roboto Condensed', sans-serif;
	max-width:70%;
	padding:10px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.7);
	font-size:18px;
	
}

.rosso{
	
	color:#e30016;
}

.silver{
	
	color:#444;
}

.btn{
	
	text-transform: uppercase;
}


hr {
    border: 0;
    border-bottom: 1px dashed silver;
    background: white;

}


.copyright{
	
	font-size:12px;
	
}


.mega-menu a{
	
	text-transform: uppercase;
	
}

#owl .item{
  margin: 3px;
}


.owlimgcontainer{
	width: 100%; 
	height: 200px; 
	overflow: hidden;
	
}

.owlimgcontainer img {  

	width: 100%; 
	
	
}

.breadcrumbs .container{
	
	background:none;
	margin:0px;
	padding-left:0px;
}

.control-label{
	
	text-align:left;
}


.gallery .portfolio-item{
	
	margin-bottom:20px;
	
	
}

.desaturate{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.desaturate:hover{
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
-webkit-filter: none;
filter: none;
filter: none;
}


#cart_counter{
	
	background-color:#e30016 !important;
	color:white;
	margin:0px;
	height:12px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:10px;
	
	
}


/*Shopping Cart
------------------------------------*/



/*Table*/
.shopping-cart .table > thead > tr > th,
.shopping-cart .table > tbody > tr > th,
.shopping-cart .table > tfoot > tr > th,
.shopping-cart .table > thead > tr > td,
.shopping-cart .table > tbody > tr > td,
.shopping-cart .table > tfoot > tr > td {
	border-top: none;
	vertical-align: middle;

}

.shopping-cart .table > thead > tr > th,
.shopping-cart .table > tbody > tr > td {
	text-align: center;
}

.shopping-cart .table > thead > tr > th {
	

	padding-bottom: 5px;

}

.shopping-cart .table > tbody > tr > td {
	
}

.shopping-cart .table > tbody > tr > td.shop-red {
	color: #e30016;
}

/*Product In Table*/
.shopping-cart .product-in-table {
	text-align: left !important;
}

.shopping-cart .product-it-in {
	overflow: hidden;
}

@media (min-width: 991px) {
	.shopping-cart .product-it-in {
		margin-top: 30px;
	}
}

@media (max-width: 992px) {
	.shopping-cart .product-it-in {
		clear: both;
	}
}

.shopping-cart .product-in-table img {
	float: left;
	width: 70px;
	height: auto;
	padding: 10px;
	background: #fff;
	margin-right: 20px;
	border:none;
}

 .nomeprod {
	
	font-size: 16px;
	color:#e30016;

}

 .nomemodello {
	font-size: 13px;

}

/*Quantity Field Form*/
.shopping-cart .quantity-button {
	color: #888;
	width: 45px;
	height: 40px;
	padding: 5px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	background: #eee;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
  	background-image: none;
}

.shopping-cart .quantity-field {
	width: 45px;
	height: 40px;
	outline: none;
	margin: 0 -4px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border: 1px solid #eee;
}

/*Close*/
.shopping-cart .close {
	opacity: 1;
	color: #888;
	font-size: 18px;
	padding-right: 10px;
}

.shopping-cart .close:hover {
	color: #555;
}


.image-wrapper{
    position: relative;
    display:block;
    width:100%;
    padding-bottom:70%;
    background-size:cover !important;
    background-position:center center !important;
    -ms-behavior: url(css/backgroundsize.min.htc);

}

.image-wrapper a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}


div.gallery_description{
	
	
	overflow:hidden;
	height:50px;
	border-bottom:1px dashed silver;
	
}

.pricelabel{

	
	color:#5cb85c;
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:2px dashed rgba(92,184,92,0.59);
	border-top:2px dashed rgba(92,184,92,0.59);
	
	
}


.pricelabel2{

	
	color:#5cb85c;
	font-size:15px;
	font-weight:bold;
		
	
}




@media (min-width: 768px) {
	
.dropdown-submenu .dropdown-margin {
	
	margin-left:-80px !important;
	
}

}
