/* SLIDER */

#slider{
	width: 1000px;
	margin: 0 auto;
}

#slider_wrapper{
	position: relative;
	height: 441px;
	overflow: hidden;
}

#slider .link{
	cursor: pointer;	
}

#slider_loader{
	width: 1000px;
	height: 441px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	background: white;
	background: url('../images/ajax-loader.gif') center center white no-repeat;
}

#slider .testo_slider{
	background: url('../images/contenitoreTestoSlider.png');
	color: white;
	font-family: 'PTSans-BoldItalic';
	font-size: 19px;
	padding: 4px 45px 4px 14px;
	float: left;
	position: absolute;
	bottom: 38px;
	left: 40px;
}

.testo_slider strong {
	display: block;
	font-family: 'PTSans-NarrowBold';
	font-size: 46px;
	margin: 0 0 9px;
}

.testo_slider .prelink{
	background: url('../images/btnSlider.png') no-repeat right bottom;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

.slidercontent{
	height: 441px;
	position: relative;
}

#slider .bx-pager-link{
	background: url('../images/paginazione.png') center bottom;
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 8px;
	text-indent: -9999px;
}
	#slider .bx-pager-link:hover,
	#slider .bx-pager-link.active{
		background-position: center top;
	}

#slider .bx-controls {
	bottom: 12px;
	position: absolute;
	right: 24px;
	width: 100%;
}

#slider .bx-pager{
	float: right;
}

#slider .bx-pager-item{
	float: left;
}

/* Mappa Destinazioni */

#mappa-destinazioni{
	width: 1032px;
	max-height: 441px;
	height:100%;
	/*margin: 0 auto;*/
	/*background: url('../images/mappaGrande.png');*/
}

#mappa-destinazioni #map{
	width: 1000px;
	max-height: 441px;
	height:100%;
	margin: 0 auto;
}

/* BREADCRUMBS */

.breadcrumbs{
	margin-bottom: 11px;
}

/* Content */

#content{
	margin: 0 auto;
	background: white;
	padding: 20px 18px;
	
	overflow: hidden;
}

#content .destra,
#content .sinistra{
	width: 215px;
	float: left;
	margin: 12px 0 0;
}

#content .centrale{
	
	float: left;
	margin: 0 15px 0 0;
}

#content h1{
	font-family: 'Roboto';
	color: #ffad2c;
	font-size: 36px;
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: 2px solid #ffad2c;
}

#content .richiedi-info{
	font-family: 'Roboto';
	font-size: 16px;
	color: white;
	display: block;
	background: #1cbbb4;
	float: right;
	padding: 3px 12px;
	font-weight: normal;
	float: right;
}

#content .sotto-titolo{
	font-family: 'Roboto';
	color: #6b6969;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 26px;
	float: left;
}

#content h2 a{
	color: #6B6969;
}

.elemento-viaggio{
	width: 100%;
	overflow: hidden;
	margin: 0 0 16px;
	background-color: none;
}

.elemento-viaggio .thumb{
	position: relative;
	width: 135px;
	height: 134px;
	background: url('../images/riquadroViaggioSelezionato.png');
	float: left;
}

.elemento-viaggio .numero{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #c34b1f;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
	line-height: 20px;
	display: block;
}

.elemento-viaggio .content {
	color: #6B6969;
	
	font-size: 12px;
	margin: 0 0 0 9px;
	
	line-height: 18px;
}

.elemento-viaggio .info-viaggio{
	font-weight: bold;
	margin: 0 0 7px;
}

.info-viaggio span{
	color: #ff8d00;
	font-size: 15px;
}

.elemento-viaggio .continua{
	font-family: 'Roboto';
	font-size: 16px;
	color: white;
	display: block;
	background: #1cbbb4;
	float: right;
	padding: 3px 12px;
}

.elemento-viaggio p{
	margin: 5px 0 4px;
}

/* Sidebar */

#content .sinistra{
	padding: 0 15px 0 0;
	border-right: 1px solid #ebebeb;
}

#content .destra{
	padding: 0  0 0 15px;
	border-left: 1px solid #ebebeb;
}

.sidebar .widget-title{
	font-family: 'Roboto';
	font-size: 24px;
	color: #6b6969;
	border-bottom: 2px solid #ffad2c;
	margin: 0 0 10px;
	padding: 0 0 7px;
	font-weight: normal;
}

.sidebar .widget{
	margin: 0 0 13px;
}

.twitter-timeline{
	visibility: hidden;
}

/* LISTE */

.liste li{
	border-bottom: 1px solid #eaeae8;
	margin: 0 0 6px;
	padding: 0 0 10px;
    font-size: 12px;
    color: #6b6969;
}

.liste a{
	color: #6b6969;
}

.liste .selected{
	color: #1CBBB4;
}

/* BANNER INFORMAZIONI */

.banner-informazioni{
	width:  218px;
	height: 61px;
	display: block;
}
	.banner-informazioni:hover{
		background-position: 0 -61px;
	}
	
.west-canada-it{
	background: url('../images/Banner_WestCanada.png');
}

.alaska-it{
	background: url('../images/Banner_Alaska.png');
}

.west-usa-it{
	background: url('../images/Banner_WestUSA.png');
}

.messico-caraibi-it{
	background: url('../images/Banner_Messico-e-Caraibi.png');
}

.pacifico-insulare-it{
	background: url('../images/Banner_Pacifico-insulare.png');
}

.viaggi-combinati-it{
	background: url('../images/Banner_ViaggiCombinati.png');
}

/* NEWS CORRELATE */

.blog-destinazione {
	color: #6B6969;
	font-size: 12px;
	line-height: 18px;
	margin: 9px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #c4c3c3;
}

.blog-destinazione .thumb{
	float: left;
    margin: 4px 0 0;
}

.blog-destinazione img{
	float: left;
	margin: 0 6px 0 0;
}

.blog-destinazione .data{
	font-weight: bold;
	color: #ff8d00;
	font-size: 11px;
}

.blog-destinazione .link-titolo{
	font-weight: bold;
	color: #6b6969;
}

.primo{
	border: none;
	margin: 0;
	padding: 0;
}

.leggi-tutti-blog{
	background: #1cbbb4;
	font-family: 'PTSans-Narrow';
	font-size: 16px;
	color: white;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	padding: 4px 0;
	text-align: center;
	margin: 8px 0 0;
}

.cat-destinazione{
	padding: 0 0 9px;
}

/* Paginazione */

#paginazione{
	text-align: center;
}

.wp-pagenavi{
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span{
	display: block;
    float: left;
    font-weight: bold;
	font-size: 12px;
    color: #6B6969;
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 21px;
    border: 1px solid transparent;
    margin: 0 3px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current{
	border: 1px solid #c5c5c5;
    background: #ececec;
    -webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .previouspostslink:hover{
	background: url('../images/BottoniSlide.png');
    text-indent: -9999px;
    height: 28px;
    width: 27px;
    margin: -3px 3px 0;
    border: none;
}

.wp-pagenavi .nextpostslink{
	background-position: -31px 0;
}
	.wp-pagenavi .nextpostslink:hover{
		background-position: -31px -29px;
	}
    
.wp-pagenavi .previouspostslink{
	background-position: 0 0;
}
	.wp-pagenavi .previouspostslink:hover{
    	background-position: 0 -29px;
    }

    .content-area .hentry:after {
    background-color: rgba(214, 80, 80, 0);
}