﻿/* ---------------- */
/* ---- FOOTER ---- */
/* ---------------- */

footer {
	overflow:hidden;
	display: block;
	position: relative;	
	padding: 0;
	margin: 0;	
	background: #333;
	background-image: url(/images/bg/bg-quad.gif);
	margin-bottom: 0;
	padding-bottom: 0;	
	vertical-align: top !important;
}
footer h3 {
	color: #eee;
	text-shadow: 1px 1px #111;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}


#footerSocial {
	padding: 0 15px;
	margin: 0;		
	display: inline-block;
	position: relative;
	vertical-align: top !important;
}
#footerSocial ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#footerSocial ul li {
	display: block;
	margin: 20px 0;
	padding: 0;
}
#footerSocial ul li div.listImg1 {
	float: left;
	width: 24px;
	height: 24px;
	background-image: url(/images/social/twitter.png);
}
#footerSocial ul li div.listImg1:hover {
	background-image: url(/images/social/twitter-up.png);
}
#footerSocial ul li div.listImg2 {
	float: left;
	width: 24px;
	height: 24px;
	background-image: url(/images/social/facebook.png);
}
#footerSocial ul li div.listImg2:hover {
	background-image: url(/images/social/facebook-up.png);
}
#footerSocial ul li div.listImg3 {
	float: left;
	width: 24px;
	height: 24px;
	background-image: url(/images/social/google.png);
}
#footerSocial ul li div.listImg3:hover {
	background-image: url(/images/social/google-up.png);
}
#footerSocial ul li span {
	padding-left: 5px;
	height: 24px;
	vertical-align: central;
	font-size: 12px;
	line-height: 24px;
}
#footerSocial ul li a {
	display: inline-block;
	text-align: left;
	vertical-align: central;
	font-size: 12px;
	line-height: 24px;	
}
#footerSocial ul li a {color: #9b9b9b;}
#footerSocial ul li a:hover {color: #72a0d4;}




#footerNewsletter {
	padding: 0 15px;
	margin: 0;		
	display: inline-block;
	position: relative;
	vertical-align: top !important;
}
#footerNewsletter p {
	margin-top: 15px;
}
#newsletter-form {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#newsletter-form input[type="text"]  {
	width: 180px;
	margin: 0;
	padding: 10px 10px;
	background-color: rgba(81,81,81,0.5);
	line-height: 18px;
	font-size: 12x;
	color: #b5b5b5;
	border: 2px solid rgba(200,200,200,0.1);
}
#newsletter-form input[name="nome"]  {
	margin-bottom: 10px;
}
#newsletter-form input.contact_btn {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 42px;
	height: 100%;
	padding: 0;
	border: 2px solid rgba(200,200,200,0.5);
	background-color: #222;
	background-image: url(/images/plane.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 25px;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
#newsletter-form input.contact_btn:hover {
	border: 2px solid rgba(100,100,100,0.5);
	background-color: #aaa;
}







#footerSiteMaps {
	padding: 0 15px;
	margin: 0;		
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: top !important;
}
#footerSiteMaps ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	margin-top: 15px;	
	margin-bottom: 10px;	
}
#footerSiteMaps ul li {
	display: inline-block;
	margin: 2px 0;
	padding: 0;
	border: 1px #3a3a3a solid;
	background: #333;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;	
}
#footerSiteMaps ul li:hover {
	background: #666;
}

#footerSiteMaps ul li a {
	text-align: center;
	padding: 2px 4px;
}
#footerSiteMaps ul li a {color: #9b9b9b;}
#footerSiteMaps ul li a:hover {color: #72a0d4;}




#footerRating {
	display: inline-block;
	position: relative;
}
#footerRating .ratingText {
	margin: 10px 0;
	width: 115px;
}
#footerRating .ratingText .ratingTextSX {
	display: inline-block;
	position: relative;
	float: left;	
	text-align: left;
}
#footerRating .ratingText .ratingTextDX {
	display: inline-block;
	position: relative;
	float: right;
	font-weight: 600;
	text-align: right;
	color: #eee;
}
#footerRating .ratingFields {
	visibility: hidden;
	display: none;
}
#footerRating #ratingThanks {
	visibility: hidden;
	display: none;
	color: #d00;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

#rating-form {
	position: relative;
	margin: 0;
	padding: 0;
}
#rating-form input[type="text"]  {
	width: 115px;
	margin: 0;
	padding: 4px 2px;
	background-color: rgba(81,81,81,0.5);
	line-height: 14px;
	font-size: 10x;
	color: #b5b5b5;
	border: 1px solid rgba(200,200,200,0.1);
	margin-top: 5px;
}
#rating-form input[name="email"]  {
	margin-bottom: 5px;
}
#rating-form input.contact_btn {
	width: 120px !important;
	margin: 0;
	padding: 4px 2px;
	border: 2px solid rgba(200,200,200,0.5);
	background: #222;
	color: #eee;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
#rating-form input.contact_btn:hover {
	border: 2px solid rgba(100,100,100,0.5);
	background-color: #aaa;
	color: #333;
}

/*********************/
/** jRating CSS **/
/*********************/

.ratingStars {
	margin-top: 17px;
	border: 1px #3a3a3a solid;
	background: #999;
}

/**Div containing the color of the stars */
.jRatingAverage {
	background-color: #0F6; /* #02874a; /* rosso */
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
}
.jRatingColor {
	background-color: #FF3; /* #f4c239; /* giallo */
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	visibility: hidden;
	display: none;
}






#footerCopyright {
	display: block;
	position: relative;
	background: #111;
	color: #888;
	font-size: 12px;
	line-height: 20px;
}
#footerCopyright p.miniLine {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 2px;
	border-top: 1px #4d4d4d solid;
}

#footerCopyright p {
	margin: 0;
	padding: 0;
	padding-top: 9px;
	padding-left: 10px;
	display: block;
	position: relative;
	background: #111;
	color: #888;
	font-size: 12px;
	line-height: 20px;
	height: 30px;
	vertical-align: central;
	overflow: hidden;
}





@media (min-width: 1170px) {

	#footerSocial {
		width: 150px;
	}
	#footerNewsletter {
		width: 250px;
	}
	#footerSiteMaps {
		width: 500px;
	}
	#footerRating {
		width: 120px;
	}

}
@media (min-width: 990px) and (max-width: 1169px) {

	#footerSocial {
		width: 120px;
	}
	#footerNewsletter {
		width: 250px;
	}
	#footerSiteMaps {
		width: 350px;
	}
	#footerRating {
		width: 120px;
	}
	
}

@media (min-width: 769px) and (max-width: 989px) {

	#footerSocial {
		width: 85px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 0px;
	}
	#footerNewsletter {
		width: 250px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 0px;
	}
	#footerSiteMaps {
		width: 230px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 0px;
	}
	#footerRating {
		width: 120px;
	}

}

@media (min-width: 570px) and (max-width: 768px) {

	#footerSocial {
		width: 150px;
	}
	#footerNewsletter {
		width: 250px;
	}
	#footerSiteMaps {
		width: 370px;
	}
	#footerRating {
		width: 120px;
	}

}

@media (max-width: 569px) {
	
	#footerSocial {
		width: 100px;
	}
	#footerNewsletter {
		width: 250px;
	}
	#footerSiteMaps {
		width: 50%;
	}
	#footerRating {
		width: 120px;
	}

}

