
@import url(owl.carousel.css);

@import url(owl.theme.css);

@import url(odometer-theme-default.css);

@import url(jquery.fancybox.css);

@import url(notification.css);

@import url(animate.min.css);

@import url(style1.css);

body {
	margin: 0;
	padding: 0;
	color: #555;
	font-weight: 400;
	overflow-x: hidden;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	font: 16px/27px 'Microsoft YaHei',Karma,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.browsehappy {
	margin: .2em 0;
	background-color: #ccc;
	color: #000;
	padding: .2em 0
}

.container {
	overflow: hidden
}

.main-color {
	color: #e14d43
}

a {
	color: #e14d43;
	cursor: pointer
}

a,a>* {
	outline: 0;
	cursor: pointer;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a:focus,a:hover {
	outline: 0;
	color: #232323;
	text-decoration: none
}

input,textarea {
	color: #000
}

.placeholder {
	color: #aaa
}

#subscribe-section .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #fff
}

#subscribe-section .form-control:-moz-placeholder {
	opacity: 1;
	color: #fff
}

#subscribe-section .form-control::-moz-placeholder {
	opacity: 1;
	color: #fff
}

#subscribe-section .form-control:-ms-input-placeholder {
	opacity: 1;
	color: #fff
}

.btn-contact,.btn-nesto,.btn.btn-nesto {
	z-index: 1;
	outline: 0;
	margin: 0 5px;
	color: #fff;
	font-weight: 300;
	overflow: hidden;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #e14d43;
	font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border: 2px solid transparent;
	-moz-border: 2px solid transparent;
	-o-border: 2px solid transparent;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-nesto:hover {
	background-color: #232323
}

.btn-nesto-o,.btn.btn-nesto-o {
	z-index: 1;
	outline: 0;
	margin: 0 5px;
	color: #fff;
	font-weight: 300;
	overflow: hidden;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
	background-color: transparent;
	font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border: 2px solid #fff;
	-moz-border: 2px solid #fff;
	-o-border: 2px solid #fff;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-nesto-o:hover {
	background-color: #131313!important
}

.section-title h1 {
	font-size: 40px;
	overflow: hidden;
	line-height: 60px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: capitalize
}

.section-title h1:after {
	bottom: 0;
	left: 50%;
	height: 2px;
	content: '';
	width: 100px;
	margin-left: -50px;
	position: absolute;
	background-color: #e14d43
}

.col-md-6 .section-title h1 {
	color: #fff;
	font-size: 40px;
	text-align: left;
	line-height: 60px
}

.col-md-6 .section-title h1:after {
	display: none
}

.section-desc h3 {
	font-weight: 300;
	overflow: hidden;
	text-align: center;
	margin-bottom: 80px;
	text-transform: capitalize
}

.fancybox-overlay-fixed {
	z-index: 9999
}

.fancybox-opened {
	z-index: 99991
}

#loader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	background-color: #232323;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

#loader-container {
	left: 0;
	top: 50%;
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-top: -25px;
	text-align: center;
	position: absolute
}

#loader-container img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	color: #232323;
	font-weight: 400;
	font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,sans-serif
}

h1 {
	font-size: 35px;
	line-height: 40px
}

h2 {
	font-size: 25px;
	line-height: 37px
}

h3 {
	font-size: 24px;
	line-height: 33px
}

h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300
}

h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300
}

h6 {
	font-size: 17px;
	line-height: 25px;
	font-weight: 300
}

li,p {
	letter-spacing: .5px
}

::selection {
	color: #fff;
	text-shadow: none;
	background-color: #232323
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background-color: #232323
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background-color: #232323
}

#top-content {
	top: -90px;
	width: 100%;
	z-index: -1;
	height: 120%;
	left: -250px;
	position: fixed;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#top-content-overlayer {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9993;
	position: fixed;
	background-color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#slide-menu-wrapper {
	top: 0;
	left: 0;
	content: '';
	width: 250px;
	height: 100%;
	z-index: 9994;
	overflow: hidden;
	position: absolute;
	background-color: #232323;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#slide-menu-scroller {
	height: 100%;
	width: 500px;
	overflow: hidden
}

#slide-menu-container {
	opacity: 0;
	height: 85%;
	width: 450px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 100px 200px 0 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

#profile-wrapper {
	top: 0;
	left: 0;
	width: 200%;
	content: '';
	height: 90px;
	z-index: 9995;
	overflow: hidden;
	position: absolute;
	background-color: #232323;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#profile-wrapper:after {
	bottom: 0;
	left: 250px;
	width: 100%;
	content: '';
	height: 1px;
	position: absolute;
	background-color: #2a2a2a
}

#profile-container {
	opacity: 0;
	width: 100%;
	padding: 15px;
	display: block;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.profile-image {
	float: left;
	margin-right: 10px;
	display: inline-block
}

.profile-image img {
	height: 60px;
	display: block
}

.profile-name,.profile-title {
	float: left;
	display: inline-block
}

.profile-name h4 {
	color: #e14d43;
	font-weight: 400;
	line-height: 60px;
	margin-right: 10px
}

.profile-title h5 {
	color: #fff;
	line-height: 60px;
	text-transform: capitalize
}

body.over-menu {
	height: 100%;
	overflow: hidden
}

body.show-menu #menu-wrapper {
	top: 90px;
	left: 250px
}

body.show-menu #content-wrapper {
	margin-top: 90px;
	margin-left: 250px
}

body.show-menu #top-content {
	top: 0;
	left: 0;
	z-index: 9994
}

body.show-menu #top-content-overlayer {
	opacity: .3
}

body.show-menu #profile-container,body.show-menu #slide-menu-container {
	opacity: 1
}

#content-wrapper {
	margin: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#menu-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9992;
	display: block;
	position: fixed;
	text-align: center;
	background-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#menu-wrapper.menubgC {
	background-color: #2a2a2a
}

#menu-wrapper .container {
	overflow: visible
}

nav.navbar-collapse.collapse {
	float: right;
	vertical-align: top;
	padding-right: 40px;
	display: inline-block!important
}

.navbar-collapse {
	-webkit-border: 0;
	-moz-border: 0;
	-o-border: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

.navbar-brand,.navbar-brand:focus {
	height: auto;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 70px;
	text-transform: capitalize;
	font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 10px 0;
	display: inline-block;
}

.navbar-brand img {
	float: left;
	height: 55px;
}

.navbar-brand:hover {
	color: #e14d43
}

.navbar {
	margin: 0;
	min-height: 60px;
	-webkit-border: 0;
	-moz-border: 0;
	-o-border: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.navbar-nav>li {
	padding: 0 10px;
	margin-left: 10px;
	position: relative
}

.navbar-nav>li:first-child {
	margin-left: 0
}

.navbar-nav>li>a {
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	text-transform: capitalize;
	-webkit-transform: translateZ(0);
	font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.navbar-nav>li.active a:after,.navbar-nav>li.active a:before,.navbar-nav>li>a:after,.navbar-nav>li>a:before {
	top: 0;
	opacity: 0;
	color: #fff;
	font-size: 14px;
	line-height: 70px;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.navbar-nav>li.active a:before,.navbar-nav>li>a:before {
	left: 0;
	content: '['
}

.navbar-nav>li.active a:after,.navbar-nav>li>a:after {
	right: 0;
	content: ']'
}

.navbar-nav>li:last-child>a:after,.navbar-nav>li:last-child>a:before {
	display: none
}

.navbar-nav>li.active a:before,.navbar-nav>li>a:hover:before {
	opacity: 1;
	left: -10px
}

.navbar-nav>li.active a:after,.navbar-nav>li>a:hover:after {
	opacity: 1;
	right: -10px
}

.nav>li>a:focus,.nav>li>a:hover,.navbar-nav>li.active a {
	color: #fff;
	background-color: transparent
}

.category-list {
	position: relative!important;
	padding-right: 15px!important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.category-list>a:first-child:after {
	top: 0;
	opacity: 1;
	right: -15px;
	color: #fff;
	font-size: 14px;
	content: '\f107';
	line-height: 70px;
	position: absolute;
	display: block!important;
	font-family: FontAwesome
}

.category-list>a:first-child:hover:after {
	right: -15px
}

.category-list:hover {
	overflow: visible
}

.category-list ul {
	left: 0;
	top: 110%;
	margin: 0;
	height: 0;
	opacity: 1;
	padding: 0;
	text-align: left;
	min-width: 200px;
	list-style: none;
	overflow: hidden;
	position: absolute;
	background-color: #232323;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.category-list ul:after {
	width: 0;
	height: 0;
	top: -9px;
	left: 10px;
	content: '';
	position: absolute;
	-webkit-border-bottom: 10px solid #232323;
	-moz-border-bottom: 10px solid #232323;
	-o-border-bottom: 10px solid #232323;
	border-bottom: 10px solid #232323;
	-webkit-border-left: 10px solid transparent;
	-moz-border-left: 10px solid transparent;
	-o-border-left: 10px solid transparent;
	border-left: 10px solid transparent;
	-webkit-border-right: 10px solid transparent;
	-moz-border-right: 10px solid transparent;
	-o-border-right: 10px solid transparent;
	border-right: 10px solid transparent
}

.nav li.category-list:last-child ul {
	right: 0;
	left: auto
}

.nav li.category-list:last-child ul:after {
	left: auto;
	right: 10px
}

.category-list ul li {
	width: 100%;
	display: block;
	overflow: hidden
}

.navbar-nav>li:hover>a {
	color: #fff
}

.category-list ul li a {
	z-index: 1;
	color: #888;
	display: block;
	font-size: 16px;
	overflow: hidden;
	font-weight: 300;
	padding: 7px 12px;
	position: relative;
	background-color: #232323;
	text-transform: capitalize;
	font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,sans-serif
}

.category-list ul li:first-child a {
	margin-top: 14px
}

.category-list ul li:last-child a {
	margin-bottom: 14px
}

.category-list ul li a:hover {
	color: #fff;
	background-color: #2a2a2a
}

.category-list:hover ul {
	top: 100%;
	opacity: 1;
	height: auto;
	overflow: visible
}

.menu-button {
	padding: 0;
	float: right;
	height: 20px;
	outline: 0;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
	margin: 25px 0 25px 0;
	background-color: transparent;
	-webkit-border: none;
	-moz-border: none;
	-o-border: none;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.menu-button i {
	line-height: 20px
}

.menu-button:hover {
	color: #e14d43
}

.mobile-menu {
	width: 100%;
	display: none;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0 15px 15px
}

.normal-blog .mobile-menu,.projects .mobile-menu,.single-post .mobile-menu,.single-project .mobile-menu {
	display: none!important
}

.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-menu ul li {
	width: 100%;
	display: block
}

.mobile-menu ul li a {
	display: block;
	color: #fff;
	margin-bottom: 7px;
	padding-bottom: 5px;
	-webkit-border-bottom: 1px solid #2a2a2a;
	-moz-border-bottom: 1px solid #2a2a2a;
	-o-border-bottom: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a
}

.mobile-menu ul li a:hover {
	color: #e14d43
}

.mobile-menu li.category-list {
	margin-bottom: 7px;
	padding-bottom: 5px;
	-webkit-border-bottom: 1px solid #2a2a2a;
	-moz-border-bottom: 1px solid #2a2a2a;
	-o-border-bottom: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a
}

.mobile-menu li.category-list ul {
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
	overflow: hidden;
	position: relative;
	background-color: #232323;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.mobile-menu li.category-list ul li:last-child {
	margin-bottom: 0
}

.mobile-menu ul li.category-list a {
	-webkit-border-bottom: 0;
	-moz-border-bottom: 0;
	-o-border-bottom: 0;
	border-bottom: 0
}

.mobile-menu ul li.category-list>a:first-child {
	margin-bottom: 0
}

.mobile-menu ul li.category-list>a:first-child:after {
	top: 0;
	right: 0;
	line-height: 27px
}

.mobile-menu li.category-list ul li a {
	font-size: 15px;
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 0 0 15px;
	background-color: #232323
}

.mobile-menu li.category-list ul li a:before {
	top: 0;
	left: 0;
	content: '-';
	color: #888;
	font-size: 15px;
	position: absolute
}

#home-section {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff
}

#alternative-home-section {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(../images/background/alternativehomebg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.parallax-image #home-section {
	padding: 0;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(//resources.leng360.com/staticfiles/images/homebg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.cloud-mgr {
	margin-left: 10px;
	font-size: 30px;
	line-height: 90px
}

.image-slider #home-section {
	z-index: 2;
	background-color: transparent
}

.image-slider #supersized {
	z-index: 1
}

.image-slider #supersized img {
	top: 0!important;
	left: 0!important
}

.video-background #home-section {
	z-index: 2;
	background-color: transparent
}

.video-background #okplayer-mask {
	z-index: 1
}

#alternative-home-section-overlayer,#home-section-overlayer {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: .6;
	position: absolute;
	background-color: #000
}

#alternative-home-section-container,#home-section-container {
	/*width: 60%;*/
	position: relative;
	/*text-align: center;*/
	/*float: left;*/
	min-height: 170px;
}

#home-section-login-container {
	max-width: 200;
	text-align: center;
	/*float: left;*/
	background-color: #222;
	padding: 20px;
	opacity: .8;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px
}

#home-section-login-container input {
	margin-top: 20px
}

#home-section-login-container .btn {
	margin-top: 35px;
	margin-bottom: 25px;
	border: 0;
	min-width: 100px;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
#home-section-login-container .register {
	float: right;
}
#home-section-login-container .forget {
	float: left;
}
#home-section-login-container .register:hover
,#home-section-login-container .forget:hover {
	color: #008ed6;
}

#home-section .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #fff
}

#home-section .form-control:-moz-placeholder {
	opacity: 1;
	color: #fff
}

#home-section .form-control::-moz-placeholder {
	opacity: 1;
	color: #fff
}

#home-section .form-control:-ms-input-placeholder {
	opacity: 1;
	color: #fff
}

#alternative-home-section-container {
	padding: 150px 0 135px
}

#loginform .form-control {
	width: 100%;
	height: 50px;
	outline: 0;
	color: #fff;
	margin-bottom: 20px;
	padding: 6px 160px 6px 12px;
	background-color: transparent;
	-webkit-border: 0;
	-moz-border: 0;
	-o-border: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-border: 2px solid #fff;
	-moz-border: 2px solid #fff;
	-o-border: 2px solid #fff;
	border: 2px solid #fff
}

#loginform .form-control:focus,#loginform .form-control:hover {
	-webkit-border: 2px solid #fff;
	-moz-border: 2px solid #fff;
	-o-border: 2px solid #fff;
	border: 2px solid #fff
}
#loginform .form-item {
	position: relative;
}
#loginform .form-item .view-password {
	display: inline-block;
	color: #bfbfbf;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 9px;
	cursor: pointer;
}
#loginform .form-item .view-password-open {
	color: #0778b1;
}

.personal-name h1 {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	height: 80px;
	text-transform: capitalize
}

.personal-title h4 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 70px;
	min-height: 60px
}

.typed-cursor {
	opacity: 1;
	font-weight: 300;
	-webkit-animation: blink .7s infinite;
	-moz-animation: blink .7s infinite;
	-ms-animation: blink .7s infinite;
	-o-animation: blink .7s infinite;
	animation: blink .7s infinite
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.personal-button {
	width: 100%;
	display: block
}

#services-section {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 45px;
	background-color: #fff
}

.feature-box {
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin: 0 auto 40px
}

.feature-box .box-icon {
	float: left;
	width: 90px;
	height: 90px;
	color: #fff;
	font-size: 45px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin: 0 20px 15px 0;
	background-color: #e14d43;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.feature-box .box-icon i {
	line-height: 91px
}

.box-content {
	overflow: hidden
}

.feature-box .box-title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 15px;
	text-transform: capitalize
}

.box-desc {
	width: 94%;
	overflow: hidden;
	min-height: 118px;
}

.box-desc p {
	line-height: 1.7em;
}

.feature-box:hover .box-icon {
	background-color: #232323
}

#skills-section {
	width: 100%;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(//resources.leng360.com/staticfiles/images/skillsbg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#skills-section-overlayer {
	width: 100%;
	position: relative;
	padding: 40px 0 95px;
	background-color: rgba(0,0,0,.7)
}

#owl-skills-wrapper,.owl-skills {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center
}

.owl-skills .slide-content {
	width: 100%;
	margin: 0 auto
}

.skills {
	overflow: hidden;
	min-height: 177px;
	margin: 0 auto 25px
}

.owl-skills .skills svg path:last-child {
	stroke: #e14d43
}

.owl-skills .skills svg path:first-child {
	stroke: transparent
}

.circles-text {
	color: #fff;
	font-weight: 400;
	position: relative;
	width: 170px!important;
	height: 170px!important;
	font-size: 50px!important;
	line-height: 170px!important;
	font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.circles-text:after {
	top: 0;
	right: 35px;
	content: '';
	font-weight: 400;
	position: absolute;
	font-size: 26px!important;
	line-height: 185px!important
}

.owl-skills .skill-title h2 {
	width: 180px;
	color: #fff;
	margin: 0 auto 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.owl-skills .skill-content {
	color: #fff;
	padding: 0 15px;
	text-align: left
}

.owl-skills .skill-content p {
	line-height: 1.7em;
}

#owl-skills-wrapper .owl-theme .owl-controls .owl-page span {
	background: #e14d43
}

.owl-skills .slide-content:hover .skill-title h2 {
	color: #e14d43
}

#resume-section {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 100px;
	background-color: #fff
}

#owl-resume-wrapper,.owl-resume {
	width: 100%;
	overflow: hidden;
	position: relative
}

#owl-resume-wrapper {
	margin: 0 auto 50px
}

.owl-resume .slide-content {
	padding: 0 15px
}

.resume-wrapper {
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #0898F3;
	border: 2px solid #0898F3;
	border: 2px solid #0898F3;
	border: 2px solid #0898F3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.resume-image {
	width: 100%;
	display: block;
	position: relative;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0
}

.resume-image:after {
	top: 0;
	left: 0;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.resume-image img {
	width: 100%;
	display: block;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0
}

.resume-date {
	left: 0;
	top: 50%;
	z-index: 2;
	opacity: 0;
	width: 100%;
	color: #fff;
	margin-top: 5px;
	font-size: 40px;
	font-weight: 300;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.resume-type {
	z-index: 2;
	width: 80px;
	height: 80px;
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 80px;
	text-align: center;
	position: relative;
	margin: 20px auto 20px;
	background-color: #e14d43;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.resume-type i {
	line-height: 80px
}

.resume-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 60px 15px 0;
	margin: -60px auto 15px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.resume-title h4 {
	font-weight: 400
}

.resume-desc {
	width: 100%;
	display: block;
	margin: -15px auto 0;
	padding: 15px 15px 5px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.resume-desc p {
	min-height: 245px;
	line-height: 1.7em;
}

#owl-resume-wrapper .owl-theme .owl-controls .owl-page span {
	background: #e14d43
}

.resume-wrapper:hover .resume-date {
	opacity: 1;
	margin-top: -25px
}

.resume-wrapper:hover .resume-image:after {
	opacity: .7
}

.resume-wrapper:hover,.resume-wrapper:hover .resume-desc {
	-webkit-border-color: #e14d43;
	-moz-border-color: #e14d43;
	-o-border-color: #e14d43;
	border-color: #e14d43
}

.resume-wrapper:hover .resume-type {
	background-color: #232323
}

.download-resume {
	width: 100%;
	display: block;
	text-align: center
}

#subscribe-section {
	width: 100%;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(//resources.leng360.com/staticfiles/images/subscribebg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#subscribe-section-overlayer {
	width: 100%;
	position: relative;
	padding: 150px 0 90px;
	background-color: rgba(0,0,0,.7)
}

#newsletter-form {
	width: 100%;
	margin-top: 2px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.form-group {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative
}

#newsletter-form .form-control {
	width: 100%;
	height: 50px;
	outline: 0;
	color: #fff;
	margin-bottom: 20px;
	padding: 6px 160px 6px 12px;
	background-color: transparent;
	-webkit-border: 0;
	-moz-border: 0;
	-o-border: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-border: 2px solid #fff;
	-moz-border: 2px solid #fff;
	-o-border: 2px solid #fff;
	border: 2px solid #fff
}

#newsletter-form .form-control:focus,#newsletter-form .form-control:hover {
	-webkit-border: 2px solid #fff;
	-moz-border: 2px solid #fff;
	-o-border: 2px solid #fff;
	border: 2px solid #fff
}

#newsletter-form button {
	top: 0;
	right: 0;
	margin: 0;
	line-height: 26px;
	position: absolute
}

p.nesto-response {
	margin: 0;
	left: 15px;
	width: 100%;
	bottom: -20px;
	color: #fff;
	text-align: left;
	position: absolute
}

#portfolio-section {
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(//resources.leng360.com/staticfiles/images/subscribebg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center
}

.photostack {
	overflow: hidden;
	position: relative;
	text-align: center
}

.js .photostack {
	min-height: 500px
}

.photostack img {
	width: 100%;
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-o-border-radius: 5%;
	border-radius: 5%
}

.photostack .item-image {
	width: 100%;
	outline: 0;
	display: block;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-o-border-radius: 10%;
	border-radius: 10%
}

.photostack .item-image img {
	width: 100%;
	z-index: 200;
	overflow: hidden;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-o-border-radius: 10%;
	border-radius: 10%
}

.owl-application-title {
	width: 100%;
	height: 40px;
	position: relative;
	background-color: rgba(0,0,0,.5);
	opacity: .9;
	top: -75px;
	vertical-align: middle
}

.owl-application h4 {
	color: #fff;
	padding: 1%
}

.owl-application .owl-item {
	width: 100%;
	padding: 10px
}

.owl-application .owl-pagination {
	margin-bottom: 20px
}

.portfolio-title {
	z-index: 1000;
	padding-top: 40px;
	padding-bottom: 5px
}

.portfolio-title h1,.portfolio-title h3 {
	color: #fff
}

.photostack .item-content h4 {
	left: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	color: #fff;
	line-height: 60px;
	margin-top: 80px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.photostack nav {
	left: 0;
	z-index: 90;
	width: 100%;
	bottom: 30px;
	text-align: center;
	position: absolute;
	-webkit-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.photostack nav span {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	text-align: center;
	display: inline-block;
	background-color: #e14d43;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .6s ease-in-out,background .3s;
	-ms-transition: -ms-transform .6s ease-in-out,background .3s;
	-moz-transition: -moz-transform .6s ease-in-out,background .3s;
	-o-transition: -o-transform .6s ease-in-out,background .3s;
	transition: transform .6s ease-in-out,background .3s;
	-webkit-transform: scale(.48);
	-ms-transform: scale(.48);
	-moz-transform: scale(.48);
	-o-transform: scale(.48);
	transform: scale(.48)
}

.photostack nav span:last-child {
	margin-right: 0
}

.photostack nav span.current {
	background-color: #e14d43;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.photostack .item-content:hover h4 {
	margin-top: 70px
}

.photostack .item-content a:hover {
	background-color: #232323
}

.photostack .item-content:hover a:first-child {
	margin-left: -60px
}

.photostack .item-content:hover a:last-child {
	margin-right: -60px
}

#more-section {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0;
	background-color: #e14d43
}

#testimonials-section {
	width: 100%;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(../images/background/testimonialsbg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#testimonials-section-overlayer {
	width: 100%;
	position: relative;
	padding: 110px 0 95px;
	background-color: rgba(0,0,0,.7)
}

#owl-testimonials-wrapper,.owl-testimonials {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.owl-testimonials .client-img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.owl-testimonials .client-img img {
	width: 100%;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.client-name {
	margin: 0 auto 35px
}

.client-name h2 {
	color: #e14d43;
	text-transform: capitalize
}

.owl-testimonials .client-quote {
	width: 100%;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px
}

#owl-testimonials-wrapper .owl-theme .owl-controls .owl-page span {
	background: #e14d43
}

#pricing-section {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 80px;
	background-color: #fff
}

.pricing-table {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-webkit-border: 2px solid #008ed6;
	-moz-border: 2px solid #008ed6;
	-o-border: 2px solid #008ed6;
	border: 2px solid #008ed6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pricing-table .table-title h3 {
	text-align: center;
	padding: 25px 12px;
	text-transform: capitalize
}

.pricing-table .table-icon {
	color: #232323;
	font-size: 50px;
	text-align: center;
	padding: 0 12px 25px;
	background-color: #fff
}

.pricing-table .table-icon i {
	line-height: 50px
}

.pricing-table .table-price {
	padding: 0;
	width: 100%;
	height: 80px;
	display: block;
	text-align: center;
	background-color: #008ed6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pricing-table .table-price span.price {
	color: #fff;
	font-size: 42px;
	line-height: 80px;
	display: inline-block
}

.pricing-table .table-price span.duration {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 60px;
	display: inline-block;
	vertical-align: bottom
}

.pricing-table .table-info {
	width: 100%;
	display: block;
	text-align: left;
	padding: 30px 10px 0;
	text-transform: capitalize;
	min-height: 138px
}

.pricing-table .table-info ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none
}

.pricing-table .table-info ul li {
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 10px
}

.pricing-table .table-info ul li:last-child {
	margin-bottom: 0
}

.table-button {
	width: 100%;
	display: block;
	padding: 20px 0 30px
}

.table-button a.btn {
	font-size: 16px;
	padding: 10px 20px;
	background-color: #008ed6
}

.table-button a.btn:hover {
	background-color: #e14d43
}

.pricing-table.feature-table {
	-webkit-border-color: #e14d43;
	-moz-border-color: #e14d43;
	-o-border-color: #e14d43;
	border-color: #e14d43
}

.pricing-table.feature-table .table-button a.btn,.pricing-table.feature-table .table-price {
	background-color: #e14d43
}

.pricing-table:hover {
	-webkit-border-color: #e14d43;
	-moz-border-color: #e14d43;
	-o-border-color: #e14d43;
	border-color: #e14d43
}

.pricing-table.feature-table .table-button a.btn:hover,.pricing-table:hover .table-button a.btn:hover {
	background-color: #232323
}

.pricing-table:hover .table-button a.btn,.pricing-table:hover .table-price {
	background-color: #e14d43
}

#numbers-section {
	width: 100%;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(../images/background/numbersbg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#numbers-section-overlayer {
	width: 100%;
	position: relative;
	padding: 100px 0 45px;
	background-color: rgba(0,0,0,.7)
}

.numbers {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px
}

.box-icon {
	color: #fff;
	font-size: 55px;
	margin-bottom: 35px
}

.box-icon i {
	line-height: 55px
}

.box-numbers {
	color: #e14d43;
	font-size: 40px;
	margin-bottom: 15px
}

.odometer.odometer-auto-theme,.odometer.odometer-theme-default {
	font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif
}

.box-title h2 {
	color: #fff;
	text-transform: capitalize
}

#contact-section {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 100px 0 45px;
	background-color: #fff
}

#contactform .form-control {
	width: 100%;
	height: 40px;
	outline: 0;
	color: #fff;
	padding: 6px 10px;
	margin-bottom: 10px;
	background-color: #434343;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-border: 2px solid #232323;
	-moz-border: 2px solid #232323;
	-o-border: 2px solid #232323;
	border: 2px solid #232323
}

#contactform .form-control:focus,#contactform .form-control:hover {
	-webkit-border-color: #e14d43;
	-moz-border-color: #e14d43;
	-o-border-color: #e14d43;
	border-color: #e14d43
}

#contactform .form-control input {
	padding-right: 0
}

#contactform textarea {
	width: 100%;
	resize: none;
	margin: 0 auto;
	height: 130px!important;
	padding: 15px 12px!important
}

#contactform button {
	outline: 0;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 5px
}

.form-message {
	width: 100%;
	color: #e14d43;
	min-height: 28px;
	margin-top: 20px;
	text-align: center
}

#company.form-error,#email.form-error,#message.form-error,#name.form-error,#subject.form-error {
	-webkit-border-color: #e14d43;
	-moz-border-color: #e14d43;
	-o-border-color: #e14d43;
	border-color: #e14d43
}

#footer-section {
	width: 100%;
	color: #fff;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 25px;
	background-color: #232323
}

.footer-padding {
	padding-top: 30px
}

#company_info {
	padding-top: 22px
}

.footer-logo {
	padding: 0;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px
}

.footer-logo a {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-transform: capitalize;
	font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif
}
.footer-logo a img {
	width: 150px;
}
.footer-logo a:hover {
	color: #e14d43
}

#company_info i {
	background-color: rgba(255,255,255,.5);
	padding: 5px;
	width: 40px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

#company_info .addr div:first-child,#company_info .phone div:first-child {
	padding-bottom: 10px
}

#company_info .mail,#company_info .phone {
	padding-top: 6px
}

.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}

.social-icons li {
	margin: 2px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.social-icons a {
	color: #fff;
	display: block;
	font-size: 18px;
	background-color: #303030;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.social-icons a i {
	line-height: 40px
}

.social-icons a:hover {
	background-color: #2a2a2a
}

.copyright {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0;
	margin: 25px auto 0;
	-webkit-border-top: 1px solid #2a2a2a;
	-moz-border-top: 1px solid #2a2a2a;
	-o-border-top: 1px solid #2a2a2a;
	border-top: 1px solid #2a2a2a
}

.copyright a:hover {
	color: #fff
}

.ns-box {
	font-size: 17px;
	font-weight: 300;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "Microsoft Yahei",Karma,"Helvetica Neue",Helvetica,Arial,sans-serif
}

.ns-growl {
	max-width: 340px
}

.ns-effect-slide {
	background-color: #e14d43
}

.ns-effect-slide .ns-close::after,.ns-effect-slide .ns-close::before {
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.ns-box a {
	opacity: 1;
	color: #fff;
	font-weight: 300;
	text-decoration: underline
}

.ns-box a:hover {
	text-decoration: none
}

.ns-growl p {
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0
}

.breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.breadcrumb a:hover,.breadcrumb>.active,.breadcrumb>li+li:before {
	color: #fff
}

#page-content {
	width: 100%;
	overflow: hidden;
	padding: 95px 0 50px;
	background-color: #f5f5f5
}

.portfoliofilter {
	width: 100%;
	overflow: hidden;
	position: relative
}

.portfoliofilter ul {
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 60px
}

.portfoliofilter ul li {
	margin: 5px 0;
	display: inline-block
}

.portfoliofilter ul li a.btn {
	color: #fff;
	line-height: 26px;
	background-color: #232323
}

.portfoliofilter ul li a.btn.selected,.portfoliofilter ul li a.btn:hover {
	color: #fff;
	background-color: #e14d43
}

.portfolio-grid {
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	margin: 0 auto 35px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio-grid li {
	width: 25%;
	float: left;
	padding: 15px;
	list-style: none;
	overflow: hidden;
	display: inline-block
}

.portfolio-grid .portfolio-item {
	width: 100%;
	display: block;
	position: relative
}

.portfolio-grid .portfolio-item .item-image {
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.portfolio-grid .portfolio-item .item-image img {
	width: 100%;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio-grid .portfolio-item .item-content {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio-grid .portfolio-item h4 {
	left: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	color: #fff;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio-grid .portfolio-item .item-anchors {
	left: 0;
	top: 50%;
	width: 100%;
	height: 60px;
	margin-top: 5px;
	position: absolute
}

.portfolio-grid .portfolio-item a {
	width: 50px;
	height: 50px;
	color: #fff;
	display: block;
	font-size: 22px;
	text-align: center;
	background-color: #e14d43;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.portfolio-grid .portfolio-item a i {
	line-height: 50px
}

.portfolio-grid .portfolio-item a:first-child {
	top: 0;
	left: 50%;
	position: absolute;
	margin-left: -25px
}

.portfolio-grid .portfolio-item a:last-child {
	top: 0;
	right: 50%;
	position: absolute;
	margin-right: -25px
}

.portfolio-grid .portfolio-item:hover h4 {
	margin-top: -60px
}

.portfolio-grid .portfolio-item:hover .item-content {
	opacity: 1
}

.portfolio-grid .portfolio-item a:hover {
	background-color: #232323
}

.portfolio-grid .portfolio-item:hover a:first-child {
	margin-left: -60px
}

.portfolio-grid .portfolio-item:hover a:last-child {
	margin-right: -60px
}

.more-button {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 50px
}

.single-project #page-content {
	padding: 40px 0 10px
}

.project-container {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 15px 15px 0 15px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-border: 1px solid #e1e1e1;
	-moz-border: 1px solid #e1e1e1;
	-o-border: 1px solid #e1e1e1;
	border: 1px solid #e1e1e1
}

.owl-project,.owl-project-image,.owl-project-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.owl-project-image img {
	width: 100%;
	display: block
}

.project-content {
	width: 100%;
	overflow: hidden;
	padding: 20px 10px 10px
}

.project-desc {
	width: 64%;
	float: left;
	overflow: hidden;
	margin: 0 0 10px;
	padding-right: 30px
}

.project-desc p:last-child {
	margin-bottom: 0
}

.project-desc-title,.project-detail-title {
	width: 100%;
	margin-bottom: 15px;
	text-transform: capitalize;
	-webkit-border-bottom: 1px solid #e1e1e1;
	-moz-border-bottom: 1px solid #e1e1e1;
	-o-border-bottom: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}

.project-desc-title span,.project-detail-title span {
	margin: 0 0 -1px 0;
	padding-bottom: 15px;
	display: inline-block;
	-webkit-border-bottom: 1px solid #232323;
	-moz-border-bottom: 1px solid #232323;
	-o-border-bottom: 1px solid #232323;
	border-bottom: 1px solid #232323
}

.project-detail {
	width: 36%;
	float: right;
	overflow: hidden;
	margin: 0 0 10px
}

.project-detail ul {
	padding: 0;
	list-style: none;
	margin: 0 auto 5px
}

.project-detail ul li {
	width: 100%;
	display: block
}

.project-detail span {
	color: #232323
}

.project-share {
	width: 100%;
	color: #232323;
	overflow: hidden;
	padding: 0 0 10px;
	line-height: 30px;
	margin: 10px auto 0
}

.project-share span {
	float: left;
	margin-right: 10px
}

.project-share a {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.project-share a i {
	line-height: 30px
}

.gplus {
	background-color: #d53824
}

.vimeo {
	background-color: #4c8ab0
}

.behance {
	background-color: #1769ff
}

.twitter {
	background-color: #3bc1ed
}

.youtube {
	background-color: #bf2f29
}

.dribbble {
	background-color: #ef5a92
}

.facebook {
	background-color: #4a6d9d
}

.linkedin {
	background-color: #0b7bb5
}

.pinterest {
	background-color: #cb1f25
}

.instagram {
	background-color: #3f6f94
}

.project-share a:hover {
	background-color: #232323
}

.col-md-8.blog-posts {
	width: 100%;
	float: none;
	margin: 0 auto;
	max-width: 800px
}

.post-main-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.post-wrapper {
	width: 100%;
	padding: 15px;
	position: relative;
	margin: 0 auto 72px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-border: 1px solid #e1e1e1;
	-moz-border: 1px solid #e1e1e1;
	-o-border: 1px solid #e1e1e1;
	border: 1px solid #e1e1e1
}

.post-wrapper .post-header {
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative
}

.post-wrapper .post-image {
	width: 100%;
	display: block;
	overflow: hidden
}

.post-wrapper .post-image a,.post-wrapper .post-image img {
	width: 100%;
	display: block
}

.post-wrapper .post-image a:hover {
	opacity: .8
}

.post-header iframe {
	-webkit-border: 0;
	-moz-border: 0;
	-o-border: 0;
	border: 0
}

.owl-post,.owl-post-image,.owl-post-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.owl-post-image img {
	width: 100%;
	display: block
}

.post-wrapper .post-container {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 10px 0
}

.post-wrapper .post-title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 15px
}

.post-wrapper .post-title h2 {
	text-transform: capitalize
}

.post-wrapper .post-title a {
	color: #232323
}

.post-wrapper .post-title a:hover {
	color: #e14d43
}

.post-wrapper .post-meta {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	-webkit-border-bottom: 1px solid #e1e1e1;
	-moz-border-bottom: 1px solid #e1e1e1;
	-o-border-bottom: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}

.post-wrapper .post-meta span {
	float: left;
	margin-right: 8px;
	position: relative;
	display: inline-block
}

.post-wrapper .post-meta span i {
	-webkit-font-smoothing: antialiased
}

.post-wrapper .post-content {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 30px
}

.post-wrapper .post-link {
	left: 0;
	width: 100%;
	height: 80px;
	bottom: -40px;
	text-align: center;
	position: absolute
}

.post-wrapper .post-link a {
	top: 0;
	left: 50%;
	content: '';
	width: 80px;
	height: 80px;
	padding: 4px;
	color: #fff;
	overflow: hidden;
	margin-left: -40px;
	position: absolute;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-border: 1px solid #e1e1e1;
	-moz-border: 1px solid #e1e1e1;
	-o-border: 1px solid #e1e1e1;
	border: 1px solid #e1e1e1
}

.post-wrapper .post-link a>span {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-color: #e14d43;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.post-wrapper .post-link a span span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 25px;
	line-height: 70px;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.post-wrapper .post-link a span.post-type {
	left: 0
}

.post-wrapper .post-link a span.post-anchor {
	left: 100%
}

.post-wrapper .post-link a span span:before {
	font-family: FontAwesome
}

.post-wrapper .post-link a span.post-anchor:before {
	content: '\f178'
}

.default-post-type .post-link a span.post-type:before {
	content: '\f040'
}

.post-wrapper.default-post-type .post-container {
	padding-top: 10px
}

.image-post-type .post-link a span.post-type:before {
	content: '\f03e'
}

.video-post-type .post-link a span.post-type:before {
	content: '\f008'
}

.slider-post-type .post-link a span.post-type:before {
	content: '\f03e'
}

.post-wrapper:hover .post-link a span.post-type {
	left: -100%
}

.post-wrapper:hover .post-link a span.post-anchor {
	left: 0
}

.post-wrapper a:hover>span {
	background-color: #232323
}

.single-post .post-wrapper {
	margin-bottom: 30px
}

.single-post .post-wrapper .post-content {
	margin-bottom: 0
}

.post-share {
	width: 100%;
	color: #232323;
	overflow: hidden;
	line-height: 30px;
	margin: 0 auto 30px
}

.post-share span {
	float: left;
	margin-right: 10px
}

.post-share a {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.post-share a i {
	line-height: 30px
}

.post-share a:hover {
	background-color: #232323
}

.post-comments {
	width: 100%;
	padding: 30px;
	overflow: hidden;
	margin: 0 auto 30px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-border: 1px solid #e1e1e1;
	-moz-border: 1px solid #e1e1e1;
	-o-border: 1px solid #e1e1e1;
	border: 1px solid #e1e1e1
}

.comments {
	width: 100%;
	display: block;
	overflow: hidden
}

.comments ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.comments ul ul {
	padding-left: 100px
}

.comments ul li {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 25px;
	margin: 20px auto 0;
	-webkit-border-top: 1px solid #e1e1e1;
	-moz-border-top: 1px solid #e1e1e1;
	-o-border-top: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1
}

.comments>ul>li:first-child {
	margin: 0;
	padding: 0;
	-webkit-border: 0;
	-moz-border: 0;
	-o-border: 0;
	border: 0
}

.avatar-image {
	float: left;
	margin-right: 25px;
	display: inline-block
}

.avatar-image img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.comment-container {
	overflow: hidden
}

.author-name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
	text-transform: capitalize
}

.author-name span:first-child {
	color: #e14d43;
	font-size: 22px
}

.comment-button {
	width: 100%;
	display: block;
	overflow: hidden
}

.comment-button a {
	float: right
}

.post-replay {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 45px;
	padding: 25px 30px 30px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-border: 1px solid #e1e1e1;
	-moz-border: 1px solid #e1e1e1;
	-o-border: 1px solid #e1e1e1;
	border: 1px solid #e1e1e1
}

.replay-title {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto 25px
}

.post-replay .form-control {
	width: 100%;
	height: 50px;
	outline: 0;
	color: #232323;
	padding: 6px 16px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-border: 2px solid #e1e1e1;
	-moz-border: 2px solid #e1e1e1;
	-o-border: 2px solid #e1e1e1;
	border: 2px solid #e1e1e1
}

.post-replay .form-control:focus,.post-replay .form-control:hover {
	-webkit-border-color: #e14d43;
	-moz-border-color: #e14d43;
	-o-border-color: #e14d43;
	border-color: #e14d43
}

.post-replay textarea {
	width: 100%;
	resize: none;
	margin: 0 auto;
	height: 160px!important;
	padding: 15px 12px!important
}

.post-replay button.btn {
	margin: 0;
	outline: 0;
	display: block
}

.widget {
	width: 250px;
	display: block;
	overflow: hidden;
	padding: 0 15px 0;
	position: relative;
	margin: 0 auto 20px
}

.widget-title {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 18px;
	padding-bottom: 15px;
	text-transform: capitalize;
	-webkit-border-bottom: 1px solid #2a2a2a;
	-moz-border-bottom: 1px solid #2a2a2a;
	-o-border-bottom: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a
}

.widget-title h5 {
	color: #fff
}

.widget-social ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget-social ul li {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	margin: 0 5px 10px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.widget-social ul li:first-child,.widget-social ul li:nth-child(6n) {
	margin-left: 0
}

.widget-social ul li:nth-child(5n) {
	margin-right: 0
}

.widget-social ul li:last-child {
	margin-right: 0;
	margin-bottom: 0
}

.widget-social ul li a {
	display: block;
	color: #fff
}

.widget-social ul li a i {
	line-height: 36px
}

.widget-social ul li a:hover {
	background-color: #303030
}

.widget-dribbble {
	margin-bottom: 15px
}

.widget-dribbble ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	position: relative
}

.widget-dribbble ul li {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	display: inline-block
}

.widget-dribbble ul li a,.widget-dribbble ul li img {
	width: 100%;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.widget-flickr .flickr-feed {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
	text-align: center
}

.widget-flickr .flickr-feed li {
	padding: 0;
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 5px 10px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.widget-flickr .flickr-feed li:first-child,.widget-flickr .flickr-feed li:nth-child(3n+1) {
	margin-left: 0
}

.widget-flickr .flickr-feed li:nth-child(3n) {
	margin-right: 0
}

.widget-flickr .flickr-feed li a {
	width: 100%;
	display: block
}

.widget-flickr .flickr-feed li img {
	width: 100%;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.widget-flickr .flickr-feed li:hover {
	opacity: .7
}

.widget-twitter .tweetfeed {
	height: 100%
}

.widget-twitter .tweetfeed ul li a i.fa-twitter {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	margin-left: -30px
}

.widget-twitter .tweetfeed ul li a:hover {
	color: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.widget-twitter .tweetfeed ul {
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	text-align: left;
	list-style: none;
	overflow: hidden
}

.widget-twitter .tweet span,.widget-twitter .tweetfeed ul li {
	width: 100%;
	display: block;
	color: #e1e1e1;
	padding: 0 0 10px 30px
}

body.boxed-version {
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(../images/patterns/bg13.png);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

body.boxed-version.image-slider #supersized {
	left: 50%;
	max-width: 1200px;
	margin-left: -600px
}

.boxed-version #content-wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px
}

body.show-menu.boxed-version {
	padding-left: 250px
}

body.show-menu.boxed-version #content-wrapper {
	margin: 90px auto 0
}

.dark-version .post-share,.dark-version .project-share span,body.dark-version {
	color: #ccc
}

.dark-version .btn-nesto-o:hover {
	color: #232323
}

.dark-version #contactform .form-control,.dark-version .post-replay .form-control,.dark-version .post-wrapper .post-title a,.dark-version .pricing-table .table-icon,.dark-version .project-detail span,.dark-version a:hover,.dark-version h1,.dark-version h2,.dark-version h3,.dark-version h4,.dark-version h5,.dark-version h6 {
	color: #fff
}

.dark-version #contactform .form-control,.dark-version #menu-wrapper.menubgC,.dark-version .post-comments,.dark-version .post-replay,.dark-version .post-wrapper,.dark-version .post-wrapper a:hover>span,.dark-version .pricing-table,.dark-version .pricing-table .table-icon,.dark-version .project-container,.dark-version .resume-content,body.dark-version {
	background-color: #232323
}

.dark-version #contact-section,.dark-version #content-wrapper,.dark-version #page-content,.dark-version #portfolio-section,.dark-version #pricing-section,.dark-version #resume-section,.dark-version #services-section,.dark-version .photostack,.dark-version .post-replay .form-control,.dark-version .post-replay button.btn:hover,.dark-version .post-wrapper .post-link a,.dark-version .pricing-table .table-price,.dark-version .pricing-table.feature-table .table-button a.btn:hover,.dark-version .pricing-table:hover .table-button a.btn:hover,.dark-version .resume-wrapper:hover .resume-type,.dark-version .table-button a.btn {
	background-color: #2a2a2a
}

.dark-version .comments ul li,.dark-version .post-comments,.dark-version .post-meta,.dark-version .post-replay,.dark-version .post-replay .form-control,.dark-version .post-wrapper,.dark-version .post-wrapper .post-link a,.dark-version .pricing-table,.dark-version .project-container,.dark-version .project-desc-title,.dark-version .project-desc-title span,.dark-version .project-detail-title,.dark-version .project-detail-title span {
	-webkit-border-color: #2a2a2a;
	-moz-border-color: #2a2a2a;
	-o-border-color: #2a2a2a;
	border-color: #2a2a2a
}

/* äºŒç»´ç ä¸‹è½½ */
.app-download-code img {
	width: 135px;
}
.app-download-code p {
	color: white;
	font-size: 15px;
	margin-top: 10px;
}

/* æ ‡è¯­ */
.home-section-container span {
	display: inline-block;
	text-align: left;
}
.home-section-container span#personal-typed {
	display: inline;
}
.home-section-container span.typed-cursor {
	display: inline;
}
.home-section-container .personal-title h4 {
	margin-bottom: 0px;
}

/* å†°é­”æ–¹å‡çº§é¦–é¡µå¼¹å‡ºæ¡† */
body .upgrade-entry-dialog {
	background: transparent;
	box-shadow: none;
}
body .upgrade-entry-dialog .layui-layer-content {
	padding: 0px;
	background: transparent;
	position: relative;
	overflow: hidden;
}
body .upgrade-entry-dialog .layui-layer-content i {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
body .upgrade-entry-dialog .layui-layer-content em {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 2;
	right: 28px;
	top: 63px;
	cursor: pointer;
}
body .upgrade-entry-dialog .layui-layer-content a {
	display: inline-block;
	width: 292px;
	height: 52px;
	position: absolute;
	bottom: 4px;
	right: 84px;
}
body .upgrade-entry-small-dialog .layui-layer-content a {
	width: 147px;
	height: 30px;
	bottom: 0px;
	right: 77px;
}
body .upgrade-entry-small-dialog .layui-layer-content em {
	top: 0px;
	right: 0px;
}
body .upgrade-entry-small-dialog .layui-layer-btn {
	display: none;
	padding: 0px;
	margin: 0px;
}
.upgrade-entry-side {
	display: inline-block;
	width: 220px;
	height: 220px;
	position: fixed;
	top: 50%;
	margin-top: -105px;
	left: -190px;
	transition: 0.2s;
	background: url(../special/upgrade/upgrade-entry-side.png) no-repeat 0 0;
}
.upgrade-entry-side .img {
	display: inline-block;
	width: 180px;
	height: 100%;
}
.upgrade-entry-side .ico {
	display: inline-block;
	width: 30px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.upgrade-entry-side:hover {
	left: 0px;
}

@media only screen and (max-width:1199px) {
	body.boxed-version.image-slider #supersized {
		left: 0;
		margin-left: 0;
		max-width: 100%
	}

	.navbar-nav>li {
		padding: 0 5px
	}

	.section-title h1 {
		font-size: 45px
	}

	.col-md-6 .section-title h1 {
		font-size: 35px
	}

	.resume-date {
		font-size: 35px
	}

	.portfolio-grid {
		padding: 0 4px 0 5px
	}

	.portfolio-grid li {
		width: 33%
	}
}

@media only screen and (max-width:991px) {
	.mobile-menu {
		display: block
	}

	nav.navbar-collapse.collapse {
		display: none!important
	}

	.col-md-6 .section-title h1 {
		text-align: center
	}

	.portfolio-grid {
		padding: 0 2px 0 4px
	}

	.portfolio-grid li {
		width: 33%
	}

	.portfolio-item h4 {
		font-size: 20px
	}
	.home-section-container#home-section-container .personal-name
	,.home-section-container#home-section-container .personal-title
	,.home-section-container#home-section-container .app-download-code {
		text-align: center;
	}
	.home-section-container#home-section-container .personal-title {
		margin: 0 20px;
		overflow: hidden;
		height: 75px;
	}
}

@media only screen and (max-width:768px) {
	.container {
		width: 700px
	}

	.single-project .container {
		width: 100%
	}

	.navbar-header {
		float: left;
		display: inline-block
	}

	.portfolio-grid {
		padding: 0
	}

	.portfolio-grid li {
		width: 50%
	}

	.project-desc {
		width: 100%;
		padding-right: 0
	}

	.project-detail {
		margin: 0;
		width: 100%
	}

	/* ä¼˜åŒ–å­—ä½“æŽ’ç‰ˆ */
	.pricing-table-1 .table-title h3{
		font-size: 1.2em;
	}

	#loginform .form-control {
		padding-right: 0px;
	}
	.upgrade-entry-side {
		display: none;
	}
}

@media only screen and (max-width:699px) {
	.container {
		width: 600px
	}

	.cloud-mgr {
		font-size: 20px
	}

	.personal-name h1 {
		font-size: 50px;
		line-height: 70px
	}

	.personal-title h4 {
		font-size: 20px
	}

	.resume-date {
		font-size: 25px
	}

	#pricing-section .col-xs-6 {
		width: 100%
	}

	.pricing-table {
		margin: 0 auto 20px
	}

	#contactform .form-control {
		margin-bottom: 20px
	}

	.comments ul ul {
		padding-left: 20px
	}
}

@media only screen and (max-width:599px) {
	.container {
		width: 550px
	}

	.cloud-mgr {
		font-size: 20px
	}

	.personal-title h4 {
		margin-bottom: 40px
	}

	.resume-date {
		font-size: 35px
	}

	.profile-title {
		display: none
	}

	.section-title h1 {
		font-size: 40px
	}

	.section-desc h3 {
		font-size: 22px
	}

	.feature-box .box-icon {
		float: none;
		display: block;
		margin: 0 auto 25px
	}

	.feature-box .box-title {
		text-align: center
	}

	.box-desc {
		text-align: left
	}

	#owl-portfolio-wrapper .owl-navigation {
		display: none!important
	}

	#owl-testimonials-wrapper .owl-theme .owl-controls {
		display: none!important
	}
}

@media only screen and (max-width:549px) {
	.container {
		width: 500px
	}
}

@media only screen and (max-width:499px) {
	.container {
		width: 450px
	}

	.cloud-mgr {
		font-size: 18px
	}

	.personal-name h1 {
		font-size: 40px;
		line-height: 60px
	}

	#newsletter-form button {
		width: 100%;
		display: block;
		position: relative
	}

	p.nesto-response {
		bottom: -40px
	}

	.col-xs-6 {
		width: 100%
	}

	.avatar-image {
		margin-bottom: 25px
	}

	.comment-container {
		float: left
	}

	.comments ul ul {
		padding: 0;
		width: 100%;
		display: block;
		overflow: hidden
	}

	.portfolio-grid li {
		width: 100%
	}
}

@media only screen and (max-width:449px) {
	.container {
		width: 320px
	}

	.resume-date {
		font-size: 25px
	}

	.single-project .container {
		padding: 0
	}

	.project-desc-title h4,.project-detail-title h4 {
		font-size: 20px
	}

	.post-title h2 {
		font-size: 24px
	}

	.photostack figure {
		width: 290px;
		height: 290px
	}

	.first_row {
		padding-right: 15px
	}

	/* ä¼˜åŒ–å­—ä½“å¤§å° */
	.feature-box .box-title h3 {
		font-size: 1.3em;
		text-align: left;
	}
}

#skills-section-overlayer h1 {
	color: #fff;
	margin-bottom: 60px
}

.contact_title,.contact_title h1,.watch_title,.watch_title h1 {
	font-size: 30px;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #fff
}

.watch_title h1 {
	overflow: display;
	text-align: center
}

#company_info h1 {
	font-size: 20px;
	color: #fff;
	padding-left: 16px;
	padding-bottom: 20px
}

#company_info i {
	font-size: 30px
}

#company_info .mail,#company_info .phone {
	font-family: "Helvetica Neue",Helvetica,Arial
}

#company_info .mail span,#company_info .phone span,.copyright span {
	font-size: 14px;
	color: #888;
	font-weight: 500;
	font-family: "Microsoft Yahei",Karma,"Helvetica Neue",Helvetica,Arial,sans-serif
}

#company_info .addr div:nth-child(2),#company_info .mail div:nth-child(2),#company_info .phone div:nth-child(2) {
	line-height: 20px
}

.first_row {
	padding-right: 0
}

.copyright span {
	margin-left: 10px
}


/* å¼•å…¥font */
@font-face {
	font-family: 'iconfont';  /* project id 315624 */
	src: url('//at.alicdn.com/t/font_wcengm8r2hcfecdi.eot');
	src: url('//at.alicdn.com/t/font_wcengm8r2hcfecdi.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_wcengm8r2hcfecdi.woff') format('woff'),
	url('//at.alicdn.com/t/font_wcengm8r2hcfecdi.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_wcengm8r2hcfecdi.svg#iconfont') format('svg');
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.iconfont-view:before { content: "\e65e"; }