@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");

/* CSS Document */

.container{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

footer *{
	color:#cca776!important;
}
#footer {
	font-size:1em;
	margin: 0;
	border: 0;
	background: #2C2825;
	position: relative;
	overflow: hidden;
	color: #cca776 !important;
	display: block;
	box-sizing: border-box;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	
	line-height: 1.75em;
	padding: 5em 0 1em 0;
	height:auto;
	
}
#footer header{
	text-align:left;
	margin:0;
	background:none;
	height:auto;
}
footer .footlinks>li::before {
	content: '\f105';
	color: #cca876;
	position:absolute;
	font-size:0.83em;
	transition: .33s all ease;
	font-family: 'Font Awesome 5 Free';
}
footer .footlinks>li:hover::before{
	color: rgba(255,255,255,1.00);
	transform:translate(5px,0);

}
footer .footacto{
	font-family: 'Font Awesome 5 Free';
}
footer .footacto li::before{
	margin-right:0.83em;
}
footer ul li{
	margin-top:0;
	padding-top:0;
	border-top:none;
	line-height:250%;
	list-style:none;
	}
#footer .footlinks a{
	border: none;
	padding: 0 0 0 1em;
}
#footer a:hover{
	color:#FFFFFF!important;
}

footer img{
	width:80%;
}
footer h3{
	margin:0 0 1.3em 0;
}
footer hr{
	border-bottom:none;
	position:static;
	margin-bottom:0;
	margin-top:4em;
}
footer .row{
	padding:0 0 0 6%;
}
footer .row.gtr-25 > *{
	padding: 0 0 0 0;
}
footer img {
  width: 80%;
  margin: 0;
padding: 0;
}

#footer .copyright{
	text-align: center;
}
footer .menu{
	font-size:0.8em
}

footer ul.menu {
  height: 1em;
  list-style: none;
  padding-left: 0;
}

footer ul.menu li {
  display: inline-block;
}

ul.menu li:last-child {
  border-left: solid 1px rgba(128, 128, 128, 0.2);
  padding-left: 1.25em;
  margin-left: 1.25em;
}


footer .row > .col-4 {
  width: 33.33333%;
}
footer .row > section, .row > article {
  margin-bottom: 0;
}
footer section{
	display: block;
}
footer section > :last-child, section:last-child, article > :last-child, article:last-child {
  margin-bottom: 0;
}
#footer header {
  text-align: left;
  margin: 0;
  display: block;
  padding: 0;
border: 0;
}
footer h3{
  font-weight: 400;
  color: #483949;
  line-height: 1.25em;
  margin: 0 0 1.3em 0;
  font-size:1.25em;
}

footer ul {
  list-style: disc;
  padding-left: 1em;
}
footer ul li {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  line-height: 250%;
  padding-left: 0.5em;
  margin: 0;
  padding: 0;
list-style: none;
}

footer hr {
  border-bottom: none;
  position: static;
  margin-bottom: 0;
  margin-top: 4em;
  
  border-top: solid 1px rgba(128, 128, 128, 0.2);
}

footer .footlinks > li::before {
  content: '\f105';
  color: #cca876;
  position: absolute;
  font-size: 0.83em;
  transition: .33s all ease;
  font-family: 'Font Awesome 5 Free';
}

#footer .footlinks a {
  border: none;
  padding: 0 0 0 1em;
  text-decoration: none;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  vertical-align: baseline;
}
footer a{
	border-bottom: solid 1px rgba(128, 128, 128, 0.15);
	text-decoration: none;
	transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
}

@media screen and (max-width: 1680px){
	footer .row {
		margin-top: -40px;
		margin-left: -40px;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
		padding: 0 0 0 6%;
	}
footer .row > * {
  padding: 40px 0 0 40px;
}
footer .row > * {
  box-sizing: border-box;
}
@media screen and (max-width: 800px ) and (min-width: 500px) {

	#footer {
		font-size:1em;
		padding: 5em 0 1em 0;
	}
	.piedata{
		max-width:49%;
	}
	.piedata:first-child{
		padding-left:25%!important;
	}

}
@media screen and (max-width: 499px ){
	#footer {
		font-size:1em;
		padding: 5em 0 1em 0;
	}	
}