footer{
  display: block;
  margin-top: 100px;
  margin-bottom: 60px;
  background: #FFF;
  color:rgba(0,0,0, .8);
  font-size: .9em;
  line-height: 1.2em;
}
footer p{
  font-size: .9em;
  line-height: 1.4em;
}

.footerheader{
  display: block;
  margin: 20px auto;
  text-align: center;
  background: transparent url(../../images/footerline.png) repeat center center; 
}
.footerfooter{
  display: block;
  margin: 20px auto;
  height: 20px;
  background: transparent url(../../images/footerline.png) repeat center center; 
}
ul.footernav {
  padding-left: 0;
  margin-left: 0;
}
ul.footernav li{
  list-style-image: none;
  list-style-type: none;
  list-style-position: inside;
  font-weight: 400;
  margin-bottom: 3px;
  font-size: .9em;
}
footer a:link, footer a:visited{
  color:#c59b61;
}
footer a:hover, footer a:focus, footer a:active{
    color: rgba(0,0,0,1);
}
footer h4 {
	font-size: 1.15em;
	height: 30px;
}
.contactlinks a {
	display: block;
}
.contactlinks a span{
	display: inline-block;
}
.contactlinks a span.icon{
	display: inline-block;
	font-size: 1.2em;
	top: 2px;
	position: relative;
}
footer .contactlinks a span.icon_aw_phone {
	top: 3px;
}

footer .socialmedia a{
  margin: 0 5px 10px;
  font-size: 1.2em;
}



footer > div{
	padding-top: 10px;
}  

.logorow img {
	width: auto;
	height: 24px;
	margin-bottom: 15px;
}



.logorow {
	margin-bottom: 60px;	
}
.contactwrapper{
  padding: 30px;
  margin: 20px 0;
  text-align: center;
  display: block;
  background: url(../../images/contactctabg.jpg) no-repeat center center;
  background-size:  cover;
}
.contactbox {
	background: rgba(0,0,0,.8);
	padding: 20px 30px 10px 30px;
	max-width: 700px;
	margin: 0 auto;
	display: block;
	color: #fff;
	border: 1px solid rgba(203,166,117,1);
}
.contactwrapper:hover .contactbox{
	background: rgba(0,0,0,1);
	box-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
.contactbox h3{
  color: rgba(203,166,117,1);
    font-family: 'Gentium Basic', serif;
  font-weight: 400;
}



@media screen and (max-width: 768px){
	footer{
	    font-size: 1.1em;
	}	
}

@media screen and (min-width: 768px){
	.contactwrapper{
  	padding: 50px;
  	margin: 30px 0;
  }
	.contactbox {
	padding: 20px 50px 10px 50px;
	}	

}

@media screen and (min-width: 992px){
	.logorow img {
	height: 26px;
	margin-bottom: 15px;
	}
	.contactwrapper{
	  padding: 100px;
	  margin: 50px 0;
	}
	.contactbox {
		padding: 50px 100px 30px 100px;
	}
}



@media screen and (min-width: 1200px){
	.logorow img {
	height: 35px;
	margin-bottom: 15px;
	}
}

