/*a, div, footer, img, li, span, ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
footer {
	display: block;
}
/*ul {
	list-style: none;
}
*, :after, :before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}*/
.footer__col, .footer__copy, .footer__item {
	font-family: Open\ Sans, sans-serif;
	font-weight: 600;
}
/*a {
	text-decoration: none;
}*/
.footer {
	background: #383a39;
	width: 100%;
	z-index: 3;
	font-size: 0;
}
.footer__copy {
	background: #333;
	color: #fff;
	font-size: .75rem;
	padding: 0 30px;
	text-align: center;
	padding-bottom: 20px;
}
@media (min-width:768px) {
	.footer__copy {
		text-align: right;
		height: 70px;
		line-height: 70px;
		padding-bottom: 0;
	}
}
@media (min-width:1024px) {
	.footer__copy {
		text-align: center;
	}
}
.footer__copy span {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
}
.footer__aux {
	background-color: #383a39;
	max-width: 1440px;
	margin: 0 auto;
	*zoom: 1;
}
.footer__aux:after, .footer__aux:before {
	content: " ";
	display: table;
}
.footer__aux:after {
	clear: both;
}
@media (min-width:768px) {
	.footer__aux {
		text-align: center;
		padding: 30px 4.16667%;
	}
}
.footer__copyAux {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.footer__loghi {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
@media (min-width:768px) {
	.footer__loghi {
		position: absolute;
		left: 0;
		height: 70px;
		text-align: left;
		padding: 0;
	}
}
@media (min-width:1024px) {
	.footer__loghi {
		left: 30px;
	}
}
.footer__image {
	display: inline-block;
	margin-right: 0;
	vertical-align: middle;
}
.footer__image:first-child {
	margin-right: 30px;
}
.footer__col {
	color: #fff;
	font-size: .75rem;
	text-decoration: none;
	/*display: block;*/
	/* border-bottom: 1px solid #555; */
}
	.footer__col ul {
		margin: 20px 0;
	}
@media (min-width:768px) {
	.footer__col {
		/*display: inline-block;*/
		border-bottom: none;
		vertical-align: top;
		/*margin-right: 10%;*/
	}
	.footer__col:last-child {
		margin-right: 0;
	}
}
@media (min-width:1024px) {
	.footer__col {
		/*margin-right: 15%;*/
	}
}
.footer__list {
	font-size: 0;
}
@media (min-width:968px) {
	.footer__list {
		height: 60px;
	}
}
.footer__item {
	font-size: .75rem;
	margin-right: 0;
	display: block;
	/* border-bottom: 1px solid #555; */
	line-height: 30px;
	padding: 5px 30px;
	text-align: left;
}
.footer__item:last-child {
	border-bottom: none;
}
.footer__item a {
	color: #fff;
	text-decoration: none;
}
@media (min-width:768px) {
	.footer__item {
		border-bottom: none;
		padding: 0;
	}
}
.footer {
	height: 360px;
	position: absolute;
	bottom: 0;
	/*margin-bottom: 39px;*/
}
@media (min-width: 768px){/*SM*/
	.footer {
		height: 260px;
		/*margin-bottom: 10px;*/
	}
}
.footer form{
	position: relative;
	margin: 0;
	padding: 0;
	padding-right: 100px;
	margin: 20px 30px;
}
@media (min-width: 992px){/*MD*/
	.footer form{
		margin: 0 auto;
		padding-right: 180px;
	}
}
.footer input.input{
	line-height: 50px;
	height: 50px;
	width: 100%;
	border: none;
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #2b2d32;
    background-color: #fff;
}

.footer button{
	color: #eaeaeb;
	border-color: rgba(255,255,255,.5);
	padding: 9px 0;
	position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	background-color: transparent;
}
@media (min-width:992px) {
	.footer button{
		width: 170px;
	}
}
	.footer button:before {
	    content: '';
	    position: absolute;
	    margin: auto;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    border-radius: 2px;
	    border-width: 1px;
	}
	.footer button span{
		display: block;
		    font-size: 15px;
		    line-height: 30px;
		    font-weight: 400;
		    padding:0
	}

	.footer a.facebook{
		font-size: 20px;
		color: #3b5998;
	}
	.footer a.pinterest{
		font-size: 20px;
		color: #bd081c;
	}
	.footer a.instagram{
		font-size: 20px;
		color: #db7dc8;
	}
