#footer {
  display:none;
}



a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  margin: 0 5px;
}
.clickable {
  cursor: pointer;
}
p.lead {
  font-weight: 300;
}
h1 {
  font-weight: 700;
  font-size: 2em;
}
h2 {
  font-weight: 700;
  font-size: 1.6em;
}
h3 {
  font-weight: 700;
  font-size: 1.4em;
}
#top {
  background: #555555;
  padding: 10px 0;
}
#top .offer {
  color: #fff;
}
#top .offer .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #top .offer {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #top {
    font-size: 12px;
    text-align: center;
  }
}
#top a {
  color: #fff;
}
#top ul.menu {
	display: inline-block;
	margin: 0;
	text-align: right;
	list-style: none;
}
@media (max-width: 991px) {
  #top ul.menu {
    text-align: center;
  }
}
#top ul.menu > li {
  display: inline-block;
}
#top ul.menu > li a {
  color: #eeeeee;
}
#top ul.menu > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: #f7f7f7;
}
#top ul.menu > .active {
  color: #999999;
}
#top #login-modal .modal-header {
  background: #3278b5;
}
#top #login-modal .modal-header h4 {
  color: #fff;
}
#top #login-modal a {
  color: #3278b5;
}
#top #login-modal p {
  font-weight: 300;
  margin-bottom: 20px;
}
.navbar .yamm-content h5 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: dotted 1px #555555;
}
@media (max-width: 767px) {
  .navbar .yamm-content h5 {
    font-size: 14px;
  }
}
.navbar .yamm-content ul {
  margin: 0;
  padding: 0;
}
.navbar .yamm-content ul li {
  list-style-type: none;
  border-bottom: solid 1px #eeeeee;
  text-transform: uppercase;
  padding: 4px 0;
}
.navbar .yamm-content ul li a {
  color: #999999;
  font-size: 12px;
  display: block;
}
.navbar .yamm-content ul li a:hover {
  color: #3278b5;
  text-decoration: none;
}
.navbar .yamm-content .banner {
  margin-bottom: 10px;
}
.navbar ul.nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
.navbar #search {
  clear: both;
  border-top: solid 1px #ccc;
  text-align: right;
}
.navbar #search .navbar-form {
  float: right;
  width: 500px;
}
.navbar #search .navbar-form .input-group {
  display: table;
}
.navbar #search .navbar-form .input-group .input-group-btn {
  white-space: nowrap;
  width: 1%;
}
.navbar #search .navbar-form .input-group .form-control {
  width: 100%;
  font-size:inherit;
  min-height:39px;
}
@media (max-width: 768px) {
  .navbar #search .navbar-form {
    float: none;
    width: auto;
  }
}
.navbar #basket-overview {
  padding: 0;
}
.hot-events h2 {
  /*text-transform: uppercase;
  color: #3278b5;
  
  */
	background: #3278b5;
	color: #fff;
	
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
}
.hot-events .product-slider {
  margin-bottom: 20px;
}

.product-slider .item {
  margin: 0 15px;
}
.product-slider .owl-dots .owl-dot.active span,
.product-slider .owl-dots .owl-dot:hover span  {
  background: #3278b5;
}
#advantages {
  text-align: center;
}
#advantages .box .icon {
  position: absolute;
  font-size: 120px;
  width: 100%;
  text-align: center;
  top: -20px;
  left: 0;
  height: 100%;
  float: left;
  color: #eeeeee;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#advantages .box h3 {
  position: relative;
  margin: 0 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}
#advantages .box h3 a:hover {
  text-decoration: none;
}
#advantages .box p {
  position: relative;
  color: #555555;
  z-index: 2;
}
#main-slider {
  margin-bottom: 30px;
  border: solid 1px #fff;

}
.box.slideshow ul li div,
#main-slider ul li div {
  width: 100%;
}
.box.slideshow .owl-controls,
#main-slider .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.box.slideshow .owl-controls .owl-buttons,
#main-slider .owl-controls .owl-buttons {
  display: none;
}
.box.slideshow .owl-controls .owl-page.active span,
#main-slider .owl-controls .owl-page.active span,
.box.slideshow .owl-controls.clickable .owl-page:hover span,
#main-slider .owl-controls.clickable .owl-page:hover span {
  background: #3278b5;
}

.box {
  background: #fff;
  margin: 0 0 30px;
  padding: 15px;

}
.box .box-header {
  background: #f7f7f7;
  margin: -15px -15px 20px;
  padding: 20px;
  border-bottom: solid 1px #eeeeee;
}
.box .box-header:before,
.box .box-header:after {
  content: " ";
  display: table;
}
.box .box-header:after {
  clear: both;
}
.box .box-footer {
  background: #f7f7f7;
  margin: 30px -15px -15px;
  padding: 20px;
  border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after {
  content: " ";
  display: table;
}
.box .box-footer:after {
  clear: both;
}
@media (max-width: 991px) {
  .box .box-footer .btn {
    margin-bottom: 20px;
  }
}
.box.slideshow {
  padding: 20px 0 0 0;
  text-align: center;
}
.box.slideshow h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.etichetta{
	position: absolute;
	bottom: 0px;
	right:0px;
	z-index: 20;
}
.etichetta .etichetta-background{
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:0;
	margin:0;
	padding:0;
	background:none;
	border-width:0 0 100px 100px;
	border-style:solid;
	border-color:transparent transparent #5bc0de transparent;
}
.etichetta .etichetta-testo {
	position:absolute;
	bottom:-3px;
	right:-3px;
	width:100px;
	height:100px;
	line-height:20px;
	padding:50px 0;
	text-align:center;
	/*background:rgba(127,127,127,0.5);*/
	color:#fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.ribbon {
  position: absolute;
  top: 50px;
  z-index: 20;
}

.ribbon .theribbon {
  position: relative;
  width: 80px;
  padding: 6px 20px 6px 20px;
  margin: 30px 10px 10px 0px;
  color: #fff;
  background-color: #3278b5;
  text-shadow: 0px 1px 2px #bbb;
}

.ribbon.sale {
  top: 0;
}
.ribbon.new {
  top: 20px;
}
.ribbon.new .theribbon {
  background-color: #5bc0de;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.new .theribbon:after {
  border-color: #2390b0 #2390b0 transparent transparent;
}
.ribbon.gift {
  top: 100px;
}
.ribbon.gift .theribbon {
  background-color: #5cb85c;
  text-shadow: 0px 1px 2px #bbb;
}

#content .panel.sidebar-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
#content .panel.sidebar-menu .panel-heading .btn.btn-danger {
  color: #fff;
}
#content .panel.sidebar-menu .panel-body span.colour {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #555555;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
}
#content .panel.sidebar-menu .panel-body span.colour.white {
  background: #fff;
}
#content .panel.sidebar-menu .panel-body span.colour.red {
  background: red;
}
#content .panel.sidebar-menu .panel-body span.colour.green {
  background: green;
}
#content .panel.sidebar-menu .panel-body span.colour.blue {
  background: blue;
}
#content .panel.sidebar-menu .panel-body span.colour.yellow {
  background: yellow;
}
#content .panel.sidebar-menu .panel-body label {
  color: #999999;
  font-size: 12px;
}
#content .panel.sidebar-menu .panel-body label:hover {
  color: #555555;
}
#content .panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
}
#content .panel.sidebar-menu ul.nav.category-menu {
  margin-bottom: 20px;
}
#content .panel.sidebar-menu ul.nav.category-menu li a {
  text-transform: uppercase;
  font-weight: bold;
}
#content .panel.sidebar-menu ul.nav ul {
  list-style: none;
  padding-left: 0;
}
#content .panel.sidebar-menu ul.nav ul li {
  display: block;
}
#content .panel.sidebar-menu ul.nav ul li a {
  position: relative;
  font-weight: normal;
  text-transform: none !important;
  display: block;
  padding: 10px 15px;
  padding-left: 30px;
  font-size: 12px;
  color: #999999;
}
#content .panel.sidebar-menu ul.nav ul li a:hover,
#content .panel.sidebar-menu ul.nav ul li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
#content .info-bar {
  line-height: 32px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #content .info-bar .products-showing {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #content .info-bar .products-number-sort {
    text-align: center;
    margin-top: 10px;
  }
}
#content .info-bar .products-number strong {
  margin-right: 10px;
}
#content .info-bar .products-sort-by select {
  margin-left: 10px;
}
@media (max-width: 991px) {
  #content .info-bar .products-sort-by {
    margin: 10px 0 0;
  }
  #content .info-bar .products-sort-by select {
    margin: 0;
  }
}
#content .product {
  background: #fff;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  /* entire container, keeps perspective */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */
}
#content .product figure{
	position: relative;
	overflow: hidden;
	/* aspect-ratio a 4:3 */
	padding-bottom: 75%;
}
#content .product figure img{
	position:absolute;
	top:0;
	bottom:0;
	
}
	#content .product .flip-container {
  cursor: pointer;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  #content .product .flip-container img.img-responsive {
    min-width: 100%;
  }
}
#content .product .flip-container,
#content .product .front,
#content .product .back {
  width: 100%;
}
#content .product .flipper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
#content .product .front,
#content .product .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
#content .product .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#content .product .back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#content .product:hover .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}
#content .product:hover .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 1;
}
#content .product .invisible {
  visibility: hidden;
}
@media (max-width: 767px) {
  #content .product .invisible img.img-responsive {
    min-width: 100%;
  }
}
#content .product .text {
  padding: 10px;
}
#content .product .text h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    height: 3em;
    margin:0;
}
#content .product .text h3 a {
  color: #555555;
}
#content .product .text .struttura {
	min-height: 23px;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin:5px 0;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
#content .product .text p.price {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
#content .product .text p.price del {
  color: #999999;
}
#content .product .text .buttons {
  clear: both;
  text-align: center;
}
#content .product .text .buttons .btn {
  margin-bottom: 10px;
}
#content .banner {
  margin-bottom: 30px;
}
#content .pages {
  text-align: center;
}
#content .pages .loadMore {
  text-align: center;
}
#content .pages .pagination {
  text-align: center;
}
#content #mainImage {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#content #productMain {
  margin-bottom: 30px;
}
#content #productMain .goToDescription {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
#content #productMain .goToDescription a {
  color: #999999;
  text-decoration: underline;
}
#content #productMain .price {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}
#content #productMain .buttons {
  margin-bottom: 0;
  text-align: center;
}
#content #productMain .buttons .btn {
  margin-bottom: 10px;
}
#content #details .social {
  text-align: left;
}
#content #details .social h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
#content #details .social p {
  line-height: 26px;
}
#content #details .social p a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}
#content #details .social p a i {
  vertical-align: bottom;
  line-height: 26px;
}
#content #details .social p a.facebook {
  background-color: #4460ae;
}
#content #details .social p a.youtube {
  background-color: #FF0000;
}
#content #details .social p a.pinterest {
  background-color: #CC2028;
}
#content #details .social p a.gplus {
  background-color: #c21f25;
}
#content #details .social p a.twitter {
  background-color: #3cf;
}
#content #details .social p a.instagram {
  background-color: #cd4378;
}
#content #details .social p a.email {
  background-color: #4a7f45;
}
@media (max-width: 991px) {
  #content #details .social {
    text-align: center;
  }
}
#content #thumbs a {
  display: block;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border: solid 2px transparent;
}
#content #thumbs a.active {
  border-color: #3278b5;
}
#content #checkout .nav {
  margin-bottom: 20px;
  border-bottom: solid 1px #3278b5;
}
#content #checkout .nav li {
  height: 100%;
}
#content #checkout .nav li a {
  display: block;
  height: 100%;
}
#content #order-summary table {
  margin-top: 20px;
}
#content #order-summary table td {
  color: #999999;
}
#content #order-summary table tr.total td,
#content #order-summary table tr.total th {
  font-size: 18px;
  color: #555555;
  font-weight: 700;
}
#content #checkout .table tbody tr td,
#content #cart .table tbody tr td,
#content #customer-order .table tbody tr td {
  vertical-align: middle;
}
#content #checkout .table tbody tr td input,
#content #cart .table tbody tr td input,
#content #customer-order .table tbody tr td input {
  width: 50px;
  text-align: right;
}
#content #checkout .table tbody tr td img,
#content #cart .table tbody tr td img,
#content #customer-order .table tbody tr td img {
  width: 50px;
}
#content #checkout .table tfoot,
#content #cart .table tfoot,
#content #customer-order .table tfoot {
  font-size: 18px;
}
#content #text-page h1,
#content #text-page h2,
#content #text-page h3 {
  font-weight: 700;
}
#content #error-page {
  text-align: center;
}
#content #error-page h4 {
  margin-bottom: 40px;
}
#content #error-page p.buttons {
  margin-top: 40px;
}
#content #map {
  height: 400px;
}
#content #blog-listing .post,
#content #blog-homepage .post {
  margin-bottom: 60px;
  background: #fff;
  margin: 0 0 30px;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#content #blog-listing .post h2 a,
#content #blog-homepage .post h2 a,
#content #blog-listing .post h4 a,
#content #blog-homepage .post h4 a {
  color: #555555;
}
#content #blog-listing .post h2 a:hover,
#content #blog-homepage .post h2 a:hover,
#content #blog-listing .post h4 a:hover,
#content #blog-homepage .post h4 a:hover {
  color: #3278b5;
}
#content #blog-listing .post .author-category,
#content #blog-homepage .post .author-category {
  color: #999999;
  font-weight: 300;
}
#content #blog-listing .post .date-comments a,
#content #blog-homepage .post .date-comments a {
  color: #999999;
  margin-right: 20px;
}
#content #blog-listing .post .date-comments a:hover,
#content #blog-homepage .post .date-comments a:hover {
  color: #3278b5;
}
#content #blog-listing .post .intro,
#content #blog-homepage .post .intro {
  text-align: left;
}
#content #blog-listing .post .image,
#content #blog-homepage .post .image {
  margin-bottom: 10px;
  overflow: hidden;
}
#content #blog-listing .post .image img,
#content #blog-homepage .post .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  #content #blog-listing .post .image img.img-responsive,
  #content #blog-homepage .post .image img.img-responsive {
    min-width: 100%;
  }
}
#content #blog-listing .post .read-more,
#content #blog-homepage .post .read-more {
  text-align: right;
}
#content #blog-listing .post:hover .image img,
#content #blog-homepage .post:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#content #blog-homepage .post {
  margin-bottom: 30px;
}
#content #blog-homepage .post h2,
#content #blog-homepage .post h4,
#content #blog-homepage .post .author-category,
#content #blog-homepage .post .read-more {
  text-align: center;
}
#content #blog-homepage .post .intro {
  font-weight: 300;
}
#content #blog-homepage .post .read-more {
  margin-top: 20px;
}
#content #blog-post .author-date {
  color: #999999;
  font-weight: 300;
}
#content #blog-post #post-content {
  margin-bottom: 20px;
}
#content #blog-post .comment {
  margin-bottom: 25px;
}
#content #blog-post .comment:before,
#content #blog-post .comment:after {
  content: " ";
  display: table;
}
#content #blog-post .comment:after {
  clear: both;
}
#content #blog-post .comment .posted {
  color: #999999;
  font-size: 12px;
}
#content #blog-post .comment .reply {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
#content #blog-post .comment.last {
  margin-bottom: 0;
}
#content #blog-post #comments:before,
#content #blog-post #comment-form:before,
#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
  content: " ";
  display: table;
}
#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
  clear: both;
}
#content #blog-post #comments h4,
#content #blog-post #comment-form h4 {
  margin-bottom: 20px;
}
#content #blog-post #comment-form {
  margin-bottom: 20px;
}
#content #customer-orders table tr th,
#content #customer-orders table tr td {
  vertical-align: baseline;
}
#content #customer-order .table tfoot th {
  font-size: 18px;
  font-weight: 300;
}
#content #customer-order .addresses {
  text-align: right;
}
#content #customer-order .addresses p {
  font-size: 18px;
  font-weight: 300;
}
#footer {
  background: #e0e0e0;
  padding: 20px 0;
}
#footer ul {
  padding-left: 0;
  list-style: none;
}
#footer ul a {
  color: #999999;
}
#footer .social {
  text-align: left;
}
#footer .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
  background-color: #555555;
}
#footer .social a i {
  vertical-align: bottom;
  line-height: 30px;
}
#footer .social a.facebook:hover {
  background-color: #4460ae;
}
#footer .social a.gplus:hover {
  background-color: #c21f25;
}
#footer .social a.twitter:hover {
  background-color: #3cf;
}
#footer .social a.instagram:hover {
  background-color: #cd4378;
}
#footer .social a.email:hover {
  background-color: #4a7f45;
}
#copyright {
  background: #333;
  color: #ccc;
  padding: 20px 0;
  font-size: 13px;
}
#copyright p {
  margin: 0;
}
@media (max-width: 991px) {
  #copyright p {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
#style-switch-button {
  position: fixed;
  top: 80px;
  left: 20px;
}
#style-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: 20px;
  position: fixed;
  top: 120px;
  left: 20px;
  background: #fff;
  border: solid 1px #eeeeee;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .yamm .yamm-content {
    padding: 10px 20px;
  }
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/* Original Boostrap template overwrite */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3278b5;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #3278b5;
}
.nav-tabs-justified > li > a {
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}
/* navbar */
.navbar {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  min-height: 70px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-collapse {
  max-height: 380px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    float: left;
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse.right {
    float: right;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 3px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand img{
	/*height:50px;*/
	/*margin-right: 10px;*/
	height:0;
	width:0;
	padding:63px 80px 0 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url('../img/rof.png');
	background-size:contain;
}
.navbar-brand span{
	display:none;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  padding: 9px 10px !important;
  margin-right: 15px;
  border-radius: 4px;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 5px;
  }
}
.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 15px;
  border: none;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-bottom-color: #e6e6e6;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #3278b5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #3278b5;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #3278b5;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #3278b5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* scaffolding */
body {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f0f0f0;
}
a {
  color: #3278b5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #348e7b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 6px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
/*.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 0;
}*/
.breadcrumb {
  padding: 0;
  margin-bottom: 0px;
  background:none;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb li:first-child{
	text-transform:uppercase;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
/*     text-align: center; */
  }
}
/* buttons  */
.btn {
  font-weight: normal;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 0;
}
.btn-primary, .btn-default {
  color: #ffffff;
  background-color: #3278b5;
  border-color: #2066a2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #3a4f63;
  border-color: #318675;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3278b5;
  border-color: #2066a2;
}
.btn-primary .badge {
  color: #3278b5;
  background-color: #ffffff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
/* dropdowns */
.dropdown-menu > li > a {
  padding: 5px 20px;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  
}
.form-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
	.form-inline .form-control{
	/*	width:100%;*/
	}
	.form-inline .form-group{
		margin-bottom:10px;
	}
}

/* pager*/
.pager {
  margin: 20px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #eeeeee;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}
/* pagination */
.pagination {
  margin: 20px 0;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3278b5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #348e7b;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3278b5;
  border-color: #3278b5;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
p,
ul,
ol {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.text-small {
  font-size: 12px;
}
.text-large {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #3278b5;
}
a.text-primary:hover {
  color: #3aa18c;
}
.bg-primary {
  color: #fff;
  background-color: #3278b5;
}
a.bg-primary:hover {
  background-color: #3aa18c;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #3278b5;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #3278b5;
}
address {
  margin-bottom: 20px;
  line-height: 1.42857143;
}
.panel-primary {
  border-color: #3278b5;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3278b5;
  border-color: #3278b5;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3278b5;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3278b5;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover, .panel-primary .panel-title a:focus{
  color: #fff;
  text-decoration: none;
}


/** Your theme modifications here **/
/*
CLASSI POSTI: 
	vu(vuoto)
	ch(carattere)
	di(disponibile):#22569B;
	oc(occupato)
	nd(non disponibile)
	se(selezionato)
	pr(prenotato)
	sr(sedia rotelle) 
*/
#map-container{
	
}
#map-header{
	background-color:#3278b5;
}

#map-header .page-header{
	margin: 20px;
	padding: 0;
	border: none;
	color:#fff;
}
#zoom{
	text-align: right;
	padding: 5px 15px;
}
#zoom .zoom-in,
#zoom .zoom-out,
#zoom .zoom-reset{
	display: inline-block;
	width: 48px;
	height:48px;
	line-height: 47px;
	padding:0;
	margin: 5px;
	border:2px solid #fff;
	border-radius: 24px;
	/*box-sizing: unset;*/
	color:#fff;
	font-size: 22px;
	text-align: center;
}

#zoom .zoom-in:hover,
#zoom .zoom-out:hover,
#zoom .zoom-reset:hover{
	background-color: #fff;
	color:#3278b5;
}
#mappa{
	overflow: hidden;
	background-color:#fff;
	margin-bottom: 20px;
	padding:20px;
	text-align:center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*touch-action: none;*/
}
#mappa .map-content{
	display:inline-block;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}
#mappa .map-row{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display:inline-block
}

.sedia{
	text-align: center;
	vertical-align: middle;
	list-style: none;
	width: 36px;
	height: 36px;
	line-height:36px;
	margin: 5px;
	display: inline-block; 
	color:#fff;
	border-width:5px;
	border-style:solid; 
	border-radius: 10px;
	/*border-color:#ccc;*/
}

#mappa .sedia.di:hover,
#mappa .sedia.pr:hover{
	border-color: #E4A351;
}


/*
.sedia.s1{background-color:#996633;}
.sedia.s2{background-color:#ff471a;}
.sedia.s3{background-color:#339966;}
.sedia.s1{border-color:hsl(30, 50%, 40%);background-color:hsl(30, 50%, 50%);}
.sedia.s2{border-color:hsl(12, 100%, 55%);background-color:hsl(12, 100%, 65%);}
.sedia.s3{border-color:hsl(150, 50%, 40%);background-color:hsl(150, 50%, 50%);} 
*/
.sedia.s0{
	border-color:hsl(16, 25%, 38%);
	background-color:hsl(16, 25%, 48%);
}

.sedia.s1{
	border-color:hsl(16, 25%, 38%);
	background-color:hsl(16, 25%, 48%);
}
.sedia.s2{
	border-color: hsl(213, 18%, 42%);
	
	background-color: hsl(213, 18%, 52%);
}
.sedia.s3{
	border-color:hsl(291, 64%, 42%);
	background-color:hsl(291, 64%, 52%);
}
.sedia.s4{
	border-color:hsl(231, 48%, 48%);
	background-color:hsl(231, 48%, 58%);
}
.sedia.s5{
	border-color:hsl(207, 90%, 54%);
	background-color:hsl(207, 90%, 64%);
}
.sedia.s6{
	border-color:hsl(174, 100%, 29%);
	background-color:hsl(174, 100%, 39%);
}
.sedia.s7{
	border-color:hsl(122, 39%, 49%);
	background-color:hsl(122, 39%, 59%);
}
.sedia.s8{
	border-color:hsl(66, 70%, 54%);
	background-color:hsl(66, 70%, 64%);
}
.sedia.s9{
	border-color:hsl(66, 70%, 54%);
	background-color:hsl(66, 70%, 64%);
}

.di{
	border-color:hsl(210,64%,37%);/*#22569B;*/
	background-color:hsl(210,64%,47%);
}
.sedia.di.se{
	border-color:#E4A351;
}
.sedia.pr{
	border-color:#339a3e;
}
.sedia.nd{/*
	border-color:hsl(4, 90%, 58%);
	background-color:hsl(4, 90%, 68%);
	*/
	border-color:hsl(0,0%,67%);
	background-color:hsl(0,0%,77%);
	
}
.sedia.oc{
	border-color:#FF5353;
}
.sedia.sr{
	border-color:#22569B;
}

 
.sedia.ch{
	color:#333;
	font-weight:bold;
	font-size:24px;
	border:none;
	background:none;
}
ul.legenda{
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul.legenda .sedia{
	margin-right: 20px;;
}
.legenda .sedia{
	width: 22px;
	height: 22px;
	border-width: 3px;
	border-radius:8px;
}
table.legenda>tbody>tr>td,table.legenda>tfoot>tr>td,table.legenda>thead>tr>td{
	padding: 3px 5px;
	 vertical-align: middle;
	border:none;
}

table.legenda thead{
	border-bottom:1px solid #ccc;
}
table.legenda tfoot{
	border-top:1px solid #ccc;
}
.seats {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.seat {
	display: flex;
	flex: 0 0 14.28571428571429%;
	padding: 5px;
	position: relative;
}
.seat:nth-child(3) {
	margin-right: 14.28571428571429%;
}
.seat input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
.seat input[type="checkbox"]:checked + label {
	background: #bada55;
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	animation-duration: 300ms;
	animation-fill-mode: both;
}
.seat input[type="checkbox"]:disabled + label {
	background: #dddddd;
	text-indent: -9999px;
	overflow: hidden;
}
.seat input[type="checkbox"]:disabled + label:after {
	content: "X";
	text-indent: 0;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.seat input[type="checkbox"]:disabled + label:hover {
	box-shadow: none;
	cursor: not-allowed;
}
.seat label {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5rem;
	padding: 4px 0;
	background: #f42536;
	border-radius: 5px;
	animation-duration: 300ms;
	animation-fill-mode: both;
}
.seat label:before {
	content: "";
	position: absolute;
	width: 75%;
	height: 75%;
	top: 1px;
	left: 50%;
	transform: translate(-50%, 0%);
	background: rgba(255, 255, 255, 0.4);
	border-radius: 3px;
}
.seat label:hover {
	cursor: pointer;
	box-shadow: 0 0 0px 2px #5c6aff;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}


#productMain #thumbs{
	margin-top: 15px;
	margin-bottom:15px;
}
 .page-header,.date-header,.section-header{
	background: #3278b5;
	 color: #fff;
	 padding: 20px;
	 margin: 0;
	border: none;
}
.events-slider{
	list-style: none;
	margin-bottom: 20px;
	padding-top:25px;
}
.events-slider .event-item{
	position:relative;
	/*border:1px solid #3278b5;*/
	background: rgba(50,120,181,0.8);
	margin: 0 10px;
}
.events-slider .event-item:hover,
.events-slider .event-item:hover a,
.events-slider .event-item.active,
.events-slider .event-item.active a{
	/*background: #3278b5;*/
	background-color: rgba(25, 181, 80, 0.8);
	color: #fff;
}
.event-item a{
	display: block;
	text-decoration: none;
	padding: 20px 10px;
	text-align: center;
	color:#fff;
}
.events-slider .owl-dots .owl-dot.active span,
.events-slider .owl-dots .owl-dot:hover span  {
	background: #3278b5;
}
.event-item .event-day{
	font-size: 2em;
	
}
.event-item .event-week,
.event-item .event-month,
.event-item .event-time,
.event-item .event-price{
	font-weight: bold;
	display:block;
	
}


#riepilogo{
	margin-bottom: 40px;
}
#riepilogo ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#riepilogo .biglietto-cont{
	border:2px solid #3278B5;
	margin:	15px 0;
	
	text-align: left;
	
}
#riepilogo .biglietto .blue-bar{
	background:#3278B5;
	text-align:center;
	
}
#riepilogo .biglietto .delete-blocco{
	cursor:pointer;
	color:#fff;
	display:inline-block;
	padding:5px;
}
#riepilogo .biglietto .event-date{
	border-top:2px dashed #3278B5;
	display:block;
	padding:10px;
}
#riepilogo .biglietto .event-place{
	padding:10px;
}

#riepilogo .biglietto .event-price{
	text-align:left;
	padding:5px 0;
}
.event-list h2 {
	/*text-transform: uppercase;*/
	font-size: 36px;
	color: #3278b5;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.event-list .product-slider {
	margin-bottom: 20px;
	padding-top:30px;
}

/* CARRELLO */
.cart-list, .abbonamento-list{
	list-style: none;
	margin:0 0 10px 0;
	padding: 0;
}
.cart-list li, .abbonamento-list li{
	margin: 10px 0;
	padding: 0;
	border: 2px solid #3278B5;
	
}

.cart-list .cart-l, .abbonamento-list .cart-l{
		padding-left: 15px;
		padding-right: 15px;
		overflow:hidden;
		
}
.cart-list .cart-r, .abbonamento-list .cart-r{
		padding-left:15px;
		padding-right: 15px;
}
.cart-list .cart-l img, .abbonamento-list .cart-l img{
	width:100%;
}
.cart-header{
	background-color: #3278B5;
	color: #fff;
	padding: 10px 10px;
	margin: 0;
}
.cart-header h3{
	margin:0;
	
	font-size:20px;
}
.cart-header a{
	color: #fff;
	text-decoration: none;
}
.cart-list .cart-body, .abbonamento-list .cart-body{
	
	padding: 10px;
}
.cart-header .rimuovi{
	
	text-align:center;
	display:block;
}
.cart-riepilogo{
	margin: 20px 0 10px 0;
	padding: 0;
	
}
.cart-riepilogo .totale{
	/*border: 2px solid #3278B5;*/
	padding:15px;
	float:right;
}
@media (min-width: 768px){
	.cart-header .rimuovi{
		float:right;
	}
	.cart-list .cart-l img, .abbonamento-list .cart-l img{
		max-width:100%;
		max-height:100%;
		min-width:100%;
		min-height:100%;
		object-fit:cover;
	}
	.cart-header h3{display:inline-block;}
	.cart-list .prezzo, .abbonamento-list .prezzo,
	.cart-list .tipo-biglietto, .abbonamento-list .tipo-biglietto{
		text-align:right;
	}
	.cart-list .tipo-biglietto .form-control, .abbonamento-list .tipo-biglietto .form-control{
		width:auto;
		display:inline-block;
	}
	.cart-list .cart-l, .abbonamento-list .cart-l{
		float:left;
		width:25%;
		padding-left:15px;
		padding-right: 0;
	}
	.cart-list .cart-r, .abbonamento-list .cart-r{
		float:left;
		width:75%;
		padding-right:15px;
		padding-left:0;
	}
}
@media (max-width: 767px){

	.cart-header h3{
		text-align: center;
	}
	.cart-list .rimuovi, .abbonamento-list .rimuovi{
		margin-top:5px;
	}
	.cart-list .struttura, .cart-list .data-ora, .cart-list .posto, .cart-list .tipo-biglietto,
	.abbonamento-list .struttura, .abbonamento-list .data-ora, .abbonamento-list .posto, .abbonamento-list .tipo-biglietto{
		text-align:center;
		display:block;
		margin-bottom:5px;
	}
	.cart-list .tipo-biglietto .form-control, .abbonamento-list .tipo-biglietto .form-control{
		width:auto;
		display:inline-block;
	}
	.cart-list .prezzo, .abbonamento-list .prezzo{
		text-align:center;
		display:block;
		font-weight:bold;
	}
}

/* LINGUA */
.lang-inline{
	list-style: none;
	margin: 0;
	padding: 0;
}
.lang-inline li{
	display: inline-block;
	margin-right: 5px;
}
.lang-inline a{
	text-decoration: none;
}
.lang-inline:before {
	content: "|\00a0";
	padding: 0 5px;
	color: #f7f7f7;
}
.lang-drop{
	vertical-align:unset;
	margin:-10px 10px;
	
}
#top .lang-drop .btn{
	margin:0;
	float:none;
	vertical-align:baseline;
	border-radius:0;
	display:block;
	border:none;
	
}
#top .lang-drop .btn:hover{
	background:#333;
}

.lang-drop .caret{
	margin-right: 8px;
}
.lang-drop ul a{
	color:#333333!important;
}
.lang-drop img{
	margin-right: 8px;
}
@media (max-width: 991px){
.container {width: 100%;}

}
@media (max-width: 768px){
	#top .text-right, #top .text-left{text-align:center;}
	#map-header #zoom{text-align:center;}
}

.payment-list{
	border-collapse:collapse;
	list-style:none;
	padding:0;
	margin:0;
	/*border:solid 1px #ccc;
	border-radius:8px;*/
}
.payment-item{
	display: table-row;
	
	border-bottom:solid 1px #ccc;
}
.payment-item:last-child{
	border:none;
}
.payment-l{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	height:100%;
	/*width:10%;
	max-width:70px;*/
	padding:10px;
	margin:0;
	user-select:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.payment-r{
	display:table-cell;
	vertical-align: middle;
	/*width:90%;*/
	padding:10px;
}
.payment-r img{width:200px;}
.payment-r .circuiti {width:auto;height:22px;margin-left:20px;}
.ckbx,.slbx{
	display:none;
}
.ckbx:checked+.ckbx-fake {
	border: 1px solid #2a84b7;
	background: #2a84b7;
}

.ckbx-fake {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-right: 5px;
	border: 1px solid #999;
	border-radius: 50%;
	box-shadow: inset 0 0 0 4px #fff;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
}


.slbx-fake {
	position:relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	/*margin-top: 2px;
	margin-right: 5px;*/
	border: 2px solid #2a84b7;
	background: #fff;
	vertical-align: middle;
	cursor: pointer;
}


.slbx-fake:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slbx:checked + .slbx-fake {
	background: #2a84b7;
}

.slbx:checked ~ .slbx-fake:after {
	display: block;
	
}
.slbx:hover ~ .slbx-fake:after {
	display: block;
	border-color:#2a84b7;
}
.slbx:checked:hover ~ .slbx-fake:after {
	border-color: #fff;
}
.slbx:checked ~ .slbx-fake.disabled{
	background-color: #aaa;
	border: 2px solid #aaa;
	cursor: initial;
}
.slbx ~ .slbx-fake.disabled{
	background-color: #fff;
	border: 2px solid #aaa;
	cursor: initial;
}
.slbx:hover ~ .slbx-fake.disabled:after{
	border-color:#fff;
}



#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	left: auto;
	z-index: 9999;
}

#back-top a{
	color:#fff;
	text-decoration:none;
}
#back-top a:hover {
	cursor: pointer;
	text-decoration: none;
}
#back-top span {
	display: block;
	text-align:center;
	line-height:60px;
	height: 60px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 60px;
	/*font-size: 0;
	text-indent: -9999px;*/
	background-color: #3278b5;
 
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#back-top span:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.one-cut{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dettaglio-date,.dettaglio-info{display:none;}
#sala-abbonamenti{display:none;}
