body, p {
	font-family: 'Open Sans' !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans' !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-weight:300 !important;
}
h1.center{
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 30px;
}
h1.bg{
	background: url(../images/hr-bg.png) center bottom no-repeat;
}
#s_header{
	box-shadow: 0 0px 6px rgba(0,0,0,0.3);
	padding: 20px 0;
}
.menu-fixed {
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 100%;
}

/*css for menu*/
#menu ul{
	list-style: none;
	font-family: 'Open Sans';
	font-size: 12px;
	padding: 0;
	float: right;
}
#menu ul li{
	float:left;
	position:relative;
}
#menu ul a{
	text-decoration: none;
	color: #333;
	display: block;
	font-weight: 300;
	padding: 10px 30px;
	font-size: 18px;
}
#menu ul a:hover{
}
#menu li ul a{
background:transparent;
}
#menu li ul{
	position:absolute;
	display:none;
	width:200px;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 0 5px 10px rgba(50,50,50,.3);
	-moz-box-shadow: 0 5px 10px rgba(50,50,50,.3);
	box-shadow: 0 5px 10px rgba(50,50,50,.3);
}
#menu li ul li{
	border-bottom: solid 1px #efefef;
	width: 100%;
}
#menu li:hover ul{
	display:block;
}

/*css for users position*/
#users {
	text-align: center;
}
#users .fa {
	font-size: 32px;
}
#users h2 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
#users p{
	text-align: center;
}


/*css for features position*/
#features{
	padding: 90px 0 0 0;
}
span.icon {
	margin-right: 14px;
	display: inline-block;
	padding: 8px;
	background: #646464;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*css for recent work*/
#recent-work{
	padding-bottom: 40px;
}
.view {
	width: 300px;
	height: 200px;
	margin: 10px;
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view-fifth:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-fifth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: #333;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.view-fifth h2 {
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	-webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
	box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	margin: 20px 0 0 0;
}
.view .mask, .view .content {
	width: 300px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view-fifth .mask {
	background-color: rgba(146,96,91,0.3);
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.view img {
	display: block;
	position: relative;
}
.view-fifth img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-fifth:hover img {
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-o-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}

/*css for twitter feed*/
#feed{
	padding: 40px 0;
	background: #f2f2f2;
	border-top: 5px solid #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}
#twitter-feed {
	float: left;
	padding-top: 50px;
	background: url(../images/icons/icon-tweet.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
}
/*css for bottom*/
#bottom{
	background: #404040 url(../images/bg-bottom.png);
	color: #C6C6C6;
}
#bottom span{
	padding-left:10px;
}
#bottom a{
	color:#fff;
}
.facebook-like{
	padding: 25px 0;
	max-height: 220px;
}

/*css for footer*/
footer{
	color: #9c9b9b;
	font-size: 100%;
	border-top: 1px solid #b4ad04;
	background: #404040 url(../images/bg-footer.png);
	padding: 10px 0;
}

/*css for contact page*/
.social-contact, .support{
	text-align:center;
	padding-bottom: 40px;
}
.social-contact a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: center;
	background: #ddd;
	-webkit-box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.3) inset;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right: 2px;
	color: #fff;
	font-size: 25px;
}
.social-contact i {
	padding-top: 12px;
}
.social-contact a.facebook {
	background: #3B5998;
}
.social-contact a.twitter {
	background: #2DADDC;
}
.social-contact a.linkedin {
	background: #3399CC;
}
.social-contact a.gplus {
	background: #C53727;
}
.social-contact a.facebook:hover, .social-contact a.twitter:hover, .social-contact a.gplus:hover, .social-contact a.linkedin:hover {
	background: #33cc66;
	color: #fff;
}

/*css for team page*/
.member{
	text-align:center;
}
.member .avatar{
	margin: 15px;
	margin-bottom: 24px;
	border-radius: 50%;
	overflow: hidden;
}
.member .name{
	color: #4a5763;
	font-size: 20px;
	font-variant: small-caps;
}
.member .position{
	font-weight: 700;
	font-size: 18px;
}

/*css for about us page*/
.about-us .about .col-md-4 img{
	width: 100%;
	height: auto;
	padding: 4px;
	border: solid 1px #ccc;
}

/*css for blog page*/
.article-blog{
	float:left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;		
}
.article-blog img{
	width: 100%;
	height: auto;
	padding: 4px;
	border: solid 1px #ccc;
}
.title-blog h3{
	margin-top: 0;
}
#recent-post i.fa, #latest-comment i.fa, #categories i.fa{
	padding-right: 10px !important;
}