body {
    padding-top: 46px;
    padding-bottom: 40px;
    background: url(/img/bgwhite.png) repeat;
}
/*
@media (max-width: 767px)

body, html {
padding-right: 0px;
padding-left: 0px;
}
*/

.hero-unit {
    background: url(/img/back.png) no-repeat top center;
	background-size: 100% 100%;
   
}
.hero-unit h1 {
    color: #FFF
}
.hero-unit p {
    color: #F5F5F5
}

/* Social Sharing */
.social-sharing ul {
	margin:0;
	padding:0;
}
.social-sharing ul li {
	display: inline-block;
	margin-right:5px;
}
.social-sharing i {
	margin-right:5px;
}
.social-sharing [class*=" icon-"],
.social-sharing [class^="icon-"] {
	height:20px;
	width:20px;
	font-size:1.5em;
}

/* Social iCon */
.social ul {
	margin: 0;
	padding: 0;
}
.social li {
	display:inline-block;
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
}
.social a>i {
	outline:none;
	height:30px;
	width:30px;
	font-size:2.5em;
}
.social a:hover {
	background:none;
	text-decoration:none;
}
.facebook, .google-plus, .twitter, .instagram {
	display:inline-block;
	text-align:center;
}
.facebook:hover, .google-plus:hover, .twitter:hover, .instagram:hover {
	color:#444;
}
.facebook {
	color:#315D99;
}
.google-plus {
	color:#C12D21;
}
.twitter {
	color:#00ACDE;
}
.instagram {
	color:#865;
}
.marginTop{
	margin-top: 30px;
}



