/* Footer */

.footer-container footer {
    max-width:960px;
	width:100%;
	margin: 0 auto;
	min-height:140px;
}

.footer-container footer nav {
    float: left;
    width: 25%;
}

.footer-container footer ul li {
	float:none;
	clear:none;
}

.footer-container footer ul li a {
    clear: both;
    font-size: 0.875em;
    margin: 0;
    text-align: left;
    color: #4984C2;
}

.footer-container footer p {
	color: #4984C2;
	font-size:0.875em;
}

.footer-container footer .copyinfo {
	float: right;
	width: 25%;
}

/* Footer end */

/* Social Icons */

.social_wrap ul li a {
	background:url("images/social.png") no-repeat !important;
}

.social_wrap ul #pin a {
	background-position: -127px 0 !important;
}

.social_wrap ul #pin a:hover {
	background-position: -127px -36px !important;
}

.social_wrap ul #linkin a {
	
}

.social_wrap ul #fbook a {
	background-position: -41px 0 !important;
}

.social_wrap ul #fbook a:hover {
	background-position: -41px -36px !important;
}

.social_wrap ul #twit a:hover {
	background-position: 0 -36px !important;
}


/* Social Icons End */

/* from */
.main form label {
    font-size: 1em;
    padding: 14px;
    position: absolute;
}

.main form ul {
	list-style:none;
	padding:0
}

#contact_form input#submit_5 {
margin: 0 -30px 20px 0 !important;
}

#contact_form textarea {

padding: 17px 10px !important;

}
/* Labels End */


#over_quote p {
    color: #666666;
    float: left;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.1em;
    padding: 129px 0 0 74px;
    width: 46%;
}

.quote {
    background: url("images/quote.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 44px;
    left: 0;
    margin: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 100px;
    width: 53px;
}

.quote_right {
    background: url("images/quote_right.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 44px;
    margin: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 162px;
    width: 53px;
}

/* Bott Slide */

.slide_in {
	display:none;
}

.slide_in.active {
	display:block;
}

/* Bott Slide End */