﻿/*FOOTER*/

footer {
	background-color:#111;
    padding-top: 60px;
	border-top: 4px solid #555;
	color: #ccc;
    float:left;
    width:100%;
}

footer p {
	color: #ccc;
}

footer a {
	color: #aaa;
}

footer a:hover {
	color: #aaa;
	text-decoration: underline;
}

.footer-trovaprezzi {
    width:100%;
    float:left;
    padding:20px 0 0 0;
    margin:0 auto;
}

    .footer-trovaprezzi article {
        width:100%;
        float:left;
        padding:10px 0 20px 0;
        margin:0 auto;
        color:#CBCBCB;
        font-size:13px;
    }

    .footer-trovaprezzi strong {
        color:#FDC51E;
        font-size:14px;
        font-weight:300;
    }

@media (min-width:320px) and (max-width:800px) {
    .footer-trovaprezzi {
        text-align:center!important;
    }
}

.footer-widget {
    margin-bottom:0;
}

.footer-widget h4 {
	color: #eee;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 3px;
	background-color: #333;
	margin: 0;
}

.social-widget ul.social-icons {
    left:0;
    top:0;
    padding:0px;
    margin:0 auto;
}

.social-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.social-widget ul.social-icons li a i {
	font-size: 1.4em;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
	text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover i {
	background-color: #507CBE;
}

.social-widget ul.social-icons li a.twitter:hover i {
	background-color: #63CDF1;
}

.social-widget ul.social-icons li a.google:hover i {
	background-color: #F16261;
}


.social-widget ul.social-icons li a.linkdin:hover i {
	background-color: #90CADD;
}

.social-widget ul.social-icons li a.instgram:hover i {
	background-color: #4D4F54;
}

.social-widget ul.social-icons li a.vimeo:hover i {
	background-color: #87D3E0;
}

.social-widget ul.social-icons li a.skype:hover i {
	background-color: #36C4F3
}

.contact-widget {
	background: url(../images/map.png) center bottom no-repeat;
}

.contact-widget p {
	text-align:center;
    font-size:13px;
}
.contact-widget h4 {
	text-align:center;
}

.contact-widget span {
	font-weight: 700;
}

.contact-widget ul li {
    font-size:13px;
    margin-bottom: 12px;
}

.contact-widget ul li p a {
    color: #bbb;
}




.Newsletter {
    padding:0px;
    font-size:13px;
}

    .Newsletter a:link, .Newsletter a:visited {
        color:#FFF;
        text-decoration:none;
    }


    .Newsletter a:hover {
        color:#DDD;
        text-decoration:none;
    }

.Newsletter input[type="text"] {
    outline: none;
    color: #888;
    font-size: 12px;
    padding: 9px 12px;
	border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

    .Newsletter input[type=submit] {
        background:#2587BC;
        color:#FFF;
        text-align:center;
        font-size:14px;
        border:0px;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        outline:none;
        padding: 8px 12px;
    }



.copyright-section {
    padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

.ListBlogFooter {
    left:0;
    top:0;
    padding:0;
}

    .ListBlogFooter li {
        width:90%;
        list-style:none;
        list-style-type:none;
        font-size:12px;
        padding:0 0 10px 0;
    }

        .ListBlogFooter li span {
            color:#fed136;
            font-weight:600;
        }


.ListSitemap {
    left:0;
    top:0;
    padding:0;
}

    .ListSitemap li {
        width:100%;
        list-style:none;
        list-style-type:none;
        font-size:12px;
        padding:0 0 8px 0;
    }

        .ListSitemap li span {
            color:#fed136;
            font-weight:600;
            padding:0 5px 0 0;
        }

/*END FOOTER*/