/*** FOOT ***/
.clear {
	clear: both;
}
#footer_container {
	background: #515050 none repeat-x 0 0;
	padding-top: 0;
	position: relative;
	margin-top: 0!important;
	display: block;
	width: 100%;
	clear: both;
	margin-left: auto;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	height: 330px;
}

#footer_container .column.fullwidth {
	float: none;
	width: 100%!important;
	padding-top: 20px;
}

#footer_container .column {
	display:  inline-block;
	padding: 10px 100px 10px 0;
	text-align: left;
	color: #fff;
	line-height: 16px;
	padding-top: 10px;
	width: auto!important;
	font-size: 12px;
}

#footer_container h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
}

#footer_container .column p {
	color: #fff;
	text-align: left;
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}


#footer_container .border-bottom {
	border-bottom: 1px solid #b1b1b1;
}

#footer_container .credits {
	clear: both;
	background: #1d1d1b;
	height: 70px;
	text-align: left;
}

#footer_container .credits p {
	text-align: left;
	margin: 0;
	padding: 10px 0;
}
#footer_container .credits p.fw {
	text-align: justify;
	letter-spacing: 0.8px;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

#footer_container .credits .cc-footer {
	float: right;
	margin-top: 5px;
}

#footer_container a, #footer_container a:visited{color: #fff500;}
#footer_container a:hover{color: #fff;}

#footer_container .newsletter {
	height: 80px;
	padding: 0;
	background: #fff500;
}
#footer_container .newsletter form {
	margin: 0;
	padding: 0;
}
#footer_container .newsletter .label {
	font-size: 18px;
	width: 60%;
	display: inline-block;
	margin: 0;
	padding: 20px 0;
	height: 40px;
	float: left;
}
#footer_container .newsletter .rounded {
	width: 40%;
	display: inline-block;
	border-radius: 50vh;
	overflow: hidden;
	position: relative;
}
#footer_container .newsletter .rounded input.input {
	border: none!important;
	height: 100%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 20px;
}
#footer_container .newsletter .rounded input.input::-webkit-input-placeholder {
	color: #9d9d9c;
}
#footer_container .newsletter .rounded input.input:-moz-placeholder {
	color: #9d9d9c;
}
#footer_container .newsletter .rounded input.input::-moz-placeholder {
	color: #9d9d9c;
}
#footer_container .newsletter .rounded input.input:-ms-input-placeholder {
	color: #9d9d9c;
}
#footer_container .newsletter .rounded input.submit {
	width: 110px;
	background: #515050;
	border: none!important;
	padding: 0;
	color: #fff;
	font-size: 20px;
	position: absolute; top: 0;
	right: 0;
	height: 100%;
	cursor: pointer;
}
#footer_container .newsletter .label .fa {
	font-size: 36px; display: block;
	float: left;
	margin-right: 10px;
}