/*
 *	Media query da 768px
 */

/*
 *	MAIN MENU
 */
body.admin-bar #main-menu {
  top: 32px;
  height: calc(100vh - 32px);
}



/*
 *	WORLDWIDE
 */
#legend {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.legend-el {
  align-items: center;
  margin-top: 0;
  margin-left: 40px;
}



/*
 *	SINGLE-FILIALE
 */
.secondary-header {
  display: flex;
}
.secondary-header > div {
  flex-grow: 1;
}
.secondary-header .filiale-title {
}
.secondary-header .go_back {
  display: flex;
  align-items: center;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.secondary-header .go_back i {
  margin: 0 15px -1px 0;
}

/* TAB NEWS & EVENTS */
.filiale-news {
  margin-bottom: 80px;
}
.news {
  padding: 35px 30px;
  transition: all .3s ease;
}
.news:hover {
  border-color: transparent;
  box-shadow: 0 0 25px #cacaca;
}
.news .news-descrizione {
  border-left: 1px solid #333;
  padding-left: 30px;
  height: 100%;
  margin: 0;
}
.news .news-button {
  position: absolute;
  top: calc(100% + 3px);
  right: -3px;
  width: 100%;
  max-width: 400px;
  padding: 20px 30px;
  background-color: #214871;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  text-align: left;
}



/*
 *	SINGLE CASE-HISTORY
 */
.ch-grid {
}
.ch-grid:after {
  content: '';
  display: block;
  clear: both;
}
.ch-grid > div {
  float: left;
  width: 50%;
  padding: 0;
  height: 0;
  padding-bottom: 35%;
  position: relative;
}
.ch-grid .cell {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  margin: 0;
}

.ch-grid .cell > div {
  height: 100%;
}
.ch-grid .cell .img {
  height: 100%;
  padding-bottom: 0;
}



/*
 *	SINGLE POST
 */
.post-header {
  padding-bottom: 350px;
}

/*CRISZ*/
.containerS {
  max-width: 720px;
}
.blu-title{
  padding-left: 20px !important;
  margin-left: -20px !important;
}

.product-boxes h2.productBoxTitle{
  /*display: inline-block !important;*/
}
.tax-famiglia_cat .tredicons .treDicon{
  margin: 0 10px;
}
.tax-famiglia_cat .tredicons .tredrotate{
  width: 40px;
  height: 40px;
  float: left;
}
.tax-famiglia_cat .tredicons .tredzoom{
  width: 40px;
  height: 40px;
  float: right;
}

.tax-famiglia_cat .tredidesc{
  display: block;
    clear: both;
}

.confgearmotors a.btn{padding: 10px}

.TechData .card .card-body{
  padding: 0 10px 10px;
}

.tax-famiglia_cat .reqinfo{
  margin-top: 20px
}