html,body,.dd-result-f-container {height:100%;}
body > .dd-result-f-container { height: auto; min-height: 100%; }
.dd-result-f-content {padding-bottom:77px;}
.dd-footer {background-color: #3a4046;color:#FFFFFF;padding-top:20px;padding-bottom:20px;}
.dd-footer-dim {min-width:90%;}
.dd-footer-icon {float:left;width:46px;margin:10px;}
.dd-footer-icon-app {height:46px;width:auto !important;}
.dd-footer-icon-app img {height:46px;width:auto;max-width:none;}
.dd-footer-r {float:right;padding-top:7px;margin-right:30px;font-size:0.8em;}
.dd-footer-frow-min {float:right;}
.dd-footer-ball {float:left;height:6px;width:6px;background-color:#FFFFFF;margin:7px 10px 0px 10px;border-radius:3px;}
.dd-footer-customer {float:left;}
.dd-footer-pi {float:left;}
.dd-footer-mail {float:left;color:#f7931e;}
.dd-footer-mail a {color:#f7931e;}
.dd-footer-landing {float:right;margin-top:10px;}
.dd-footer-landing a:hover {color:#f7931e;}
.dd-footer-cookie {float:left;}
.dd-footer-cookie a:hover {color:#f7931e;}
.dd-footer-privacy {float:left;}
.dd-footer-privacy a:hover {color:#f7931e;}

.dd-footer-reCAPTCHA {text-align:right;margin-top:10px;}
.dd-footer-reCAPTCHA a {text-decoration:underline;}

/* Desktop */
@media only screen and (max-width: 1200px) {
	.dd-footer-r {font-size:12px;}
}
@media only screen and (max-width: 1100px) {
	.dd-footer-r {font-size:10px;}
}

/* Tablet */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.dd-footer-ball {margin:7px 5px 0px 5px;}
	.dd-footer-icon-app {float:right;}
	.dd-footer-r {float:none;clear:both;font-size:0.7em;margin-right:0px;margin-left:10px;}
	.dd-footer-landing {float:left;}
	.dd-footer-cookie {float:left;}
	.dd-footer-privacy {float:left;}
	.dd-footer-frow-min {float:none;}
}

/* Mobile in modalità landscape */
@media only screen and (max-width: 599px) {
	.dd-footer-icon {margin:5px;width:36px;}
	.dd-footer-icon-app {float:right;}
	.dd-footer-icon-app {height:36px;}
	.dd-footer-icon-app img {height:36px;}
	.dd-footer-r {float:none;clear:both;font-size:10px;margin-right:0px;margin-left:0px;}
	.dd-footer-landing {float:left;}
	.dd-footer-cookie {float:left;}
	.dd-footer-privacy {float:left;}
	.dd-footer-ball {margin-left:5px;margin-right:5px;}
	.dd-footer-dim {min-width:95%;}
}

/* retina img */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}
