/* Put your custom css here */

.footer ul li a {
	line-height: 24px;
	color: #b2b2b2;
	font-family: 'Ubuntu', 'Trebuchet MS', Helvetica, Arial;
	padding: 0 0 0 14px;
	background: url(../images/o-arr.png) no-repeat left center;
	text-decoration: none;
	display: block;
}
.footer ul li a:hover {
	color: #fff;
}
.contact {
	color: #fff;
}
.footer {
    background: #222222 none repeat scroll 0 0;
    border-top: 4px solid #ff8800;
    margin: 0;
    padding: 20px 0 0 0;
}
.footer_dv {
    width: 100%;
}
.footer_dv .margintop {
	margin-top: 20px;
}
.footer_dv h4 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: #404040 1px solid;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    color: #ff8800;
    padding: 0 0;
}
.footer_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}
.copyright {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 15px 0;
    margin: 15px 0 0 0;
	clear: both;
	background: #191919;
} 

/* Social buttons */
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
     
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
#social-fb:hover {
    color: #3B5998;
}
#social-tw:hover {
    color: #4099FF;
}
#social-gp:hover {
    color: #d34836;
 }
#social-em:hover {
    color: #f39c12;
}
