@import url(https://www.casartisti.it/files/getbyname/css_FCK.css?WebbinsCacheVersion=92);

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.section-proposte-viaggi,
.container.section-utility,
.container.section-matrimoni,
.container.section-proposte-eventi {
    margin-bottom: 90px
}

h4.main-font { font-size: 42px; color: #877a71; font-weight: 200;  }

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-wide {
    width:100%
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.container-wide .row {
    margin-left:0;
    margin-right:0;
}

.titolo-offerte{
  text-align:center;
  padding:20px;

}

#CookiebotWidget{
	display:none !important;
}

.box_logo{	
	height: 88px;
	width:250px;
	z-index:100;
	background-color:white;
	position:fixed;
	float:left;
	overflow:hidden;
	color:black;
	margin-left:88px;
	text-align:center;
	vertical-align:center;
}

.box_logo img {
    display: block;
    margin: 29px auto 0;
    position: relative;
}

.lista_loghi ul {
  width:100%;
  text-align:center;
   margin-bottom:20px;
}

.lista_loghi ul li{
  display:inline;
  padding-left:2px !important;
  padding-right:2px !important;
}

.box_logo h3{	
	font-size:13px;
}

.footer-links{
	color:white!important;
	padding-top:80px;
	background: #333333;
}

.box_logo_footer h2{
	color:white!important;
	font-size:28px;
}

.box_logo_footer h3{
	color:white!important;
	font-size:14px!important;
}



/*hamburger*/

.c-hamburger {
  display: block;
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 88px;
  height: 88px;
  font-size: 0;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 101;
}


.c-hamburger p { position: absolute; padding-top: 5px; right: 0px; left: 0px; margin: 0 auto; font-size: 19px; color: white; font-weight: 300; text-transform: uppercase; }




.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 31px;
  left: 24px;
  right: 18px;
  height: 3px;
  width: 36px;
  background: white;
}


.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 36px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #333333;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #323234;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}




/*fine hamburger*/

.swiper-menu {
    background: none;
    color: #FFFFFF;
    position:relative;
  	float:right;
    z-index:200;
  	width:100%;
  	overflow:hidden;
    color:white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    margin:65% auto auto auto;
}    


.swiper-menu  ul{
	width:50%px;
  float:right;
}

.swiper-menu  li{
  display: inline;
  text-align:center;
  float:left;
  padding-right:20px;
}

.swiper-menu  li a{
  color:white;
  font-size:30px;
  text-transform:uppercase;
}

.swiper-menu  li span{
	color:white;
  font-size:25px;

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  wwidth: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
}

@media screen and (max-width: 951px) {
.section-camere .box-square, .section-riepilogo-offerte .box-square{
    border-bottom:1px dotted #E8DED4 !important;
}
.camere-txt, .box-offerta{
    overflow:hidden;
}
}
@media screen and (max-width: 767px) {
    
.btn-default.btn-info{
    margin-right:0 !important;
}
.pre-action{
    margin-bottom:20px !important;
}

.container-contenuti.no-padding{
    padding-left:2% !important;
    padding-right:2% !important;
}
.container-contenuti.col-sm-12{
    padding:30px 0 !important;
}



    
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1
}
.form-control::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.428571429;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}


.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: pointer;
}
.btn-default a {
  color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  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.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
..btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}



.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  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: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    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-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 1;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand a span {
    background: transparent url(sprite.png) no-repeat -36px -36px;
    width: 263px;
    height: 65px;
    display:inline-block
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.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: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.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,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@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: #e7e7e7;
  }
  .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;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #969696;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
  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: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}






body {
    background: #FFFFFF none;
    font: 15px "bebas_neueregular", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #333333;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

.lead a:link, .lead a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom:2px solid #000000;
	-webkit-transition: border-width .25s linear 0s;
	-moz-transition: border-width .25s linear 0s;
	-ms-transition: border-width .25s linear 0s;
	-o-transition: border-width .25s linear 0s;
	transition: border-width .25s linear 0s;
}
.lead a:hover {
	text-decoration:none;
	border-bottom:0;
	-webkit-transition: border-width .25s linear 0s;
	-moz-transition: border-width .25s linear 0s;
	-ms-transition: border-width .25s linear 0s;
	-o-transition: border-width .25s linear 0s;
	transition: border-width .25s linear 0s;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: caret;*/
}

.box-clickable {
    cursor: pointer
}
.box-clickable a {
    display: none
}

.box-newsletter form input[type="text"] {
    border: 0 none;
    color: #371b0c;
    padding: 2px 4px;
    width: 100%;
}

p, .intro-interna-text ul {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}


.privacy-content a {
    color: #9b9794;
}

h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: left;
    height: auto;
}

h2.indent {
    margin: 0 0 47px 0;
}

.contatti h3 {
    color: #FFFFFF;
    font-size:36px;
    text-transform:uppercase;
    font-family: '';
    text-align:left
}

.contatti h4 {
    color: #FFFFFF;
    font-size:26px;
    font-weight: 300;
    font-family: '';
    line-height:30px;
    text-align:left
}
.extra-wrap {
    overflow: hidden;
}
.global {
    padding: 0;
    background: #e3e4e9;
    overflow: auto;
}
.global.indent {
    padding: 0;
    background: transparent none;
}
.center {
    text-align: center;
}
/*-----menu-----*/


nav.tm_navbar {
    background: none;
    border: none;
    padding: 0;
    margin: 22px 0 0 0;
    float: right;
    display: block;
    min-height: 0;
}
nav.tm_navbar li {
    font-size: 15px;
    line-height: 22px;
    margin: 0 30px 0 0;
    float: left;
}
nav.tm_navbar li:last-child {
    /*padding-left: 0;*/
    /*margin-left: 0;*/
}
nav.tm_navbar li a {
    position: relative;
    padding: 0 8px;
    font: 300 16px/34px;
    color: #ffffff;
    background: transparent none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar li.active > a {
    color: #9DDE2C;
    background: transparent none;
}
nav.tm_navbar li:hover > a {
    color: #9DDE2C;
    background: transparent none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
    color: #9DDE2C;
    background: transparent none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar li span {
    height: 4px;
    background: url(menu-marker.png) center 0 no-repeat;
    width: 100%;
    text-align: center;
    position: absolute;
    left: -2px;
    top: -7px;
    z-index: 0;
}
nav li .icon-world,
nav li .icon-at {
    min-width:50px;
    display:inline
}
nav li .icon-world span {
    background: transparent url(sprite.png) -361px -38px no-repeat scroll;
    width: 18px;
    height: 18px;
    top:0;
    display:inline-block
}
nav li .icon-world span:hover {
    background-position:  -361px -67px
}
nav li .icon-at span {
    background: transparent url(sprite.png) -432px -37px no-repeat scroll;
    width: 20px;
    height: 20px;
    top:0;
    display:inline-block
}
nav li .icon-at span:hover {
    background-position:  -432px -66px
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 89px;
    left: -13px;
    top: 76px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #3f3b31;
    padding: 25px 0 7px 0;
    margin: 0;
    text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
    background: none;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 6px 0;
    padding: 0 0 4px 0;
    display: block;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #534f46;
}
nav.tm_navbar .sub-menu > ul li:first-child + li + li {
    border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li.tr {
    background: url(./tr.png) center 0 no-repeat !important;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
}
nav.tm_navbar .sub-menu > ul li.triangle {
    background: url(./tr.png) center 0 no-repeat !important;
    width: 100%;
    height: 5px;
    position: absolute;
    border: none;
    top: -5px;
    left: 0;
}
nav.tm_navbar .sub-menu > ul li a {
    background: transparent;
    padding: 0;
    margin: 0;
    float: none;
    font: 14px 'Open Sans';
    color: #ffffff;
    text-transform: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
    display: inline-block;
    background: url(./menu-marker2.png) right 0 no-repeat;
    width: 6px;
    height: 5px;
    position: absolute;
    left: auto;
    right: 5px;
    top: 9px;
    margin-left: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
    text-decoration: none;
    color: #b0b0b0 !important;
    background: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
    text-decoration: none;
    color: #b0b0b0 !important;
    background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 89px;
    left: 89px;
    top: -16px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #d6b24e;
    padding: 16px 0 4px 0;
    margin: 0;
    text-align: center;
}
nav.tm_navbar .sub-menu ul ul li {
    border-bottom: 1px solid #e0c57a;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
    border-bottom: none;
}
nav.tm_navbar .sub-menu ul ul li a {
    background: transparent;
    padding: 0;
    margin: 0;
    float: none;
    font: 14px 'Open Sans';
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
    text-decoration: none;
    color: #f5e9ad !important;
    background: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.select-menu {
    display: none !important;
}
/*-----content-----*/



.logo_header {
    left:0;
    right:0;
    top:0px;
    margin-left:85px;
    display:block;
    max-width: 140px;
    height: auto;
    position: absolute !important;
    margin-top: 20px;
    z-index:99;
}

.logo_header img { width: 100%; }



.logo_header.center-logo {
    left:0;
    right:0;
    top:10px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width: 280px;
    position: absolute !important;
    margin-top: 10%;
    z-index:99;
}

@media screen and (max-width: 767px) {
    .logo_header {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .logo_header.center-logo {
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }
}
.header-links-wrapper {
    top:0px;
    right:0px;
    display:block;
    margin:0;
    padding:10px;
    background: transparent;
    z-index: 100;
}

.header-links {
    margin: 0px;
    padding: 0;
    right: 40px;
    top: 10px;
    width: 30px;
    color: #fff;
    text-align: center;
}

.header-links > li {
    display: block;
    list-style: none;
    margin: 0 auto;
    margin-bottom: 10px;
    padding:0
}

.header-links .header-link-tel > span {
    background: transparent url(sprite.png) no-repeat -144px -37px scroll;
    width: 21px;
    height: 17px;
    display:inline-block
}
.header-links .header-link-email > span {
    background: transparent url(sprite.png) no-repeat -179px -38px scroll;
    width: 21px;
    height: 17px;
    display:inline-block
}

.header-languages {
    display:inline-block;
    margin:0;
    padding:0
}
.header-languages > li {
    display:none;
    margin-bottom: 10px;
}
.header-languages > li:first-child {
    display:block;
    color: #FFFFFF;
    background: #333333 none;
    border-radius: 50%;
    font-size:14px;
    text-align:center;
    width:32px;
    text-decoration:none;
    text-transform: uppercase;
    line-height: 32px
}
.header-languages:hover > li {
    display:block
}
.header-languages:hover > li:first-child {
    display: inline-block
}

.header-languages > li > a:link,
.header-languages > li > a:visited {
    display:block;
    color: #FFFFFF;
    background: #333333 none;
    border-radius: 50%;
    font-size:14px;
    text-align:center;
    width:32px;
    text-decoration:none;
    text-transform: uppercase;
    line-height: 32px
}

.header-languages > li > a:hover {
    
}

.col-lg-6 ul.dotazioni-camera {
    margin: 0;
    padding: 0;
}

.download-pianta {
    font-size: 19px;
    font-weight: 600;
    margin-top: 50px;
    display: block;
}
.download-pianta::before {
    display:inline-block;
    background:transparent url(sprite.png) no-repeat -1263px -148px scroll;
    width: 34px;
    height:44px;
    margin-right: 20px;
    vertical-align:middle;
    content: "\0020";
}
.camere-area::before {
    display:inline-block;
    content: "\0020";
    width: 22px;
    height: 18px;
    background: transparent url(sprite.png) no-repeat -903px -162px scroll;
    margin-right:8px
}
.camere-persone::before {
    display:inline-block;
    content: "\0020";
    width: 22px;
    height: 18px;
    background: transparent url(sprite.png) no-repeat -975px -162px scroll;
    margin-right:8px
}
.camere-letti::before {
    display:inline-block;
    content: "\0020";
    width: 22px;
    height: 18px;
    background: transparent url(sprite.png) no-repeat -1046px -162px scroll;
    margin-right:8px
}
.camere-vasca-doccia::before {
    display:inline-block;
    content: "\0020";
    width: 22px;
    height: 13px;
    background: transparent url(sprite.png) no-repeat -1118px -167px scroll;
    margin-right:8px
}
.camere-vista::before {
    display:inline-block;
    content: "\0020";
    width: 22px;
    height: 13px;
    background: transparent url(sprite.png) no-repeat -1118px -195px scroll;
    margin-right:8px
}
.dispo-wrapper {
    top:auto;
    bottom:0;
    width:100%;
    height: auto;
    z-index: 2;
    background: none;
    background-color: rgba(50, 50, 52, 1);
    overflow:hidden;
    padding: 20px 0;
    
}
.dispo-wrapper h3 { color: #fff; text-align: left; text-transform: uppercase; margin-top: 12px; font-weight: 400; }

.dispo-wrapper .container_booking  .title {padding-right:20px; display:inline; font-size: 24px; color: #fff; text-align: left; margin-top: 12px; font-weight: 700; }

.dispo-wrapper input, .dispo-wrapper select { padding: 10px 10px; border: none; margin: 5px 5px; background-color: #fff; } 

.dispo-wrapper input.insert-date { width: 120px; }

.div_bt_ricerca
{
    width:auto;
    clear:both;
    background-color: #333333;
    text-align: center;
    display: inline;
    padding: 10px 10px 11px 10px;
    margin-left: 5px;
}
.div_bt_ricerca input { 
    background: none; 
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}  


.bt_ricerca_disponibilita
{
    width:auto;
    clear:both;
    background-color: #333333 !important;
    text-align: center;
    display: inline-block;
    padding: 10px 15px 10px 15px !important;
    margin-left: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 3px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.bordo-box-camere {
    background: transparent none repeat scroll 0 0;
   /* border: 8px solid #E8DED4;*/
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    right: 0;
    top: 0;
}

.section-intro {
    background: #F4E7D7 none;
}
.section-social-review {
    background: #FFFFFF none
}
.bordo-rosa {
    background: transparent none repeat scroll 0 0;
    border: 8px solid #f4e7d7;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    right: 0;
    top: 0;
}
.section-intro .col-lg-3 {
    border-bottom:8px solid #FFFFFF;
    overflow:hidden;
}
.section-intro h4,
.section-intro h5,
.section-intro h6,
.camere-txt h4 {
    color: #A3A3A3;
}
.camere-txt h4 {
    font-size: 37px;
    margin: 0px 0 10px 0;
    font-weight: 200;
    border-bottom: 10px solid #8a7c6f;
    padding-bottom: 5px;
}
.dotazioni-camera{
    padding:0 5%;
}
.section-intro h4 {
    font-size: 40px;
    margin: 0 0 0px 0;
}
.section-intro h5 {
    font-size:14px;
    line-height:1.4;
    font-fam-weight:700
}
.section-intro h6 {
    font-size:14px;
    line-height:1.4;
    font-weight:300
}

.intro-text {
    background: rgba(232, 222, 212, .7) none;
    margin:0;
    padding:0
}

.intro-text.offerte{
    background: #fff;
    margin:0;
    padding:0
}

.intro-text2 {
    background: rgba(232, 222, 212, 1) none;
    margin:0;
    padding:0
}


.section-social-review {
    background: #FFFFFF none
}
.intro-text .col-sm-12 {
    padding:90px 0
}

.intro-interna-text {
    background: #ebebeb none;
    padding-bottom: 90px !important
}
.dettaglio-camere {
    background: #ebebeb none;
}
.section-box-vacanze h4,
.section-box-vacanze h5,
.section-box-vacanze h6,
.section-box-extra h4,
.section-box-extra h5,
.section-box-extra h6 {
    color: #897b6e;
    text-transform: uppercase;
}
.section-box-offerte h4, 
.section-box-offerte h5,
.section-box-offerte h6 {
    color: #FFFFFF;
    text-transform: uppercase;
}

.section-box-vacanze h4,
.section-box-offerte h4,
.section-box-extra h4 {
    font-size: 35px;
    margin-bottom:0
}

.section-box-vacanze h5,
.section-box-offerte h5 {
    font-size: 30px;
    margin-top:0
}

.section-box-vacanze h6,
.section-box-offerte h6 {
    font-size: 14px;
    font-weight:600;
    line-height:1.4
}
.section-box-extra h5 {
    font-size: 14px;
    font-weight: 600;
    line-height:1.4
}

@media (min-width: 768px) and (max-width: 1280px) {
    
    .bordo-box-newsletter h5{
        display:none;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    
    .bordo-box-newsletter h5{
        display:none;
    }

.dotazioni-camera li{
    font-size:13px !important;
    padding:3px 0 !important;
    line-height:13px !important;
}    
    .sb_intro{
        display:none !important;
    }
    #btnSearch{
          font: 600 16px/40px "Open Sans";
    }
    .section-intro h6{
        display:none;
    }

    
    .section-box-vacanze h4,
    .section-box-offerte h4,
    .section-box-extra h4 {
        font-size: 30px;
    }
    
    .section-box-vacanze h5,
    .section-box-offerte h5 {
        font-size: 20px;
    }
    
    .camere-txt h4 {
        font-size: 24px
    }
    
    .section-intro h6,
    .section-box-vacanze h6,
    .section-box-extra h6,
    .section-box-offerte h6 {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        /*white-space: nowrap; se si vuole tagliare con ...*/
        overflow: hidden;
    }
    .section-box-extra h5 {
        font-size: 10px;
    }
}

.box-vacanza-sport {
    background: #F5F2F0 none
}
.bordo-box-vacanza-sport {
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #E4E0DE;*/
    bottom: 0;
    padding: 10% 12%;
    left: 0;
    margin: auto;
    text-align:center;
    height: 90%;
    width: 90%;
    position: absolute;
    right: 0;
    top: 0;
    display:block;
}

.box-vacanza-wellness {
    background: #D5C9C2 none
}
.bordo-box-vacanza-wellness {
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #B7A397;*/
    bottom: 0;
    display: block;
    padding: 10% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}

.section-box-offerte ul{
    overflow:hidden;
    text-overflow:ellipsis;
    max-height:46%;
    padding:0;
    text-align:center;
    list-style-type:none;
}

.section-box-offerte .box-square ul li{
    color:#fff;
    line-height:100%;
    margin-bottom:8px;
}

.section-box-offerte .box-square ul li a{
    color:#fff;
    font-size:12px;
    line-height:100%;
    text-decoration:none;
}
.section-box-offerte .box-square ul li a:hover{
color:#C1D100;
}

.box-square .btn { text-transform: uppercase; }


.box-vacanza-romantica {
    background: #E8DED4 none
}
.bordo-box-vacanza-romantica {
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #D0C7BD;*/
    bottom: 0;
    display: block;
    padding: 10% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}


.box-vacanza-famiglia {
    background: #EEEEC4 none
}
.bordo-box-vacanza-famiglia {
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #E1E591;*/
    bottom: 0;
    display: block;
    padding: 10% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}

.bg-box-offerta {
    position:absolute;
    width:100%;
    height: 100%;
    z-index:2;
    top:0;
    left:0;
    background:#3c4c5c;
}

.bg-neutral-dark {
     background:#a1948b!important;
}

.bg-neutral{
     background:#b7b0aa!important;
}

.filtri .active
{
     background:#a1948b!important;
     color:#ffffff;
}

.filtri .active a
{
     color:#ffffff;
}

.verifica_disponibilita
{
    width:100%;
  margin-bottom:auto;
  border:0px;
}

.bordo-box-offerta-sport {
    z-index: 3;
    background: transparent none repeat scroll 0 0;
    /* border: 8px solid #E4E0DE; */
    bottom: 0;
    display: block;
    padding: 30% 2%;
    left: 0;
    margin: auto;
    height: 320px;
    max-width: 290px;
    position: relative;
    text-align: center;
    right: 0;
    top: 0;
}
}
.bordo-box-offerta-wellness {
    z-index:3;
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #B7A397;*/
    bottom: 0;
    display: block;
    padding: 15% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}
.bordo-box-offerta-romantica {
    z-index:3;
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #E8DED4;*/
    bottom: 0;
    display: block;
    padding: 15% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}
.bordo-box-offerta-famiglia {
    z-index:3;
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #D0C7BD;*/
    bottom: 0;
    display: block;
    padding: 15% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}


.box-offerta {
    text-align:center;
    overflow:hidden;
}

.box-offerta h5 {
    font-size: 16px;
    margin-top:20px;
    font-weight:600;
    color:#ccc;
}
.box-offerta h4 {
    font-size: 36px;
    margin:0 0 0 0;
}
.box-offerta h6 {
    font-size: 24px;
    margin:2px 0;
    font-weight: 600
}
.box-offerta p:nth-of-type(1) {
    margin-top:80px
}
.box-offerta p{
    margin-bottom: 4px
}

.parallax h3 {
    font-size: 50px;
    padding: 14px;
    margin: 50vh 0 0 0;
    max-width: 780px;
    background: rgba(196, 209, 0, .5) none;
    line-height: 60px;
    color: #FFFFFF
}

.dettaglio-offerta {
    padding-bottom: 90px !important;
}

.dettaglio-offerta h1.main-font {
    margin-top: 140px !important;
}

.dettaglio-offerta h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom:30px
}
.dettaglio-offerta h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom:4px
}
.bg-box-webcam {
    position:absolute;
    width:100%;
    height: 100%;
    z-index:2;
    top:0;
    left:0;
    background: rgba(213, 209, 207, .7) none
}
.bordo-box-webcam {
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #FFFFFF;*/
    bottom: 0;
    display: block;
    padding: 4% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    z-index:3;
    top: 0;
}
.box-webcam .icon-webcam {
    background: transparent url("sprite.png") no-repeat scroll -469px -36px;
    bottom: 40px;
    height: 36px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    width: 28px;
}

.box-newsletter {
    background: none;
}
.bordo-box-newsletter {
    background: transparent none repeat scroll 0 0;
    border: none;
    bottom: 0;
    display: block;
    padding: 4% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}
.box-newsletter form p {
    margin-bottom:8px
}

.box-social-wall {
    background: #F8F4EF none
}
.bordo-box-social-wall {
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #EDE4D8;*/
    bottom: 0;
    display: block;
    padding: 4% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;
}
.box-social-wall .icon-socialwall {
    background: transparent url("sprite.png") no-repeat scroll -541px -38px;
    bottom: 40px;
    height: 36px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    width: 188px;
}

.box-prenota-prima {
    background: #e4e0dd none
}
.bordo-box-prenota-prima {
    background: transparent none repeat scroll 0 0;
    /*border: 8px solid #fff;*/
    bottom: 0;
    display: block;
    padding: 4% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    position: absolute;
    text-align:center;
    right: 0;
    top: 0;

}

.section-form-info {
    background: #ebebeb none
}
.section-form-info h2 {
    font-size: 50px;
    margin:0 !important;
    color: #323234;
    text-transform: none;
}
.btn-calcolaprezzo {
    font-size: 19px !important;
    text-align:left !important;
    line-height:1 !important;
    padding-top: 10px !important;
        width:153px !important;
    float:right !important;
}
.btn-calcolaprezzo span {
    background: transparent url("sprite.png") no-repeat scroll -864px -39px;
    float:left;
    height: 36px;
    margin: 0 14px 10px;
    width: 20px;
}
.btn-calcolaprezzo:hover span {
    background-position: -864px -108px;
}

.section-form-info form input[type="text"],
.section-form-info form textarea {
    width: 100%;
    padding: 4px;
    color: #58595b;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 6px 8px;
    border: none;
    border-bottom:2px solid #cfcfcf;
    background-color:transparent;
    font-size: 12px;
}

.section-form-info form textarea {
   text-transform: none;
}

.section-form-info form textarea { border:2px solid #cfcfcf; }
::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder { /* Firefox 18- */
   color: #58595B;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333333; 
}

:-ms-input-placeholder {  
   color: #58595B;
}

#form_newsletter  input[type="text"]{
    color:#371a0c;
}
#form_newsletter  ::-webkit-input-placeholder {
   color:#371a0c;
}

#form_newsletter  :-moz-placeholder { /* Firefox 18- */
  color:#371a0c;
}

#form_newsletter  ::-moz-placeholder {  /* Firefox 19+ */
  color:#371a0c;
}

#form_newsletter  :-ms-input-placeholder {  
   color:#371a0c;
}

.section-form-info form textarea {
    resize: vertical;
    height: 270px
}
.div_privacy, .div_newsletter {
    float: left;
    margin-right: 20px;
}

.section-form-info .btn-form {
    background: #333333 none repeat scroll 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
}
.section-form-info .btn-form:hover {
    color: #FFFFFF;
    cursor:pointer;
    border:none;
    background: #07636a none
}

.section-contattaci {
    background: #FFFFFF none
}

.section-contattaci h2 {
    font-size: 40px;
    margin:0;
    margin-bottom: 30px
}

.section-contattaci p {
    margin-bottom:0;
    font-size: 16px
}
.icon-phone {
    background: transparent url("sprite.png") no-repeat scroll -937px -40px;
    height: 30px;
    margin: 0 auto 30px;
    width: 30px;
    display:block
}
.icon-map {
    background: transparent url("sprite.png") no-repeat scroll -1010px -36px;
    height: 35px;
    margin: 0 auto 30px;
    width: 35px;
    display:block
}
.icon-email {
    background: transparent url("sprite.png") no-repeat scroll -1081px -42px;
    height: 28px;
    margin: 0 auto 30px;
    width: 35px;
    display:block
}

#main_map{height:250px;}

.map-wrapper {
    height: 450px;
    width: 100%;
    margin:0;
    background: #FFFFFF url(preloader_mappa.gif) no-repeat 50% 50% scroll !important;
    display:block;
    padding:0 !important;
}

.section-map{padding:0 !important; margin: 0 !important; border-top:60px;border-bottom:60px; border-color:#FFFFFF;border-style:solid;}

.social-fb {
    background: #3477ac none;
    cursor:pointer
}
.social-fb span {
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:transparent url(sprite.png) no-repeat -37px -149px scroll;
    width: 28px;
    height: 60px
}
.social-tw {
    background: #7bb0d5 none;
    cursor:pointer
}
.social-tw span {
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:transparent url(sprite.png) no-repeat -107px -155px scroll;
    width: 60px;
    height: 49px
}
.social-in {
    background: #fbb83e none;
    cursor:pointer
}
.social-in span {
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:transparent url(sprite.png) no-repeat -217px -151px scroll;
    width: 56px;
    height: 56px
}
.social-pi {
    background: #e53e2f none;
    cursor:pointer
}
.social-pi span {
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:transparent url(sprite.png) no-repeat -325px -149px scroll;
    width: 46px;
    height: 60px
}
.social-gplus {
    background: #E43434 none;
    cursor:pointer
}
.social-gplus span {
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:transparent url(sprite.png) no-repeat -433px -149px scroll;
    width: 62px;
    height: 60px
}
.social-rss {
    background: #FF9900 none;
    cursor:pointer
}
.social-rss span {
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:transparent url(sprite.png) no-repeat -542px -154px scroll;
    width: 52px;
    height: 51px
}

.section-impressum {
    background: #b7b0aa none
}
.section-impressum p img {
    margin: 20px 3%
}
.section-impressum p,
.section-impressum a:link,
.section-impressum a:visited {
    font-size: 12px;
}
.section-impressum a:hover {
    text-decoration:underline
}

footer {
    padding: 0 0 41px 0;
    background: #ffffff;
}
footer hr {
    margin: 0 0 41px 0;
    border-top: 1px solid #ddd;
}
footer.indent {
    background: #f7f7f7;
}
footer p {
    font: 300 16px "Open Sans", Helvetica, Arial, sans-serif;
    color: #474747;
    margin: 0;
    float: right;
}
footer p a {
    color: #474747;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
footer p a:hover {
    color: #f16f56;
}
footer em {
    font-style: normal;
}
footer span {
    /*width: 1px;*/
    /*height: 28px;*/
    /*background: #dbdbdb;*/
    /*margin: 0 5px;*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*top: 7px;*/
}
footer br {
    display: none;
}
footer ul {
    padding: 14px 0 0 0;
    margin: 0;
    list-style: none;
    float: left;
}
footer ul li {
    float: left;
    line-height: 17px;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #dadada;
}
footer ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
footer ul li a {
    font: 300 16px/15px "Open Sans", Helvetica, Arial, sans-serif;
    color: #474747;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
footer ul li a:hover {
    color: #f16f56;
}
#toTop {
    /*display: none;*/
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    overflow: hidden;
    border: none;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    z-index: 20;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 38px;
    border-radius: 50%;
    height: 38px;
    background: #333333 none;
    text-align:center
}
#toTop:hover {
    outline: none;
    color: #333333;
    background: #fff none;
}
.trainerBox {
    margin-bottom: 30px;
    position: relative;
    display: block;
}
.trainerBox figure {
    margin: 0;
}
.trainerBox figure a {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.trainerBox figure a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.trainerBox figure img {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    outline: 1px solid transparent;
}
.who-box {
    overflow: hidden;
}
.who-box .col-lg-4 {
    margin-bottom: 16px;
}

form input.error,
form textarea.error {
 outline:none;
 border-radius:0px;
 -webkit-box-shadow: inset 0px 0px 0px 2px #333333;
-moz-box-shadow: inset 0px 0px 0px 2px #333333;
box-shadow: inset 0px 0px 0px 2px #333333;
}
form label.error {
    display:none !important
}
.thumb-box1.indent {
    margin-bottom: 95px;
}
.thumb-box1.indent .box1 {
    padding: 50px 57px 40px 57px;
}
.thumb-box1 .box {
    border: 1px solid #e8e4c9;
    padding: 0;
}
.thumb-box1 .box .title {
    margin: 0;
    font: 100 36px/109px 'Roboto';
    color: #969069;
    padding: 0 0 0 40px;
    border-bottom: 1px solid #e8e4c9;
}
.thumb-box1 .box1 {
    padding: 50px 7px 0;
    overflow: hidden;
}
.thumb-box1 .more-box {
    background: #7db425 none repeat scroll 0 0;
    margin: 6px;
    overflow: hidden;
    padding:0;
    text-align: right;
}
.thumb-box1 .more-box a:link,
.thumb-box1 .more-box a:visited {
    color: #FFFFFF;
    background: transparent none;
    text-align:right;
    padding: 2px 20px 8px;
    font: 300 36px/42px '';
    text-decoration:none
}
.thumb-box1 .more-box a:hover {
    background: #FFFFFF none;
    color: #7db425
}
.thumb-box1 .more-box span {
    background: url(sprite.png) no-repeat -2413px -37px scroll;
    width: 36px;
    height: 24px;
    margin-left:16px;
    display: inline-block
}

.thumb-box1 .more-box a:hover span,
.thumb-box1 .more-box span:hover {
    background-position: -2413px -77px
}
.thumb-box2 {
    padding: 90px 0 0 0;
    min-height: 440px;
    margin-bottom: 0;
    background: url(./bg_parallax.jpg) right 0 fixed no-repeat;
    text-align: center;
}
.thumb-box2 .title {
    color: #ffffff;
    font: 300 70px/70px '';
    margin-bottom: 37px;
    border:0;
    padding: 0 60px 30px 60px;
    display: inline-block;
}
.thumb-box2 .description {
    color: #ffffff;
    font: 300 22px/30px '';
    margin-bottom: 65px;
}
.thumb-box3 {
    padding: 40px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}
.thumb-box4 .col-lg-4, .thumb-box4 .col-lg-8 {
    margin-bottom: 53px;
}
.thumb-box4 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.thumb-box4 ul li {
    overflow: hidden;
    margin-bottom: 33px;
}
.thumb-box4 ul li figure {
    float: left;
    margin: 5px 15px 0 0;
    width: 25px;
}
.thumb-box4 p {
    font: 300 22px/34px 'Roboto';
    color: #6c6c6c;
}
.thumb-box4 p a {
    color: #f16f56;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-box4 p a:hover {
    color: #6c6c6c;
}
.thumb-box5 {
    padding: 52px 0 0 0;
    margin-bottom: 26px;
    background: url(./bg_pic1.jpg) right 0 fixed no-repeat;
    text-align: center;
    overflow: hidden;
}
.thumb-box5 h2 {
    color: #ffffff;
    padding-bottom: 0;
    border-bottom: none;
}
.thumb-box6 {
    border-top: 1px solid #e4e4e4;
    padding: 45px 0 0 0;
}
.thumb-box6 .col-lg-3, .thumb-box6 .col-lg-4, .thumb-box6 .col-lg-5 {
    margin-bottom: 64px;
}

.contatti h2 {
    font: 300 50px/54px '';
    color: #FFFFFF;
    padding-bottom:0;
    text-transform:uppercase;
    text-align:left
}
.errorBox {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 140px;
}
.errorBox1 {
    padding-top: 79px;
    padding-bottom: 140px;
}
.errorBox1 .title {
    font: 100 36px/36px 'Roboto';
    color: #969069;
    margin-bottom: 11px;
}
.errorBox1 .description {
    font: 100 28px/28px 'Roboto';
    color: #969069;
    margin-bottom: 29px;
}
/*-----carousel-----*/
.list_carousel2.responsive {
    position: relative;
    width: auto;
    margin: 0;
    z-index: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 34px;
}
.list_carousel2 #foo2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    cursor: default;
}
.list_carousel2 #foo2 > li {
    padding: 0;
    float: left;
    cursor: default;
    margin-right: 30px;
}
.list_carousel2 #foo2 > li figure {
    margin: 0 0 37px 0;
    position: relative;
    overflow: hidden;
}
.list_carousel2 #foo2 > li figure img {
    width: 100%;
}
.list_carousel2 #foo2 > li figure:hover i {
    -webkit-transform: translateY(0) translateX(0)     -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.list_carousel2 #foo2 > li i {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 63px 20px;
    top: 0;
    left: 0;
    display: block;
    background: #000000 url(./zoom.png) center center no-repeat;
    background: rgba(94, 94, 94, 0.7) url(./zoom.png) center 100px no-repeat;
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    font: 20px 'Open Sans';
    text-align: center;
    color: #ffffff;
}
.list_carousel2.responsive .caroufredsel_wrapper {
    cursor: default !important;
}
.list_btn2 .prev2, .list_btn2 .next2 {
    display: inline-block;
    width: 51px;
    height: 51px;
    cursor: pointer;
    margin: 0 3px;
}
.list_btn2 .prev2 {
    background: url(./prev1.png) 0 top no-repeat;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list_btn2 .next2 {
    background: url(./next1.png) 0 top no-repeat;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list_btn2 .prev2:hover {
    background: url(./prev1.png) 0 bottom no-repeat;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list_btn2 .next2:hover {
    background: url(./next1.png) 0 bottom no-repeat;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
/*-----thumbs-----*/
.thumb-pad1 {
    overflow: hidden;
    margin-bottom: 40px;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad1 figure {
    margin: 0;
    position: relative;
    background: transparent none;
}
.thumb-pad1 figure a {
    display: block;
}
.thumb-pad1 .bg-tit-offerta {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 50%;
    left: 0;
    margin: 0 2% 2%;
    position: absolute;
    right: 0;
    width: inherit;
}
.thumb-pad1 .bg-tit-offerta::before {
    display:block;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    content: "\0020";
    top: -54px;
    background: transparent url(sprite.png) no-repeat -1045px -36px scroll;
    width: 66px;
    height: 47px
}
.section-matrimoni .bg-tit-offerta::before {
    display:block;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    content: "\0020";
    top: -64px;
    background: transparent url(sprite.png) no-repeat -1548px -36px scroll;
    width: 50px;
    height: 57px
}
.thumb-pad1 figure a img {
    width: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad1 figure a:hover img {
}
.thumb-pad1 figure .title {
    font: 36px/40px '';
    color: #0090bf;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin:0;
    text-align: center;
    z-index: 1;
}
.section-matrimoni figure .title {
    color: #ff6600
}
.thumb-pad1 figure .luogo {
    text-align:center;
    font-size: 18px;
    font-family: '';
    position:absolute;
    bottom:30px;
    left:0;
    right:0;
    margin:0 auto;
    width:inherit;
    color: #000000
}

.thumb-pad1 figure .data {
    text-align:center;
    font-size: 18px;
    font-family: '';
    font-weight:900;
    position:absolute;
    bottom:6px;
    left:0;
    right:0;
    margin:0 auto;
    width:inherit;
    color: #000000
}

.thumb-pad2 {
    margin: 0 0 43px 0;
    overflow: hidden;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad2 figure {
    margin: 0;
}
.thumb-pad2 figure img {
    width: 100%;
}
.thumb-pad2 .thumbnail .caption {
    padding: 40px 30px 10px;
    color: #a8a8a8;
    background: #FFFFFF none;
}
.thumb-pad2 .thumbnail .caption .title {
    font: 100 40px/45px 'Roboto';
    color: #ffffff;
    margin-bottom: 14px;
}
.thumb-pad2 .thumbnail .caption p {
    color: #000000;
    margin-bottom: 19px;
    font: 100 22px/26px '';
}
.thumb-pad2 .thumbnail .caption p > b {
    font-family: '';
    font-weight:100
}
.thumb-pad3 {
    overflow: hidden;
    margin: 0 0 60px 0;
}
.thumb-pad3 .thumbnail {
    position: relative;
    padding: 20px;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #FFFFFF none;
}
.thumb-pad3 figure {
    margin: 60px 28px 0 0;
    width: 59px;
    float: left;
    text-align: center;
}
.thumb-pad3 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
    margin: 9px 0 0 0;
    color: #000000;
    font: 300 22px/28px '';
}
.section-scegliere-wherevent h2 {
    font: 300 50px/50px '';
    color: #7DB425;
    text-align:left;
    margin-bottom:20px;
    padding-bottom:0
}
.section-scegliere-wherevent p.text-right {
    margin-top: 50px
}
.section-scegliere-wherevent p.text-right a:link,
.section-scegliere-wherevent p.text-right a:visited {
    color: #7DB425;
    display:block;
    text-align:right;
    background: #FFFFFF none;
    text-decoration:none;
    padding: 0 20px 8px  0px;
    font: 300 36px/42px '';
}
.section-scegliere-wherevent p.text-right a:hover {
    color: #FFFFFF;
    background: #7DB425 none
}
.section-scegliere-wherevent p.text-right a > span {
    background: transparent url(sprite.png) no-repeat -2413px -77px;
    width: 36px;
    height: 24px;
    display:inline-block;
    margin-left: 16px
}
.section-scegliere-wherevent p.text-right a:hover span {
    background-position: -2413px -37px
}
.thumb-pad4 {
    margin: 0;
    overflow: hidden;
}
.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #a8a8a8;
}
.thumb-pad4 figure {
    margin: 0 0 26px 0;
}
.thumb-pad4 figure img {
    width: 100%;
}
.thumb-pad5 {
    margin: 0;
}
.thumb-pad5 a {
    font: 300 16px "Open Sans", Helvetica, Arial, sans-serif;
    color: #525252;
    float: right;
    margin-right: 15px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad5 a:hover {
    color: #f16f56;
}
.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0 0 45px 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 6px 6px 0 0 #e8e8e8;
    box-shadow: 6px 6px 0 0 #e8e8e8;
}
.thumb-pad5 .thumbnail em {
    position: absolute;
    bottom: -41px;
    right: 130px;
    width: 49px;
    height: 41px;
    background: url(./triangle.png) no-repeat;
    display: none;
}
.thumb-pad5 .thumbnail .caption {
    padding: 45px 30px 0 0;
    overflow: hidden;
    color: #a8a8a8;
}
.thumb-pad5 .thumbnail .caption p {
    margin-bottom: 0;
    font: 300 15px "Open Sans", Helvetica, Arial, sans-serif;
    color: #a8a8a8;
}
.thumb-pad5 .thumbnail .caption .title {
    font: 100 26px "Open Sans", Helvetica, Arial, sans-serif;
    color: #363636;
    margin-bottom: 16px;
}
.thumb-pad5 figure {
    margin: 0 38px 0 0;
    float: left;
}
.thumb-pad5 figure img {
    width: 100%;
}
.thumb-pad6 {
    overflow: hidden;
}
.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad6 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #a8a8a8;
}
.thumb-pad6 figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.thumb-pad6 figure img {
    width: 100%;
}
.thumb-pad6 figure:hover i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.thumb-pad6 figure i {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 63px 20px;
    top: 0;
    left: 0;
    display: block;
    background: #5e5e5e;
    background: rgba(94, 94, 94, 0.7);
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    font: 20px 'Open Sans';
    text-align: center;
    color: #ffffff;
}
.thumb-pad6 figure strong {
    font: 20px 'Open Sans';
    color: #ffffff;
}
.thumb-pad6 figure strong em {
    font-style: normal;
    font-size: 25px;
    display: block;
    margin-top: 6px;
}
.thumb-pad7 {
    margin: 0 0 64px 0;
}
.thumb-pad7 .thumbnail {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
    text-align: left;
}
.thumb-pad7 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #a8a8a8;
}
.thumb-pad7 .thumbnail .caption p {
    margin: 16px 0 0 0;
    color: #ffffff;
}
.thumb-pad7 .thumbnail .caption a {
    font: 100 22px "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
}
.thumb-pad7 .thumbnail .caption a:hover {
    color: #000;
}
.thumb-pad7 figure {
    margin: 0 0 23px 0;
}
.thumb-pad7 figure img {
    width: 100%;
}
.thumb-pad8 {
    margin: 0;
}
.thumb-pad8 .thumbnail {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #a8a8a8;
}
.thumb-pad8 .thumbnail .caption .title {
    font: 100 22px "Open Sans", Helvetica, Arial, sans-serif;
    color: #363636;
    margin-bottom: 16px;
}
.thumb-pad8 .thumbnail .caption a {
    font: 20px 'Allura';
    color: #555;
    float: right;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
    color: #a6b74f;
}
.thumb-pad8 figure {
    margin: 0 29px 0 0;
    float: left;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    overflow: visible;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.izotopeBox {
    overflow: hidden;
    padding-bottom: 58px;
}
.izotope-box {
    margin: 0 0 0 -30px;
}
.element {
    height: auto !important;
    display: block;
    position: relative;
    border: none;
    margin: 0 !important;
    padding: 0 0 37px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#options {
    margin-bottom: 24px;
}
#options .pagination {
    margin: 0 0 21px 0;
    display: block;
    border-radius: 0;
}
#filters {
    position: relative;
    text-align: center;
}
#filters li {
    display: inline-block;
    margin-right: 27px !important;
}
#filters li a {
    padding: 0;
    border-radius: 0 !important;
    font: 300 22px 'Roboto';
    color: #a6b74f;
    margin: 0;
    background: none !important;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#filters li a:hover {
    text-decoration: none;
    color: #dc6c57 !important;
    background: none !important;
}
#filters li a.selected {
    text-decoration: none;
    color: #dc6c57 !important;
    background: none !important;
}
/*-----btn-----*/
.btn-default {
    border-radius: 0px;
    box-shadow: none;
    color: #333333;
    /*font-weight: 700;*/
    padding: 10px 20px;
    border:none;
    background: #fff none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);*/
    border-radius: 5px;
    line-height: 17px !important;
}


.btn-default:hover, .btn-default:focus, .btn-default.secondary:hover, .btn-default.secondary:focus {
    color: #fff;
    border:none;
    background: #333333 none !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.btn-default.secondary {
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border:none;
    background: #9f8f4b none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}



.btn-default.btn-info {
    display: inline-block;
    width: 75px;
    height: 56px;
    padding: 3px 0;
    line-height: 60px;
    margin-right: 20px;
    text-align: center;
    margin-top:4px; /*perquando va a capo*/
}
.addthis_sharing_toolbox {
    margin-top: 4px;
    display: inline-block;
}
.btn-info.btn-info-form span {
    background:transparent url(sprite.png) no-repeat -1335px -150px scroll;
    width: 14px;
    height: 36px;
    display:inline-block;
    margin:0 auto;
    line-height: 60px
}
.btn-info.btn-info-phone span {
    background:transparent url(sprite.png) no-repeat -1408px -152px scroll;
    width: 30px;
    height: 30px;
    display:inline-block;
    margin:0 auto;
    line-height: 60px
}
.btn-info.btn-prezzo {
    width: 147px;
    line-height: 20px;
    text-align:left
}
.btn-info.btn-info-form:hover span {
    background:transparent url(sprite.png) no-repeat -1335px -218px scroll;
}
.btn-info.btn-info-phone:hover span {
    background:transparent url(sprite.png) no-repeat -1408px -222px scroll;
}

.btn-info.btn-prezzo span {
    
    background: transparent url("sprite.png") no-repeat scroll -864px -39px;
    float: left;
    height: 36px;
    margin: 0 14px 10px;
    width: 20px;
}
.btn-info.btn-prezzo:hover span {
    background: transparent url("sprite.png") no-repeat scroll -864px -181px;
}

/*-----list-----*/
.list1-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list1-1 li {
    font-size: 15px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(./list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
    font: 300 15px "Open Sans", Helvetica, Arial, sans-serif;
    color: #a29e82;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1-1 li a:hover {
    color: #a6b74f;
}
.list1 {
    margin: 0;
    padding: 0 0 35px 0;
    list-style: none;
    overflow: hidden;
}
.list1 li {
    font-size: 15px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 6px;
    padding-bottom: 11px;
    background: url(./list_border.png) 0 bottom repeat-x;
}
.list1 li a {
    color: #ffffff;
    font: 14px "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
..list1 li a:hover {
    color: #ddb258;
}
.list1 li:last-child {
    background: none;
}
.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list2 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 21px;
}
.list2 li time {
    font: 100 22px "Open Sans", Helvetica, Arial, sans-serif;
    color: #363636;
    float: left;
    margin-right: 10px;
}
.list2 li p {
    margin-bottom: 0;
    line-height: 22px;
}
.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list3 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 25px;
    overflow: hidden;
}
.list3 li p {
    margin-bottom: 0;
}
.list3 li strong {
    float: left;
    margin-right: 18px;
    width: 40px;
    color: #a6b74f;
    font-size: 33px;
}
.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.list4 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 15px;
}
.list4 li p {
    margin-bottom: 0;
}
.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list5 li {
    margin-bottom: 12px;
}
.list5 li a {
    color: #a6b74f;
    font: 300 22px "Open Sans", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 9px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list5 li a:hover {
    color: #dc6c57;
}
.list5 li p {
    color: #a29e82;
}
.list6 {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
}
.list6 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 25px;
}
.list6 li .badge {
    padding: 10px 0 0 0;
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 100%;
    background: #6bb360;
    float: left;
    margin: 0 23px 0 0;
    font: 22px/22px 'Droid Serif';
    color: #ffffff;
}
.list6 li p {
    margin-bottom: 0;
    margin-top: 10px;
}
.list6 li a {
    font: 20px/22px 'Droid Serif';
    color: #6bb360;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list6 li a:hover {
    color: #a8a8a8;
}
.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list7 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 0;
}
.list7 li .badge {
    padding: 0;
    margin: 0;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background: #74c0bc;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    font-size: 24px;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}
.list7 li .title {
    text-transform: uppercase;
    color: #74c0bc;
    font: 300 15px "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 11px;
}
.list8 {
    margin: 0 0 90px 0;
    padding: 0;
    list-style: none;
}
.list8 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 26px;
}
.list8 li p {
    margin-bottom: 0;
}
.list8 li h3 {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
/*-----search-----*/
#search-404 {
    position: relative;
    margin: 33px 0 0 0;
    overflow: hidden;
}
#search-404 a {
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#search-404 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#search-404 input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 100%;
    outline: none;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    font: 15px "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #a8a8a8;
    padding: 12px 45px 12px 14px;
    height: 45px;
    resize: none;
}
#search {
    margin: 0 0 15px 0;
    position: relative;
    float: right;
}
#search a {
    position: absolute;
    top: 7px;
    right: 13px;
}
#search a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#search input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    width: 270px;
    background: #242424;
    border: 1px solid #292a31;
    font: italic 12px/18px 'Droid Serif';
    color: #5a5a5a;
    padding: 8px 45px 8px 14px;
    height: 36px;
    outline: none;
    resize: none;
    overflow: hidden;
}
.search-box {
    padding-bottom: 20px;
}
.search-box .title {
    font: 60px/60px 'Droid Serif';
    color: #ffffff;
}
.search-box .description {
    font: 10px "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
/*-----map-----*/
.formBox .col-lg-4, .formBox .col-lg-8 {
    margin-bottom: 90px;
}
.map {
    margin: 0 0 42px 0;
    padding-bottom: 34px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.map iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 485px;
    border: none;
    line-height: 0;
    overflow: hidden;
}
.mail {
    color: #a8a8a8;
    font: 300 15px "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.mail:hover {
    color: #f16f56;
    text-decoration: none;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel2 #foo2 > li {
 width: 270px !important;
}
 .thumb-pad5 .thumbnail em {
 display: inline-block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
    
    .bordo-box-offerta-sport,
.bordo-box-offerta-wellness, 
.bordo-box-offerta-romantica,
.bordo-box-offerta-famiglia {
    padding: 10% 12%;
}
    
 #toTop {
 /*display: none !important;*/
}
 .list_carousel2 #foo2 > li i {
 padding: 26px 20px;
}
 .thumb-pad5 .thumbnail .caption {
 padding: 20px 30px 0 0;
}
 .thumb-box2,  .thumb-box5 {
 background: url(./bg_pic1.jpg) right 0 no-repeat;
}
 .thumb-pad5 .thumbnail em {
 display: inline-block;
}
 .errorBox img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 /*display: none !important;*/
}

 h1.navbar-brand_ {
 float: none;
 margin: 0 0 25px 0;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
}
 .thumb-pad1 figure .number {
 font-size: 25px;
 line-height: 25px;
 top: 10px;
 right: 10px;
}
 .thumb-box2 br {
 display: none;
}
 .list_carousel2 #foo2 > li i {
 padding: 26px 20px;
}
 .thumb-pad5 figure {
 margin: 0;
 float: none;
}
 .thumb-pad5 .thumbnail .caption {
 padding: 30px;
}
 .thumb-box2,  .thumb-box5 {
 background: url(./bg_pic1.jpg) right 0 no-repeat;
}
 .errorBox img {
 width: 100%;
}
 .thumb-pad5 .thumbnail em {
 display: inline-block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 640px) {

.sb-search-form table td{
    display:none;
}
.sb-search-form table td.da_non_nascondere, .sb-search-form .testobianco{
    display:block;
    text-align:center !important;
}

.sb-search-form .btn-default{
    margin:0 auto;
    margin-right:auto !important;
    margin-top:5px;
}
    
}
@media (max-width: 767px) {
    
    .section-form-info h2, .parallax h3, .swiper-caption{
    font-size: 2.0em !important;
    line-height:130% !important;
    }
    
}

    
.da_nascondere{
    display:none;
}

    
 #toTop {
 /*display: none !important;*/
}

 h1.navbar-brand_ {
 float: none;
 margin: 0 0 25px 0;
}
 nav.tm_navbar {
 float: none;
 display: block;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #a6b74f;
 background: #a6b74f;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-pad3 {
 margin: 0 0 30px 0;
 height: auto !important;
}
 .thumb-pad3 figure {
 margin: 8px 20px 0 0;
}
 .thumb-box1 .more-box {
 text-align: right;
}
 .thumb-box1 .more-box .btn-default.btn1 {
    text-align:right;
    background: transparent none
}
 .thumb-box2 br {
 display: none;
}
 .list_carousel2 #foo2 > li i {
 padding: 0;
 background: rgba(94, 94, 94, 0.7) url(./zoom.png) center center no-repeat;
}
 .list_carousel2 #foo2 > li i span {
 display: none;
}
 .thumb-pad5 figure {
 margin: 0;
 float: none;
}
 .thumb-pad5 .thumbnail .caption {
 padding: 30px;
}
 footer {
 text-align: center;
}
 footer ul {
 float: none;
 display: inline-block;
}
 footer p {
 float: none;
}
 .thumb-box2,  .thumb-box5 {
 background: #514c40;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 26px 0 0;
 float: left;
}
 .errorBox {
 padding-top: 20px;
 padding-bottom: 40px;
}
 .errorBox img {
 width: 100%;
}
 .errorBox1 {
 padding-top: 80px;
 padding-bottom: 70px;
}
 .thumb-pad5 .thumbnail em {
 display: inline-block;
}
 .map iframe {
 height: 300px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad6 figure strong {
 font-size: 14px;
}
 .thumb-pad6 figure strong em {
 font-size: 17px;
}
 .thumb-pad6 figure i {
 padding: 45px 20px;
}
    .cosa-fare-overlay h2 {
    font-size: 26px !important;
    line-height:120% !important;
    margin-top: 10px;
    padding: 0 80px 0 5px !important;
    text-align: left;
}
.cosa-fare-details > .container {
    max-width: 95% !important;
    width: 95% !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
    

    
    .pre-action{
    margin-bottom:0px !important;
}

.section-contattaci .col-sm-12{
    margin-top:30px !important;
}
    
 .thumb-pad1 figure .number {
 font-size: 25px;
 line-height: 25px;
 top: 10px;
 right: 10px;
}
 .thumb-pad2 .thumbnail .caption .title {
 font-size: 25px;
 line-height: 35px;
}
 .thumb-box1 .box1 {
 padding: 50px 20px 0 20px;
}
 .thumb-box1 .box .title {
 font-size: 20px;
 line-height: 50px;
}
 .thumb-pad8 figure {
 margin: 0 0 29px 0;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .thumb-pad8 figure img {
 width: 100%;
}
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
.section-social .col-xs-4 {
    float: left !important;
    width: 50% !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
    margin-bottom: 0;
}
.padBot {
    padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/



.icon-social {
    width:100%;
    height:100%;
    z-index:9;
    top:0;
    left:0
}
.icon-social ul {
    margin: 100px 0 0 0;
    padding:0
}
.icon-social li {
    list-style: none;
    margin:10px 0
}
.icon-social .social-fb {
    background: transparent url(sprite.png) no-repeat -505px -36px scroll;
    width: 50px;
    height: 59px;
    display: inline-block 
}
.icon-social .social-tw {
    background: transparent url(sprite.png) no-repeat -612px -37px scroll;
    width: 50px;
    height: 59px;
    display: inline-block
}
.icon-social .social-sk {
    background: transparent url(sprite.png) no-repeat -720px -38px scroll;
    width: 50px;
    height: 56px;
    display: inline-block
}

.cosa-fare-intro .container.no-padding {
    padding-bottom:90px !important
}
.btn-cosa-fare {
    margin-top:50px;
    background: #FFFFFF none;
    border-radius: 8px;
    text-align:center;
    line-height:50px;
    min-width: 130px;
    font-size:19px;
    border: 2px solid #371C0C
}

.btn-cosa-fare:hover {
    background: #371C0C none;
    color: #FFFFFF
}

.btn-cosa-fare.active {
    background: #371C0C none;
    color: #FFFFFF
}

.btn-cosa-fare span {
    display:inline-block;
    vertical-align: text-bottom;
    margin-right:10px
}
.btn-estate span {
    background: transparent url(sprite.png) no-repeat -1478px -150px;
    width: 28px;
    height: 30px;
}
.btn-estate:hover span, .btn-estate.active span{
    background-position: -1478px -217px
}
.btn-inverno span {
    background: transparent url(sprite.png) no-repeat -1549px -150px;
    width: 26px;
    height: 30px;
}
.btn-inverno:hover span, .btn-inverno.active span {
    background-position: -1549px -217px
}
.cosa-fare-wrapper.chiuso {
    margin-bottom:10px;
    height: 386px;
}
.cosa-fare-wrapper.aperto {
    margin-bottom:0;
    height: 386px;
}
@media (min-width: 992px) {

  .cosa-fare-wrapper.chiuso {
        height: 576px;
     
    }
   
}

@media (max-width: 767px) {
     .cosa-fare-wrapper.chiuso,
     .cosa-fare-wrapper.aperto {
         height: 206px;
     }
     
     .cosa-fare-intro .container.no-padding {
         padding-bottom: 0 !important;
     }
     .cosa-fare-overlay {
         height: 50px;
     }
}
.cosa-fare-img {
    top:0;
    left:0;
    width:100%;
    height: inherit;
    z-index:1;
    cursor:pointer;
}
.cosa-fare-overlay {
    height:120px;
    width:100%;
    display:block;
    bottom:0;
    z-index:9;
    background: rgba(232, 222, 212, .7) none;
} 


.cosa-fare-toggle-details {
    width: 67px;
    height: 67px;
    background: #C1D100 none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    right:20px;
    top:28px;
    cursor:pointer
}
.cosa-fare-toggle-details:hover {
    background: #371A0C none
}
@media screen and (max-width: 767px) {
    .cosa-fare-overlay {
        height: 97px;
    }
    .cosa-fare-overlay h2 {
        margin-top: 0 !important;    
    }
    .cosa-fare-toggle-details {
        width: 37px;
        height: 37px;
    }
}
.cosa-fare-overlay > .container {
    padding: 20px 0;
    margin: 0 auto
}
.cosa-fare-overlay h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom:0
}
.cosa-fare-overlay h2 {
    font-size: 36px;
    margin-top:10px
}

.cosa-fare-wrapper.chiuso .cosa-fare-toggle-details > span {
    width: 38px;
    height: 38px;
    background: transparent url(sprite.png) no-repeat -1695px -148px scroll;
}
.cosa-fare-wrapper.chiuso .cosa-fare-toggle-details:hover > span {
    background-position: -1695px -216px;
}
.cosa-fare-wrapper.aperto .cosa-fare-toggle-details > span {
    width: 19px;
    height: 6px;
    background: transparent url(sprite.png) no-repeat -1623px -165px scroll;
}
.cosa-fare-wrapper.aperto .cosa-fare-toggle-details:hover > span {
    background-position: -1623px -233px;
}

@media screen and (max-width:767px) {
    .cosa-fare-wrapper.chiuso .cosa-fare-toggle-details > span {
        transform: scale(.5);
    }
}


.cosa-fare-details {
    display:none;
    margin:0 auto;
    width:100%;
    clear:both;
    margin-bottom:10px;
    background: #EFE8E1 none
}
.cosa-fare-details > .container {
    padding:30px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}

.paragrafo {
    position: relative;
    margin: 5px 0;
    background-color: #FFFFFF;
    padding: 8px 12px;
    border: 1px dotted #AAAAAA;
}

.paragrafo-titolo {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #371A0C;
}

.paragrafo-c {
    position: relative;
    display: none;
}

/* The gallery overlay */

#galleryOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    opacity:0;
    z-index:100000;
    background-color:#222;
    background-color:rgba(0,0,0,0.8);
    overflow:hidden;
    display:none;
    
    -moz-transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease;
    transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
    opacity:1;
}

#gallerySlider{
    height:100%;
    
    left:0;
    top:0;
    
    width:100%;
    white-space: nowrap;
    position:absolute;
    
    -moz-transition:left 0.4s ease;
    -webkit-transition:left 0.4s ease;
    transition:left 0.4s ease;
}

#gallerySlider .placeholder{
    background: url("./preloader.gif") no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width:100%;
    display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right:-1px;
}

#gallerySlider .placeholder img{
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

#gallerySlider.rightSpring{
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
    0%{        margin-left:0px;}
    50%{    margin-left:-30px;}
    100%{    margin-left:0px;}
}

@-moz-keyframes leftSpring{
    0%{        margin-left:0px;}
    50%{    margin-left:30px;}
    100%{    margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
    0%{        margin-left:0px;}
    50%{    margin-left:-30px;}
    100%{    margin-left:0px;}
}

@-webkit-keyframes leftSpring{
    0%{        margin-left:0px;}
    50%{    margin-left:30px;}
    100%{    margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
    border:none;
    text-decoration:none;
    background:url('./arrows.png') no-repeat;
    opacity:0.5;
    cursor:pointer;
    position:absolute;
    width:43px;
    height:58px;
    
    top:50%;
    margin-top:-29px;
    
    -moz-transition:opacity 0.2s ease;
    -webkit-transition:opacity 0.2s ease;
    transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
    opacity:1;
}

#prevArrow{
    background-position:left top;
    left:40px;
}

#nextArrow{
    background-position:right top;
    right:40px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
     #gallerySlider .placeholder img {width:400px;}
}



/*MENU MATERIAL*/

.main-menu {
    background: #333333 none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
    padding: 24px;
    top: 0;
    position:fixed;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 99;
    padding-top: 3%;
}

.main-menu ul {
    margin-top:55px;
    padding-left: 20px;
}
.main-menu li {
    list-style:none;
    margin:8px 0;
    color: #fff;
}
.main-menu li a:link,
.main-menu li a:visited {
    font-weight: 600;
    font-size: 24px;
    display:block;
    text-decoration:none;
    color: #fff;
    margin-left: 15px;
}
.main-menu li a:hover {
    text-decoration:underline
}




.titolo_menu,.titolo_menu a
{
    font-weight:bold!important;
    font-size: 43px !important;
    line-height: 40px;
}

.titolo_menu {
    margin-bottom: 15px !important;
}

.main-menu input[type="text"] {
    border: 1px solid #FFFFFF;
    background: transparent none;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    padding:4px
}
.main-menu .cerca-submit {
    top: 6px;
    right: 4px;
    background: transparent none;
    border: 0;
}
.main-menu .cerca-submit span{
    background: transparent url(sprite.png) no-repeat scroll -830px -164px;
    width: 13px;
    height: 14px;
    display:inline-block
}

.cercado_ricerca_veloce ul{
    list-style-type:none;
}
.cercado_ricerca_veloce ul li a h1{
    font-size:22px;
    font-weight:bold;
}


.main-menu.nascosto {
   display:none;
}

.main-menu-social a {
    display:inline-block;
    margin-right:20px
}
.main-menu .icon-fb {
    background: transparent url(sprite.png) no-repeat scroll -649px -162px;
    display:inline-block;
    width: 9px;
    height: 18px;
}
.main-menu .icon-tw {
    background: transparent url(sprite.png) no-repeat scroll -686px -164px;
    display:inline-block;
    width: 18px;
    height: 15px;
}
.main-menu .icon-in {
    background: transparent url(sprite.png) no-repeat scroll -732px -163px;
    display:inline-block;
    width: 17px;
    height: 17px;
}
.main-menu .icon-pi {
    background: transparent url(sprite.png) no-repeat scroll -778px -163px;
    display:inline-block;
    width: 14px;
    height: 18px;
}
.toggle-nav-wrap {
    border: 4px solid #C1D100;
    display: block;
    height: 50px;
    left: 20px;
    position: fixed;
    top: 10px;
    width: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

.show-nav .toggle-nav-wrap {
    left: 244px;
    width: 50px
}
.fade-in-load {
    animation-duration: 1.25s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    display: none !important;
}
.fade-in-load.show {
    display: block !important;
}

.filtri  
{
  height:40px;
  margin-top:20px;
  position:relative;
  text-align:center;
  vertical-align:middle;
  width:100%;
}

.filtri .filtro 
{
  display:inline;
  margin-left:20px;
  background-color:#e4e0dd;
  padding:5px 15px 5px 20px;
}

.filtro img
{
width:30px;
padding-right:5px;
}

.filtri a 
{
 color:#8a7c6f;
 font-size:16px;
 text-transform: uppercase;
}

.filtri ul
{
  margin-top:50px;
  margin-bottom:50px;
  float:left;
  height:auto;
}

.container_eventi
{
    height:auto;
}

.carica_altri
{
    height:80px;
    float:left;
    width:100%;
    background-color:#333333;
    text-align:center
}


.carica_altri a 
{
    color:#fff;
    font-size:20px;
    padding-top:25px;
}
.carica_altri a:after 
{
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 10px;
}


.carica_altri div
{
  margin-top:25px;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
a.toggle-nav {
    backface-visibility: hidden;
    display: block;
    height: 20px;
    margin: 0;
    pointer-events: all;
    position: absolute;
    text-decoration:none;
    left: 10px;
    top: 9px;
    transform: translateZ(0px);
    transition: margin 100ms ease 0s, -o-transform 500ms cubic-bezier(0.61, -0.67, 0, 1.45) 0s, -moz-transform 500ms cubic-bezier(0.61, -0.67, 0, 1.45) 0s, -ms-transform 500ms cubic-bezier(0.61, -0.67, 0, 1.45) 0s, -webkit-transform 500ms cubic-bezier(0.61, -0.67, 0, 1.45) 0s, transform 500ms cubic-bezier(0.61, -0.67, 0, 1.45) 0s;
    width: 30px;
    z-index: 99999;
}

a.toggle-nav span {
    backface-visibility: hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 3px;
    left: 0;
    margin-top: 1px;
    position: absolute;
    text-indent: -99999em;
    top: 50%;
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
    transition: all 225ms ease 0s;
    width: 100%;
    box-shadow: 3px 3px 3px #8fab19;
}
.toggle-nav h4 {
    backface-visibility: hidden;
    color: #ffffff;
    font-size: 16px;
    left: 28px;
    letter-spacing: -0.1em;
    line-height: 13px;
    margin: 0;
    opacity: 1;
    position: relative;
    text-align: center;
    top: 0;
    transform: translateZ(0px);
    width: 100%;
}
.toggle-nav h4, .toggle-nav h4::before, .toggle-nav h4::after {
    transition: all 225ms ease 0s;
    text-shadow: 3px 3px 3px #8fab19;
}
a.toggle-nav:hover h4, a.toggle-nav:hover h4::before, a.toggle-nav:hover h4::after {
    color: #FFFFFF !important;
    opacity: 1;
}
a.toggle-nav.is-hovered h4, a.toggle-nav.is-hovered h4::before, a.toggle-nav.is-hovered h4::after {
    color: #FFFFFF !important;
    opacity: 1;
}
body.show-nav a.toggle-nav h4 {
    opacity: 0;
}
a.toggle-nav span::before, a.toggle-nav span::after {
    backface-visibility: hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    content: " ";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
    transition: all 225ms ease 0s;
    width: 100%;
    box-shadow: 3px 3px 3px #8fab19;
}
.show-nav a.toggle-nav span::before, .show-nav a.toggle-nav span::after {
    background: none repeat scroll 0 0 #fff;
}
a.toggle-nav span::before {
    top: -9px;
}
a.toggle-nav span::after {
    bottom: -9px;
}
a.toggle-nav:hover span, a.toggle-nav:hover span::before, a.toggle-nav:hover span::after {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
a.toggle-nav.is-hovered span, a.toggle-nav.is-hovered span::before, a.toggle-nav.is-hovered span::after {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
a.toggle-nav:hover span, a.toggle-nav.is-hovered span {
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
}
a.toggle-nav:hover span::before, a.toggle-nav.is-hovered span::before {
    transform: translate3d(0px, -3px, 0px) rotate(0deg) scale(1);
}
a.toggle-nav:hover span::after, a.toggle-nav.is-hovered span::after {
    transform: translate3d(0px, 3px, 0px) rotate(0deg) scale(1);
}
body.show-nav a.toggle-nav {
    transform: translate3d(3px, 0px, 0px) rotate(90deg) scale(1);
}
body.show-nav a.toggle-nav span {
    background: none repeat scroll 0 0 transparent !important;
    transform: translate3d(2px, 4px, 0px) rotate(0deg) scale(1);
}
body.show-nav a.toggle-nav span::before {
    transform: translate3d(0px, 10px, 0px) rotate(-45deg);
}
body.show-nav a.toggle-nav:hover span::before, body.show-nav a.toggle-nav.is-hovered span::before {
    transform: translate3d(0px, 8px, 0px) rotate(-45deg) scale(1.2);
}
body.show-nav a.toggle-nav span::after {
    transform: translate3d(0px, -8px, 0px) rotate(45deg);
}
body.show-nav a.toggle-nav:hover span::after, body.show-nav a.toggle-nav.is-hovered span::after {
    transform: translate3d(0px, -8px, 0px) rotate(45deg) scale(1.2);
}


/*FINE MATERIAL*/


/* SIMPLE BOOKING */
.booking-form-container table {
    width:98%;
    margin:10px
}
.booking-form-container td {
    vertical-align:middle
}
.BOL-checkin select {
    display: inline;
    margin-top: -14px !important;
    position: relative;
    top: -8px !important;
}
#BOL {
    width: 980px;
    padding: 0 60px;
    background-color: #872B2F;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    left: -60px;
    z-index: 10;
    background-image: url(img/sfBOL.png);
    color: #FFF;
    font-size: 11px;
}
#BOL input, textarea, select { }
#BOL-titolo {
    position: absolute;
    font-size: 32px;
    color: #FFF;
    left: 60px;
    top: 12px;
    line-height: 0.8;
    letter-spacing: -1pt;
}
#BOL-c {
    position: absolute;
    top: 10px;
    left: 200px;
    height: 65px;
    width: 840px;
}
#BOL-best {
    color: #FFF;
    position: absolute;
    right: 320px;
    bottom: 2px;
    font-size: 17px;
    font-style: italic;
    padding-left: 25px;
    background-image: url(img/BOLbest.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#BOL-bimbi {
    background-color: #C2BEB6;
    border-radius: 3px;
    padding: 3px;
    font-size: 10px;
    color: #892E32;
}
#BOL-bimbi a:link { color: #892E32; }
#BOL-bimbi a:active { color: #892E32; }
#BOL-bimbi a:visited { color: #892E32; }
#BOL-bimbi a:hover { color: #892E32; }



.BOL-calendar {
    display: inline-block;
    position: relative;
    top: 0;
}
.BOL-calendar span {
    background: transparent url(sprite.png) no-repeat scroll -252px -42px;
    width: 30px;
    height:30px;
    display:inline-block;
    margin-left:10px
}
.booking-form-container h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}
.booking-form-container p {
    font-size:14px;
    line-height:14px;
    font-weight:400;
    margin:0
}

@media (max-width: 1024px) {
    
    .dotazioni-camera li {
    list-style:none;
     text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        white-space: nowrap; 
        overflow: hidden;
        max-width:256px;
}
    
    
    
    .booking-form-container h4 {
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .booking-form-container p {
        font-size:10px;
        line-height:11px;
        font-weight:400;
        margin:0
    }
    
    .btn-calcolaprezzo {
    font-size: 16px !important;
    text-align:left !important;
    line-height:1 !important;
    padding-top: 10px !important;
}

.sb_intro{
        display:none !important;
    }
    #btnSearch{
          font: 600 16px/40px "Open Sans";
    }
    .section-intro h6{
        display:none;
    }
    
    .section-form-info form textarea{
        max-height:120px;
    }
    
    
    .box-offerta h4 {
    font-size: 26px;
}
    
    
}
/* END SIMPLE BOOKING */




/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src:  url('fontawesome-webfont.eot?v=4.1.0');
  src:  url('fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
          url('fontawesome-webfont.woff?v=4.1.0') format('woff'), 
          url('fontawesome-webfont.ttf?v=4.1.0') format('truetype'), 
          url('fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  opacity: .99;
}

@font-face {
    font-family: 'asapregular';
    src: url('asap-regular-webfont.eot');
    src: url('asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('asap-regular-webfont.woff2') format('woff2'),
         url('asap-regular-webfont.woff') format('woff'),
         url('asap-regular-webfont.ttf') format('truetype'),
         url('asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -mmmoz-transform: rotate(0deg);
  }
  100% {
    -mmmmoz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
/*  content: "\f021";
}*/
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}





/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 27, 2015
 */
 

 .swiper_pagine_top
 {
     height:800px;
 }
 
  .swiper_pagine_bottom
 {
     height:800px;
 }
 
 
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-header {
    width:100%;
    height:100%
}


.swiper-container.swiper-foto-utenti {
    width: 750px;
    height: 364px
}
.swiper-offerte-container .swiper-slide {
    background: none repeat scroll 0 0 #339c86;
}
.swiper-caption {
    background: none;
    bottom: 15%;
    color: #FFFFFF;
    font-size: 55px;
    padding: 14px;
    position: absolute;
    line-height:54px;
    max-width: 820px;
    margin: auto auto 10% 5%;
    left: 0px;
    right: 0px;
    text-align: center;
    text-transform:uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.swiper-caption a { color: #fff; } 


@media screen and (max-width: 767px) {
    
    .swiper-caption {
		margin:0;
		bottom: 30%;
    }
    
    .swiper-menu ul {
    	float:none;
    	text-align:center;
    }
	.swiper-menu li a {
		font-size: 16px;
	}
    
    .filtri ul { margin: 30px 0; padding: 0px; width: 100%;  }
    
    
    .filtri .filtro 
    {
      display:block;
      margin-left:0px;
      width: 100%;
    }
    
    .contenuto-pagina h1.main-font, .intro-text h2 {
        font-size: 2.5em !important;
    }
    .section-box-vacanze h4, .section-box-offerte h4, .section-box-extra h4 {
        font-size: 28px;
        margin-bottom: 0;
    }
    
    .titolo_menu,.titolo_menu a
    {
        font-weight:bold!important;
        font-size: 33px !important;
        line-height: 26px;
    }
    
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #323234;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: 50% 50%;
}

.swiper-slide:before { background-color: rgba(146, 80, 36, 0.2); display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; content:""; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 24px;
  margin-top: -12px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
  background:transparent url(sprite.png) no-repeat -2485px -37px scroll;
  left: 3%;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
  background:transparent url(sprite.png) no-repeat -2413px -37px scroll;
  right: 3%;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #FFFFFF;
  opacity: 0.5;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 5%;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}


.swiper-header .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 767px) {
    .swiper-header .swiper-slide {
        background-repeat: no-repeat;
        background-position:0 0;
        background-size: cover
    }
    .swiper-header .swiper-pagination {
        display:none;
    }
    
    .div_contenuto_ricerca {
      display: none; 
    }
    
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
    background-color:rgba(0,0,0,0.95);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


.fancybox-inner {
    height: auto !important;
}



.no-margin {
    margin:0 
}

.no-padding {
    padding:0
}

.no-t-padding {
    padding-top:0
}

.no-b-padding {
    padding-bottom:0
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Elastislide Style */

.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    min-height: 60px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.elastislide-wrapper.elastislide-loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.elastislide-horizontal {
    padding: 10px 40px;
}

.elastislide-vertical {
    padding: 40px 10px;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.elastislide-horizontal ul {
    white-space: nowrap;
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
}

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 100%;
}

.elastislide-carousel ul li a img {
    display: block;
    border: 2px solid white;
    max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
    position: absolute;
    background: #ddd url(./nav.png) no-repeat 4px 3px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
    opacity: 1.0
}

.elastislide-horizontal nav span {
    top: 50%;
    left: 10px;
    margin-top: -11px;
}

.elastislide-vertical nav span {
    top: 10px;
    left: 50%;
    margin-left: -11px;
    background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
    right: 10px;
    left: auto;
    background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
    bottom: 10px;
    top: auto;
    background-position: -17px -18px;
}

.to_center { margin: 0 auto; text-align: center; } 
.camere-txt .to_center { margin: 0 auto; text-align: left; } 

.div_contenuto_ricerca { margin: 0 auto; position: relative; text-align: center; width: 100%;  }
.div_contenuto_ricerca span { color: #fff;  }
.div_contenuto_ricerca span:before { 
    content: "\f073";
    font-family: FontAwesome;
    color: #333333;
    font-size: 30px;
    margin-right: 10px;
}

.div_contenuto_ricerca input, .div_contenuto_ricerca select { border-radius: 3px; }



.camere-txt.box-square { transition: 0.2s, ease-in-out; }
.camere-txt.box-square:hover { background-color: #8a7c6f; } 
.camere-txt.box-square:hover h4 { color: white; }

#bt_espandi_mappa {
    margin-left: calc(50% - 30px);
    margin-left: -moz-calc(50% - 30px);
    
    margin-top: -20px;
    position: absolute;
    z-index: 98;
    
}

#bt_espandi_mappa img { width: 60px; }



.div_newsletter label, .div_privacy { color: #58595b; }

.ui-widget-header {
    border: none !important;
    background:none !important;
    background-color: #333333 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #323234 !important;
}

.ui-widget { font-family: bebas_neueregular !important; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #323234 !important;
    background: none !important;
    background-color: #323234 !important;
    color: #fff !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover { 
    background: none !important;
    border: none !important;
}

    
    



.fine-richiesta h3 { color: #58595b; }

.white, .white a { color: #fff; }


.alternate-color .filtro.active { background: #323234 !important; }
.alternate-color .filtro { background: #eaebed !important; }
.section-form-info.alternate-color { background: #323234 !important; }
.alternate-color .bg-box-offerta.bg-neutral-dark { background: #2d3a4a !important; }
.alternate-color .bg-box-offerta.bg-neutral { background: #3c4c5c !important; }
.contenuto-pagina h1.main-font { font-size: 4em; margin-top: 30px; font-weight: 700; text-transform: uppercase; }
.alternate-color.contenuto-pagina h1.main-font { font-size: 4em; margin-top: 30px; font-weight: 700; text-transform: uppercase; background-image: url(https://www.casartisti.it/files/getbyname/catena_vector.png); background-repeat: no-repeat; background-position: bottom left; padding-bottom: 10px; margin-bottom: 20px;  }
.alternate-color.contenuto-pagina h4.main-font { background-image: url(https://www.casartisti.it/files/getbyname/catena_vector.png); background-repeat: no-repeat; background-position: bottom left; padding-bottom: 10px; margin-bottom: 20px; border: none;  }
.contenuto-pagina.alternate-color h1.main-font { color: #323234; } 
.alternate-color .dettaglio-camere{background-color:white;}


.footer-links ul { list-style-type: none; padding-left: 0px; }
.footer-links ul li { margin-left: 0px; padding: 0 16px; }
.footer-links .footer-boxes h4 { color: #fff; text-transform: uppercase; font-size: 1.5em; font-weight: 700; }
.footer-links .footer-boxes h5 { color: #fff; }
.footer-links ul li a { color: #fff; font-size: 1em;text-transform: uppercase !important; }

.lista_loghi {
	margin-top:20px;
}

.footer-boxes {
    display: block;
    padding: 10% 12%;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    text-align: left;
    right: 0;
    top: 0;
}

.pattern { background-image: url(https://www.casartisti.it/files/getbyname/pattern.png); }

.upper-border { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 30px;}

.contact-title h2 { font-weight: 400; font-size: 50px; } 

.impressum p {
	font-family: 'asapregular';
}

.grouped-buttons .btn { display: inline-block; margin: 0px !important; margin-right: 1px !important; font-weight: 200; float: left; }
.grouped-buttons .btn.btn-prenota, .grouped-buttons .btn-confronta { padding: 5px 20px; width: auto; }

.offerte.titolo_camere { background: #877a71 !important; } 
.offerte.titolo_camere h2 { color: #fff; font-weight: 200; }

img.widepic { width: 100%; }

img.squarepic { 
    width: 165%;
    margin-left: -30%;
}

.table_confronta{width:100%;}

.header_offerte { background: #323234; width: 100%; max-width: none; display: block; height: 88px;}

.icone_offerta img { margin: 0 5px; }

.container_gallery { width: 100%; }

.btn-confronta { max-width: 300px; }
.btn-confronta:after { 
    font-family: FontAwesome;
    content: "\f067";
    padding-left: 10px;
}


.elastislide-horizontal {
    padding: 0;
}
.elastislide-wrapper {
    box-shadow: none;
}

.elastislide-carousel ul li a img {
    border: none;
}

.elastislide-horizontal nav span {
    position: absolute;
    background: #ddd url(./nav1.png) no-repeat 3px 2px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-indent: -9000;
}

.elastislide-horizontal nav span.elastislide-next {
    background: #ddd url(./nav1.png) no-repeat 3px -39px;
}



.sport h4.main-font { background-image: url(icon_sport.png); background-repeat: no-repeat; background-position: top center; padding-top: 40px; }
.wellness h4.main-font { background-image: url(icon_wellness.png); background-repeat: no-repeat; background-position: top center; padding-top: 40px; }
.entroterra h4.main-font { background-image: url(icon_entroterra.png); background-repeat: no-repeat; background-position: top center; padding-top: 40px; }
.ciclismo h4.main-font { background-image: url(icon_ciclismo.png); background-repeat: no-repeat; background-position: top center; padding-top: 40px; }
.business h4.main-font { background-image: url(icon_business.png); background-repeat: no-repeat; background-position: top center; padding-top: 40px; }
.family h4.main-font { background-image: url(icon_family.png); background-repeat: no-repeat; background-position: top center; padding-top: 40px; }

.mobile-booking-replace-btn { width: 300px; margin: 0 auto; border: none;}


@media (max-width: 992px) {
 .dispo-wrapper h3 { text-align: center !important; }
}

.main-menu-social { margin-left: 22px; margin-top: 30px; }
.main-menu-social a { color: #fff; margin-right: 20px; }

.fine_richiesta h3{color:#323234;}

.embed-container {
    height: auto;
    margin: 5% 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 53%;
    padding-top: 30px;
    position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.logo_swiper { position: relative; width: 60px; height: 60px; background-repeat: no-repeat; background-position: bottom center; display: inline-block; margin-right: 10px; }
.logo_swiper.wellness { background-image: url(icon_wellness_w_big.png); }
.logo_swiper.ciclismo { background-image: url(icon_ciclismo_w_big.png); }
.logo_swiper.family { background-image: url(icon_family_w_big.png); }
.logo_swiper.sport { background-image: url(icon_sport_w_big.png); }
.logo_swiper.entroterra { background-image: url(icon_entroterra_w_big.png); }
.logo_swiper.business { background-image: url(icon_business_w_big.png); }



/**************************************
PERSONALIZATIONS
**************************************/


.color-lines .line1, 
.color-lines .line2, 
.color-lines .line3, 
.color-lines .line4 { 
    height: 15px; 
    position: relative;
}


.color-lines .line1 { 
    background: #eeeeee; 
}

.color-lines .line2 { 
    background: #93474e; 
}

.color-lines .line3 { 
    background: #333333; 
}

.color-lines .line4 { 
    background: #9f8f4b; 
}

.submit-wrapper { padding-top: 20px; }

.intro-box { background: #FFFFFF; position: relative;  }
.intro-box h2 { font-size: 45px; font-weight: 400; margin-top: 0px;  }
.intro-box h2 span { font-weight: 700; display:inline-block; padding-left:20px;}
.intro-box h2 small { /*font-weight: 400; font-style: italic;*/ font-size: 24px; color: #333333; font-family: 'asapregular'; display:inline-block;line-height:1;}
.intro-box .v-divider { border-left: 1px solid #d6d6d6; padding-left: 40px; }
.intro-box .v-divider h2 { font-size: 30px; margin-bottom: 30px; }
.intro-box h3 { margin-top: 0px; font-weight: 700; }
.intro-box a.link-boxes { color: #58595b; transition: ease-in-out 0.3s; display: block; border-radius: 3px; padding: 10px 10px; }
.intro-box a.link-boxes i { color: #333333; transition: ease-in-out 0.4s; }
.intro-box a.link-boxes i.fa-star { color: #93474e; }
.intro-box a.link-boxes i.fa-gift { color: #07636a; }
.intro-box a.link-boxes i.fa-signal { color: #9f8f4b; }
.intro-box a.link-boxes h3 { color: #323234; }
.intro-box a.link-boxes:hover { background: #efefef; }
.intro-box a.link-boxes:hover i { color: #323234; opacity: 0.2; }


.intro-tennese, .intro-box-homepage {
	border-top: 120px solid #E3E4E9;
	
}
.t-padding-s { padding-top: 30px;}
.t-padding-m { padding-top: 60px;}
.t-padding-l { padding-top: 90px;}
.t-padding-xl { padding-top: 150px; }
.b-pad/*ding-xl { padding-bottom: 150px; }*/

.btn.btn-default.call-to-action { 
    background-color: #9f8f4b; 
    text-transform: uppercase; 
    font-size: 15px; 
    padding: 13px 25px 13px 60px; 
    position: relative;
    width: auto;
    display: inline-block;
    max-width: 300px;
    text-align: left;
    line-height: 18px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.btn.btn-default.call-to-action:before { 
    content:"\f0d0";
    font-family: FontAwesome;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    left:23px;
    top: 22px;
}
.btn.btn-default.call-to-action small { text-transform: none; }

.btn.btn-default.call-to-action2 { 
    background-color: #9f8f4b; 
    text-transform: uppercase; 
    font-size: 15px; 
    padding: 20px 30px 20px 30px; 
    position: relative;
    width: auto;
    display: inline-block;
    max-width: 300px;
    text-align: left;
    line-height: 18px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.lead, .lead p, .lead li{ font-size: 18px; line-height: 30px !important; font-family: 'asapregular'; }

.fa-margin-r { margin-right: 10px; }
.fa-margin-l { margin-left: 10px; }

p.subdesc { font-family:'asapregular'; line-height: 22px; font-size: 15px; }

.blue-square { background-color: #e3e4e9; } 
.red-square { background-color: #e3e4e9; } 
.orange-square { background-color: #e3e4e9; } 
.green-square { background-color: #e3e4e9; } 
.dark-square { background-color: #e3e4e9; }
.light-square { background-color: #E3E4E9; }



.click-square.main-square,
.click-square .blue-square, 
.click-square .red-square, 
.click-square .orange-square, 
.click-square .green-square,
.click-square .dark-square,
.click-square .light-square,
.click-square.blue-square, 
.click-square.red-square, 
.click-square.orange-square, 
.click-square.green-square,
.click-square.dark-square,
.click-square.light-square,
.click-square.main-square img,
.click-square .blue-square img, 
.click-square .red-square img, 
.click-square .orange-square img, 
.click-square .green-square img,
.click-square .dark-square img,
.click-square .light-square img {
    opacity: 1.0;
    transition: 0.35s cubic-bezier(0.99,-0.01, 0.48, 0.6);
    cursor: pointer;
    overflow: hidden;
}

.click-square.main-square img,
.click-square .blue-square img, 
.click-square .red-square img, 
.click-square .orange-square img, 
.click-square .green-square img,
.click-square .dark-square img,
.click-square .light-square img {
    transition: 0.25s cubic-bezier(0.99,-0.01, 0.48, 0.6);
} 

.click-square.main-square:hover,
.click-square:hover .blue-square, 
.click-square:hover .red-square, 
.click-square:hover .orange-square, 
.click-square:hover .green-square,
.click-square:hover .dark-square,
.click-square:hover .light-square,
.click-square:hover.blue-square, 
.click-square:hover.red-square, 
.click-square:hover.orange-square, 
.click-square:hover.green-square,
.click-square:hover.dark-square,
.click-square:hover.light-square { 
    opacity: 1.0;
    -webkit-box-shadow: inset 0px 0px 100px 500px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 100px 500px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 100px 500px rgba(0,0,0,0.3);
} 
.click-square.main-square:hover img,
.click-square:hover .blue-square img, 
.click-square:hover .red-square img, 
.click-square:hover .orange-square img, 
.click-square:hover .green-square img,
.click-square:hover .dark-square img,
.click-square:hover .light-square img{ 
    opacity: 0.7;
    /*-moz-transform: scale(1.3);*/
    /*-webkit-transform: scale(1.3);*/
    /*transform: scale(1.3);*/
} 
.square-sections h2 { 
    font-size: 30px; 
    /*font-weight: 700;*/
    color: #333333;
    margin-bottom: 20px; 
    margin-top: 0px; 
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);*/
}
.square-sections p { color: #333333; font-family:'asapregular'; }
.square-sections .btn.btn-default { 
    background-color: #333333;
    display: inline;
    width: auto;
    color: #fff;
}
.square-sections .btn.btn-default:hover { 
    background-color: rgba(50, 50, 52, 0.3) !important; 
    -webkit-box-shadow: inset 0px 0px 0px 19px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 0px 19px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 0px 19px rgba(0,0,0,0.3);
}
.square-sections .main-square { 
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.square-sections .main-square p {
	color: #FFFFFF;
}
.square-sections .main-square h2 { 
    font-size: 60px; 
    font-weight: 700; 
    color: #FFFFFF;  /* AB */
    margin-bottom: 20px; 
    margin-top: 0px; 
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);*/
}
    
.box-padding-l {
	padding: 10%;
    text-align: left; }
.box-padding-m { padding: 4%; }
 
/* AB triangolo a DESTRA nei box dispari */
 #container_eventi .row.click-square div.box-small:nth-of-type(odd)::before {
 	content:"\0020";
    width: 0px;
  	height: 0px;
  	border-style: solid;
  	border-width: 7px 0 7px 10px;
  	border-color: transparent transparent transparent #e3e4e9;  
  	display: none; /* AB disabilitato */
  	position:absolute;
  	right:-10px;
  	margin-top:auto;
  	top:0;
  	bottom: 0;
  	margin-bottom:auto;
  	z-index:999999;
 }
 
 /* AB triangolo a sinistra nei box pari */
 #container_eventi .row.click-square div.box-small:nth-of-type(even)::before {
    content:"\0020";
    z-index:999999;
    width: 0px;
  	height: 0px;
  	border-style: solid;
  	border-width: 7px 10px 7px 0;
  	border-color: transparent #e3e4e9 transparent transparent;  
  	display: none; /* AB disabilitato */
  	position:absolute;
  	left:-10px;
  	margin-top:auto;
  	top:0;
  	bottom: 0;
  	margin-bottom:auto;
}
 
 
@media screen and (max-width: 480px) {
	/* AB triangolo in basso nei box dispari */
	 #container_eventi .row.click-square div.box-small:nth-of-type(odd)::before {
	 	content:"\0020";
	    width: 0px;
	  	height: 0px;
	  	border-style: solid;
	  	border-width: 10px 7px 0px 7px;
	  	border-color: #e3e4e9 transparent transparent  transparent ;  
	  	display: none; /* AB disabilitato */
	  	position:absolute;
	  	bottom:-10px;
	  	top:auto;
	  	margin-top:0;
	  	margin-bottom:0;
	  	margin-left:auto;
	  	left:0;
	  	right: 0;
	  	margin-right:auto;
	  	z-index:999999;
	 }
	 
	 /* AB triangolo in alto nei box pari */
	 #container_eventi .row.click-square div.box-small:nth-of-type(even)::before {
	    content:"\0020";
	    z-index:999999;
	    width: 0px;
	  	height: 0px;
	  	border-style: solid;
	  	border-width: 0 7px 10px 7px;
	  	border-color: transparent transparent #e3e4e9 transparent;  
	  	display: none; /* AB disabilitato */
	  	position:absolute;
	  	top:-36px;
	  	margin-left:auto;
	  	left:0;
	  	right: 0;
	  	bottom:auto;
	  	margin-right:auto;
	  	margin-top:0;
	  	margin-bottom:0;
	}
}
 
 

.container-wide { max-width: 1920px; margin: 0 auto; }

ul.tag-container {
    padding: 8px 0;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.tag-container li {
    display: inline-block; border-right: 1px solid rgba(255, 255, 255, 0.2); padding: 0 5px;
}
ul.tag-container li:last-child {
    border-right: none;
}
ul.tag-container li a {
    color: white; text-transform: lowercase; font-style: italic;
}
ul.tag-container li a:hover {
    text-decoration: underline;
}
.square-sections.offer-sections h2{ color: #333333; /*font-weight: 700;*/ }
.square-sections.offer-sections h2.data_evento { color: #929292 !important}
ul.tab-menu  { padding-left: 0px; list-style-type: none; text-align: center; border: 0; padding-top: 10px;  }
ul.tab-menu li { display: inline-block; margin: 0 5px; margin-bottom: 3px; }
ul.tab-menu li a { display: block; border:1px solid #929292; border-radius: 3px; padding: 10px 20px; color: #929292; background-color: transparent; font-weight: 300; text-transform: uppercase; font-size: 13px;  }
ul.tab-menu li a:hover { background-color: #ababab; color: #EEEEEE; }

ul.tab-menu li.active a:link,
ul.tab-menu li.active a:visited {
	color: #FFFFFF;
	background-color: #323234;
}
ul.tab-menu li.active a:hover { background-color: transparent; color: #929292;  }

.centerize { margin: 0 auto; }
.left-border { border-left: 1px solid #d6d6d6; }
.bigger-title { font-size: 40px !important; }  

.offer-square {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

#load_more_eventi {
	background: #FFFFFF none;
}
#load_more_eventi a span {
    clear: both;
    display: block;
    line-height: 0.1em;
}

h2.general-section-title {
    font-size: 50px;
    margin:0 !important;
    color: #323234;
    text-transform: none;
}

.contatti {
    font-family: 'asapregular';
    font-size: 16px !important;
}

.contatti a {
	color: inherit;
	font-size: inherit !important;
	text-decoration: underline  !important
}

.box_logo_footer {
    text-align: center;
}

.mega-text { font-size: 60px !important; font-weight: 700; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);  }
.btn-block { display: block; max-width: 280px; }


.dark-back { background-image: url(https://www.casartisti.it/files/getbyname/bedback.jpg); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }

ul.compare-box { padding-left: 0px; list-style-type: none; }
ul.compare-box li { border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 10px 0; color: white; font-weight: 700; } 
ul.compare-box li:first-child { color: #323234; }
ul.compare-box li span { display: block; float: right; text-decoration: line-through; }
ul.compare-box li:first-child span { text-decoration: none; }

.detail-desc { position: relative; padding: 0px 30px 30px 30px; }
.detail-desc h2 { font-weight: 700; font-size: 40px; }
.detail-desc.gallery-title {
	padding: 0px 30px 0 30px !important;
}
.detail-desc.gallery-title h2 {
	color: #C9C9C9;
	margin-bottom: -6px;
}
ul.detail-desc-items { padding-left: 0; list-style-type: none; }
ul.detail-desc-items li { border-right: 1px solid #d6d6d6; box-sizing: border-box; display: inline-block; width: 24%; text-align: center; font-size: 12px; font-weight: 700; text-transform: uppercase;}
ul.detail-desc-items li:last-child { border-right: none; }
ul.detail-desc-items li img { width: 60px; margin-bottom: 10px;  } 

.card-nav { text-align: center; }

.card-nav { /** add davide x comandi fancybox **/
    margin: 0 auto;
    position: fixed;
    top: 90%;
    left: 0;
    right: 0;
}

.card-nav .next-card, .card-nav .previous-card, .card-nav .close-card { 
    height: 46px; 
    width: 46px; 
    background-color: #333333; 
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    transition: ease-in-out 0.2s;
    margin: 0 auto;
}
.card-nav .next-card:hover, .card-nav .previous-card:hover, .card-nav .close-card:hover { 
    background-color: #07636a;
}
.card-nav .next-card:before, .card-nav .previous-card:before, .card-nav .close-card:before {
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.card-nav .next-card:before { content: "\f054"; }
.card-nav .previous-card:before { content: "\f053"; }
.card-nav .close-card:before { content: "\f00d"; }

.btn-b-margin { margin-bottom: 5px; }

.img-rounded { border-radius: 3px; }

.overlayer { z-index: 1000; position: fixed; top: 0px; bottom: 0px; right: 0px; left: 0px; background-color: rgba(50, 50, 52, 0.92); height: 100%; overflow: scroll; }
.overlayer .intro-box { 
    border-radius: 3px; 
    margin: 5% auto; 
    -webkit-box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.25); 
}

.overlayer-price-offer {
    position: absolute;
    width: auto;
    padding: 30px;
    left: 0px;
    top: 0px;
    background-color: rgba(159, 143, 75, 0.9);
}
.overlayer-price-offer p {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    line-height: 40px;
    margin-bottom: 0px;
}
.overlayer-price-offer p span {
    font-size: 46px;
    font-weight: 700;
}

.fancybox-skin { border-radius: 0; }

.fancybox-overlay {
    background: none !important;
    background-color: rgba(0,0,0,0.80) !important;
}

.fancybox-close { display: none; }


.boxpadding-small { padding: 10px; }

#book-now { 
    position: fixed; 
    z-index: 3; 
    top: 20px; 
    right: 0px;
    display: none;
}

#book-now a {
    background-color: #333333; 
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px;
    color: white;
    font-weight: 700;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    width: 40px;
    border: 1px solid #f19d65;
    margin-bottom: 5px;
    display: block;
}

.home-link { 
    position: absolute; 
    top: 12px; 
    left: 36px; 
    color: white;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}



@media (max-width: 992px) {
 .intro-box { text-align: center;  }
 .intro-box .v-divider { border-left: none; padding-left: 15px; }
 .t-padding-xl { padding-top: 80px; }
 .b-padding-xl { padding-bottom: 80px; }
 .left-border { border-left: none; }
 ul.tab-menu li { display: block; width: 100%; }
 .logo_header.center-logo { max-width: 180px; margin-top: 5%; }
 .swiper-caption {
       
        width:100%;
        left:0;
        font-size: 2.0em !important;
        line-height: 130% !important;
    }
    h2.general-section-title { font-size: 30px; }
    .square-sections .main-square h2 {
        font-size: 40px;
    }
}


@media (max-width: 1280px) {
 .mega-text { font-size: 40px !important;  }
 .intro-box h2 { font-size: 40px !important; }
 .intro-box .v-divider h2 { font-size: 25px !important; }
}

@media (max-width: 767px) {
    .square-sections h2 { font-size: 20px; }
    .square-sections p { font-size: 13px; line-height: 18px; }
    .contact-title h2 { font-size: 2.0em; }
    ul.detail-desc-items li { border: none; width: 49%; margin-bottom: 20px; }
    ul.detail-desc-items li:last-child { border: none; }
     .btn-mobile-block { display: block; width: 100% !important; max-width: none !important; text-align: center !important; }
    .mobile-center { text-align: center; }
    
    .fancybox-wrap { width: 295px !important; left: 0 !important; right: 0 !important; margin: 0 auto; } 
    .fancybox-inner { width: 265px !important; overflow-x: hidden !important; } 
    .fancybox-close { display: none; }
    .overlayer-price-offer {
        padding: 15px;
        padding-left: 30px;
        text-align: left;
    }
    .overlayer-price-offer p span {
        font-size: 20px;
        font-weight: 700;
    }
    .overlayer-price-offer p {
        line-height: normal;
    }
    .home-link {
        top: -40px;
    }
}


@media  (min-width : 768px) and (max-width: 1199px) {
 .square-sections h2 { font-size: 36px; }
 .square-sections p { font-size: 16px; line-height: 18px; }
}

@media  (min-width: 1200px) and (max-width: 1439px) {
 .square-sections h2 { font-size: 23px; }
 .square-sections p { font-size: 14px; line-height: 20px; }
}


.detail-desc-items { display: none; }

.debug { display: none !important; }



