@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(../../ico/style.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:800,600,400,300);
.site-stripe-color {
  background-image: -webkit-linear-gradient(top, #c5c4c1 0%, #a09e9a 100%);
  background-image: -o-linear-gradient(top, #c5c4c1 0%, #a09e9a 100%);
  background-image: linear-gradient(to bottom, #c5c4c1 0%, #a09e9a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5c4c1', endColorstr='#ffa09e9a', GradientType=0);
  color: white;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  font-family: "Raleway", sans-serif;
  text-align: left;
  font-weight: 800;
}
/* https://gist.github.com/claviska/6117193.js */
/* Example usage (uses Bootstrap's Less variables):

.btn-default {
	.pretty-buttons(@btn-default-color, @btn-default-bg);
}
.btn-primary {
	.pretty-buttons(@btn-primary-color, @btn-primary-bg);
}
.btn-success {
	.pretty-buttons(@btn-success-color, @btn-success-bg);
}
.btn-info {
	.pretty-buttons(@btn-info-color, @btn-info-bg);
}
.btn-warning {
	.pretty-buttons(@btn-warning-color, @btn-warning-bg);
}
.btn-danger {
	.pretty-buttons(@btn-danger-color, @btn-danger-bg);
}
.btn-inverse {
	.pretty-buttons(white, #474949);
}

*/
.img-responsive,
#homeTopCarousel .carousel-inner > .item > img,
#homeTopCarousel .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
html,
body {
  height: 100%;
  /*background: url(http://asm.demo.axxion.it/img/bg-banner.jpg);*/
  font-family: 'roboto', Arial, serif;
  font-weight: 400;
}
.small-item-ad {
  background-color: #EAEAEA;
  margin: 0;
  margin-bottom: 2px;
}
.small-item-ad .col-lg-4 {
  padding-left: 0;
  padding-right: 1px;
}
.small-item-ad .col-lg-8 {
  background-color: #EAEAEA;
  color: #454648;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  height: 100%;
  padding: 0;
  line-height: 14px;
}
.small-item-ad .col-lg-8 div {
  margin: 6px;
}
.small-item-ad .col-lg-8 div span {
  color: #D34939;
  display: block;
  font-size: 16px;
}
.slide-ads-box ins {
  display: block;
}
.site-brand a,
.search-header a,
.body-content h2 a,
.address a,
.truck-typologies a,
.star a,
.form-search span a,
.small-item-ad a {
  color: #777;
}
.site-brand a:hover,
.site-brand a:active,
.site-brand a:visited,
.site-brand a:link,
.search-header a:hover,
.search-header a:active,
.search-header a:visited,
.search-header a:link,
.body-content h2 a:hover,
.body-content h2 a:active,
.body-content h2 a:visited,
.body-content h2 a:link,
.address a:hover,
.address a:active,
.address a:visited,
.address a:link,
.truck-typologies a:hover,
.truck-typologies a:active,
.truck-typologies a:visited,
.truck-typologies a:link,
.star a:hover,
.star a:active,
.star a:visited,
.star a:link,
.form-search span a:hover,
.form-search span a:active,
.form-search span a:visited,
.form-search span a:link,
.small-item-ad a:hover,
.small-item-ad a:active,
.small-item-ad a:visited,
.small-item-ad a:link,
.search-box a.btn,
.search-box a.btn:hover,
.search-box a.btn:active,
.search-box a.btn:visited,
.search-box a.btn:link,
.site-myvetrina a,
.site-myvetrina a:hover,
.site-myvetrina a:active,
.site-myvetrina a:visited,
.site-myvetrina a:link,
.back-link a,
.back-link a:hover,
.back-link a:active,
.back-link a:visited,
.back-link a:link,
.alert a,
.alert a:hover,
.alert a:active,
.alert a:visited,
.alert a:link {
  color: #333;
}
.site-myvetrina {
  padding-top: 30px;
}
.site-myvetrina .row {
  border-bottom: solid 1px #C1C1C1;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.site-myvetrina .row:last-child {
  border-bottom: none;
}
.site-myvetrina a,
.site-myvetrina a:hover,
.site-myvetrina a:active,
.site-myvetrina a:visited,
.site-myvetrina a:link {
  color: #E82C29;
  font-weight: bold;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -160px;
  padding: 0 0 160px;
}
.wrap > .container.header {
  padding: 30px 0 0 20px;
  margin-top: 50px;
  position: relative;
  display: block;
}
.container.header > div.col-sm-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrap > .container {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
.btn-geo {
  font-size: 16px;
  padding: 2px 10px;
  margin-top: 2px;
}
.footer {
  border-top: solid 9px white;
  padding-top: 20px;
  background-color: #333333;
  color: #FFFFFF;
  padding-bottom: 10px;
  min-height: 160px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.footer hr.flag {
  margin: 0;
  position: relative;
  top: -29px;
}
.footer p {
  margin: 0;
  font-size: 11px;
  font-weight: normal;
}
.footer .social {
  position: relative;
}
.footer .social > div {
  font-size: 18px;
  width: 35px;
  height: 35px;
  color: white;
  position: relative;
  border-radius: 50%;
  margin-left: 10px;
  line-height: 24px;
}
.footer .social > div.rss {
  background-color: #ffac00;
}
.footer .social > div.fb {
  background-color: #577db0;
}
.footer .social > div.tw {
  background-color: #52cbdd;
}
.footer .social > div > div {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
.footer .social a,
.footer .social a:hover,
.footer .social a:active,
.footer .social a:visited,
.footer .social a:link {
  color: white;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after,
.dropdown-menu a .asc:after,
.dropdown-menu a .desc:after,
button .asc:after,
button .desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after,
.dropdown-menu a .asc:after,
button .asc:after {
  content: "\e151";
}
a.desc:after,
.dropdown-menu a .desc:after,
button .desc:after {
  content: "\e152";
}
.dropdown-menu a .asc:after,
button .asc:after {
  content: "\e155";
}
.dropdown-menu a .desc:after,
button .desc:after {
  content: "\e156";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.shoulder h3 {
  margin-top: 0;
}
.shoulder .badge {
  display: block;
  margin: 0;
  font-size: 8px;
  /*background: transparent;*/
  /*color: #333333;*/
  /*border-bottom: dotted 1px #333333;*/
  /*border-radius: 0;*/
}
.shoulder form > ul > li {
  margin-bottom: auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: static;
}
.shoulder form > ul > li > ul {
  margin-top: 3px;
  margin-bottom: 0;
}
.shoulder form > ul > li > ul > li {
  border: 0;
  padding: 2px 2px;
  overflow: auto;
  background: transparent;
}
.shoulder form > ul > li > ul > li .col-lg-10 {
  padding: 0;
}
.shoulder form > ul > li > ul > li > span > * {
  vertical-align: middle;
}
.shoulder form > ul > li > ul + span {
  font-size: 11px;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.shoulder form > ul > li > ul > li > span > input {
  margin: 0;
}
.shoulder form > ul > li > ul > li > span > label {
  font-weight: normal;
  font-size: 11px;
  margin: 2px 4px;
  max-width: 85%;
}
.shoulder form > ul > li > ul > li > span.badge {
  font-size: 10px;
  margin-top: 3px;
  text-align: center;
  padding: 2px 6px;
}
.site-index {
  padding-top: 20px;
}
.site-index .pagination-sm > li > a,
.site-index .pagination-sm > li > span {
  color: #575859;
}
.site-index .pagination > .active > a,
.site-index .pagination > .active > span,
.site-index .pagination > .active > a:hover,
.site-index .pagination > .active > span:hover,
.site-index .pagination > .active > a:focus,
.site-index .pagination > .active > span:focus {
  background-color: #f1f1f1;
  border-color: #CCCCCC;
  color: #575859;
}
.site-index .photo-list {
  padding: 0;
  text-align: center;
}
.site-index .photo-list > a > img {
  max-width: 100%;
}
.site-index .list-item-row {
  margin-bottom: 10px;
  margin-top: 1px;
  padding: 15px;
  box-shadow: 0 0 2px 1px #DDDDDD;
}
.site-index .list-item-row:after {
  content: "";
  display: block;
  position: relative;
  left: -15px;
  bottom: -22px;
  width: 34.1%;
  z-index: 2;
}
.site-index .list-item-row:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  left: 5px;
  right: 5px;
  bottom: 24px;
  width: 67%;
  height: 7px;
}
.site-index .list-item-row h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.importance-9 {
  background-color: #fbfbfb;
  border: solid 2px #00A651 !important;
  padding-top: 10px;
}
.site-index .list-item-row h2 a,
.site-index .list-item-row h2 a:hover,
.site-index .list-item-row h2 a:active,
.site-index .list-item-row h2 a:visited,
.site-index .list-item-row h2 a:link,
.site-index .list-item-row h3 a,
.site-index .list-item-row h3 a:hover,
.site-index .list-item-row h3 a:active,
.site-index .list-item-row h3 a:visited,
.site-index .list-item-row h3 a:link .magazine a,
.magazine a:hover,
.magazine a:active,
.magazine a:visited,
.magazine a:link,
.magazine-top a,
.magazine-top a:hover,
.magazine-top a:active,
.magazine-top a:visited,
.magazine-top a:link,
.last-magazine a,
.last-magazione a:hover,
.last-magazione a:active,
.last-magazione a:visited,
.last-magazione a:link {
  color: #E82C29;
}
.last-magazine h3 {
  margin-bottom: 20px !important;
  border-bottom: 0 !important;
}
.last-magazine .post {
  margin-bottom: 20px;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 10px !important;
  overflow: hidden;
}
.site-index .list-item-row h3 {
  font-size: 16px;
  line-height: 10px;
  font-weight: bold;
  color: #E82C29;
  margin: 15px 0;
}
.site-index .list-item-row .address {
  text-align: right;
  color: #798FA1;
}
.dealer-index .list-item-row .address {
  text-align: left;
}
.site-index .list-item-row .address h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #E82C29;
}
.site-index .list-item-row .address .street {
  margin: 0;
  font-size: 11px;
  line-height: 12px;
}
.site-index .list-item-row .address .zip {
  margin: 0;
  font-size: 12px;
}
.site-index .list-item-row table tr {
  border-bottom: solid 1px #f1f1f1;
}
.site-index .list-item-row .link {
  color: #E82C29;
  font-size: 14px;
  text-align: right;
  float: right;
}
.site-index .list-item-row .link span {
  /*color: #798FA1;*/
  font-size: 14px;
}
.site-index .list-item-row .table-responsive {
  line-height: 18px;
  padding: 7px 0;
  font-size: 13px;
  margin-left: 0;
}
@media (max-width: 980px) {
  .fh-img {
    position: relative;
    right: 0;
  }
  .btns {
    text-align: center;
  }
  .list-selector .btn-group .btn {
    font-size: 13px;
    width: 90%;
    margin-bottom: 10px;
    float: none;
  }
  .list-selector nav {
    float: none !important;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }
  .list-selector .pagination-sm > li > a,
  .list-selector .pagination-sm > li > span {
    font-size: 11px;
  }
  th.col-xm-2:nth-child(even),
  td.col-xm-2:nth-child(even) {
    background-color: #eee;
  }
  tr:nth-child(2) {
    border-left: 1px solid #f1f1f1;
    box-shadow: 0 1px 2px #999;
  }
  .site-index .list-item-row .img-brand {
    width: 30%;
  }
  .site-index .list-item-row .table-responsive {
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
  }
  .site-index .list-item-row .table-responsive th {
    font-size: 9px;
  }
  .table-responsive > .table {
    text-align: center;
  }
  .site-index .list-item-row .table-responsive tr {
    float: left;
    width: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    height: 30px;
    float: left;
    clear: both;
    width: 100%;
  }
}
.site-detail {
  font-size: 13px;
  color: #607586;
}
.site-detail .btn {
  padding: 2px 10px;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
  white-space: normal;
}
.site-detail .btn i {
  margin-right: 3px;
}
.site-detail .body-content h3 {
  margin: 0;
}
.site-detail .body-content h4 {
  color: #E82C29;
  border-bottom: solid 1px #E82C29;
  font-size: 12px;
}
.site-detail .modal-dialog .btn {
  width: auto;
}
.highlight {
  font-size: 10px;
}
/*
.site-detail .header {
    padding-bottom: 30px; border-bottom: 1px solid #D1D5DC;
}
*/
.site-detail h1 {
  color: #454648;
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 0 -15px;
}
.site-detail h1 span[itemprop="brand"] {
  font-weight: bold;
}
.site-detail .header .col-lg-2 {
  line-height: 16px;
  padding: 0 0 3px;
  text-align: right;
}
.site-detail .header .col-lg-2 p.offer {
  font-weight: bold;
  margin-bottom: 2px;
}
.site-detail .header .col-lg-2 p {
  margin: 0;
}
.site-detail [itemprop="price"] {
  font-size: 28px;
  color: #FFB01F;
  line-height: 32px;
  font-weight: bold;
}
.site-detail .highlight .row {
  padding: 5px 0;
  color: #454648;
  margin: 0;
  /*color: #798FA1;*/
}
/*
.site-detail .highlight .row.odd{
    background-color: #F8F8F8;
}*/
.site-detail .small_img {
  border: 1px solid #EBEBEB;
  background: #F8F8F8;
  padding: 14px 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.site-detail .small_img > a {
  margin: 7px;
  display: inline-block;
}
.site-detail .small_img > a > img {
  width: 89px;
}
.site-detail h3 {
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #293848;
  text-shadow: 0 0 0 #293848;
  border-bottom: 1px solid #D1D5DC;
  padding: 0 0 7px 0;
  margin: 0 0 20px 0;
}
.site-detail h3 strong {
  font-weight: bold;
  margin-right: 8px;
}
.site-detail h5 {
  color: #293848;
  font-weight: bold;
}
#tab-detail {
  font-family: 'Roboto Condensed', sans-serif;
}
#tab-detail.nav-tabs {
  border: none;
}
#tab-detail.nav-tabs > li {
  width: 20%;
  text-align: center;
}
#tab-detail.nav-tabs > li a {
  color: #454648;
  background-color: #dbdbdd;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 3px;
}
#tab-detail.nav-tabs > li.active a {
  background-color: #eeeeee;
  color: #E82C29;
  border-color: #eeeeee;
}
#tab-detail + .tab-content {
  background-color: #eeeeee;
  overflow: auto;
  padding: 10px 0;
  border-radius: 0 6px 6px;
  color: #454648;
}
#tab-detail + .tab-content .row {
  margin: 0;
  border-bottom: solid 1px white;
}
#tab-detail + .tab-content .row > div:first-child {
  padding-left: 0;
  font-weight: bold;
}
.site-detail .box {
  width: 180px;
  border: 1px solid #EBEBEB;
  padding: 11px 19px 14px;
  background: #F8F8F8;
  margin-bottom: 20px;
}
.site-detail .large-col-btn > .row {
  margin-left: -2px;
  margin-right: -2px;
}
.site-detail .large-col-btn .btn {
  width: 100%;
}
.site-detail .large-col-btn > div div {
  padding: 0 2px;
}
.bt-selector ul {
  list-style: none;
  padding-left: 0;
}
.bt-selector ul li input {
  vertical-align: top;
}
.bt-selector ul li label {
  margin-left: 5px;
  font-size: 11px;
  width: 60%;
}
#main-menu {
  margin: 0 -15px 15px;
  border-radius: 0;
  background: none;
  border: none;
}
#main-menu a {
  padding: 7px 20px 0;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: solid 3px #FFFFFF;
}
.menu .flag {
  display: none;
}
#main-menu a:hover,
#main-menu .menu-current a {
  border-bottom: solid 3px #E82C29;
}
.menu {
  width: 100%;
  /*background-color: #FCFCFC !important;*/
}
#main-menu {
  margin: 0 auto 0;
  min-height: 42px;
}
.menu hr.flag {
  margin-top: 2px;
  margin-bottom: 0;
}
#main-menu-collapse {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 7px;
}
/*http://jsfiddle.net/pgrdm7jt/3/*/
form .dropdown-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 135px;
  margin-top: 0;
}
form .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #cccccc;
}
form .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 10px;
}
form .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #666666;
  border: 1px solid #333333;
}
form .dropdown-menu::-webkit-scrollbar-thumb:active {
  background-color: #666666;
  border: 1px solid #333333;
}
.flag {
  border: 0;
  border-top: 1px solid #EC1C23;
  border-bottom: 1px solid #1cae56;
  height: 2px;
}
.asm-title {
  position: relative;
  font-weight: 400;
  background-color: #7D1717;
  display: block;
  padding: 5px 17px;
  border: solid 1px #7D1717;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(top, #EC1C23 0%, #7D1717 100%);
  background-image: -o-linear-gradient(top, #EC1C23 0%, #7D1717 100%);
  background-image: linear-gradient(to bottom, #EC1C23 0%, #7D1717 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec1c23', endColorstr='#ff7d1717', GradientType=0);
}
.search-box {
  border: solid 8px #00A651;
  position: relative;
  margin-top: 35px;
  min-height: 297px;
}
.search-box a.btn {
  white-space: normal;
}
.search-box:before {
  position: absolute;
  right: -1px;
  top: -1px;
  content: '';
  border-top: 46px solid #00A651;
  border-left: 46px solid transparent;
}
.search-box:after {
  position: absolute;
  right: -9px;
  top: -9px;
  content: '';
  border-top: 48px solid white;
  border-left: 48px solid transparent;
}
.search-box > .clearfix:before {
  position: absolute;
  left: -1px;
  bottom: -1px;
  content: '';
  border-bottom: 46px solid #00A651;
  border-right: 46px solid transparent;
}
.search-box > .clearfix:after {
  position: absolute;
  left: -9px;
  bottom: -9px;
  content: '';
  border-bottom: 50px solid white;
  border-right: 50px solid transparent;
}
.search-box h5 {
  position: absolute;
  top: -50px;
  left: -8px;
  right: 43px;
  line-height: 22px;
  padding: 1px 7px 1px 15px;
}
.search-box .tab-content {
  margin: 20px 0;
  border-left: solid 1px #cccccc;
}
.search-box h5:after {
  position: absolute;
  right: -2px;
  top: -2px;
  content: '';
  border-top: 28px solid white;
  border-left: 28px solid transparent;
}
.search-box .nav-tabs > li {
  margin: 10px 0;
}
.search-box .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}
.search-box .tabs-left > li > a {
  padding: 10px 0 0;
  border-bottom: solid 2px transparent !important;
  display: inline;
  font-size: 1vw;
}
.search-box .nav-tabs > li > a:hover,
.search-box .nav-tabs > li.active > a {
  border-bottom: solid 2px green !important;
  color: #333333;
  padding: 10px 0 0;
  background: none;
}
.header {
  height: 110px;
  margin-bottom: 20px;
  position: relative;
}
.header > div > div {
  position: relative;
}
/*.header #leaderboard {*/
/*right:  0;*/
/*}*/
/*max-width: 100%;*/
/*}*/
/*#leaderboard img {*/
/*max-width: 100%;*/
/*}*/
/*#leaderboard object {*/
/*max-width: 100%;*/
/*}*/
#top-menu {
  background-color: #333333;
  min-height: 42px;
  font-size: 12px;
}
#top-menu .container {
  padding-left: 7px;
  padding-right: 0;
}
#top-menu a {
  color: white;
  padding: 13px 11px 0 11px;
  margin-left: 0;
  z-index: 1;
}
#top-menu .navbar-nav > li > a {
  height: 42px;
}
#top-menu li.pull-right > a {
  padding-right: 6px;
  padding-bottom: 0;
}
#top-menu li .dropdown-menu a {
  color: black;
}
.footer .container {
  line-height: 12px;
}
.wrap > .container {
  padding-left: 0;
  padding-right: 0;
}
form .input-group-addon {
  background-color: white;
  border-radius: 0;
  padding: 0 9px;
}
form .list-group-item {
  background-color: transparent;
  border: 0;
}
form .list-group-item:first-child {
  border-radius: 0;
}
form .list-group-item .col-xs-8 {
  padding: 0;
}
form label {
  margin-bottom: 2px;
  text-transform: capitalize;
}
form .btn-group .btn {
  border-radius: 0;
}
form .btn-group > .btn:first-child {
  padding: 4px 8px;
  width: 100%;
  text-align: left;
}
form .btn-group > .btn:first-child .caret {
  right: 5px;
  top: 45%;
  position: absolute;
}
form .range .btn-group {
  width: 49%;
}
form .range > .btn-group:nth-child(2) {
  margin-right: 1%;
}
#brand .carousel-control::before {
  content: ' ';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.col-lg-2 {
  width: 20%;
}
/* reset bootstrap 3.3.x 3d transitions */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.anim > .item {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
.carousel-inner .active.left {
  left: -8.33333333%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.item:not(.prev) {
  visibility: visible;
}
.item.right:not(.prev) {
  visibility: hidden;
}
.rightest {
  visibility: visible;
}
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 ?smail Demirbilek
 * License: MIT
 */
.tabs-left {
  border: none;
  padding-top: 2px;
  margin: 10px 0 40px;
}
.tabs-left > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
/*.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}*/
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  margin-right: 0;
  display: block;
  border: 0 ! important;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.form-control {
  border-radius: 0;
  padding: 2px 0 3px 7px;
  height: auto;
}
.magazine {
  text-align: justify;
}
.magazine .magazine-top {
  margin-bottom: 30px;
}
.magazine .magazine-top img {
  margin-top: 30px;
}
.magazine .magazine-top h3 {
  margin-top: 30px;
  font-size: 30px;
  color: #454648;
}
.magazine .magazine-top-dx {
  padding-top: 30px;
}
.magazine-middle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.magazine-middle h3 {
  font-size: 20px;
  color: #454648;
}
.magazine-upper-sx {
  border-right: solid 1px #C1C1C1;
}
.magazine-upper-sx h3,
.magazine-upper-dx h3 {
  font-size: 23px;
  color: #E82C29;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 26px;
  overflow: hidden;
  margin-top: 0;
}
.magazine-upper-sx img,
.magazine-upper-dx img {
  margin-top: 35px;
}
.magazine .link {
  border-bottom: solid 1px #C1C1C1;
  padding-top: 5px;
  text-align: right;
  margin-top: 15px;
}
.magazine .link a,
.magazine .link a:hover,
.magazine .link a:active,
.magazine .link a:visited,
.magazine .link a:link {
  color: #EC1C23;
  text-transform: capitalize;
}
.magazine-middle .col-sm-4 img {
  margin-top: 20px;
}
.magazine-lower .col-sm-4 img {
  margin-top: 20px;
}
.magazine .magazine-upper-sx .col-sm-12,
.magazine .magazine-upper-dx .col-sm-12 {
  padding: 0;
}
.input-group-addon,
.pagination,
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-radius: 0;
}
.claim {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 19px;
}
.claim .ang {
  display: block;
  font-size: 26px;
  line-height: 22px;
}
.typeahead.form-control {
  padding: 6px 12px;
}
.twitter-typeahead.typeahead.form-control {
  padding: 0;
}
.typeahead input {
  width: 100%;
  padding: 6px 12px 6px;
  border: 0;
}
.typeahead-autocomplete {
  display: none;
}
.typeahead-autocomplete + .typeahead {
  border: solid 1px #cccccc;
  display: block !important;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  width: 422px;
  margin-top: 2px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
#form-search-type a span {
  font-size: 70px;
  text-align: center;
  display: block;
  position: relative;
  top: 10px;
}
#form-search-type a {
  height: 68px;
  color: #333333;
}
#form-search-type a:active,
#form-search-type a:visited,
#form-search-type a:link {
  text-decoration: none;
  text-align: center;
  line-height: 13px;
}
#form-search-type a:hover {
  color: #1cae56;
}
/* #form-search-type .camion a, */
#form-search-type .camion a:hover {
  color: #EC1C23;
}
#form-search-type a {
  display: block;
}
#form-search-type .col-sm-4 {
  text-align: center;
}
.ico-search {
  margin-bottom: 50px;
}
#brand {
  border-left: solid 15px white;
  border-right: solid 15px white;
}
#brand .carousel-indicators {
  display: none;
}
.mobile-social-share {
  background: none repeat scroll 0 0 #EEEEEE;
  display: block !important;
  min-height: 70px !important;
  margin: 50px 0;
}
body {
  color: #777777;
  font-size: 13px;
  line-height: 19.5px;
}
.mobile-social-share h3 {
  color: inherit;
  float: left;
  font-size: 15px;
  line-height: 20px;
  margin: 25px 25px 0 25px;
}
.share-group {
  float: right;
  margin: 18px 25px 0 0;
}
.btn-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.social-share {
  list-style: none outside none;
  margin: 0;
  min-width: 61px;
  padding: 0;
}
.social-share a,
.social-share a:hover,
.social-share a:active,
.social-share a:visited,
.social-share a:link {
  color: white;
  background-color: #333333;
  border-radius: 12px;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  margin-left: 6px;
}
.social-share a:hover.fb {
  background-color: #577db0;
}
.social-share a:hover.tw {
  background-color: #52cbdd;
}
.social-share a:hover.gp {
  background-color: #da4935;
}
.social-share a:hover.ln {
  background-color: #0177b5;
}
.social-share a:hover.su {
  background-color: #eb4924;
}
.caret {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
#socialShare {
  margin: 0;
}
/*
@media (max-width : 320px) {
    #socialHolder{
        padding-left:5px;
        padding-right:5px;
    }
    
    .mobile-social-share h3 {
        margin-left: 0;
        margin-right: 0;
    }
    
    #socialShare{
        margin-left:5px;
        margin-right:5px;
    }
    
    .mobile-social-share h3 {
        font-size: 15px;
    }
}

@media (max-width : 238px) {
    .mobile-social-share h3 {
        font-size: 12px;
    }
}
*/
/*

#pt:before {
    content: '*';
}

*/
#socialShare .btn {
  width: auto;
}
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.search-box .tabs-left > li > a {
  font-size: 8px;
}
@media (max-width: 520px) {
  .advanced-options {
    float: none !important;
    display: block !important;
  }
  .list-selector .btn-group .btn {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
  }
  .list-selector .btn-group {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wrap > .container.header {
    height: 100%;
    min-height: 80px;
  }
  img.logo.img-responsive {
    position: relative;
  }
  .list-selector .btn-group {
    width: 49%;
    padding: 0;
    text-align: center;
  }
  .list-selector .btn-group .btn {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    float: none;
    min-height: 29px;
  }
  .list-selector .btns > .btn-group {
    width: 68%;
  }
  .list-selector .btns > .btn-group:last-child {
    width: 30%;
  }
  .visible {
    display: block !important;
  }
  .advanced-options {
    display: none;
  }
  .alwaysOpened {
    display: block;
  }
  .search-box .tabs-left > li > a {
    font-size: 10px;
  }
  .btn {
    font-size: 10px;
  }
  .site-index form#form-search-seller ul li.list-group-item div.col-xs-12 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .search-box .tabs-left > li > a {
    font-size: 12px;
  }
  .btn {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .search-box .tabs-left > li > a {
    font-size: 12px;
  }
  .btn {
    font-size: 12px;
  }
}
[class$=-index] h1,
[class$=-create] h1,
[class$=-update] h1 {
  display: none;
}
.small_img_2 img {
  width: 49%;
  margin-right: 1%;
}
.small_img_3 img {
  width: 32%;
  margin-right: 1%;
}
.small_img_4 img {
  width: 24%;
  margin-right: 1%;
}
.small_img_5 img {
  width: 19%;
  margin-right: 1%;
  max-height: 52px;
}
.small_img_div {
  margin-top: 5px;
}
.small_img a:last-child img {
  margin-right: 0;
}
.small_img .row {
  margin-left: -3px;
  margin-right: -8px;
}
.small_img a {
  display: inline-block;
  width: 24%;
  background-size: cover;
  background-position: 50% ;
}
.small_img a img:first-child {
  display: none;
}
.small_img img {
  width: 100%;
}
.small_img_2 a {
  width: 49%;
  margin-right: 1%;
}
.small_img_3 a {
  width: 32%;
  margin-right: 1%;
}
.small_img_4 a {
  width: 24%;
  margin-right: 1%;
}
.small_img_5 a {
  width: 19%;
  margin-right: 1%;
  max-height: 52px;
}
.seven-cols {
  margin-top: 30px;
  margin-bottom: 30px;
}
.seven-cols ul {
  padding-left: 0;
  list-style: none;
}
.seven-cols ul a {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 4px;
}
.seven-cols p {
  font-size: 80px;
  text-align: center;
}
.seven-cols h2 {
  font-size: 15px;
  text-align: center;
  height: 50px;
  font-weight: bold;
}
.seven-cols h2 a {
  color: #333333;
}
.seven-cols .row {
  margin: 5px;
}
.seven-cols .row p {
  margin-top: -5px;
  margin-bottom: -25px;
}
.seven-cols .col-xs-1,
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
  width: 100%;
  *width: 100%;
}
@media (max-width: 768px) {
  .site-detail .body-content h4 {
    color: #777;
    border: 1px solid #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    background: #f1f1f1;
    font-size: 13px;
    cursor: pointer;
  }
  .xs-btns {
    margin: 0 !important;
  }
  .xs-btns .btn:nth-last-child {
    margin-left: 1%;
  }
  .wrap > .container.header {
    padding-left: 0;
  }
  .visible {
    display: block !important;
  }
  .advanced-options {
    margin-bottom: 10px;
    text-align: center;
  }
  .advanced-options a {
    font-weight: 700;
    color: #00A651;
  }
  .advanced-options > a > button {
    margin: 0 auto;
  }
  .advanced-options a:hover {
    text-decoration: none;
  }
  #form-search-basic li.list-group-item > label {
    font-size: 8px;
  }
  .wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer {
    height: auto;
    padding-bottom: 105px;
  }
  .footer p {
    margin: 0;
    font-size: 10px;
    font-weight: normal;
  }
  #top-menu {
    display: none;
  }
  .site-index {
    margin-top: 0;
  }
  #main-menu .navbar-header {
    position: relative;
    top: -10px;
  }
  .wrap > .container.header {
    margin-top: 20px;
    margin-left: 6px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .search-box .tab-content {
    border-left: 0;
  }
  .claim {
    display: none;
  }
  .ad-dx {
    margin-top: 30px;
    text-align: center;
  }
  .ad-dx > div {
    display: inline-block;
  }
  .logo {
    max-width: 75%;
  }
  form .btn-group > .btn:first-child .caret {
    margin-top: 3px;
  }
  div.modal-dialog table td {
    display: inline-block;
  }
  .modal-dialog {
    margin: 10px auto;
  }
  div#msg-modal {
    padding-right: 0 !important;
  }
  .slide-ads-box {
    width: 100%;
    clear: both;
    margin-top: 20px;
    text-align: center;
  }
  .slide-ads-box ins {
    margin: 0 auto;
    width: 45%;
  }
  .slideshow {
    margin-top: 20px;
  }
  .list-selector .btn-group {
    width: 49%;
    padding: 0;
    text-align: center;
  }
  .site-index form#form-search-seller ul li.list-group-item div.col-xs-12 {
    padding: 6px;
  }
  .site-detail #detail-mobile-buttons .btn i {
    font-size: 30px;
    width: 100%;
  }
}
.ads-lb {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-search-basic li.list-group-item > label {
    font-size: 8px;
  }
  #main-menu .text {
    display: none;
  }
  .seven-cols h2 {
    font-size: 10px;
  }
  .seven-cols p {
    font-size: 58px;
  }
  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    margin: 0 0.5%;
    width: 13.285714285714285714285714285714%;
    *width: 13.285714285714285714285714285714%;
  }
}
@media (min-width: 992px) {
  .seven-cols h2 {
    font-size: 12px;
  }
  .seven-cols p {
    font-size: 80px;
  }
  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    margin: 0 0.5%;
    width: 13.285714285714285714285714285714%;
    *width: 13.285714285714285714285714285714%;
  }
}
@media (max-width: 992px) {
  .ad-dx img {
    width: 240px;
    height: 200px;
  }
  .claim {
    font-size: 14px;
  }
  .claim .ang {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .seven-cols p {
    font-size: 80px;
  }
  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    margin: 0 0.5%;
    width: 13.285714285714285714285714285714%;
    *width: 13.285714285714285714285714285714%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  text-align: center;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev {
  left: -35px;
}
.slick-next {
  right: -35px;
}
/*.slick-center {*/
/*background-color: red;*/
/*}*/
.slick-prev:before {
  content: "\e257";
}
.slick-next:before {
  content: "\e258";
}
.slick-next:before,
.slick-prev:before {
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 28px;
  color: #666666;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    margin: 0 0.5%;
    width: 13.285714285714285714285714285714%;
    *width: 13.285714285714285714285714285714%;
  }
}
#form-signup .radio {
  float: left;
  margin: 0 10px 10px;
}
#form-signup .help-block {
  clear: both;
}
#form-signup .form-control {
  height: 25px;
  padding: 3px 6px;
}
#form-signup .input-group-addon {
  padding: 3px 6px;
}
#form-signup .form-group {
  margin-bottom: 0;
}
#form-signup .form-group > label {
  margin-bottom: 2px;
  font-variant: normal;
  font-size: 11px;
  line-height: 13px;
}
#form-signup .contract h1 {
  font-size: 18px;
  margin: 0 5px;
  color: black;
  font-weight: bold;
}
#form-signup .contract p {
  padding: 5px 10px;
}
.vda-offer-form .form-control {
  padding: 2px 12px 2px 2px;
  height: 24px;
}
.vda-offer-form textarea.form-control {
  height: 120px;
}
.valign-middle:before {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.valign-middle > a {
  display: inline-block;
}
.valign-middle > * {
  vertical-align: middle;
  width: 99%;
}
.valign-bottom:before {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.valign-middle > a {
  display: inline-block;
}
.valign-middle > * {
  vertical-align: middle;
  width: 99%;
}
.input-group .form-control {
  z-index: auto;
}
#brand .slick-track {
  height: 70px;
}
.star {
  position: relative;
  float: left;
  margin-right: 5px;
}
/*.star a span {*/
/*position: absolute;*/
/*}*/
.star .fa-heart,
.star .fa-heart-o {
  color: red;
  position: absolute;
  left: 0;
  top: 4px;
}
.star a span {
  padding-left: 20px;
}
.star a span :first-child,
.star a.faved span:first-child {
  display: none;
}
.star a span :last-child,
.star a.faved span:last-child {
  display: inline-block;
}
.star a.faved :first-child,
.star a :last-child {
  display: none;
}
.star a:hover span :first-child,
.star a.faved:hover span:last-child {
  display: inline-block;
}
.star a:hover span :last-child,
.star a.faved:hover span:first-child {
  display: none;
}
.search-header {
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-size: 14px;
}
.slideshow {
  position: relative;
  float: left;
  padding: 0 35px;
  clear: both;
  margin-top: 20px;
}
.slideshow .slick-prev {
  left: 0;
}
.slideshow .slick-next {
  right: 8px;
}
.ajax-form .add-item {
  float: right;
  margin: 20px 0;
}
.ajax-form {
  overflow: auto;
}
.no-fave .star,
.no-fave .link {
  display: none;
}
.offer-images div {
  float: left;
  margin-right: 10px;
}
.offer-images {
  margin-bottom: 10px;
}
.display-phone i.fa {
  width: 30px;
  text-align: center;
  font-size: 16px;
}
.fileupload-buttonbar .delete {
  display: none;
}
.fileupload-buttonbar > input {
  display: none;
}
.template-download {
  display: none;
}
.optional-list ul {
  list-style: none;
  padding: 0;
}
.optional-list ul input {
  margin-right: 10px;
}
.modal-lg {
  width: 90%;
}
.breadcrumb {
  visibility: hidden;
}
.seo-fallback .breadcrumb {
  visibility: visible;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.seo-fallback .breadcrumb > li + li:before {
  content: "\003e";
}
.alert {
  margin-top: 15px;
}
.top-margin {
  margin-top: 20px;
}
.agos {
  font-size: 9px;
  margin: 8px 0 0;
  display: block;
}
.agos img {
  width: 10%;
  display: inline-block;
  margin-right: 5px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  border: 1px solid #333333;
  right: 0;
  padding: 3px 10px;
  background-color: black;
  z-index: 20000;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  display: none;
}
.w2p-page-selector .col-xs-1 {
  border: solid 1px #CCCCCC;
}
.csm-tooltip {
  margin: 10px;
  padding: 15px;
  border: 1px solid #C1C1C1;
  background-color: whitesmoke;
  position: absolute;
  z-index: 2;
  font-size: 18px;
}
.csm-tooltip span {
  font-size: 17px;
  padding-right: 5px;
}
.w2p-page-selector .col-xs-1 {
  border: solid 1px #CCCCCC;
  height: 90px;
  line-height: 30px;
  text-align: center;
  width: 120px;
}
#print .col-xs-3 {
  height: 160px;
  border: solid 1px #CCCCCC;
  text-align: center;
}
#print .col-xs-3 h1 {
  font-size: 12px;
  text-align: left;
  margin: 3px 1px;
  font-weight: normal;
  border-bottom: solid 1px #DEDEDE;
  padding-bottom: 5px;
  display: block;
}
#print .col-xs-3 h3 {
  font-size: 12px;
  text-align: center;
  margin: 5px 2px;
}
#print .col-xs-3 img {
  max-height: 85px;
  display: inline-block;
}
#print .ui-state-hover {
  border: solid 1px black;
}
@media (max-width: 768px) {
  form .dropdown-menu {
    /* serve per il menu a tendina delle opzioni, */
    max-width: 100%;
  }
  .modal-dialog {
    margin: 10px auto;
  }
  div#msg-modal {
    padding-right: 0 !important;
  }
  div.modal-dialog > table > td {
    display: inline-block;
  }
  .slide-ads-box {
    width: 100%;
    clear: both;
    margin-top: 20px;
    text-align: center;
  }
  .container.header {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .container.header .col-sm-4 {
    position: absolute;
    top: 104px;
  }
  script#gas ~ div img {
    max-width: 94%;
    height: auto !important;
  }
  script#gas ~ div {
    box-sizing: border-box;
    padding: 0 1%;
    max-width: 98%;
    left: 1% !important;
    right: 1% !important;
    height: auto !important;
    text-align: center !important;
  }
  .tabs-left {
    margin-bottom: 0;
    text-align: center;
    margin-top: 50px;
  }
  .search-box .tabs-left > li > a {
    font-size: 14px;
  }
  .search-box .nav-tabs > li {
    display: inline;
    margin-left: 10px;
  }
  #detail-mobile-buttons {
    margin: 0 !important;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(169, 169, 169, 0.32);
    z-index: 999;
    width: 100%;
    padding: 3% 3%;
    box-shadow: 0 1px 4px #5f5f5f, 0 0 40px rgba(0, 0, 0, 0) inset;
  }
  #detail-mobile-buttons .btn:nth-last-child {
    margin-left: 1%;
  }
  .site-detail .btn {
    border-radius: 0;
    box-shadow: 0 0 2px #ffffff inset, 0 0 2px rgba(0, 0, 0, 0.31);
    font-size: 11px;
  }
}
iframe {
  max-width: 100%;
}
/* jQuery Bootstrap News */
.pagination .glyphicon {
  margin-right: 0 !important;
  /*override*/
}
.pagination a {
  color: #555;
}
.panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-item {
  padding: 4px 4px;
  margin: 0;
  border-bottom: 1px dotted #555;
}
#breaking-news {
  border: 1px solid #ccc;
  background: #fff;
  width: 98%;
  border-left: 0;
  border-right: 0;
  height: 30px;
  margin: 0 0 15px;
  padding: 2px 8px 2px 8px;
  position: relative;
  overflow: hidden;
  display: block !important;
}
#breaking-news ul {
  margin: 0;
  padding: 0;
}
#breaking-news li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#breaking-news li a {
  white-space: nowrap;
  padding: 0;
  margin: 0 50px 0 0;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
#breaking-news li a:hover {
  text-decoration: underline;
}
#breaking-news li span {
  margin: 0 10px 0 0;
}
.offer-index .image-responsive {
  max-width: 200px;
}
@media all and (max-width: 768px) {
  .offer-index table,
  .offer-index tr td:last-child {
    border: none;
  }
  .offer-index table {
    margin: 20px 0;
  }
  .offer-index table td {
    border-right: none;
    text-align: left;
  }
  .offer-index table td:nth-child(1) {
    border-left: none;
    border-right: none;
  }
  .offer-index table:last-child td {
    border-top: 1px solid #ddd;
    padding: 5px 20px 20px 20px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 3px #ddd;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .offer-index .table-row:hover {
    background: #fff;
  }
  .offer-index tr td {
    display: block;
  }
  .offer-index td {
    float: left;
    width: 100%;
  }
  .offer-index thead tr:nth-child(1) {
    display: none;
  }
  .offer-index table,
  .offer-index tr td:last-child {
    text-align: center;
  }
  .offer-index tr td:before {
    font-weight: bold;
    padding-right: 20px;
    font-size: 12px;
    content: "" attr(data-label) "";
    width: 100%;
    float: left;
    clear: both;
  }
  .offer-index tr td:hover {
    background: #f9f9f9;
  }
  .offer-index .find-vda {
    margin: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }
  .offer-index select.form-control,
  .offer-index input.form-control {
    box-shadow: inset -2px 3px 2px rgba(221, 221, 221, 0.73);
    background: #f1f1f1;
    font-size: 18px;
  }
  .offer-index .form-control {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-index input[type=checkbox] {
    width: 100%;
    margin: 0 auto;
    height: 24px;
    position: relative;
    top: 8px;
  }
  .offer-index span.glyphicon.glyphicon-pencil,
  .offer-index span.glyphicon.glyphicon-stats {
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    width: 44%;
  }
  .offer-index tbody,
  .offer-index thead {
    display: block;
    margin-top: 20px;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-top: none;
  }
  /* tutte le nth-child  */
  .offer-index thead tr:nth-child(2) td:nth-child(1) {
    display: none;
  }
  .offer-index thead tr:nth-child(2) td:nth-child(3) {
    display: none;
  }
  .offer-index thead tr:nth-child(2) td:last-child {
    display: none;
  }
}
#form-select-contract label {
  width: 100%;
}
.form-switch.form-switch-dual div {
  float: left;
}
.form-switch.form-switch-dual > :first-child {
  width: 30%;
}
.form-switch.form-switch-dual > :last-child {
  margin-left: 1%;
  width: 68%;
}
.btn-success {
  color: white;
  background-image: -webkit-linear-gradient(top, #82b56b 0%, #689f4f 100%);
  background-image: -o-linear-gradient(top, #82b56b 0%, #689f4f 100%);
  background-image: linear-gradient(to bottom, #82b56b 0%, #689f4f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff82b56b', endColorstr='#ff689f4f', GradientType=0);
  border-color: #5d8e46;
  border-bottom-color: #466c35;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-image: -webkit-linear-gradient(top, #74ad5a 0%, #5d8e46 100%);
  background-image: -o-linear-gradient(top, #74ad5a 0%, #5d8e46 100%);
  background-image: linear-gradient(to bottom, #74ad5a 0%, #5d8e46 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74ad5a', endColorstr='#ff5d8e46', GradientType=0);
  border-color: #466c35;
  color: white;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #74ad5a;
  border-color: #689f4f;
}
.btn-danger {
  color: white;
  background-image: -webkit-linear-gradient(top, #dc3222 0%, #b0281c 100%);
  background-image: -o-linear-gradient(top, #dc3222 0%, #b0281c 100%);
  background-image: linear-gradient(to bottom, #dc3222 0%, #b0281c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc3222', endColorstr='#ffb0281c', GradientType=0);
  border-color: #9a2318;
  border-bottom-color: #6e1911;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-image: -webkit-linear-gradient(top, #c62d1f 0%, #9a2318 100%);
  background-image: -o-linear-gradient(top, #c62d1f 0%, #9a2318 100%);
  background-image: linear-gradient(to bottom, #c62d1f 0%, #9a2318 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc62d1f', endColorstr='#ff9a2318', GradientType=0);
  border-color: #6e1911;
  color: white;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c62d1f;
  border-color: #b0281c;
}
.detail-contact {
  border: solid 1px #cccccc;
  border-radius: 6px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .detail-contact {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.detail-contact .title {
  background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #c3c3c3 100%);
  background-image: -o-linear-gradient(top, #e9e9e9 0%, #c3c3c3 100%);
  background-image: linear-gradient(to bottom, #e9e9e9 0%, #c3c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffc3c3c3', GradientType=0);
  background-color: #00A651;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  padding: 4px;
  color: black;
  margin-bottom: 10px;
}
.detail-contact .separator {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
}
.detail-contact .field-messageform-newsletter_flag label {
  font-size: 11px;
}
.detail-contact .field-messageform-newsletter_flag input,
.detail-contact .field-messageform-accept_flag input {
  margin: 0 0 1px;
}
.detail-contact .field-messageform-newsletter_flag label *,
.detail-contact .field-messageform-accept_flag label * {
  vertical-align: middle;
}
.detail-contact .btn-phone {
  color: black;
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #dcdcdc 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #dcdcdc 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #dcdcdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffdcdcdc', GradientType=0);
  border-color: #d0d0d0;
  border-bottom-color: #b6b6b6;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  width: 40px !important;
  text-align: center;
  display: inline-block;
}
.detail-contact .btn-phone:hover,
.detail-contact .btn-phone:focus,
.detail-contact .btn-phone:active,
.detail-contact .btn-phone.active {
  background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #d0d0d0 100%);
  background-image: -o-linear-gradient(top, #e9e9e9 0%, #d0d0d0 100%);
  background-image: linear-gradient(to bottom, #e9e9e9 0%, #d0d0d0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffd0d0d0', GradientType=0);
  border-color: #b6b6b6;
  color: black;
}
.detail-contact .btn-phone.disabled,
.detail-contact .btn-phone[disabled],
fieldset[disabled] .detail-contact .btn-phone,
.detail-contact .btn-phone.disabled:hover,
.detail-contact .btn-phone[disabled]:hover,
fieldset[disabled] .detail-contact .btn-phone:hover,
.detail-contact .btn-phone.disabled:focus,
.detail-contact .btn-phone[disabled]:focus,
fieldset[disabled] .detail-contact .btn-phone:focus,
.detail-contact .btn-phone.disabled:active,
.detail-contact .btn-phone[disabled]:active,
fieldset[disabled] .detail-contact .btn-phone:active,
.detail-contact .btn-phone.disabled.active,
.detail-contact .btn-phone[disabled].active,
fieldset[disabled] .detail-contact .btn-phone.active {
  background-color: #e9e9e9;
  border-color: #dcdcdc;
}
.detail-contact .btn-send-email {
  color: white;
  background-image: -webkit-linear-gradient(top, #dc3222 0%, #b0281c 100%);
  background-image: -o-linear-gradient(top, #dc3222 0%, #b0281c 100%);
  background-image: linear-gradient(to bottom, #dc3222 0%, #b0281c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc3222', endColorstr='#ffb0281c', GradientType=0);
  border-color: #9a2318;
  border-bottom-color: #6e1911;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  width: 80%;
  text-align: center;
  display: inline-block;
  height: 40px;
  font-size: 14px;
}
.detail-contact .btn-send-email:hover,
.detail-contact .btn-send-email:focus,
.detail-contact .btn-send-email:active,
.detail-contact .btn-send-email.active {
  background-image: -webkit-linear-gradient(top, #c62d1f 0%, #9a2318 100%);
  background-image: -o-linear-gradient(top, #c62d1f 0%, #9a2318 100%);
  background-image: linear-gradient(to bottom, #c62d1f 0%, #9a2318 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc62d1f', endColorstr='#ff9a2318', GradientType=0);
  border-color: #6e1911;
  color: white;
}
.detail-contact .btn-send-email.disabled,
.detail-contact .btn-send-email[disabled],
fieldset[disabled] .detail-contact .btn-send-email,
.detail-contact .btn-send-email.disabled:hover,
.detail-contact .btn-send-email[disabled]:hover,
fieldset[disabled] .detail-contact .btn-send-email:hover,
.detail-contact .btn-send-email.disabled:focus,
.detail-contact .btn-send-email[disabled]:focus,
fieldset[disabled] .detail-contact .btn-send-email:focus,
.detail-contact .btn-send-email.disabled:active,
.detail-contact .btn-send-email[disabled]:active,
fieldset[disabled] .detail-contact .btn-send-email:active,
.detail-contact .btn-send-email.disabled.active,
.detail-contact .btn-send-email[disabled].active,
fieldset[disabled] .detail-contact .btn-send-email.active {
  background-color: #c62d1f;
  border-color: #b0281c;
}
.site-detail {
  font-size: 13px;
  color: #101010;
}
.site-detail span[itemprop="price"] {
  color: #ff0000;
  font-size: 25px;
}
.site-detail span[itemprop="price"]:before {
  content: ' - ';
  color: #454648;
}
.site-detail .highlight {
  font-size: 14px;
}
.site-detail .highlight .row {
  border-bottom: solid 1px #ccc;
}
@media (max-width: 520px) {
  .site-detail .highlight .row {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .site-detail .highlight .row .col-xs-3 {
    width: 100%;
  }
  .site-detail .highlight .row .col-xs-3:nth-child(odd) {
    text-align: center;
    padding: 0.5em 0;
    background: #f1f1f1;
  }
  .site-detail .highlight .row .col-xs-3:nth-child(even) {
    text-align: center;
    padding: 0.5em 0;
  }
}
.site-detail .btn {
  padding: 2px 10px;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
  white-space: normal;
}
.site-detail .btn i {
  margin-right: 3px;
}
.site-detail .body-content h3 {
  margin: 0;
}
.site-detail .body-content h4 {
  background-image: -webkit-linear-gradient(top, #c5c4c1 0%, #a09e9a 100%);
  background-image: -o-linear-gradient(top, #c5c4c1 0%, #a09e9a 100%);
  background-image: linear-gradient(to bottom, #c5c4c1 0%, #a09e9a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5c4c1', endColorstr='#ffa09e9a', GradientType=0);
  color: white;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  font-family: "Raleway", sans-serif;
  text-align: left;
  font-weight: 800;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 15px;
}
.site-detail .modal-dialog .btn {
  width: auto;
}
.field-traoffer-custom_brand label {
  width: 100%;
}
.fileinput-button input {
  height: 35px;
}
.section_news,
.section_col_left,
.section_col_right,
#breaking-news,
.asm-title {
  background-image: -webkit-linear-gradient(top, #c5c4c1 0%, #a09e9a 100%);
  background-image: -o-linear-gradient(top, #c5c4c1 0%, #a09e9a 100%);
  background-image: linear-gradient(to bottom, #c5c4c1 0%, #a09e9a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5c4c1', endColorstr='#ffa09e9a', GradientType=0);
  color: white;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  font-family: "Raleway", sans-serif;
  text-align: left;
  font-weight: 800;
}
.search-box {
  border: solid 8px #a09e9a;
  position: relative;
  margin-top: 0;
  min-height: 340px;
  height: 100%;
}
.search-box:before {
  position: absolute;
  right: -1px;
  top: -1px;
  content: '';
  border-top: 46px solid #a09e9a;
  border-left: 46px solid transparent;
}
.search-box:after {
  position: absolute;
  right: -9px;
  top: -9px;
  content: '';
  border-top: 48px solid white;
  border-left: 48px solid transparent;
}
.search-box > .clearfix:before {
  position: absolute;
  left: -1px;
  bottom: -1px;
  content: '';
  border-bottom: 46px solid #a09e9a;
  border-right: 46px solid transparent;
}
.search-box > .clearfix:after {
  position: absolute;
  left: -9px;
  bottom: -9px;
  content: '';
  border-bottom: 50px solid white;
  border-right: 50px solid transparent;
}
.search-box .nav-tabs > li > a:hover,
.search-box .nav-tabs > li.active > a {
  border-bottom: solid 2px #a09e9a !important;
  color: #333333;
  padding: 10px 0 0;
  background: none;
}
.inserisci_gratis {
  margin-bottom: 18px;
}
.ad-dx {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: bottom;
}
.ad-dx > div {
  display: inline-block;
}
#row_news_ticker {
  margin-top: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  height: 35px;
  border-bottom: solid 1px #CCCCCC;
}
.section_news {
  padding-top: 0;
  font-size: 17px;
  margin-top: 18px;
}
.section_header {
  padding: 3px 0 3px 17px;
  font-size: 17px;
  margin-top: 18px;
}
.section_news a {
  color: #ffffff;
  text-decoration: none;
}
.section_col_left {
  padding-top: 0;
  margin-top: 18px;
  margin-bottom: 15px;
}
.section_col_left h2 {
  font-size: 17px;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-left: 5px;
}
.section_col_left h2 a:hover {
  color: #000000;
}
.section_col_left a {
  color: #ffffff;
  text-decoration: none;
}
.section_col_right {
  padding-top: 0;
  margin-top: 18px;
  margin-bottom: 15px;
}
.section_col_right h2 {
  font-size: 17px;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-left: 5px;
}
.home_thumb_news_left {
  float: left;
  margin: 0 10px 0 0;
}
.home_thumb_news_right {
  float: right;
  margin: 0 10px 0 0;
}
.home_thumb_tecnica {
  max-width: 150px;
  float: left;
  margin: 0 10px 0 0;
}
.home_h3_news h3,
a {
  color: #000000;
}
.home_h3_news h3,
a:hover {
  color: #00A651;
}
.title_news_home {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.title_tecnica {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.text_news_home {
  color: #2e2e2e;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  padding-top: 0;
}
.post_author,
.post_author a {
  color: #00A651;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: italic;
}
a.active.thumbnail,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #eb212d;
}
.title_viste_e_provate {
  text-align: center;
  color: #eb212d;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#link_viste_e_provate {
  text-decoration: none;
}
.title_viste_e_provate_first {
  text-align: center;
  color: #eb212d;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#link_viste_e_provate_first {
  text-decoration: none;
  background-color: #EAEAEA;
}
.section_home {
  border-bottom: solid 1px #C1C1C1;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  color: #eb212d;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  margin-top: 20px;
}
.title_news_li {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.title_link a:hover {
  color: #eb212d;
}
.brand_home {
  margin-top: 10px;
}
.brand_home img {
  margin-top: 10px;
  width: 80%;
}
.section_col_left h2 {
  text-align: left;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.section_col_right h2 {
  text-align: left;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.section_news a:hover {
  color: #000000;
}
.thumb {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.thumb .mask,
.thumb .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.thumb img {
  display: block;
  position: relative;
}
.thumb h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}
.thumb p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
.thumb a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.thumb a.info:hover {
  box-shadow: 0 0 5px #000;
}
.thumb-tenth img {
  transform: scaleY(1);
  transition: all 0.7s ease-in-out;
}
.thumb-tenth .mask {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s linear;
  opacity: 0;
}
.thumb-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 20px 0 20px;
  transform: scale(0);
  color: #ffffff;
  transition: all 0.5s linear;
  opacity: 0;
}
.thumb-tenth p {
  color: #ffffff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}
.thumb-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}
.thumb-tenth:hover img {
  transform: scale(10);
  opacity: 0;
}
.thumb-tenth:hover .mask {
  opacity: 1;
}
.thumb-tenth:hover h2,
.thumb-tenth:hover p,
.thumb-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}
.panel .pagination > li > a,
.panel .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #eb212d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.panel .pagination > li > a:hover,
.panel .pagination > li > span:focus,
.panel .pagination > li > span:hover {
  color: #eb212d;
  background-color: #eee;
  border-color: #ddd;
}
.panel .pagination > .active > a,
.panel .pagination > .active > a:focus,
.panel .pagination > .active > a:hover,
.panel .pagination > .active > span,
.panel .pagination > .active > span:focus,
.panel .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #eb212d;
}
.liScroll-container {
  /* the outer div with the black border */
  width: 98%;
  border-left: 0;
  border-right: 0;
  height: 30px;
  margin: 0 0 15px;
  padding: 2px 8px 2px 8px;
  position: relative;
  overflow: hidden;
  display: block !important;
}
.liScroll-ticker a {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.liScroll-container .liScroll-prev,
.liScroll-container .liScroll-play,
.liScroll-container .liScroll-next {
  background: no-repeat 1px 2px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  text-align: left;
  text-indent: -9000px;
  top: 0;
}
.category_list {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-top: 10px;
  padding-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: solid 2px #a09e9a;
}
.category_list h2,
a:hover {
  color: #eb212d;
  text-decoration: none;
}
.ul_category_list {
  list-style-type: none;
  margin-left: 0;
}
.subcategory_list {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 0px;
  padding-top: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.subcategory_list a:hover {
  color: #eb212d;
  text-decoration: none;
}
.subcategory_list a:visited {
  color: #000000;
  text-decoration: none;
}
#homeTopCarousel .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#homeTopCarousel .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
#homeTopCarousel .carousel-inner > .item > img,
#homeTopCarousel .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #homeTopCarousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  #homeTopCarousel .carousel-inner > .item.next,
  #homeTopCarousel .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  #homeTopCarousel .carousel-inner > .item.prev,
  #homeTopCarousel .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  #homeTopCarousel .carousel-inner > .item.next.left,
  #homeTopCarousel .carousel-inner > .item.prev.right,
  #homeTopCarousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media only screen and (max-width: 767px) and (transform-3d), only screen and (max-width: 767px) and (-webkit-transform-3d) {
  #homeTopCarousel .carousel-inner > .item.next,
  #homeTopCarousel .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  #homeTopCarousel .carousel-inner > .item.prev,
  #homeTopCarousel .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #homeTopCarousel .carousel-inner .item > div {
    display: block;
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  #homeTopCarousel .carousel-inner .item > div:first-child {
    display: block;
  }
  #homeTopCarousel .carousel-inner .item > div:nth-child(n+3),
  #homeTopCarousel .carousel-inner .item > div:nth-child(n+4) {
    display: none !important;
  }
}
#homeTopCarousel .carousel-inner .active,
#homeTopCarousel .carousel-inner .next,
#homeTopCarousel .carousel-inner .prev {
  display: block;
}
#homeTopCarousel .carousel-inner .active {
  left: 0;
}
#homeTopCarousel .carousel-inner .next,
#homeTopCarousel .carousel-inner .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#homeTopCarousel .carousel-inner .next {
  left: 25%;
}
#homeTopCarousel .carousel-inner .prev {
  left: -25%;
}
#homeTopCarousel .carousel-inner .next.left,
#homeTopCarousel .carousel-inner .prev.right {
  left: 0;
}
#homeTopCarousel .carousel-inner .active.left {
  left: -25%;
}
#homeTopCarousel .carousel-inner .active.right {
  left: 25%;
}
.site-index h1 {
  color: #454648;
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 0 -15px;
}
.ul_brand_footer {
  color: #fff;
  font-size: 11px;
}
.ul_brand_footer a {
  color: #fff;
}
.site-index h1 {
  display: block !important;
}
.page_title h1 {
  padding-left: 16px;
  color: #000;
  font-size: 20px;
}
.search-res_subtitle ul li {
  color: #000;
  font-size: 14px;
  margin-top: 0 !important;
  display: inline;
}
.search-res_subtitle li:before {
  content: " | ";
}
.search-res_subtitle li:first-child:before {
  content: "";
}
.search-res_bottom ul li {
  color: #000;
  font-size: 14px;
  margin-top: 0 !important;
}
.search-res_subtitle h4 {
  color: #000;
  font-size: 14px;
  margin-top: 0 !important;
}
.search-res_subtitle a:hover {
  color: #eb212d !important;
}
.search-res_seo-text h2 {
  font-size: 14px;
  margin-top: 0 !important;
}
.search-res_seo-text a {
  color: #505050 !important;
  font-weight: 600;
}
.search-res_seo-text a:hover {
  color: #eb212d !important;
}
.search-res_breadcrumb ul li {
  font-size: 14px;
  margin-top: 0 !important;
  display: inline;
}
.search-res_breadcrumb li:before {
  content: " > ";
}
.search-res_breadcrumb li:first-child:before {
  content: "";
}
.search-res_breadcrumb a {
  color: #000;
}
.search-res_breadcrumb a:hover {
  color: #eb212d !important;
}
.cat-icon:hover img.active {
  opacity: 1;
}
.cat-icon img {
  height: 200px !important;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cat-icon img.active {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto;
}
.tz-gallery {
  padding: 40px;
}
.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.tz-gallery img {
  border-radius: 4px;
}
.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}
.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}
.baguetteBox-button {
  background-color: transparent !important;
}
