section#content > .content-wrap{
	background-color: #f1f1f1;
	padding-top: 20px;
}

#details{     
	background-color: #fff;
}

#details .label{
	font-weight: 300;
	padding: 5px 10px 7px 10px;
	font-size: 15px;
}

#details .label i{
	
	margin-right: 8px;
}

#descrizione-intinerario{
	padding: 20px 40px;
	margin-top: 20px;
	background-color: #fff;
}

#logo-tour-operator{
	padding-top: 20px;
	padding-bottom: 20px;
}

#logo-tour-operator > div{
	width: 100%; 
	height: 90px; 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
}

#logo-tour-operator img{
	max-width: 85%;
	height: 120px;
}


/* applicato solo se larghezza < 992px */
@media (max-width: 991px) {

}

@media (max-width: 767px) {
    

}


.sidebar > div{
	margin-bottom: 45px;
}

#page-title h1{
	font-size: 35px;
}
/* configuratore */
#configurator{
	z-index: 10000;
	margin-bottom: 20px;
}

#head-configurator{
	background: linear-gradient(to bottom, #ab9170 , #ceae87);
	margin-bottom: 20px;
}

#top-config{	
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
}

#price-offerta{
	ackground: linear-gradient(to right, rgba(70,117,231,0.80) , rgba(70,146,231,0.80));
	color: #fff;
	padding: 20px 20px;
	
}

#price-offerta p{
	margin-bottom: 20px;
	opacity: 1;
}

#price-offerta i{
	font-size: 52px;
	margin-top: 2px; /* era -20px se poi metto stelline valutazione rimettere questa */
	margin-left: 10px;
}

#price-offerta .price{
	font-size: 38px;
	font-weight: 700;
	line-height: 18px;
	margin-top: 22px;
	
}
#price-offerta .price small{
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
}

#configurator-body{
	padding: 40px 20px 20px 20px;
	background-color: #fff;
	z-index: 10002;
}
#configurator-body div.row{
	margin-bottom: 20px;
}

#configurator-body div.row i{
	color: #4692E7;
	font-size: 18px;
}

#show-date, #show-partenza{
	color: #4692E7;
	font-weight: 700;
	margin: 3px 0 0 5px;
}


#configurator-footer{
	border-top: 1px solid #ddd;
	background-color: #fff;
}

#configurator-footer > div{
	padding: 10px 20px;
	text-align: center;
}

#add-to-wishlist{
	cursor: pointer;
}

#add-to-wishlist i{
	font-size: 18px;
	vertical-align: sub;
}

#add-to-wishlist a{
	color: #555 !important;
}


#add-to-wishlist i.icon-heart3{
	color: #C82729;
}


#visited i{
	font-size: 18px;
	vertical-align: sub;
}

form{
	margin-bottom: 0;
}

h3{
	line-height: 28px;
}

/* dettagli con icone */
.iconlist{
	margin-bottom: 0;
}

.iconlist li{
	font-size: 16px;
	line-height: 28px;
}

.iconlist li i{
	color: #4692E7;
	font-size: 18px;
}


/* intinerario */
.togglet{
	padding-left: 20px !important;
}

.togglet span{
	padding-left: 10px;
	color: #4692E7;
}

#contactmodal .row{
	margin-bottom: 15px;
	
}

#thanks{
	color: #59BA41;
	margin-top: 40px;
}
#thanks h2{
	margin-bottom: 0;
	font-size: 36px;
	color: #59BA41;
}
#thanks h3{
	color: #59BA41;
}

/*
#submenu-offerta .tab-container.alto{
	height: 255px;
}
#submenu-offerta .tab-container.basso{
	height: 60px;
}
*/

#tags{
	margin-bottom: 40px;
}

/* ----------------------------------------------------------------
	MEDIA QUERIES
-----------------------------------------------------------------*/

/* < 1200px */
@media (max-width: 1199px) {
	
}

/* > 991px < 1200px */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* < 992px */
@media (max-width: 991px) {

}

/* > 767px < 992px */
@media (min-width: 768px) and (max-width: 991px) {
    
	#page-title{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	#page-title h1{
		font-size: 32px !important;
	}
    /*
	#submenu-offerta .tab-container{
		height: 330px;
	}	
    */ 

}

/* < 768px */
@media (max-width: 767px) {
	
	.magic-sidebar{
		margin: 15px 0 30px 0 !important;
	}
	
	#submenu-offerta .tab-container{
		height: auto !important;
	}
	
}

/* > 479px < 768px */
@media (min-width: 480px) and (max-width: 767px) {
	
	#page-title h1{
		font-size: 26px !important;
	}
	
	
}

/* < 480px */
@media (max-width: 479px) {

	#page-title{
		padding: 60px 0 !important;
	}

	#page-title h1{
		font-size: 21px !important;
		line-height: 26px;
	}

	
}




