/* ==================================================================================================== General HTML */
* {  
    -o-transition: all .2s ease-out; 
    -moz-transition: all .2s ease-out; 
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.no_transition {  
    -o-transition: none; 
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body,td,th {
	font-family: 'Raleway', 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', sans-serif;
	/* font-family: 'Lobster', cursive; */
	color: #2c2c2c;
	font-size: 18px;
	font-weight: 400;
}
body {
	background: #dce1ea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:hover, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lobster', 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', cursive;
	font-weight: bold;
	/* font-weight: 200; */
}
h1 {
	font-size: 3em;
}
p {
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
img {
	border: 0;
}
input, textarea, .select_wrap {
	width: 100%;
	padding: 0.7em;
	box-sizing: border-box;
	margin-bottom: 0.6em;
	font-size: 0.9em;
	font-family: 'Raleway', 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', sans-serif;
	color: #2f2f2f;
	border: 0;
	background: white;
	text-align: left;
}
.select_wrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 0.3em;
}
.select_wrap .fa-caret-down {
	position: absolute;
	right: 1em;
	z-index: 0;
}
.select_wrap select {
	position: relative;
	z-index: 1;
	width: 110%;
	padding: 0;
	margin-bottom: 0;
	background: none;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	font-size: 1em;
	font-family: 'Raleway', 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', sans-serif;
}

/* ==================================================================================================== General Content */
.clear {
	clear: both;
}
.vertical_align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section {
	width: 100%;
	position: relative;
	z-index: 1;
}
.column {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.half {
	display: inline-block;
	width: 50%;
	padding-top: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.half:nth-child(odd) {
	padding-right: 0.5em;
}
.half:nth-child(even) {
	padding-left: 0.5em;
}
.third {
	display: inline-block;
	width: 33.33%;
	padding: 1em 0.5em 0 0.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.third:nth-child(3n) {
	padding-right: 0;
}
.third:nth-child(3n+1), .third:first-child  {
	padding-left: 0;
}
.column, .half, .third {
	vertical-align: top;
}
.no_padding {
	padding: 0;
}
.pink .font {
	color: #df185e;
}
.pink .hover:hover {
	color: #df185e;
}
.pink .background {
	background: #df185e;
	color: #FFF;
}
.blue .font {
	color: #1370d3;
}
.blue .hover:hover {
	color: #1370d3;
}
.blue .background {
	background: #1370d3;
	color: #FFF;
}
.more {
	font-weight: bold;
}
.more:hover {
	text-decoration: underline;
}

/* ==================================================================================================== Interface */
.header_square {
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(220,225,234,0.8);
	width: 4.5em;
	height: 4.5em;
	text-align: center;
}
.header_square.logo {
	left: 0;
}
.header_square.logo img {
	width: 40%;
}
.header_square.logo:hover img {
	width: 45%;
}
.header_square.menu {
	right: 0;
}
.header_square.menu .vertical_align {
	font-size: 1.2em;
}
.menu_overlay {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	width: 33.33%;
	max-width: 280px;
	overflow: hidden;
	padding: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: bold;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	pointer-events: none;
}
.menu_overlay.visible {
	top: 1.7em;
	right: 1.7em;
	opacity: 1;
	pointer-events: auto;
}
.menu_overlay .fa-times {
	position: absolute;
	top: 0.7em;
	right: 0.7em;
	font-size: 1.3em;
}
.menu_overlay .fa-times:hover {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
.menu_overlay ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% + 3em);
	overflow: auto;
}
.menu_overlay ul li {
	margin-bottom: 1em;
}
.menu_overlay ul li:hover {
	text-decoration: underline;
}
.menu_overlay ul li.divider {
	letter-spacing: -3px;
	font-weight: 400;
	text-decoration: none !important;
}
.menu_overlay ul li.language {
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 1.5em;
}
.menu_overlay ul li.copyright {
	font-size: 0.6em;
	font-weight: 400;
	margin-bottom: 0;
	text-decoration: none !important;
}
.top {
	position: fixed;
	right: 1em;
	bottom: -1em;
	z-index: 101;
	width: 3em;
	height: 3em;
	padding-top: 0.2em;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.top span {
	font-size: 2em;
}
.top.visible {
	right: 1em;
	bottom: 1em;
	opacity: 0.5;
	pointer-events: auto;
}
.home #intro .column, .service #intro .column, .contact #general .column, .about #intro .column, .request #form #content.column {
	max-width: 30em;
}

/* ==================================================================================================== Responsive Slides */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

/* ==================================================================================================== Home */
.home .v_wrap {
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}
.home .v {
	font-size: 30em;
	font-weight: 900;
	text-align: center;
	/* background: red; /* show me */
}
.home .greet {
	position: relative;
	z-index: 1;	
	/* background: green; /* show me */
}
.home #portfolio.section {
	background: #dce1ea;
}
.home #portfolio .item {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-aligh: center;
}
.home #portfolio .item .column {
	color: #fff;
}
.home #portfolio .item .column h2 {
	font-size: 3em;
}
.home #portfolio .item .column p {
	font-size: 1.3em;
	margin: 0;
}
.home #service h2 {
	font-size: 2.5em;
	font-weight: 300;
	font-family: 'Raleway', 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', sans-serif;
	margin-bottom: 0.8em;
}
.home #service h3 {
	font-size: 1.5em;
}
.home #service .more.service {
	font-size: 1.3em;
	margin-top: 2em;
}

/* ==================================================================================================== Service */
.service .list .half {
	text-align: left;
}
.service .list .half:nth-child(odd) {
	padding-right: 0.9em;
}
.service .list .half:nth-child(even) {
	padding-left: 0.9em;
}
.service .list .half .item {
	background-position: right bottom;
	padding: 1.5em;
	margin-bottom: 1.8em;
	font-size: 16px;
}
.service.pink .list .half .item {
	background: #FFF url(img_asset/services-item-background-pink.png) no-repeat;
	background-position: right bottom;
}
.service.blue .list .half .item {
	background: #FFF url(img_asset/services-item-background-blue.png) no-repeat;
	background-position: right bottom;
}
.service .list .half:nth-child(odd) .item:nth-child(even){
	display: none;
}
.service .list .half:nth-child(even) .item:nth-child(odd){
	display: none;
}
	

/* ==================================================================================================== Contact */
#contact .map, #contact .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contact .map {
	z-index: 0;
	overflow: hidden;
	/* background: red; /* show me */
}
#contact .map #gmap {
	width: 150%;
	height: 110%;
	position: relative;
	top: 0%;
	left: -25%;
	/* background: green; /* show me */
}
#contact .content {
	z-index: 1;
	background: rgba(14,24,35,0.8);
	font-size: 1.5em;
}
#contact .content h2 {
	color: #FFF;
	font-size: 2em;
}
.contact .section.map_wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width:100%;
	height: 100%;
	overflow: hidden;
	/* background: red; /* show me */
}
.contact .map_wrap #map_bkg {
	position: relative;
	width: 150%;
	left: -25%;
}
.contact .section {
	position: relative;
	z-index: 1;
}
.contact #general {
	color: #fff;
	background: rgba(14,24,35,0.8);
}
.contact #general a:hover {
	text-decoration: underline;
}
.contact #form {
	background: rgba(220,225,234,0.8);
}
.contact #form .column {
	max-width: 800px;
}
.contact #form .half:nth-child(odd) {
	padding-top: 1em;
	padding-right: 0.3em;
}
.contact #form .half:nth-child(even) {
	padding-top: 1em;
	padding-left: 0.3em;
}
.contact #form .half input:last-child {
	margin: 0;
}
.contact #form .half textarea {
	height: 100%;
}
.contact #form .more.button {
	font-size: 1.2em;
	margin-top: 0.5em;
}
.contact #map_empty.activate {
	pointer-events: none;
}

/* ==================================================================================================== About */
.about #intro h1 .large {
	font-size: 3em;
	font-family: 'Raleway', 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', sans-serif;
	font-weight: 900;
	line-height: 0.8em;
}
.about #process .column {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.about #process .column h2 {
	font-family: 'Raleway', 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', sans-serif;
	font-size: 2em;
	margin-bottom: 1em;
}
.about #process .column .item_wrap {
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 2em;
}
.about #process .column .item_wrap .item {
	display: inline-block;
	vertical-align: bottom;
	width: 35%;
	white-space: normal;
	padding: 0 1em 3em 1em;
	background: url(img_asset/process_line/normal.png) no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.about #process .column .item_wrap .item:first-child {
	background: url(img_asset/process_line/first.png) no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	margin-left: 10%;
}
.about #process .column .item_wrap .item:last-child {
	background: url(img_asset/process_line/last.png) no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	margin-right: 10%;
}
.about #process .column .item_wrap .item .stage {
	font-weight: bold;
}
.about #process .column .item_wrap .item h3 {
	font-size: 1.6em;
}
.about #process .column .item_wrap .item p {
	margin-top:0.5em;
}

/* ==================================================================================================== Request */
.request .half {
	padding-top: 3em;
}
.request .half.drop {
	padding-top: 0;
}
.request textarea {
	height: 7em;
}
.request .more.button {
	margin-top: 1.5em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Responsive */
@media all and (min-width: 701px) { /* Desktop */
	/* ==================================================================================================== Interface */
	.top:hover, .top.emphasize {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		opacity: 1;
	}
}
@media all and (max-width: 700px) { /* Mobile */
	/* ==================================================================================================== General HTML */
	body,td,th {
		font-size: 16px;
	}
	h1 {
		font-size: 2.3em;
	}

	/* ==================================================================================================== General Content */
	.column {
		width: 100%;
		padding: 0 1.5em;
		box-sizing: border-box;
	}
	.half, .third {
		width: 100%;
		padding: 0;
		margin-top: 1em;
	}
	.half:nth-child(odd) {
		padding-right: 0em;
	}
	.half:nth-child(even) {
		padding-left: 0em;
	}
	.third:nth-child(3n) {
		padding-right: 0;
	}
	.third:nth-child(3n+1), .third:first-child  {
		padding-left: 0;
	}

	/* ==================================================================================================== Interface */
	.header_square {
		width: 3.5em;
		height: 3.5em;
	}
	.header_square.logo img {
		width: 45%;
	}
	.header_square.logo:hover img {
		width: 5	0%;
	}
	.menu_overlay {
		top: -2em;
		z-index: 101;
		width: 100%;
		max-width: 100%;
		padding: 1.5em;
	}
	.menu_overlay.visible {
		top: 0em;
		right: 0em;
	}
	.top {
		right: 0.5em;
		width: 2.5em;
		height: 2.5em;
		padding-top: 0.25em;
	}
	.top span {
		font-size: 1.5em;
	}
	.top.visible {
		right: 0.5em;
		bottom: 0.5em;
		opacity: 1;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	}
	
	/* ==================================================================================================== Home */
	.home .v {
		font-size: 20em;
	}
	.home #portfolio .item .column h2 {
		font-size: 2.3em;
	}
	.home #service .third {
		margin-bottom: 0.5em;
	}
	.home #contact .content {
		font-size: 1.2em;
	}
	
	/* ==================================================================================================== Service */
	.service .list .half:nth-child(odd) {
		padding-right: 0;
	}
	.service .list .half:nth-child(even) {
		display: none;
	}
	.service .list .half:nth-child(odd) .item:nth-child(even){
		display: block;
	}
		
	/* ==================================================================================================== Contact */
	#contact .content {
		font-size: 1.2em;
	}
	.contact #form .half:nth-child(even) {
			margin-top: 0;
	}
	.contact #form .half:nth-child(odd), .contact #form .half:nth-child(even) {
		padding: 0;
	}

	/* ==================================================================================================== About */
	.about #intro h1 .large {
		font-size: 2.3em;
		line-height: 0.8em;
	}
	.about #process .column {
		padding: 0;
	}
	.about #process .column .item_wrap {
		padding-bottom: 2em;
		/* background: green; /* show me */
	}
	.about #process .column .item_wrap .item {
		width: 80%;
		padding: 0 1em 3em 1em;
		background-size: 120% auto;
	}
	.about #process .column .item_wrap .item:first-child {
		background-size: 120% auto;
		margin-left: 0;
	}
	.about #process .column .item_wrap .item:last-child {
		background-size: 120% auto;
		margin-right: 0;
	}
	
	/* ==================================================================================================== Request */
	.request .half {
		margin-top: 0;
		padding-top: 0;
	}
	.request .half:first-child {
		margin-top: 1em;
	}
	.request .half.drop:last-child {
		margin-top: 0.5em;
	}
}