/*
Template 2089 Meteor
http://www.tooplate.com/view/2089-meteor
*/
.haishu-img-title {
	position: absolute;
	color: #ffffff;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 36px;*/
	/*line-height: 36px;*/
	background-color: rgba(33, 39, 44, 0.60);
	border-top: 1px solid #333c44;
}
	.haishu-img-title h4 {
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		letter-spacing: 0.5px;
	}
	.haishu-img-title span {
		font-size: 12px;
		color: #ffffff;
	}
.haishu-img-title em {
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
}
.haishu-contact {
	line-height:36px;
}
.haishu-contact h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}

.haishu-contact span {
	font-size: 14px;
	color: #fff;
}

.haishu-contact em {
	font-style: normal;
	font-weight: 100;
	margin-right: 5px;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
}
ul {
	list-style: none;
}
p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
/*.primary-button a {
	display: inline-block;*/
	/*	background-color: #7cc7c3;*/
	/*background-color: #7cc7c3;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}*/
.primary-button a {
	display: inline-block;
	/*	background-color: #7cc7c3;*/
	background-color: #7cc7c3;
	padding: 10px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
	.primary-button a:hover {
		/*	background-color: #429B97;*/
		background-color: #429B97;
	}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}
.haishu-pop .line-dec,
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}
.haishu-pop .line-dec {
	width: 60px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	height: 80px;
	background-color: transparent;
	text-align: center;
	line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

/*.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}*/
.navbar-nav > li > a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}
	.navbar-nav > li > a:hover {
		border-bottom: 3px solid #f73859;
/*		bottom: 3px;*/
	}
.navbar-nav > li {
	margin-left: 45px;
}

/*.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}*/
.header.active .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212 !important;
}
	.header.active .navbar-nav > li > a:hover {
		border-bottom: 3px solid #f73859;
		height: 80px;
		/*		bottom: 3px;*/
	}
.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo{
	margin-top: 16px;
	background-image: url(../Images/white_logo.png);
	display: inline-block;
	width: 125px;
	height: 47px;
	background-repeat: no-repeat;
}
.header.active .navbar-brand .logo {
	margin-top: 16px;
	background-image: url(../Images/black_logo.png);
	display: inline-block;
	width: 125px;
	height: 47px;
	background-repeat: no-repeat;
}
#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #7cc7c3;
    background-color: #7cc7c3;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #7cc7c3;
}
/*bootstrap.min.css:5*/
/*.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/
@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
	}
	/*.navbar-nav {
        float: right;
    }*/
	.navbar-nav {
		float: left;
	}

		.navbar-nav > li {
			margin-right: 45px;
			margin-left: 0;
		}

	.primary-button a {
		padding: 15px 18px;
		font-size: 14px;
		font-weight: 600;
		width: 240px;
		height: 50px;
		letter-spacing: 0px;
		text-transform: uppercase;
		text-decoration: none;
		border-radius: 0;
	}
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}
/*HAISHU SHOW TITLE*/
.haishu-show-title {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	transition: all 0.2s ease-in-out;
	height: 80px;
	/*background-color: transparent;*/
	z-index: 9999;
	/*text-align: center;
	line-height: 40px;*/
	background-color: rgba(250, 250, 250, 0.98);
	-webkit-box-shadow: rgba(0,0,0,.16) 0 7px 8px -4px,rgba(0,0,0,.23) 0 7px 8px -4px;
	-moz-box-shadow: 0 7px 8px -4px rgba(0,0,0,.16),0 7px 8px -4px rgba(0,0,0,.23);
	box-shadow: 0 7px 8px -4px rgba(0,0,0,.16),0 7px 8px -4px rgba(0,0,0,.23);
	/*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);*/
}
	.haishu-show-title.active {
		position: fixed;
		top: 80px;
		left: 0;
	}
	.haishu-show-title .title-heading {
		position: relative;
		float: left;
		top: 20px;
		height: 50px;
		padding-left: 20px;
		padding-right: 40px;
		border-right: 1px solid #e6e6e6;
	}
	.haishu-show-title h4 {
		font-size: 17px;
		line-height: 30px;
		/*font-weight: 600;*/
		letter-spacing: 0.5px;
		/*text-align: center;*/
		text-transform: uppercase;
		font-weight: 700;
		color: #121212;
	}
.haishu-show-Article {
	height:90px;
}
.haishu-show-Article .article-heading {
	/*background-color: aqua;*/
	text-align: center;
	top:15px;
}

	.haishu-show-Article .article-heading h4 {
		font-size: 24px;
		line-height: 30px;
		/*font-weight: 600;*/
		letter-spacing: 0.5px;
		/*text-align: center;*/
		text-transform: uppercase;
		font-weight: 700;
		color: #384359;
	}
.haishu-article-footer span,
.haishu-show-Article .article-heading span {
	color: rgba(56, 67, 89, 0.5);
}
.haishu-show-title .title-list {
	width: 100%;
	height: 80px;
	/*padding-right: 20px;
		padding-left: 40px;*/
	/*border-bottom: 1px solid #e6e6e6;*/
}
.haishu-nav {
	padding-left: 20px;
	margin-bottom: 0;
	list-style: none;
}
	.haishu-nav > li {
		position: relative;
		display: block;
	}

		.haishu-nav > li > a {
			position: relative;
			display: block;
			padding: 10px 15px;
		}

			.haishu-nav > li > a:hover,
			.haishu-nav > li > a:focus {
				text-decoration: none;
				/*background-color: #eee;*/
			}
		
			/*.haishu-nav > li.active > a:hover,
			.haishu-nav > li.active > a:focus {
				color: #777;
				text-decoration: none;
				cursor: not-allowed;
				background-color: transparent;
			}*/

	/*.haishu-nav .open > a,
	.haishu-nav .open > a:hover,
	.haishu-nav .open > a:focus {
		background-color: #eee;
		border-color: #337ab7;
	}

	.haishu-nav .nav-divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}*/

	.haishu-nav > li > a > img {
		max-width: none;
	}
/*.haishu-show-title .title-list .haishu-list {
	text-align: center;
}
	.haishu-show-title .title-list .haishu-list ul {*/
		/*text-align: center;*/
		/*list-style: none;
	}
	.haishu-show-title .title-list .haishu-list > ul li {*/
		/*margin-left: 45px;*/
		/*display: inline-block;
		
	}*/

		.haishu-show-title .title-list .haishu-list > ul li > a {
			color: rgba(0, 0, 0, 0.5) !important;
			font-size: 14px;
			font-weight: 500;
			/*text-transform: uppercase;
			text-shadow: none;*/
			padding-left: 10px;
			padding-right: 10px;
			letter-spacing: 0.5px;
			padding-top: 20px;
			padding-bottom: 30px;
			/*line-height: 80px;*/
		}

	/*.haishu-show-title .title-list .haishu-list > ul li > .active {
		border-bottom: 4px solid #7cc7c3;
		color: rgba(0, 0, 0, 1) !important;
		
	}*/

		/*.haishu-show-title .title-list .haishu-list > ul li > a:hover,
		.haishu-show-title .title-list .haishu-list > ul li > a:focus {*/
			/*border-bottom: 3px solid #f73859;*/
			/*border-bottom: 4px solid #7cc7c3;
			color: rgba(0, 0, 0, 1) !important;*/
			/*font-weight: 600;*/
			/*height: 80px;
		}*/

		.haishu-show-title .title-list .haishu-navbar-nav {
			margin: 7.5px -15px;
		}

.haishu-show-title .title-list .haishu-navbar-nav > li > a {
	color: rgba(0, 0, 0, 0.5) !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	/*line-height: 80px;*/
	padding-left: 25px;
	padding-right: 25px;
	letter-spacing: 0.5px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 50px;
}
			.haishu-show-title .title-list .haishu-navbar-nav > li > .active {
				border-bottom: 4px solid #7cc7c3;
				color: rgba(0, 0, 0, 1) !important;
				height: 80px;
			}
			.haishu-show-title .title-list .haishu-navbar-nav > li > a:hover,
			.haishu-show-title .title-list .haishu-navbar-nav > li > a:focus {
				/*border-bottom: 3px solid #f73859;*/
				border-bottom: 4px solid #7cc7c3;
				color: rgba(0, 0, 0, 1) !important;
				/*font-weight: 600;*/
				height: 80px;
			}

/*.haishu-nav > li.disabled > a {
	color: #777;
}

	.haishu-nav > li.disabled > a:hover,
	.haishu-nav > li.disabled > a:focus {
		color: #777;
		text-decoration: none;
		cursor: not-allowed;
		background-color: transparent;
		border-bottom: none;
		font-weight: 100;
	}*/
			.haishu-show-title .title-list .haishu-navbar-nav > li {
				margin-left: 45px;
			}
.haishu-show-title .title-list .haishu-navbar-button {
	position:relative;
	top:15px;
	float:right;
}
	.haishu-show-title .title-list .haishu-navbar-button .primary-button a {
		font-size: 16px;
		font-weight: 400;
	}
@media (max-width: 767px) {
	.haishu-show-title .title-list .haishu-navbar-nav {
		float: left;
		margin: 0;
	}
		.haishu-show-title .title-list .haishu-navbar-nav > li {
			float: left;
			margin-left: 45px;
			margin-left: 0;
		}
	.haishu-show-title .title-list .haishu-navbar-nav > li > a {
		padding:15px;
	}

	.haishu-show-title .title-list .haishu-navbar-button {
		display:none;
	}

	/*.haishu-show-title .title-list .haishu-list {
		float: left;
		margin: 0;
	}

		.haishu-show-title .title-list .haishu-list > li {
			float: left;
			margin-left: 45px;
			margin-left: 0;
		}*/

			.haishu-show-title .title-list .haishu-list > li > a {
				padding: 15px;
			}
	.haishu-show-Article .article-heading h4 {
		font-size: 18px;
	}
}

@media (min-width: 768px) {

	.haishu-show-title .title-list .haishu-navbar-nav {
		float: left;
		margin: 0;
	}
		.haishu-show-title .title-list .haishu-navbar-nav > li {
			float: left;
			margin-left: 45px;
			margin-left: 0;
		}

			.haishu-show-title .title-list .haishu-navbar-nav > li > a {
				padding-top: 15px;
				padding-bottom: 15px;
			}

/*	.haishu-show-title .title-list .haishu-list {
		float: left;
		margin: 0;
	}

		.haishu-show-title .title-list .haishu-list > li {
			float: left;
			margin-left: 45px;
			margin-left: 0;
		}*/

			.haishu-show-title .title-list .haishu-list > li > a {
				padding-top: 15px;
				padding-bottom: 15px;
			}
}
.haishu-footer-menus {
	color:#fff;
}
.haishu-footer-menus a {
	color: #fff;
}
	.haishu-footer-menus a:hover, 
	.haishu-footer-menus a:focus {
		color: #7cc7c3;
	}
.haishu-show-content {
	/*	padding: 40px 0 40px 0;*/
	background-color: #fff !important;
}
.haishu-pageshow-content {
	/*background-color: #fff !important;
	-webkit-overflow-scrolling: touch !important;
	border-top: 1px solid #e6e6e6 !important;*/
	/*background-color: rgba(250, 250, 250, 0.95) !important;*/
	/*-webkit-box-shadow: 0px 5px 10px #cdcdcd !important;
	box-shadow: 0px 5px 10px #cdcdcd !important;*/
}
/* HERO SLIDER */
.slide-caption {
	color: #ffffff;
}

	.slide-caption span {
		font-size: 22px;
		font-weight: 400;
		text-transform: uppercase;
	}

.slide-caption h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom:6px;
}

.slide-caption p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}

/* WHAT WE DO */

#about {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

#about .section-heading {
	margin-bottom: 60px;
}

.service-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
}

.service-item:hover {
	background-color: #7cc7c3;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.service-item:hover h4 {
	color: #fff;
}

.service-item:hover p {
	color: #fff;
}

	.service-item:hover input {
		/*background-color: #fff;*/
		color: #5a5a5a;
	}

	.service-item.second-item {
		margin-top: 30px;
	}

	.service-item:hover span {
		color: rgba(255, 255, 255, 0.5);
	}

	.service-item:hover a {
		color: #fff;
	}

	.service-item:hover li {
		color: #fff;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	}
	
.service-item > ul {
	width: 100%;
}

	.service-item > ul > li {
		width: 100%;
		height: 29px;
		/*padding-bottom:30px;*/
		border-bottom: 1px dashed rgba(56, 67, 89, 0.4);
	}
		.service-item > ul > li > span {
			position: absolute;
			right: 28px;
			/*display: block;*/
			font-size: 12px;
			text-align: right;
			/*font-style: italic;*/
			font-style: normal;
			color: rgba(56, 67, 89, 0.5);
			text-transform: uppercase;
			text-shadow: none;
			padding: 10px;
			letter-spacing: 0.5px;
		}
	.service-item p > a {
		color: rgba(0, 0, 0, 0.68);
		text-transform: uppercase;
		text-shadow: none;
		letter-spacing: 0.5px;
	}

		.service-item > ul > li > a {
			position: absolute;
			/*display: block;*/
			/*width: 100%;*/
			font-size: 14px;
			left: 28px;
			text-align: left;
			color: rgba(0, 0, 0, 0.68);
			/*color: #384359;*/
			/*font-size: 14px;
        font-weight: 600;*/
			text-transform: uppercase;
			text-shadow: none;
			padding: 10px;
			letter-spacing: 0.5px;
			/*line-height: 50px;*/
		}
	.service-item p > a:hover,
	.service-item > ul > li > a:hover {
		text-decoration: none;
		font-style: oblique;
		/*color: #419A96;*/
		/*color: rgba(255, 255, 255, 0.8);*/
		font-weight: 600;
	}
	.service-item p > a:focus,
	.service-item > ul > li > a:focus {
		text-decoration: none;
		font-style: normal;
		/*color: #419A96;*/
		/*color: rgba(255, 255, 255, 0.8);*/
		font-weight: 500;
	}



			.first-service .icon {
				background-image: url(../Images/first-service-main.png);
				height: 32px;
				width: 32px;
				display: inline-block;
			}

.first-service:hover .icon {
	background-image: url(../Images/first-service-white.png);
}

.second-service .icon {
	background-image: url(../Images/second-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.second-service:hover .icon {
	background-image: url(../Images/second-service-white.png);
}

.third-service .icon {
	background-image: url(../Images/third-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.third-service:hover .icon {
	background-image: url(../Images/third-service-white.png);
}

.fourth-service .icon {
	background-image: url(../Images/fourth-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.fourth-service:hover .icon {
	background-image: url(../Images/fourth-service-white.png);
}
.fifth-service .icon {
	background-image: url(../Images/fifth-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.fifth-service:hover .icon {
	background-image: url(../Images/fifth-service-white.png);
}
.haishu-EartNews h4 {
	margin-top:10px;
}
.haishu-EartNews .icon {
	background-image: url(../Images/black_32_logo.png);
	height: 32px;
	width: 93px;
	display: inline-block;
}

.haishu-EartNews:hover .icon {
	background-image: url(../Images/white_32_logo.png);
}
#what-we-do {
	background-image: url(../Images/what-we-do-bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#haishu-prodect-ItemsList {
	text-align: center;
}
/* PORTFOLIO */
#portfolio {
	text-align: center;
}

.projects-holder .mix {
  display: none;
}

.filter-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 10px;
  display: inline-block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.filter-categories ul li.active span {
  color: #7cc7c3;
}

.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}

	.project-item .hover-effect {
		position: absolute;
		/*background-color: rgba(162, 207, 141, 0.95);*/
		background-color: rgba(124, 199, 195, 0.80);
		width: 100%;
		top: 0;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
	}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 35%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: #7cc7c3;
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: #429B97;
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}


/* BLOG */

#blog {
	background-image: url(../Images/blog-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#blog .section-heading  {
	margin-bottom: 60px;
}

#blog .section-heading h4 {
	color: #fff;
}

#blog .section-heading .line-dec {
	background-color: #fff;
}
/*
#blog .pop, .pop2, .pop3 {
	background-color: #fff;
}*/

	#blog .haishu-pop {
		background-color: #fff;
	}

.haishu-pop {
	background-color: #fff;
}

.blog-item {
	cursor: pointer;
	margin-bottom: 30px;
}

.blog-item img {
	width: 100%;
	overflow: hidden;
}

.blog-item .thumb {
	position: relative;
}

.blog-item .text-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 12px 20px;
}

.blog-item .text-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}

.blog-item .text-content span {
	font-size: 12px;
	color: #fff;
}

.blog-item .text-content em {
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
}
	.blog-item.haishu-audition-list .text-content {
		position: absolute;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		padding: 6px 20px !important;
	}
		.blog-item.haishu-audition-list .text-content h4 {
			font-size: 16px;
			font-weight: 700;
			color: #fff;
			letter-spacing: 0.5px;
		}

.haishu-pop {
	z-index: 9999;
	text-align: center;
	padding: 30px;
	display: none;
	position: fixed;
	top: 15%;
	left: 10.3%;
	width: 80%;
	height: auto;
	box-shadow: 0px 0px 25px #7a7a7a;

	max-height: 80%;
	overflow-y:auto;
}
	.haishu-pop video, .haishu-pop iframe {
		width: 600px;
		height:337px;
	}

.haishu-pop span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #7cc7c3;
}

	.haishu-pop.haishu-AntiFakeCode-view h4 {
		font-size:17px;
		font-weight:700;
	}
	.haishu-pop.haishu-AntiFakeCode-view .icon {
		background-image: url(../Images/fifth-service-main.png);
		height: 32px;
		width: 32px;
		display: inline-block;
		margin-top:40px;
	}
		.haishu-pop span:hover {
			background-color: #429B97;
			transition: all 0.5s;
		}

/*.pop, .pop2, .pop3 {
	z-index: 9999;
	text-align: center;
	padding: 30px;
	display: none;
	position: fixed;
	top: 25%;
	left: 10.3%;
	width: 80%;
	height: auto;
	box-shadow: 0px 0px 25px #7a7a7a;
}

.pop span, .pop2 span, .pop3 span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #7cc7c3;
}

.pop span:hover, .pop2 span:hover, .pop3 span:hover {
	background-color: #429B97;
	transition: all 0.5s;
}*/



/* FUN FACTS */

#fun-facts {
	padding: 100px 0px;
	background-color: #fff;
}

#fun-facts .fact-item {
	background-color: #f4f4f4;
	padding: 30px;
	text-align: center;
}

.fact-item .counter {
	font-size: 24px;
	font-weight: 700;
	color: #7cc7c3;
}

.fact-item span {
	display: inline-block;
	margin-top: 10px;
	font-style: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}



/* CONTACT US */

#contact .section-heading h4 {
	color: #fff;
}

#contact .section-heading .line-dec {
	background-color: #fff;
}

#contact .section-heading {
	margin-bottom: 60px;
}

#contact {
	background-image: url(../Images/contact-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

#contact .map img {
	width: 100%;
	overflow: hidden;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
}

#contact button {
	display: inline-block;
	background-color: #7cc7c3;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: #429B97;
	transition: all 0.3s;
}


/* FOOTER */

footer {
	background-color: #202628;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #7cc7c3;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #7cc7c3;
	color: #202628;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: #429B97;
	transition: all 0.5s;
}




/* LIGHT BOX */

body:after {
  content: url(../Images/close.png) url(../Images/loading.gif) url(../Images/prev.png) url(../Images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../Images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../Images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../Images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../Images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-button {
	/*margin: 0 auto;*/
	position: absolute;
	top: 80%;
	right:0;
	/*left: 50%;*/
	/*height: 100%;
	width: 100%;*/
	z-index: 11;
	z-index: 100000;
}
	
@media (min-width: 768px) {
	.lb-button.primary-button a {
		padding-top: 25px;
		font-size: 16px;
		font-weight: 400;
	}
}
/* RESPONSIVE */
@media (max-width: 767px) {
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
		.navbar-nav > li > a, .navbar-search {
			line-height: 50px;
			color: #121212 !important;
		}
		.navbar-nav > li > a:hover {
			border-bottom: 3px solid #7cc7c3;
			bottom: 0px;
		}
	.header.active .navbar-nav > li > a:hover {
		/*border-bottom: 3px solid #7cc7c3;*/
		border-bottom: none;
		background-color: rgba(124, 199, 195, 0.2);
		height: 100%;
		bottom: 0px;
	}
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
	.haishu-pop video, .haishu-pop iframe {
		width: 100%;
	}

}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 30px;
	}
		.service-item.second-item {
			margin-top: 0px;
			margin-bottom: 30px;
		}

		.service-item > ul > li > a {
			width: 78%;
			height: 30px;
			overflow: hidden;
		}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	/*#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}*/
	#blog .haishu-pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}