


.footer {
	/*font-family: prosaic-std, sans-serif;*/ 
	font-family: Futura Book font !important;
  	position: absolute;
  	/*position: fixed;*/
  	/*bottom: 0;*/
  	left: 0;
  	width: 100%;
}
			 
.footer_wrapper {
	/*background-image: url("../img/banners/GalleryBannerB.jpg");*/
	padding-top: 25px;
	display: table;
	
	margin-bottom: 25px;
	background-color:#242933;
	margin: 0 auto;
	
	width: 100%;
	height: 375px;
	color: #fff;
}

.footer_cell1 {width: 165px;}

/* This Block */	

.footer_wrapper h4 {
	color: #fff;
	font-weight: lighter;
    }


			
.footer_cells {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 8px;
													max-width: 500px;
	/*background-color:#B5ABAB;*/
	margin: auto 0;
	padding-left: 26px;
	width: 100%;
}

/* This Block */


































.footer_copyright {
	
	/*background-color:#fff;*/
	padding-left: 12px;	
	
}

.footer img {
	margin-left: 14px;
	margin-right: 8px;
}


.footer_cell3 img {	
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
}


/*h5 { 
    margin-top: -12px;
    font-size: 9px;
    font-weight: lighter;
	margin-left: 18px;	
	line-height: 25em;
}*/

#shadow {
    box-shadow: 4px 4px 3px #999;
    margin: auto 0;
	
}

.footer ul {
	margin-top: -24px !important;
	margin:0;
	padding:0;
	padding-right: 100px;
	text-decoration:none;
	list-style:none;
	
}

.footer_wrapper li {
	margin-bottom: 10px;
	list-style: none;
	margin-bottom:14px;
}




.footer_wrapper li a{
	text-decoration: none;
	color: slategray;
	font-size: 12px;
	font-family: prosaic-std, sans-serif;
	font-weight: 200;
	font-style: normal;
}

.footer_wrapper li a:hover{
	text-decoration: none;
	  color: #eff1f3;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
	/*color: #34B484;*/
	
}

.footer_wrapper a:link {
  color: #677b8c;
}

/* visited link */
.footer_wrapper a:visited {
  opacity: 0.7;
  color: #677b8c;
}

/* mouse over link */
/*.footer_wrapper a:hover {
  color: #eff1f3;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;

}*/

/* selected link */
.footer_wrapper a:active {
  color: #677b8c;
}

/*Font Awesome Icons*/
 .fa {
  
  font-size: 20px !important;
  text-align: center;
  text-decoration: none;
  color:#fff;
  transition: all 0.2s ease-in-out;
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.footer_copyright small {
   
}


@media screen and (max-width: 560px) {
	
				
   .footer_cells {
	display: grid;
	grid-template-columns: 100px 100px 100px;
width: 150px !important;
	/*background-color:#B5ABAB;*/

    }
		
	.footer_cell1 {
	grid-column: 1;
	grid-row: 1;
	/*background-color:#fff;*/
	
    }

   .footer_cell2 {
	grid-column: 2;
	grid-row: 1;			
	/*background-color:#fff;*/
	
    }

    .footer_cell3 {
	grid-column: 3;
	grid-row: 1;
	/*background-color:#fff;*/
    }	
}





