/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	background: #FFF;
	padding: 30px 10px;
	overflow:auto;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #3266b0;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Raleway'!important;
	line-height: 28px;
}

/*Link List*/
.footer-v1 .link-list {
	padding-left: 0px;
}
.footer-v1 .link-list li {
	border-top: none;
	list-style-type:none;
	color: #999;
	padding: 2px 0px;
}

.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #999;
}


.footer-v1 .legal-list {
	padding-left: 0px;
}
.footer-v1 .legal-list li {
	border-top: none;
	list-style-type:none;
	float:left;
}

.footer-v1 .legal-list li a {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}

.footer-v1 .legal-list>li+li:before {
  padding: 8px 14px;
  content: "|\00a0";
}	


.footer-v1 address {
	line-height: 18px;
	font-weight: 400;
	font-size: 11px;
	color: #717672;
}
.footer-v1 address strong {
	font-weight: 600;
	color: #717672;
}

.footer-v1 .bottom_disclaimer {
	line-height: 16px;
	font-size: 9px;
	color: #999;
	padding-right: 20%;
}

.footer-v1 .btn-u-dark {
	background:transparent; 
	width: 80%; 
	border: 1px solid #999;
	color: #999;
}
.footer-v1 .btn-u-dark:hover {
	background: #FFF; 
	border: 1px solid #000;
	color: #000;
}
#bottomlogo 
{
	width: 66%;}
	
@media (max-width: 991px) {
#bottomlogo {width: 100%;}
}


.footer-v1 .bolloitaly {
	background:#4d4b50; 
	width: auto; 
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 13px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	margin-top: -12px;
  }



/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}
.footer-v1 .bottomlist
{
	padding-left:0px;
}

.footer-v1 .bottomlist li {
    display: inline;
    list-style: none;
    position: relative;
    padding: 0 20px;
    border-left: 1px solid #EEE;
    font-size:12px;
}

.footer-v1 .bottomlist li:first-child {
    border-left: none;
    padding-left: 0px;
}
