@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

html, body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight:400px;
  color: #000000;
  overflow-x: hidden;
}

#wrap-content {
  min-height: 100%;
}

#wrap-main {
  overflow:auto;
  padding-bottom:90px;
}

#footer {
  position: relative;
  margin-top: -90px;
  height: 90px;
  clear:both;
}

ul li {
  list-style: none;
}

a:hover {
  outline: none;
  text-decoration:none;
  color: #CC0000;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a, .btn {
  color: #000000;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

th {
  color: #fff;
  background: #484848;
  padding: 0 5px;
}

td {
  padding: 0 5px;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #CC0000;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #CC0000;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}

.header-top {
  background: #D6D6D0;
}

.contactinfo ul li:first-child{
  margin-left: -15px;
}

.contactinfo ul li a{
  font-size: 12px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

.contactinfo ul li a:hover{
	background:inherit;
}

.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.fa-facebook:hover {
  background: #0083C9;
}

.fa-twitter:hover  {
	background:#5BBCEC;
}

.fa-youtube-play:hover  {
	background:#E62117;
}

.fa-google-plus:hover  {
	background:#CE3C2D;
}

.header-middle .container .row, .header-middle .container-fluid .row {
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.header-middle .container .row .col-sm-4, .header-middle .container-fluid .row .col-sm-4{
  padding-left: 0;
}

.header-middle .container .row .col-sm-8, .header-middle .container-fluid .row .col-sm-8 {
	padding-right:0;
}

.header-menu ul li {
	display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.header-menu ul li:last-child {
  padding-right: 0;
}

.header-menu ul li a {
  background: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  margin-top: 10px;
}

.header-menu ul li a i{
	margin-right:3px;
}

.header-menu ul li a:hover {
	color:#CC0000;
	background:#fff;
}

.header-bottom {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #484848;
}

.navbar-header 
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  width: auto;
  height: 100%;
}

.navbar-toggle {
  z-index: 99;
}

.mainmenu ul li{
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.mainmenu ul li a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
  text-transform: uppercase;
	padding: 0;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active, .mainmenu ul li a.active{
	background:none;
	color:#FF1717;
}

.footer-bottom {
  background: #484848;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar h2, .brands_products h2 {
  color: #CC0000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}

.sidebar h2:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

.content {
	//overflow:hidden;
}

h2.title {
  color: #CC0000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

h2.title:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}

.box-wrapper{
	border:1px solid #CCCCCC;
	overflow: hidden;
	margin-bottom:30px;
}

.box-containter {
  position: relative;
}

.box-containter:hover {
  display:block;
  height:100%;
}

.box-main{
  position:relative;
}

.box-main p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
}

.box-main h2 {
  color: #CC0000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.buttons {
  background:#DADADA;
  border: 0 none;
  border-radius: 0;
  color: #484848;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.buttons:hover {
  background: #CC0000;
  color: #FFFFFF;
}

.button_user {
  color: #FFFFFF;
  width: 44px;
  position: relative;
}

.button_badge {
  display: none;
  position: absolute;
  top: -10px;
  right: -5px;
  color: #FFFFFF;
  background-color: #fa3e3e;
  border-radius: 2px;
  padding: 1px 3px;
  font-size: 12px;
}

section .container, section .container-fluid {
  margin-top: 20px;
}

section .row {
  margin-bottom: 15px;
}

.back .row {
  margin-bottom: 0;
}

.chosen-input {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #7E7E7E;
  border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  background-color: #FBFBFB;
  -webkit-box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset;
  -moz-box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset;
  box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  margin-bottom: 10px;
}

.chosen-container {
  -webkit-box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset !important;
  -moz-box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset !important;
  box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset !important;
  width: 100% !important;
}

.chosen-drop {
  border: 1px solid #7E7E7E !important;
}

.chosen-container-single .chosen-single {
  border: 1px solid #7E7E7E !important;
  -webkit-box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset !important;
  -moz-box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset !important;
  box-shadow: 0 1px 0 #7E7E7E, 0 -1px #7E7E7E inset !important;
  background-color: #FBFBFB !important;
}

.tr_age_cli:hover {
  background: #EFEFEF;
  cursor: pointer;
}

.trunc_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

figure img {
  object-fit: contain;
  width: 180px;
  height: 180px;
  margin-bottom: 5px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#art_tb {
  display: inline-table;
}
 
.hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid #23498A;
  margin: 5px 0;
}

#order_tb {
  width: 98%;
  margin: 0 auto;
}

#order_tb th {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#order_tb td{
  padding: 5px;
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
}

#order_tb .row {
    padding: 0 !important;
    border-top: 1px solid #CCCCCC;
}

#order_header {
  width: 98%;
  margin: 0 auto;
}

#order_info {
  width: 98%;
  margin: 0 auto;
  clear: both;
  padding: 30px 5px;
}

#order_footer {
  width: 98%;
  margin: 0 auto;
  clear: both;
  padding-top: 10px;
}

.tot {
  border-bottom: 1px solid #CCCCCC;
}

.imp {
  text-align: right;
}

.row_tb {
  padding: 0 !important;
  border-top: 1px solid #CCCCCC;
}

.cell_tot {
  border-left: none !important;
  border-right: 1px solid #CCCCCC;
}

.datepicker th {
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}

#search_art {
  height: auto !important;
}


.sideNav {
  color: #ffffff;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: #ADADAD;
  overflow-x: hidden;
  padding-top: 30px;
  transition: 0.5s;
}

.sideNav input, select, textarea{
  color: #000000;
}

.sideNav table {
  width: 100%;
  margin: 10px 0;
}

.sideNav td {
  padding: 10px 5px;
  border-bottom: 1px solid #ffffff;
}

.sideNav td:first-child {
  border-top: 1px solid #ffffff;
}

.sideNav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  transition: 0.3s;
}

.sideNav a:hover, .offcanvas a:focus{
  color: #CC0000;
}

.sideNav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sideNav .login table {
  margin: 0;
}

.sideNav .login td {
  border: 0 none;
  padding: 2px;
}

@media screen and (max-height: 450px) {
  .sideNav {
    padding-top: 15px;
  }
  
  .sideNav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .header-menu ul li a{
  	padding-left: 0;
  }
  
  .content .col-sm-4{
  }
}

@media screen and (max-width: 767px) {
  .header-top .col-sm-6:first-child{
  	display: inline-block;
  	float: left;
  }
  
  .header-top .col-sm-6:last-child{
  	display: inline-block;
  	float: right;
  }
  
  .header-middle .col-sm-4 {
  	display: inline-block;
  	overflow: inherit;
  }
  
  .social-icons ul li a i {
  	padding: 8px 10px;
  }
  
  .header-menu.pull-right{
  	float: none !important;
  }
  
  .header-menu .nav.navbar-nav{
  	margin-left: -30px;
  }
  
  .header-bottom .col-sm-9{
  	display: inline-block;
  }
  
  .header-bottom {
    background: #EAEAEA;
  }

  .fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }

  .mainmenu{
  	width: 100%;
  }
  
  .mainmenu ul li{
  	background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
  	padding-bottom: 0;
  }
  
  .mainmenu ul li:last-child{
  	padding-bottom: 15px;
  }
  
  .mainmenu ul li  a{
  	color: #fff;
  }
  
  .navbar-collapse.in{
  	overflow: inherit;
  }
  
  .mainmenu ul li a.active{
  	padding-left: 15px;
  }
  
  .header-bottom .col-sm-3 {
  	display: inline-block;
  	position: absolute;
  	left: 0;
  	top: 38px;
  }
  
  .contactinfo{
  	text-align: center;
  }

  .footer-bottom .pull-left, 
  .footer-bottom .pull-right {
  	float: none !important;
  	text-align: center;
  }
  
  .mainmenu.pull-left {
  	float: none !important;  
  }
  
  .footer-bottom .navbar-nav>li>a, .footer-bottom .nav>li>a {
    padding: 0;
  }
  
  .footer-bottom .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .contactinfo{
  	text-align: center;
  }
  
  .contactinfo ul li a {
  	padding-right: 15px;
  	padding-left: 0;
  }
    
  .footer-bottom .pull-left, 
  .footer-bottom .pull-right, 
  .mainmenu.pull-left{
  	float: none !important;
  	text-align: center;
  }
  
  .header-top .col-sm-6:first-child{
  	display: block;
  	float: none;
  }
  
  .header-top .col-sm-6:last-child{
  	display: block;
  	float: none;
  }
  
  .contactinfo .nav.nav-pills, .social-icons .nav.navbar-nav{
  	display: inline-block;
  }
  
  .logo{
  	text-align: center;
  	width: 100%;
  }
  
  .header-menu ul {
  	text-align: center;
    margin-right: 0;
  }
  
  .header-middle .col-sm-4{
  	text-align: center;
  	overflow: inherit;
  }
  
  .header-menu .nav.navbar-nav {
  	margin-left: 0;
  }
  
  .header-bottom .col-sm-9{
  	display: inline-block;
  }
  
  .mainmenu{
  	width: 100%;
  }
  
  .mainmenu ul li{
  	background: rgba(0, 0, 0, 0.5);
      padding-top: 15px;
  	padding-bottom: 0;
  }
  
  .mainmenu ul li:last-child{
  	padding-bottom: 15px;
  }
  
  .mainmenu ul li a {
  	color: #FFF;
  	padding-bottom: 0;
  }
  
  .navbar-collapse.in{
  	overflow: inherit;
  }
  
  .mainmenu ul li a.active{
  	padding-left: 15px;
  }
  
  .footer-bottom p{
  	font-size: 13px;
  	text-align: center;
  }
}

.cc-cookies {
  width: 100%;
}

.container-fluid .row .even {
  background: #F5F5F5;
}

.container-fluid .row .odd {
  background: #DADADA;
}

#powered {
  background: url('images/powered_hsc.png') no-repeat top left;
  display: block;
  width: 142px;
  height: 35px;
}

#powered:hover {
  background-position: top right;
}

.css_tooltip{
  position:relative; /*richiesto per posizionare in modo assoluto elementi span*/
  text-decoration:none; /*rimuove la sottolineatura del testo*/
}

.css_tooltip:hover{
  background-color:#FFFFFF; /*un colore di sfondo è richiesto per Internet Explorer 6*/
}

.css_tooltip span{
  display:none; /*nasconde elementi span in apertura*/
}

.css_tooltip:hover span{
  display:block; /*elementi span vengono visualizzati come elementi di blocco*/
  position:absolute; /*posizionamento in modo assoluto*/
  z-index:20; /*richiesto per posizionare elementi span al di sopra dei altri link*/
  top:-20em;
  left:-30em;
  /*stile del css tooltip*/
/*  width :300px;
  height:300px;*/
  border:1px solid #7F9DB9;
  background-color:#F9F9F9;
  padding:5px;
}

#div_canvas {
  margin-bottom: 20px;
}

.canvas-title {
  display: none;
}

.canvas h2 {
  display: none;
  font-size: 20px;
}