body {
	margin-top: 77px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
	width:100%;
	overflow-x:hidden;
}
/* TYPOGRAPHY */
h1 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 60px;
	line-height: 80px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-weight: 700;
	text-align: center;
	font-size: 36px;
	line-height: 54px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 27px;
	margin: 20px 0 0;
}
a {
	color: #4c8be8;
}
a:hover {
	color: #4c8be8;
}
p {
	font-weight: 400;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	opacity: 0.7;
}
blockquote p {
	font-weight: 400;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	opacity: 1;
}
blockquote {
	margin: 0px;
	padding: 0px;
}
.tlt {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 60px;
	line-height: 80px;
	margin: 0px;
	padding: 0px;
	color: white;
}
.tlt .texts {
	list-style: none;
	height: 80px;
	overflow: hidden;
}
/*卡片标题*/
.card-title {
	border: 2px solid #bfbfbf;
	display: inline-block;
	padding: 10px 40px 0;
}
.subtitle {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	margin: 0 auto;
	line-height: 1;
}
.subtitle span {
	display: inline-block;
	background: #fff;
	padding: 0 20px;
	position: relative;
	bottom: -6px;
}
/* //TYPOGRAPHY */




/*##################################################################*/
/* NAVIGATION - Desktop ############################################*/
/*##################################################################*/

nav {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 14px;
	height: 100px;
	background: #fff url(images/bg-header.jpg) no-repeat center top;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(23, 23, 23, 0.24);
	box-shadow: 0px 1px 0px 0px rgba(23, 23, 23, 0.24);
	z-index: 200;
}
nav #logo {
	display: inline-block;
}
nav #logo a {
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 224px;
	height: 56px;
	margin: 15px 0;
}
nav #logo a span {
	display: none;
}
#navigation {
	float: right;
}
#navigation ul {
	float: right;
	list-style: none;
	margin: 0;
}
#navigation ul li {
	float: left;
}
#navigation a {
	font-weight: 400;
	position: relative;
	display: inline-block;
	outline: none;
	color: #6e6e6e;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0, 5px;
	font-size: 18px;
	height: 86px;
	line-height: 86px;
	margin-left: 32px;
	border-bottom: 4px solid transparent;
}
#navigation a:hover,
#navigation a:focus {
	outline: none;
}
#navigation a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
#navigation a:focus::before,
#navigation a:hover::before {
	color: #abcd03;
}
#navigation a:hover,
#navigation a:focus {
	color: #abcd03;
}
#sections .current a {
	color: #abcd03;
	border-color: #abcd03;
}
.service-phone {
	float: right;
	height: 86px;
	line-height: 86px;
	background: url(images/icon-phone.jpg) no-repeat left center;
	padding-left: 30px;
	font-size: 18px;
	color: #e53b2c;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-left: 100px;
}
/* //NAVIGATION - Desktop*/


/*##################################################################*/
/* NAVIGATION - Mobile ############################################*/
/*##################################################################*/

.cbp-spmenu {
	background: #3c3f41;
	position: fixed;
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
	left: -240px;
	text-align: center;
}
.cbp-spmenu h3 {
	text-transform: uppercase;
	font-weight: 700;
	color: #2d2e30;
	font-size: 20px;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #3c3f41;
}
.cbp-spmenu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #434546;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cbp-spmenu a:hover {
	background: #2d2e30;
}
.cbp-spmenu a:active {
	background: #2d2e30;
	color: #8d9b9f;
}
.cbp-spmenu.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#navigation_mobile {
	float: right;
	display: inline-block;
}
#cbp-spmenu ul {
	list-style: none;
	padding-left: 0px;
}
#showLeft {
	float: right;
	margin-top: 25px;
}
.button_nav {
	background-color: #ffffff;
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-left-radius: 100px;
	text-indent: 0;
	border: 2px solid #3978d4;
	display: inline-block;
	color: #3978d4;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: auto;
	width: auto;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	width: 39px;
	outline: none;
}
.flexslider-container {
	margin-bottom: 40px;
}
.flexslider-container ul{
	padding:0;
	list-style:none;
}
.button_nav:hover {
	background-color: #f7f9fa;
}
.button_nav:active {
	position: relative;
	top: 1px;
}
.flexslider img{ padding:10px;}
/* //NAVIGATION - Mobile*/

/*##################################################################*/
/* HOME ############################################################*/
/*##################################################################*/

#home {
	height: 560px;
	width: 100%;
	background: #003c97 url(images/bg-home.jpg) no-repeat center center;
	overflow: hidden;
	text-align: left;
	position: relative;
}
#home .home_banner {
	color: #fff;
}
#home .home_banner p {
	font-size: 36px;
	text-align: left;
	margin-top: 120px;
}
#home .home_banner h2 {
	font-size: 92px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 400;
	text-align: left;
}
#home .home_banner ul li {
	list-style: url(images/list-check.png);
	float: left;
	width: 220px;
}
.home_pic {
	position: relative;
	height: 560px;
}
.home_pic li {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	list-style: none;
}
.pic_h1 {
	top: 0;
	left: 50%;
	margin-left: -162px;
	background-image: url(images/hand-1.png);
	width: 324px;
	height: 202px;
}
.pic_h2 {
	bottom: 0;
	left: 50%;
	margin-left: -168px;
	background-image: url(images/hand-2.png);
	width: 335px;
	height: 210px;
}
.pic_c1 {
	top: 50%;
	left: 50%;
	margin-top: -54px;
	margin-left: -290px;
	background-image: url(images/c1.png);
	width: 107px;
	height: 107px;
}
.pic_c2 {
	top: 50%;
	left: 50%;
	margin-top: -112px;
	margin-left: -188px;
	background-image: url(images/c2.png);
	width: 108px;
	height: 107px;
}
.pic_c3 {
	top: 50%;
	left: 50%;
	margin-top: 12px;
	margin-left: -188px;
	background-image: url(images/c3.png);
	width: 107px;
	height: 108px;
}
.pic_c4 {
	top: 50%;
	left: 50%;
	margin-top: -67px;
	margin-left: -67px;
	background-image: url(images/c4.png);
	width: 134px;
	height: 135px;
}
.pic_c5 {
	top: 50%;
	left: 50%;
	margin-top: -112px;
	margin-left: 86px;
	background-image: url(images/c5.png);
	width: 107px;
	height: 107px;
}
.pic_c6 {
	top: 50%;
	left: 50%;
	margin-top: 12px;
	margin-left: 86px;
	background-image: url(images/c6.png);
	width: 107px;
	height: 109px;
}
.pic_c7 {
	top: 50%;
	left: 50%;
	margin-top: -54px;
	margin-left: 200px;
	background-image: url(images/c7.png);
	width: 108px;
	height: 108px;
}


/* Button Learn More */

.btn {
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: white;
	background: none;
	cursor: pointer;
	padding: 17px 35px;
	display: inline-block;
	margin: 100px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 90;
	opacity: 0;
}
.anim {
	margin-top: 30px;
	opacity: 1;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:before {
	font-family: 'unicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow:before {
	content: "\e096";
}
.btn-arrow {
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn-arrow:active {
	background: #005cab;
	top: 2px;
}
.btn-arrow span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}
.btn-arrow:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-arrow:active:before {
	color: #4c8be8;
}
.btn-arrowb:hover span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}
.btn-arrowb:before {
	left: 0;
	top: -100%;
}
.btn-arrowb:hover:before {
	top: -2px;
}
/* //Button Learn More */


/*##################################################################*/
/* ABOUT ###########################################################*/
/*##################################################################*/

#about {
	background: url(images/bg-about.jpg) no-repeat;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	
	color:#fff;

	
	display: block;
	position: relative;
	z-index: 120;
	padding: 80px 0;
	text-align: center;
}

#about .subtitle span{ background-color:#4d4a51;}


.about-info{ background:rgba(0,0,0,0.7) url(images/about-logo.png) no-repeat 50px 50%; padding:50px 30px 50px 300px; text-align:left; margin-top:30px;}
 .about-info h4{ color:#abce03; font-size:32px; line-height:1.2;}
 .about-info h4, 
 .about-info p { text-align:left;
}


/*##################################################################*/
/* Clients #########################################################*/
/*##################################################################*/


#clients {
	width: 100%;
	background-color: white;
	background-image: url(../images/clients_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	opacity: 0;
}
#clients h3 {
	color: #4c4c4c;
	margin-bottom: 80px;
}
#clients .client_logo {
	border-style: solid;
	border-width: 4px;
	border-color: #d2d2d2;
	margin: 0 auto 30px auto;
}
#client_logos {
	margin-bottom: 110px;
}
/*##################################################################*/
/* SERVICES ########################################################*/
/*##################################################################*/


#services {
	padding-top: 110px;
	padding-bottom: 50px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
	padding-top: 90px;
	text-align: center;
}
#services h2,
#services p {
}
#services .subtitle span {
}
#service_boxes {
	margin-top: 100px;
}
#service_boxes ul {
	list-style: none; /* removes the default bullet */
	padding-left: 20px;
	text-align: left;
	width: 250px;
	margin: 0 auto;
	color: white;
}
#service_boxes ul li {
	position: relative;
	line-height: 35px;
	padding-left: 10px;
}
#service_boxes ul li:before {
	position: absolute;
	font-family: 'unicons';
	font-size: 18px;
	vertical-align: bottom;
	top: 7px;
	margin: 0 0px 0 -30px;
}
#service_boxes li:before {
	content: "\e049";
}
#service_boxes li:before,
#service_boxes li:after {
	color: white;
	padding-right: 10px;
}
.service_box {
	margin-bottom: 60px;
}
.service_box h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 10px;
}
.service_box p {
	margin-top: 0;
	line-height: 1.5;
}
.d-iconbox {
	border: none;
	width: 140px;
	height: 140px;
	background: none;
	cursor: default;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 90;
	padding: 0;
}
.d-iconbox span {
	display: none;
}
.d-iconbox:before {
	position: relative;
	content: "";
	display: block;
	height: 140px;
	width: 140px;
}
.d-icon-service-1:before {
	background-image: url(images/icon-service-1.png)
}
.d-icon-service-2:before {
	background-image: url(images/icon-service-2.png)
}
.d-icon-service-3:before {
	background-image: url(images/icon-service-3.png)
}
.d-icon-service-4:before {
	background-image: url(images/icon-service-4.png)
}


.d-icon-adv-1:before {
	background-image: url(images/icon-adv-1.png)
}
.d-icon-adv-2:before {
	background-image: url(images/icon-adv-2.png)
}
.d-icon-adv-3:before {
	background-image: url(images/icon-adv-3.png)
}
.d-icon-adv-4:before {
	background-image: url(images/icon-adv-4.png)
}





.d-iconbox:hover {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
}
.animbox {
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: white;
	background: none;
	cursor: default;
	padding: 20px;
	width: 250px;
	height: 100px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 90;
}
.animbox:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.animbox:before {
	font-family: 'unicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.icon-design:before {
	content: "\e066";
	margin-top: 1px;
}
.icon-develop:before {
	content: "\e07b";
	margin-top: 4px;
}
.icon-print:before {
	content: "\e08a";
}
.animbox-icon {
	border-radius: 0px;
	border: 2px solid rgba(255, 255, 255, .5);
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.animbox-icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
	font-size: 22px;
}
.animbox-icon:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.service_box:hover .animbox-iconb span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}
.animbox-iconb:before {
	left: 0;
	top: -100%;
}
.service_box:hover .animbox-iconb:before {
	top: -2px;
}
/*##################################################################*/
/* PORTFOLIO #######################################################*/
/*##################################################################*/

#folio {
	margin-top: 2px;
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #f0f0f0;
	display: block;
	position: relative;
	z-index: 120;
	text-align: center;
}
#folio p {
	margin-bottom: 30px;
}
#folio .subtitle span {
	background: #f0f0f0;
}

.folio-item{
overflow:hidden;
}

.folio-item a {
	display: block;
	margin: 0 0 30px 0;
	
}
.folio-item a img {
	width: 100%;
	height: auto;
}


.folio-item a .work-hover{ 
 position:absolute; left:15px; right:15px; top:100%; bottom:30px; background-color:rgba(171,206,0,0.95); color:#fff;padding:40px 20px; 
-webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        -ms-transition:all 0.5s ease-in-out;    
        transition:all 0.5s ease-in-out;
		}
.folio-item a:hover .work-hover{ 
top:0;





  
;}
.folio-item a .work-hover h3{ font-size:22px; font-weight:400;}
.folio-item a .work-hover p{ border:2px solid #fff; padding:10px 20px; display:inline-block;}


/*更多案例文案*/
#folio-banner {
	background: #262626 url(images/bg-folio-banner.jpg) no-repeat center center;
	padding: 100px 0 70px;
	color: #fff;
	text-align: center;
}
#folio-banner h4{ font-size:48px; margin-bottom:50px; line-height:1.2;}
.grid {
	max-width: 75em;
	list-style: none;
	margin: 40px auto;
	padding: 0;
}
.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
}
.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}
.grid li a,
.grid li img {
	padding: 0px;
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
	cursor: url(../images/cursor.png), pointer;
	background-color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Appearing effect */
.grid.effect li.animate {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	-moz-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}
 @-webkit-keyframes moveUp {
 to {
-webkit-transform: translateY(0);
opacity: 1;
}
}
 @-moz-keyframes moveUp {
 to {
-moz-transform: translateY(0);
opacity: 1;
}
}
 @keyframes moveUp {
 to {
transform: translateY(0);
opacity: 1;
}
}
.grid li img:hover {
	opacity: 0.2
}
/*##################################################################*/
/* Modal Box #######################################################*/
/*##################################################################*/

.md-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.md-show {
	visibility: visible;
}
.md-content {
	text-align: center;
	overflow-y: scroll;

}
.md-content img {
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	height: auto;
}
.md-content h3 {
	width: 70%;
	max-width: 700px;
	margin-bottom: 20px;
	font-size:28px; font-weight:400;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.md-content .md-desc {
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	max-width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
	    opacity: 0.7;

}
.md-content .md-desc ul{ list-style:none; padding:0;}
.md-content .md-desc a{ display:block; text-align:center;}
.md-content .md-desc p{text-align:left;    opacity: 1;}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-effect-1 .md-content {
	/*
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	*/
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-1 ~ .md-overlay {
	background: rgba(0,0,0,0.5);
}
.md-effect-1 .md-content h3,
.md-effect-1 .md-content {
}
.md-show.md-effect-1 .md-content {
	/*
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	*/
	opacity: 1;
	
}
.videoWrapper {
	position: relative;
}
.videoWrapper iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-width: 800px;
}
.video {
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.video iframe {
	border: 0;
}
/*##################################################################*/
/* cooperation ############################################################*/
/*##################################################################*/

#cooperation {
	padding-top: 110px;
	padding-bottom: 90px;
}
.cooperation_box {
	position: relative;
	margin: 60px 0;
}
.cooperation_photo {
	width: 292px;
	height: auto;
	margin: 0 auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.cooperation_text {
	width: 292px;
	max-width: 100%;
	margin-left: -146px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -146px;
	bottom: 0;
	background: #3672d2;
	color: #fff;
}
.cooperation_text h4 {
	margin: 20px 0 0;
}
.cooperation_text p {
	margin: 0 20px 20px;
	line-height: 1.2;
}
.bg_color1 {
	background-color: #3672d2;
}
.bg_color2 {
	background-color: #43ccb9;
}
.bg_color3 {
	background-color: #ff8182;
}

/*##################################################################*/
/* advantage ############################################################*/
/*##################################################################*/

#advantage{
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #fff;
	display: block;
	
	text-align: center;}
	
	
#advantage_boxes{position: relative; text-align:center;}
#advantage_boxes .adv-0{ background-color:#44a3ec; padding:40px 0;   text-align:center; position:relative; margin:20px 0;}
#advantage_boxes .adv-0 h4{ background:url(images/adv-logo.png) no-repeat center top; padding-top:120px;  color:#fff; font-weight:400; font-size:24px;}

#advantage_boxes .d-iconbox{ width:96px; height:96px; float:left; margin-right:20px;}
#advantage_boxes .d-iconbox:before{ width:96px; height:96px;}

#advantage_boxes .adv-1,
#advantage_boxes .adv-2,
#advantage_boxes .adv-3,
#advantage_boxes .adv-4{ min-height:96px; margin-bottom:20px;}
#advantage_boxes h3{ font-size:18px; line-height:32px; padding-top:10px; text-align:left;}
#advantage_boxes p{ margin:0;text-align:left;}





/*##################################################################*/
/* TEAM ############################################################*/
/*##################################################################*/

#team {
	padding-top: 110px;
	padding-bottom: 90px;
	background-color: #43ccb9;
	background-position: center;
	background-repeat: repeat;
	display: block;
	position: relative;
	z-index: 120;
	padding-top: 90px;
	text-align: center;
}
#team h2,
#team h4,
#team p {
	color: white;
}
#team .subtitle span {
	background: #43ccb9;
	color: #fff;
}
#team p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.member_photo {
	width: 140px;
	height: 140px;
	margin: 60px auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.team_box:hover .member_photo {
	width: 160px;
	height: 160px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.border {
	border: 2px dashed rgba(255, 255, 255, .5);
}
/*##################################################################*/
/* CONTACT #########################################################*/
/*##################################################################*/

#contact {
	margin-top: 2px;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #8343cc;
	display: block;
	position: relative;
	z-index: 120;
	text-align: center;
}
#contact h2,
#contact p {
	color: #fff;
}
#contact h4 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
}
#contact p {
	margin: 0;
}
#contact .subtitle span {
	background: #8343cc;
	color: #fff;
}
.qqBtn {
	color: #fff;
	padding: 5px 0 0 0;
	display: block;
}
.qqBtn:hover {
	color: #fff;
	text-decoration: underline;
}
.qqBtn:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	content: '';
	vertical-align: middle;
	background: url(images/icon-qq.png) no-repeat;
}
/* Send Button */

.btn-blue {
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: blue;
	background: none;
	cursor: pointer;
	padding: 17px 35px;
	display: inline-block;
	margin: 0px;
	width: 100%;
	max-width: 400px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 90;
	opacity: 1;
}
.btn-blue:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-blue:before {
	font-family: 'unicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	margin-top: 2px;
	-webkit-font-smoothing: antialiased;
}
.icon-mail:before {
	content: "\e053";
}
.btn-send {
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn-send:active {
	background: #005cab;
	top: 2px;
}
.btn-send span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}
.btn-send:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-send:active:before {
	color: #4c8be8;
}
.btn-sendb:hover span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}
.btn-sendb:before {
	left: 0;
	top: -100%;
}
.btn-sendb:hover:before {
	top: -2px;
}
/* Contact Form */

#contact form {
	margin-top: 40px;
}
#contact form input[type="text"],
#contact form input[type="email"],
#contact textarea {
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px;
	padding: 10px 10px;
	border: 2px solid #d2d2d2;
	border-radius: 2px;
	box-shadow: none;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}

#map-area{position:relative;}
#map {
	width: 100%;
	height: 360px;
}
.map-contact{ position:absolute; bottom:0; width:100%; background:rgba(0,0,0,0.6); color:#fff; padding:20px 0;}
.map-contact .row > div{ min-height:48px;}
.map-contact .d-iconbox{ float:left; margin-right:10px;}
.map-contact .d-iconbox,
.map-contact .d-iconbox:before{ width:48px; height:48px;}

.icon-map-1:before{ background-image:url(images/icon-map-1.png);}
.icon-map-2:before{ background-image:url(images/icon-map-2.png);}
.icon-map-3:before{ background-image:url(images/icon-map-3.png);}

.map-contact p{ margin:0; text-align:left; line-height:1.5;}

#alert {
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#message {
	display: none;
}
#message ul.unordered {
	padding: 0;
}
#message ul.unordered li {
	padding: 0 0 0 20px;
}
#message ul.unordered li p {
	padding: 3px 0;
	margin: 0;
}
#message .alert-danger p {
	color: #B94A48;
}
.contact_info {
	margin-top: 70px;
	padding-bottom: 60px;
}
.contact_details span {
	color: #d2d2d2;
	font-size: 30px;
}
.contact_details p {
	margin-top: 60px;
	padding-bottom: 70px;
}
/* Social Icons */

.social_icons {
	text-align: center;
	margin-top: 75px;
}
.social_icons ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	/* For IE, the outcast */
	zoom: 1;
 *display: inline;
}
.social_icons li {
	float: left;
	padding: 0 7px;
	list-style: none;
}
.social_icons li a span {
	font-size: 15px;
	color: #005cab;
}
.social_icons li a:hover {
	text-decoration: none;
}
/*##################################################################*/
/* FOOTER #########################################################*/
/*##################################################################*/

#footer {
	background-color: #44a3ec;
	padding-top: 38px;
	padding-bottom: 38px;
}
#footer p {
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.designer {
	color: #fff;
	opacity:0.45;
}


.nicescroll-rails{ z-index:9999 !important;width:10px !important; }
.nicescroll-rails div{width:8px !important;}

.md-content-bd{ background:#fff;  padding:60px 0; position:relative;}
.md-content-bd .button_nav{ position:absolute; left:50%; top:20px; margin-left:-20px;}



