body {
	background: url(../images/bg.jpg) repeat;
	color: #49494a !important;
	font-family: "Roboto Slab", serif !important;
	font-size: 17px !important;
	font-weight: normal !important;
	line-height: 24px !important;
	text-align: center;
}

h2.linkedin-title {
    color: #49494a;
    font-size: 28px;
    font-weight: 600;
}

span.linkedin-text {
    color: #ea510f;
}

img {
	width: 100%;
	display: block;
	vertical-align: middle;
	height: auto;
}
a {
	text-decoration: none!important;
	color: #63913e !important;
}
a:hover, a:focus {
	color: #49494a;
	outline: none !important;
}
p {
	text-align: left;
	margin: 0!important;
}
p:last-child {
	padding: 0 !important;
}
/*Background Floating Cloud css*/
#animate-area {
	width: 100%;
	height: 100%;
	background-image: url(../images/cloud.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	position: absolute;
	z-index: -1;
	top:0;
	animation: animatedBackground 90s linear infinite;
	-ms-animation: animatedBackground 90s linear infinite;
	-moz-animation: animatedBackground 90s linear infinite;
	-webkit-animation: animatedBackground 90s linear infinite;
}
 @keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
@-webkit-keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
 @-ms-keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
 @-moz-keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
.mainbox {
	max-width: 870px;
	height: auto;
	margin: 80px auto !important;
	padding: 30px 30px 0 30px;
	position: relative;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.mainbox:after {
	content: " ";
	position: absolute;
	height: 10px;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	bottom: 9px;
	box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
}
.face {
	width: 25%;
	float: left;
	text-align: center;
	margin: 50px auto;
}

.face h1 {
    text-indent:-9999px !important;
}

.face span {
	width: 100%;
}
.face img {
	width:200px;
	height: auto;
	margin:0 auto;
}
.social {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
	display: inline-block;
}
.social a {
	background: url(../images/sociallink-new.png) no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin: 0 5px;
	text-indent: -99999px;
}
.social a.X {
	background-position: -45px 0;
}
.social a.linked {
	background-position: -90px 0;
}
.social a.youtube {
	background-position: -135px 0;
}
.content {
	width: 70%;
	float: right;
	background: url(../images/niravcontent.png) repeat-x center bottom;
	padding: 30px;
	text-align: left;
	border-left: 2px solid #f1f1f1;
	border-right:0;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#e9e9e9), to(rgba(233, 233, 233, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(bottom, #e9e9e9, rgba(233, 233, 233, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(bottom, #e9e9e9, rgba(233, 233, 233,  0)) 1 100%;
	-o-border-image: -o-linear-gradient(bottom, #e9e9e9, rgba(233, 233, 233,  0)) 1 100%;
	border-image: linear-gradient(to top, #e9e9e9, rgba(233, 233, 233,  0)) 1 100%;
}

.content h1 {
	font-size: 17px;
	line-height: 26px;
	margin:20px 0 !important;
}
.content h1 strong {
	color: #ea510f;
}
.content h1 em {
	color: #63913e;
	font-style: normal;
}
.content ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 20px 0 10px;
}
.content ul li {
	width: 50%;
	padding: 1px 0 10px 20px;
	background: url(../images/liicon.png) no-repeat 0 8px;
	float: left;
}

footer{
	background:url(../images/footerbg.png) repeat-x;
	width:100%;
	display:inline-block;
	height:250px;
	margin:49px auto 0;
	position:relative;
}

footer span{
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	color:#fff;
	width:100%;
	text-align:center;
}

@media screen and (min-width: 0) and (max-width: 991px){
.face{
    float: none;
    margin:0 auto;
    text-align: center;
    width:100%;
}
.content {
    float: none;
    margin:0 auto;
	padding:30px 0 ;
    width:100%;
	border:none;
}
.content ul li{
	width:100%;
}
footer{
	background:url(../images/footerbg.png) repeat-x;
	width:100%;
	display:inline-block;
	height:250px;
	margin:0 auto;
	position:relative;
}

h2.linkedin-title {
    font-size: 24px;
}

}