/*-------------------------------------------------*//* =  General/*-------------------------------------------------*/.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
.oh {
	overflow: hidden;
}
.mt0 {
	margin-top: 0px !important;
}
.mt-90 {
	margin-top: -90px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.color-white {
	color: #fff !important;
}
a {
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	outline: none;
}
a:hover {
	color: #016fc6;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	font-family: "Microsoft yahei", "Helvetica Neue", "Hiragino Sans GB", Helvetica,  Arial, sans-serif;
}
body img {
	border: none;
}
h1 {
	color: #000;
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
}
h2 {
	color: #000;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
}
h3 {
	color: #000;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
}
h4 {
	color: #000;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}
h5 {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
h6 {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
p {
	font-size: 14px;
	color: #696969;
	margin: 0;
	line-height: 24px;
}/*-------------------------------------------------------*//* Isotope filtering/*-------------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}/*-------------------------------------------------------*//* Header/*-------------------------------------------------------*/
.top-line {
	background: #f0f2f6;
	padding: 10px 0;
}
.top-line.active {
	display: none !important;
}
.top-socials li {
	display: inline-block;
}
.top-socials li i {
	font-size: 16px;
	color: #969fb1;
	margin-right: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.top-socials li:hover .fa-renren {
	color: #00abf0;
}
.top-socials li:hover .fa-weibo {
	color: #39579a;
}
.top-socials li:hover .fa-tencent-weibo {
	color: #0072a6;
}
.top-socials li:hover .fa-weixin {
	color: #eb8984;
}
.top-socials li:hover .fa-qq {
	color: #ce1d1f;
}
.top-info {
	text-align: right;
	padding-top: 4px;
}
.top-info li {
	display: inline-block;
	margin-left: 30px;
}
.top-info i {
	color: #969fb1;
	font-size: 15px;
	margin-right: 10px;
}
.top-info a {
	color: #969fb1;
	font-size: 13px;
}
.top-info p {
	color: #969fb1;
	font-size: 13px;
	margin: 0;
}/*Navigation*/
.navigation {
	z-index: 10;
	width: 100%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	padding: 0px 0;
	background: #fff;
}
.navigation.active {
	margin-top: 0;
	position: fixed;
}
.navigation.active .logo {
	padding: 15px;
}
.navigation.active .navbar-nav li a {
	padding: 20px 20px !important;
}
.navigation.active #search {
	position: relative;
	margin-top: 9px;
}
.navigation.active .search-bar {
	bottom: -52px;
}
.logo {
	float: left;
	padding: 26px 0;
	height: 28px;
	width: auto
}
header .navbar .navbar-collapse {
	text-align: center;
	border-bottom: #016fc6 1px solid
}
header .navbar .navbar-collapse .navbar-nav {
	float: right;
	display: inline-block;
	margin: 0px 0px 0 0;
}
header .navbar .navbar-collapse .navbar-nav > li {
	outline: 0;
}
header .navbar .navbar-collapse .navbar-nav li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	padding: 30px 20px;
	outline: 0;
}
header .navbar .navbar-collapse .navbar-nav li.active a {
	color: #fff;
	background: #016fc6
}
header .navbar .navbar-collapse .navbar-nav li:hover a {
	background: #016fc6;
	color: #fff;
}
header .navbar .navbar-collapse .navbar-nav li.drop {
	position: relative;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.15);
	box-shadow: 0 0 8px rgba(0,0,0,.15);
	text-align: left;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li {
	list-style: none;
	display: block;
	margin: 0;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li ul.drop-down.level3 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	top: 0px;
	left: 100%;
	margin-left: 1px;
	border-bottom: none;
	min-height: 360px;
    width: 220px;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	display: block;
	color: #000;
	font-size: 14px;
	padding: 20px 20px;
	background: #fff;
	margin: 0;
	border: none;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li a:hover {
	color: #ffffff;
	background: #016fc6;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li:last-child {
	border-bottom: none;
}
header .navbar .navbar-collapse .navbar-nav li:hover > ul.drop-down {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#search {
	position: relative;
	margin-top: 20px;
	width: 40px;
	height: 40px;
}
#search input[type="text"] {
	padding: 11px 0;
	font-size: 13px;
	text-indent: 10px;
	color: #696969;
	width: 238px;
	background-color: #f9fbfc;
	border: solid 1px #e9eef2;
}
.search-bar input[type="submit"] {
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
	text-indent: -99999px
}
.search-bar {
	width: 240px;
	overflow: hidden;
	display: none;
	position: absolute;
	left: -200px;
	bottom: -62px;
}
.search-bar.active {
}
.trigger {
	cursor: pointer;
	position: absolute;
	right: 13px;
	top: 15px;
	z-index: 999;
}/* Slider */
.tp-leftarrow.default, .tp-rightarrow.default {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.6;
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	opacity: 0.5;
}
.tp-leftarrow.default:before {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 17px;
	line-height: 50px;
	color: #fff;
}
.tp-rightarrow.default:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 17px;
	line-height: 50px;
	color: #fff;
}
.tp-leftarrow.default {
	left: 30px !important;
}
.tp-rightarrow.default {
	right: 30px !important;
}/*-------------------------------------------------------*//* Content/*-------------------------------------------------------*/
.services {
	padding: 40px 0;
}
.service-item i {
	font-size: 60px;
	width: 100px;
	line-height: 100px;
	height: 100px;
	text-align: center;
	margin: 0 auto 25px;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	color: #016fc6;
}
.service-item:hover i {
	color: #fff;
	border: 1px solid transparent;
	background: #016fc6;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);  /* IE 9 */
	-moz-transform: rotate(360deg);  /* Firefox */
	-webkit-transform: rotate(360deg);  /* Safari and Chrome */
	-o-transform: rotate(360deg);  /* Opera */
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.service-item h1 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.service-item p {
	font-size: 13px;
	color: #696969;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
	text-align: center;
}
.features {
	background: #01080c;
	padding: 60px 0 40px;
}
.feat-img img {
	width: 100%;
}
.feat-text i {
	font-size: 20px;
	width: 65px;
	line-height: 65px;
	height: 65px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 46px;
	background: #2f3336;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	color: #016fc6;
}
.feat-text:hover i {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);  /* IE 9 */
	-moz-transform: rotate(360deg);  /* Firefox */
	-webkit-transform: rotate(360deg);  /* Safari and Chrome */
	-o-transform: rotate(360deg);  /* Opera */
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.feat-text h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.feat-text p {
	font-size: 13px;
	color: #647078;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
}
.learn-more {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 18px 0;
	width: 190px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #016fc6;
	margin-left: 90px;
}
.learn-more:hover {
	background: #d43d44;
	color: #fff;
}
.latest-projects {
	padding: 20px 0 25px;
}
.latest-projects h1 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
} /*Fred Carousel*/
.list_carousel img {
	width: 100%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	padding: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
	position: relative;
}
.prev {
	background: url(../images/control-left.png) center no-repeat;
	width: 48px;
	height: 100%;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
}
.next {
	background: url(../images/control-right.png) center no-repeat;
	width: 48px;
	height: 100%;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 0;
}
.view {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
}
.view h2 {
	color: #fff;
	position: relative;
	font-size: 16px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}
.view p {
	font-size: 13px;
	position: relative;
	color: #fff;
	margin: 0;
	text-align: center;
}
.top-post {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -50px;
}
.bottom-post {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-sixth:hover .bottom-post {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-sixth img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
	background-color: rgba(0,0,0,0.5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}
.view-sixth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.view-sixth:hover img {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.top-post a {
	width: 45px;
	height: 45px;
	display: inline-block;
*display: inline;
*zoom: 1;
	line-height: 44px;
	text-align: center;
	background: #016fc6;
	color: #fff;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.top-post a:hover {
}
.view .top-post a {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.view:hover .top-post a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.top-post i {
	width: 45px;
	height: 45px;
	display: inline-block;
*display: inline;
*zoom: 1;
	line-height: 45px;
}
.top-post i:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);      /* IE 9 */
	-moz-transform: rotate(360deg);      /* Firefox */
	-webkit-transform: rotate(360deg);      /* Safari and Chrome */
	-o-transform: rotate(360deg);      /* Opera */
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.more-work {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #016fc6;
	width: 190px;
	padding: 15px 0;
	display: block;
	margin: 40px auto 0;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f9f9f9;
	border: solid 1px #e7e7e7;
}
.more-work:hover {
	border: solid 1px #016fc6;
	color: #fff;
	background-color: #016fc6;
}
.parallax1 {
	padding: 80px 0;
	background: #fff url(../images/parallax.jpg) top center fixed;
}
.parallax1 ul {
	display: table;
	margin: 0 auto;
}
.parallax1 li {
	display: inline-block;
	margin-left: 30px;
}
.parallax1 li:first-child {
	margin-left: 0px;
}
.parallax1 h1 {
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0 0 25px;
}
.parallax1 p {
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px;
	text-align: center;
}
.parallax1 h1 span {
	color: #016fc6;
}
.purchase {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 18px 0;
	width: 190px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #016fc6;
}
.purchase:hover {
	background: #d43d44;
	color: #fff;
}
.l-more {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 16px 0;
	width: 190px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #fff;
}
.l-more:hover {
	border: 2px solid #016fc6;
	background: #016fc6;
	color: #fff;
}
.main-title {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding-bottom: 15px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #e7eaf1;
}
.main-border {
	width: 30px;
	border-bottom: 2px solid #016fc6;
	margin-bottom: 30px;
	margin-top: -2px;
}
.index-about {
	padding: 40px 0;
}
.left-about span {
	font-size: 30px;
	background: #016fc6;
	color: #fff;
	font-weight: 300;
	padding: 4px 10px;
	border-radius: 3px;
	float: left;
	display: block;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.index-about p {
	color: #696969;
	font-size: 14px;
	margin: 0 0 30px;
	line-height: 24px;
}
.site-features li {
	color: #696969;
	font-size: 14px;
	margin-bottom: 20px;
}
.site-features li i {
	font-size: 14px;
	color: #016fc6;
	margin-right: 10px;
}/*Testimonials*/
.testimonials .bx-controls-direction {
	display: none;
}
.testimonials .bx-pager {
	display: table !important;
}
.testimonials ul {
	margin: 0;
	padding: 0;
}
.testimonials .bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
}
.testimonials .bxslider p {
	color: #696969;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #e9eef2;
	padding: 15px;
	margin: 0 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.testimonials .bx-wrapper img {
	float: left;
}
.testimonials .bxslider h4 {
	color: #43484b;
	font-size: 18px;
	font-weight: 300;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 26px;
}
.testimonials .bxslider span {
	display: block;
	color: #a0a8ad;
	font-size: 13px;
	font-style: italic;
}
.buyit {
	background: #f0f2f6;
	padding: 40px 0;
}
.buy-text {
	float: left;
	width: 80%;
}
.buy-text h3 {
	font-size: 22px;
	color: #000;
	font-weight: 400;
	margin: 0;
	margin-top: 15px;
	text-transform: uppercase;
}
.buyit a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 18px 0;
	width: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #016fc6;
	float: right;
}
.buyit a:hover {
	background: #d43d44;
	color: #fff;
}/*Breadcrumbs*/
.banner {
	padding: 55px 0;
	margin-bottom: 40px;
	background: url(../images/banner.jpg) repeat;
	height: 180px;
}
.banner h4 {
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
.site_map {
	font-size: 13px;
	text-align: center;
	float: none;
	color: #fff;
	padding-top: 8px;
}
.site_map a {
	color: #fff;
}
.site_map a:hover {
	text-decoration: underline;
}/*-------------------------------------------------*//* =  lio Single/*-------------------------------------------------*/
.port-single {
	margin-bottom: 50px;
}
.port-pag {
	margin-top: -40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7eaf1;
	padding: 20px 0;
	position: relative;
}
.prevpost {
	float: left;
	font-size: 14px;
	color: #868e9c;
	display: block;
}
.prevpost:hover {
	color: #016fc6;
}
.prevpost i {
	margin-right: 10px;
	font-size: 18px;
}
.nextpost {
	float: right;
	font-size: 14px;
	color: #868e9c;
	display: block;
}
.nextpost:hover {
	color: #016fc6;
}
.nextpost i {
	margin-left: 10px;
	font-size: 18px;
}
.middle {
	text-align: center;
	font-size: 14px;
	color: #868e9c;
	position: absolute;
	top: 20px;
	left: 50%;
}
.middle:hover {
	color: #016fc6;
}
.proj-link {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #016fc6;
	margin: 30px 0;
}
.proj-link:hover {
	background: #d43d44;
	color: #fff;
}
.share h2 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
}
.share ul {
	float: left;
	margin-left: 20px;
}
.share li {
	display: inline-block;
}
.share li i {
	font-size: 16px;
	color: #696969;
	margin-right: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.recent-projects {
	padding: 20px 0 20px;
}
.recent-projects h1 {
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin: 0;
	margin-bottom: 50px;
	text-transform: uppercase;
	text-align: center;
}/*-------------------------------------------------*//* =  Portfolio Single Wide/*-------------------------------------------------*/
.skills {
	padding: 40px 0;
	background: #01080c;
}
.skills h1 {
	border-bottom: 1px solid #21272b;
}
.brief p {
	color: #ccc;
}
.skills-progress {
	margin-bottom: 30px;
}
.skills-progress p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 7px;
}
.skills-progress p span {
	color: #016fc6;
	font-size: 16px;
	font-weight: 300;
	float: right;
}
.meter {
	height: 18px;  /* Can be anything */
	position: relative;
	background: #2f3336;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
}
.meter > span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #016fc6;
	background-image: -webkit-linear-gradient(right, #eb7230, rgba(235,114,48,0));
	background-image: -moz-linear-gradient(right, #eb7230, rgba(235,114,48,0));
	background-image: -o-linear-gradient(right, #eb7230, rgba(235,114,48,0));
	background-image: linear-gradient(to left, #eb7230, rgba(235,114,48,0));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.main-subtitle {
	color: #696969;
	font-weight: normal;
	font-size: 15px;
	margin: 0 auto 40px;
	line-height: 24px;
}/*-------------------------------------------------*//* =  Portfolio 4 Columns/*-------------------------------------------------*/
.filter {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 45px;
}
.filter li {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.filter a {
	font-size: 16px;
	padding: 12px 20px;
	display: table;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #696969;
	font-weight: normal;
	color: #696969;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}
.filter a:hover, .filter a.active {
	background-color: #016fc6;
	border: solid 1px transparent;
	color: #fff;
	text-decoration: none;
}
.portfolio .filter-container {
	margin-left: -30px;
}
.port4 .filter-container li {
	width: 265px;
	margin-bottom: 30px;
	float: left;
	margin-left: 30px;
}
.portfolio .i-icons {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -50px;
}
.portfolio .i-icons i {
	font-size: 16px;
	color: #fff;
	margin-right: 15px;
	width: 45px;
	height: 45px;
	display: inline-block;
*display: inline;
*zoom: 1;
	line-height: 45px;
	background: #016fc6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.filter-container li img {
	width: 100%;
	height:auto;
}
.filter-container h2 {
	margin: 20px 0 5px;
	color:#000;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	clear: both;
	line-height: 25px;
	height: 75px;
	overflow: hidden
}
.filter-container p {
	margin: 0;
	color: #696969;
	font-size: 13px;
}/*  2  */
.view-two img {
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-two .mask {
	background-color: rgba(0,0,0,0.6);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.view-two .mask .btn-icon {
	display: block;
	text-align: center;
	margin: 70px 133px 0 !important;
	width: 50px;
	height: 50px;
	line-height: 60px;
	background: url(../images/anchor-info.png) center no-repeat;
}
.view-two:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.view-two:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}/*-------------------------------------------------*//* =  Pagenation/*-------------------------------------------------*/
.pagenation {
	margin: 40px 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
.pagenation a, .pagenation num, .pagenation span {
	display: inline-block;
	width: 90px;
	/*width: 60px;*/
	height: 35px;
	line-height: 35px;
	margin: 0 2px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 4px;
	color: #868e9c;
}
.pagenation strong.current  {
	display: inline-block;
	width: 90px;
	/*width: 60px;*/
	height: 35px;
	line-height: 35px;
	margin: 0 2px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 4px;
	 background-color: #016fc6;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #ffffff;
}
.pagenation a {
	border: 2px solid #E5E5E5;
	color: #666;
}
.pagenation a:hover, .pagenation .active-page {
	border: 2px solid transparent;
	background-color: #016FC6;
	color: #fff;
}
.pagenation :not(.active):hover {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}/*-------------------------------------------------*//* =  Blog/*-------------------------------------------------*/
.blog-item img {
	width: 100%;
	margin-bottom: 0px;
}
.blog-item .flexslider {
	margin-bottom: 40px;
}
.calendar {
	border: 1px solid #e7eaf1;
	padding: 20px 0;
	margin-bottom: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.blog-item {
	margin-bottom: 50px;
}
.blog-item h1 {
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin: 0px 0 15px;
	text-transform: uppercase;
}
.blog-item span {
	color: #838993;
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.blog-item p {
	color: #696969;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 20px;
}
.calendar span {
	color: #868e9c;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.calendar p {
	color: #868e9c;
	font-size: 26px;
	margin-bottom: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.post-like a {
	font-size: 13px;
	color: #868e9c;
}
.post-like i {
	color: #d6dce5;
	font-size: 14px;
}
.post-like:hover a, .post-like:hover i {
	color: #016fc6;
}
blockquote {
	font-size: 20px;
	color: #7d8898;
	padding: 30px;
	background: #f5f7fa;
	border-left: 5px solid #016fc6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 32px;
}
blockquote span {
	color: #016fc6 !important;
	font-size: 16px !important;
	display: block !important;
}
.blog-posts .pagenation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	margin: auto;
}
.sidebar {
	background: #f7f9fc;
	padding: 0 20px 20px;
}
aside .search {
	position: relative;
	margin-bottom: 50px;
}
aside .search input[type="text"] {
	padding: 15px 0;
	text-indent: 15px;
	width: 100%;
	font-size: 13px;
	border: 1px solid #ccc;
	color: #454b52;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
aside .search input[type="submit"] {
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
}
.aside-categories {
	margin-bottom: 50px;
}
.aside-categories li a {
	color: #696969;
	font-size: 15px;
	font-weight: 500;
	display: block;
	border-bottom: 1px solid #e7eaf1;
	padding: 13px 0 13px 10px;
}
.aside-categories li i {
	float: right;
}
.aside-categories li a:hover {
	color: #016fc6;
}
.aside-categories li:last-child a {
	margin-bottom: 0;
}
.popular-posts {
	margin-bottom: 50px;
}
.popular-posts p {
	font-size: 13px;
	color: #696969;
	margin: 0px 0px 0px;
}
.popular-posts span {
	font-size: 12px;
	color: #838993;
	display: block;
}
.popular-posts li {
	border-bottom: 1px solid #e7eaf1;
	padding: 13px 0;
}
.tags {
	margin-bottom: 50px;
}
.tags a {
	color: #696969;
	font-size: 13px;
	padding: 10px 15px;
	display: block;
	margin-right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #e7eaf1;
}
.tags a:hover {
	color: #fff;
	background-color: #016fc6;
	border-bottom: 1px solid transparent;
}/*Twitter Style*/
.user, .tweet, .timePosted {
	float: left;
	color: #696969;
	font-size: 13px;
	line-height: 24px;
}
.tweet {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
}
.tweet a {
	color: #696969;
	font-size: 13px;
	line-height: 24px;
}
.user a > span {
	color: #696969;
	font-size: 14px;
	line-height: 24px;
}
.timePosted {
	width: 15%;
}
.user {
	padding-left: 25px;
	background: url(../images/twt-icon.png) 0px 7px no-repeat;
}
.user a {
	width: 100px;
	font-size: 14px;
}
.user span span {
	width: 100px;
	display: none;
	margin-top: 10px;
}
.user img, .user a > span {
}
.user img {
	display: none;
}
.tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tweets {
	margin-bottom: 50px;
}/*Blog Single*/
.blog-single {
	padding-bottom: 30px;
}
.blog-single h1 {
	font-size: 26px;
	color: #000;
	font-weight: 400;
	margin: 10px 0 10px;
	text-transform: uppercase;
}
.blog-single span {
	color: #838993;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 10px;
}
.blog-single p {
	color: #696969;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px;
}
.blog-single img {
	width: 100%;
	border: 0
}
.blog-single h2 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 35px 0 20px;
	text-transform: uppercase;
}
#single1 {
	float: left;
}
#single2 {
	float: center;
	margin-left: 20px;
}
.blog-tags {
	float: left;
}
.blog-share {
	float: right;
}
.blog-tags i {
	color: #016fc6;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}
.blog-tags a {
	color: #696969;
	font-size: 13px;
	font-weight: normal;
}
.blog-tags a:hover {
	text-decoration: underline;
	color: #016fc6
}
.blog-share p {
	display: inline;
}
.blog-share ul {
	display: inline;
}
.blog-share li {
	display: inline;
	margin-left: 20px;
}
.blog-share i {
	color: #bec6d2;
	font-size: 16px;
}
.blog-share i:hover {
	color: #016fc6;
}
.about-author {
	padding: 10px 0px;
	border: 1px solid #eaeef4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about-author img {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.about-author span {
	color: #696969;
	font-size: 13px;
	font-weight: normal;
	display: inline;
}
.author-text h4 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0px 0 20px;
	text-transform: uppercase;
}
.author-text p {
	color: #696969;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.related-item img {
	width: 100%;
}
.related h1 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7eaf1;
}
.related-item h4 {
	color: #696969;
	font-size: 13px;
	font-weight: normal;
	margin: 25px 0;
	line-height: 24px;
}/*Comment Tree*/
.comment-tree h1 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7eaf1;
}
.comment-tree li {
	margin-bottom: 40px;
}
.comment-tree li img {
	float: left;
	margin-right: 30px;
}
.comment-text {
	background: #f7f9fc;
	border: 1px solid #eaeef4;
	padding: 20px;
}
.user-spec h5 {
	float: left;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 0;
}
.user-spec span {
	float: left;
	font-size: 13px;
	color: #9198a4;
	margin-left: 20px;
}
.user-spec a {
	float: left;
	font-size: 13px;
	color: #016fc6;
	margin-left: 50px;
}
.user-spec {
	margin-bottom: 5px;
}
.comment-text p {
	font-size: 14px;
	color: #696969;
	margin: 0;
}
.depth {
	padding-left: 100px;
}
.comment-text {
	float: left;
	width: 80%
}
.leave-comment h1 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7eaf1;
}
.leave-comment input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f7f9fc;
	border: solid 1px #e7eaf1;
	color: #696969;
	font-size: 14px;
	width: 100%;
	text-indent: 15px;
	padding: 15px 0;
	margin-bottom: 30px;
}
.leave-comment textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f7f9fc;
	border: solid 1px #e7eaf1;
	color: #696969;
	font-size: 14px;
	width: 100%;
	text-indent: 15px;
	padding: 15px 0;
	margin-bottom: 30px;
	height: 150px;
}
.leave-comment input[type="submit"] {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #016fc6;
	border: 0;
}
.leave-comment input[type="submit"]:hover {
	background: #d43d44;
	color: #fff;
}/*Services*/
.advantage {
	background: #01080c;
	padding: 90px 0;
}
.advantage .main-title {
	color: #fff;
	font-size: 28px;
	text-align: center;
	border-bottom: 1px solid #21272b;
}
.advantage .main-border {
	text-align: center;
	margin: -2px auto 30px;
}
.advantage .main-subtitle {
	color: #647078;
}
.adv-item i {
	font-size: 22px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 85px;
	display: block;
	color: #016fc6;
}
.adv-item:hover i {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);  /* IE 9 */
	-moz-transform: rotateY(360deg);  /* Firefox */
	-webkit-transform: rotateY(360deg);  /* Safari and Chrome */
	-o-transform: rotateY(360deg);  /* Opera */
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.adv-item h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-top: 3px;
}
.adv-item p {
	font-size: 13px;
	color: #647078;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
}/*Pricing*/
.pricing {
	padding: 90px 0;
}
.pricing .main-title {
	font-size: 28px;
	text-align: center;
}
.pricing .main-border {
	text-align: center;
	margin: -2px auto 30px;
}
.price-name {
	text-align: center;
	padding: 17px 0;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #e7eaf1;
}
.p-price {
	padding: 17px 0;
	margin: 0;
	text-align: center;
	color: #000;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0px;
	border-bottom: 1px solid #e7eaf1;
}
.p-small {
	color: #696969;
	font-size: 14px;
	font-weight: 300;
}
.price-box ul {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}
.price-big {
	background: #f7f9fc;
}
.price-box li {
	padding: 15px 0 15px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	margin: 0;
	color: #696969;
	font-size: 13px;
	border-bottom: 1px solid #e9eef2;
}
.pricing .btn-md {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 170px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #016fc6;
	margin: 0px auto;
	border: 0;
}
.pricing .btn-md:hover {
	background: #d43d44;
	color: #fff;
}
.price-button {
	background: #f9fbfc;
	padding: 30px 0;
}
.price-box {
	background: #fff;
	border: 1px solid #e9eef2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: scale(1);
	-webkit-transition-duration: 0.1s;
	-moz-transform: scale(1);
	-moz-transition-duration: 0.1s;
	-o-transform: scale(1);
	-o-transition-duration: 0.1s;
}
.price-box:hover .price-name {
	background: #016fc6;
	color: #fff;
}
.price-box:hover .p-price {
	color: #016fc6;
}
.price-box:hover .p-small {
	margin: 0;
}/*Services 2*/
.advantage2 {
	padding: 90px 0;
}
.advantage2 .main-title {
	color: #000;
	font-size: 28px;
	text-align: center;
}
.advantage2 .main-border {
	text-align: center;
	margin: -2px auto 30px;
}
.advantage2 .main-subtitle {
}
.advantage2 .adv-item i {
	font-size: 22px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 85px;
	display: block;
	color: #016fc6;
}
.advantage2 .adv-item:hover i {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);  /* IE 9 */
	-moz-transform: rotateY(360deg);  /* Firefox */
	-webkit-transform: rotateY(360deg);  /* Safari and Chrome */
	-o-transform: rotateY(360deg);  /* Opera */
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.advantage2 .adv-item h4 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-top: 3px;
}
.advantage2 .adv-item p {
	font-size: 13px;
	color: #647078;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
}/* Accordion */
#accordion-container {
}
.accordion-header {
	font-size: 14px;
	margin: 0px 0 10px 0;
	padding: 20px;
	cursor: pointer;
	color: #818c94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #161819;
}
.active-header {
	background: url(../images/active-header.png) 95% center #161819;
	background-repeat: no-repeat;
	color: #016fc6;
	margin-bottom: 0;
}
.inactive-header {
	background: url(../images/inactive-header.png) 95% center #161819;
	background-repeat: no-repeat;
}
.accordion-content {
	display: none;
	color: #818c94;
	font-size: 13px;
	line-height: 24px;
	padding: 20px;
	border-top: 0;
	background: #161819;
	margin-bottom: 10px;
}
.akordionet {
	background: #01080c;
	padding: 90px 0;
}
.akordionet .main-title {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #21272b;
}
.akordionet .statistic-counter span {
	color: #fff;
	display: table;
	font-size: 36px;
}
.akordionet .statistic-counter p {
	color: #fff;
	font-size: 16px;
}
.process {
	padding: 90px 0;
}
.process .main-title {
	color: #000;
	font-size: 20px;
}
.process .main-border {
	width: 30px;
	border-bottom: 2px solid #016fc6;
	margin-bottom: 30px;
	margin-top: -2px;
}
.process .main-subtitle {
}
.process .process-item i {
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
	display: block;
	color: #016fc6;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #f2f4f7;
	border-radius: 50%;
}
.process .process-item:hover i {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);  /* IE 9 */
	-moz-transform: rotateY(360deg);  /* Firefox */
	-webkit-transform: rotateY(360deg);  /* Safari and Chrome */
	-o-transform: rotateY(360deg);  /* Opera */
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.process .process-item h4 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-top: 15px;
}
.process .process-item p {
	font-size: 14px;
	color: #696969;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
}
.black-bg {
	background: #01080c;
}
.black-bg .main-title {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #21272b;
}
.partners {
	padding: 50px 0;
	border-top: 1px solid #e7eaf1;
}
.partners ul {
	display: table;
	margin: 0 auto;
}
.partners li {
	display: inline;
	margin-left: 65px;
}
.partners li:first-child {
	margin-left: 0;
}
.partners img {
	opacity: 0.8;
}
.partners img:hover {
	opacity: 1;
}
.partners .main-title {
	font-size: 20px;
	text-align: center;
}
.partners .main-border {
	text-align: center;
	margin: -2px auto 30px;
} /*About Us*/
.introduction {
	padding-bottom: 70px;
}
.introduction .main-title {
	color: #000;
	font-size: 28px;
	text-align: center;
}
.introduction .main-border {
	text-align: center;
	margin: -2px auto 30px;
}
.intro-item img {
	width: 100%;
}
.intro-item h4 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 30px 0 25px;
	text-transform: uppercase;
	text-align: center;
}
.intro-item p {
	text-align: center;
}
.achieve {
	padding: 90px 0;
}
.achieve .main-title {
	font-size: 28px;
	text-align: center;
}
.achieve .main-border {
	text-align: center;
	margin: -2px auto 30px;
}
.achieve .statistic-counter span {
	color: #fff;
	display: table;
	font-size: 36px;
}
.achieve .statistic-counter p {
	color: #fff;
	font-size: 16px;
}
.our-team {
	padding: 90px 0;
}
.our-team .main-title {
	font-size: 28px;
	text-align: center;
}
.our-team .main-border {
	text-align: center;
	margin: -2px auto 30px;
}
.our-team img {
	width: 100%;
}
.team-item h2 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 20px 0 15px;
	text-transform: uppercase;
	text-align: center;
}
.team-item span {
	font-size: 12px;
	color: #696969;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.team-item p {
	margin: 0;
	text-align: center;
	margin-bottom: 30px;
}
.team-footer ul {
	display: table;
	margin: 0 auto;
}
.team-footer li {
	display: inline-block;
}
.team-footer li i {
	font-size: 16px;
	color: #696969;
	margin-right: 7px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #e7eaf1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.team-footer li i:hover {
	background: #fff;
	border: 1px solid #eaeff2;
}
.clients-say {
	padding: 90px 0;
}
.clients-say .testimonials img {
	width: 60px !important;
}
.clients-say .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: static !important;
	bottom: 30px;
	width: 100%;
	left: 0;
	text-align: center!important;
}
.clients-say .main-title {
	font-size: 28px;
	text-align: center;
}
.clients-say .main-border {
	text-align: center;
	margin: -2px auto 30px;
} /*Contact*/
.contact .main-title {
	font-size: 28px;
	text-align: center;
}
.contact .main-border {
	text-align: center;
	margin: -2px auto 30px;
}
.touch .main-title {
	font-size: 18px;
	text-align: left;
}
.touch .main-border {
	text-align: center;
	margin: -2px 0 30px;
}
#contact-form label {
	color: #696969;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}
#contact-form input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	background-color: #f7f9fc;
	border: solid 1px #e7eaf1;
	color: #696969;
	font-size: 14px;
	width: 100%;
	text-indent: 15px;
	padding: 10px 0;
	margin-bottom: 15px;
}
#contact-form textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	background-color: #f7f9fc;
	border: solid 1px #e7eaf1;
	color: #696969;
	font-size: 14px;
	width: 100%;
	text-indent: 15px;
	padding: 10px 0;
	margin-bottom: 20px;
	height: 120px;
}
#contact-form input[type="submit"] {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #016fc6;
	border: 0;
}
#contact-form input[type="submit"]:hover {
	background: #d43d44;
	color: #fff;
}
#contact-form .message, .comment-form .message {
	height: 20px;
	font-size: 13px;
	float: none;
	margin-top: 5px;
}
#contact-form .message.error, .comment-form .message.error {
	color: #b22222;
}
#contact-form .message.success, .comment-form .message.success {
	color: #696969;
}
.touch h6 {
	font-size: 13px;
	color: #000;
	margin: 0;
	line-height: 24px;
	margin-bottom: 5px;
}
.touch p {
	margin-bottom: 5px;
}
.touch a {
	display: block;
	font-size: 13px;
	color: #696969;
	margin: 0;
	line-height: 24px;
	margin-bottom: 5px;
}
.touch li {
	display: inline-block;
}
.touch li i {
	font-size: 16px;
	color: #696969;
	margin-right: 7px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #e7eaf1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.map {
	padding-top: 50px;
}
#map {
	height: 400px;
}/*Error Page*/
.error-page {
	padding: 0 0 100px;
}
.error-big {
	text-align: center;
	color: #016fc6;
	font-weight: bold;
	font-size: 156px;
	text-transform: uppercase;
}
.error-mid {
	font-size: 29px;
	color: #000;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.error-p {
	color: #696969;
	font-size: 16px;
	margin: 60px auto 30px;
	text-align: center;
}
.error-p a {
	color: #016fc6 !important;
}
.error-page .search {
	position: relative;
	margin-bottom: 50px;
	width: 340px;
	margin: 0 auto;
}
.error-page .search input[type="text"] {
	padding: 15px 0;
	text-indent: 15px;
	width: 100%;
	font-size: 13px;
	border: 1px solid #a1a1a1;
	color: #454b52;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.error-page .search input[type="submit"] {
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
}
.columns {
	margin-bottom: 90px;
}
.columns .row {
	margin-top: 45px;
}
.accordion p {
	margin-top: 20px;
}
.buttons {
	padding-bottom: 50px;
}
.forms input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9fbfc;
	border: solid 1px #e9eef2;
	color: #696969;
	font-size: 14px;
	width: 100%;
	text-indent: 15px;
	padding: 18px 0;
	margin-bottom: 30px;
}/*Footer*/
footer {
	background: #01080c;
}
.inner-footer {
	position: relative;
	padding: 45px 0;
}
.inner-footer .main-border {
	margin-bottom: 25px;
}
footer p {
	color: #c4c4c4;
	font-size: 13px;
	line-height: 24px;
}
.inner-footer a {
	color: #c4c4c4 !important;
	font-size: 13px;
	line-height: 24px;
}
.inner-footer a:hover {
	color: #fff !important;
}
.inner-footer h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.f-about i {
	display: inline;
	font-size: 16px;
	color: #c4c4c4;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #12181d;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.f-about ul li {
	margin-bottom: 20px;
	display: inline-block;
}
.f-about ul {
	margin-top: 40px;
}
.f-about li:hover .fa-renren {
	color: #00abf0;
}
.f-about li:hover .fa-weibo {
	color: #39579a;
}
.f-about li:hover .fa-tencent-weibo {
	color: #0072a6;
}
.f-about li:hover .fa-weixin {
	color: #eb8984;
}
.f-about li:hover .fa-qq {
	color: #a0765d;
}
.l-posts li img {
	float: left;
	border-radius: 4px;
	margin-right: 10px;
}
.l-posts li {
	border-bottom: 1px solid #151a1e;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.l-posts li:last-child {
	border-bottom: 0px;
}
.post-text h5 {
	color: #647078;
	font-size: 13px;
	line-height: 24px;
}
.post-text h5:hover {
	color: #fff;
}
.post-text span {
	color: #2c3542;
	font-size: 13px;
	line-height: 24px;
}
.f-contact p, .f-contact a {
	margin-bottom: 10px;
	display: block;
}
.links a {
	display: block;
	border-bottom: 1px solid #151a1e;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.links li:last-child a {
	border-bottom: 0;
}
.recent img {
	width: 100%;
}
.last-div {
	background: #000000;
	padding: 15px 0;
	position: relative;
}
.copyright {
	color: #ccc;
	font-size: 13px;
	float: left;
}
.copyright a {
	color: #ccc;
}
.copyright a:hover {
	text-decoration: underline
}
.foot-nav {
	float: right;
}
.foot-nav li {
	display: inline;
}
.foot-nav li:after {
	content: "|";
	color: #ccc;
	font-size: 13px;
	padding-left: 7px;
	margin-right: 7px;
}
.foot-nav li:last-child:after {
	display: none;
}
.foot-nav a {
	color: #ccc;
	font-size: 13px;
}
.foot-nav a:hover {
	color: #f5f5f5;
}
#back-to-top {
	position: fixed;
	right: 30px;
	z-index: 1;
	bottom: 30px;
	opacity: 0;
	outline: 0 !important;
}
#back-to-top.active {
	opacity: 1;
	outline: 0 !important;
}
#back-to-top a {
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background: url(../images/backtop.png) no-repeat center;
	outline: 0 !important;
}

.clearBoth {clear:both;}
.newslt {width: 1170px; margin:0 auto;padding-left: 15px;    padding-right: 15px;}
.centerColumn {width: 1170px; margin:0 auto;padding-left: 15px;    padding-right: 15px;}