.claim {

position:absolute;top:0px;left:460px;width:300px;height:73px;overflow:hidden; font-size: 1.2em;line-height:1.1em;text-align:justify;


padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}
.claim:before {
font-family: Georgia, serif;
color:#ccc;
content:open-quote;
font-size:4em;
line-height:0em;
margin-right:0em;
vertical-align:-.4em;
}

#filltheform {
	width:1190px;
	position:absolute;top:145px;left:50%;
	margin-left:-595px;
	height:327px;
	background:url('../images/filltheform.png');
	z-index:9999999;
	cursor: pointer;
}
#filled {
	width:320px;
	position:absolute;top:150px;left:790px;font-size:14px;color:#911919;
}

*+html .fixiefooter {
	height:30px;
}
.simb1 {
	background-image:url('../images/ship.png')!important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	padding-bottom:4px;
}
.simb2 {
	background-image:url('../images/plane.png')!important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	padding-bottom:4px;

}
.simb3 {
	background-image:url('../images/train.png')!important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	padding-bottom:4px;

}
.simb4 {
	background-image:url('../images/resort.png')!important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	padding-bottom:4px;
}

.riepilogo .cerchio {
	height: 50px;
	width: 50px;
	border-radius: 25px; 
	background:#5FC8C2;
	position:relative;
	float:left;
	margin-left:20px;
}

.riepilogo .cerchio span {
	position:absolute;;
	top:10px;
	margin-left:-25px auto;
	text-align:center;
	font-size:25px;

	width:50px;
	height:50px;
	
	display:block;

}
.riepilogo .cerchio.current {
	background:white!important;
	
}
.riepilogo .cerchio.current span {
	color:#5FC8C2!important;
}
.cerchio {
	height: 100px;
	width: 100px;
	border-radius: 50px; 
	background:#5FC8C2;
	position:relative;
}
.cerchio span {
	position:absolute;;
	top:10px;
	margin-left:-50px auto;
	text-align:center;
	font-size:50px;
	color:white!important;
	width:100px;
	height:100px;
	
	display:block;

}

/**************/
body {font:62.5%/1.42 'Open Sans',Arial,Helvetica,sans-serif;text-align:center;color:#666;background:#E9E6E0 url(../images/bgr/body.jpg) 0 0 repeat;}
html,body {height:100%;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,table,caption,tbody,tfoot,thead,tr,th,td,figure{border:0;margin:0;padding:0}
img,fieldset,abbr,acronym{border:0;}
article,aside,figure,figcaption,hgroup,footer,header,nav,section,video,object{display:block;}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/*TYPOGRAPHY*/
h1 {font:normal 2.3em/1.2 'Open Sans';color:#999;padding:20px 0 20px 0;-webkit-text-shadow:0 1px 0 rgba(238, 238, 238, 1);-moz-text-shadow:0 1px 0 rgba(238, 238, 238, 1);text-shadow:0 1px 0 rgba(238, 238, 238, 1);}
h2 {font:normal 2.1em/1.5 'ChunkFiveRegular';color:#666;padding:0 0 0px;}
h3 {font:normal 1.7em 'Open Sans';color:#999;padding:0 0 17px;}
h4 {font:normal 1.6em 'Open Sans';letter-spacing:-0.03em;padding:0 0 15px;}
h5 {font:normal 1.5em 'Open Sans';letter-spacing:-0.03em;color:#3F3F3F;}
h6 {font:normal 1.3em 'Open Sans';color:#333;font-weight:800;}

p 		{font-size:1.3em;padding:0 0 20px;}
strong 		{font-family: 'Open Sans';font-weight: bold;}
strong.dark	{font-family:'Open Sans';color:#3F3F3F;}

ul li	  {list-style:none;font-size:1.3em;}
ol li 	  {list-style:decimal inside;font-size:1.3em;}

img 	{border:none;display:block;}
a 	{color:#666;outline:none;}

nav a 	{text-decoration:none;}

em {color: #3FACAA;font-family: 'Open Sans';font-style: italic;}

hr	{background:#ccc;height:1px;border:none;width:100%;display:inline-block;margin:14px 0 4px;}
table { border-collapse: collapse; border-spacing:0;}

::-moz-selection {background:#41AFAA;color:#fff;}
::selection 	 	{background:#41AFAA;color:#fff;}

/* LAYOUT */
header	 {background:#354660;width:100%;position:absolute;top:0;left:0;z-index:220;}
.main 	 {width:100%;min-height:150px;padding:0;}
footer 	 {background:#fff;width:100%;padding:23px 0;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);}
.wrap	 {width:1140px;margin:0 auto;text-align:left;position:relative;}


/*COMMON*/
.txt-l    {text-align:left;} 
.txt-r    {text-align:right;} 
.txt-c    {text-align:center;} 
.txt-j    {text-align:justify;}

.nowrap   {white-space:nowrap;}

.left     {float:left;}
.right    {float:right;}
.clear    {clear:both;display:block;height:1px;}

.clearfix:before, 
.clearfix:after  	{content: "";display:table;}
.clearfix:after 		{clear: both;}
.oldie .clearfix   	{zoom:1;}

.invisible 		{visibility:hidden;}
.hidden			{display:none;}

.noborder	{border:none;text-decoration:none;}

.left_pic	{float:left;margin:5px 20px 10px 0;}
.right_pic	{float:right;margin:5px 0 20px 10px;}

/*HEADER*/
.logo {float:left;display:block;padding:15px 0;}

.main-nav			{
background: #D90000; /* Old browsers */


height:40px;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);}


header .ribbon 		{float:right;position:absolute;top:-1px;right:-2px;z-index:2;background:url(../images/bgr/ribbon-long.png) 100% 110% no-repeat;width:104px;min-height:116px;overflow:hidden;padding:0 0 25px;}
.ribbon li 			{float:left;display:block;width:80px;text-align:center;font:normal 1.2em 'OpenSansSemibold';text-transform:uppercase;padding:10px 0 10px 0;letter-spacing:-0.034em;border-bottom:1px solid #58B9B4;-webkit-text-shadow:0 0 1px rgba(0,0,0,0.3);-moz-text-shadow:0 0 1px rgba(0,0,0,0.3);text-shadow:0 0 1px rgba(0,0,0,0.3);}
.ribbon li a			{color:#fff;-webkit-transition: all 0.1s ease-in 0.1s; -moz-transition: all 0.1s ease-in 0.1s; -o-transition: all 0.1s ease-in 0.1s; -ms-transition: all 0.1s ease-in 0.1s; transition: all 0.1s ease-in 0.1s;}
.ribbon li a:hover		{color:#3F948F;-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.15);-moz-text-shadow:0 1px 0 rgba(255,255,255,0.15);text-shadow:0 1px 0 rgba(255,255,255,0.15);}
.ribbon li.last		{border:none;}

.ribbon .selector		{cursor:pointer;font:normal 1em 'OpenSansSemibold';;border:none;background:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#fff;margin:0;height:20px;-webkit-text-shadow:0 0 1px rgba(0,0,0,0.3);-moz-text-shadow:0 0 1px rgba(0,0,0,0.3);text-shadow:0 0 1px rgba(0,0,0,0.3);}
.ribbon .selector span	{cursor:pointer;padding:0;background:none;height:20px;line-height:20px;}
.ribbon .selector select 	{top:0;width:100px;left:-11px;cursor:pointer;}
.ribbon .selector.hover	{color:#3F948F;-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.15);-moz-text-shadow:0 1px 0 rgba(255,255,255,0.15);text-shadow:0 1px 0 rgba(255,255,255,0.15);}

.ribbon nav					{float:left;width:100%;}
.ribbon ul					{padding:0 10px;width:80px;float:left;margin:0 2px;}
.ribbon .profile-nav			{padding:12px 10px 0;box-shadow:inset 0 6px 10px rgba(0,0,0,0.1);}
.ribbon ul.open				{background:#40BFB8;}
.currency-nav li.active		{border-bottom:none;}


.contact 		{float:right;display:block;margin:25px 72px 0 ;width:230px;/*background:url(/assets/frontend/images/ico/icons.png) 0 1px no-repeat;*/padding:0 0 0 37px;}
.contact i {
	padding:0 5px 0 0;
}
.contact span a {text-decoration:none;color:#999999}
.contact span 	{width:100%;display:inline-block;font-size:1.2em;color:#999;padding-bottom:8px;}
.contact .number	{font-family: 'Open Sans'}

/*SLIDER*/
#sequence	 {/*backface-visibility prevents graphical glitches when frames are animating*/-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-o-backface-visibility: hidden;backface-visibility: hidden;}
#sequence ul 			{top:0;left:50%;margin-left:-570px;}
#sequence li > * 		{position: absolute;}
#sequence 			{height:100%;margin: 0 auto;position: relative;width: 1140px;overflow:hidden;}

/*** NUOVO ***/
.sequence {
	float:left;
	width:850px;
	height:400px;
	overflow:hidden;
	margin:0 0 20px 0;
	webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);
	box-shadow:0 0 2px rgba(0,0,0,0.1);
    position: relative;
    -webkit-backface-visibility: hidden;
	background:white;
}
.sequence #sequence-preloader {
  background: white;
}
.sequence .class-name, .sequence .sequence-class {
  font-size: 0.8em;
}
.sequence .info1, .sequence .info2, .sequence .info3 {
 
  position: absolute;

}
.sequence .info1 {
  left: -850px;
  top: 0px;
}
.sequence .info2 {
  left: -850px;
  top: 0px;
}
.sequence .info3 {
  left: -850px;
  top: 0px;
}
.sequence .animate-in .info1, .sequence .animate-in .info2, .sequence .animate-in .info3 {
  left: 0px;
  display: block;
  opacity: 1;
  -webkit-transition-duration: 5s;
  -moz-transition-duration: 5s;
  -o-transition-duration: 5s;
  -ms-transition-duration: 5s;
  transition-duration: 5s;
}
.sequence .animate-out .info1, .sequence .animate-out .info2, .sequence .animate-out .info3 {
  left: 0px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
}



.slider .info 				{width: 1140px;left: 150%;top: 200px;line-height: 1.2em;z-index: 10;vertical-align: middle;-webkit-transition-duration: 4s;-moz-transition-duration: 4s;-o-transition-duration: 4s;-ms-transition-duration: 4s;transition-duration: 4s;position:absolute;}
.animate-in .info 			{left:50%;margin-left:-570px;-webkit-transition-duration: 4s;-moz-transition-duration: 4s;-o-transition-duration: 4s;-ms-transition-duration: 4s;transition-duration: 4s;}
.animate-out .info			{left:50%;margin-left:-570px;-webkit-transition-duration: 4s;-moz-transition-duration: 4s;-o-transition-duration: 4s;-ms-transition-duration: 4s;transition-duration: 4s;}
.main-image 					{
	opacity: 0;
	top: 0;
	left:0;
	vertical-align: middle;
	-webkit-transition-property: left top;
	-moz-transition-property: left top;
	-o-transition-property: left top;
	-ms-transition-property: left top;
	transition-property: left top;z-index: 1;
	
}
.animate-in .main-image 		{left: 0%;opacity: 1;top: 0;-webkit-transition-duration: 4s;-moz-transition-duration: 4s;-o-transition-duration: 4s;-ms-transition-duration: 4s;transition-duration: 4s;-webkit-transition-property: left top;-moz-transition-property: left top;-o-transition-property: left top;-ms-transition-property: left top;transition-property: left top;z-index: 1;}
.animate-out .main-image 	{left: 0%;opacity: 0;top: 0;-webkit-transition-duration: 4s;-moz-transition-duration: 4s;-o-transition-duration: 4s;-ms-transition-duration: 4s;transition-duration: 4s;-webkit-transition-property: left top;-moz-transition-property: left top;-o-transition-property: left top;-ms-transition-property: left top;transition-property: left top;z-index: 1;}

.slider {margin-top:20px;width:100%;height:300px;}

#gallerys a img{
	float:left;
	margin:5px;
	border:1px solid silver;
	padding:5px;
}
.with-slide #gallery {margin:0!important;}

#gallery {
    position:relative;
    margin:0 auto;
    height:100%;
    height:300px;
    overflow:hidden;
    width:1140px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);


}
#gallery a {
    float:left;
    position:absolute;
    left:0;top:0;
}
    
#gallery a img {
   border:none;
}
#gallery a.show {
   z-index:1
}
#gallery .caption {
   z-index:2;
   font:1.6em 'Open Sans';
   text-shadow: 2px 2px 3px #140214;
   /*filter: dropshadow(color=#140214, offx=2, offy=2);*/
   color:#ffffff;
   height:100px;
   width:100%;
   position:absolute;
   bottom:50px;
   /* fix explorer */
   left:0;
}
#gallery .caption .content {
	width:1000px;
   	margin:0 auto 0 auto;
   	padding:0;
}
#gallery .caption .content h2 {
   margin:0;
   padding:0 20px 0 20px;
   font:1.8em 'Open Sans';
   font-weight:800;
}
#gallery .caption .content p {
   margin:0;
   padding:0 20px 0 20px;
   font:1.6em 'Open Sans';
   font-weight:bold;
}
#gallery .caption .content h2,#gallery .caption .content p {

	font:1.8em 'Open Sans'\9;
	font-weight:bold\9;
}
/*.slider li img {width:100%;height:auto;}

.slider li	{font-size:1em;text-align:left;}
.info h2		{color:#3FBFB8;background:#fff;padding:10px 20px;display:inline-block;margin:0 0 3px;-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px;}
.info p		{font-size:1.5em;background:#fff;padding:12px 20px 14px;display:inline-block;-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px;}*/



.top-right-nav			{float:right;}
.top-right-nav .last a	{background:none;margin:0;padding:0;}

.inner-nav,.inner-nav-ajax						{float:left;display:block;width:190px;position:relative;z-index:50;}
.inner-nav li,.inner-nav-ajax li 				{float:left;display:block;height:42px;width:100%;margin:0 0 1px;font:normal 1.3em/42px 'Open Sans';-webkit-text-shadow:0 1px 1px rgba(0,0,0,0.15);-moz-text-shadow:0 1px 1px rgba(0,0,0,0.15);text-shadow:0 1px 1px rgba(0,0,0,0.15);background: rgb(193,182,174);background: -moz-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D90000), color-stop(100%,rgba(186,172,163,1)));background: -webkit-linear-gradient(top, rgba(193,182,174,1) 0%,#D90000 100%);background: -o-linear-gradient(top, #D90000 0%,rgba(186,172,163,1) 100%);background: -ms-linear-gradient(top, #D90000 0%,rgba(186,172,163,1) 100%);background: linear-gradient(to bottom, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D90000', endColorstr='#D90000',GradientType=0 );-webkit-transition:all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition:all 0.3s linear; transition: all 0.3s linear;}
.inner-nav li a,.inner-nav-ajax li a  				{float:left;display:block;color:#fff;padding:0 0 0 5px;height:100%;width:150px;}
.inner-nav .availability a 	{background:url(../images/ico/icons.png) 3px -591px no-repeat;padding:0 0 0 35px;width:150px;}
.inner-nav .description a 	{background:url(../images/ico/icons.png) 3px -634px no-repeat;padding:0 0 0 35px;width:150px;}
.inner-nav .facilities a 		{background:url(../images/ico/icons.png) 3px -677px no-repeat;padding:0 0 0 35px;width:150px;}
.inner-nav .location a 		{background:url(../images/ico/icons.png) 3px -720px no-repeat;padding:0 0 0 35px;width:150px;}
.inner-nav .reviews a 		{background:url(../images/ico/icons.png) 3px -764px no-repeat;padding:0 0 0 35px;width:150px;}
.inner-nav .things-to-do a 	{background:url(../images/ico/icons.png) 4px -815px no-repeat;padding:0 0 0 35px;width:150px;}
.inner-nav li:hover,.inner-nav-ajax li:hover				{background: rgb(95,200,194);background: -moz-linear-gradient(top, rgba(95,200,194,1) 0%, #D90000) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,200,194,1)), color-stop(100%,rgba(64,191,184,1)));background: -webkit-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: -o-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: -ms-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: linear-gradient(to bottom, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D90000', endColorstr='#D90000',GradientType=0 );}
.inner-nav li.active,.inner-nav-ajax li.active				{width:221px;background:url(../images/bgr/inner-nav-active.png) 0 0 no-repeat;filter:none;}
.inner-nav li.active a,.inner-nav-ajax li.active a  		{width:150px;}
.inner-nav ul li i,.inner-nav-ajax ul li i {margin-top:4px;color:white!important;float:left;}
.inner-nav ul li i a,.inner-nav-ajax ul li i a  {float:left;width:auto!important;}


.bottom-nav		{float:left;display:block;width:100%;background:url(../images/bgr/separator.jpg) 0 0 repeat-x;padding:20px 0;}
.pager			{float:right;}
.pager span		{font:normal 1.1em/30px 'OpenSansBold';text-transform:uppercase;text-align:center;margin:0 4px 0 0;float:left;width:30px;height:30px;background:#fff;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);-webkit-transition: all 0.1s ease-in 0.1s; -moz-transition: all 0.1s ease-in 0.1s; -o-transition: all 0.1s ease-in 0.1s; -ms-transition: all 0.1s ease-in 0.1s; transition: all 0.1s ease-in 0.1s;}
.pager a 		{color:#999;float:left;width:100%;height:100%;text-decoration:none;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);-webkit-transition: all 0.1s ease-in 0.1s; -moz-transition: all 0.1s ease-in 0.1s; -o-transition: all 0.1s ease-in 0.1s; -ms-transition: all 0.1s ease-in 0.1s; transition: all 0.1s ease-in 0.1s;}
.pager .first,
.pager .last		{width:90px;}
.pager .current	{background:#40BFB8;color:#fff;}
.pager a:hover	{background:#40BFB8;color:#fff;}

.scroll-to-top				{margin:-7px 20px 0 40px;float:right;font:normal 1.1em/42px 'Open Sans';text-transform:uppercase;text-decoration:none;color:#fff;height:37px;width:100px;text-align:center;display:inline-block;-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.2);-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.2);text-shadow:0 -1px 0 rgba(0,0,0,0.2);background:url(../images/bgr/top-button.png) 0 0 no-repeat;}
.scroll-to-top:hover		{background-position:0 -38px;-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.2);-moz-text-shadow:0 1px 0 rgba(0,0,0,0.2);text-shadow:0 1px 0 rgba(0,0,0,0.2);}
.locations .scroll-to-top	{margin:-7px 0 0 40px;}

/*BUTTONS*/
.gradient-button 		{
	-webkit-border-radius: 15px;
	border-radius: 15px; 
    color: #FFFFFF;
    display: inline-block;
    font: 1.1em/30px 'Open Sans';
    height: 30px;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    background: linear-gradient(to bottom, #FF9126 0%, #F26B09 100%) repeat scroll 0 0 transparent;*/
    background: #ff9126; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9126 0%, #f26b09 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9126), color-stop(100%,#f26b09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9126 0%,#f26b09 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9126 0%,#f26b09 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9126 0%,#f26b09 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff9126 0%,#f26b09 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9126', endColorstr='#f26b09',GradientType=0 ); /* IE6-9 */
}

.gradient-button:hover	 {-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.2);-moz-text-shadow:0 1px 0 rgba(0,0,0,0.2);text-shadow:0 1px 0 rgba(0,0,0,0.2);background: linear-gradient(to bottom, #F26B09 0%, #FF9126 100%) repeat scroll 0 0 transparent;cursor:pointer;
}

/*CONTENT*/
.content					{width:100%;padding:60px 0 0;}
.full-width					{float:left;display:block;width:100%;margin:0 0 20px 0;}
.tpd {min-height:342px;height:342px;}
.stv {min-height:260px;height:260px;}
.one-fourth 					{float:left;width:270px;margin:0 20px 20px 0;}
.one-half					{float:left;width:560px;margin:0 20px 20px 0;}
.main .one-fourth 			{background:#fff;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);}
.main .one-half 				{background:#fff;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);}
.one-fourth.last 			{margin-right:0;}
.one-half.last 				{margin-right:0;}
.one-fourth .details 		{float:left;display:block;padding:10px 20px 15px;width:230px;}
.one-fourth .details h5		{min-height:40px;height:40px;display:block;}
.one-fourth .gradient-button	{margin:10px auto 5px;}
.three-fourth 				{float:left;width:850px;margin:0 0 20px 0;}
.full						{float:left;display:block;width:100%;margin:20px 0 10px;}
.three-fourth .tab-content-ajax article{width:900px;}
.separator		{background:url(../images/bgr/separator.jpg) 0 100% repeat-x;margin:40px 0 20px;width:100%;display:inline-block;height:2px;}

/*OFFERS*/
.offers,.economic,.requested 				{background:url(../images/bgr/separator.jpg) 0 100% repeat-x;padding:0;margin:0;width:100%;display:inline-block;}

/* fix ie9*/
.offers,.economic,.requested 	{
	padding:10px 0 10px 0!important\9;
}
/* fix ie7*/
*+html .offers,*+html .economic,*+html .requested 	{
	padding:10px 0 10px 0!important;
}
.offers .details,.economic .details,.requested .details		{text-align:center;}
.offers h4,.economic h4,.requested h4					{border-bottom:1px solid #ccc;width:100%;padding:0 0 10px;margin:0 0 14px;text-align:center;white-space:nowrap;}

/*DESTINATIONS*/
#solution {width:1140px!important;position:relative;margin:0 auto 0 auto!important;}
.destinations,#solution 	{background:url(../images/bgr/separator.jpg) 0 100% repeat-x;padding:0;margin:0;width:100%;display:inline-block;}
.noline {
	background:none!important;
}
.destinations.first				{margin:0;}
.destinations.last				{background-position:0 0;margin:26px 0 0;padding:20px 0 0;}
.destinations .details			{padding:15px 20px;min-height:160px;}
.destinations .gradient-button	{float:center;margin:7px 0;}
.destinations .count				{font-size:1.2em;color:#999;}
.destinations .ribbon			{background:url(../images/bgr/ribbons.png) 0 -57px no-repeat;width:284px;height:57px;overflow:hidden;margin:5px 0 0 -27px;}
.destinations .ribbon a 			{text-decoration:none;}
.destinations .ribbon .half		{float:left;width:77px;height:40px;overflow:hidden;margin:2px 0 0 7px;padding:9px 0 0 57px;}
.destinations .ribbon .hotel 		{background:url(../images/ico/icons.png) 20px -470px no-repeat;}
.destinations .ribbon .flight 	{background:url(../images/ico/icons.png) 20px -530px no-repeat;}
.destinations .ribbon .small		{font:normal 1.1em/1.2 'OpenSansSemibold';color:#fff;letter-spacing:-0.015em;float:left;width:100%;}
.destinations .ribbon .price		{margin-top:15px;font:normal 1.7em/1 'Open Sans';float:left;width:100%;-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.2);-moz-text-shadow:0 1px 0 rgba(255,255,255,0.2);text-shadow:0 1px 0 rgba(255,255,255,0.2);}
.destinations .ribbon:hover 		{background-position:0 -57px;}
.destinations .promo							{position:relative;}
.promo .ribbon 					{background-position:0 -114px;}
.promo .ribbon-small				{background:url(../images/bgr/ribbons.png) -2px -186px no-repeat;width:50px;height:45px;overflow:hidden;position:absolute;top:0;left:20px;padding:15px 0 0;z-index:2;text-align:center;color:#fff;font:normal 1.7em 'Open Sans';-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.1);-moz-text-shadow:0 1px 0 rgba(0,0,0,0.1);text-shadow:0 1px 0 rgba(0,0,0,0.1);}


.boxes .one-fourth 	{
padding:15px 20px;
margin-top:20px;width:230px;background: rgb(255,255,255);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
min-height:140px;
}
.boxes h2			{border-bottom:1px solid #E6E6E6;-webkit-box-shadow:0 1px 0 rgba(255,255,255,1);-moz-box-shadow:0 1px 0 rgba(255,255,255,1);box-shadow:0 1px 0 rgba(255,255,255,1);width:100%;margin:0 0 14px;}



/*HOTEL CONTENT*/
.tab-content,.tab-content-ajax  						{float:right;width:650px;}
.tab-content article,.tab-content-ajax article					{float:left;width:610px;padding:12px 20px 20px;margin:0 0 20px;background:#fff;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);min-height:200px;}
.tab-content h1,.tab-content-ajax h1  						{display:inline-block;font-size:1.7em;color:#B9ACA4;padding:0 0 10px 0;margin:0 0 15px;text-indent:0px;border-bottom:1px solid #ccc;width:100%;-webkit-text-shadow:none;-moz-text-shadow:none;text-shadow:none;}
.text-wrap							{padding:0;display:inline-block;}
.tab-content .text-wrap,.tab-content-ajax .text-wrap					{width:590px !important;}
.text-wrap .gradient-button.right 	{margin:0 -10px 0 0;}
.tab-content p .date,.tab-content-ajax p .date					{font-family:'OpenSansSemibold';}
.text-wrap ul 						{margin:0 0 20px;display:inline-block;width:100%;}
.text-wrap ul li						{background:url(../images/ico/bullet-gold-6x6.png) 0 7px no-repeat;padding:0 0 4px 17px;} 
.tab-content hr,.tab-content-ajax hr								{margin:0 0 15px;}
.tab-content table,.tab-content-ajax table					{width:100%;font-size:13px;}
.tab-content table th,.tab-content-ajax table th					{padding:5px 20px;border:1px solid #ccc;background:#E9E6E0;text-align: left; font-weight: normal; width:230px;}
.tab-content table td,.tab-content-ajax table td					{padding:5px 20px;border:1px solid #ccc;}

.room-types					{margin:5px 0 0;display:inline-block;width:100%;}
.room-types li 				{min-height:100px;float:left;display:block;width:100%;font-size:1em;border-bottom:1px solid #ccc;margin:0 0 20px;padding:0 0 20px;}
.room-types li.last			{border-bottom:none;margin:0;padding:0;}
.room-types li figure					{position:relative;width:120px;height:120px;overflow:hidden;}
.room-types .image-overlay			{position:absolute;top:0;left:0;background:url(../images/ico/magnify.png) 50% 50% no-repeat;z-index:10;width:270px;height:152px;opacity:0;-webkit-transition: all 0.1s ease-in 0.1s; -moz-transition: all 0.1s ease-in 0.1s; -o-transition: all 0.1s ease-in 0.1s; -ms-transition: all 0.1s ease-in 0.1s; transition: all 0.1s ease-in 0.1s;}
.room-types .image-overlay:hover 	{opacity:1;}
.room-types li figure.left		{margin:0 20px 0 0;}
.room-types li figure.right		{margin:0 0 0 20px;}
.room-types h2				{font:normal 1.6em 'Open Sans';color:#3FAEA9;padding:5px;}
.room-types h2	a			{text-decoration:none;font:normal 1.3em 'Open Sans';color:#3FAEA9;padding:5px;}

.all_solutions				{margin:5px 0 0;display:inline-block;width:100%;}
.all_solutions li 				{min-height:100px;float:left;display:block;width:100%;font-size:1em;border-bottom:1px solid #ccc;margin:0px;padding:0 0 5px;}

.all_solutions li figure.left		{margin:0 20px 0 0!important;}
.all_solutions .meta 			{float:left;width:330px;overflow:hidden;}
.all_solutions .room-information {margin:0!important;padding-left:10px;width:200px;float:left!important} 
.all_solutions .room-information .first 			{width:100px;font-family:'Open Sans';font-size:1.6em;color:#444;text-align:left;}
.all_solutions .room-information .second 			{width:100px;font-family:'Open Sans';font-size:1.6em;color:#444;text-align:right;}
.all_solutions .book .no-gradient-button {color: #FFFFFF;
    font: 2em/34px 'Open Sans';
   	background:none;
    left: 0px;
    width:180px;
    height:115px;
    top:13px;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    } 
.no-gradient-button-ori {color:white;width:155px;height:80px;font: 1.6em/34px 'Open Sans'!important;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);text-transform: uppercase;text-align:center;margin-top:30px;}
.book-ori {
	position:relative;float:left!important;background:url('../images/book-vert.png');width:160px;height:88px;
}
.book-ori:hover {
	cursor:pointer;background-position:160px 0;
}

.all_solutions .book:hover .no-gradient-button {color: #FFFFFF;
   
    left: 0px;
    width:180px;

    top:10px;
    position: absolute;
   
    } 
.all_solutions .book {position:relative;float:left!important;background:url('../images/book-ori.png');width:180px;height:150px;padding-left:0px;margin-left:35px;} 
.all_solutions .book:hover {background-position:0 -150px;} 

.room-types .meta 			{float:left;width:290px;overflow:hidden;}
.room-types li p				{padding:0 0 11px;}
.room-types .more-info		{font:normal 1.3em 'Open Sans';color:#3f3f3f;text-decoration:none;}

.room-information					{min-height:140px;float:right;border-left:1px solid #ccc;margin:0 0 0 20px;padding:5px 0 0 5px;width:150px;position:relative;}
#servizi_economici .room-information,#servizi_richiesti .room-information					{min-height:150px;float:right;border-left:1px solid #ccc;margin:0 0 0 10px;padding:5px 0 0 5px;width:160px;position:relative;}
.room-information .row				{float:left;width:100%;padding:0 0 0px;}
.room-information span				{font-size:1.3em;float:left;}
.room-information .first 			{width:90px;font-family:'Open Sans';font-size:1.8em;color:#444;text-align:left;}
.room-information .second 			{width:60px;font-family:'Open Sans';font-size:1.8em;color:#444;text-align:right;}
#servizi_economici .room-information .first,#servizi_richiesti .room-information .first  			{width:105px;font-family:'Open Sans';font-size:1.6em;color:#444;text-align:left;}
#servizi_economici .room-information .second,#servizi_richiesti .room-information .second  			{width:55px;font-family:'Open Sans';font-size:1.6em;color:#444;text-align:right;}

.room-information .second img		{float:right}
.room-information span img 			{float:left;}
.room-information .gradient-button	{position:absolute;bottom:0;left:5px;width:90px;padding:0;}

.more-information	{float:left;display:block;width:100%;margin:20px 0 -11px;}

.three-col li 		{float:left;width:166px;margin:0 20px 0 0;}
.three-col li.last 	{margin:0;}

#location article		{padding:10px;width:630px;}
.tab-content .gmap,.tab-content-ajax .gmap	{width:630px;height:450px;}


 
/*GALLERY*/
.gallery {float:left;width:850px;height:400px;overflow:hidden;margin:0 0 20px 0;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);}

@-webkit-keyframes crossfadeFadeInOut {
 0% 	{opacity:1;}
 17% 	{opacity:1;}
 25% 	{opacity:0;}
 92% 	{opacity:0;}
 100% 	{opacity:1;}
}

@-moz-keyframes crossfadeFadeInOut {
 0% 	{opacity:1;}
 17% 	{opacity:1;}
 25% 	{opacity:0;}
 92% 	{opacity:0;}
 100% 	{opacity:1;}
}

@-o-keyframes crossfadeFadeInOut {
 0% 	{opacity:1;}
 17% 	{opacity:1;}
 25% 	{opacity:0;}
 92% 	{opacity:0;}
 100% 	{opacity:1;}
}

@keyframes crossfadeFadeInOut {
 0% 	{opacity:1;}
 17% 	{opacity:1;}
 25% 	{opacity:0;}
 92% 	{opacity:0;}
 100% 	{opacity:1;}
}

#crossfade {position:relative;height:400px;width:850px;}
#crossfade img {position:absolute;left:0;display:inline;}
#crossfade img {-webkit-animation-name: crossfadeFadeInOut;-webkit-animation-timing-function: ease-in-out;-webkit-animation-iteration-count: infinite;-webkit-animation-duration: 8s;-moz-animation-name: crossfadeFadeInOut;-moz-animation-timing-function: ease-in-out;-moz-animation-iteration-count: infinite;-moz-animation-duration: 8s;-o-animation-name: crossfadeFadeInOut;-o-animation-timing-function: ease-in-out;-o-animation-iteration-count: infinite;-o-animation-duration: 8s;animation-name: crossfadeFadeInOut;animation-timing-function: ease-in-out;animation-iteration-count: infinite;animation-duration: 8s;}
#crossfade img:nth-of-type(1) {-webkit-animation-delay: 6s;-moz-animation-delay: 6s;-o-animation-delay: 6s;animation-delay: 6s;}
#crossfade img:nth-of-type(2) {-webkit-animation-delay: 4s;-moz-animation-delay: 4s;-o-animation-delay: 4s;animation-delay: 4s;}
#crossfade img:nth-of-type(3) {-webkit-animation-delay: 2s;-moz-animation-delay: 2s;-o-animation-delay: 2s;animation-delay: 2s;}
#crossfade img:nth-of-type(4) {-webkit-animation-delay: 0;-moz-animation-delay: 0;-o-animation-delay: 0;animation-delay: 0;}

#gallery article img {
	float:left;margin:11px;
}

/*ERROR PAGE*/
.error-type		{float:left;width:270px;height:270px;text-align:center;color:#40BFB8;-webkit-border-radius:135px;-moz-border-radius:135px;border-radius:135px;border:1px solid #fff;box-shadow:0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);background: rgb(255,255,255);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );}
.error-type h1	{font-size:9.6em;color:#40BFB8;padding:68px 0 0;margin:0 0 -13px;-webkit-text-shadow:0 1px 0 rgba(255,255,255,1);-moz-text-shadow:0 1px 0 rgba(255,255,255,1);text-shadow:0 1px 0 rgba(255,255,255,1);}	
.error-type p 	{font:normal 1.9em 'OpenSansSemibold';text-transform:uppercase;-webkit-text-shadow:0 1px 0 rgba(255,255,255,1);-moz-text-shadow:0 1px 0 rgba(255,255,255,1);text-shadow:0 1px 0 rgba(255,255,255,1);}	
	
.error-content		{float:left;margin:60px 0 0 70px;color:#3F3F3F;}	
.error-content h2	{font-size:2.3em;color:#4D4D4D;}
.error-content h3	{font:normal 1.4em 'OpenSansBold';color:#515151;}
.error-content ul li	{background:url(../images/ico/bullet-white-6x6.png) 0 6px no-repeat;padding:0 0 4px 20px;}
.error-content a 	{color:#3F3F3F;}
	
/*CONTACT US*/	
.map-wrap			{width:830px;padding:10px;background:#fff;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);}
.map-wrap .infoBox	{background:url(../images/bgr/map-popup.png) no-repeat !important;width:180px !important;height:50px !important;}
.gmap 				{
	border:1px solid #ccc;
	display:block;
	width:830px;
	height:550px;
	background-position:center center;
	background-repeat:no-repeat;
	background:url('../images/loading.gif');
	overflow:hidden;
}
.gmap .infoBox		{background:url(../images/bgr/map-popup-hotel.png) no-repeat;width:184px;height:50px;background-position: center bottom}
.gmap strong			{font:normal 14px 'Open Sans';margin:0 0 13px;display:inline-block;}
.infoBox			{font:normal 1.4em/1.42 'Open Sans';margin:-64px 0 0 30px;display:inline-block;padding: 8px 10px;color:#fff;text-align:center;}

/*GET INSPIRED*/
.get_inspired li 			{position:relative;width:154px;height:125px;overflow:hidden;font-size:1em;float:left;display:block;margin:0 20px 20px 0;background:#fff;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);-webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear;}
.get_inspired li a 		{text-decoration:none;}
.get_inspired img		{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.get_inspired li.last		{margin:0 0 20px;}
.get_inspired figcaption	{font:normal 1.4em 'OpenSansBold';letter-spacing:-0.03em;padding:10px;-webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear;}
.get_inspired li:hover img 		  {-webkit-transform: scale(10); -moz-transform: scale(10); -o-transform: scale(10); -ms-transform: scale(10); transform: scale(10); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);opacity: 0;} 
.get_inspired li:hover figcaption	{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background:#40BFB8;color:#fff;}

.three-fourth .destinations {background-position:0 0;margin:25px 0 0;padding:20px 0;}

.locations article				{background:#fff;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);position:relative;}
.locations article.last 		{margin:0 0 20px;}
.locations h1				{font-size:1.8em;padding:4px 0 10px;color:#666;-webkit-text-shadow:none;-moz-text-shadow:none;text-shadow:none;text-align:left;display:inline-block;float:left;width:100%;}
.locations .details			{text-align:center;}
.locations .details span,
.locations .details div		{text-align:left;}
.locations .description		{float:left;border-bottom:1px solid #ccc;margin:0 0 10px;height:90px;overflow:hidden;}
.locations .description p 	{padding:0 0 15px;}
.locations .ribbon			{background:url(../images/bgr/ribbons.png) 0 0 no-repeat;width:284px;height:57px;overflow:hidden;margin:15px 0 0 -27px;}
.locations .ribbon .half		{float:left;width:77px;height:40px;overflow:hidden;margin:2px 0 0 7px;padding:9px 0 0 57px;}
.locations .ribbon .hotel 	{background:url(../images/ico/icons.png) 20px -470px no-repeat;}
.locations .ribbon .flight 	{background:url(../images/ico/icons.png) 20px -530px no-repeat;}
.locations .ribbon .small		{font:normal 1.1em/1.2 'OpenSansSemibold';color:#fff;letter-spacing:-0.015em;float:left;width:100%;}
.locations .ribbon .price		{font:normal 1.7em/1 'ChunkFiveRegular';float:left;width:100%;-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.2);-moz-text-shadow:0 1px 0 rgba(255,255,255,0.2);text-shadow:0 1px 0 rgba(255,255,255,0.2);}
.locations .ribbon:hover 		{background-position:0 -57px;}

.locations .full-width figure  					{float:left;margin:0 20px 0 0;}
.locations .full-width .details				{float:left;width:540px;padding:15px 20px 0 0;}
.locations .full-width  h1					{width:450px;padding:0 0 10px;}
.locations .full-width  .description			{width:450px;border:none;margin:0;padding:3px 0 2px;height:50px;overflow:hidden;}
.locations .full-width .gradient-button		{float:left;}
.locations .full-width .ribbon				{background-position:-127px -250px;width:110px;height:110px;position:absolute;top:11px;right:-10px;margin:0;padding:10px 0 0;}
.locations .full-width .ribbon .half			{margin:4px 0 0;padding:9px 0 0 50px;width:60px;}
.locations .full-width .ribbon .hotel			{background-position:10px -470px;}
.locations .full-width .ribbon .flight		{background-position:10px -530px;}
.locations .full-width .ribbon:hover 			{background-position:-2px -250px;}

/*SIDEBAR*/
.left-sidebar	{margin:0 20px 80px 0;}
.right-sidebar	{margin:0 0 80px 20px;}
.lower 			{margin-top:95px !important;}

aside 			{width:270px;float:left;}
aside article 		{width:230px;background:#fff;padding:14px 20px 20px;margin:0 0 20px;webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);}
aside article p 		{padding:0 0 15px;}
aside article h2 	{font-size:1.7em;color:#999;border-bottom:1px solid #ccc;margin:0 0 15px;}
aside article h3	{font:normal 1.4em 'OpenSansBold';color:#41C0B8;letter-spacing:-0.03em;padding:0 0 5px;}

/*HOTEL DETAILS*/
.hotel-details  h1			{font-size:2em;color:#666;padding:0 0 3px;-webkit-text-shadow:none;-moz-text-shadow:none;text-shadow:none;}
.stars img					{display:inline;float:right;margin:3px 0 0;white-space:nowrap;}
.address					{font-size:1.3em;color:#999;}
.rating						{background:url(../images/ico/rating.png) 0 2px no-repeat;padding:0 0 0 15px;font-size:1.3em;color:#3F3F3F;float:right;}
.hotel-details .description	{border-top:1px solid #DFDCD1;padding:15px 0 0;margin:15px 0 0;}
.tags						{border-top:1px solid #DFDCD1;padding:18px 0 0;margin:0 0 -5px;}
.tags ul 						{position:relative;width:240px;overflow:hidden;}
.tags li 						{float:left;display:block;margin:0 5px 5px 0;}
.tags li a 					{float:left;display:block;padding:0 10px 0 20px;height:100%;text-decoration:none;background:#DFDCD1 url(../images/bgr/tag.png) 7px 11px no-repeat;height:30px;line-height:30px;-webkit-border-radius:15px 2px 2px 15px;-moz-border-radius:15px 2px 2px 15px;border-radius:15px 2px 2px 15px;-webkit-box-shadow:0 1px 0 #C1BBA8;-moz-box-shadow:0 1px 0 #C1BBA8;box-shadow:0 1px 0 #C1BBA8;-webkit-transition: all 0.1s ease-in 0.1s; -moz-transition: all 0.1s ease-in 0.1s; -o-transition: all 0.1s ease-in 0.1s; -ms-transition: all 0.1s ease-in 0.1s; transition: all 0.1s ease-in 0.1s;}
.tags li a:hover				{background-color:rgba(95,200,194,1);color:#fff;}

/*TESTIMONIALS*/
.testimonials			{padding:17px 20px 20px;color:#fff;-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.1);-moz-text-shadow:0 1px 0 rgba(0,0,0,0.1);text-shadow:0 1px 0 rgba(0,0,0,0.1);background: rgb(95,200,194);background: -moz-linear-gradient(top, rgba(95,200,194,1) 0%, rgba(64,191,184,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,200,194,1)), color-stop(100%,rgba(64,191,184,1)));background: -webkit-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: -o-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: -ms-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: linear-gradient(to bottom, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc8c2', endColorstr='#40bfb8',GradientType=0 );}
.testimonials blockquote	{font:italic normal 1.5em 'OpenSansSemibold';padding:0 0 10px;}
.testimonials .name		{font:normal 1.3em 'OpenSansSemibold';}

.widget p{
	padding:17px 20px 20px;
}
.widget {
	padding:0;
	margin:0 0 20px 0;
	width:270px;
	
}
.widget h1 {
	padding:10px;
	text-align:center;
	color:#fff;-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.1);-moz-text-shadow:0 1px 0 rgba(0,0,0,0.1);text-shadow:0 1px 0 rgba(0,0,0,0.1);background: rgb(95,200,194);background: -moz-linear-gradient(top, rgba(95,200,194,1) 0%, rgba(64,191,184,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,200,194,1)), color-stop(100%,rgba(64,191,184,1)));background: -webkit-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: -o-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: -ms-linear-gradient(top, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);background: linear-gradient(to bottom, rgba(95,200,194,1) 0%,rgba(64,191,184,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc8c2', endColorstr='#40bfb8',GradientType=0 );
}
.widget h2 {
	padding:10px 0 0 0;
	font:normal 1.5em 'Open Sans';
	margin:0 10px 0 10px;
}
.widget p {
	padding:7px 10px 10px 10px;
}

/*DEFAULT SIDEBAR CONTENT BOX*/
.default			{padding:14px 20px 5px;}
.default .number 	{background:url(../images/ico/phone.png) 1px 0 no-repeat;font-family:'OpenSansExtrabold';color:#999;padding:1px 0 15px 25px;}

/*POPULAR HOTELS */
.popular-hotels				{margin:-5px 0 5px;}
.popular-hotels li 			{font-size:1em;border-bottom:1px solid #ccc;display:inline-block;width:100%;padding:0 0 10px;margin:0 0 10px;}
.popular-hotels li a 			{text-decoration:none;}
.popular-hotels li h3			{color:#AB9A8F;}
.popular-hotels li p 			{float:left;padding:0;width:175px;}
.popular-hotels .price		{font-family: 'OpenSansBold';color:#3f3f3f;padding-left:5px;}
.popular-hotels .price small	{font:normal 12px 'Open Sans';color:#999;}
.show-all					{font:normal 1.3em 'Open Sans';color:#3f3f3f;text-decoration:none;float:right;padding:0 0 10px;}

/*DEAL OF THE DAY*/
.deal-of-the-day a 			{text-decoration:none;}
.deal-of-the-day figure		{margin:0 0 15px;}
.deal-of-the-day h3			{color:#AB9A8F;}
.deal-of-the-day p 			{float:left;width:175px;}
.deal-of-the-day .price		{font-family: 'OpenSansBold';color:#3f3f3f;padding-left:5px;}
.deal-of-the-day .price small	{font:normal 12px 'Open Sans';color:#999;}

/*REFINE SEARCH RESULTS*/
.refine-search-results dl			{margin:-16px 0 0;border-bottom:1px solid #ccc;}
.refine-search-results dt			{font:normal 1.3em 'OpenSansBold';letter-spacing:-0.02em;color:#666;border-top:1px solid #ccc;padding:12px 0;background:url(../images/ico/arrow-right.png) 100% 15px no-repeat;cursor:pointer;}
.refine-search-results dt.active		{background:url(../images/ico/arrow-down.png) 100% 16px no-repeat;}
.refine-search-results dd			{padding:0 0 7px;}
.refine-search-results .checkbox		{display:block;width:100%;padding:0 0 5px;}
.refine-search-results .checkbox label	{font-size:1.2em;padding:0 0 0 5px;}
.refine-search-results dd span.min 	{font-size:1.2em;margin:5px 0 8px;display:inline-block;}
.refine-search-results dd span.max 	{font-size:1.2em;float:right;margin:5px 0 8px;display:inline-block;}
#star								{margin:0 0 8px;}
#star img							{display:inline;}
.stars-info 							{float:right;font-size:1.2em;line-height:24px;}

/*BOOKING DETAILS*/
.booking-details  h1				{text-align:center;font-size:2em;color:#666;padding:0 0 3px;-webkit-text-shadow:none;-moz-text-shadow:none;text-shadow:none;}
.booking-details .booking-info	{border-top:1px solid #DFDCD1;padding:15px 0 0;margin:15px 0 0;}
.booking-details .booking-info p 	{padding:0 0 5px;}
.booking-details .price			{border-top:1px solid #DFDCD1;padding:15px 0 0;margin:10px 0 0;}
.booking-details .price p 		{font-size:1.2em;padding:0;}
.booking-details .price .total	{font:normal 1.4em 'OpenSansBold';color:#333;padding:0 0 5px;}

	
/*FOOTER*/
footer p 			{padding:0 0 2px;}
footer article li 		{}
footer li a 		{text-decoration:none;}
footer a 			{-webkit-transition: all 0.1s ease-in 0.1s; -moz-transition: all 0.1s ease-in 0.1s; -o-transition: all 0.1s ease-in 0.1s; -ms-transition: all 0.1s ease-in 0.1s; transition: all 0.1s ease-in 0.1s;}
footer a:hover	{color:#3f3f3f;}

.social li 		{float:left;display:block;width:30px;height:30px;overflow:hidden;margin:3px 4px 0 0;background:url(../images/ico/icons.png) 0 -400px no-repeat;padding:0;}
.social li:hover	{background-position:0 -440px;}
.social li a 		{float:left;display:block;width:100%;height:100%;text-indent:-99999px;background:url(../images/ico/icons.png) 0 -80px no-repeat;}
.social .facebook a 		{background-position:0 -80px;}
.social .youtube a 		{background-position:0 -120px;}
.social .rss a 			{background-position:0 -160px;}
.social .linkedin a 		{background-position:0 -200px;}
.social .googleplus a 	{background-position:0 -240px;}
.social .twitter a 		{background-position:0 -280px;}
.social .vimeo a 			{background-position:0 -320px;}
.social .pinterest a 		{background-position:0 -360px;}
.social li:last-child,
.social li.last	 {margin:3px 0 0;}

footer fieldset 				{position:relative;top:3px;}
footer input[type="email"] {box-shadow:inset 0 1px 1px rgba(204, 194, 187, 0.55);}
footer input[type="submit"] {width:70px;padding:0;border-radius:0 15px 15px 0;-moz-border-radius:0 15px 15px 0;-webkit-border-radius:0 15px 15px 0;position:absolute;top:0;right:0;height:31px;}

.bottom 			{position:relative;width:100%;float:left;border-top:1px solid #E7E6E0;padding:21px 0 0;}
#siteseal {position:absolute;left:50%;top:20px;width:132px;margin-left:-66px;}
.copy			{float:left;display:block;color:#858585;}
.bottom nav 				{float:right;}
.bottom nav li 			{float:left;border-left:1px solid #E5E5E5;padding:0 0 0 12px;margin:0 0 0 12px;}
.bottom nav .first 		{border:none;}
.bottom nav li a 			{color:#858585;}
.bottom nav li a:hover		{color:#3f3f3f;}

/*FORM ELEMENTS*/


/*MAIN SEARCH*/
.main-search 			{
position:relative;margin:auto;z-index:9;width:1140px;padding:20px 0 0;text-align:left;border:1px solid #fff;box-shadow:0 0 3px rgba(0,0,0,0.2);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);background: rgb(255,255,255);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );}
.main-search form 		{position:relative;width:100%;display:inline-block;}
.main-search h4			{font:normal 2em 'Open Sans';letter-spacing:0;padding:0;}
.main-search h4 span		{font-family:'Open Sans';color:#FE0000;}

/**/
.date_problem 			{min-height:100px!important;margin:10px auto 10px auto!important;z-index:9;width:1140px;border:1px solid #fff;box-shadow:0 0 3px rgba(0,0,0,0.2);background:white!important;}
.riepilogo_pagamento 			{height:auto;min-height:100px;margin:30px auto 50px auto;z-index:9;width:1140px;padding:20px 0 0;text-align:left;border:1px solid #fff;box-shadow:0 0 3px rgba(0,0,0,0.2);background:white!important;}

.date_problem .wrap,.riepilogo_pagamento .wrap {
	padding:20px 0px 20px 0px;
    color: #3F3F3F;
    font: 1.3em 'Open Sans';
    letter-spacing: -0.03em;
    text-align:center;
}

.column 	{float:left;width:230px;margin:0 0 10px 10px;padding:0 0 0 10px;background:url(../images/bgr/vertical-separator.png) 0 34px no-repeat;min-height:111px;}
#form3 .column,
#form5 .column,
#form6 .column	{height:170px;}

.forms	{float:left;width:1145px;}
.main-search .f-item 					{float:left;display:block;width:100%;padding:0 0 6px;}
.main-search .f-item label 				{font-size:1.3em;padding:0 0 8px;display:inline-block;width:100%;font-family:'Open Sans';}
.main-search .f-item .selector			{width:230px;}
.main-search .f-item .selector span		{width:210px;background-position:97% 8px;}
.main-search .f-item select				{width:230px;}
	

.main-search .active label		{color:#666;}

.main-search .first {width:125px;background:none;padding:0;margin:0 0 0 20px;}
.main-search .first .f-item 				{width:124px;margin:0 10px 0 0;}
.main-search .first .f-item.last		 	{margin:0;}
.main-search .first .f-item .selector		{width:124px;}
.main-search .first .f-item .selector	span{width:108px;background-position:94% 8px;}
.main-search .first .f-item select			{width:124px;}



.main-search .triplets .f-item 		{width:60px;margin:0 10px 0 0;}
.main-search .triplets .f-item  input 	{width:38px;}


.main-search .two-childs .f-item input 				{width:98px;}
.main-search .two-childs .selector				{float:left;display:block;width:64px;margin:0 0 0 10px;}
.main-search .two-childs .f-item .selector span	{width:46px;background-position:92% 8px;}
.main-search .two-childs .f-item select			{width:64px;}


.spinner,.spinnern  				{position:relative;}
.ui-icon-triangle-1-n	{position:absolute;top:35px;right:8px;background:url(../images/ico/spinner.png) 0 0 no-repeat;width:13px;height:8px;overflow:hidden;text-indent:-99999px;display:inline-block;cursor:pointer;}
.ui-icon-triangle-1-s	{position:absolute;top:44px;right:8px;background:url(../images/ico/spinner.png) 0 -9px no-repeat;width:13px;height:8px;overflow:hidden;text-indent:-99999px;display:inline-block;cursor:pointer;}

.spinner.small		{width:69px !important;}

.sdiv {
	position:absolute;
	left:50%;
	margin-left:-102px;
	bottom:-8px;
	width:204px;
	height:34px;
}
/* fix ie7*/
*+html .sdiv {
	top:138px!important;
	height:40px;
	z-index:100;
	left:660px!important;
}
.search-submit {
	position:relative;
	background:url(../images/bgr/search-button.png) 0 0 no-repeat;
	width:204px;
	height:34px;
	border:none;
	font:normal 1.2em/34px 'Open Sans';
	text-transform:uppercase;
	color:#fff;
	-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);

}
*+html .search-submit {
	height:36px!important;
}

.search-submit:hover 	{background-position:0 -34px;}



.btn {
  background: #354660;
  background-image: -webkit-linear-gradient(top, #354660, #2980b9);
  background-image: -moz-linear-gradient(top, #354660, #2980b9);
  background-image: -ms-linear-gradient(top, #354660, #2980b9);
  background-image: -o-linear-gradient(top, #354660, #2980b9);
  background-image: linear-gradient(to bottom, #354660, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  cursor: pointer;
  min-width: 100px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #354660);
  background-image: -moz-linear-gradient(top, #3cb0fd, #354660);
  background-image: -ms-linear-gradient(top, #3cb0fd, #354660);
  background-image: -o-linear-gradient(top, #3cb0fd, #354660);
  background-image: linear-gradient(to bottom, #3cb0fd, #354660);
  text-decoration: none;
}





/* Localized */