::-moz-selection {
	background: #000;
	color: #FFF;
}

::selection {
	background: #000;
	color: #FFF;
}

h3 {
	font-size: 22px;
	font-weight: 600;
}

.strong {
	color: #222
}

/*rena*/
#wrap {
	padding: 0 100px;
	max-width: 1414px;
	position: relative;
	margin: 0 auto;
	top: 0;
	left: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #111;
}

#main {
	margin-bottom: 10px;
}

.push {
	height: 130px;
}

.phone {
	font-size: 1.3em;
	font-weight: bold;
}

.copyright {
	font-size: 0.7em;
	color: #999;
	clear: both;
	float: none;
	margin: 40px 0;
}

.copyright a {
	color: #999;
}

.fanslink,
.fanslink a,
.fanslink a:hover {
	color: #fff;
}

.copyright p,
.copyright p a {
	font-size: 0.8em;
}

.btn_submit {
	border: none;
	background-color: #000;
	color: #CCC;
	padding: 10px;
}

body.flipstate {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff url('../images/loader.gif') no-repeat center center;
}

body.flipstate #wrap {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.col_4,
.col_2 {
	float: left;
	padding: 0 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	*behavior: url('boxsizing.htc');
}

.col_4 {
	width: 50%;
}

.col_2 {
	width: 25%;
}

.col_6 {
	width: 75%;
}

.col_8 {
	padding: 0 7px;
}

.push_2 {
	margin-left: 50%;
}

.view_all {
	margin-bottom: 40px;
}

.gridded {
	padding: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	*behavior: url('boxsizing.htc');
}

.language_switch .cur_menu_item {
	display: none;
}

a {
	color: #adadad;
	text-decoration: none;
}

a:hover {
	color: #111;
}

button.anchor {
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	font-size: inherit;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	color: #adadad;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

button.anchor:hover {
	color: #222222;
}


.services-form input {
	border: none;
	border: #ccc solid 1px;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	margin: 5px;
}

/*rena edit*/
.project-list {
	position: relative;
	top: 0;
	left: 0;
}

li.thumbitem {
	width: 25%;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 0;
}

li.photoitem {
	width: 50%;
}

li.thumbitem a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background: #FFF;
	position: relative;
	top: 0;
	left: 0;
}

li.thumbitem .entry-title {
	line-height: 1.25em;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
	background: transparent url('../images/transp_white.png') repeat left top;
	width: 100%;
	height: 100%;
}

li.thumbitem .entry-title .text {
	display: block;
	padding: 10px 0 0 10px;
}

li.thumbitem .fixed-title {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 28px;
	color: #999
}

li.thumbitem a:hover .fixed-title,
li.thumbitem .current-menu-item .fixed-title {
	color: #333;
}

/*rena*/
.csstransitions li.thumbitem .entry-title {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.csstransitions li.thumbitem .entry-title .text {
	position: relative;
	opacity: 0;
	text-align: left;
}

.csstransitions li.thumbitem a:hover .entry-title {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-transition: opacity 0;
	-moz-transition: opacity 0;
	-o-transition: opacity 0;
	transition: opacity 0;
}

.csstransitions li.thumbitem a:hover .entry-title .text {
	-webkit-animation: showtext 0.2s ease-out forwards;
	-moz-animation: showtext 0.2s ease-out forwards;
	-o-animation: showtext 0.2s ease-out forwards;
	animation: showtext 0.2s ease-out forwards;
}

.no-csstransitions li.thumbitem .entry-title {
	display: none;
}

.no-csstransitions li.thumbitem a:hover .entry-title {
	display: block;
}

li.thumbnail-album {
	width: 50%;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 0;
}

#services-select {
	width: 100%;
	display: block;
}

#services-select li {
	width: 33%;
	height: auto;
	text-align: left;
	float: left;
}

#services-select li .text-layer {
	margin: 5px;
	background: #bbb;
	padding: 5px 20px;
	color: #FFF;
	cursor: pointer;
	line-height: 3em;
	font-size: 1.4em
}

#services-select li a {
	color: #fff;
}

#services-select li.current .text-layer {
	margin: 5px;
	background: #000;
	padding: 5px 20px;
	color: #FFF;
	cursor: pointer;
}

@-webkit-keyframes showtext {
	0% {
		padding-top: 30px;
		opacity: 0;
	}

	100% {
		padding-top: 6px;
		opacity: 1;
	}
}

@-moz-keyframes showtext {
	0% {
		padding-top: 30px;
		opacity: 0;
	}

	100% {
		padding-top: 6px;
		opacity: 1;
	}
}

@-ms-keyframes showtext {
	0% {
		padding-top: 30px;
		opacity: 0;
	}

	100% {
		padding-top: 6px;
		opacity: 1;
	}
}

#attachments {
	position: relative;
	top: 0;
	left: 0;
}

#attachments li {
	cursor: pointer;
	float: left;
	width: 100%;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: relative;
	top: 0;
	left: 0;
}

#attachments li.portrait {
	width: 50%;
}

.fadeable {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.faded {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

li.imagewrap {
	line-height: 0;
	position: relative;
	top: 0;
	left: 0;
}

li.imagewrap .caption {
	position: absolute;
	top: -9999px;
	left: -9999px;
	line-height: 1em;
}

#pause_screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

article.post .entry-header .entry-title,
article.post .entry-header .entry-meta {
	position: absolute;
	left: -9999px;
	color: #999;
}

article header .gridded {
	font-size: 0.8em;
	line-height: 1.6em
}

.gridded .col_4 {
	color: #838281;
}

/*rena*/
article.post .entry-excerpt {
	-webkit-perspective: 1000;
	margin-bottom: 30px;
}

article.post .entry-excerpt p {
	display: inline;
}

article.post .entry-content {
	padding-bottom: 30px;
}

article.post .entry-content p {
	margin-bottom: 33px;
}

article.post .entry-footer {
	margin: 7px 0 100px 0;
}

article.post .entry-footer .share li {
	float: left;
	margin-right: 20px;
}

article.post .entry-content-wrap {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
}

article.post .entry-content-wrap p {
	margin-bottom: 0;
}

article p b {
	font-size: 1.1em;
}

.space-line {
	margin: 20px;
	display: block;
	height: 20px;
}

#intro {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 30px;
}

#intro h2 {
	display: inline;
}

#intro a {
	text-decoration: underline;
	color: #333;
}

.animated {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.imgloader {
	line-height: 0;
	position: relative;
	top: 0;
	left: 0;
}

.imgloader .holder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-perspective: 1000;
}

.imgloader .holder img {
	width: 100%;
	height: auto;
}

.thumbnail img {
	width: 100%;
	height: auto;
}

.imgloader.loading {
	background: #ffffff url('../images/loader.gif') no-repeat center center;
}

#employee_drawer {
	height: 0;
	width: 100%;
	overflow: hidden;
}

#employee_drawer.display {
	height: auto;
}

.employee {
	-webkit-perspective: 1000;
}

.employee.current-employee .employee-image .imgloader {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.employee a,
.employee .employee-phone {
	display: block;
}

.employee-meta {
	line-height: 18px;
}

.employee .employee-image {
	width: 50%;
	float: right;
}

.employee .employee-image img {
	width: 100%;
	height: auto;
}

.employee .employee-text-wrap {
	width: 50%;
	float: left;
	padding-top: 2px;
}

.employee .employee-name a {
	color: #7d7d7d;
	font-size: 12px;
}

.employee .employee-name .name {
	display: block;
	color: #222222;
	font-size: 16px;
	text-align: center;
}

.employee .employee-content,
.employee .employee-header {}

.employee .entry-more {
	display: none;
}

.wrap-employee {
	margin-bottom: 26px;
}

.employee-list .employee {
	width: 25%;
	float: left;
}

.employee-list .employee .employee-image {
	width: 100%;
	float: none;
}

.employee-list .employee .employee-image .imgloader {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.employee-list .employee .employee-image a:hover .imgloader {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-transition: opacity 0;
	-moz-transition: opacity 0;
	-o-transition: opacity 0;
	transition: opacity 0;
}

.employee-list .employee .employee-text-wrap {
	width: 100%;
	float: none;
}

.employee-list .employee .employee-content,
.employee-list .employee .employee-meta {
	display: none;
}

.employee-list .employee .employee-header {
	height: 3.75em;
	margin: 0;
}

.employee-list .employee .title_2 {
	display: none;
}

.employee-list .employee .entry-more {
	display: inline-block;
	margin-top: 2px;
	vertical-align: text-top;
	margin-left: 5px;
}

.post-edit-link {
	display: none !important;
}

article.page .content-text {
	width: 50%;
	float: right;
	padding: 0 7px 20px 7px;
	/*rena edit*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	*behavior: url('boxsizing.htc');
	clear: right;
	margin-bottom: 22px;
	font-size: 0.7em;
	color: #838281;
	/*rena edit*/
	line-height: 2em;
	/*rena edit*/
}

article.page strong {
	padding-bottom: 6px;
	display: block;
	font-size: 1.2em;
}

article.page form {
	display: block;
}

article.page .content-back {
	display: block;
	width: 100%
}

article.page h3,
article.page h1 {
	width: 50%;
	float: left;
	padding: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	*behavior: url('boxsizing.htc');
	clear: left;
}

article.page h3 .smallfont {
	font-size: 0.5em;
	display: block;
	width: 60%
}

article.page .entry-content h3 {
	padding-top: 0;
	margin-bottom: 2px;
	padding-right: 50px;
}

article.page .entry-content-attachment {
	line-height: 0
}

article.page .image-wrap {
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	*behavior: url('boxsizing.htc');
	clear: both;
	line-height: 0;
	margin-bottom: 33px;
}

article.page .image-wrap.portrait {
	width: 50%;
}

article.page img {
	width: 100%;
}

article.page .gmap-canvas-wrap {
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	*behavior: url('boxsizing.htc');
	clear: both;
	margin-bottom: 26px;
}

article.page .gmap-canvas-wrap .gmap-canvas {
	width: 100%;
}

#sleepmode {
	text-align: center;
}

#sleepmode .wrap {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#sleepmode img {
	position: absolute;
	top: 0;
	left: 0;
}

#sleepmode img.portrait {
	width: 50%;
}

#sleepmode ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#sleepmode li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-perspective: 1000;
}

#sleepmode li.slide_hidden {
	z-index: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

#sleepmode li.slide_display {
	z-index: 2;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.white {
	color: #FFF !important;
}

.expertise {
	width: 50%;
	float: right;
}

.expertise li {
	width: 50%;
}

body:after {
	content: "test";
	display: none;
}

.services-item {
	width: 25%;
	height: auto;
	float: left;
}

.services-item .txt-layer {
	padding: 20px;
	background-color: #fff;
	position: relative;
	height: 190px;
	color: #1f1a17
}

.services-item.current-menu-item .txt-layer {
	padding: 20px;
	background-color: #fff;
	color: #1f1a17;
	position: relative;
}

.services-item .num {
	font-size: 2em;
	position: absolute;
	bottom: 10px;
}

.services-item.current-menu-item .num {
	color: #F60;
}

.work_info span {
	display: block;
	float: left;
}

.news h3 a {
	color: #000;
}

.news h3 .time,
.news h3 .author {
	color: #999;
	font-size: 0.8em
}

.news .content-text {
	color: #333;
}

.domainCheckList li {
	text-decoration: underline;
	font-size: 1.3em;
}

span.bds_more,
.bds_tools a {
	line-height: 16px;
}

a.more_link {
	text-decoration: underline;
}

.list_pager,
.list_pager a {
	color: #999;
}

.list_pager a.current {
	color: #000;
}

.teams-list h3 {
	font-size: 12px;
	line-height: 14px;
	color: #7d7d7d
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	#logo {
		background: transparent url('../images/logo_retina.jpg') no-repeat left top;
		background-size: 201px 28px;
	}
}

@media (max-width:1300px) {
	#main_menu li {
		margin-right: 30px;
	}

	#main_menu li a .short {
		display: block;
	}

	#main_menu li a .full {
		display: none;
	}

	.services-item {
		width: 25%;
	}

	.services-item .txt-layer {
		height: 150px;
	}

	#services-select li {
		width: 50%;
	}
}

@media (max-width:1124px) {
	body:after {
		content: "3";
		display: none;
	}

	#logo {
		background: transparent url('../images/logo.jpg') no-repeat left top;
	}

	.col_2 {
		width: 33.3%;
	}

	.services-item {
		width: 50%;
	}

	.services-item .txt-layer {
		height: 160px;
	}

	.col_4 {
		width: 66.6%;
	}

	.col_4.left {
		width: 33.3%;
	}

	.entry-header .col_2 {
		width: 50%
	}

	.entry-header .col_4 {
		width: 100%;
		margin: 30px 0;
	}

	.push_2 {
		margin-left: 33.3%;
	}

	#wrap {
		padding: 0 88px;
	}

	.overlay .wrap {
		padding: 169px 88px 0px 88px !important;
	}

	.entry-footer {
		margin-bottom: 142.5px !important;
	}

	#main {
		margin-bottom: 20px;
	}

	.employee-list .employee {
		width: 33.3%;
	}

	#employee_drawer .employee .employee-image {
		width: 33.3%;
	}

	#employee_drawer .employee .employee-text-wrap {
		width: 66.6%;
	}

	article.page h3 {
		width: 33.3%;
	}

	article.page .content-text {
		width: 66.6%;
	}

	.project-list li {
		width: 33.3%;
	}

	.project-list li.thumbnail-album {
		width: 50%;
	}

	#related .list-count-3 {
		display: none;
	}

	.expertise {
		width: 66.6%;
	}

	#footer li.clearfix {
		display: block !important;
	}

	#footer li.pusher {
		display: block;
	}
}

@media (max-width:868px) {
	body:after {
		content: "2";
		display: none;
	}

	#related_header .related-title {
		display: none;
	}

	#main_menu {
		width: 50%;
	}

	#main_menu li {
		/*float:none !important;*/
		margin-right: 15px;
	}

	#header .col_4 {
		width: 100%;
	}

	.col_4,
	.col_4.left {
		width: 100%;
	}

	.col_2,
	.services-item {
		width: 50%;
		margin-bottom: 40px;
	}

	.push_2 {
		margin-left: 0;
	}

	.fill {
		display: none;
	}

	.employee-list .employee {
		width: 50%;
	}

	#employee_drawer .employee .employee-image {
		width: 50%;
	}

	#employee_drawer .employee .employee-text-wrap {
		width: 50%;
	}

	.employee .employee-header {
		margin: 0 !important;
		height: auto !important;
	}

	article.page h3 {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	article.page .content-text {
		width: 100%;
		margin-bottom: 1.25em;
	}

	article.post .entry-header {
		width: 0;
		height: 0;
		padding: 0;
		margin: 0;
	}

	.project-list li {
		width: 50%;
	}

	.project-list li.thumbnail-album {
		width: 100%;
	}

	#related .list-count-3 {
		display: block;
	}

	.expertise {
		width: 100%;
	}

	#footer li.pusher {
		display: none !important;
	}

	#search-results .search-item .entry-title,
	#search-results .search-item .entry-excerpt {
		width: 100%;
	}

	.entry-footer .left {
		display: none;
	}

	.entry-footer .share li {
		float: none !important;
	}

	#search-results .search-item .entry-excerpt {
		width: 100%;
	}

	#search-results .search-item .entry-title {
		width: 100%%;
	}
}

@media (max-width:620px) {
	body {
		font-size: 1em;
	}

	.map {
		display: none;
	}

	#BDBridgeWrap {
		display: none;
	}

	#logo {}

	#main_menu ul {
		float: left;
		margin-top: 30px;
	}

	#wrap,
	#footer .group {
		padding: 0 16px;
	}

	.overlay .wrap {
		padding: 169px 16px 0px 16px !important;
	}

	#main {
		margin: 30px auto 60px auto;
	}

	.entry-footer {
		margin-bottom: 60px !important;
	}

	#footer li.last-item {
		margin-bottom: 20px !important;
	}

	#header {
		padding: 20px 0 55px 0;
	}

	#main_menu {
		/*top:-6px;*/
	}

	#main_menu li .short {
		display: block;
	}

	#main_menu li .full {
		display: none;
	}

	.col_2 {
		width: 100%;
	}

	.col_2,
	.col_4,
	.col_8 {
		padding: 0 4px;
	}

	.employee-list .employee {
		width:50%;
		margin-bottom: 1em;
	}

	.employee-list .employee header {
		width: 100%;
		float: left;
	}

	.employee-list .employee .employee-image {
		width: 100%;
	}

	.employee-list .employee .employee-image .imgloader {
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.2s;
		-moz-transition: height 0.2s;
		-o-transition: height 0.2s;
		transition: height 0.2s;
	}

	.employee-list .employee .employee-meta {
		display: block;
	}

	.employee-list .employee .entry-more {
		display: none;
	}

	.employee-list .employee .title_2 {
		display: block;
	}

	.gridded {
		padding: 4px;
	}

	#footer li.clearfix {
		display: none !important;
	}

	article.page .content-back .contact-phone {
		font-size: 1.6em;
	}

	div.infoBubble span.location-details {
		font-size: 12px;
	}

	li.thumbnail-album {
		width: 100%;
	}
}

@media (max-width:320px) {}
