@import url(http://fonts.googleapis.com/css?family=Parisienne);
@import url(http://fonts.googleapis.com/css?family=Cabin);
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?p68o6c');
	src:url('fonts/icomoon.eot?#iefixp68o6c') format('embedded-opentype'),
		url('fonts/icomoon.woff?p68o6c') format('woff'),
		url('fonts/icomoon.ttf?p68o6c') format('truetype'),
		url('fonts/icomoon.svg?p68o6c#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icomoon-icon-"], [class*=" icomoon-icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ==========================================================================
   Francesco's custom styles
   ========================================================================== */
html, body {
    height: 100%;
    font-family: 'Cabin', sans-serif;
}
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px; 
}

#content {
    margin-top:40px;
}

#footer, #push {
    height: 150px; 
    clear: both;
	margin-top:10px;
}

#contactsfooter li {
    float: none;
    width: auto;
    color: white;
}

#contactsfooter li a{
    display:inline;
}

table#tablebrands td{
vertical-align: middle;
}


.footer {
	background: #262626;
}

.footer h3 {
	color: #FFFFFF;
}

.footer ul{
	 /*width: 30em;*/
	 list-style:none;
	 margin:0 0 0 1em;
	 padding:0;
}
.footer  ul li{
     /*float: left;
     width: 7em; */
     margin-bottom:10px;
     line-height: 25px;
}
.footer ul li a{
	 display: block;
	 /*width:8em;*/
	 color: #FFFFFF;
	 text-decoration:underline;
	 font-weight: bold;
	 font-size:1.1em;
	 font-weight:lighter;
     /*    text-align: center;*/
}

.menufooter {
	height:210px;	
}

.copyright p {
	color: #888888;	
}
	

.footer label {
color: #FFFFFF;
font-size: 11px;
}

.footer select, .footer textarea, .footer input[type="text"], .footer input[type="password"], .footer input[type="datetime"], .footer input[type="datetime-local"], .footer input[type="date"], .footer input[type="month"], .footer input[type="time"], .footer input[type="week"], .footer input[type="number"], .footer input[type="email"], .footer input[type="url"], .footer input[type="search"], .footer input[type="tel"], .footer input[type="color"], .footer .uneditable-input {
	margin-bottom: 0px;
	font-size: 11px;
}

.footer button {
	margin-top: 10px;
}

.footer .form-horizontal .controls {
	margin-left: 70px;
}

.footer .form-horizontal .control-label {
	width:50px;
}

.footer .form-horizontal .control-group {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
font-weight: lighter;
}

.blue {
	color:#1168AB;
}

.red {
	color:#C4181E;
}

a {
	color: #1168AB;
}
   
/* LOGO */
#logo {
	background: url(../images/logo.png) left top;
	height: 165px;
	overflow: hidden;
	line-height: 9999em;
	position: absolute;
	width: 247px;
	z-index: 100;
}

/* BODY */
body {
	font-size: 14px;
        line-height: 1.5em;
}


/* MENU NAVIGAZIONE SECONDARIO */
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #FFFFFF;
    color: #1168ab;
}

.nav-pills  {
	margin-top: 20px;
}

.nav-pills > li > a {
	color: #555;
}


/* MENU NAVIGAZIONE PRIMARIO */
.btn {
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);
  background-color: #1168ab;
  *background-color: #1570b7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1570b7), to(#1168ab));
  background-image: -webkit-linear-gradient(top, #1570b7, #1168ab);
  background-image: -o-linear-gradient(top, #1570b7, #1168ab);
  background-image: linear-gradient(to bottom, #1570b7, #1168ab);
  background-image: -moz-linear-gradient(top, #1570b7, #1168ab);
  background-repeat: repeat-x;
  border: 1px solid #1168ab;
  *border: 0;
  border-color: rgba(17, 104, 171, 0.2) rgba(17, 104, 171, 0.2) rgba(17, 104, 171, 0.25);
  border-color: #1271ba #1271ba #1271ba;
  border-bottom-color: #a2a2a2;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #FFFFFF;
  background-color: #1168ab;
}

.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1168ab;
  /*background-color: #1570b7;*/
}

.btn.active,
.btn:active {
  background-color: #1168ab;
  background-color: #1570b7 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  
}

.btn.active img {
 	position: absolute;
	bottom: -10px;
	display:block;
	left:40%;
    z-index: 1;
}

.btn-group {
  /*z-index: -1;*/
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 12px;
    line-height: 40px;
}

.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}

/* CAROUSEL */
.carousel {
    margin-top: -40px;
    background: none repeat scroll 0 0 #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border: 1px solid #bbb;
}

.carousel-caption {
    top: 0px;
	background:none;
	left:140px;
	padding:0px;
}
.carousel-control {
top: 50%;
}

.carousel-caption .bck_carousel_caption {
	position: inherit;
	/*background: #333;*/
	opacity: .3;
	width: 60%;
	height: 100%;
	z-index: 0;
	border-radius: 0 0 230px 0;
}

.carousel-caption h4, .carousel-caption p {
    color: red;
    line-height: 45px;
    width:550px;
	/*font-weight: bold;*/
}

.carousel-caption p {
    line-height: 50px;
}

.carousel-caption h4 {
    top: 60px;
	font-size: 100px;
	margin-bottom: 20px;
	z-index: 1;
	position: absolute;
	left: 90px;
	text-shadow: 0px 0px 3px #FFF,0px 0px 3px #FFF, 0px 0px 3px #FFF;
}

.carousel-caption p{
	font-family: 'Parisienne', cursive;
	font-size: 33px;
	margin-top: 170px;
	color: #FFF;
	position: absolute;
	left: 90px;
	width: 760px;
}

.carousel-caption h4 span{
	 color: #c4181e;
}

.carousel-control {
  background: #1271BA ;
}

.thumbspan {
	margin: 0 20px 0 0;
	z-index: -1;
}

.thumbnail-G3, .prodimages img {
  background: #1271BA;
  padding: 3px;
  border: 1px solid #1168ab;
  *border: 0;
  border-color: rgba(17, 104, 171, 0.2) rgba(17, 104, 171, 0.2) rgba(17, 104, 171, 0.25);
  border-color: #1271ba #1271ba #1271ba;
  border-bottom-color: #a2a2a2;
}

.botred {
 	bottom: -15px;
	display:block;
	margin: auto;
	margin-top: -8px;
	z-index: 1;
}

.listproduct {
	list-style: none;
}

.listproduct .rowproduct {
	border-bottom:1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxwithlogo h4, .boxwithlogo p {
	text-align: right;
	margin-right:10px;
}

.boxwithlogo ul {
	list-style: none;	
}

.boxwithlogo ul li {
	margin-bottom: 10px;	
	border-bottom: 1px solid #DDDDDD;
}

.boxwithlogo ul h5, .boxwithlogo ul h6, .boxwithlogo ul p {
	text-align: left;
	margin:0px;
}

.boxwithlogo ul h6 {
	font-style:italic;
}


.logobox {
	position:relative;
	top:50px;
	left:0px;
	width:90px;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
background-color: #1168AB;
}

.rowbarsimple {
	display:none;
}

.boxwithlogo ul {
	margin-left:10px;
	margin-right:10px;
}

.newslist .span7 {
    margin-left: 0px;
}

.newslist .span2 .thumbnail-G3 {
    width: 95%;
}


.btn-group.open .btn.dropdown-toggle {
    background-color: #2994E6;
}

#loginbutton {
    text-decoration: none;
    background-color: #EEE;
    font-weight: bold;
}

.btn .caret {
    margin-top: 17px;
    margin-left: 6px;
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    
}

.boxotherprod {
    display: inline-block;
    width: 93%;
}

.boxotherprod a {
    width: 43%;
    margin-left:3%;
    margin-right:3%;
    display: inline-block;
    float:left;
    text-align: center;
}

.span8 .boxotherprod a {
    width: 19%;
    margin-left:3%;
    margin-right:3%;
    display: inline-block;
    float:left;
    text-align: center;
}


.boxotherprod img {
    padding: 2px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.boxsearchprod input, .boxsearchprod select {
    width: 95%;
}

.boxsearchprod {
    
}

.boxsearchprod select {
    width: 98%;
}

.boxsearchprod .btn {
    margin:10px 0px;
}

.thumbnail-G3-Empty {
    background: white;
}

.boxcart table {
    background: white;
}

.icomoon-icon-search:before {
	content: "\f002";
}
.icomoon-icon-user:before {
	content: "\f007";
}
.icomoon-icon-th-list:before {
	content: "\f00b";
}
.icomoon-icon-check:before {
	content: "\f00c";
}
.icomoon-icon-trash-o:before {
	content: "\f014";
}
.icomoon-icon-file-o:before {
	content: "\f016";
}
.icomoon-icon-download:before {
	content: "\f019";
}
.icomoon-icon-arrow-circle-o-down:before {
	content: "\f01a";
}
.icomoon-icon-lock:before {
	content: "\f023";
}
.icomoon-icon-pencil:before {
	content: "\f040";
}
.icomoon-icon-plus-circle:before {
	content: "\f055";
}
.icomoon-icon-eye:before {
	content: "\f06e";
}
.icomoon-icon-comment:before {
	content: "\f075";
}
.icomoon-icon-shopping-cart:before {
	content: "\f07a";
}
.icomoon-icon-comments:before {
	content: "\f086";
}
.icomoon-icon-sign-out:before {
	content: "\f08b";
}
.icomoon-icon-unlock:before {
	content: "\f09c";
}
.icomoon-icon-bullhorn:before {
	content: "\f0a1";
}
.icomoon-icon-cabinet:before {
	content: "\e600";
}
.icomoon-icon-box-add:before {
	content: "\e601";
}
.icomoon-icon-download2:before {
	content: "\e602";
}
.icomoon-icon-redo:before {
	content: "\e603";
}
.icomoon-icon-bubbles:before {
	content: "\e604";
}
.icomoon-icon-user2:before {
	content: "\e605";
}
.icomoon-icon-remove:before {
	content: "\e606";
}
.icomoon-icon-remove2:before {
	content: "\e60a";
}
.icomoon-icon-signup:before {
	content: "\e607";
}
.icomoon-icon-list:before {
	content: "\e609";
}
.icomoon-icon-arrow-right:before {
	content: "\e608";
}

.icomoon-icon-list-alt:before {
	content: "\f022";
}

.icomoon-icon-indent:before {
	content: "\f03c";
}

#g3-product-grid a:hover {
    text-decoration: none;
}

.lightbox-minimg img {
    padding: 0px;
    border: 1px solid #1271BA;
    width: 40%;
    margin: 3%;
}

.prodimages img {
    border-radius: 5px;
}

#contactform input[type="text"], #contactform textarea {
    width: 90%;
    margin-bottom:10px;
}

#myCarousel {
    margin-top: -25px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

#myBrandCarousel {
    height: 200px;
}

#myBrandCarousel  .carousel-inner{
    height: 200px;
    background: white;
}

#myBrandCarousel .item > img {
    max-height: 100%;
    margin: 0 auto;
}

#g3-cart-grid table {
        font-size: .8em!important;
    }
    
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.welcomep {
    text-align: right;
}

.editable-cancel  {
    background: transparent!important;
}

@media (max-width: 480px) {
	#logo {
		position:relative;
		margin:auto;
		margin-bottom:10px;
	}
    
    .welcomep {
        margin-top: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
	p {text-align: justify;}
	
	.carousel-caption {
    top: 0px;
	background:none;
	left:230px;
	padding:0px;
}
	.carousel-control {
	top: 50%;
	}

	.carousel-caption .bck_carousel_caption {
		position: inherit;
		/*background: #333;*/
		opacity: .3;
		width: 60%;
		height: 100%;
		z-index: 0;
		border-radius: 0 0 230px 0;
	}

	.carousel-caption h4, .carousel-caption p {
		color: red;
		line-height: 45px;
		width:550px;
		/*font-weight: bold;*/
	}

	.carousel-caption p {
		line-height: 50px;
	}

	.carousel-caption h4 {
		top: 90px;
		font-size: 130px;
		margin-bottom: 20px;
		z-index: 1;
		position: absolute;
		left: 90px;
		text-shadow: 0px 0px 3px #FFF,0px 0px 3px #FFF, 0px 0px 3px #FFF;
	}

	.carousel-caption p{
		font-family: 'Parisienne', cursive;
		font-size: 40px;
		margin-top: 220px;
		color: #FFF;
		position: absolute;
		left: 90px;
		width: 760px;
	}
    
    #g3-cart-grid table {
        font-size: 1em!important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
	p {text-align: justify;}
	
	#logo {
		background-size: 97%;
	}
	
	.boxwithlogo h4 {
		font-size:16px;
	}
	
	.boxwithlogo p {
		font-size:11px;
	}
	
	.boxwithlogo ul {
		margin-left:5px;
		margin-right:5px;
	}
	
	.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.btn-group > .btn, .btn-group > .dropdown-menu {
		line-height: 35px;
	}
	
	.logobox {
		top:20px;
		left:10px;
		width: 60px;
	}
	
	.carousel-caption {
		top: 0px;
		background:none;
		left:80px;
		padding:0px;
	}
	.carousel-control {
		top: 50%;
		width: 20px;
		height: 20px;
		font-size: 30px;
		line-height: 15px;
	}

	.carousel-caption .bck_carousel_caption {
		position: inherit;
		/*background: #333;*/
		opacity: .3;
		width: 60%;
		height: 100%;
		z-index: 0;
		border-radius: 0 0 230px 0;
	}

	.carousel-caption h4, .carousel-caption p {
		color: red;
		line-height: 45px;
		width:550px;
		/*font-weight: bold;*/
	}

	.carousel-caption p {
		line-height: 50px;
	}

	.carousel-caption h4 {
		top: 40px;
		font-size: 70px;
		margin-bottom: 20px;
		z-index: 1;
		position: absolute;
		left: 90px;
		text-shadow: 0px 0px 3px #FFF,0px 0px 3px #FFF, 0px 0px 3px #FFF;
	}

	.carousel-caption p{
		font-family: 'Parisienne', cursive;
		font-size: 25px;
		margin-top: 130px;
		color: #FFF;
		position: absolute;
		left: 90px;
		width: 760px;
	}

	.carousel-caption h4 span{
		 color: #c4181e;
	}
    
    #g3-cart-grid table {
        display:none;
    }
}

@media (max-width: 767px) {
    .welcomep {
        margin-top: 10px;
        text-align: center;
    }

	#logo {
		position:relative;
		margin:auto;
		margin-bottom:10px;
	}
	
	.pagination  {
		float:none;
	}
	
	.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.btn-group > .btn, .btn-group > .dropdown-menu {
		line-height: 35px;
	}
	
	.logobox {
		top:40px;
		left:10px;
		width: 80px;
	}
	
	#logo {
		width: 117px;
		height: 77px;
		background-size: 100% 100%;
	}
	
	ul#menu {
    font-family: 'Cabin', sans-serif;
	  list-style: none;
	  margin:0;
	  padding:0;
	  text-align:center;
	  color: #FFFFFF;
	  text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);
	  background-color: #1168ab;
	  *background-color: #1570b7;
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1570b7), to(#1168ab));
	  background-image: -webkit-linear-gradient(top, #1570b7, #1168ab);
	  background-image: -o-linear-gradient(top, #1570b7, #1168ab);
	  background-image: linear-gradient(to bottom, #1570b7, #1168ab);
	  background-image: -moz-linear-gradient(top, #1570b7, #1168ab);
	  background-repeat: repeat-x;
	  border: 1px solid #1168ab;
	  *border: 0;
	  border-color: rgba(17, 104, 171, 0.2) rgba(17, 104, 171, 0.2) rgba(17, 104, 171, 0.25);
	  border-color: #1271ba #1271ba #1271ba;
	  border-bottom-color: #a2a2a2;
	  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	  *zoom: 1;
      -webkit-border-radius: 4px;
	  border-radius: 4px;
	  -moz-border-radius: 4px;
	}
	
	#menu li {display:inline;line-height: 40px;}
	
	#menu li a {
	 color: white;
	 display:inline-block;
	 padding:10px;
	 /*font-weight: bold;*/
	 height: 20px;
	 line-height: 30px;
	 text-decoration: none;
	}
	
	#menu li.active a {
	  font-size:14px;
	}

	.carousel-caption {
		top:10px;	
	}
	
	.carousel-caption h4, .carousel-caption p {
		color: #3A4039;
		line-height: 20px;
		width: 40%;
	}
	
	.carousel-caption h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.carousel-caption p {
		font-size: 11px;
	}
	
	.thumbspan {
		margin: 0 20px 0 0;
		z-index: -1;
		float: left;
		width: auto;
	}
	
	#footer {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#footer .container {
		margin-left: 20px!important;
		margin-right: 20px!important;
	}
	
	.menufooter {
	height: 130px;
	}

	.footer {
	height: 550px;
	}
	
	.footer ul {
	width: 100%;
	}
	
	.copyright {
		clear:both;
		padding-top:10px;
		margin-top: 370px;
	}
    
    #g3-cart-grid table {
        font-size: .8em!important;
    }
    
    #myCarousel {
        display:none;
    }
    
    .btn-block.dropdown-toggle{
        font-family: 'Cabin', sans-serif;
    }
}