/** FOOTER **/

#footer-wrap{
width:100%;
background: url(../images/footer-bgd.jpg) repeat-x; background-size:cover;
margin: 30px 0 0 0; padding-bottom: 30px;}

#footer{
width: 960px;
margin:0 auto;}

#footer-left{
width: 684px;
float:left;
margin: 0;
position:relative;}

#footer-left img.cga-logo{
position: absolute;
right: 50px;
top: 70px;}

#footer-right{
width: 230px;
float:left;
margin: 20px 0 0 46px;}

#footer-left ul{
font-size: 0.8em;
padding: 10px 0; margin:0 0 20px 0;
background: url(../images/divide-footer.gif) repeat-x 50% 100%;}

#footer-left ul li{
background:url(../images/bullet-footer.png) no-repeat right;
display: inline;
padding: 0 20px 0 0;
list-style:none;}

#footer-left ul li a:link, #footer-left ul li a:visited{
font-family: 'CandelaBook', Arial, Helvetica, sans-serif;
line-height: 1.2em;
color: #c8c89d;
text-decoration:none;}

#footer-left ul li a:hover, #footer-left ul li a:active{
color: #877453; background: none;}

#footer-left ul li:last-child {background: none;}

#footer-left p{
font-family: 'CandelaBook', Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.2em;
color: #c8c89d;}

#footer-left p a:link, #footer-left p a:visited{
color: #877453;
text-decoration:none;}

#footer-left p a:hover, #footer-left p a:active{
color: #c8c89d; text-decoration:none; background: none;}

.footer-side-box{
width:230px;
background: url(../images/footer-sidebar-top.gif) no-repeat top center #151009;
margin: 0 0 25px 0;}

.footer-side-box h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
color: #d9d9b3;
font-size: 1.2em;
margin: 0;
padding: 15px 15px 15px;}

.footer-side-box ul{
font-size: 0.8em;
width:200px;
background: url(../images/footer-sidebar-bottom.gif) no-repeat bottom center;
margin: 0; padding:0 15px 10px;}

.footer-side-box ul li{
font-family: 'CandelaBook', Arial, Helvetica, sans-serif;
line-height: 1.2em;
list-style-type: none;
color: #877453;
padding: 7px 0; margin:0;
border-top: 1px #2e2312 solid;
background: none;}

.footer-side-box ul li a:link, .footer-side-box ul li a:visited{
color: #877453; padding-left: 25px;
text-decoration:none; background:none;
}

.footer-side-box ul li a:hover, .footer-side-box ul li a:active{
color: #c8c89d; text-decoration: none; background:none;}

.footer-side-box ul li a.linkedin{
background:url(../images/linkedin-icon.png) no-repeat 0% 50%;}

.footer-side-box ul li a.twitter{
background:url(../images/twitter-icon.png) no-repeat 0% 50%;}

@media only screen and (max-width: 960px) {
#footer-wrap {
	width: 94%;
}
#footer {
	width: 100%;
}
#footer-left {
	float: left;
	width: 100%;
}
#footer-right {
	margin: 0;
	width: 100%;
}
.footer-side-box {
	margin: 0;
	width: 100%;
	background: #151009;
}
.footer-side-box ul {
	padding: 15px 0;
	width: 100%;
}
.footer-side-box ul li {
	text-align: center;
}
}
 @media only screen and (max-width: 767px) {
#footer-left ul li {
	padding: 8px 0;
	width: 100%;
	text-align: center;
	display: block;
	background: none;
	margin: 0;
}
#footer-left img.cga-logo {
	position:relative;
	top:auto;
	right:auto;
}
}
