/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
#supersized-loader { 
  position:absolute; 
  top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}

#supersized {display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:0; height:100%; width:100%; }
  #supersized images { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
    #supersized.speed images { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
    #supersized.quality images { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

  #supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; bottom:0; right:0; width:100%; height:100%; background:#111; }
 
  #supersized a { width:100%; height:100%; display:block; }
    #supersized li.prevslide { z-index:-20; }
    #supersized li.activeslide { z-index:-10; }
    #supersized li.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
      #supersized li.image-loading images{ visibility:hidden; }
    #supersized li.prevslide images, #supersized li.activeslide images{ display:inline; }
    
   
    /* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../images/nav-bg.png) repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }

			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../images/bg-hover.png') repeat-x 0 44px; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
				#prevslide, #nextslide{ 
          background-image:url(../images/arrow_slide.png);
          background-repeat: no-repeat;
          background-position: left top;
          height:38px; 
          width:38px; 
          bottom:2px; 
          opacity:1 !important; 
          overflow: hidden;
          position: absolute;
          right:33%;
        }
        
					#prevslide{margin-right: -18px;}
					#nextslide{margin-right:-58px; background-position: right top; }
          
						#prevslide:active, #nextslide:active{ margin-top:-19px; }
						#prevslide:hover{ cursor:pointer;  background-position: left bottom;}
						#nextslide:hover{ cursor:pointer;  background-position: right bottom;}
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../images/nav-dot.png') no-repeat 0 -24px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				
				#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../images/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../images/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../images/progress-bar.png') repeat-x; }
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb images, #prevthumb images { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:70px !important; left:0; background:url(/templates/default/images/bg_black_ie.png); height:108px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; top:50%; margin-top:-25px; height:50px; width:50px; }
			#thumb-back{ left:0; background: url('/templates/default/images/sprite_prev.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('/templates/default/images/sprite_next.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; padding: 0;}
				ul#thumb-list li img { width:150%; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }
        
        /*--- LINK BACKGROUND ---*/


        
/*--- CAPTION ---*/    
#caption{
  right: 0; 
  bottom: 15%; 
  width: 46%;
  text-align: right;
  font-family: 'Playfair Display', serif; 
}

#caption h3{
  display:none;
}
.home #caption h3{
  margin: 0;
  color: #fff; 
  display:block;
  line-height: 1;
}

#slidecaption{
  font-size: 1.8em;
  right: 50%;
  bottom: 50%;
  line-height: 1;
  min-width: 200px;
}
#slidecaption p{
  text-align: right;
  line-height: 1;
  color: #7DBB00; 
  background: #fff;
  box-shadow: 0 0 12px -4px #333;
  padding: 6%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

#slidecaption p:before{
  background: url(/templates/default/images/arrow_cloud_map.png) no-repeat;
  content: "";
  height: 40px;
  left: -20px;
  position: absolute;
  width: 20px;
  top: 50%;
  margin-top:-20px
}

a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;

}
        
.no-rgba #slidecaption{
  background: #fff;
}

    
/* ==========================================================================
   HEADER
   ========================================================================== */

/*--- LOGO ---*/
.logo{

}

.logo p{
   margin: 0;
   text-align: center;
   color: #fff;
   font-size: 13px;
}
/*--- LOGO END ---*/

/*--- MENU TOP ---*/

.top_menu{
  float: right;
  text-align: right;
  width: 24%;
}
.top_menu .nav{margin:0;}
.top_menu li{display: inline-block;*display: inline;}
.top_menu li{margin:0 4px;}
.top_menu a:hover{color:#7DBB00; background: none;}

/*--- MENU TOP ---*/

/*--- MAIN MENU ---*/
.menu a{
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.menu a:hover{
  text-decoration: none; 
}
.menu a:focus{
  text-decoration: none; 
  background:none;
}
.menu li{
  zoom: 1;
}
.mainMenu{
  height: 40%;
  position: relative;
}
.main_menu{
  font-size: 1.6em;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin-top: 20px;
  height: 100%;
}
.main_menu a{
  height: 100%;
  line-height: 150%;
  padding:8px 0;
}

@media all and (max-height: 768px){
  .main_menu a,
  .main_menu .dropdown-menu li a{
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.main_menu li{
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
}
.main_menu li:hover{
  background: #333;
  text-shadow: 0 0 8px rgba(0,0,0,.5);
}
.main_menu li.active{
  color:#fff;
  text-shadow: 0 0 8px rgba(0,0,0,.5);
}
.main_menu li.active a{
  background: #333;
}
/*.main_menu li:hover:before,
.main_menu li.active:before{
  position: absolute;
  content: "";
  background: url(/templates/default/images/menu_hover.png) left top no-repeat;
  top: -14px;
  left: 0;
  height: 14px;
  width:100%;
  z-index: -1;
}*/
/*.main_menu li:hover:after,
.main_menu li.active:after{
  position: absolute;
  content: "";
  background: url(/templates/default/images/menu_hover.png) left bottom no-repeat;
  bottom: -14px;
  left: 0;
  height: 14px;
  width:100%;
  z-index: -1;
}*/

.main_menu  li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu  {
  left: 174px;
}

.dropdown-menu {
  background: none;
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: 4px 0 8px -6px #000 inset;
  display: none;
  float: left;
  left: 195px;
  margin:0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0;
  z-index: 1000;
}
/*.dropdown-menu:before,
.dropdown-menu:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 21px;
  padding: 0 10px;
  background-image: url(/templates/default/images/dropdown_hover_bg.png);
  background-repeat: no-repeat;
  left: 0;
  z-index: 1;
}
.dropdown-menu:before{
  background-position: left top;
  top:-21px;
}
.dropdown-menu:after{
  background-position: right bottom;
  bottom:-21px;
}*/
.dropdown-menu li {
  padding:  0;
  background: none;
  margin: 0;
  height: auto;
}
.menu .dropdown-menu li:before,
.menu .dropdown-menu li:after{
  background: none;
}
.dropdown-menu li a {
  background:rgba(0, 0, 0, 0.6) !important;
  clear: both;
  color: rgb(255, 255, 255);
  display: block;
  font-weight: normal;
  line-height: 150%;
  padding: 8px 0 8px 20px;
  white-space: nowrap;
}

.dropdown .dropdown-menu .nav-header {
  background:rgba(0, 0, 0, 0.6) !important;
}

.nav > li.dropdown.open,
.nav > li.dropdown.open.active > a:hover, 
.nav > li.dropdown.open.active > a:focus{
  background: #333;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
  background: #333 !important;
  border:none;
  color:#fff;
  text-shadow: 0 0 4px rgba(0,0,0,.6);
  box-shadow: 4px 0 8px -6px #000 inset;
}

.dropdown-menu > .active > a{
  background: #222 !important
}




/*---MAIN MENU END ---*/

#wrapper .moduletable{
  margin-bottom: 0;  
}
#wrapper .custom{
  
}



/*--- CYCLE OFFERS ---*/

.cycle{
  line-height: 1.5;
  /*font-size: 15px; Fix Resize*/
  position: relative;
  clear: both;
}
.cycle .mod-articles-category-titleitem{
  text-transform: uppercase;
  padding: 0 4%;
  margin-top: 0;
  font-size: 1em;
}
.cycle li{
  margin-top: 0; 
  width: 100% !important;
}

/*Image*/
.cycle .mod_placehere_following{background: none !important;}
.cycle p.img{
  height: 100px;
  overflow: hidden;
}
.listItem p img{
  width:100% !important;
  height:auto !important;
}

.cycle p.abstract{
  padding-left: 1%;
  margin-bottom: 5%;
  line-height: 1.2;
}

.cycle .leggi-tutto{
  box-shadow: 0 0 5px #222222;
  background-color: rgba(170, 161, 133,.6);
  padding: 2px 0;
  text-align: center;
  width: 50%;
  text-transform: uppercase;
  
}


.sidebar_right .listItem{
  position: relative;
  width:100% !important;
  /*min-height: 230px;*/
  float: left;
}
.sidebar_right .listItem li{
  float: left;
  padding-bottom: 20px;
}
.sidebar_right .listItem h3{
  background: #2C2924;
  color: #fff;
  text-transform: uppercase;
  padding: 0 4%;
  margin-bottom: 0;
}
.sidebar_right .listItem .mod-articles-category-titleitem{
  background: none; 
  margin-top: 10px;
  color: #fff;
}
.sidebar_right .listItem .mod-articles-category-introimage {
  width: 92%;
  height: 125px;
  overflow: hidden;
  margin: 0 4%;
}
.sidebar_right .listItem .mod-articles-category-introimage img{
  margin-top: -10%;
}
.sidebar_right .mod-articles-category-readmore{
  float: left;
  margin: 0 4% 0;
}

.box_article{
  padding:0 0 0 30px;
  margin: 0;
  float: left;
  position: relative;
}
.box_article:before{
  position: absolute;
  content:'';
  width:15px;
  height: 100%;
  background: url("/templates/default/images/pattern_title_inverse.png") top left;
  left: 0;
}
.box_article h3{
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 1em 0 0;
}


/*Offers Navigation*/
#cycleNav{
  position: absolute;
  right:4%;
  z-index: 5;
  bottom:0;
}
.sidebar_right #cycleNav{
  bottom: 15px;
  float: right;
  position: absolute;
}

#cycleNav div{
  display: inline-block;
  width: 20px; height: 22px;
  background-image: url(../images/offersNav.png);
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
  margin: 0 2px;
}

#cycleNav .next1,
#cycleNav .next2,
#cycleNav .next3,
#cycleNav .next4
{background-position: right top}

#cycleNav .prev1:hover,
#cycleNav .prev2:hover,
#cycleNav .prev3:hover,
#cycleNav .prev4:hover
{background-position: left bottom}

#cycleNav .next1:hover,
#cycleNav .next2:hover,
#cycleNav .next3:hover,
#cycleNav .next4:hover
{background-position: right bottom}

.tutteOfferte,
.leggi-tutto{
  background-color: #AAA185;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; 
  padding: 1px 6px;
  font-family: 'Lora', serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;  
}

.leggi-tutto a{color: #fff; font-size: .7em;}

.tutteOfferte{
  display: none;
  z-index: 1;
}

.tutteOfferte a{
  color: #fff;
  font-size: .7em;
  text-transform: uppercase;
}

.tutteOfferte a:hover{background-color: #CCC8B7;}
/*--- CYCLE OFFERS END ---*/



/*---   SIMPLE IMAGE GALLERY ---*/
#wrapper ul.sigFreeClassic{
  margin:0 !important;
  padding:0 !important;
  width: 100%;
}
.full_block ul.sigFreeClassic li.sigFreeThumb {
  background: none !important;
  margin: 0 !important;
  width:33.334% !important;
  display: none;
}
.double_block ul.sigFreeClassic li.sigFreeThumb {
  background: none !important;
  margin: 0 !important;
  width:25% !important;
}
.gallery ul.sigFreeClassic li.sigFreeThumb {
  background: none !important;
  margin: 0 !important;
  width:16.667% !important;
}
ul.sigFreeClassic li.sigFreeThumb span.sigFreeLinkOuterWrapper {
  padding: 0 !important;
  background: none !important;
  width:100% !important;
}
ul.sigFreeClassic li.sigFreeThumb span.sigFreeLinkWrapper {
  border: none !important;
  display: inline  !important;
  margin: 0;
  padding: 0;
  width:100% !important;
  position: relative;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink,
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg,
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg{
  width:100% !important;
  height: auto !important;
}
/*---   SIMPLE IMAGE GALLERY END ---*/

.gallery .double_block p{
  display: none;
}


.mod-languages {
  float: right;
  width: 9%;
}
div.mod-languages ul{
  text-align: left;
}
#container div.mod-languages li{
  line-height: 1;
  margin: 0 0 0 1px;
}


 /*--- BUONI MOTIVI ---*/
.buoni_motivi h3{
  background: #7DBB00;
  text-align: center;
  color: #fff;
  margin: 0;
  /*padding:10px;*/
  text-transform: uppercase;
  font-size: 1.8em;
}
.buoni_motivi ul{
  width:80%;
  margin-left:10%;
  color: #fff;
  font-size: 1.45em;
}
.buoni_motivi li{
  margin: 8px 0;
  line-height: 1.1;
  clear: both;
}
.buoni_motivi li img{
  vertical-align: middle; 
  float: left;
}
.buoni_motivi li p{
  text-align: left;
  margin: 0;
}
.buoni_motivi p{
  margin: 0 0 10px;
  text-align: center;
}
.buoni_motivi .ancora-motivi{
  text-decoration: none;
  position: relative;
  width: 100px;
  padding:0 20px;
}
.buoni_motivi .ancora-motivi:hover{
  color: #fff;
  background: #7DBB00;
}
.buoni_motivi .ancora-motivi span{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  bottom: -2px;
  right: 0;
  background: #7DBB00;
  font-size: 1.1em;
  font-weight: bold;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  margin-right: -10px;
  border:2px solid #444;
}

.buoni_motivi .ancora-motivi:hover span{
  background: #fff;
  color: #7DBB00;
}


.buoniMotivi{
  position: relative;
  padding: 1%;
  width: 98%;
  border-top: 3px solid #444;
  border-bottom: 2px solid #444;
}
.buoniMotivi .custom{
  overflow: hidden; /*with borderRadius*/
}
.buoniMotivi h3,
.buoniMotivi h4{
  line-height: 1;
}
.buoniMotivi h3{
  font-size: 2.6em;
}
.buoniMotivi h4{
  font-size: 1.8em;
}
.buoniMotivi .btn{
  width: 90%;
  margin: 0 5%;
  padding: 12px 0;
}

/*--- BUONI MOTIVI END ---*/




/*--- LISTA ---*/
#wrapper .container_block ul.category-module{
  width: 100%;
  margin: 0;
  padding:0;
  float: left;
  background: #fff;
}
#wrapper .container_block .category-module li{
  float: left;
  width:33.334%;
  position: relative;
  padding: 0;
  margin: 0;
}
#wrapper .container_block .category-module li:hover img{
  opacity: 0.75;
}
#wrapper .container_block .category-module p{
  width:100%;
}
#wrapper .container_block .category-module .mod-articles-category-titleitem{
  color: rgb(255, 255, 255);
  left: 3%;
  margin-top: -1.2em;
  position: absolute;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
#wrapper .container_block .category-module .mod-articles-category-introimage{
  height: 300px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#wrapper .container_block .category-module .mod-articles-category-introimage img{
  width:auto  !important;
  height:120% !important;
}
#wrapper .container_block .category-module .mod-articles-category-readmore{
  float: right;
  width: auto;
  z-index: 4;
}
.container_block .category-module .container-list{position: relative; }

.container_block .category-module p{margin: 0; padding:0;}

.container_block .category-module.mod-articles-category-titleitem,
.container_block .category-module .mod-articles-category-introtext,
.container_block .category-module .mod-articles-category-readmore{
  position: absolute;
  z-index: 1;
}
.container_block .category-module .mod-articles-category-titleitem{bottom:14%; font-size: 2em}

#wrapper .container_block .category-module .mod-articles-category-introtext{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: rgb(255, 255, 255);
  padding: 2%;
  text-shadow: 0 0 4px rgb(0, 0, 0);
  width: 96%;
}
.container_block .category-module .mod-articles-category-readmore{right:2%; bottom:2%;}

/*--- eventi / offerte ---*/
#wrapper .listOffer ul.category-module,
#wrapper .listEvent ul.category-module{
  position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    display: none;
}

#wrapper .nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background: #fff;
}
#wrapper .nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    opacity: 1 !important;
}
#wrapper .nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    positon: relative;
}
#wrapper .nbs-flexisel-item:hover img {
    opacity:0.55;
}

#wrapper .nbs-flexisel-nav-left,
#wrapper .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px; 
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    opacity: 1;
    background: #fff no-repeat;
    background-image: url(/templates/default/images/offersNav.png);
}

#wrapper .nbs-flexisel-nav-left {left: 15px;background-position: 12px 9px;}
#wrapper .nbs-flexisel-nav-left:hover {left: 15px;background-position: 12px -119px;}

#wrapper .nbs-flexisel-nav-right {right: 15px;background-position: -72px 9px;}
#wrapper .nbs-flexisel-nav-right:hover {right: 15px;background-position: -72px -119px;}

/*--- eventi / offerte end ---*/

/*--- scopri napoli ---*/
#wrapper .listScopri p,
#wrapper .listScopri ul{
  margin: 0;
  padding: 0;
  width: 100%;
}
#wrapper .listScopri ul{
  float: left;
}
#wrapper .listScopri li{
  width: 50%;
  float: left;
  position: relative;
}
#wrapper .listScopri h3{
  position: absolute;
  color:#fff;
  text-transform: uppercase;
  bottom:0;
  background: rgba(0,0,0,.6);
  margin: 0;
  z-index: 1;
}

#wrapper .listScopri .mod-articles-category-introimage{
  height: 250px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#wrapper .listScopri .mod-articles-category-introimage img{
  width:130%  !important;
  height:auto !important;
  margin-top: -10%;
  margin-left:-15%;
}


#wrapper .listScopri li:hover .mod-articles-category-introimage img{
  opacity: 0.75;
}
/*--- scopri napoli end---*/

/*--- LISTA END---*/




/*--- OFFERS & EVENTS: DETAIL PAGE / ARTICLE LIST ---*/
.detail p.image, 
.article_list p.image {
  float: left;
  border:1px solid #ccc;
}
.detail p.image,
.article_list p.image {
  width:35%;
  height:300px !important;
  overflow:hidden;
}
.detail p.image img,
.article_list p.image img{
  width:auto;
  height:100%;

}
.article_list p.image img{
  margin-left: -20%;
}
.detail .text,
.article_list .text{
  float: right;
  width:63%;
}

.double_block .checkandbook{
  background: #ddd;
  float: left;
  width: 100%;
  position: relative;
}
.checkandbook .custom{
  float: left;
  width: 100%;
}
#block_side .checkandbook .custom{
  float: none;
  width: 100%;
}
.checkandbook .pull-left,
.checkandbook .pull-right{
  width: 50%;
}
.checkandbook .pull-left{
  background: #ccc;
}
.checkandbook .pull-right{
  background:url(/templates/default/images/check_book_arrow.png) -4px center no-repeat;
}
.checkandbook h3{
  color: #fff;
  font-size: 1.5em;
  text-shadow: 0 0 6px #333;
  text-transform: uppercase;
}
.checkandbook ul{
  margin-bottom: 20px;
}
.checkandbook li{
  list-style:none;
  background: url(/templates/default/images/ico_list.png) no-repeat left 6px;
  padding-left: 15px;
  margin:0; 
}
.checkandbook .pull-left p{
  line-height: normal;
  margin:10px 0;
  padding:0 6%;
  width:88%;
  font-size: 1.2em;
}
.checkandbook .pull-right p{
  text-align: center;
  margin:18px 0;
}
.full_block .checkandbook a,
.double_block .checkandbook a,
.checkandbook a{
  background: #A0CB3D; /* old browsers */
	background: -moz-linear-gradient(top, #A0CB3D  0%, #608F01 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A0CB3D ), color-stop(100%, #608F01 ));  /*webkit */
	background: -ms-gradient(linear, left top, left bottom, color-stop(0%, #A0CB3D ), color-stop(100%, #608F01 ));  /*ie9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0CB3D', endColorstr='#608F01', GradientType=0 );  /*ie7,ie6*/ 
  box-shadow: 0 1px 9px -3px #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin: 0 auto;
  padding: 2% 4%;
  text-align: center;
  text-shadow: 1px 1px 3px rgb(51, 51, 51);
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
}
.full_block .checkandbook a:focus,
.double_block .checkandbook a:focus,
.checkandbook a:focus,
.full_block .checkandbook a:hover,
.double_block .checkandbook a:hover,
.checkandbook a:hover{
  background: #6DA000; /* old browsers */
	background: -moz-linear-gradient(top, #6DA000 0%, #557C01 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6DA000), color-stop(100%, #557C01)); /* webkit */
	background: -ms-gradient(linear, left top, left bottom, color-stop(0%, #6DA000), color-stop(100%, #557C01)); /* ie9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6DA000', endColorstr='#557C01', GradientType=0 ); /* ie8 */
  text-decoration: none;
}

#container .check-available{ padding: 1% 10%; margin:10px;}

#block_side .checkandbook{
  width: 94%;
  margin: 0 3%;
}
#block_side .checkandbook h3{
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 40px;
}
#block_side .checkandbook p{
  line-height: 1.4;
  margin: 0;
  text-align: center;
  background: -moz-linear-gradient(center top , rgb(160, 203, 61) 0%, rgb(96, 143, 1) 100%) repeat scroll 0 0 transparent;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 8px -2px rgb(0, 0, 0);
  position: relative;
  font-size: 0.85em;
}
#block_side .checkandbook p:hover{
  background: #6DA000; /* old browsers */
	background: -moz-linear-gradient(top, #6DA000 0%, #557C01 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6DA000), color-stop(100%, #557C01)); /* webkit */
	background: -ms-gradient(linear, left top, left bottom, color-stop(0%, #6DA000), color-stop(100%, #557C01)); /* ie9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6DA000', endColorstr='#557C01', GradientType=0 ); /* ie8 */
  text-decoration: none;
}
#block_side .checkandbook a{
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  padding: 2% 0;
  display: block;
}

.double_block .detail .imageDetail{
  width:100%;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 20px -14px #666;
}
.double_block .detail .imageDetail img{
  width:100% !important;
  height: auto  !important;
  margin-top: -15%;
}

/*--- OFFERS & EVENTS: DETAIL PAGE END ---*/


/*--- TABELLA ---*/

.table th, .table td {
  line-height: 8px;
  padding: 4px 3%;
}

/*--- TABELLA END ---*/

/*--- SLIDE TOGGLE ---*/
.slide_toggle{margin-bottom: 20px;}
.slide_box{margin:0 3%; padding:0; border-bottom: 1px solid #ccc;}
.slide_box.open{ border-bottom: 2px solid #7DBB00;}
.slide_box h3{
  cursor:pointer; 
  margin: 0; 
  padding: 10px 0;
  text-transform: uppercase; 
  background-image: url(/templates/default/images/arrow_toggle.png); 
  background-repeat: no-repeat; 
  background-position:99% 18px;
}
.slide_box:hover{
  background-color: #ddd; 
}
.slide_box,
.slide_box h3{
  transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;  
}
.slide_box.open{
  padding: 0 0 10px;
}
.slide_box.open:hover{
  background:none ; 
}
.slide_box.open h3{
  color:#79B200;
  background-position:99% -53px;
}

.slide_box p{display: none; padding: 0 30px; margin:0; position: relative;}
.slide_box ul{display: none; padding: 0 30px 0 50px; margin:0; position: relative;}

.slide_box li{list-style: disc;}

.slide_box p:before,
.slide_box ul:before{
  background: url("/templates/default/images/pattern_title_inverse.png") repeat scroll left top transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 15px;
}
/*--- SLIDE TOGGLE END---*/

/*--- MODULI SIDEBAR ---*/

#block_side .moduletable{
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
#block_side .moduletable:after{
  content:'';
  position: absolute;
  height: 50px;
  width: 100%;
  top:25px;
  right: 0;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 3;
}
#block_side h3{
  background: #666;
  padding-right: 4px;
  z-index: 2;
  float: left;
  position: relative;
}
#block_side h3:before{
  content:'';
  position: absolute;
  top:20px;
  height: 1px;
  width: 1000%;
  left: 100%;
  background: #999;
  z-index: -1;
}
#block_side h5{
  float: right;
  z-index: 2;
  margin:8px -3px 0 0;
  position: absolute;
  right: 0;
}

#block_side h4,
#block_side ul,
#block_side p{
  clear:both;
}

/*--- MODULI SIDEBAR END ---*/

/*--- ICONE  ---*/
.servizi:after{content: url(/images/icone/ico_servizi.png);}
.taxi:after{content: url(/images/icone/ico_taxi.png);}
.gps:after{content: url(/images/icone/ico_gps.png);}
.cuore:after{content: url(/images/icone/ico_cuore.png);}
.bellini:after{content: url(/images/icone/ico_piazza_bellini.png);
}


.preventivi .icon{left: 50%;margin-left: -40px;position: absolute;top: 3%;}


.review .icon-left,
.review .icon-right
{width:25%; height: auto; min-width: 90px; position: absolute;top: 3%;}

.review .icon-left {left: 10%;}
.review .icon-right {right: 10%;}

/*--- ICONE END ---*/

.preventivi .custom{
  margin-top:50px;
}

/*--- REVIEW */

.review blockquote{background: none !important; width:94% !important; padding:100px 3% 0; border: 0; }
.review p{ font-style:italic; margin: 0; padding:0 3%; font-size: inherit; line-height: inherit;}
.review strong{display:block; padding:10px 0 15px; background-position: center bottom; background-repeat: no-repeat; text-align: right;}
.tripadvisor strong{background-image: url("/templates/default/images/tripadvisor.png");}

/*--- REVIEW END*/

/*--- *GUESTBOOK ---*/

.review_list .mod_placehere_following{
  border-bottom: 1px solid #0192B9;
  background: url('/templates/default/images/quote.png') right center no-repeat;
}
 
/*--- *GUESTBOOK END ---*/

/*--- CALLTOACTION ---*/
#block_side .calltoaction{
  padding:0;
  height: 340px;
  left: 0;
  margin-bottom: 0;
}
.calltoaction{
  padding:0;
  width: 33.334%;
  height: 100%;
  left: 33.334%;
  margin-bottom: 0;
  position: absolute;
}
.calltoaction .custom {
  height: 100%;
}
.calltoaction p{
  width: 100%;
  height: 50%;
  font-size: 1.2em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  position: relative;
  background: #7DBB00;
}
.calltoaction p:before{
  bottom:-1px;
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.2);
  z-index: 1;
}
.calltoaction p:after{
  bottom: -2px;
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.4);
  z-index: 1;
}
.calltoaction img{
  position: absolute;
  top:25%;
  right: 0;
}
.container_block .calltoaction a{
  background: #7DBB00 url(/templates/default/images/ico_calltoaction.png) no-repeat;
  background-position: right -40%;
  color: #000;
  height: 100%;
  line-height: 1000%;
  position: absolute;
  width: 95%;
  padding-left: 5%;
  text-align: left;
}
.container_block .calltoaction a:hover{
  color: #FFF;
  text-decoration: none;
}
.calltoaction span {
  left: 5%;
  position: absolute;
  text-align: left;
  top: 40%;
  width: 70%;
}
/*--- CALLTOACTION END ---*/

/*--- TRAVELTIPS ---*/

.traveltips{
  padding:0;
  width: 33.334%;
  margin-bottom: -100%;
  position: relative;  
}
#block_side .traveltips{
  padding:0;
  margin:0;
}
.traveltips:before{
  content:"INSIDERS TRAVEL TIPS";
  position: absolute;
  font-size: 1.6em;
  font-family: "Oswald", sans-serif;
  color:#fff;
  padding:6% 3%;
  width:94%;
  background:#444 url("/templates/default/images/pattern_title.png") top left;
}

.traveltips .icon{
  position: absolute;
  top:10px;
  right:1%;
  z-index: 9;
}
.traveltips h3{
  text-align: left;
  margin: 25% 0 0;
  padding: 0 3%;
  font-size: 1.1em;
  color:#ccc;
}
.traveltips ul {
  width: 100% !important;
  z-index: 0;
  overflow: visible !important;
}
#wrapper .traveltips li{
  background: none !important;
  width:94% !important;
  padding:0 3%;
  margin: 0;
}
.traveltips p{
  padding: 0;
  margin: 0;
}
.traveltips ul p{
  padding: 0 3%;
}

.review #cycleNav div,
.traveltips #cycleNav div,
.listReviewGuestbook #cycleNav div{
  background-image: url("../images/traveltipsNav.png");
}
/*--- TRAVELTIPS END ---*/


#map_canvas {
  height: 100%;
  width: 100%;
  position: fixed !important;
  z-index: 0;
}

/*--- PLUGIN: GoogleMaps -----------------------------------------------------*/
.moduleGoogleMaps{
  position: relative;
}
.moduleGoogleMaps img{
  max-width: none;
}
.moduleGoogleMaps h3{
  font-size: 1.1em;
  text-transform: uppercase;
  line-height:1.5;
  display:none;
}
.moduleGoogleMaps .googleMaps{
  box-shadow: 0 0 20px -10px #333;
}
.moduleGoogleMaps input{
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  width: 86%;
  text-align: center;
}
.mapdirform {
  width: 50%;
  margin: 20px 25% 0;
  z-index: 2;
}
.svPanel{
  margin-bottom: 30px;
}

.googlemaps{
  float: left;
  width: 98%;
  margin: 1%;
  position: relative;
}

.g-map{
  float: right;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
	border: 8px solid #fff;
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;   
  width: 47% !important;
  top: -220px;
  margin-bottom: -220px;
}

/*Title*/
.googlemap h3{
  border-bottom: 1px solid #E8ECF0;
  margin: 15px 0 30px;
  font-weight: normal;
  text-align: left;
}

/*Search Form*/
.googlemap input{padding: 2px 5px;}
.googlemap .inputbox{
  width: 90%;
  margin-left: 0;
  text-shadow: 1px 1px 1px #fff;
  font-size: 12px;  
}

.googlemap input.radio{margin-left: 15px;padding: 0;}
.googleinput{
  background-image: url(/images/stories/google_map.png);
  background-repeat: no-repeat;
  background-position: left 0; 
  padding: 0 6% 2px 4%; 
  height: 23px;
  width: 46%;  
  margin-bottom: 10px;
}

.googleinput.map_to{background-position: left -27px;}
.googleinput.map_car{background-position: left -55px;  float: left;}
.googleinput.map_foot{background-position: left -80px;  float: left;}
.googleinput.map_car,
.googleinput.map_foot{width: 50px;margin-top: 15px;padding: 0;}
.googlebutton{
  padding: 2px 0;
  text-align: center;
  width: 49%;
  clear: both;
}

.googlebutton .button{
  width: 98%;
  padding: 6px 2px;
  font-size: 13px;
  background: #0192B9 !important; 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#372B20', endColorstr='#372B20',GradientType=0 );
	box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	-o-box-shadow: 0 0 3px #666;  
  text-shadow: 1px 1px 2px #333;
  color: #fff;
  border: 0;
}

.directions{
  clear: both;
  margin: 0 5px;
}

/*Map*/
.g-map{
	border: 10px #FFFFFF solid;
  -moz-box-shadow: 0 0 4px #ddd;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;   
}

/*Search Result*/
.adp-placemark{
  background: #F6EDE5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;  
  border: 0;
  margin: 10px 0;
  float: left;
}
.adp-step, .adp-text{font-size: 16px;}
.adp-summary{text-align: center;}
.adp-step, .adp-text,
.adp-step, .adp-substep{text-align: left;}
.adp-directions{width: 100%;float: left;}
.adp-step, .adp-substep{
  padding: 0.8em 3px;
  line-height: 18px;
}
/*--- PLUGIN: GoogleMaps END -------------------------------------------------*/


/*--- GUESTBOOK ---*/
.chronoform {display: none;}

#wrapper .chronoformQnt,
#wrapper .guestbookQnt {
    float: left;
    margin:20px 3%;
}

.chronoformQnt .cf_checkbox {
    margin: 10px 0;
}
.chronoformQnt .checkbox {
    float: left;
    margin-right: 5px;
}
.chronoformQnt .cf_button {
    margin-top: 10px;
}
.chronoformQnt .form-error {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
.chronoformQnt input[type="radio"], .chronoformQnt input[type="checkbox"] {
    margin: 0 5px 0 0;
}
.chronoformQnt .small-message, .chronoformQnt .error-message, .chronoformQnt .ccms_form_element {
    margin: 0;
    padding: 0;
}
.chronoformQnt .error-message {
    display: none;
}
.chronoformQnt ol {
    margin: 0;
}
.datepicker_dashboard {
    z-index: 2;
}
.guestbookQnt {
    float: left;
    width: 50%;
}
.listReview {
    float: left;
    padding: 0 3% 0 0;
    width: 47%;
}
.listReview li {
    background: url("../images/quote.png") no-repeat scroll left top transparent;
    float: left;
    margin-bottom: 15px;
    text-transform: none;
    width: 100%;
}
.listReview li .mod-articles-category-titleitem {
    font-style: italic;
    padding-left: 35px;
}
.listReview .mod-articles-category-introtext {
    background: url("../images/quote.png") no-repeat scroll right bottom transparent;
    border-left: 2px solid rgb(163, 110, 51);
    margin-left: 2px;
    padding-left: 15px;
}

/*CHRONOFORM*/
.chronoformQnt,
.chronoformQnt table{
  width: 98%;
  padding-left: 2%;
}

#wrapper .chronoformQnt input,
#wrapper .chronoformQnt .selectric{
  border: 2px solid #DDDDDD;
  box-shadow: none;
  height: 32px;
  padding: 0;  
}

#wrapper .ccms_form_element input{
  padding: 0 !important;
} 

.selectricItems ul{
  width: 100%;
}

#wrapper .cf_checkbox input{
  width: 35px;
  height: auto; /*Reset Input chronoform*/
  margin-right: 5px;
}


/*CHRONOFORM RICHIESTA DISPONIBILITA*/
#chronoform_Guestbook label,
#chronoform_Contatti label,
#chronoform_RichiestaDisponibilita label,
#chronoform_ContattiMeeting label{
  background: none repeat scroll 0 0 #fafafa;
  font-family: "Oswald",sans-serif;
  font-size: 1.1em;
  height: 32px;
  line-height: 2;
  text-transform: uppercase;
  margin-top: 2px; margin-right: 10px;
  padding-left: 2%;
}

#chronoform_Guestbook .cf_checkbox label,
#chronoform_Contatti .cf_checkbox label,
#chronoform_RichiestaDisponibilita .cf_checkbox label,
#chronoform_ContattiMeeting .cf_checkbox label{
  background: none;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1;
}

#chronoform_Guestbook .selectricItems,
#chronoform_Contatti .selectricItems,
#chronoform_RichiestaDisponibilita .selectricItems,
#chronoform_ContattiMeeting .selectricItems{width: 215px !important}

#chronoform_Guestbook .btn,
#chronoform_Contatti .btn,
#chronoform_RichiestaDisponibilita .btn,
#chronoform_ContattiMeeting .btn{height: auto; line-height: 1; padding: 6px;}


/*--- GUESTBOOK ---*/
#wrapper .guestbookQnt,
.listReviewGuestbook{
  float: left;
  width: 43.9%;
  margin: 0;
  padding: 30px 3%;
}

.listReviewGuestbook{
  position: relative;
}

#wrapper .guestbookQnt {
  width: 45.9%;
  padding-left: 3%;
  padding-right: 1%;
  border-right: 1px solid #DDDDDD;
}

.listReviewGuestbook .category-module{
  width: 100%;
  padding: 0;
}

.listReviewGuestbook .container-list{
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.listReviewGuestbook .mod-articles-category-titleitem{
  position: relative;
  text-shadow: none;
  color: #7DBB00;
  padding-left: 65px;
  text-align: left;
}


.listReviewGuestbook .mod-articles-category-titleitem:before,
.listReviewGuestbook .mod-articles-category-introtext:after{
  content: "";
  position: absolute;
  left: 0; top: -14px;
  background-image: url(../images/ico_quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 64px; height: 50px;
}

.listReviewGuestbook .mod-articles-category-introtext:after{
  left: auto; top: auto; right: 0; bottom: -38px;
  background-position: right top;
}

.listReviewGuestbook .mod-articles-category-introtext {
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.8;
  padding: 0 5%;
  width: 90%;
}
/*--- GUESTBOOK END */

/*--- Amnsety --- */

.bannerAmnesty {
	margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
    margin-top: 17px;
}

.bannerAmnesty img {
    width: 50%;
    height: auto;
	margin-bottom: 10px;

}
	
.txtAmnesty {
    background-color: #231f20;
    padding: 5px 10px;
    line-height: 20px;
}	

.txtAmnesty a {
    color: white;
    font-weight: normal;
}

.imgAmnesty {
    background-color: #f9dc04;
	text-align: center;
	cursor: pointer;
    /*height: 150px;
    background-image: url(/images/banner-amnesty-international.jpg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: contain;*/
}
/*--- SELECT ---*/

.selectricWrapper { position: relative; margin: 0 0 10px;  cursor: pointer; }
.selectricDisabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.selectricOpen { z-index: 9999; }
.selectricHideSelect { position: relative; overflow: hidden; }
.selectricHideSelect select { position: absolute; left: -100%; }
.selectric { border: 0; background: #fff; position: relative; border-radius: 0; }
.selectricOpen .selectric { border-color: #CCC; background: #F0F0F0; z-index: 9999; }
.selectric .label { min-width: 22px; text-align: center; background: none; display: block; white-space: nowrap; overflow: hidden; margin: 0 26px 0 0; font-size: inherit; font-weight: normal; line-height: 26px; height: 26px; color: #444; border-radius: 0; padding: 0 ;}
.selectric .button { position: absolute; right: 0; top: 0; height: 26px; width: 26px; color: #BBB; text-align: center; font: normal 18px/30px sans-serif; }
.selectricHover .selectric { border-color: #CCC; }
.selectricHover .selectric .button { color: #888; }
.selectricTempShow { position: absolute !important; visibility: hidden !important; display: block !important; }

.chronoformQnt .selectric {
  width: 215px;
}

/* Items box */

.selectricItems ul,
.selectricItems li { list-style: none; padding: 0; margin: 0; min-height: 20px; line-height: 20px; font-size: 12px; }
.selectricItems ul{ box-shadow: 0 5px 15px -5px #000; margin-right:26px; background:#fff;}
.selectricItems {display: none; position: absolute; overflow: auto; top: 100%; left: 0;  z-index: 9998; width:100% !important;}
.selectricItems li {text-align: center; padding: 4px 0; cursor: pointer; display: block; border-bottom: 1px solid #EEE; color: #666; }
.selectricItems li.selected { background: #7DBB00; color: #fff; border-top-color: #E0E0E0; }
.selectricItems li:hover { background: #ddd; color: #444; }

/*--- SELECT END ---*/



/* Simplebooking >>
----------------------------------------------------------------------------------------------------*/
#simplebooking {
  /*position: absolute;*/
  margin:0;  
  z-index: 100;
  width:100%;
}
#simplebooking-container {
	width:100%;
	font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
	position:relative;
}
#simplebooking-container h3{
 margin-top: -20px;
 margin-bottom: 22px;
}
#simplebooking-container .booking-form-container {
	background: #444;
  box-shadow: 0 10px 10px -8px #333, 0 -2px 8px -9px #fff inset;
  float: left;
  margin-top: -10px;
  padding: 2% 10%;
  position: absolute;
  width: 80%;
  z-index: 1000;
}

#simplebooking-container a {
	color: rgb(255, 255, 255);
  float: left;
  font-size: 10px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#simplebooking-container a:hover {
	text-decoration: none;
}

#simplebooking-container a img {
	border:none;
} 

#simplebooking-container label {
	display: block;
	color:#fff;
	font-size:0.8em;
	white-space: nowrap;
  text-align: center;
  margin: 0;
  height: 20px;
  line-height: 20px;
}

#simplebooking-container .booking-form-container form {
	float:left;
  width: 100%;
}

#simplebooking-container .button-search input {
	margin: 5px 0 0 0;
	text-align: center;
	padding: 1% 0;
	cursor: pointer;
	font-size: 1.1em;
	text-shadow: 1px 1px 3px #666;
	color:#fff;
	margin: 0 auto;
	display:block;
	cursor:pointer;
	background: #A0CB3D; /* old browsers */
	background: -moz-linear-gradient(top, #A0CB3D  0%, #608F01 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A0CB3D ), color-stop(100%, #608F01 ));  /*webkit */
	background: -ms-gradient(linear, left top, left bottom, color-stop(0%, #A0CB3D ), color-stop(100%, #608F01 ));  /*ie9 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0CB3D', endColorstr='#608F01', GradientType=0 );  /*ie7,ie6*/ 
  box-shadow: 0 1px 9px -3px #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
	width:100%;
  border: 0;
}

*:first-child + html #simplebooking-container .button-search input,
* html #simplebooking-container .button-search input {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40720E', endColorstr='#5CAF36', GradientType=0 );   
	width:auto;
}

#simplebooking-container .button-search input:hover {
	background: #6DA000;  
	background: -moz-linear-gradient(top, #6DA000 0%, #557C01 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6DA000), color-stop(100%, #557C01));  
	background: -ms-gradient(linear, left top, left bottom, color-stop(0%, #6DA000), color-stop(100%, #557C01));  
	 -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6DA000', endColorstr='#557C01', GradientType=0 );  
}

*:first-child + html #simplebooking-container .button-search input:hover,
* html #simplebooking-container .button-search input:hover  {
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356604', endColorstr='#45961F', GradientType=0 );
}



/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
#simplebooking-container .first {
	margin-left: 0;
}

#simplebooking-container .last {
	margin-right: 0;
}

#simplebooking-container button,
#simplebooking-container input,
#simplebooking-container select,
#simplebooking-container textarea {
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  background: #fff;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;  
  padding:0;
  width:100%;
  height:auto;
  min-height:26px;
  text-align:center;
  font-size: inherit;
}

.checkin,
.checkout,
.adults,
.kids-age,
.kids,
.age,
.rooms{
  display: inline-block;
  float: left;
  margin: 20px 0;
}
.promo-code{
  clear: both;
}
#simplebooking-container .promo-code label,
#simplebooking-container .promo-code input{
  display: inline-block;
  width: 50%;
  float: left;
  min-height: 20px;
  height: 20px;
  margin: 10px 0;
}
.checkin,
.checkout{
  width:49%;
  margin: 10px 1%;
  position: relative;
  background: #7DBB00;
  line-height: 1;
}
.adults{
  background: #7DBB00;
  width:32%;
  margin:0 2% 0 0;
}
#simplebooking-container .adults label,
#simplebooking-container .kids label,
#simplebooking-container .age label{
  line-height: 20px;
  margin: 0;
}

.adults .selectricWrapper,
.kids-age .selectricWrapper{
  margin: 0;
}


.kids-age{
  margin: 0;
  width: 66%;
}
.kids{
  background: #7DBB00;
  width:48.5%;
  margin: 0 0 6px;
}
.age{
  background: #7DBB00;
  width:48.5%;
  margin:0 0 0 1%;
  margin: 0 0 6px;
}
.rooms{
  width:24%;
  margin:0 0 0 1%;
  display: none;
}
.rooms .selectric .label {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding:0;
  color: rgb(85, 85, 85);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 4em;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.rooms .selectric .button {
  background: none repeat scroll 0 0 rgb(125, 187, 0);
  color: rgb(255, 255, 255);
  display: block;
  font-size: 20px;
  height: 30px;
  text-align: center;
  width:auto;
  position: relative; 
}

#simplebooking-container #ddlArrivoGiorno,
#simplebooking-container #ddlArrivoMese,
#simplebooking-container #ddlPartenzaGiorno,
#simplebooking-container #ddlPartenzaMese
{
  width:44%;
  float: left;
  font-size: 4em;
  height: 60px;
}
#simplebooking-container #ddlArrivoGiorno,
#simplebooking-container #ddlPartenzaGiorno{
  text-align: right;
  padding: 0 4% 0 2%;
}

#simplebooking-container #ddlArrivoMese,
#simplebooking-container #ddlPartenzaMese{
  text-align: left;
   padding: 0 2% 0 4%;
}
#simplebooking-container #ddlArrivoAnno,
#simplebooking-container #ddlPartenzaAnno{
  text-align: center;
  color: #fff;
  background: #7DBB00;
  font-size: 1.5em;
}

#simplebooking-container .button{
  background: #ccc;
  color:#333;
}

/* specifics layouts >> 
----------------------------------------------------------------------------------------------------*/
#simplebooking-container .modify {
	text-align:center;
}
#simplebooking-container .modify a{
	text-transform: none; 
}

#simplebooking-container .rooms-adults-kids {
	display: none;
  float: left;
  width:100%;
}

#simplebooking-container .rooms-adults-kids .kids-age .age {
	float: right;
	display: none;
}

#simplebooking-container .button-search {
	float: left;
  margin: 5px 0;
  text-align: center;
  width: 100%;
}

#simplebooking-container .kids-age .clear {
	clear: right;
}

#simplebooking-container  .occupazione-camera {
  border-top: 1px solid #CCCCCC;
	padding: 2px 0;
	margin: 10px  0;
	font-size: 0.8em;
	zoom: 1;
	float:none;
  color:#fff;
}

#simplebooking-container .info {
	padding: 10px  0;
	font-size:0.7em;
	text-align: center;
	float:left;
	width:100%;
}

#simplebooking-container .info a {
	text-decoration: none;
}


#simplebooking-container  .info .col-2 {
	margin: 0 auto 5px;
	clear:both;
	float:none;
}

#simplebooking-container  .ssl img {
	float: left;
	margin: 0 1%;
}

/*promo-code*/
#simplebooking-container .promo-code input{
	
}
#simplebooking-container .promo-code label{
  background:#7DBB00;
  color: #fff;
}

#simplebooking-container #kids-link  .promo-code input {
	width: 75%;
}

#simplebooking-container #kids-link .sb-search-form .promo-code input {
	padding: 1% 2%;
}
#simplebooking-container .canc-reservation{
  float:left;
  margin:0;
}
#simplebooking-container .canc-reservation a{
  color:#fff;
  text-transform: none;
}




/*specifics layouts kidsage-hor >> 
----------------------------------------------------------------------------------------------------*/
.kidsage-main-container {
	min-height: 235px;
}

#simplebooking-container #kidsage-container {
	/*position: absolute;*/
	width:100%;
	top:0;
	left:0;
  background:#3B3734;
  box-shadow: 0 10px 10px -8px rgb(0, 0, 0), 0 -2px 8px -8px #fff inset;
	z-index: 10000;
}

simplebooking-container .kids {
	text-align:center;
	white-space:nowrap;
	margin-bottom:0;
}

#simplebooking-container .kids a {
	text-decoration: underline;
	display:block;
	height: 40px;
	line-height:40px;
}


#simplebooking-container #standard .kids a {
	text-decoration: underline;
	display:block;
	height: 20px;
	line-height:20px;
}

#simplebooking-container .kids a:hover {
	text-decoration: none;
}

.calendario{
  float:right;
}
.loghini{
  float: right;
  margin-top: -15px;
}
.loghini a{
  display: block;
  float: left;
  margin-left: 6px;
}

#simplebooking-container .add_room,
#simplebooking-container .del_room{width: 50%;}

#simplebooking-container .add_room,
#simplebooking-container .del_room{color:#ccc;}

#simplebooking-container .add_room:hover,
#simplebooking-container .del_room:hover{color:#fff;}

#simplebooking-container .add_room span,
#simplebooking-container .del_room span{
  background: #7DBB00;
  color:#fff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  position: absolute;
  margin: 0 5px;
  font-size: 1.6em;
  font-family: "Roboto Condensed", sans-serif;
}



/*--- Simplebooking END*/


@media (max-width: 1450px){
  body{font-size: 0.85em;}
  .block h3{font-size: 1.4em;}
  .block33 h5,
  .block50 h5,
  .block_nopad h5,
  .icon{width:65px;}
  .buoni_motivi {font-size: 0.9em;}
  .buoni_motivi li img{width:40px; }
   .social{bottom: 10px;}
  .social img{width:35px;}
  #block_side .calltoaction {height: 330px;}
  .sidebar_right .listItem .mod-articles-category-introimage{height: 100px;}
}

@media (max-width: 1200px){
   body{font-size: 0.95em;} 
   .block h3{font-size: 1.05em;}
  .block33 h5,
  .block50 h5,
  .block_nopad h5,
  .icon{width:50px;}
  .cycle .mod-articles-category-introimage{display: none;}
  .sidebar_right .listItem{height: 130px;}
  .social img{width:30px;}
  .calltoaction a{line-height: 1100%; background-position: right -30%; font-size: 1em;}
  #block_side .calltoaction {height: 280px;}
  #wrapper .listScopri .mod-articles-category-introimage{height: 200px;}
  .kidsage-main-container{min-height: 230px;}
}