.navbar-static-top {
  margin-bottom: 0;
  min-height: 48px;
  border: 0;
  background: #004c88;
}
.navbar-static-top .navbar-header {
  background: #004c88;
}
@media (min-width: 769px) {
  .navbar-static-top .navbar-header a img {
    display: none;
  }
}
.navbar-static-top ul.nav li a {
  color: #ffffff;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 200;
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-static-top ul.nav li a {
    padding: 15px 5px;
  }
}
.navbar-static-top ul.nav li a span {
  margin-right: 3px;
}
.navbar-static-top ul.nav li a img {
  margin-top: -3px;
  margin-left: 2px;
}
.navbar-static-top ul.nav li a:focus,
.navbar-static-top ul.nav li a:hover {
  color: #fde901;
}
.navbar-static-top ul.nav li #facebook i {
  font-size: 18px;
}
.navbar-static-top ul.nav li > .fa-shopping-cart {
  padding-right: 27px;
  margin-left: 10px;
  margin-top: 17px;
  color: #ffffff;
}
.navbar-static-top ul.nav li span.badge {
  font-size: 8px;
  padding: 2px;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  background: #fde901;
  color: #333333;
  z-index: -99;
  padding-left: 2px;
  text-align: center;
}
.navbar-static-top ul.nav li + li::before {
  content: '';
  border-left: 1px solid #cccccc;
  position: absolute;
  left: 0;
  height: 20px;
  top: 15px;
}
.navbar-static-top ul.nav li.dropdown a,
.navbar-static-top ul.nav li.dropdown a:hover,
.navbar-static-top ul.nav li.dropdown a:focus {
  background-color: transparent !important;
  color: #ffffff;
}
.navbar-static-top ul.nav li.dropdown ul.dropdown-menu li a {
  color: #333333;
  font-weight: 400;
}
.navbar-static-top ul.nav li.dropdown ul.dropdown-menu li a:hover {
  color: #333333;
}
.navbar-static-top ul.nav li.dropdown ul.dropdown-menu li:hover {
  background: #e5e5e5;
}
.navbar-static-top ul.nav li.dropdown.open a,
.navbar-static-top ul.nav li.dropdown.open a:hover,
.navbar-static-top ul.nav li.dropdown.open a:focus {
  background-color: transparent !important;
  color: #ffffff;
}
.navbar-static-top .logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -109px;
}
@media (max-width: 768px) {
  .navbar-static-top .logo {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .navbar-static-top .logo {
    margin-left: -70px;
  }
  .navbar-static-top .logo img {
    width: 160px;
  }
}
.header .jumbotron {
  padding-top: 120px;
  padding-bottom: 190px;
  height: 680px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 30%;
}
@media (min-width: 769px) and (max-width: 992px) {
  .header .jumbotron {
    background-position: 68% 30%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .header .jumbotron {
    background-position: 78% 30%;
  }
}
@media (max-width: 480px) {
  .header .jumbotron {
    background-position: 78% 30%;
  }
}
.header .jumbotron .header {
  margin-top: 0 !important;
  margin-bottom: 70px;
}
.header .jumbotron h1 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  -webkit-text-shadow: 2px 2px 4px #333333;
  -moz-text-shadow: 2px 2px 4px #333333;
  text-shadow: 2px 2px 4px #333333;
  margin-bottom: 5px;
}
.header .jumbotron h1 span {
  color: #004c88;
}
@media (max-width: 1200px) {
  .header .jumbotron h1 {
    font-size: 48px;
  }
}
.header .jumbotron h2 {
  font-size: 32px;
  color: #d4d4d4;
  font-weight: 600;
  text-align: center;
  -webkit-text-shadow: 2px 2px 4px #333333;
  -moz-text-shadow: 2px 2px 4px #333333;
  text-shadow: 2px 2px 4px #333333;
}
.header .jumbotron p {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  -webkit-text-shadow: 1px 1px 2px #333333;
  -moz-text-shadow: 1px 1px 2px #333333;
  text-shadow: 1px 1px 2px #333333;
}
.header .jumbotron .bar-search {
  padding: 20px 0 10px 0;
}
.header .jumbotron .bar-search form h1 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}
.header .jumbotron .bar-search form h3 {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.header .jumbotron .bar-search form h3 a {
  color: #ffffff;
}
.header .jumbotron .bar-search form input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #789cbc !important;
  height: 40px;
  border: 0 !important;
  margin-bottom: 10px;
}
.header .jumbotron .bar-search form i {
  top: 14px !important;
}
.header .jumbotron .bar-search form button {
  background: #fde901;
  border: 1px solid #fde901 !important;
  text-transform: uppercase !important;
  color: #333333 !important;
  font-weight: 400;
  padding: 10px 0 9px;
}
.header .jumbotron .bar-search form button small span {
  color: #333333 !important;
}
.header .jumbotron .bar-search form span.badge {
  position: absolute;
  background: #fde901;
  color: #333333;
  top: 10px;
}
.header .jumbotron .bar-search form small {
  color: #ffffff;
  font-weight: 200;
}
.header .jumbotron .bar-search form small a {
  color: #ffffff;
  text-decoration: underline;
}
.header .jumbotron .bar-search-absolute {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0px;
  background: #004c88;
}
.header .jumbotron .bar-search-absolute .bar-search-bg {
  background: none;
}
.header .jumbotron .cart-bar {
  font-size: 30px;
  color: #fff !important;
  padding: 5px;
}
.header .jumbotron .cart-bar i {
  font-size: 30px;
  color: #fff !important;
  padding: 5px;
}
.header .jumbotron .cart-bar span.badge {
  position: absolute;
  background: #fde901;
  color: #333333;
  top: 10px;
}
.header .jumbotron .navbar-fixed-top {
  background: rgba(0, 0, 0, 0.8);
}
.header .jumbotron .navbar-fixed-top #form-prenota h1 {
  -webkit-text-shadow: 2px 2px 4px #333333;
  -moz-text-shadow: 2px 2px 4px #333333;
  text-shadow: 2px 2px 4px #333333;
  color: #ffffff;
}
.header .jumbotron .navbar-fixed-top #form-prenota .form-group button {
  background: #fde901 !important;
  color: #333333 !important;
  font-weight: 700 !important;
  padding: 10px 0 9px !important;
  font-size: 100% !important;
}
@media (max-width: 480px) {
  .header .jumbotron {
    padding-top: 20px !important;
  }
  .header .jumbotron h1 {
    font-size: 40px;
  }
  .header .jumbotron h2 {
    font-size: 28px;
  }
  .header .jumbotron .bar-search-absolute {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
}
.header .jumbotron-homepage {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header .jumbotron-homepage .carousel .carousel-inner .item {
  height: 680px;
  background-size: cover;
  background-position: 50% 30%;
}
.header .jumbotron-homepage .carousel .carousel-indicators {
  bottom: 140px;
}
.header .jumbotron-homepage .caption-homepage {
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
}
@media (max-width: 480px) {
  .header .jumbotron-homepage .caption-homepage h1 {
    font-size: 36px;
  }
  .header .jumbotron-homepage .caption-homepage p {
    font-size: 24px;
    line-height: 120%;
  }
}
.header .jumbotron-homepage .carousel-fade .carousel-inner .item {
  left: 0 !important;
  -webkit-transition: opacity 3s;
  /*adjust timing here */

  -moz-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}
.header .jumbotron-homepage .carousel-fade .carousel-inner .item,
.header .jumbotron-homepage .carousel-fade .carousel-inner .active.left,
.header .jumbotron-homepage .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.header .jumbotron-homepage .carousel-fade .carousel-inner .active,
.header .jumbotron-homepage .carousel-fade .carousel-inner .next.left,
.header .jumbotron-homepage .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.header .jumbotron-homepage .carousel-fade .carousel-inner .next,
.header .jumbotron-homepage .carousel-fade .carousel-inner .prev,
.header .jumbotron-homepage .carousel-fade .carousel-inner .active.left,
.header .jumbotron-homepage .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 480px) {
  .header .jumbotron-homepage {
    padding-top: 0 !important;
  }
  .header .jumbotron-homepage .bar-search-absolute {
    position: absolute;
    bottom: 0px;
  }
}
.header .jumbotron.internal {
  padding-top: 140px;
  padding-bottom: 150px;
  height: 680px;
  background-size: cover;
}
.header .jumbotron.no-slideshow {
  padding: 0;
  height: 210px;
}
.header .jumbotron.no-slideshow .container h1,
.header .jumbotron.no-slideshow .container p {
  display: none;
}
body {
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif !important;
}
body .background .bx-wrapper .bx-pager {
  top: 350px;
}
body .text-black {
  color: #333333;
}
body .navbar-right li a.top-cart-icon {
  position: relative;
  padding-right: 30px;
}
body .navbar-right li a.top-cart-icon span.badge {
  font-size: 8px;
  padding: 2px;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  background: #fde901;
  color: #333333;
  z-index: -99;
  padding-left: 2px;
  text-align: center;
}
body .header .row.header {
  margin-top: 20px;
}
body .header .navbar-left {
  text-align: left;
  margin-left: 190px !important;
}
body .header .nav .dropdown .dropdown-menu li {
  display: block;
}
body .header .navbar-right li a {
  font-size: 12px;
}
body .header .navbar-right li a:active,
body .header .navbar-right li a:focus,
body .header .navbar-right li a:hover {
  background: none !important;
}
body .header .navbar-right li a img {
  margin-top: -3px;
  margin-left: 5px;
}
body .header .navbar-right li a span.caret {
  margin-right: 5px;
}
body .header .navbar-right li .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: -20px;
  border: 0;
  background: #789cbc;
  min-width: 80px;
  padding: 10px;
}
body .header .navbar-right li .dropdown-menu li {
  background: none;
  line-height: 40px;
  text-align: left;
}
body .header .navbar-right .dropdown.open a {
  background: none !important;
}
body .header .navbar-right .dropdown.open a:active,
body .header .navbar-right .dropdown.open a:focus,
body .header .navbar-right .dropdown.open a:hover {
  background: none !important;
}
body .header .navbar-right a i {
  font-size: 18px;
}
body .main-content {
  margin-top: 40px;
}
body .main-content .navbar-fixed-top {
  background: rgba(255, 255, 255, 0.9);
}
body .main-content .row .panel {
  -webkit-border-radius: 0;
  border-moz--radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
body .main-content .row .panel h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: none;
  color: #333333;
  font-weight: 700;
}
body .main-content .row .panel h3 {
  color: #004c88;
  font-weight: 700;
}
body .main-content .row .panel .panel-blue {
  background: #dee7ef;
  padding: 10px 20px;
}
body .main-content .row .panel .panel-blue .img-mappa-store {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
body .main-content .row .panel .thumbnail-product h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
body .main-content .row .panel .thumbnail-product .image hr {
  border-right: 1px solid #eee;
  margin: 10px -15px;
}
body .main-content .row .panel .thumbnail-product .image p {
  line-height: 150%;
}
body .main-content .row .panel .thumbnail-product .image .check-product {
  font-size: 30px;
}
body .main-content .row .panel .thumbnail-product .image .image-top,
body .main-content .row .panel .thumbnail-product .image .image-bottom {
  position: relative;
}
body .main-content .row .panel .thumbnail-product .image .image-top .other-product,
body .main-content .row .panel .thumbnail-product .image .image-bottom .other-product {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  z-index: 999;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
body .main-content .row .panel .thumbnail-product .image .image-top:hover .other-product,
body .main-content .row .panel .thumbnail-product .image .image-bottom:hover .other-product {
  display: block;
}
body .main-content .row .panel .thumbnail-product .caption {
  padding: 0;
  margin-top: 10px;
  position: relative;
  background: #f6f6f6;
  margin: 15px -15px -15px -15px;
  padding: 15px;
}
body .main-content .row .panel .thumbnail-product .caption em {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ff0000 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ff0000 #000000 #000000;
  _filter: progid:dximagetransform.microsoft.chroma(color='#000000');
}
body .main-content .row .panel .thumbnail-product .caption .link-model {
  text-decoration: underline;
  color: #004c88;
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  cursor: pointer;
}
body .main-content .row .panel .thumbnail-product .caption .price {
  color: #004c88;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
body .main-content .row .panel .thumbnail-product .caption .price span {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
body .main-content .row .panel .thumbnail-product .caption .price .delete {
  text-decoration: line-through;
  color: #ff0000;
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 480px) {
  body .main-content .row .panel .thumbnail-product .caption .price {
    font-size: 18px;
  }
}
body .main-content .row .panel .thumbnail-product .caption .link-select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .main-content .row .panel .thumbnail-product .caption .link-select span {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -22px;
  left: 0;
  right: 0;
}
body .main-content .row .panel .thumbnail-product .caption .link-select span i {
  font-size: 160%;
}
@media (max-width: 480px) {
  body .main-content .row .panel .thumbnail-product .caption {
    margin: -15px -15px -5px 5px !important;
    height: 95px;
  }
}
body .main-content .row .panel.product-box {
  padding: 25px 0;
  position: relative;
}
body .main-content .row .panel.product-box h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
body .main-content .row .panel.product-box a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 76, 138, 0.5);
}
body .main-content .row .panel.product-box a i {
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -24px;
}
body .main-content .row .panel.product-box:focus a,
body .main-content .row .panel.product-box:active a,
body .main-content .row .panel.product-box:hover a {
  display: block;
}
body .main-content .row .panel.product-box-1 img {
  height: 160px;
}
body .main-content .row .panel.product-box-2 img {
  height: 426px;
}
body .main-content .row .panel-search {
  margin-bottom: 0;
}
body .main-content .row .panel-opacity {
  background: rgba(0, 0, 0, 0.2);
}
body .main-content .row .panel-opacity h2 {
  color: #ffffff;
  font-weight: 400;
}
body .main-content .row .panel-opacity-search {
  background: rgba(255, 255, 255, 0.4);
}
body .main-content .row .panel-opacity-search form input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #789cbc !important;
}
body .main-content .row .panel-opacity-search form button {
  background: rgba(67, 195, 73, 0.6) !important;
  border: 1px solid rgba(67, 195, 73, 0.6) !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}
body .main-content .row .service-box {
  color: #333333;
  position: relative;
  margin-top: -20px;
}
body .main-content .row .service-box .panel {
  min-height: 240px;
}
body .main-content .row .service-box .panel .caption {
  margin-top: 10px;
  position: relative;
}
body .main-content .row .service-box .panel .caption .icon {
  text-align: left;
  right: 0;
  top: -45px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
}
body .main-content .row .service-box .panel .caption .icon img {
  border: 5px solid #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
body .main-content .row .service-box .panel .caption h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #004c88;
  margin-bottom: 10px;
  min-height: 50px;
}
body .main-content .row .service-box .panel .caption .description {
  min-height: 60px;
}
body .main-content .row .service-box:hover {
  text-decoration: none;
}
body .main-content .row .service-box-list {
  border-bottom: 2px solid #789cbc;
}
body .main-content .row .progress {
  -webkit-border-radius: 0;
  border-moz--radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 10px;
  background-color: #ffffff;
  border-bottom: 5px dashed #eeeeee;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  display: block;
  overflow: inherit;
}
body .main-content .row .progress span {
  border-radius: 25px;
  height: 14px;
  width: 14px;
  position: absolute;
  border: 3px solid #789cbc;
  text-align: center;
  margin-left: -7px;
  top: 0;
  background: #ffffff;
}
body .main-content .row .progress span em {
  width: 140px;
  margin-left: -70px;
  text-align: center;
  top: -25px;
  position: absolute;
  font-style: normal;
  color: #789cbc;
  font-weight: 400;
}
@media (max-width: 480px) {
  body .main-content .row .progress span em {
    max-width: 100px;
    margin-left: -50px;
    top: -50px;
  }
}
body .main-content .row .progress .first-step {
  left: 0;
}
body .main-content .row .progress .second-step {
  left: 50%;
}
body .main-content .row .progress .third-step {
  left: 100%;
}
body .main-content .row .progress span.active {
  background: #004c88;
  border: 3px solid #004c88;
}
body .main-content .row .progress span.active em {
  color: #004c88;
  font-weight: 700;
}
body .main-content .row .progress .progress-bar {
  margin-top: 5px;
  background-color: #004c88;
}
body .main-content .row .edit-user ul li {
  padding-bottom: 0;
}
body .main-content .row .edit-user ul li a {
  color: #333333;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}
body .main-content .row .edit-user ul li a i {
  color: #004c88;
  margin-right: 3px;
}
body .main-content .row .edit-user ul li.active a {
  background: #ffffff;
}
body .main-content .row .edit-user .well {
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 0;
  background: #ffffff;
}
body .main-content .row .edit-user .well form div.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .main-content .row .edit-user .well form h4 {
  background: #789cbc;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
body .main-content .row .edit-user .well form .form-group label {
  font-weight: 400;
  font-size: 12px;
}
body .main-content .row .edit-user .well form .form-group select {
  border: 1px solid #d7edff;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
}
body .main-content .row .edit-user .well form .form-group small.help-block {
  bottom: -25px;
  font-size: 10px;
  position: absolute;
  right: 15px;
}
body .main-content .panel-cart {
  margin-bottom: 10px;
  padding: 15px 10px 5px 10px !important;
}
body .main-content .panel-cart h2.title-category {
  margin: -15px -15px 0 -15px !important;
  padding: 5px 5px 5px 15px;
  font-size: 22px;
  font-weight: 400;
}
body .main-content .panel-cart h2.title-category i.fa-star {
  color: #fde901;
  font-size: 100%;
}
body .main-content .panel-cart .text-info {
  color: #808080;
  font-size: 12px;
}
body .main-content .panel-cart .thumbnail-product .icon-check {
  position: absolute;
  bottom: -15px;
  top: -15px;
  left: 0;
  right: -15px;
}
body .main-content .panel-cart .thumbnail-product .icon-check i {
  top: 0;
  left: 0;
  padding-top: 50%;
  right: 0;
  bottom: 0;
  margin-top: -20px;
  position: absolute;
}
body .main-content .panel-cart .thumbnail-product img {
  max-height: 100px;
}
body .main-content .panel-cart .thumbnail-product .caption {
  margin: -15px -5px -5px 0px !important;
}
body .main-content .panel-cart .thumbnail-product .caption .price {
  margin-bottom: 0 !important;
}
body .main-content .panel-cart .thumbnail-product .thumbnail-delete {
  background: #bbbbbb;
  left: 0;
  right: -15px;
  bottom: -15px;
  top: -15px;
  position: absolute;
}
body .main-content .panel-cart .thumbnail-product .thumbnail-delete a {
  font-size: 18px;
  color: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 50%;
  margin-top: -11px;
}
body .main-content .panel-cart .thumbnail-product ul {
  margin-bottom: 0;
}
body .main-content .panel-cart .thumbnail-product ul li img {
  max-height: 50px;
}
body .main-content .panel-cart .thumbnail-product ul li:before {
  font-family: FontAwesome;
  content: "\f067";
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
}
body .main-content .panel-cart .thumbnail-product ul li:first-child:before {
  display: none;
}
body .main-content .panel-cart form {
  margin-top: 20px;
}
body .main-content .panel-cart form select,
body .main-content .panel-cart form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
body .main-content .panel-cart .form-product {
  display: none;
  margin-top: 30px;
}
body .main-content .panel-cart .form-product h2.title-accessory {
  margin-bottom: 5px;
  margin-top: 20px;
  margin-left: 0;
  background: none !important;
}
body .main-content .panel-cart .form-product ul li {
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #ffffff;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
body .main-content .panel-cart .form-product ul li h3 {
  margin-bottom: 10px;
}
body .main-content .panel-cart .form-product ul li a {
  display: block;
  position: relative;
}
body .main-content .panel-cart .form-product ul li a img {
  max-width: 100px;
  margin: 0;
  padding: 0;
}
body .main-content .panel-cart .form-product ul li span {
  display: none;
}
body .main-content .panel-cart .form-product ul li span i {
  font-size: 50px;
  color: #43c349;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: 0;
  text-align: center;
}
body .main-content .panel-cart .form-product ul li:hover span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
body .main-content .panel-cart .well.form-product {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .main-content .panel-cart .form-subproduct {
  margin-bottom: 20px;
}
body .main-content .pagination {
  margin-top: 30px;
}
body .main-content .pagination li.current {
  padding: 6px 12px;
}
body .main-content.no-margin-top .panel h1 {
  color: #333333;
  font-size: 36px;
  text-transform: none;
  margin-bottom: 20px;
  font-weight: 700;
}
body .main-content.no-margin-top .panel h1 span {
  color: #004c88;
}
body .breadcrumb {
  background: none;
  padding: 8px 0;
}
body .breadcrumb li {
  font-weight: 200;
}
body .breadcrumb li a {
  font-weight: 200;
}
body .breadcrumb li + li:before {
  padding: 0 2px;
}
body #form-prenota h1 {
  margin-bottom: 20px;
  font-size: 26px;
}
body #form-prenota .form-group {
  position: relative;
}
body #form-prenota .form-group input {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  font-weight: 400;
  font-size: 13px;
  padding: 0 10px;
}
body #form-prenota .form-group input:focus {
  border: 1px solid #bbbbbb;
}
body #form-prenota .form-group i {
  position: absolute;
  right: 25px;
  top: 10px;
  color: #d4d4d4;
}
body #form-prenota .form-group button {
  display: block;
  width: 100%;
  font-weight: 700;
}
body #form-prenota.form-prenota-store h1 {
  color: #004c88;
  -webkit-text-shadow: 1px 1px 2px #333333;
  -moz-text-shadow: 1px 1px 2px #333333;
  text-shadow: 1px 1px 2px #333333;
}
body #form-prenota.form-prenota-store .form-group input[type="text"] {
  font-style: italic;
  font-size: 13px;
  -webkit-box-shadow: 1px 1px 3px #333333;
  -moz-box-shadow: 1px 1px 3px #333333;
  box-shadow: 1px 1px 3px #333333;
}
body #form-prenota.form-prenota-store .form-group button {
  background: #004c88;
  color: #ffffff !important;
  font-weight: 600;
  margin-top: 1px;
  letter-spacing: -0.5px;
  border: 1px solid #004c88 !important;
  -webkit-box-shadow: 1px 1px 3px #333333;
  -moz-box-shadow: 1px 1px 3px #333333;
  box-shadow: 1px 1px 3px #333333;
}
body .items-store {
  margin-bottom: 30px;
}
body .items-store .item-store {
  background: rgba(255, 255, 255, 0.9) !important;
}
body .items-store .item-store h2 {
  color: #004c88;
  text-align: left;
  margin-bottom: 10px !important;
  margin-top: 10px;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6em !important;
  min-height: 50px !important;
}
body .items-store .item-store .time-store i,
body .items-store .item-store .marker-store i {
  float: left;
  color: #d4d4d4;
  margin-top: 3px;
  margin-left: 2px;
}
body .items-store .item-store .time-store p,
body .items-store .item-store .marker-store p {
  margin-left: 20px;
  margin-top: 0;
  color: #333333;
}
body .items-store .item-store .time-store p em,
body .items-store .item-store .marker-store p em {
  font-size: 12px;
}
body .items-store .item-store .time-store {
  margin-bottom: 20px;
}
body .items-store .item-store .thumb {
  margin-bottom: 15px;
}
body .items-store .item-store .icon-service-store li {
  padding: 2px 0;
}
body .items-store .item-store .icon-service-store li a img {
  margin: 0 1px !important;
}
body .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .btn-rag,
body .btn-rag-second {
  background: #789cbc;
  text-transform: uppercase;
  border: 1px solid #789cbc;
  box-shadow: none;
  color: #ffffff;
}
body .btn-rag:focus,
body .btn-rag-second:focus,
body .btn-rag:active,
body .btn-rag-second:active,
body .btn-rag:hover,
body .btn-rag-second:hover {
  background: #004c88;
  color: #ffffff;
  border: 1px solid #004c88;
}
body .btn-rag small,
body .btn-rag-second small {
  position: relative;
  top: -1px;
}
body .btn-rag-second-hw:hover {
  background: #004c88;
  color: #fde901;
  border: 1px solid #004c88;
}
body .btn-left {
  text-align: left !important;
}
body .btn-minus {
  text-transform: none;
}
body .btn-rag-second {
  background: #004c88;
  position: relative;
  border: 1px solid #004c88;
}
body .btn-rag-second .mini {
  display: block;
  position: absolute;
  top: 35px;
  left: 100px;
  width: auto;
  white-space: nowrap;
  font-size: .6em;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  font-weight: lighter;
  padding: 3px 9px;
  border-radius: 5px;
  background: #fde901;
  color: #004c88;
}
body .btn-rag-o,
body .btn-rag-second-o {
  background: none;
}
body .btn-rag-o {
  color: #789cbc;
}
body .btn-rag-second-o {
  color: #004c88;
}
body .btn-rag-second-opacity {
  background: rgba(0, 76, 136, 0.6);
  color: #ffffff;
}
body .btn-rag-second-opacity:focus,
body .btn-rag-second-opacity:active,
body .btn-rag-second-opacity:hover {
  background: #004c88;
  color: #ffffff;
}
body .btn-rag-green {
  background: #43c349;
  color: #ffffff;
}
body .btn-rag-green:focus,
body .btn-rag-green:active,
body .btn-rag-green:hover {
  background: #27792b;
  color: #ffffff;
}
body .btn-rag-green-opacity {
  background: rgba(67, 195, 73, 0.6) !important;
  border: 1px solid rgba(67, 195, 73, 0.6) !important;
  color: #ffffff !important;
}
body .btn-rag-green-opacity:focus,
body .btn-rag-green-opacity:active,
body .btn-rag-green-opacity:hover {
  background: #43c349 !important;
  color: #ffffff !important;
  border: 1px solid #43c349 !important;
}
body .footer {
  margin-top: 0;
  padding: 40px 0 50px 0;
}
body .footer form {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .footer form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body ul.with-icon li {
  color: #333333;
  margin: 3px 0;
}
body ul.with-icon li i {
  width: 20px;
}
body .color-base {
  color: #6e6e6e !important;
}
body .color-principiante {
  color: #0085ee !important;
}
body .color-intermedio {
  color: #ff0000 !important;
}
body .color-esperto {
  color: #333333 !important;
}
body .bg-blue {
  background: #004c88;
}
body .bg-elg {
  background: #eeeeee;
}
body .bg-lg {
  background: #666666;
}
body .bg-color .title-section-color {
  font-size: 24px;
  color: #004c88;
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
}
body .list-with-border li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 4px;
  color: #333333;
  font-size: 11px;
  display: block;
}
body .list-with-border li a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  body .list-with-border li a {
    text-align: center;
  }
}
.modal {
  overflow-y: scroll;
}
@media (max-width: 480px) {
  .modal .modal-dialog {
    width: 380px;
  }
}
.modal .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  background: #eeeeee;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-header h1 {
  color: #ff0000;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}
.modal .modal-dialog .modal-content .modal-header .product-info {
  position: absolute;
  background: #bbbbbb;
  top: -15px;
  bottom: -15px;
  right: 0;
  width: 200px;
  padding: 10px 15px;
}
.modal .modal-dialog .modal-content .modal-header .product-info em {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ff0000 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ff0000 #000000 #000000;
  _filter: progid:dximagetransform.microsoft.chroma(color='#000000');
}
.modal .modal-dialog .modal-content .modal-header .product-info .price {
  color: #004c88;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-header .product-info .price .delete {
  text-decoration: line-through;
  color: #ff0000;
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 0;
  display: block;
}
.modal .modal-dialog .modal-content .modal-body {
  background: #ffffff;
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body img {
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body h3 {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body button {
  position: relative;
  margin: 10px 0;
}
.modal .modal-dialog .modal-content .modal-body .item-product {
  color: #333333;
}
.modal .modal-dialog .modal-content .modal-body .item-product i {
  color: #eeeeee;
}
.modal .modal-dialog .modal-content .modal-body .item-product:focus,
.modal .modal-dialog .modal-content .modal-body .item-product:active,
.modal .modal-dialog .modal-content .modal-body .item-product:hover {
  text-decoration: none;
}
.modal .modal-dialog .modal-content .modal-body .item-product:focus i,
.modal .modal-dialog .modal-content .modal-body .item-product:active i,
.modal .modal-dialog .modal-content .modal-body .item-product:hover i {
  color: #43c349;
}
.modal-send-email .modal-dialog .modal-content .modal-header {
  min-height: 50px;
  background: #eee !important;
}
.modal-send-email .modal-dialog .modal-content .modal-body {
  padding-top: 10px !important;
}
.modal-send-email .modal-dialog .modal-content .modal-body form .form-group {
  position: relative;
}
.modal-send-email .modal-dialog .modal-content .modal-body form .form-group label {
  font-weight: 400;
  font-size: 12px;
}
.modal-send-email .modal-dialog .modal-content .modal-body form .form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-send-email .modal-dialog .modal-content .modal-body form .form-group .help-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  bottom: -16px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  font-size: 12px;
  text-align: right;
}
.modal-send-email .modal-dialog .modal-content .modal-body form .form-group .help-block.text-success {
  color: #43c349;
}
.modal-send-email .modal-dialog .modal-content .modal-body form .form-group .help-block.text-danger {
  color: #ff0000;
}
.modal-send-email .modal-dialog .modal-content .modal-body form button {
  right: 0;
  top: 5px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.red {
  color: #ff0000;
}
.mlm5 {
  margin-left: -5px;
}
.mrm5 {
  margin-right: -5px;
}
.m5 {
  margin: 0 5px;
}
.pr5 {
  padding-right: 5px;
}
.pl5 {
  padding-left: 5px;
}
.mr5 {
  margin-right: 5px !important;
}
.check-product {
  color: #43c349;
  font-size: 40px;
}
.uncheck-product {
  color: #eeeeee;
  font-size: 40px;
}
.check-product-disabled {
  color: #eeeeee;
}
.w100 {
  min-width: 100px;
}
h1.title-section {
  text-transform: none;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 100%;
}
h1.title-section small {
  font-style: normal;
  font-size: 45%;
  display: block;
}
h2.title-section {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu li + li::before {
  border: 0 !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
}
@media (max-width: 480px) {
  .row-eq-height {
    display: block;
    min-height: 0;
  }
}
.link-absolute-box {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 20px;
}
.link-absolute-box i {
  position: absolute;
  margin-left: -34px;
  margin-top: -32px;
  text-align: center;
  padding: 13px;
  height: 70px;
  width: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  color: #ffffff;
  display: none;
  font-size: 48px;
  background: rgba(120, 156, 188, 0.8);
}
.link-absolute-box:hover {
  background: rgba(255, 255, 255, 0.9);
}
.link-absolute-box:hover i {
  display: block;
}
.noleggio-h1 {
  display: inline-block !important;
  float: none !important;
}
.noleggio-h1 span {
  color: #ffffff !important;
}
@media (max-width: 480px) {
  .noleggio-h1 span .nome {
    white-space: normal !important;
  }
}
.noleggio .h1-container {
  text-align: center;
}
.noleggio h3 {
  font-weight: 400 !important;
  margin-bottom: 10px;
  color: #333333 !important;
  font-size: 1.2em;
}
.noleggio .icon-service-store {
  margin-left: 0;
}
.noleggio .icon-service-store li {
  margin: 0;
  padding: 0;
}
.noleggio .icon-service-store li a img {
  margin: 0 2px;
  width: 30px;
}
.select-tab-search {
  position: absolute;
  top: 34px;
  z-index: 9999;
  background: #fff;
  left: 15px;
  display: none;
  right: 15px;
  border: 1px solid #eeeeee;
}
.select-tab-search ul li {
  padding: 0 !important;
  width: 33.3%;
  display: block;
  text-align: center;
}
.select-tab-search ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #004c88;
  color: #ffffff;
  font-weight: 400;
  border: 0;
  border-right: 1px solid #ffffff;
  margin-right: 0;
  margin-left: 0;
}
.select-tab-search ul li a:hover {
  background: #789cbc;
}
.select-tab-search ul li.active a {
  background: #ffffff;
  border: 0 !important;
  margin-right: 0;
  margin-left: 0;
}
.select-tab-search #searchTabContent {
  max-height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}
.select-tab-search #searchTabContent ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.select-tab-search #searchTabContent ul li {
  width: 100%;
  text-align: left;
}
.select-tab-search #searchTabContent ul li a {
  width: 100%;
  padding: 5px 20px;
  display: block;
  background: none;
  color: #333333;
  border-bottom: 1px solid #f6f6f6;
}
.select-tab-search #searchTabContent ul li a:hover {
  text-decoration: none;
  background: #fde901;
}
.select-tab-search #searchTabContent ul li a small {
  color: #808080;
  width: 80px;
  font-style: italic;
  float: left;
  margin-right: 10px;
  font-weight: 200;
}
.select-tab-search #searchTabContent ul li a.all-retail {
  font-size: 80%;
  color: #789cbc;
}
.select-tab-search #searchTabContent ul li a.all-retail:hover {
  background: none;
  color: #004c88;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mtb20 {
  margin: 20px 0;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.ptb50 {
  padding: 50px 0;
}
.marchi {
  padding: 30px 0;
}
.marchi ul li img {
  width: auto !important;
  max-width: 95% !important;
}
.marchi ul:last-child {
  border: 0;
}
@media (min-width: 769px) and (max-width: 992px) {
  .marchi ul li {
    width: 14% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .marchi ul li {
    width: 19% !important;
  }
}
@media (max-width: 480px) {
  .marchi ul li {
    width: 25% !important;
  }
  .marchi ul li img {
    max-width: 90% !important;
  }
}
#carouselDistrict,
#carouselLocality,
#carouselService {
  margin-bottom: 10px;
}
#carouselDistrict .left,
#carouselLocality .left,
#carouselService .left,
#carouselDistrict .right,
#carouselLocality .right,
#carouselService .right {
  background: none;
}
#carouselDistrict .left i,
#carouselLocality .left i,
#carouselService .left i,
#carouselDistrict .right i,
#carouselLocality .right i,
#carouselService .right i {
  font-size: 50px;
  -webkit-text-shadow: 1px 1px 3px #333333;
  -moz-text-shadow: 1px 1px 3px #333333;
  text-shadow: 1px 1px 3px #333333;
  color: #4d4d4d;
  top: 50%;
  position: absolute;
  margin-top: -25px;
}
#carouselDistrict .left i.fa-angle-right,
#carouselLocality .left i.fa-angle-right,
#carouselService .left i.fa-angle-right,
#carouselDistrict .right i.fa-angle-right,
#carouselLocality .right i.fa-angle-right,
#carouselService .right i.fa-angle-right {
  right: -40px;
}
@media (max-width: 480px) {
  #carouselDistrict .left i.fa-angle-right,
  #carouselLocality .left i.fa-angle-right,
  #carouselService .left i.fa-angle-right,
  #carouselDistrict .right i.fa-angle-right,
  #carouselLocality .right i.fa-angle-right,
  #carouselService .right i.fa-angle-right {
    right: 10px;
  }
}
#carouselDistrict .left i.fa-angle-left,
#carouselLocality .left i.fa-angle-left,
#carouselService .left i.fa-angle-left,
#carouselDistrict .right i.fa-angle-left,
#carouselLocality .right i.fa-angle-left,
#carouselService .right i.fa-angle-left {
  left: -40px;
}
@media (max-width: 480px) {
  #carouselDistrict .left i.fa-angle-left,
  #carouselLocality .left i.fa-angle-left,
  #carouselService .left i.fa-angle-left,
  #carouselDistrict .right i.fa-angle-left,
  #carouselLocality .right i.fa-angle-left,
  #carouselService .right i.fa-angle-left {
    left: 10px;
  }
}
#carouselDistrict .item .service-box .panel .caption h2,
#carouselLocality .item .service-box .panel .caption h2 {
  font-size: 20px;
}
.why-rag {
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.why-rag h1 {
  font-size: 32px;
  color: #ffffff;
  position: relative;
  -webkit-text-shadow: 1px 1px 3px #333333;
  -moz-text-shadow: 1px 1px 3px #333333;
  text-shadow: 1px 1px 3px #333333;
}
.why-rag h2 {
  font-weight: 700;
  margin-top: 10px;
}
.why-rag .opacity-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(170, 172, 175, 0.2);
}
.jumbotron-promo {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  min-height: 420px !important;
}
.jumbotron-promo .caption {
  position: absolute;
  top: 15px;
  bottom: 45px;
  left: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  text-align: center;
}
.jumbotron-promo .caption .caption-body {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.jumbotron-promo .caption .caption-body h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
.jumbotron-promo .caption .caption-body h3 i {
  color: #ffffff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  font-size: 120%;
  margin-bottom: 10px;
}
.jumbotron-promo .caption .caption-body form {
  padding: 0 20px;
}
.jumbotron-promo .caption .caption-body p {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .jumbotron-promo {
    min-height: 343px !important;
  }
  .jumbotron-promo .caption .caption-body {
    bottom: 0px;
  }
  .jumbotron-promo .caption .caption-body h3 {
    font-size: 28px;
  }
  .jumbotron-promo .caption .caption-body h3 i {
    width: 60px;
    height: 60px;
  }
  .jumbotron-promo .caption .caption-body p {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .jumbotron-promo {
    min-height: 400px !important;
  }
  .jumbotron-promo .caption .caption-body h3 {
    font-size: 32px;
  }
  .jumbotron-promo .caption .caption-body p {
    font-size: 18px;
  }
}
.jumbotron-promo-image {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.jumbotron-promo-image-ita {
  background: url('../files/promo/scarpone_ita.jpg');
}
@media (min-width: 481px) and (max-width: 768px) {
  .jumbotron-promo-image-ita {
    background: url('../files/promo/scarpone_or_ita.jpg');
  }
}
.jumbotron-promo-image-eng {
  background: url('../files/promo/scarpone_eng.jpg');
}
@media (min-width: 481px) and (max-width: 768px) {
  .jumbotron-promo-image-eng {
    background: url('../files/promo/scarpone_or_eng.jpg');
  }
}
.jumbotron-promo-image-deu {
  background: url('../files/promo/scarpone_deu.jpg');
}
@media (min-width: 481px) and (max-width: 768px) {
  .jumbotron-promo-image-deu {
    background: url('../files/promo/scarpone_or_deu.jpg');
  }
}
.jumbotron-blue {
  background: url('../img/2015_demo/chi_siamo/due.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.jumbotron-blue .caption .caption-body h3 {
  color: #004c88;
}
.jumbotron-blue .caption .caption-body h3 i {
  padding: 15px 0;
  background: rgba(0, 76, 136, 0.6);
}
.jumbotron-green {
  background: url('../img/2015_demo/chi_siamo/tre.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.jumbotron-green .caption .caption-body h3 {
  color: #43c349;
}
.jumbotron-green .caption .caption-body h3 i {
  padding: 11px 0;
  background: rgba(67, 195, 73, 0.6);
}
.bg-white {
  background: #ffffff;
}
.info {
  color: #808080;
  margin-bottom: 10px;
  display: block;
}
.info:hover {
  color: #333333;
  text-decoration: none !important;
}
.video-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.news-box .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #789cbc;
}
.news-box .thumbnail h3 {
  margin-bottom: 10px;
}
.news-box .thumbnail .news-date {
  color: #808080;
}
.news-box .thumbnail hr {
  margin-top: 10px;
}
.news-box .thumbnail .text-news {
  min-height: 110px;
  font-size: 13px;
}
.modal-sm {
  width: 400px !important;
}
.modal-sm .modal-content .modal-header {
  background: #ffffff !important;
  height: 0;
  padding: 15px;
}
.modal-sm .modal-content .modal-header button {
  position: absolute;
  right: 15px;
  top: 10px;
}
.modal-sm .modal-content .modal-body {
  padding-top: 0 !important;
}
.modal-sm .modal-content .modal-body form .form-group input[type="text"],
.modal-sm .modal-content .modal-body form .form-group input[type="password"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #789cbc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-sm .modal-content .modal-body form .form-group button {
  position: relative !important;
  right: 0;
  margin: 0;
}
#scroller {
  position: relative;
  height: 90px;
  margin: 0 auto;
}
#scroller .innerScrollArea {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#scroller ul {
  padding: 0;
  margin: 0;
  position: relative;
}
#scroller ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
}
#mapModal .modal-dialog .modal-content .modal-header {
  height: 0 !important;
  margin: 0;
  padding: 0;
  min-height: 0 !important;
}
#mapModal .modal-dialog .modal-content .modal-header .close {
  margin-top: -11px;
  position: absolute;
  right: 10px;
  top: 17px;
  z-index: 999 !important;
}
#mapModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#mapModal .modal-dialog .modal-content .modal-body img {
  margin: 0;
}
.item-page-cart {
  margin-bottom: 10px;
}
#serviceStore {
  background-image: url('../img/2015_demo/chi_siamo/_tre.jpg');
  background-size: cover;
  padding: 10px 0 40px 0;
}
#serviceStore h1 {
  font-size: 32px;
  color: #ffffff;
  -webkit-text-shadow: 1px 1px 3px #333333;
  -moz-text-shadow: 1px 1px 3px #333333;
  text-shadow: 1px 1px 3px #333333;
}
@media (max-width: 480px) {
  #serviceStore .service-item {
    margin-bottom: 30px;
  }
}
#serviceStore .service-item.last-item {
  margin-bottom: 0 !important;
}
.modal-product .modal-price-footer h1,
.modal-product .modal-header h1 {
  text-align: center;
  font-size: 26px;
  font-weight: 400 !important;
}
.modal-product .modal-price-footer h1 small,
.modal-product .modal-header h1 small {
  display: block;
}
.modal-product .modal-price-footer h1 img,
.modal-product .modal-header h1 img {
  display: inline-block;
}
.modal-product .modal-price-footer .price-info,
.modal-product .modal-header .price-info {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #bccede;
}
.modal-product .modal-price-footer .price-info .price,
.modal-product .modal-header .price-info .price {
  font-size: 24px;
  font-weight: 700;
  color: #004c88;
  line-height: 100%;
}
.modal-product .modal-price-footer .price-info .price .delete,
.modal-product .modal-header .price-info .price .delete {
  display: block;
  text-decoration: line-through;
  color: #ff0000;
  font-size: 13px;
  font-weight: 200;
}
.modal-product .modal-price-footer {
  background: none;
}
.modal-product .modal-price-footer .price-info {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.modal-product .modal-body .single-item-model td {
  vertical-align: middle;
  border: 0;
}
.modal-product .modal-body .single-item-model td img {
  margin-bottom: 0 !important;
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 480px) {
  .modal-product .modal-body .single-item-model td a {
    font-size: 10px;
  }
}
.modal-product .modal-body .form-data-order .form-group {
  position: relative;
  margin-bottom: 20px;
}
.modal-product .modal-body .form-data-order .form-group p.help-block {
  position: absolute;
  color: #ff0000;
  right: 15px;
  font-size: 10px;
  top: -20px;
}
.modal-product .modal-body .form-data-order .form-group select,
.modal-product .modal-body .form-data-order .form-group input[type="text"] {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-product .modal-body .form-data-order ul.list-inline {
  margin-left: 0;
}
.modal-product .modal-body .form-data-order ul.list-inline li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 180px;
  padding: 10px;
  border: 1px solid #dee7ef;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  float: left;
}
.modal-product .modal-body .form-data-order ul.list-inline li h3 {
  margin-bottom: 10px;
}
.modal-product .modal-body .form-data-order ul.list-inline li a {
  position: relative;
  text-align: center;
  float: left;
}
.modal-product .modal-body .form-data-order ul.list-inline li a img {
  max-width: 70px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
}
.modal-product .modal-body .form-data-order ul.list-inline li span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
.modal-product .modal-body .form-data-order ul.list-inline li span i {
  font-size: 50px;
  color: #43c349;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: 0;
  text-align: center;
}
.modal-product .modal-body .form-data-order ul.list-accesories li a {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.modal-product .modal-body .form-data-order ul.list-accesories li a img {
  width: auto;
  display: block;
  max-width: none;
  height: 70px;
  margin: 0 auto;
}
.modal-product .modal-body .form-data-order ul.list-accesories li strong {
  height: 60px;
  display: block;
}
.modal-product .modal-body .form-data-order button {
  opacity: 1 !important;
  top: 0 !important;
  right: 0 !important;
}
.menu-user .list-group-item {
  border: 0;
}
.menu-user .list-group-item i {
  width: 20px;
  text-align: center;
}
.menu-user .list-group-item:first-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu-user .list-group-item:last-child {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu-user .list-group-item:hover {
  background: #9ab5cd;
  color: #ffffff;
}
.menu-user a.list-group-item.active {
  background: #004c88;
}
.users h1 {
  text-transform: none;
}
.users .form-user .panel-group .panel {
  padding: 10px !important;
  margin-top: 10px;
}
.users .form-user .panel-group .panel .panel-heading {
  padding: 5px 0;
}
.users .form-user .panel-group .panel .panel-collapse .form-group label {
  font-weight: 400;
}
.users .form-user .panel-group .panel .panel-collapse .form-group input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 18px;
  width: auto;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
hr.white {
  border-color: #ffffff;
}
.form-cart hr {
  border-top: 1px solid #ffffff;
}
.form-cart .form-group label {
  font-weight: 400;
}
.form-cart .form-group textarea,
.form-cart .form-group input[type="text"],
.form-cart .form-group input[type="email"] {
  border: 1px solid #cccccc !important;
}
.form-cart input[type="checkbox"] {
  margin-left: -20px !important;
}
.form-cart .label {
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-cart p.help-block {
  position: absolute;
  color: #ff0000;
  right: 15px;
  font-size: 10px;
  bottom: -10px;
}
.form-cart .checkbox p.help-block {
  left: 20px;
  bottom: 10px;
}
#flashMessage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
#UserEditForm .form-group {
  position: relative;
}
#UserEditForm .form-group select.form-error,
#UserEditForm .form-group input.form-error {
  border-color: #ff0000;
}
#UserEditForm .form-group .error-message {
  position: absolute;
  right: 0;
  color: #ff0000;
  font-size: 10px;
}
.img-thumbnail {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.noleggio-h1.h1-center {
  color: #ffffff !important;
}
.payment-type li {
  margin-left: 15px;
  margin-right: 15px;
}
.payment-type li img {
  max-height: 40px;
}
.iframe-body .bar-search-iframe {
  background: #fde901;
  margin-bottom: 30px;
}
.iframe-body .bar-search-iframe #form-prenota {
  padding: 20px;
}
.iframe-body .bar-search-iframe #form-prenota h1 {
  margin-bottom: 20px;
}
.iframe-body .bar-search-iframe #form-prenota button {
  background: #004c88;
  color: #ffffff !important;
  font-weight: 600;
  margin-top: 1px;
  letter-spacing: -0.5px;
  border: 1px solid #004c88 !important;
}
.iframe-body .modal-backdrop {
  opacity: 0 !important;
}
.iframe-body .modal-dialog {
  -webkit-box-shadow: 0 0 8px #aaa;
  -moz-box-shadow: 0 0 8px #aaa;
  box-shadow: 0 0 8px #aaa;
}
.no-white-space {
  white-space: normal !important;
}
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #noleggi-list table,
  #noleggi-list thead,
  #noleggi-list tbody,
  #noleggi-list th,
  #noleggi-list td,
  #noleggi-list tr {
    display: block;
  }
  #noleggi-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #noleggi-list tr {
    border: 1px solid #ccc;
  }
  #noleggi-list td {
    /* Behave  like a "row" */
  
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%;
    white-space: normal;
    text-align: left;
  }
  #noleggi-list td::before {
    /* Now like a table header */
  
    position: absolute;
    /* Top/left values mimic padding */
  
    top: 6px;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
.well-typePayment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  opacity: .7;
  margin-top: 20px;
}
.well-typePayment ul {
  margin-bottom: 20px;
}
.well-typePayment ul li img {
  max-height: 40px;
}
.well-typePayment:hover {
  background: rgba(67, 195, 73, 0.6);
  opacity: 1;
}
.well-typePayment:hover h1 {
  color: #fff;
}
.well-typePayment:hover h1 small {
  color: #fff;
}
.well-typePayment.active {
  background: #43c349;
  opacity: 1;
}
.well-typePayment.active h1 {
  color: #fff;
}
.well-typePayment.active h1 small {
  color: #fff;
}
.anchor {
  display: block;
  position: relative;
  top: -155px;
  visibility: hidden;
}
.ui-datepicker td {
  margin: 0;
  padding: 0;
}
.ui-state-default .ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0;
  text-align: center;
  width: 30px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  margin: 0;
}
.ui-state-default .ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  background: rgba(0, 76, 136, 0.6);
}
.ui-widget-header .ui-state-default {
  border: 0;
  text-align: center;
}
