@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	


#footer {
	display: block;
	width: 100%;
	padding-bottom: 0;
	background-color: #f9f7f7;
	border-top-style: solid;
	border-width: 1px;
	border-color: #d8d5d5;
	overflow: hidden;

}

#footer_nav ul{
	float: left;
	list-style: none;
	padding: 10px;

}

#footer_nav ul a{
	display: block;
	color: #262626;
	text-decoration: none;
	padding: 10px;
	font-size: .8em;
	font-weight: bold;
	vertical-align: middle;
}

#footer_nav a:hover{
	color: #FFE000;

}
#footer_actions{
	float: right;
	width: 45%;
	max-width: 400px;
	padding: 20px;

}
#call_to_action{
	display: block;
	width: 100%;
}

#action_btn{
	border-style: none;
	width: 95%;
	color: white;
	padding: 10px;
	margin: auto;
	margin-bottom: 10px;
	font-size: .8em;
	font-family: Raleway;
	display: block;
	border-radius: 3px;
 	border: 1px solid #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}

#action_btn:hover{
	cursor: pointer;
	-webkit-box-shadow: inset 0px -12px 0px -10px rgba(3,71,107,1);
	-moz-box-shadow: inset 0px -12px 0px -10px rgba(3,71,107,1);
	box-shadow: inset 0px -12px 0px -10px rgba(3,71,107,1);
}
#action_btn:active{
	-webkit-box-shadow: inset 0px -12px 0px -10px rgba(3,71,107,1);
	-moz-box-shadow: inset 0px -12px 0px -10px rgba(3,71,107,1);
	box-shadow: inset 0px -12px 0px -10px rgba(3,71,107,1);
}

#social_media {
	display: block;
	width: 100%;
	text-align: center;
}
#social_media li{
	display: inline-block;
	max-width: 50px;
	width: 20%;
}
#social_media img{
	width: 100%;
}


#trademarks {
	display: inline-block;
	width: 90%;
	margin: auto;
	padding: 10px;
	font-size: .6em;
	text-align: center;
}

@media only screen and (min-width: 750px){
	#footer_nav ul{
		padding-left: 20px;
	}
}
