/*
Theme Name: Villaggi Mania
Theme URI: http://www.villaggimania.it/
Author: 
Author URI: http://www.villaggimania.it/
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: villaggimania

*/

.mt0 {
    margin-top: 0 !important;
}

.fw400 {
   font-weight: 400 !important;
}

.popover-title {
    display: block;
}

.ui-autocomplete {
    padding-left: 5px;
    padding-right: 5px;
}

.ui-autocomplete-loading { 
    background:url('images/ui-anim_basic_16x16.gif') no-repeat right center 
}

.has-error input.form-control {
    border-color: #a94442 !important;
    background: #f2dede !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    color: #a94442 !important;
}

body.admin-bar header.navbar-fixed-top {
    top: 32px;
}

#partenza, #arrivo {
  padding-right: 35px;
}
.form-control-feedback {
  right: 15px;
  top: 40px;
}
.box-pers > div {
  display: inline-block;
  margin: 0 25px 0 0;
  width: 36%;
}
.box-pers #adulti, .box-pers #bambini {
  width: 100%;
}
input.form-control, 
textarea.form-control,
select.form-control  {
  background-color: #F1F2F7 !important;
  border-color: #F1F2F7 !important;
  color: #777 !important;
  border-radius: 0 !important;
  font-weight:300 !important;
  
}
textarea.form-control  {
  border-radius: 0 !important;
  height:auto !important;
}
.form-control {
  border-color: #fff;
  -webkit-box-shadow: none !important;
	box-shadow: none !important;
  height: 43px !important;
}
.form-control::-moz-placeholder {
  color: #b8b8b8;
  font-weight: 300;
}
input.form-control::-moz-placeholder,
input.form-control:-ms-input-placeholder,
input.form-control::-webkit-input-placeholder, 
textarea.form-control::-moz-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea.form-control::-webkit-input-placeholder,  {
  color: #b8b8b8 !important;
  box-shadow: none !important;
  
}
select.form-control  {
  -webkit-appearance:none !important;
    -moz-appearance:none !important;
    appearance:none !important;
	background: #f5f5f5 url("images/frc-select.png") no-repeat scroll 97% 16px !important;
}
select#camere.form-control,
select#persone.form-control  {
	background: #f5f5f5 url("images/frc-select.png") no-repeat scroll 90% 16px !important;
}

.form-control:focus {
  border-color: #467BA8 !important;
}




/********************************* ELEMENTI GENERICI **********************************/



transition { -webkit-transition: all 0.25s ease 0s;
				-moz-transition: all 0.25s ease 0s;
				-o-transition: all 0.25s ease 0s;
				-ms-transition: all 0.25s ease 0s;
				transition: all 0.25s ease 0s; }
				
a.transition { -webkit-transition: all 0.25s ease 0s;
				-moz-transition: all 0.25s ease 0s;
				-o-transition: all 0.25s ease 0s;
				-ms-transition: all 0.25s ease 0s;
				transition: all 0.25s ease 0s; }

 
/********************************* TITOLI **********************************/



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  color: inherit;
  line-height: 1.1;
}


h1 {
  font-size: 40px;
  font-weight: 100;
}
h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  text-transform: none;
}
h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
h5 {
	font-size: 20px;
}  
h6 { 
	font-size: 18px;	
}


p {
    margin: 0 0 15px;
}



.fw-300 {
  font-weight: 300;
}
.divider-doubleBorder {
  border-bottom: 1px solid #5798db;
  border-top: 1px solid #3c7ec2;
}
.mtb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.bd-left {
  border-left: 3px solid #fff;
  padding: 10px 0 10px 20px;
}
.bd-grigio {
  border-color: #ececec;
}
.bd-bianco {
  border-color: #fff;
}

blockquote {
  border-left: 5px solid #467BA8;
  line-height: 24px;
}
blockquote h3 {
  color: #ff6600;
  font-size: 25px;
  margin-top: 0;
}


/***************** BRADCRUMB *******************/

.container-fluid.bred {
  background-color: #467ba8;
  margin-top: 0;
}
.breadcrumb {
  background-color: #467ba8;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  left: 0;
  margin: 0;
  padding: 15px 17px 15px 0;
  text-align: left;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:visited {
  color: #fff;
}
.breadcrumb a:hover {
  color: #2C3E50;
}

.breadcrumb > li + li::before {
  color: #fff;
}
.breadcrumb > .active {
  color: #fff;
  font-weight: 600;
}
.breadcrumb i {
  font-size: 14px;
}


/********************************* LINK **********************************/

a img {border:none}
a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
a:hover, a:focus {
	color: #096A99;
	text-decoration: none
}
a:visited {	color: #333333;	text-decoration: none;}

a:focus {
    outline: 0 none;
}

/********************************* SPAZIATURA **********************************/


#gotop {
  background-color: #ff6600;
  bottom: 15px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 36px;
  overflow: hidden;
  position: fixed;
  right: 5px;
  text-align: center;
  width: 40px;
  border-radius:5px;
  z-index:100;
}

body {
  color: #2C3E50;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  background-color:#f1f2f7;
  padding-top:126px;
}
.bdt {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}

.pb20 {
  padding-bottom: 20px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb250 {
  padding-bottom: 250px;
}


.ptb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.ptb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.pt15 {
  padding-top: 15px;
}
.pt40 {
  padding-top: 40px;
}

.pdr0 {
  padding-right: 0;
}


/********************************* HEADER **********************************/

.navbar-fixed-top {
  background-color: #FFF;
}
/*.topara {
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  min-height: 48px;
  padding-top: 14px;
}*/
.topara {
  background-color: #ff6600;
}
.topara a {
  color: #ffffff;
}
.topara a:hover {
  color: #333;
}
.logo {
  top: 0;
}
.logo a {
  float: left;
  position: relative;
  z-index: 10;
}
.container-fluid.menu {
  background-color: #467BA8;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  float: right;
  margin: 0;
  padding: 0;
}
#navbar {
  float: left;
  margin-top: 25px;
}
.navbar-nav > li {
  margin-right: 1px;
}
.navbar-nav > li > a {
  padding-bottom: 13px;
  padding-top: 13px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #467BA8;
}
.navbar-inverse .navbar-right > li > a:hover, 
.navbar-inverse .navbar-right > li > a:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li.nav-search > a:focus {
  background-color: #fff;
}
.navbar-inverse .navbar-nav > li.nav-search > a:focus i {
  color: #2c3e50;
}
.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-brand:focus {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px #999;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #467BA8;
}
.navbar-toggle {
  border-radius: 0;
}
.nav-buttons {
  float: left;
  margin-right: 15px;
  margin-top: 25px;
}
.navbar-right li {
  margin-left: -1px;
}
.navbar-right li a {
  padding: 12px;
}
.navbar-right li a i {
  color: #2c3e50;
  font-size: 16px;
}

.navbar-right li a:hover i,
.navbar-right li.active a i,
.navbar-right li a:focus i  {
  color: #467ba8;
}
#search-top button.btc {
  border-color: #467BA8;
  border-radius: 0;
  padding: 12px;
}


.kd-topinfo {
  float: left;
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 10;
}
.kd-topinfo > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.kd-topinfo > li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 11px 20px;
}
.kd-topinfo li {
  float: left;
  font-size: 11px;
  list-style: outside none none;
}
.kd-topinfo li i {
  float: left;
  font-size: 14px;
  padding: 4px 10px 0 0;
}
.social {
  padding: 10px 15px;
  text-align: right;
}
.social > a {
  border: 1px solid;
  display: inline-block;
  font-size: 18px;
  height: 25px;
  text-align: center;
  width: 25px;
}
.social a i {
  font-size: 14px;
}
.co-tel { border-right:1px solid #fff;}



.nav-search.active .search-wrap.sw-show {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: rscaleY(1);
    -ms-transform: scaleY(1);
}
.nav-search .search-wrap.sw-show {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
}

.nav-search.active > a,
.nav-search.active > a:focus {
  background-color: #fff !important;
  border-bottom: 1px solid #fff;
}
.nav-search.active a i {
  color: #2C3E50 !important;
}
.search-wrap {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  box-shadow: -2px 6px 9px -5px rgba(0, 0, 0, 0.3);
  line-height: 1.7;
  opacity: 1;
  padding: 10px 15px;
  position: absolute;
  right: 1px !important;
  text-align: center;
  top: 100%;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: rscaleY(1);
    -ms-transform: scaleY(1);
  transform-origin: 0 0 0;
  
  -webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;

  width: 280px;
  z-index: 1000;
}
.open button.btc {
  background-color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.search-wrap .search-form {
  overflow: hidden;
  position: relative;
}
.search-wrap .search-form input {
  border-right-width: 0;
  float: left;
  margin-bottom: 0;
}
.search-wrap .search-form .button {
  float: left;
  line-height: 38px;
  width: 45px;
}
#search-menu .button-search,
.search-dest .button-search {
  background: #2C3E50 none repeat scroll 0 0;
  border-color: #2c3e50;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  line-height: 41px;
  padding: 0 16px;
  margin-left:0;
}
.search-dest {
  padding-top: 3px;
}
.search-dest .button-search {
  border: 1px solid #fff;
  padding: 0 13px;
}
#search-menu .btn-default:hover, 
#search-menu .btn-default:focus, 
#search-menu .btn-default.focus, 
#search-menu .btn-default:active, 
#search-menu .btn-default.active, 
#search-menu .open > .dropdown-toggle.btn-default,
.search-dest .btn-default:hover, 
.search-dest .btn-default:focus, 
.search-dest .btn-default.focus, 
.search-dest .btn-default:active, 
.search-dest .btn-default.active, 
.search-dest .open > .dropdown-toggle.btn-default  {
  background-color: #467BA8;
  color: #fff;
  border-color: #467BA8;
}
.sf {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 1px;
  min-height: 36px;
  padding: 0 10px;
  width: 100%;
}
.nav-button.nav-search.active > a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.nav-button.nav-search.active > a i {
  color: #2c3e50;
}
.imgtop::before,
.foho::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.imgtops::before {
  background-color: rgba(85, 85, 85, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.imgtop {
  background-color: #467ba8;
  max-height: 450px;
  overflow: hidden;
}
.imgtops {
  background-color: #467ba8;
  max-height: 300px;
  overflow: hidden;
}
.imgtop img,
.imgtops img {
	width: 100%;
}

/*** prefooter ****/

#pre-footer {
  background-color: #fff;
  padding: 30px 0;
}
#pre-footer h6 {
  border-bottom: 1px solid;
  color: #467ba8;
  padding-bottom: 10px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
#pre-footer a {
  color: rgba(0, 0, 0, 0.5);
}
#pre-footer a:hover {
  color: #FF6600;
}
.ind ul li {
  color: #444444;
  font-size: 14px;
  padding: 5px;
}
.ind ul li i {
  color: #467ba8;
  padding-right: 15px;
}
.duo {
  font-size: 14px;
  list-style: outside none none;
  padding: 0;
}
/*.duo > li {
  display: inline-block;
  padding: 5px 0;
  width: 49%;
}*/
.duo > li {
  display: inline-block;
  padding: 5px;
}
.duo a {
  text-decoration: underline;
}
.duo a:hover {
  text-decoration: none;
}
.newsletter {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}


/************************ footer **************************/

footer.img-foot {
  background: rgba(0, 0, 0, 0) url("images/f-inf.jpg") no-repeat scroll center top;
}
.logo-footer {
  position: relative;
  top: 15px;
}
footer.img-foot p {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 30px 0 0;
}	
.link-inf {
  font-size: 14px;
  margin-top: 50px;
  font-weight:400;
}
.link-inf li a {
  color: #fff;
  padding: 0 25px;
  text-decoration: underline;
}
.link-inf li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.link-inf > ul {
    padding-left: 0;
    margin: 0 auto;
    display: inline-block;
}

.link-inf li {
    float: left;
}


.social-inf {
  margin-top: 30px;
  font-size: 20px;
}
.social-inf > a {
  color: #ffffff;
  padding: 0 10px;
}
.social-inf > a:hover {
  color: #ff6600;
}
#newsletter.newsl {
  background-color: #ffffff !important;
  border: 1px solid #31353d !important;
  height: 34px !important;
}
.bnewsl {
  background-color: #31353d;
  border-color: #31353d;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.bnewsl:hover {
  background-color: #467BA8;
  border-color: #467BA8;
}








/********************************* home ********************************/

.fluid_container {
  margin-top: 56px;
}
.foho {
  background: rgba(0, 0, 0, 0) url("images/foto-home.jpg") no-repeat scroll center top;
  height: 535px;
  margin-top: 9px;
  position: relative;
}
#fotop::before {
  background: rgba(0, 0, 0, 0) url("images/separatore-top.png") repeat scroll center center;
  bottom: 0;
  content: "";
  height: 118px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#fotop {
  margin: -10px;
}
#fotop .row {
  position: relative;
  z-index: 5;
}
.txt-home .box {
  color: #ffffff;
  float: right;
  margin-top: 150px;
}
.txt-home .box h1 {
  line-height: inherit;
  margin: 0;
}
.txt-home .box .t1 {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.txt-home .box .t2 {
  font-size: 40px;
  font-weight: 100;
}
.txt-home .box .t3 {
  font-size: 30px;
  font-weight: 100;
}
.txt-home .box .t4 {
  border-top: 1px solid;
  display: block;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 8px;
  margin-top: 15px;
  padding-top: 25px;
  text-transform: uppercase;
}
.coperta {
  background-color: rgba(49, 53, 61, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.box-cerca .box {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-top: 35px;
  padding:15px;
  float:left;
}
.box-cerca .box > h3 {
  border-bottom: 1px solid #777777;
  display: block;
  padding-bottom: 15px;
  margin-top:0;
}
.box-cerca .box h4 {
  color: #ff6600;
  margin: 5px 0 15px;
  text-transform: uppercase;
}
#search-dest label {
  font-weight: 100;
}
#search-dest button {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
.btn-info {
  background-color: #467BA8;
  border-color: #467BA8;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}



body.home .cam {
  padding-top: 0px;
}
.cam, .cam2 {
  background-color: #ffffff;
  color: #31333d;
  font-family: "Open Sans",sans-serif;
  padding-bottom: 80px;
  padding-top: 30px;
}
.cam2 {
  padding-bottom: 15px;
}
.tit-regioni h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0;
}
.tit-regioni > h3 {
  margin-top: 0;
}
.list-regioni {
  float: left;
  list-style-image: url("images/freccia-stella.png");
  list-style-position: inside;
}
.list-regioni > li {
  display: list-item;
  float: left;
  padding: 0 0 10px;
  width: 25%;
}
.list-regioni li.active a {
  color: #ff6600;
}	
.list-regioni a {
  color: #838383;
}
.list-regioni a:hover {
  color: #ff6600;
}

/*** offerte in home ***/

#offerte {
  background-color: #31353d;
  color: #ffffff;
  padding-bottom: 50px;
}
#offerte .circle {
  background-color: #ffffff;
  border-radius: 100%;
  color: #31343d;
  height: 170px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -80px;
  width: 170px;
}
#offerte .circle > h3 {
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 40px;
}
#offerte .circle span {
  display: block;
  font-size: 18px;
  letter-spacing: 5px;
}
#offerte .circle i {
  display: block;
  font-size: 40px;
}


.row.riga-off {
  margin-top: -40px;
  padding-left:30px;
}
.box-off {
  background-color: #000000;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.box-off img {
  height: auto;
  opacity: 0.3;
  border-radius: 15px;
  width: 120% !important;
  -webkit-transition: all 0.99s ease 0s;
	-moz-transition: all 0.99s ease 0s;
	-o-transition: all 0.99s ease 0s;
	-ms-transition: all 0.99s ease 0s;
	transition: all 0.99s ease 0s;
}
.box-off:hover img {
  opacity: 0.7;
  border-radius: 15px;
  -webkit-transition: all 0.99s ease 0s;
	-moz-transition: all 0.99s ease 0s;
	-o-transition: all 0.99s ease 0s;
	-ms-transition: all 0.99s ease 0s;
	transition: all 0.99s ease 0s;
}
.box-off:hover .caption {
  top: 50%;
  border-radius: 15px;
}
.box-off .caption {
  color: #ffffff;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  border-radius: 15px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	
   -webkit-transition: all 0.3s cubic-bezier(0.53, 0.4, 0.4, 1.72) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.53, 0.4, 0.4, 1.72) 0s;
	-o-transition: all 0.3s cubic-bezier(0.53, 0.4, 0.4, 1.72) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.53, 0.4, 0.4, 1.72) 0s;
	transition: all 0.3s cubic-bezier(0.53, 0.4, 0.4, 1.72) 0s;
  width: 100%;
  will-change: transform;
}
.box-off .h5 {
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.box-off .caption > h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.box-off h4 {
  font-weight: 500;
  margin-top: -6px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.box-off .stars {
  border: medium none;
  margin: 0 0 20px;
  padding: 0;
}
.box-off .stars > img {
  margin: 0 auto;
  width: auto !important;
  opacity:1;
}
.box-off:hover .stars > img {
  opacity:1;
}
.box-off .prezzo {
  font-size: 25px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 300;
}
.box-off .prezzo > span {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.box-off .btn::after, 
.box-off .btn > span {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.box-off .btn::after {
  content: attr(data-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0px, 25%, 0px);
  -webkit-transform: translate3d(0px, 25%, 0px);
    -moz-transform: translate3d(0px, 25%, 0px);
    -o-transform: translate3d(0px, 25%, 0px);
    -ms-transform: translate3d(0px, 25%, 0px);
  width: 100%;
  color: #fd6239;
}
.box-off .btn {
  opacity: 0;
  font-family: 'Roboto Condensed', sans-serif;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
  background-image: none;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 2;
  overflow: hidden;
  
  -webkit-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.64px;
  padding: 6px 20px;
}
.box-off:hover .caption .btn {
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
}
.box-off .btn:hover::after {
  color: #ffffff;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) translateY(-50%);
  -webkit-transform: translate3d(0px, 0px, 0px) translateY(-50%);
    -moz-transform: translate3d(0px, 0px, 0px) translateY(-50%);
    -o-transform: translate3d(0px, 0px, 0px) translateY(-50%);
    -ms-transform: translate3d(0px, 0px, 0px) translateY(-50%);
}
.box-off .btn:hover, 
.box-off .btn.active {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
#offerte .owl-dot > span {
  background-color: #31353d;
  border: 1px solid #ff6600;
  height: 15px;
  width: 15px;
}
#offerte .owl-dot.active > span {
  background-color: #ff6600;
}




/*** consigliati in home ***/

#consiglia {
  padding: 25px 0 50px;
}
.tit-consiglia {
  margin-bottom: 50px;
}
.tit-consiglia > h1,
.tit-consiglia > h3 {
  color: #467aa7;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tit-consiglia > p {
  color: #666666;
  font-family: open sans;
}
.tit-consiglia .divi {
  background-color: #646472;
  height: 3px;
  margin: 0 auto;
  width: 300px;
}
/*.row.list-hotel {
  margin-bottom: 35px;
}*/
.recom-item {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recom-item:hover {
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
}
.recom-item .recom-media {
  float: right;
  height: 100%;
  position: relative;
  
  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  
  width: 47%;
  z-index: 1;
}
.recom-item .recom-media:hover {
  width: 100%;
}
.recom-item .recom-media .pic::before {
  box-shadow: 0 -100px 60px -40px rgba(0, 0, 0, 0.8) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.recom-item .recom-media .pic img {
  max-width: none;

  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.recom-item .recom-media .location {
  bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.recom-item .recom-media:hover + .recom-item-body::before {
  transform: skew(0deg) translateX(0px);
  -webkit-transform: skew(0deg) translateX(0px);
    -moz-transform: skew(0deg) translateX(0px);
    -o-transform: skew(0deg) translateX(0px);
    -ms-transform: skew(0deg) translateX(0px);
}
.recom-item .recom-media:hover + .recom-item-body {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}
.recom-item .recom-item-body::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  
  transform: skew(-15deg) translateX(32px);
  -webkit-transform: skew(-15deg) translateX(32px);
    -moz-transform: skew(-15deg) translateX(32px);
    -o-transform: skew(-15deg) translateX(32px);
    -ms-transform: skew(-15deg) translateX(32px);
  
  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  
  width: 100%;
  z-index: -1;
}
.recom-item .recom-item-body {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding: 20px 0 0 20px;
  position: absolute;
  top: 0;
  
  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  
  width: 53%;
  z-index: 2;
}
.star-rating, .stars {
  border-bottom: 1px solid #DDDFE3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.recom-item .recom-item-body .blog-title {
  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
  color: #4679a5;
  font-size: 20px;
  margin: 0 0 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.recom-item .recom-item-body .blog-title:hover {
  color: #ff6600;
}
.recom-item-body p {
  color: #888888;
  font-family: open sans;
  font-size: 14px;
  line-height: 18px;
}
.recom-item .recom-item-body .recom-price span {
  color: #424d58;
  font-size: 26px;
}
.recom-item .recom-item-body .recom-button {
  bottom: 0;
  color: #a9b5c1;
  font-size: 12px;
  font-weight: 700;
  left: 40px;
  line-height: 44px;
  position: absolute;
  text-transform: uppercase;
  
  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
  z-index: 1;
}
.recom-item .recom-item-body .action {
  background: #58c9f2 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 15px 6px 30px;
  position: absolute;
  right: -100px;
  top: 30px;
  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  z-index: -2;
}
.recom-item .recom-item-body .cws-button::before {
  background: #ff6600 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  transform: skew(-15deg) translateX(8px);
  -webkit-transform: skew(-15deg) translateX(8px);
    -moz-transform: skew(-15deg) translateX(8px);
    -o-transform: skew(-15deg) translateX(8px);
    -ms-transform: skew(-15deg) translateX(8px);
 
  -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
 
  width: 20px;
  z-index: 1;
}
.recom-item .recom-item-body .cws-button {
  bottom: 15px;
  left: 15px;
  min-width: initial;
  padding: 8px 15px;
  position: absolute;
  z-index: 1;
}
.cws-button.alt {
  background: #ff6600 none repeat scroll 0 0;
  color: #ffffff;
}
.cws-button.small {
  font-size: 12px;
  line-height: 20px;
  min-width: 120px;
  padding: 8px 20px;
}
.cws-button {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ff6600;
  border-radius: 0;
  color: #939ea9;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  min-width: 130px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}
.recom-item .recom-item-body .cws-button:hover::before {
  background: #424d58 none repeat scroll 0 0;
}
.cws-button.alt:hover {
  background: #424d58 none repeat scroll 0 0;
  border-color: #424d58;
  color: #ffc107;
}

/*** destinazioni in home ***/
#mete {
  overflow: hidden;
  background-color:#fff;
}
.mete-heading::before {
  background-image: linear-gradient(to bottom, #f1f2f7 20px, #f1f2f7 10px);
  content: "";
  height: 65px;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.mete-heading::after {
  background-color: #467ba8;
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 20px 20px 0 0;
  bottom: -24px;
  content: "";
  height: 24px;
  left: 28px;
  position: absolute;
  width: 19px;
}
.mete-heading {
  background-color: #467BA8;
  color: #fff;
  padding: 20px 0 20px 30px;
  position: relative;
}
.mete-heading h2 {
  line-height: 26px;
}
.mete-heading .mete-right {
  background-color: #467BA8;
  height: 66px;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
}



.box-migliori-dest {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.img-dest {
  -webkit-transition: all 3000ms ease 0s;
	-moz-transition: all 3000ms ease 0s;
	-o-transition: all 3000ms ease 0s;
	-ms-transition: all 3000ms ease 0s;
	transition: all 3000ms ease 0s;
  
  float: left;
  width: 100%;
}
.front-dest {
  opacity: 1;
  
  -webkit-transition: opacity 500ms ease-out 0s;
	-moz-transition: opacity 500ms ease-out 0s;
	-o-transition: opacity 500ms ease-out 0s;
	-ms-transition: opacity 500ms ease-out 0s;
	transition: opacity 500ms ease-out 0s;
  
  width: 100% !important;
  height: 100%;
  left: 0;
  position: absolute;
  float: left;
}

.box-migliori-dest:hover .front-dest {
  opacity: 0;
  
  -webkit-transition: opacity 500ms ease-out 0s;
	-moz-transition: opacity 500ms ease-out 0s;
	-o-transition: opacity 500ms ease-out 0s;
	-ms-transition: opacity 500ms ease-out 0s;
	transition: opacity 500ms ease-out 0s;
  
  z-index: 1;
}
.box-migliori-dest:hover .img-dest {
  transform: rotate(3deg) scale(1.2, 1.2);
  -webkit-transform: rotate(3deg) scale(1.2, 1.2);
    -moz-transform: rotate(3deg) scale(1.2, 1.2);
    -o-transform: rotate(3deg) scale(1.2, 1.2);
    -ms-transform: rotate(3deg) scale(1.2, 1.2);
	
  -webkit-transition: all 3000ms ease 0s;
	-moz-transition: all 3000ms ease 0s;
	-o-transition: all 3000ms ease 0s;
	-ms-transition: all 3000ms ease 0s;
	transition: all 3000ms ease 0s;
  float: left;
  width: 100%;
}


.cont-front {
  width: 100% !important;
  left: 0;
  position: absolute;
  display: table;
}

.cont-front .luogo,
.cont-back .luogo {
  text-align: center;
  vertical-align: middle;
  display: table-cell !important;
}

.box-luogo {
  font-size: 20px;
  padding: 10px 20px;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
}
.box-luogo > span {
  color: #ff6600;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.back-dest {
  opacity: 0;
 
  -webkit-transition: opacity 500ms ease-out 0s;
	-moz-transition: opacity 500ms ease-out 0s;
	-o-transition: opacity 500ms ease-out 0s;
	-ms-transition: opacity 500ms ease-out 0s;
	transition: opacity 500ms ease-out 0s;
  
  background: rgba(67, 74, 84, 0.2) none repeat scroll 0 0;
  width: 100% !important;
  height: 100%;
  left: 0;
  position: absolute;
  float: left;
}
.box-migliori-dest:hover .back-dest {
  opacity: 1;
  
  -webkit-transition: opacity 500ms ease-out 0s;
	-moz-transition: opacity 500ms ease-out 0s;
	-o-transition: opacity 500ms ease-out 0s;
	-ms-transition: opacity 500ms ease-out 0s;
	transition: opacity 500ms ease-out 0s;
  
  z-index: 2;
  background: rgba(67, 74, 84, 0.2) none repeat scroll 0 0;
  width: 100% !important;
  height: 100%;
  left: 0;
  position: absolute;
  float: left;
  width: 100%;
}
.cont-back {
  width: 100% !important;
  height: 100%;
  left: 0;
  position: absolute;
  display: table;
}
.bianco {
    color: #ffffff;
}
.back-space20 {
  float: left;
  height: 20px;
  width: 100%;
}
.scopri {
  font-size: 17px;
  padding: 10px 20px;
  color: #ffffff !important;
  font-family: Open Sans;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: 1px solid #ffffff;
  text-transform:uppercase;
}
.scopri:hover {
  color: #31353D !important;
  background-color:#fff;
}
#mete .owl-prev,
#mete .owl-next {
  background-color: #ff6600;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  height: 33px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 33px;
}
#mete .owl-prev {
  left: -18px;
}
#mete .owl-next {
  right: -18px;
}
/*#mete .owl-dots {
  display: none;
}*/

/**** speciale mare in home ***/

#mare {
  background: rgba(0, 0, 0, 0) url("images/fondo-sp-mare.jpg") no-repeat scroll center top;
  min-height: 630px;
  padding-bottom: 30px;
  position: relative;
}
#mare::before {
  background: rgba(0, 0, 0, 0) url("images/separatore.png") repeat scroll center center;
  bottom: 0;
  content: "";
  height: 114px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}


#mare .container {
  position: relative;
  z-index: 5;
}
#mare .circle {
  background-color: #ffffff;
  border-radius: 100%;
  color: #467ba8;
  height: 170px;
  margin: -80px auto 20px;
  position: relative;
  text-align: center;
  width: 170px;
}
#mare .circle > h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 40px;
}
#mare .circle h3 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#mare .circle i {
  display: block;
  font-size: 40px;
}
#mare .intro > h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 40px;
}
#mare .intro h3 span {
  font-size: 22px;
  font-weight: 700;
}
.img-mare {
  border-radius: 50%;
  height: 200px;
  margin: 0 auto 25px;
  overflow: hidden;
  width: 200px;
}
.box-mare a .img-mare img {
  border-radius: 50%;
  
  -webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	-ms-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
}
.box-mare a:hover .img-mare img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	
  -webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	-ms-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
}
.img-mare img {
  height: 100%;
  width: auto;
}
.coperta2 {
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.tit-mare {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.tit-mare span {
  color: #58c9f2;
  display: block;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
.cont-mare {
  position: absolute;
  top:220px;
  text-align:center;
}
.cont-mare.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid #58c9f2;
  height: 18px;
  width: 18px;
}
.cont-mare.owl-theme .owl-dots .owl-dot.active span {
  background-color: #58c9f2;
}
/*.cont-mare .owl-nav.disabled {
  display: block;
}*/
.cont-mare .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.cont-mare .owl-nav div {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid;
  font-size: 40px !important;
  height: 60px;
  line-height: 45px;
  opacity: 0.6;
  position: absolute;
  width: 60px;
}
.cont-mare .owl-prev {
  left: 15px;
  position: absolute !important;
}
.cont-mare .owl-next {
  position: absolute !important;
  right: 15px;
}
.cont-mare .owl-nav div:hover {
  opacity: 1;
}

/*** news in home ***/

#news {
  background-color: #31353d;
}
#news .tnews {
  color: #ffffff;
  margin-bottom: 30px;
}
#news h4 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 40px;
}
.news-container {
  margin-bottom: 35px;
}
.news-container article {
  background-color: #ffffff;
  float: left;
  margin-bottom: 25px;
  min-height: 465px;
  padding: 15px;
  width: 100%;
}
.article-image {
  background-color: #000000;
  margin: -15px;
  overflow: hidden;
  position:relative;
}
.article-image a i {
  color: #ffffff;
  font-size: 30px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 100%;
  z-index:5;
    -webkit-transition: all 0.99s ease 0s;
	-moz-transition: all 0.99s ease 0s;
	-o-transition: all 0.99s ease 0s;
	-ms-transition: all 0.99s ease 0s;
	transition: all 0.99s ease 0s;
}
.article-image a:hover i {
  opacity: 1;
  -webkit-transition: all 0.99s ease 0s;
	-moz-transition: all 0.99s ease 0s;
	-o-transition: all 0.99s ease 0s;
	-ms-transition: all 0.99s ease 0s;
	transition: all 0.99s ease 0s;
}
.article-image img {
  width: 100%;
}
.article-image > a img { 
  -webkit-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	
  opacity:1;
}
.article-image > a:hover img {
  
  -webkit-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
	transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1) 0s;
  
  opacity:0.5;
}
.article-data {
  color: #31333d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 30px;
  text-transform: uppercase;
}
.article-title a h3,
.article-title a h5 {
  color: #31343d;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 10px;
  -webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.article-title a:hover h3,
.article-title a:hover h5 {
  color: #ff6600;
}
.article-description > p {
  color: #444444;
  font-family: open sans;
  font-size: 14px;
}
.article-description > a {
  color: #878787;
  font-size: 15px;
  font-weight: 400;
}
.article-description > a:hover {
  color: #31353D;
}

body.single .image-featured {
    float: left;
    margin-right: 15px;
    width: 300px;
}

@media (max-width:767px){
    body.single .image-featured {
        float: none;
        margin-right: 0;
        width: auto;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}



/******** STRUTTURA ***********/

#descrizione .wp-post-image {
    margin-right: 10px;
    margin-bottom: 10px;
}

.container-fluid.fotop {
  margin-top: 5px;
}
.container-fluid.forml {
  background-color: #333333;
  min-height: 150px;
}
.box-scheda .form-control {
  margin-bottom: 15px;
}
.forml .formdati {
  margin-top: 40px;
}
.forml #search-dest button {
  font-size: 15px;
  margin-top: 26px;
  padding: 10px 15px;
  width: auto;
}
#search-dest .form-group span {
  color: #555555;
}
#contenuto {
  margin: 25px auto;
}
#adv {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px 0;
  text-align: center;
}
#adv img {
  margin: 0 auto;
}

#nav-scheda-menu ul:first-child {
  margin: 0;
  text-align: center;
}
#nav-scheda-menu ul:first-child > li {
  padding: 5px 0 4px;
  width: 90px;
}
#nav-scheda-menu ul:first-child > li > a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
}
#nav-scheda-menu ul:first-child > li > a:hover {
  color: #ff6600;
}
#nav-scheda-menu ul:first-child > li > a > span {
  display: block;
  font-size: 18px;
  margin-top: 3px;
  width: auto !important;
}
#box-nav-scheda {
  background-color: #2D3E52;
  position: relative;
}
/*#box-nav-scheda > .row:first-child {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}*/
.categorie {
  display: inline-block;
  list-style-image: url("images/freccia4.png");
  padding: 0 40px;
  width:100%;
}
.categorie > li {
  padding: 5px 0;
}
.categorie li a:hover {
  color: #ff6600;
}
.categorie li.active > a {
  color: #ff6600;
}
.box-cont {
  background-color: #fff;
  box-shadow: 0 2px 0 #eee;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#preventivo.box-cont > .box-cont-header::before {
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  border-top: 15px solid #467ba8;
  content: "";
  left: -15px;
  position: absolute;
  top: 20%;
}


#sidebar .widgettitle,
.widget_lc_taxonomy .widgettitle {
  background-color: #467ba8;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  position: relative;
  width: 100%;
  font-size: 25px;
  font-weight: 100;
}

#sidebar ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-image: none;
    margin: 0;
    padding: 1px 0 0 0;
}

#sidebar ul {
    padding: 10px;
}

#sidebar .widget {
    background: #FFF;
    
}

span.easytree-node {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.easytree-container.easytree-focused li ul li span.easytree-node {
  border-bottom: 1px dotted #cccccc;
}
span.easytree-title {
  text-transform: uppercase;
}
.easytree-container {
  border: 0 dotted #808080;
}
.easytree-container.easytree-focused span.easytree-node.easytree-active span.easytree-title a,
.easytree-exp-e span.easytree-title a {
  color:#fff;
}
.easytree-container ul li .easytree-title {
  text-transform: none;
}
.easytree-container.easytree-focused li ul li span.easytree-node.easytree-active,
.easytree-container ul li span.easytree-node:hover {
  background-color: #f1f2f7;
  border-color: #f1f2f7;
}
span.easytree-node:hover .easytree-title a {
  color:#fff;
}
.easytree-container.easytree-focused li ul li span.easytree-node.easytree-active .easytree-title a,
.easytree-container li ul li span.easytree-node:hover .easytree-title a  {
  color:#467BA8;
}


.easytree-container.easytree-focused span.easytree-node.easytree-active, 
.easytree-container.easytree-focused span.easytree-node.easytree-selected, 
span.easytree-node.easytree-active:hover, 
span.easytree-node.easytree-selected:hover,
span.easytree-node:hover,
.easytree-exp-e {
  background-color: #ff6600;
  border-color: #ff6600;
  color:#fff;
}


.box-cont > .box-cont-header {
  background-color: #467BA8;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 15px;
  position:relative;
}
.box-cont > .box-cont-header.collapsed {
  margin:0;
}
.box-cont > .box-cont-header.collapsed span.pull-right {
  transform: scale(1.1);
  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
	
  -webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	-ms-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
}
/*.box-cont > .box-cont-header.collapsed::before {
  top: 0%;
}*/
.box-cont > .box-cont-header p {
  display: inline-block;
  font-size: 25px;
  font-weight: 100;
  margin: 0 0 0 5px;
}
.box-cont > .box-cont-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  
  -webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
.reg-title {
  display: inline-block;
}
.reg-title > span {
  color: #89b94c;
  display: block;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.reg-title > img {
  display: block;
  margin-bottom: 10px;
}
.reg-title h1 {
	/* [disabled]color: #ff6600; */
	font-size: 36px;
	font-weight: 900;
	margin-top: 0;
	letter-spacing: -1px;
}
.reg-title h1 span {
  font-weight: 300;
}
.reg-title em {
  color: #888888;
  display: block;
  padding-bottom: 25px;
}

#main .box-cont > .box-cont-header::before {
  border: none;
}
#main .box-cont > .box-cont-header {
  background-color: #fff;
  color: #2C3E50;
  margin-bottom:0;
}
#main .box-cont > .box-cont-header span {
  color: #2c3e50;
}
#main .box-cont > .box-cont-header p {
  color: #ff6600;
  margin-left: 0;
}
.box-scheda {
  font-family: open sans;
  font-size: 15px;
  padding: 0 15px;
}
#preventivo .info {
  color: #838383;
}
#preventivo .info h5 {
  color: #525252;
  margin-top: 0;
}
#preventivo .form-control {
  margin-bottom: 15px;
}
#preventivo button {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
#foto-stru .item {
  margin: 3px;
  max-height: 95px;
}
#foto-stru .item img{
  display: block;
  width: 100%;
  height: auto;
}
.vicino {
  margin-top: 20px;
}
.tit-vicino {
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.vicino > ul {
  font-style: italic;
  list-style: outside none none;
  padding: 0;
}
table#giov {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-collapse: collapse;
  font-family: open sans;
  font-size: 14px;
  margin: 0 auto;
  text-rendering: optimizelegibility;
}
table#giov thead th {
    font-weight: 600;
}
table#giov thead th, table#giov tbody td {
    padding: 0.8rem;
}
table#giov tbody td {
    padding: 0.8rem;
}
table#giov tbody td.cap {
  color: #3498db;
  vertical-align: top;
  text-transform:uppercase;
}
table#giov tbody td.cap span {
  background-color: #2d3e52;
  border: medium none !important;
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-left: -23px;
  margin-top: -9px;
  padding: 5px 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
table#giov tbody tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
	table#giov thead {
		display: none;
	}
	table#giov tbody td {
		background: #eee none repeat scroll 0 0;
		display: block;
		padding: 0.6rem;
	}
	table#giov tbody tr td:first-child {
		background: #2C3E50 none repeat scroll 0 0;
		color: #fff;
	}
	table#giov tbody td::before {
		content: attr(data-th);
		display: inline-block;
		font-weight: bold;
	}
	table#giov tr {
		display: block;
		margin-bottom: 20px;
	}
	table#giov tbody td.cap span {
	  background-color: rgba(0, 0, 0, 0);
	  display: inline;
	  margin: 0;
	  padding: 0;
	}
}

.box-off-stru {
  position: relative;
}
.box-off-stru a .img-off-stru::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
.box-off-stru a:hover .img-off-stru::before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
.img-off-stru > img {
  width: 100%;
}
.box-off-stru a:hover .cont-off-stru {
	color:#58C9F3;	
}
.cont-off-stru {
  color: #ffffff;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
  z-index: 5;
}
.tit-off-stru {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.luogo-off-stru {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.price-off-stru {
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
  font-family: 'Roboto Condensed', sans-serif;
}




/*********** CHI SIAMO **************/

.box-descr {
  font-family: "open sans",sans-erif;
  font-size: 14px;
  padding: 15px;
}
.box-descr h3 {
  color: rgba(0, 0, 0, 0.7);
}

.box-descr > p:first-child {
  color: #467ba8;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}
.box-descr > ul {
  padding-bottom: 15px;
}
.box-chis {
  text-align: right;
}
.box-chis em {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}
.foto-chi img {
  float: right;
}

/************** CONTATTI *******************/

.title-iscrizione {
  color: #467ba8;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 30px;
  margin: 5px 0 15px;
}
.title-iscrizione > span {
  color: #ff8800;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding-top: 5px;
}
.nv {
  border: 1px solid #467BA8;
  border-radius: 4px;
  margin: 20px auto;
  padding: 5px 15px 10px;
  position: relative;
  width: 215px;
}
.icon-nv {
  background-color: #fff;
  color: #467BA8;
  font-size: 60px;
  left: -25px;
  position: absolute;
  top: -2px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
  z-index: 0;
}
.txt-nv {
  background-color: #fff;
  color: #467BA8;
  font-size: 12px;
  font-weight: 600;
  left: 7px;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  font-family: 'Roboto Condensed', sans-serif;
}
.tel-nv {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
  position: relative;
  z-index: 6;
}
.tel-nv > a {
  color: #ff6600;
}
.tel-nv > a:hover {
  color: #467BA8;
}
.infon {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
.infon span {
  font-size: 20px;
  font-weight: 100;
}
.box-cont > .box-cont-header.infor::before {
  left: 0;
}

/***** DESTINAZIONI  **********/

.lista-strutture article {
  margin-bottom: 20px;
}
.struttura_item figure {
  height: 137px;
  overflow: hidden;
}
.struttura_item figure a {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.struttura_item figure a img {
  height: auto;
  max-width: none;
  width: 100%;
  -webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	-ms-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
}
.struttura_item figure a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	
  -webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	-ms-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
}
.struttura_item figure .star {
  background-color: #fff;
  bottom: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  margin-bottom:0;
}
.struttura_item figure .star img {
  height: 20px;
  width: auto;
}
.struttura_item .details {
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  min-height: 250px;
  padding: 13px 15px 15px;
  position: relative;
  width: 100%;
}
.struttura_item .details h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 5px;
}
.struttura_item .details .address {
  color: #858585;
  display: inline-block;
  padding: 0 65px 12px 0;
  width: 100%;
  font-size:13px;
  font-weight:300;
}
.struttura_item .details .price {
  border-top: 1px solid #cccccc;
  line-height: 16px;
  padding: 13px 0;
  font-size:13px;
}
.struttura_item .details .price em {
  float: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.struttura_item .details .description {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  height: 50px;
  line-height: 20px;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 4px 0 6px;
}
.struttura_item .details .description a {
  color: #41afaa;
  font-style: italic;
  font-weight: 600;
}
.struttura_item .details .actions {
  text-align: center;
}
.struttura_item .tour-button {
  background-color: #ff6600;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 0 18px !important;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.struttura_item .tour-button:hover {
  background-color: #467BA8;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}


/********* REGIONI ************/

.list-localita {
  display: inline-block;
  font-size: 15px;
  list-style-image: url("images/pallino-arancio.png");
  width:100%;
}
.list-localita > li {
  float: left;
  padding: 2px 0;
  width: 33.3333%;
}
.list-localita > li a:hover {
  color:#3498DB;
}
.regioni {
  display: inline-block;
  list-style-image: url("images/freccia3.png");
  padding: 0 40px;
}
#box-regioni {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#box-regioni .regioni > li {
  padding: 5px 0;
}
#box-regioni .regioni > li a:hover,
#box-regioni .regioni > li.active a {
  color:#3498DB;
}


/********* OFFERTE *******************/


.lista-offerte article {
  margin-bottom: 20px;
}
.offtop::before {
  background: rgba(0, 0, 0, 0.3) ;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.title-offerte {
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  z-index: 3;
}
.title-offerte > h1 {
  color: #ffffff;
  font-family: open sans;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 135px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.title-offerte > p {
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
.offerta {
  padding-bottom: 20px;
  transform: translate3d(0px, 0px, 0px);
}
.offerta .box-offerta {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  margin: 0 1px 2px;
  overflow: hidden;
  position: relative;
  float:left;
}
.offerta .box-offerta .img-offerta {
  overflow: hidden;
  position: relative;  
}
.offerta .box-offerta .img-offerta figure {
  opacity: 1;
  transition: opacity 0.7s ease-in-out 0s;
}
.offerta .box-offerta .img-offerta .luogo-offerta a {
  color: #fff;
}
.offerta .box-offerta .img-offerta:hover .luogo-offerta a {
  color: #ffdc6c;
}

.offerta .box-offerta .img-offerta figure::before {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 120px, rgba(0,0,0,0.8));
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}


.offerta .box-offerta .img-offerta .prezzo-offerta {
  height: 100%;
  overflow: hidden;
  padding: 10px 10px 0 20px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.offerta .box-offerta .img-offerta .prezzo-offerta .box-prezzo-off {
  background-color: #ff6600;
  border-radius: 4px;
  clear: both;
  color: #ffffff;
  display: block;
  float: right;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 34px;
  font-family: 'Roboto Condensed', sans-serif;
}
.offerta .box-offerta .img-offerta .prezzo-offerta .luogo-offerta {
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 0 10px 15px 20px;
  position: absolute;
  width: 100%;
}
.offerta .box-offerta .img-offerta .prezzo-offerta .luogo-offerta > span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.offerta .nome-offerta {
  padding: 0;
}
.offerta .nome-offerta h2 {
  margin: 5px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
}
.offerta .box-offerta .cont-offerta {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0px 20px 20px;
  position: relative;
}
.offerta .box-offerta .cont-offerta .txt-offerta {
  background-color: #b44358;
  color: #ffffff;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px 0 10px 20px;
}
.offerta .box-offerta .cont-offerta .txt-offerta p {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.offerta .box-offerta .cont-offerta .txt-offerta + .off-footer {
  margin-top: 18px;
}
.offerta .box-offerta .cont-offerta .off-footer > span {
  color: #888888;
  float: left;
  font-family: open sans;
  width: 100%;
}
.offerta .box-offerta .cont-offerta .off-footer .tipo-serv {
  color: #ff6600;
  font-style: italic;
  margin-top: 10px;
  text-transform: lowercase;
}
.offerta .box-offerta .cont-offerta .off-footer .butt-offerta {
  float: right;
  margin-top: 15px;
}
.butt-offerta > a {
  background-color: #467ba8;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.butt-offerta > a:hover {
  background-color: #0BACE3;
}
.mob { display:none;}

.paragrafo {
  background-color: #f1f2f7;
  font-size:18px;
  color: #b63e5c;
  font-weight: 700;
  margin: 15px 0;
  padding: 15px 0;
  font-family: 'Roboto Condensed', sans-serif;
}

/******* DETTAGLIO OFFERTA ***********/

.box-vedi {
  background-color: #34495e;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.box-vedi > a {
  color: #fff;
}
.box-vedi > a:hover {
  color: #58C9F3;
}
.box-descr h2 {
  display: inline-block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
.luogoff {
  background-color: #ff6600;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding: 3px 15px;
  text-transform: uppercase;
  width: auto;
  font-family: 'Roboto Condensed', sans-serif;
}
.formula {
  background-color: #f1f2f7;
  margin-top: 15px;
  padding: 15px 15px 1px;
}
/*.formula p strong {
  background-color: #467ba8;
  color: #ffffff;
  margin-left: -15px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}*/
.star {
  margin-bottom: 5px;
  padding-left: 0;
}
.star > img {
  height: 20px;
}
.condiv {
  background-color: #961e3c;
  margin-top: 15px;
  padding: 15px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.condiv h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-top: 4px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.condiv > ul {
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
}
.condiv ul li {
  display: inline-block;
  margin: 10px 3px 0;
  text-align: center;
}
.condiv a {
  border: 1px solid;
  color: #ffffff;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 40px;
  width: 50px;
}
.condiv a:hover {
  border: 1px solid #FFAC3C;
  color: #FFAC3C;
}
.priceoff {
  background-color: #f1f2f7;
  border-radius: 10px 10px 0 0;
  color: #ff6600;
  float: right;
  font-size: 22px;
  font-weight: 900;
  margin-top: -30px;
  padding: 15px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}

/****** CONDIZIONI **********/

.ind-cond {
  list-style: outside none none;
  padding: 0 20px;
}
.ind-cond > li {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 15px;
  padding: 5px;
}
.ind-cond a {
  font-size: 14px;
  text-transform: lowercase;
}
.ind-cond a:hover {
  color:#ff6600;
}



/******* LOCALITA ******/


.loc-event {
  border: 1px solid #eceeeb;
  float: left;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  background-color:#FFF;
  transition: all 300ms linear 0s;
}
.loc-event:hover, .dt-sc-package-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 300ms linear 0s;
}
.loc-event > h4 {
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 70px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.loc-event .loc-img {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.loc-event .loc-img img {
  float: left;
  height: auto;
  max-width: 100%;
}
.loc-overlay {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%) repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease-in-out 0s;
  width: 100%;
  z-index: 500;
}
.loc-event .loc-overlay span.loc-overlay-inside::before {
  content: "\f002";
  background: #ff6600 none repeat scroll 0 0;
}
span.loc-overlay-inside::before {
  border-radius: 50px;
  color: #ffffff;
  content: "\f002";
  font-family: FontAwesome;
  height: 70px;
  left: 50%;
  line-height: 70px;
  margin: -35px 0 0 -35px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 70px;
  z-index: 500;
}
span.loc-overlay-inside {
  border-radius: 50px;
  color: #ffffff;
  font-size: 24px;
  height: 100%;
  left: 0;
  line-height: 80px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 500;
}
.loc-event .loc-img:hover .loc-overlay {
  opacity: 1;
}
.loc-event > p {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  padding: 0 15px;
}
.loc-event .loc-event-detail {
  border-top: 1px solid #eceeeb;
  float: left;
  margin-top: 10px;
  padding: 20px;
  text-align: left;
  width: 100%;
}
.loc-event .loc-event-detail .event-price {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}
.loc-event .loc-event-detail .event-price p {
  color: #bdbdbd;
  line-height: 12px;
  margin-bottom: 0;
}
.loc-event .loc-event-detail .event-price span {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 600;
}
.loc-event .loc-event-detail .loc-button {
  background-color: #ff6600;
  color: #ffffff;
  float: right;
  font-size: 13px;
  margin-top: 3px;
  padding: 7px 13px;
  text-transform: uppercase;
  font-family: "Roboto Condensed",sans-serif;
}
.loc-event .loc-event-detail .loc-button:hover {
  background-color: #df4600;
}

/***** scegli camera ******/

table#dispon {
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  margin-bottom: 15px;
  width:100%;
}
#dispon #rooms-header {
  background-color: #e5e5e5;
  border-top: 1px solid #c7c7c7;
  clear: both;
  font-weight: bold;
  padding: 0.352941em 1.05882em;
  width: 100%;
}
#dispon th {
  border-right: 1px solid #c7c7c7;
  font-size: 12px;
  line-height: 12px;
  padding: 0.923077em 0.923077em 0.923077em 1.38462em;
  width: auto;
  text-align:center;
}
#dispon .free-text {
  display: inline;
  line-height: 1.45;
  margin: 0;
  white-space: normal;
}
#dispon .offer-value-add-text {
  font-weight: bold;
}
#dispon  td {
  border-right: 1px solid #c7c7c7;
  display: table-cell;
  float: none;
  width: auto;
  padding: 15px 5px;
  vertical-align: top;
}
#dispon .room-info {
  border-bottom: 0 none;
  border-top: 1px solid #c7c7c7;
}
#dispon .list-serv {
  margin: 0 0 10px;
  padding: 0;
  column-count: 2;
  list-style: outside none none;
  font-size:11px;
  color:#86BBE8;
}
#dispon .rate-plan {
  border: 0 none;
}
#dispon .rate-features {
  border-top: 1px solid #c7c7c7;
  margin-left: 0;
  margin-top: 0;
  width: 30%;
}
#dispon .room-person {
  border-top: 1px solid #c7c7c7;
  padding: 15px 0 0;
  text-align: center;
}
#dispon .villaggi-rewards {
  border-top: 1px solid #c7c7c7;
  font-size: 14px;
  text-align: center;
  width: 30%;
}
#dispon #qt-camere {
  margin: 0 auto 20px;
  width: auto;
}
#dispon .book-button-column {
  margin: 15px 0;
}
#dispon .avg-rate {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 5px 0;
}
#dispon .avg-rate > span {
  font-size: 20px;
  font-weight: 600;
}





/******* media query ********/

@media screen and (max-width: 1366px) { 


	
}

@media screen and (max-width: 1280px) { 
	
}

@media screen and (max-width: 1199px) { 
	
	.navbar-nav > li > a {
	  padding: 12px 10px;
	}
	.navbar-inverse .navbar-nav > li > a {
	  font-size: 12px;
	}
	.navbar-right li a {
	  margin-top: 2px;
	  padding: 11px !important;
	}
	article.struttura_item:last-child {
	  display: none;
	}
	
}

@media screen and (max-width: 1170px) { 

	.list-regioni > li {
	  font-size: 14px;
	}
	
	
}

@media screen and (max-width: 1108px) {
	
	
}

@media screen and (max-width: 1080px) { 
	
	.foho {
	  height: 595px;
	}
	.box-cerca .box {
	  margin-top: 25px;
	  padding: 10px;
	}
	.box-cerca .box > h3 {
	  margin-top: 5px;
	}
	.recom-item .recom-item-body .cws-button {
	  padding: 6px 15px;
	}
	#foto-stru .item {
	  max-height: 70px;
	}
	

	
}
	
@media screen and (max-width: 1024px) { 
	
	.breadcrumb {
	  font-size: 11px;
	}
	.box-off img {
	  width: 140% !important;
	}
	.list-localita {
	  font-size: 14px;
	}
	
	
	
	
}

@media screen and (max-width: 991px) {
	
	body {
	  padding-top: 0;
	}
	.navbar-fixed-top {
	  position: relative;
	}
	.nav.navbar-nav.navbar-right {
	  margin-left: 0;
	}
	.navbar-right {
	  margin-top: 16px !important;
	}
	.navbar-right li {
	  display: inline-block;
	  float: left;
	}
	.nav-buttons {
	  margin-top: 8px;
	}
	.co-tel {
	  font-size: 13px;
	}
	.container-fluid.fotop {
	  margin-top: 0;
	}
	.foho {
	  margin-top: 0;
	}
	.txt-home .box .t3 {
	  font-size: 20px;
	}
	.txt-home .box .t4 {
	  font-size: 40px;
	}
	.box-off img {
	  width: 120% !important;
	}
	.recom-item .recom-item-body .blog-title {
	  font-size: 18px;
	  letter-spacing: -1px;
	  line-height: 18px;
	  margin: 0 0 10px;
	}
	.recom-item-body p {
	  font-size: 12px;
	  line-height: 14px;
	}
	.recom-item .recom-item-body .cws-button {
	  bottom: 10px;
	}
	.box-cont > .box-cont-header p {
	  font-size: 20px;
	}
	#preventivo .info {
	  font-size: 14px;
	  line-height: 18px;
	}
	#preventivo .info h5 {
	  font-size: 18px;
	}
	#foto-stru .item {
	  max-height: 115px;
	}
	.vicino {
	  font-size: 12px;
	  line-height: 16px;
	}
	.tit-vicino {
	  margin-bottom: 10px;
	}
	.reg-title h1 {
	  font-size: 24px;
	}
	.title-offerte {
  	  top: 12%;	
	}
	.title-offerte > h1 {
	  font-size: 80px;
	  line-height: 95px;
	}
	.title-offerte > p {
	  font-size: 25px;
	}
	.box-descr h2 {
	  font-size: 25px;
	}
	.priceoff {
	  margin-top: 0;
	}
	.formula {
	  margin-top: 45px;
	}
	.box-nv {
	  overflow: hidden;
	}
	.nv {
	  width: 180px;
	}
	.tel-nv {
	  font-size: 24px;
	}
	.icon-nv {
	  font-size: 60px;
	  left: -15px;
	}
	.txt-nv {
	  left: 9px;
	  padding: 0 10px 0 7px;
	}
	
	
	
}

@media screen and (max-width: 960px) {
	
	.struttura_item .details h3 {
	  font-size: 16px;
	}

}
	
@media screen and (max-width: 840px) {
	
	.categorie > li {
	  font-size: 14px;
	}
	
	
}

@media screen and (max-width: 800px) { 
	
	.logo {
	  position: relative;
	}
	.nopad {
	  padding: 0px;
	}
	#adv {
	  padding: 0;
	}	
	.container-fluid.menu {
	  margin-top: 0;
	}	
	.tit-regioni h1 {
	  margin: 0 0 15px;
	}
	.fot-regione img {
	  position: relative;
	  top: 77px;
	}
	.list-regioni {
	  padding-left: 15px;
	}
	.list-regioni > li {
	  width: 33.3333%;
	}
	.list-localita > li {
	  width: 50%;
	}
	table#dispon thead {
		display: none;
	}
	table#dispon tbody td {
		display: block;
		padding: 0.6rem;
		text-align:center;
	}
	table#dispon tbody tr td:first-child {
		background: #2C3E50 none repeat scroll 0 0;
		color: #fff;
	}
	table#dispon tbody td::before {
		content: attr(data-th);
		display: inline-block;
		font-weight: bold;
	}
	table#dispon tr,
	#dispon .free-text {
		display: block;
	}
	#dispon .rate-features {
	  width: auto;
	}
	#dispon .tile-media,
	#dispon .villaggi-rewards {
	  width: 100%;
	}
	.book-button-column {
	  padding: 20px 0 !important;
	  text-align: center;
	}
	#dispon .room-info {
	  text-align: left;
	}
	#dispon .room-person {
	  padding: 15px;
	}
	
	
	

}


@media screen and (max-width: 768px) { 
	
	.kd-topinfo > li:first-child {
	  font-size: 15px;
	}
	.breadcrumb {
	  width: 100%;
	}
	.forml #search-dest button {
	  font-size: 14px;
	  padding: 10px 8px;
	}
	.title-offerte > h1 {
	  font-size: 70px;
	  line-height: 85px;
	}
	.title-offerte > p {
	  font-size: 20px;
	}
	#fotop {
	  margin: 0px;
	}
	
	

}

@media screen and (max-width: 767px) { 

	.nopad {
	  padding: 0 15px;
	}
	#adv {
	  padding: 25px 0;
	}
	#navbar {
	  width: 100%;
	}
	.navbar-header {
	  float: left !important;
	  width: 100%;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
	  background-color: #333333;
	}
	.navbar-inverse {
	  float: none;
	  margin: -70px -15px 0;
	}
	.navbar-inverse .navbar-nav > li > a {
	  border-bottom: 1px solid #467BA8;
	}
	.nav-buttons {
	  float: right;
	}
	.navbar-right {
	  background-color: transparent;
	  position: absolute;
	  right: 90px;
	  top: 0px;
	}
	.navbar-right li {
	  display: ruby-text;
	  float:none;
	}
	.navbar-right li a:hover i, 
	.navbar-right li.active a i, 
	.navbar-right li a:focus i {
	  color: #467ba8;
	}
	.navbar-inverse .navbar-nav > li > a:hover, 
	.navbar-inverse .navbar-nav > li > a:focus {
	  background-color: transparent;
	}
	.navbar-inverse .navbar-toggle:hover span {
	  background-color: #ffffff;
	}
	.nav.navbar-nav {
	  margin-left: -15px;
	}
	.navbar-inverse .navbar-nav > li > a {
	  font-size: 14px;
	  border-bottom: 0 solid #467ba8;
	}
	.navbar-collapse.collapse.in {
	  background-color: #f1f2f7;
	  border-top: 1px solid #cccccc;
	  width:100%;
	}
	.navbar-collapse.collapse.in .nav.navbar-nav > li {
	  border-bottom: 1px solid #dddddd;
	}
	.navbar-collapse.collapse.in .nav.navbar-nav > li > a:hover, 
	.navbar-collapse.collapse.in .nav.navbar-nav > li > a:focus {
	  background-color: #467ba8;
	}
	#search-menu a {
	  border: 1px solid;
	  height: 35px;
	  line-height: 32px;
	  padding: 0 !important;
	  text-align: center;
	  width: 35px;
	  margin-top:-8px;
	}
	#search-menu a:hover {
	  border: 1px solid #467ba8;
	}
	#search-menu a:focus,
	#search-menu a:active {
	  border: 1px solid #333 !important;
	}
	.search-wrap {
	  margin-top: 15px;
	}
	
	/*.social {
	  margin-top: -35px;
	}*/
	.recom-item .recom-item-body .blog-title {
	  font-size: 20px;
	  letter-spacing: 0;
	  line-height: 18px;
	  margin: 0 0 15px;
	}
	.recom-item-body p {
	  font-size: 14px;
	  line-height: 18px;
	}
	.recom-item .recom-item-body .cws-button {
	  bottom: 15px;
	}
	#mare .intro > h3 {
	  font-size: 24px;
	}
	#mare .intro h3 span {
	  font-size: 20px;
	}
	.forml .formdati {
	  margin-top: 25px;
	}
	.forml #search-dest .form-control {
	  margin-bottom: 15px;
	}
	.forml #search-dest button {
	  margin: 10px 0 30px;
	  width: 100%;
	}
	#preventivo.box-cont > .box-cont-header::before {
	  left: 0;
	}
	/*.imgtop {
	  height: 277px;
	}*/
	#foto-stru .item {
	  max-height: 185px;
	}
	.box-chis {
	  float: left;
	  margin-bottom: 25px;
	  text-align: left;
	}
	.foto-chi img {
	  float: left;
	}
	.box-chis em {
	  font-size: 16px;
	  line-height: 24px;
	}
	.lista-strutture article,
	.lista-offerte article {
	  width: 50%;
	}
	.categorie > li {
	  width: 50%;
	  float: left;
	}
	.box-nv > p {
	  text-align: center;
	}
	
	

}

@media screen and (max-width: 750px) { 

	

}

@media screen and (max-width: 736px) { 
	.navbar-right {
	  margin-top: 15px !important;
	  right: 0;
	}
	.navbar-toggle {
	  margin-left: 0;
	}
	.navbar-right {
	  right: 90px;
	}
	.navbar-right li a {
	  margin-top: 3px;
	}
	
	.list-regioni > li {
	  padding-left:0;
	  font-size:14px;
	  width: 25%;
	}
	.news-container article {
	  min-height: auto;
	}
	.article-title a h5 {
	  padding-bottom: 0;
	  font-size:18px;
	}
	.article-image {
	  float: left;
	  width: 254px;
	}
	.article-data {
	  margin-top: 0;
	}
	.cont-news {
	  float: left;
	  margin-left: 30px;
	  width: 400px;
	}
	.article-description > p {
	  font-size: 14px;
	  line-height: 16px;
	}
	#foto-stru .item {
	  max-height: 178px;
	}
	
	
	
	
	

}
@media screen and (max-width: 731px) { 

	.list-regioni > li {
	  width: 33.3333%;
	}


}

@media screen and (max-width: 683px) { 

	#mare .intro > h3 {
	  font-size: 22px;
	}
	.cont-mare .owl-nav.disabled {
	  display: none;
	}
	#mare .owl-dot.active > span {
	  background-color: #ff6600;
	}
	#mare .owl-dot > span {
	  background-color: #fff;
	}
	#foto-stru .item {
	  max-height: 163px;
	}
	.offerta .box-offerta .cont-offerta {
	  padding: 0 15px 20px;
	}
	.offerta .box-offerta .cont-offerta .off-footer > span {
	  font-size: 14px;
	}


}


@media screen and (max-width: 667px) { 

	


}
	
@media screen and (max-width: 640px) { 

	
	
	#gotop {
	  display: none !important;
	}
	#mare .intro > h3 {
	  font-size: 20px;
	}
	#mare .intro h3 span {
	  font-size: 18px;
	}
	#foto-stru .item {
	  max-height: 150px;
	}
	.title-offerte > h1 {
	  font-size: 60px;
	  line-height: 65px;
	}
	
	
	

}


	
@media screen and (max-width: 600px) { 
	
	.box-off .caption > h3 {
	  font-size: 18px;
	}
	.box-off h4 {
	  font-size: 16px;
	  line-height: 20px;
	}
	.box-off img {
	  width: 150% !important;
	}
	#mare .intro > h3 {
	  font-size: 18px;
	  line-height: 25px;
	}
	.cont-news {
	  width: 270px;
	}
	.ind, .dest {
	  width: 100%;
	  text-align:center;
	}
	.ind ul li {
	  display: block;
	  text-align: center;
	}
	#pre-footer h6 {
	  text-align: center;
	}
	.duo > li {
	  text-align: center;
	}
	.newsletter {
	  text-align: center;
	}
	#foto-stru .item {
	  max-height: 140px;
	}
	.title-offerte {
	  top: 6%;
	}
	.title-offerte > h1 {
	  font-size: 60px;
	  line-height: 65px;
	}
	.offerta .nome-offerta h2 {
	  font-size: 25px;
	}
	.offerta .box-offerta .cont-offerta {
	  min-height: 210px;
	}
	.offerta .box-offerta .cont-offerta .txt-offerta {
	  margin: 0 -15px;
	}
	.luogoff {
	  background-color: #ffffff;
	  color: #ff6600;
	  display: table;
	  margin: 0 auto 5px;
	  text-align: center;
	}
	.star {
	  text-align: center;
	}
	.box-descr h2 {
	  font-size: 25px;
	  margin-bottom: 25px;
	  text-align: center;
	}
	
	



}

@media screen and (max-width: 598px) { 
	
	#offerte .owl-nav {
	  display: none;
	}
	#offerte .owl-dots {
	  margin-top: 20px;
	}
	#mare .owl-dots {
	  display: none;
	}
	.box-off img {
	  width: 100% !important;
	}
	#foto-stru .item {
	  max-height: 300px;
	}
	

}

@media screen and (max-width: 580px) {
	
	.list-regioni > li {
	  font-size: 13px;
	}
	.article-image {
	  width: 250px;
	}
	#foto-stru .item {
	  max-height: 280px;
	}

}

@media screen and (max-width: 568px) { 
	
	
	#mare .intro h3 span {
	  font-size: 17px;
	}
	.article-image {
	  width: 230px;
	}
	.list-regioni > li {
	  font-size: 16px;
	  width: 50%;
	}
	.tit-regioni h1 {
	  font-size: 30px;
	  margin: 0 0 15px;
	}
	.box-off h4 {
	  font-size: 20px;
	  line-height: 30px;
	}
	.offerta .nome-offerta h2 {
	  font-size: 22px;
	}

}

@media screen and (max-width: 540px) { 
	
	.recom-item .recom-item-body .blog-title {
	  line-height: 20px;
	}
	.cont-news {
	  width: 240px;
	}
	#mare .intro > h3,
	#mare .intro h3 span {
	  font-size: 16px;
	}
	footer p {
	  margin-bottom: 0px;
	}
	.link-inf > a {
	  padding: 0 15px;
	}
	#foto-stru .item {
	  max-height: 260px;
	}
	.title-offerte > h1 {
	  font-size: 50px;
	  line-height: 55px;
	}
	.title-offerte > p {
	  font-size: 18px;
	}
	.lista-offerte article {
	  width: 100%;
	}
	.offerta .box-offerta .cont-offerta {
	  min-height: auto;
	}
	.cont-off-stru {
	  top: 35%;
	}

}

@media screen and (max-width: 533px) { 
	
	.categorie > li {
	  width: 100%;
	}
	.kd-topinfo {
	  margin: 0 0 0 -30px;
	}
	.social {
	  padding: 8px 0 6px;
	}

}

@media screen and (max-width: 500px) { 
	
	#foto-stru .item {
	  max-height: 230px;
	}
	.title-offerte > h1 {
	  font-size: 40px;
	  letter-spacing: -2px;
	  line-height: 45px;
	}

}

@media screen and (max-width: 480px) {
	
	
	#mare .intro > h3, #mare .intro h3 span {
	  font-size: 14px;
	}
	.article-image {
	  width: 100%;
	  margin: 0;
	}
	.cont-news {
	  margin: 0;
	  width: 100%;
	}
	.article-data {
	  margin-top: 30px;
	}
	.link-inf {
	  margin-top: 30px;
	}
	.link-inf > a {
	  display: block;
	  padding: 5px;
	}
	.lista-strutture article {
	  width: 100%;
	}
	.social {
	  display: none;
	}
	.struttura_item .details .description {
	  font-size: 15px;
	  height: auto;
	  overflow: visible;
	  padding: 13px 0;
	}
	article.struttura_item:last-child {
	  display: block;
	}
	.box-descr h2 {
	  margin-bottom: 15px;
	}
	
	
	
}
@media screen and (max-width: 450px) { 
	
	/*.imgtop {
	  height: 294px;
	}*/
	
	
	.logo {
	  text-align: center;
	}
	.logo a {
	  width: 100%;
	}
	#navbar {
	  margin-top: 8px;
	}
	nav.navbar {
	  background: #f1f2f7 none repeat scroll 0 0;
	  margin-top: 5px;
	}
	.navbar-right {
	  margin-top: 0 !important;
	  right: 30px;
	  top: 5px;
	}
	.navbar-toggle {
	  float: left;
	  margin-left: 20px;
	  margin-top: 10px;
	  margin-bottom:0;
	}
	#foto-stru .item {
	  max-height: 205px;
	}
	.kd-topinfo {
	  width: 100%;
	  margin:0;
	}
	.kd-topinfo > li:first-child {
	  border-left: 0 solid rgba(255, 255, 255, 0.3);
	  font-size: 20px;
	  font-weight: 300;
	  padding: 15px 0;
	}
	.kd-topinfo li:last-child {
	  display: none;
	}
	.kd-topinfo li {
	  text-align: center;
	  width: 100%;
	}
	.kd-topinfo > li {
	  border-right: 0 solid rgba(255, 255, 255, 0.3);
	  padding: 5px 20px;
	}
	.kd-topinfo li i {
	  float: none;
	}
	.title-offerte {
	  top: 0;
	}
	.title-offerte > p {
	  font-size: 16px;
	}

}

@media screen and (max-width: 414px) { 
	
	/*.imgtop {
	  height: 277px;
	}*/
	.tit-regioni h1 {
	  font-size: 30px;
	}
	.box-off img {
	  width: 120% !important;
	}
	.recom-item .recom-item-body .blog-title {
	  font-size: 16px;
	}
	.recom-item-body p {
	  font-size: 12px;
	}
	#mare .intro > h3, #mare .intro h3 span {
	  font-size: 18px;
	  margin-top: 0;
	}
	.box-chis em {
	  font-size: 15px;
	  line-height: 21px;
	  text-align: justify;
	}
	.foto-chi {
	  width: 100%;
	}
	.foto-chi img {
	  float: none;
	  margin: 0 auto;
	}
	.txt-chis {
	  display: block;
	  width: 100%;
	}
	.struttura_item .details h3 {
	  font-size: 18px;
	}
	footer p {
	  margin-bottom: 15px;
	}
	.list-localita {
	  font-size: 16px;
	}
	.list-localita > li,
	#box-regioni .regioni > li {
	  width: 100%;
	}
	#search-menu a {
	  margin-top: 3px;
	}
	.search-wrap {
		margin-top: 5px;
	}
	.list-regioni {
	  margin-left: 0;
	}
	.list-regioni > li {
	  font-size: 15px;
	}
	.offtop {
	  height: 190px;
	}
	.title-offerte {
	  top: 10%;
	}
	.title-offerte > h1 {
	  font-size: 36px;
	  line-height: 30px;
	}
	.title-offerte > p {
	  font-size: 15px;
	}
	.offerta .nome-offerta h2 {
	  font-size: 30px;
	}
	
	


}

@media screen and (max-width: 400px) { 
	
	/*.imgtop {
	  height: 270px;
	}*/
	#foto-stru .item {
	  max-height: 180px;
	}
	.vicino {
	  width: 100%;
	}
	.list-regioni > li {
	  width: 100%;
	  font-size: 18px;
	}

}	

@media screen and (max-width: 375px) { 
	
	/*.imgtop {
	  height: 257px;
	}*/
	
	#mete h2 {
	  font-size: 25px;
	}
	blockquote {
	  font-size: 15px;
	  line-height: 21px;
	}
	.box-off img {
	  width: 140% !important;
	}
	.recom-item .recom-item-body {
	  width: 60%;
	}
	.cont-mare .owl-nav div {
	  height: 50px;
	  line-height: 35px;
	  width: 50px;
	}
	.tit-mare {
	  font-size: 22px;
	}
	.tit-mare span {
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.offtop {
	  height: 180px;
	}
	.title-offerte > p {
	  font-size: 14px;
	}
	.box-inp {
	  width: 100%;
	}
	

}

@media screen and (max-width: 360px) { 
	
	/*.imgtop {
	  height: 250px;
	}*/
	#foto-stru .item {
	  max-height: 150px;
	}
	.offtop {
	  height: 175px;
	}
	#dispon .list-serv {
	  column-count: 1;
	}
	
}			

@media screen and (max-width: 320px) { 
	
	/*.imgtop {
	  height: 230px;
	}*/
	.tit-regioni h1 {
	  font-size: 25px;
	  margin-bottom: 15px;
	}
	#mete h2 {
	  font-size: 22px;
	}
	.box-cerca .box > h3 {
	  font-size: 25px;
	}
	.box-off img {
	  width: 160% !important;
	}
	.recom-item .recom-media .location {
	  padding-right: 16px;
	  text-align: right;
	  font-size: 12px;
	}
	.recom-item .recom-item-body::before {
	  transform: skew(0deg) translateX(32px);
	}
	.recom-item .recom-item-body {
	  width: 53%;
	  padding: 15px 0 0 20px;
	}
	.recom-item .recom-item-body .cws-button {
	  display: none;
	}
	.recom-item-body p {
	  font-size: 14px;
	}	
	#mare .intro > h3, #mare .intro h3 span {
	  font-size: 16px;
	}
	.duo > li {
	  width: 100%;
	}
	.cont-mare .owl-nav div {
	  font-size: 30px !important;
	  height: 30px;
	  line-height: 15px;
	  width: 30px;
	}
	#foto-stru .item {
	  max-height: 130px;
	}
	.map iframe {
	  height: 250px;
	}
	.offtop {
	  height: 160px;
	}
	.title-offerte {
	  top: 5%;
	}	
	.title-offerte > h1 {
	  font-size: 30px;
	}
	.title-offerte > p {
	  display: none;
	}
	.offerta .nome-offerta h2 {
	  font-size: 28px;
	}
	.mob { display:block;}
	.formula > ul {
	  padding-left: 15px;
	}
	.recom-item .recom-item-body .action {
	  padding: 6px 15px 6px 10px;
	  right: -141px;
	  top: 0;
	  z-index: 1;
	}
	
	
	
}
/*.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (min-width: 1700px) {
	.container {
		width: 1600px;
	}
	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		float: left;
	}
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-11 {
		width: 91.6667%;
	}
	.col-xl-10 {
		width: 83.3333%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-8 {
		width: 66.6667%;
	}
	.col-xl-7 {
		width: 58.3333%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-5 {
		width: 41.6667%;
	}
	.col-xl-4 {
		width: 33.3333%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-2 {
		width: 16.6667%;
	}
	.col-xl-1 {
		width: 8.33333%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-pull-11 {
		right: 91.6667%;
	}
	.col-xl-pull-10 {
		right: 83.3333%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-8 {
		right: 66.6667%;
	}
	.col-xl-pull-7 {
		right: 58.3333%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-5 {
		right: 41.6667%;
	}
	.col-xl-pull-4 {
		right: 33.3333%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-2 {
		right: 16.6667%;
	}
	.col-xl-pull-1 {
		right: 8.33333%;
	}
	.col-xl-pull-0 {
		right: auto;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-push-11 {
		left: 91.6667%;
	}
	.col-xl-push-10 {
		left: 83.3333%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-8 {
		left: 66.6667%;
	}
	.col-xl-push-7 {
		left: 58.3333%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-5 {
		left: 41.6667%;
	}
	.col-xl-push-4 {
		left: 33.3333%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-2 {
		left: 16.6667%;
	}
	.col-xl-push-1 {
		left: 8.33333%;
	}
	.col-xl-push-0 {
		left: auto;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
	.col-xl-offset-11 {
		margin-left: 91.6667%;
	}
	.col-xl-offset-10 {
		margin-left: 83.3333%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-8 {
		margin-left: 66.6667%;
	}
	.col-xl-offset-7 {
		margin-left: 58.3333%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-5 {
		margin-left: 41.6667%;
	}
	.col-xl-offset-4 {
		margin-left: 33.3333%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-2 {
		margin-left: 16.6667%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xl-offset-0 {
		margin-left: 0;
	}
	.visible-xl {
		display: block !important;
	}
	table.visible-xl {
		display: table;
	}
	tr.visible-xl {
		display: table-row !important;
	}
	th.visible-xl, td.visible-xl {
		display: table-cell !important;
	}
	.visible-xl-block {
		display: block !important;
	}
	.visible-xl-inline {
		display: inline !important;
	}
	.visible-xl-inline-block {
		display: inline-block !important;
	}
	.hidden-xl {
		display: none !important;
	}
}
	*/