/* FOOTER */
footer{
	background-image: url('web/Footer-Background.jpg');
	background-position: bottom;
	width:100%;
	bottom:0;
	display: block;
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
}
.footer-container{
	padding-left: 90px;
	display: inline-block;
	clear: left;
	float: left;
	height: 100px;
	background-attachment: scroll;
	background-image: url('web/Footer-Logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 60px;
}
footer h3{
	color: #5bc2e7;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-top: 0px;
  margin-bottom: 0px;
}
footer h4{
	color: #5bc2e7;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
  margin-bottom: 0px;
}
footer ul{
  padding-left:0px;
  list-style:none;
}
footer ul li{
	font-size: 16px;
}
footer ul li a{
	padding-left:0px;
	list-style:none;
	width: 20px;
	color: #FFFFFF;
}
footer ul li a:hover{
	color: #ff671f;
}
footer p{
  text-align : left;
}
footer b{
  font-weight: 600;
}
footer iframe {
	width:100%;
	position:relative;
	height:175px;
	-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
footer iframe:hover {
  height: 310px;
}
/* FOOTER TEXT MARGIN */
.footer-main-text {
	/* border-left: solid 1px rgba(255,255,255, 0.15); */
  width: 100%;
  display: inline-block;
  position: relative;
  top: 25%;
}
.footer-left-text {
	/* border-left: solid 1px rgba(255,255,255, 0.15); */
  padding-top: 10px;
	padding-left: 25px;
}
.footer-right-text {
  padding-top: 10px;
	padding-bottom:0px;
	padding-left: 25px;
}
.footer-map {
  height: 175px;
  padding-bottom:0px;
  padding-right:5px;
  display: inline-block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.footer-map:hover {
  height: 310px;
}
@media screen and (max-width: 535px) {
  footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }  
  .footer-container {
    background-image: none;
    padding-left: 0px;
  }
}