/*font*/
@import url("Linearicons-Free.css");


/*style*/
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:"微軟正黑體", sans-serif;
	font-size: 14px;
	background:#f0f0f0;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wrapper {
	position: relative;
	width: 100%;
	height:100%;
	overflow:hidden;
}
.header {
	z-index: 9990;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	box-sizing: border-box;
}
.header div, .header span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.homelogo {
	position:absolute;
	top:0;
	left:0;
	float:left;
	margin:20px 30px;
}
.homelogo a {
	position:relative;
	display: block;
	height: 100%;
}
.homelogo span {
	display:block;
	position:absolute;
	top:3px;
	right:-100px;
	padding-left:15px;
	filter:alpha(opacity=0); /*IE,透明度50%*/
	-moz-opacity:0; /*Firefox,透明度50%*/
	opacity:0;/*其他浏览器,透明度50%*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.homelogo a:hover > span {
	right:-145px;
	filter:alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity:1; /*Firefox,透明度50%*/
	opacity:1;/*其他浏览器,透明度50%*/
}
.homelogo.logo_w {
	opacity:1;
}
.homelogo.logo_b {
	opacity:0;
}
.homelogo.logo_b img {
	height:40px;
}
.mobile_logo img {
	height:56px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mobile_logo {
	display:none;
	margin-left:0 !important;
}

/*fixed*/
.fixed_header .homelogo {
	margin: 5px 30px;
}
.fixed_header .homelogo img {
	
}
.fixed_header .homelogo.logo_w {
	opacity:0;
}
.fixed_header .homelogo.logo_b {
	opacity:1;
}

.main {
	position: relative;
	float: left;
	width: 100%;
	color: #222;
	min-height: 270px;
}
.main a {
	color: #666;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main a:hover {
	color: #914ad8;
}
/*header*/
.banner {
	position:relative;
	float:left;
	width:100%;
}
.banner img {
	width:100%;
	height:auto;
}
.nav {
	font-size: 17px;
}
/*.nav li {
	float:left;
	padding:20px;
	background:url(../images/menu_divider.png) no-repeat right center;
}
.nav li:last-child {
	background:none;
}
.nav li a {
	color:#FFF;
	font-size:15px;
}*/
.btn_social {
	position: absolute;
	top: 20px;
	right: 0;
}
.social-networks li {
	float: left;
	margin: 0 2px;
}
#slider-wrapper {
	clear: both;
}
strong {
	font-weight: bold;
}
.search_area input {
	width: 100%;
	height: 55px;
	padding: 0 2% 0 8%;
	margin: 0;
	border: 0;
	outline:0;
}
/*index*/
#btn_scroll_down {
	position:absolute; 
	bottom:0; 
	left:50%;
	margin-left:-50px !important;
	z-index:555;
	cursor:pointer;
	width:100px;
	height:100px;
	font-size: 25px !important;
	line-height:65px !important;
  text-align: center;
	text-decoration: none;
	color: #fff;
	padding:0;
	display:block;
	-webkit-transition: all 300ms !important;
	transition: all 300ms !important;
	background:url(../images/arrow1.png) no-repeat center 60px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:#FFF 2px solid;
	line-height:65px;
}
#btn_scroll_down:hover{
	color: #541b85;
	background:url(../images/arrow1.png) no-repeat center -75px;
	border-color: #541b85;
	-webkit-transition: all 300ms !important;
	transition: all 300ms !important;
}
.index_banner {
	float: left;
	width: 100%;
}

/*
index_about
*/
.index_about_block {
	position:relative;
	float:left;
	width:100%;
	min-height:100vh;
	padding:150px 0 50px 0;
}
h5.title {
	color:#000;
	font-size:40px;
	text-align:center;
	line-height:50px;
	font-weight:normal;
}
h5.title span {
	display:block;
	color:#551a86;
}
.index_about_block p, .index_service_block p {
	color:#717171;
	font-size:16px;
	line-height:25px;
	margin:20px 0;
	text-align:center;
}
.index_about_block h5.title, .index_about_block p {
	text-align:left;
}
.index_about_pic {
	position:absolute;
	top:0;
	left:-80px;
	width:80%;
}
.index_about_pic img {
	width:100%;
	height:auto;
}
.index_about_right {
	position:relative;
	float:right;
	width:55%;
	padding:0 50px;
	box-sizing:border-box;
}
.index_about_content p.h_desc {
	border-left:#b097bc 1px solid;
	padding-left:20px;
}

/*
index_service
*/
.index_service_block {
	float: left;
	position: relative;
	z-index: 98;
	width: 100%;
	padding:100px 0;
	background:#FFF;
}

.index_service_list {
	position: relative;
	width:100%;
	max-width:1300px;
	z-index: 200;
	padding:0 80px;
	margin:0 auto;
	box-sizing:border-box;
}
.product_block .index_service_list {
	padding:0;
}
.index_service_list li {
	position: relative;
	float: left;
	width: 46%;
	margin:2% 2% 1% 2%;
	box-sizing:border-box;
	color: #727272;
}
.index_service_pic, .index_service_title, .index_service_content {
	width: 100%;
	margin: 0 auto;
}
.index_service_pic {
	vertical-align: top;
	
}
.index_service_pic a {
	display: block;
	width:100%;
}
.index_service_pic a img {
	width:100%;
	height:auto;
}
.index_service_hover {
	width:100%;
	height:100%;
}
.index_service_title {
	font-size: 20px;
	font-weight:bold;
	margin:15px 0;
	color: #000;
}
.index_service_list li span.icon {
	float:left;
	margin-right:20px;
	text-align: center;
	display:inline-block;
	width:100px;
	height:100px;
	font-size:30px;
	color:#000;
	border:#000 3px solid;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-sizing:border-box;
	margin-bottom:20px;
}
.index_service_list li span.icon i {
	line-height:100px;
}
.index_service_content {
	line-height: 20px;
}
.btn_more {
	display: inline-block;
  margin-top: 20px;
	padding:10px 15px;
	border:#c9c9c9 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.index_service_list li, .index_service_list li div, .index_service_list li span {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index_service_list li:hover {
	color: #000;
}
.index_service_list li:hover span.icon {
	border-color:#682886;
	color:#682886;
}
.index_service_list li:hover .index_service_title {
	color: #ff9617;
}
.index_service_list li:hover span.btn_more {
	border-color:#000;
	color:#FFF;
	background:#000;
}

/*
index_case
*/
.index_case_block {
	float: left;
	position: relative;
	z-index: 98;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 20px;
	margin:100px 0;
}
.index_case_block h5.title {
	margin-bottom:50px;
}
.index_case_list {
	position: relative;
	width:100%;
	/*max-width:1300px;*/
	z-index: 200;
	padding:0 80px;
	margin:0 auto;
	box-sizing:border-box;
}
.product_block .index_case_list {
	padding:0;
}
.index_case_list .slick-list li, .case_list_box li {
	position: relative;
	float: left;
	width: 31.33%;
	margin:2% 1% 1% 1%;
	text-align: center;
	border: 1px solid #E2E2E2;
	box-sizing:border-box;
	overflow:hidden;
}
.index_case_pic, .index_case_title, .index_case_content {
	width: 100%;
	margin: 0 auto;
}
.index_case_pic {
	vertical-align: top;
	
}
.hover_color0 {
	background:#166BEC;
}
.hover_color1 {
	background:#DA4531;
}
.hover_color2 {
	background:#FFBA02;
}
.hover_color3 {
	background:#DFA30D;
}
.hover_color4 {
	background:#009856;
}
.index_case_pic a {
	display: block;
	width:100%;
}
.index_case_pic a img {
	width:100%;
	height:auto;
}
.index_case_hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.index_case_title {
	font-size: 20px;
	font-weight:bold;
}
.index_case_title a {
	color: #FFF;
}
.index_case_title a:hover {
	color: #ff9617;
}
.index_case_content {
	line-height: 20px;
	color: #FFF;
}
a.btn_vm {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index_case_list .slick-prev, .index_case_list .slick-next {
	z-index:30;
	width:74px;
	height:73px;
	background:url(../images/btn_arrow.png) 0 top;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity: 0; 
	filter:alpha(opacity=0);
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.index_case_list:hover .slick-prev, .index_case_list:hover .slick-next {
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7; 
	filter:alpha(opacity=70);
}
.index_case_list .slick-prev:hover, .index_case_list .slick-next:hover {
	opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9; 
	filter:alpha(opacity=90);
}
.index_case_list .slick-prev {
    left: -60px;
}
.index_case_list .slick-next {
	right:-60px;
	background:url(../images/btn_arrow.png) 0 bottom;
}
.index_case_list:hover .slick-prev {
    left: -80px;
}
.index_case_list:hover .slick-next {
	right:-80px;
}
.index_case_list .slick-prev:before, .index_case_list .slick-next:before {
	display:none;
}

/*---------------*/
/***** Chico *****/
/*---------------*/
.effect-chico {
	
}
.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-chico:hover img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-chico:hover .index_case_pic a {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico .index_case_hover {
	padding: 5px;
	box-sizing:border-box;
}

.effect-chico .index_case_hover::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	/*border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;*/
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-chico .index_case_title, .effect-chico .index_case_hover::before,
.effect-chico .index_case_content {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-chico .index_case_title {
	margin: 40% 0 10px 0;
	padding:0 20px;
	box-sizing:border-box;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.product_block .effect-chico .index_case_title {
	margin-top:30%;
}

.effect-chico .index_case_content {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.effect-chico:hover .index_case_title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-chico:hover .index_case_title, .effect-chico:hover .index_case_hover::before,
.effect-chico:hover .index_case_content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

.effect-bubba {
	background: #9e5406;
}

.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-bubba:hover img {
	opacity: 0.4;
}

.effect-bubba .index_case_hover::before,
.effect-bubba .index_case_hover::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba .index_case_hover::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.effect-bubba .index_case_hover::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.effect-bubba .index_case_title {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.effect-bubba .index_case_content {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.effect-bubba:hover .index_case_hover::before,
.effect-bubba:hover .index_case_hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-bubba:hover .index_case_title,
.effect-bubba:hover .index_case_content {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*
index_contact
*/
.index_contact_block {
	position:relative;
	float:left;
	width:100%;
	padding:150px 0;
	box-sizing:border-box;
	background:url(../images/home_contact_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
.index_contact_block .block {
	float: left;
    width: 45%;
    margin-left: 130px;
}
.index_contact_block h5.title {
	position:relative;
	top:0;
	color:#FFF;
	font-size:35px;
	text-align:left;
	margin-bottom:30px;
}
.index_contact_block h5.title span {
	font-size:20px;
	color:#FFF;
	line-height:30px;
	margin-top:10px;
}
.index_news {
	float: right;
	width: 430px;
}
.index_news li {
	padding: 10px 0 0 19px;
	color: #595757;
}
.news_list li {
	border-bottom:#E2E2E2 1px solid;
}
.news_list_content {
	position:relative;
	padding:50px 0 50px 50px;
	max-width:480px;
	margin:0 auto;
}
.news_list_content .icon {
	position:absolute;
	top:50px;
	left:0px;
	font-size:17px;
	padding:10px;
	border:#5e1d89 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#5e1d89;
}
.news_list li .news_title a, h4.news_title {
	display:block;
	font-size:22px;
	color:#000;
	line-height:30px;
	margin-bottom:20px;
}
span.date {
	display:block;
	color:#999;
}
.index_news li span.date, .news_list li span.date {
	margin-right: 10px;
	font-weight: bold;
}
.index_news li a, .news_list li a {
	color: #595757;
}
.index_news li a:hover {
	color: #ff9617;
	text-decoration: underline;
}
.index_product {
	float: right;
	width: 645px;
}
.index_product li {
	width: 140px;
	float: left;
	margin: 0 10px;
	background: #6a727e;
	border-bottom: 3px solid #424a58;
}
.index_product li:hover {
	background: #008044;
	border-bottom: 3px solid #008044;
}
.index_product li .product_pic {
	filter: alpa(opacity=90);   /* old IE */
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 0.9;          /* Moz + FF */
	opacity: 0.9;               /* 支持新版瀏覽器 */
}
.index_product li:hover .product_pic {
	filter: alpa(opacity=100);   /* old IE */
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 1;          /* Moz + FF */
	opacity: 1;               /* 支持新版瀏覽器 */
}
.index_product li .product_name {
	padding: 0 10px;
	margin: 10px 0;
	line-height: 18px;
	text-align: center;
}
.index_product li .product_name a {
	color: #fff;
}
.index_product li img {
}
.index_video {
	float: left;
	width: 100%;
	padding-top: 50px;
	margin-top: 50px;
	border-top: 4px solid #6a727f;
}
.index_video .index_iframe {
	float: left;
	width: auto;
	margin-right: 30px;
	border: 5px solid #dcdcdc;
}
.index_video .index_txt {
}
.index_video h4.title {
}
.index_video .index_content {
	color: #6a727f;
}
/* Styles for Disconnected */
#tab-disconnected-container ul { float: left; width: 100%; list-style: none; margin: 0; padding: 0; background: #d1b8dd; color:#FFF;}
#tab-disconnected-container ul li { float: left; width: 33.3%; margin: 0; padding: 0; text-align: center;border-left: 2px solid #EFEFEF; }
#tab-disconnected-container ul li a { display: block; padding: 15px 0; line-height: 20px; outline: none; color:#FFF !important; }
#tab-disconnected-container ul li a:hover { background:#9d75b0;}
#tab-disconnected-container ul li.active { position: relative;}
#tab-disconnected-container ul li a.active { font-weight: bold; text-decoration: none; background:#9d75b0; }
#tab-disconnected-container .panel-container {padding: 10px;  }

/*main*/
.full_img {
	float:left;
	width:100%;
	margin-bottom:150px;
}
.full_img img {
	width:100%;
	height:auto !important;
}
.block {
	width: 100%;
	max-width:870px;
	margin: 0 auto;
	box-sizing:border-box;
}
.page_local_bar {
	padding-top:20px;
	padding-right:20px;
	margin-bottom: 33px;
	color: #4b4848;
	font-size: 14px;
	text-align:right;
}
.page_local_bar span {
	color: #551a86;
}
h4.title {
	margin: 34px auto 21px;
	padding: 0;
	line-height: 18px;
	font-size: 18px;
	text-align: center;
	color: #595757;
	background: url(../images/OLingaweb_outline.png) no-repeat center;
	letter-spacing: 7px;
	font-weight: bold;
}
h4.search_title {
	float:left;
	width:100%;
	font-size: 18px;
	color: #595757;
	letter-spacing: 2px;
	font-weight: bold;
	padding-top: 10px;
}
h4.search_title span {
	color: #e50039;
}
span.results {
	font-size: 18px;
	color: #595757;
	letter-spacing: 2px;
	font-weight: bold;
	float: right;
	padding-top: 10px;
}
h4.search_title, span.results, span.smallsize_result {
	margin:0 2%;
}
.product_plano {
	padding: 30px 0;
}
.product_plano li {
	float: left;
	border: 1PX sOLID #ccc;
	margin-right: 24px;
	width: 300px;
	font-size: 16px;
	margin-bottom: 20px;
}
.product_plano li:nth-child(3n) {
	margin-right: 0;
}
.product_plano li a img {
	width: 100px;
	height: 82px;
	float: left;
	margin: 5px;
}
.product_plano span {
	margin: 5px 5px 10px;
	display: block;
	height: 32px;
	font-weight: bold;
	color: #e50039;
}
.product_plano li p {
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}
.product_plano a {
	color: #595757;
}
.product_plano a:hover {
	color: #595757;
}
.btn_box {
	clear: both;
	text-align: center;
}
.btn_box a {
	font-size: 14px;
	display: block;
	color: #e50039;
	padding: 5px 0;
	border: 1px solid #ccc;
}
.btn_box a:hover {
	color: #e50039;
}
span.smallsize_result {
	margin-top: 10px;
	display: block;
}
.search_others_list {
	margin: 30px 2%;
	border-top: 1px solid #ccc;
	font-size: 16px;
}
.search_others_list a {
	font-size:20px;
	margin-bottom:5px;
	display:block;
	color: #551a86;
}
.search_others_list li {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}
.search_others_list li p {
	height: 30px;
	overflow: hidden;
}
.product_intro h4.title {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	height: 32px;
	border-bottom: 2px solid #ff9617;
}
.product_intro h4.title img {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.bottom {
	width: 954px;
}
.top {
	width: 954px;
}

.category_list {
	position:relative;
	float:left;
	width:100%;
	margin-bottom: 50px;
}
.category_list ul {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	text-align: center;
}
.category_list li {
	display:inline-block;
}
.category_list li a {
	display:block;
	color:#541b85;
	border:#541b85 2px solid;
	padding: 10px 30px;
	margin:0 5px;
	font-size: 20px;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.category_list li a:hover {
	color:#FFF;
	background:#541b85;
}

/*clients*/
.clients_info_link {
	width:100%;
}
.clients_info_link a {
	margin-top:10px;
	float:left;
}
.clients_info_link a span {
	color:#551a86;
	text-decoration:underline;
}
.clients_info_list {
	position:relative;
	padding-left:45px;
	border-bottom: #DCDCDC 1px solid;
	border-left: #DCDCDC 1px solid;
	border-right: #DCDCDC 1px solid;
	background:#FFF;
}
.clients_info_list:first-child {
	border-top: #DCDCDC 1px solid;
	
}
.clients_info_list:first-child .clients_info_title a span {
	
}
.clients_info_list .clients_info_title {
	padding:15px 10px;
}
.clients_info_list .clients_info_title a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.clients_info_list .clients_info_title a span {
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:25px;
	background:#551a86;
	margin-top:10px;
	margin-left:10px;
}
.clients_info_list .clients_info_title {
	font-size:16px;
	font-weight:bold;
}
.clients_info_content {
	padding:5px 20px 15px 10px;
}

/*left*/
.left_nav li {
	width: 100%;
	font-size: 15px;
	margin: 5px 0 0 0;
	/*padding: 0 0 0 25px;
	background: url("../images/marker_002.png") no-repeat left 2px;*/
	position: relative;
}
.left_nav li ul li {
	padding-left: 6px;
}
.left_nav li span {
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.left_nav li span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_plus.gif") no-repeat left top;
	cursor: pointer;
	position: absolute;
	float: left;
	left: -21px;
}
.left_nav li div span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_minus.gif") no-repeat left top;
	cursor: pointer;
	position: relative;
	float: left;
	left: 20px;
	display: inline-block;
}
.left_nav li .nav_wrap {
	overflow: hidden;
}
.left_nav li div span a {
	padding-left: 3px;
}
.left_nav li div span a:hover {
	padding-left: 5px;
}
.left_nav li span.open, .left_nav li span.close {
	width: 216px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_plus.gif") no-repeat left top;
	cursor: pointer;
	position: absolute;
	float: left;
	left: -21px;
}
.left_nav li span.close {
	background: url("../images/categories_minus.gif") no-repeat left top;
}
.left_nav li span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_minus.gif") no-repeat right top;
	cursor: default;
}
.left_nav li a {
	display: block;
}
.left_nav li a:hover {
	padding-left: 3px;
}
.left_about img {
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	margin-bottom: 10px;
}
.left_about p {
	line-height: 20px;
	font-size: 14px;
}
.left_box {
	margin-top: 30px;
}
/*right*/
.content_box {
	float:left;
	width:100%;
	padding:80px 80px 80px 120px;
	box-sizing:border-box;
}
.content_box:nth-child(even) {
	background:#E1DBE4;
	/*-webkit-shape-outside: polygon(0 0, 100% 15px, 100% 92%, 0 100%, 0 100%, 0 100%);
	shape-outside: polygon(0 0, 100% 15px, 100% 92%, 0 100%, 0 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 15px, 100% 92%, 0 100%, 0 100%, 0 100%);*/
}
.content {
	clear: both;
	line-height: 23px;
	font-size: 15px;
	margin:0;
	color:#4e4e4e;
}
.content .block {
}
.content h5 {
	font-size:36px;
	line-height:40px;
	color:#000;
	margin-bottom:30px;
}
.content h6 {
	font-size:28px;
	color:#000;
	margin-bottom:30px;
}
.content p {
	margin-bottom: 10px;
}
.content img {
	max-width:100%;
	height:auto;
}
.content_txt ul, .product_info ul, .product_intro ul {
	list-style: outside;
	padding-left: 20px;
}
.content_txt ol, .product_info ol, .product_intro ol {
	list-style: outside decimal;
	padding-left: 20px;
}
table.contact_txt_block td {
	padding: 5px;
	vertical-align: top;
}
.news_list li {
	font-size: 15px;
}
/*news detail*/
#people {
	float: left;
	margin-bottom: 15px;
}
#day {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 15px;
}
#topbutton {
	position:relative;
	float: right;
	width: 100%;
    margin: 30px 0;
    padding: 30px 0;
	text-align:center;
    border-top: #E8E6E6 1px solid;
    border-bottom: #E8E6E6 1px solid;
	box-sizing:border-box;
}
.share_txt {
	display:block;
	margin-bottom: 10px;
    font-size: 17px;
    vertical-align: middle;
    color: #6D6D6D;
}
.addthis_sharing_toolbox {
	display:inline-block;
}
h4.news_title {
	font-weight: bold;
	margin:15px 0;
}

/*hiring*/
#hiring_page .block {
	max-width:1200px;
}
.hiring_box_l {
	float:left;
	width:40%;
}
.hiring_box_r {
	float:right;
	width:55%;
}
.hiring_box_l img, .hiring_box_r img {
	max-width:100%;
	height:auto !important;
}
#hiring_page .block.hiring_box2 {
	max-width:1000px;
}
.hiring_box2 .hiring_box_l {
	width:55%;
	margin-top: 50px;
	font-size: 20px;
	line-height: 33px;
	color: #000;
	text-align: center;
}
.hiring_box2 .hiring_box_r {
	width:40%
}
ul.hiring_list {
	list-style:none;
	padding:0;
	padding-top:20px;
}
.hiring_list li {
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#CCC 1px dashed;
}
.hiring_list li:last-child {
	border-bottom:none;
}
.hiring_left {
	float:left;
	width:47%;
}
.hiring_info {
	float:right;
	width:49%;
}
.hiring_num {
	position:relative;
	color:#b4b4b5;
}
.hiring_num:after {
	position:absolute;
	display:block;
	content:" ";
	top:50%;
	left:30px;
	background:#b4b4b5;
	width:10px;
	height:2px;
}
.hiring_title {
	font-size:50px;
	color:#000;
	float:left;
	width:90px;
	padding:20px;
}
.hiring_desc {
	font-size:18px;
	line-height:30px;
}

/*contact page*/
.contact_page .index_contact_block {
	-webkit-shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
	shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
}
.sub_banner {
	position: relative;
    float: left;
    width: 100%;
    padding: 150px 0;
    box-sizing: border-box;
    background: no-repeat fixed center center;
    background-size: cover;
}
.sub_banner h5.title {
	position:absolute;
	width:100%;
	bottom:50px;
	text-align:center;
	color: #FFF;
    font-size: 35px;
}
.sub_banner h5.title span {
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
}
.contact_page .index_service_block {
	margin:0;
}
.contact_logo {
	
}
.contact_page .contact_info_txt .content {
	font-size:18px;
	padding:0 140px;
	text-align:center;
}
.contact_page .contact_info_txt .content h6 {
	margin-top:15px;
}
.map_btn {
	text-align:right;
}
.map_btn li {
	display:inline-block;
	margin:20px;
}
.map_btn li a {
	display: block;
	text-align: center;
	width:100px;
	height:100px;
	padding: 20px 10px;
	background: #551a86;
	color: #FFF;
	box-sizing:border-box;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.map_btn li a:hover {
	color:#FFF;
	background:#7D45AB;
}
.map_btn li i {
	font-size:25px;
	margin-bottom:5px;
}

/*contact form*/
.contact_form {
	width: 100%;
}
.contact_form_left, .contact_form_right {
	float:left;
	width:48%;
	margin:0 1%;
}
.contact_form .field {
	position: relative;
	margin: 0 0 5px 0;
	vertical-align: top;
}
.contact_form .field span {
	display: block;
	
}
.contact_form input[type="text"], .contact_form textarea {
	width: 100%;
	height: 55px;
	font-size:15px;
	font-family:"微軟正黑體", sans-serif;
	padding: 8px 13px 8px;
	margin: 0 0 5px 0;
	background: #fff;
	border:0;
	outline:0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #6a727f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.contact_form textarea {
	max-height: 120px;
	min-height: 120px;
}
.contact_form .btn_submit {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0!important;
	vertical-align: top;
	line-height: 45px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #551a86;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact_form .btn_submit:hover {
	color:#FFF;
	background:#7D45AB;
}
.err_txt {
	margin-top: 5px;
	color: #f00;
}
.form_icon_ok, .form_icon_no {
	position: absolute;
	top: 13px;
	right: 10px;
}
.field_code {
	position:relative;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding-right:110px;
}
.field_code span {
	position:absolute;
	top:0;
	right:0;
	height:55px;
	padding:10px 0;
	box-sizing:border-box;
	background:#FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.field_code span img {
	vertical-align:middle;
}
.field_submit {
	margin-top:5px !important;
	float:right;
	width:40%;
}
/*product list*/
.product_block {
	float:left;
	width: 100%;
	padding:80px 10%;
	box-sizing:border-box;
}
.product_list {
	margin-left:1%;
}
.product_list li {
	width: 31%;
	float: left;
	margin: 1%;
	box-sizing:border-box;
	background: #fff;
	border-left: 6px solid #fefefe;
	border-top: 6px solid #fefefe;
	border-right: 6px solid #fefefe;
	box-shadow: 1px 1px 6px #ccc;
}
.product_list li:nth-child(3n) {
	margin-right: 0;
}
.product_list li:hover {
}
.product_list li .product_pic {
	position:relative;
	width:100%;
	overflow:hidden;
	line-height:250px;
	box-sizing:border-box;
	text-align:center;
	filter: alpa(opacity=90);   /* old IE */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 0.9;          /* Moz + FF */
	opacity: 0.9;               /* 支持新版瀏覽器 */
}
.product_list li:hover .product_pic {
	filter: alpa(opacity=100);   /* old IE */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 1;          /* Moz + FF */
	opacity: 1;               /* 支持新版瀏覽器 */
}
.product_list li .product_pic img {
	width:100%;
	height:auto;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.product_list li:hover > .product_pic img {
	transform-origin:0;
	transform:scale(1.02) translateX(-1%);
}

.product_list_info {
	position:relative;
	padding:20px;
}
.product_list li .product_pic::after {
	left: 10%;
	top: auto;
	bottom: -1px;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-bottom: 12px solid white;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	z-index: 6;
	margin-left: -6px;
	@include ceaser-transition(all, 0.3s, $easeOutCubic);
}
.product_list li .product_name {
	font-weight:bold;
	font-size: 20px;
  margin-bottom: 10px;
}
.product_list li .product_name a {
	color: #595757;
}
.product_list li .product_name a:hover {
	color: #e50038;
}
.product_list li img {
	margin: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.product_list li .product_desc {
	
}
.product_list a:hover {
	color:#551a86;
}
.content_wrapper p {
	padding-top: 20px;
	clear: both;
}
/*product detail*/

.products_detail_box .product_pic {
	float: left;
}
.right_box {
	float: right;
	width: 50%;
}
.products_detail_pic {
	float:left;
	width:40%;
}
.products_detail_pic img {
	width:100%;
	height:auto;
	box-sizing:border-box;
}
.product_name .product_name {
}
.products_detail_box .product_name h4 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	line-height: 30px;
	font-size: 28px;
	color: #000;
}
.product_info, .product_intro {
	padding: 10px 0;
}
.product_intro {
	margin-top: 10px;
	float: left;
	width:100%;
}
.product_intro p {
	width: 447px;
	overflow: hidden;
}
.product_info {
	clear: both;
}
.product_price {
	clear: both;
	text-align: right;
	padding: 10px;
	border-top: #ccc 1px dashed;
	border-bottom: #ccc 1px dashed;
	margin-top: 10px;
}
.product_price span {
	font-size: 18px;
	color: #ff9617;
}
img#bigpic {
	border: 11px solid #fefefe;
	box-shadow: 1px 1px 6px #ccc;
}
.product_intro img {
	border: 5px solid #fefefe;
	box-shadow: 1px 1px 6px #ccc;
	margin: 10px;
}

/*team*/
.team_list {
	
}
.team_list {
	position: relative;
	width: 100%;
	float: left;
	box-sizing:border-box;
	overflow: hidden;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.team_list_block {
	position: relative;
	width: 29%;
	float: left;
	margin: 2% 1% 2% 3%;
}
.team_list .product_pic {
	width: 100%;
	/*height: 255px;
	border: 6px solid #ccc;*/
	margin: 0 auto;
}
.team_list .product_pic ul {
	width: 100%;
	min-height: 300px;
}
.team_list .product_pic ul li img {
	position:absolute;
	display: block;
	width: 100%;
	height: auto;
}
.team_list_block .product_name {
	float:left;
	width:100%;
	text-align: center;
	font-size:20px;
	color:#000;
	padding: 30px 5px;
	box-sizing: border-box;
}
.team_list a, .team_list a:hover {
	
}


/*.team_list li span {
	display:block;
}
.team_list li:nth-child(even){
	margin-top:120px;
}
.team_list li .product_pic {
	background:#551a86;
	-webkit-shape-outside: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
	shape-outside: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
	-webkit-clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
}
.team_list li .product_pic a {
	display:block;
	-webkit-shape-outside: polygon(50% 1%, 99% 19%, 99% 79%, 50% 99%, 1% 79%, 1% 19%);
	shape-outside: polygon(50% 1%, 99% 19%, 99% 79%, 50% 99%, 1% 79%, 1% 19%);
	-webkit-clip-path: polygon(50% 1%, 99% 19%, 99% 79%, 50% 99%, 1% 79%, 1% 19%);
}
.team_list li .product_name {
	float:right;
	text-align:right;
	color:#FFF;
	background:#551a86;
	font-size:16px;
	margin-top: -40px;
	margin-right:-20px;
	padding:5px 10px;
	-webkit-shape-outside: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
	shape-outside: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
	-webkit-clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
	-webkit-transform: rotate(-29deg);
  -moz-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  -o-transform: rotate(-29deg);
  transform: rotate(-29deg);
}*/
/*.team_list li .product_name_title {
	position:relative;
	float:left;
	font-size:30px;
	font-weight:bold;
	margin-top:-30px;
}
.team_list li::after {
	content:" ";
	position:absolute;
	height: 2px;
  background: #000;
}
.team_list li:nth-child(odd)::after {
	left: 61%;
  bottom: -20%;
  width: 20%;
  z-index: 10;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.team_list li:nth-child(even)::after {
	left: 60%;
  top: -20%;
  width: 30%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.team_list li .product_name {
	position: absolute;
	top:50px;
	left:-80px;
	text-align:center;
	font-size:17px;
	line-height:23px;
	padding:10px 0 40px 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}*/

.team_page .product_name h4 {
	font-size:36px;
}
.team_page .product_name h5 {
	font-size:23px;
}
.team_social_btn {
	margin-top:30px;
}
.team_social_btn ul {
	list-style:none;
	padding:0;
}
.team_social_btn li {
	float:left;
	width:33%;
	background:#FFF;
	border-right:#f0f0f0 5px solid;
	box-sizing:border-box;
}
.team_social_btn li a {
	display:block;
	padding:20px;
	text-align:center;
	font-size:30px;
	color:#551a86;
	border-bottom:#551a86 3px solid;
}
.team_social_btn li a:hover {
	color:#FFF;
	background:#551a86;
}

/*about*/
#tag-list {
	width: 100%;
	font-family: "Irma Bold 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	color: #9d8976;
	font-size: 0.65em;
	letter-spacing: 0.25em;
}
#tag-list .tag-button {
	display: inline-block;
	margin-right: 21px;
	margin-bottom: 10.5px;
	padding: 3.33333px 10px 1.33333px 10px;
	background-color: rgba(0,0,0,0.025);
	border-radius: 4px;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	color: #9d8976;
	cursor: pointer;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s
}
#tag-list .tag-button:hover, #tag-list .tag-button.active {
	color: #fff !important
}
#main-container #main-content {
	padding-bottom: 252px;
	width: 700px;
	/* margin-left: 232px !important; */
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: visible;
	visibility: hidden
}
#main-container #main-content ul.boxes {
	list-style: none;
}
#main-container #main-content h3.oupa {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	width: 907px;
	color: #69a569;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #69a569;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px
}
#main-container #main-content h3.oupa span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content h3.news-top {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #907aa5;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px;
	margin-right: 21px;
	color: #907aa5
}
#main-container #main-content h3.news-top span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place {
	width: 675px;
	color: #74471a;
	min-height: 378px
}
#main-container #main-content #place .clear-all {
	width: 100%;
	clear: both
}
#main-container #main-content #place h1 {
	font-size: 3em;
	line-height: 52.5px;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	text-transform: normal;
	text-align: left;
	color: #74471a;
	margin-bottom: 10.5px;
	padding-left: 2.5px
}
#main-container #main-content #place h1.error {
	font-size: 2em;
	color: #9d8976;
	line-height: 42px;
	min-height: 189px;
	padding-left: 211px;
	margin-top: 63px;
	background-image: url('/static/site/css/images/rolha-error.png?cb7c22072d1a');
	background-repeat: no-repeat;
	background-position: top left
}
#main-container #main-content #place h1 em {
	font-weight: 300 !important
}
#main-container #main-content #place h2 {
	font-style: normal !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 31.5px
}
#main-container #main-content #place h2 em {
	font-weight: 300 !important
}
#main-container #main-content #place h3 {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	font-size: 1em;
	padding-left: 1px;
	margin-bottom: 10.5px
}
#main-container #main-content #place h3.title-top {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #74471a;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px
}
#main-container #main-content #place h3.title-top span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place h4 {
	font-style: italic !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 10.5px
}
#main-container #main-content #place h4 em {
	font-weight: 700 !important
}
#main-container #main-content #place p {
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
#main-container #main-content #place p a {
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
#main-container #main-content #place p a:hover {
	text-decoration: underline
}
#main-container #main-content #place p.no-space {
	margin-top: -10.5px
}
#main-container #main-content #place blockquote p {
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	color: #74471a !important;
	font-size: 1.4em !important;
	line-height: 1.5em !important;
	margin-bottom: 0
}
#main-container #main-content #place blockquote p em {
	font-weight: 300 !important
}
#main-container #main-content #place h6 {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	color: #852 !important;
	font-size: 0.75em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 21px;
	margin-top: 10.5px
}
#main-container #main-content #place h6 strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place h6 a {
	text-decoration: none
}
#main-container #main-content #place h6 a:hover {
	text-decoration: underline
}
#main-container #main-content #place div.dois-cols {
	width: 100%;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 21px;
	margin-bottom: 21px
}
#main-container #main-content #place div.dois-cols div {
	width: 327px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.dois-cols div:last-child {
	margin-right: 0
}
#main-container #main-content #place div.irmao {
	width: 100%;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 5.25px;
	padding-top: 5.25px;
	margin-bottom: 21px;
	border-top: 1px solid #74471a
}
#main-container #main-content #place div.irmao div.one {
	width: 211px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.irmao div.two {
	width: 443px;
	float: left
}
#main-container #main-content #place div.irmao div.two div {
	width: 211px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.irmao div.two div:last-child {
	margin-right: 0
}
#main-container #main-content #place div.irmao h3 {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.8em;
	border-bottom: 1px solid #74471a;
	margin-bottom: 21px
}
#main-container #main-content #place ul {
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	list-style-type: none;
	padding: 0px;
	margin: 0px
}
#main-container #main-content #place ul li {
	background-image: url('/static/site/css/images/bullet.png?cb7c22072d1a') !important;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
	margin-bottom: 5.25px
}
#main-container #main-content #place ul li:last-child {
	margin-bottom: 21px
}
#main-container #main-content #place ul.btb {
	list-style-image: none;
	background-image: none;
	width: auto;
	overflow: hidden
}
#main-container #main-content #place ul.btb li {
	list-style-image: none;
	display: inline;
	width: 211px;
	background-image: none;
	padding: 0;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px
}
#main-container #main-content #place ul.btb li.no {
	margin-right: 0
}
#main-container #main-content #place ul.btb li p {
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important
}
#main-container #main-content #place ul.btb li p strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.75em;
	letter-spacing: 1px
}
#main-container #main-content #place .galleria {
	display: none;
	visibility: hidden
}
#main-container #main-content #place .galleria-wrapper {
	margin-bottom: 21px
}
#main-container #main-content #place .galleria-wrapper .galleria-container {
	width: 100% !important;
	background-color: transparent !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage {
	margin: 0 !important;
	bottom: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage .galleria-counter {
	display: none !important;
	visibility: collapse
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage .galleria-images .galleria-image img {
	top: 1 !important;
	bottom: 0 !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-thumbnails-container {
	display: none !important;
	visibility: collapse
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-info {
	display: none !important;
	visibility: collapse
}
#main-container #main-content .continent-tag {
	display: none
}
#main-container #main-content #slideshow-images {
	width: 907px !important
}
#main-container #main-content #counter-calculator {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	color: #74471a
}
#main-container #main-content #counter-calculator .content {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	font-size: 0.8em;
	line-height: 1.2em
}
#main-container #main-content #counter-calculator .result {
	width: 100%;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-size: 4em;
	color: #d45;
	padding-top: 10.5px;
	padding-bottom: 21px;
	margin-bottom: 10.5px;
	border-bottom: 1px dashed #d54
}
#main-container #main-content #counter-calculator .result #counter-result {
	line-height: 1em
}
#main-container #main-content #counter-calculator .result .unit {
	font-size: 0.5em;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	letter-spacing: 1px;
	text-transform: lowercase
}
#main-container #main-content #counter-calculator .result .counter {
	text-align: right
}
#main-container #main-content #counter-calculator .title {
	color: #d45;
	text-align: right
}
#main-container #main-content #counter-calculator .begin {
	font-size: 1em;
	color: #d45;
	text-align: right;
	margin-bottom: 21px;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #counter-calculator .begin strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #counter-calculator .begin .since {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.9em
}
#main-container #main-content #counter-calculator .begin p {
	text-align: right
}
#main-container #main-content #counter-calculator .complementary-wrapper {
	background-color: #69a569;
	padding: 10px;
	color: #fff;
	text-align: right
}
#main-container #main-content #counter-calculator .complementary-wrapper h2 {
	line-height: 1.5em;
	font-size: 2em;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	margin-bottom: 2px
}
#main-container #main-content #counter-calculator .complementary-wrapper h2 .unit {
	font-size: 0.5em;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	letter-spacing: 1px;
	text-transform: lowercase
}
#main-container #main-content #counter-calculator .complementary-wrapper .begin {
	color: #fff;
	margin-bottom: 0
}
#main-container #main-content #counter-calculator .complementary-wrapper .link {
	text-align: left;
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	text-transform: lowercase;
	display: block
}
#main-container #main-content #counter-calculator .complementary-wrapper .link a {
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
.faqs-item {
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	width: 660px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-right: 0;
	z-index: 1
}
.faqs-item:hover {
	z-index: 1
}
.faqs-item .tags {
	display: none;
}
.faqs-item.closed p {
	margin-bottom: 0px
}
.faqs-item.closed:hover {
	background: #69a569;
	color: #fff;
	z-index: 1
}
.faqs-item.closed:hover .news_lead_text {
	border-color: #fff
}
.faqs-item.closed:hover .news_title {
	color: #fff
}
.faqs-item.closed:hover p {
	color: #fff
}
.faqs-item .addthis_toolbox {
	display: none
}
.faqs-item .faqs_lead_text {
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.25em;
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	color: #69a569;
	padding-bottom: 0px
}
.faqs-item .faqs_lead_text p {
	margin-bottom: 7px !important
}
.faqs-item .faqs_lead_text p em {
	font-weight: 300 !important
}
.faqs-item .faqs_front_image {
	display: none
}
.faqs-item .base_content {
	padding-top: 10.5px;
	border-top: 1px dashed;
	border-top-color: #69a569
}
.faqs-item .base_content p {
	font-family: "Open Sans", 黑体, SimHei, 华文细黑, STXihei, sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	font-size: 14px !important;
	color: #333 !important;
	line-height: 21px !important
}
.faqs-item .base_content blockquote {
	padding-left: 21px;
	padding-right: 21px
}
.faqs-item .base_content blockquote p {
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	margin-bottom: 0
}
.faqs-item .base_content blockquote p em {
	font-weight: 300 !important
}
.faqs-item .base_content h6 {
	font-family: "Irma Regular 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.75em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 21px;
	margin-top: 10.5px;
	padding-left: 84px
}
.faqs-item .base_content h6 strong {
	font-family: "Irma Bold 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
/**/
/*btn*/
.btn_area {
	margin:30px 0;
	clear:both;
}
.align_c {
	text-align:center;
}
a.link {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding:7px 25px;
	border:#000 2px solid;
}
a:hover.link {
	border:#551c87 2px solid;
	color: #551c87;
}
.btn_page_num {
	width:100%;
	display:inline-block;
	margin:20px 0;
}
.btn_page_num a {
	display:block;
	float:left;
	text-align:center;
	color: #541b85;
	padding:10px 30px;
	border: #541b85 2px solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-sizing:border-box;
}
.btn_page_num a:last-child {
	float:right;
}
.btn_page_num a:hover {
	color:#FFF;
	background:#541b85;
}
.btn_box .more {
	display: block;
	width: 70px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #008044;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.btn_box .more:hover {
	background: #ff9617;
	color: #fff;
}
a.btn_black {
	display:inline-block;
	padding:10px 20px;
	color:#FFF;
	background:#000;
	font-size:16px;
}
a.btn_black:hover {
	color:#FFF;
	background:#333;
}
a.btn_border_w {
	display:inline-block;
	padding:15px;
	color:#FFF;
	border:#FFF 1px solid;
	font-size:16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.btn_border_w:hover {
	color: #551a86;
	background:#FFF;
}
a.btn_pure {
	display:inline-block;
	padding:15px;
	color:#6d2788;
	border:#6d2788 1px solid;
	font-size:16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.btn_pure:hover {
	color: #FFF;
	background: rgb(132,36,144);
    background: -moz-linear-gradient(top, rgba(132,36,144,1) 0%, rgba(94,41,130,1) 99%);
    background: -webkit-linear-gradient(top, rgba(132,36,144,1) 0%,rgba(94,41,130,1) 99%);
    background: linear-gradient(to bottom, rgba(132,36,144,1) 0%,rgba(94,41,130,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#842490', endColorstr='#5e2982',GradientType=0 );
}
/*footer*/
.footer {
	position: relative;
	float: left;
	width: 100%;
	background:#000;
	z-index:888;
}
/*.footer::before {
	position: absolute;
	top: -19px;
	display: block;
	width: 100%;
	height: 20px;
	content:" ";
	background:#551a86;
	-webkit-shape-outside: polygon(0 0, 100% 50%, 100% 100%, 0 100%, 0 60%, 0 100%);
	shape-outside: polygon(0 0, 100% 50%, 100% 100%, 0 100%, 0 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%, 0 100%, 0 100%);
}*/
.footer_txt {
	position:relative;
	width:100%;
	color:#888888;
	box-sizing:border-box;
}
.footer_txt a {
	color:#9a9696;
}
.footer_txt a:hover {
	color:#FFF;
}
.footer_nav {
	width:105%;
	margin-left:-5%;
}
.footer_nav_list {
	position: relative;
	float:left;
	width:45%;
	margin-left:5%;
	padding:30px 0;
	border-top:#414141 1px solid;
}
.footer_nav_list:nth-child(1), .footer_nav_list:nth-child(2) {
	border:0;
}
.footer_nav_list h5 {
	position:absolute;
	top:30px;
	left:0;
	width:130px;
	color:#FFF;
	font-size:18px;
	line-height:18px;
	font-weight: normal;
	padding-left:40px;
	box-sizing:border-box;
}
.footer_nav_list h5 img {
	position:absolute;
	top:0;
	left:0;
}
.footer_nav_list h5 span {
	display:block;
	font-size:14px;
	margin-top:3px;
}
.footer_nav_list ul {
	margin-left:140px;
}
.footer_nav_list li {
	float: left;
	width:50%;
	margin-bottom:10px;
	padding-left:10px;
	box-sizing:border-box;
	background:url(../images/bot_nav_icon.gif) no-repeat 0 3px;
}
.bot_logo {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:30px;
	text-align:center;
	background: rgb(132,36,144);
background: -moz-linear-gradient(top, rgba(132,36,144,1) 0%, rgba(94,41,130,1) 99%);
background: -webkit-linear-gradient(top, rgba(132,36,144,1) 0%,rgba(94,41,130,1) 99%);
background: linear-gradient(to bottom, rgba(132,36,144,1) 0%,rgba(94,41,130,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#842490', endColorstr='#5e2982',GradientType=0 );
}
h5.bot_logo img {
	width:100%;
	max-width:100%;
	height:auto !important;
}
h5.bot_title {
	position:relative;
	color:#FFF;
	font-size:16px;
	margin-bottom:40px;
}
h5.bot_title:after {
	position:absolute;
	bottom:-20px;
	left:0;
	content:" ";
	width:30px;
	border-bottom:#FFF 3px solid;
}
ul.bot_company_info {
	float:left;
	margin-left:5px;
	padding-left:20px;
	border-left: #414141 1px solid;
}
.bot_company_info li, .footer_link li {
	margin-bottom:12px;
}
ul.bot_company_info li:last-child {
	margin-bottom:0;
}
ul.bot_company_info li img {
	margin-right:5px;
}
.footer_right {
	float:left;
	width:25%;
	padding:50px 30px;
}
.footer_link li {
	float:left;
	width:33.33%;
}
.footer_right .social-ul {
	text-align: center;
	margin-top: 20px;
}
.social-ul li {
	display:inline-block;
}
.social-ul li, .social-ul li a {
	list-style: none;
}
.social-ul li a {
	display: block;
	height: 33px;
	width: 33px;
	line-height: 33px;
	border: none;
	text-align: center;
	padding:5px;
	margin: 0 5px 5px 0;
	font-size: 20px;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
.social-ul li.social-facebook a:hover, .social-ul-2 li.social-facebook a {
	background-color: #5d82d1;
}
.social-ul li.social-twitter a:hover, .social-ul-2 li.social-twitter a {
	background-color: #40bff5;
}
.social-ul li.social-google a:hover, .social-ul-2 li.social-google a {
	background-color: #eb5e4c;
}
.social-ul li.social-pinterest a:hover, .social-ul-2 li.social-pinterest a {
	background-color: #e13138;
}
.social-ul li.social-vimeo a:hover, .social-ul-2 li.social-vimeo a {
	background-color: #35c6ea;
}
.social-ul li.social-linkedin a:hover, .social-ul-2 li.social-linkedin a {
	background-color: #238cc8;
}
.social-ul li.social-dribbble a:hover, .social-ul-2 li.social-dribbble a {
	background-color: #f7659c;
}
.social-ul li.social-youtube a:hover, .social-ul-2 li.social-youtube a {
	background-color: #ef4e41;
}
.social-ul li.social-rss a:hover, .social-ul-2 li.social-rss a {
	background-color: #faa33d;
}
.social-ul li.social-instagram a:hover, .social-ul-2 li.social-instagram a {
	background-color: #A17457;
}
.social-ul li.social-line a:hover, .social-ul-2 li.social-line a {
	background-color:#32b500;
}
.social-ul.social-ul-2 li a:hover {
	background-color: #171717;
}

.copyright_txt {
	font-size:12px;
	line-height:18px;
	text-align:center;
}
/*.bot_social {
	float:right;
	margin-top:20px;
}
.bot_social a {
	margin:0 0 0 3px;
	padding:0;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
}
.bot_social a:hover {
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}
.copyright_txt {
	float:left;
	width:100%;
	padding:25px 0;
	text-align:center;
	border-top:#414141 1px solid;
}
.contact_txt {
	background: url(../images/footer_line.png) repeat-y;
	padding: 0 20px;
	line-height: 20px;
}*/
/*分頁按鈕*/
.page_list {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
}
.page_list a {
	margin: 5px 10px;
	padding: 3px;
	color: #8C8C8C;
}
.page_list a:hover, .page_list a.selected {
	color: #7D258D;
}
.page_list a.selected {
	border-bottom: 2px solid #7D258D;
}
/***** CLEAR *****/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/**/
/*back to top*/
#back-top-wrapper {
	position: absolute;
	height: 49px;
	z-index:800;
}
#back-top {
	position: fixed;
	bottom: 40px;
	right: 5%;
	display: none;
}
#back-top a {
	width: 51px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/*-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;*/
	filter:alpha(opacity=80); /*IE,透明度50%*/
	-moz-opacity:0.8; /*Firefox,透明度50%*/
	opacity:0.8;/*其他浏览器,透明度50%*/
}
#back-top a:hover {
	color: #000;
	filter:alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity:1; /*Firefox,透明度50%*/
	opacity:1;/*其他浏览器,透明度50%*/
}
#back-top span {
	width: 51px;
	height: 49px;
	display: block;
	background: url(../images/up-arrow.png) no-repeat 0% 0%;
}
#back-top a:hover span {
	background-position: right;
}
/*seo用*/
h1.h1_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h2.h2_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h3.h3_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	text-indent: -9999px;
}
.pro_top, .pro_bottom {
	float: right;
	width: 100%;
	position: relative;
}
.pro_top .product_plano, .pro_bottom .product_plano {
	width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-table {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 1em auto;
  font-size: 14px;
  font-size: 0.875rem;
  /* you may remove this border in case of dark backgrounds if it's annoying */
  border-right: 1px solid #e6e7f1;
}
#cd-table::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-table::before {
  /* White color gradient on the right */
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 35px;
  background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none;
}
.no-cssgradients #cd-table::before {
  /* remove the gradient using modernizr if css gradients are not supported */
  display: none;
}
#cd-table.table-end::before {
  /* the gradient disappears when user is at the end of the table */
  display: none;
}
#cd-table .cd-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
#cd-table .cd-table-wrapper {
  width: 870px;
  padding-left: 120px;
}
#cd-table .cd-table-column {
  width: 150px;
  float: left;
  border-top: 1px solid #e6e7f1;
  border-bottom: 1px solid #e6e7f1;
  margin-left: -1px;
}
#cd-table .cd-table-column:last-child {
  border-right: none;
}
#cd-table h2, #cd-table ul > li {
  position: relative;
  text-align: center;
  padding: 0 1em;
  border-bottom: 1px solid #e6e7f1;
  border-left: 1px solid #e6e7f1;
  height: 42px;
  line-height: 42px;
  background-color: white;
}
#cd-table h2 {
  font-size: 14px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #793894;
}
#cd-table ul {
	list-style:none;
	padding-left:0;
}
#cd-table ul > li {
  color: #787a8d;
  
}
#cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
	border-left:none;
}
#cd-table ul > li:nth-child(odd) {
  background-color: #f6f7fa;
}
#cd-table ul > li:last-child {
  border-bottom: none;
}
#cd-table header.cd-table-column li.cd-table-th, #cd-table ul > li.cd-table-th {
	background-color:#793894 !important;
	color:#FFF;
	border:none;
}
#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../images/yes-no.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-table .cd-unchecked span {
  background-position: -16px 0;
}
#cd-table .cd-select {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
}
#cd-table header.cd-table-column {
  position: absolute;
  width: 120px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgb(211, 196, 216);
  margin-left: 0;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
#cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
  background-color: transparent;
  text-align: left;
  color: #000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom-color: #EAE1EC;
}
#cd-table header.cd-table-column h2 {
  color: #edeef1;
}
#cd-table header.cd-table-column li:nth-child(odd) {
      background-color: rgba(228, 217, 232, 0.95);
}
#cd-table header.cd-table-column li:last-child {
  /*border-bottom: 1px solid #6b758d;*/
}
#cd-table .cd-scroll-right {
  /* small right arrow that indicates it's possible to scroll right */
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url("../images/small-arrow.svg") no-repeat center center;
  z-index: 6;
  -webkit-animation: cd-scroll-right 1.5s infinite;
  -moz-animation: cd-scroll-right 1.5s infinite;
  animation: cd-scroll-right 1.5s infinite;
}
@media only screen and (min-width: 870px) {
  #cd-table {
    margin: 2em auto;
    border-right: none;
  }
  #cd-table::before {
    display: none;
  }
  #cd-table .cd-table-wrapper {
    width: 100%;
    /*padding-left: 16.66667%;*/
	padding-left:30%;
  }
  #cd-table .cd-table-column {
    width: 50%;
    float: left;
  }
  #cd-table .cd-table-column:last-child {
    border-right: 1px solid #e6e7f1;
  }
  #cd-table header.cd-table-column {
    /*width: 16.66667%;*/
	width:30%;
    float: left;
    /*background: #798299;*/
    box-shadow: none;
    pointer-events: auto;
  }
  #cd-table .cd-scroll-right {
    display: none;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-table {
    margin: 4em auto;
  }
}

@-webkit-keyframes cd-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
  }
}
@-moz-keyframes cd-scroll-right {
  0%, 100% {
    -moz-transform: translateX(0);
  }

  50% {
    -moz-transform: translateX(3px);
  }
}
@keyframes cd-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}

/* -------------------------------- 

cd-pricing Components 

-------------------------------- */
.cd-pricing-container ul {
	list-style:none;
	padding-left:0;
}
.cd-header {
  height: 100px;
  line-height: 170px;
  position: relative;
}
.cd-header h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 160px;
    line-height: 280px;
  }
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
}

.cd-pricing-container {
  width: 100%;
  max-width: 1300px;
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-container {
    margin: 6em auto;
  }
  .cd-pricing-container.cd-full-width {
    width: 100%;
    max-width: none;
  }
}

.cd-pricing-switcher {
  text-align: center;
}
.cd-pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #225b78;
}
.cd-pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.cd-pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.cd-pricing-switcher .cd-switch {
  /* floating background */
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #0c1f28;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}

.no-js .cd-pricing-switcher {
  display: none;
}

.cd-pricing-list {
  margin: 2em 0 0;
}
.cd-pricing-list > li {
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-list {
    margin: 3em 0 0;
  }
  .cd-pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-pricing-list > li {
    width: 33.3333333333%;
    float: left;
  }
  .cd-has-margins .cd-pricing-list > li {
    width: 49%;
    float: left;
    margin-right: 1.5%;
  }
  .cd-has-margins .cd-pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.cd-pricing-wrapper {
  /* this is the item that rotates */
  position: relative;
}
.touch .cd-pricing-wrapper {
  /* fix a bug on IOS8 - rotating elements dissapear*/
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-pricing-wrapper.is-switched .is-visible {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.cd-pricing-wrapper.is-switched .is-hidden {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper > li {
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Firefox bug - 3D CSS transform, jagged edges */
  outline: 1px solid transparent;
}
.cd-pricing-wrapper > li::after {
  /* subtle gradient layer on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  display: none;
}
.cd-pricing-wrapper .is-visible {
  /* the front item, visible by default */
  position: relative;
  z-index: 5;
}
.cd-pricing-wrapper .is-hidden {
  /* the hidden items, right behind the front one */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cd-pricing-wrapper .is-selected {
  /* the next item that will be visible */
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-wrapper > li::before {
    /* separator between pricing tables - visible when number of tables > 3 */
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .cd-pricing-wrapper > li::after {
    /* hide gradient layer */
    display: none;
  }
  .cd-popular .cd-pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #e97d68;
  }
  .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cd-secondary-theme .cd-pricing-wrapper > li {
    background: #3aa0d1;
    background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
    background: linear-gradient(to top, #3aa0d1, #3ad2d1);
  }
  .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
    background: #e97d68;
    background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
    background: linear-gradient(to top, #e97d68, #e99b68);
    box-shadow: none;
  }
  :nth-of-type(1) > .cd-pricing-wrapper > li::before {
    /* hide table separator for the first table */
    display: none;
  }
  .cd-has-margins .cd-pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .cd-full-width .cd-pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .cd-pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .cd-popular .cd-pricing-wrapper > li::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }

  .cd-popular + li .cd-pricing-wrapper > li::before {
    /* hide table separator for tables following .cd-popular table */
    display: none;
  }
}
.cd-pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  background-color: #793894;
  color: #FFFFFF;
}
.cd-pricing-header h2 {
  margin-bottom: 3px;
  font-weight: 700;
	font-size: 2rem;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
}
.cd-popular .cd-pricing-header {
  background-color: #e97d68;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-header {
    height: auto;
    padding: 1.9em 0.9em 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
  }
  .cd-popular .cd-pricing-header {
    color: #e97d68;
    background-color: transparent;
  }
  .cd-secondary-theme .cd-pricing-header {
    color: #FFFFFF;
  }
  .cd-pricing-header h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.cd-currency, .cd-value {
  font-size: 3rem;
  font-weight: 300;
}

.cd-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}
.cd-popular .cd-duration {
  color: #f3b6ab;
}
.cd-duration::before {
  content: '/';
  margin-right: 2px;
}

@media only screen and (min-width: 768px) {
  .cd-value {
    font-size: 7rem;
    font-weight: 300;
  }

  .cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
  }
  .cd-popular .cd-currency, .cd-popular .cd-duration {
    color: #e97d68;
  }
  .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
    color: #2e80a7;
  }
  .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
    color: #ba6453;
  }

  .cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
  }

  .cd-duration {
    font-size: 1.4rem;
  }
}
.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.is-switched .cd-pricing-body {
  /* fix a bug on Chrome Android */
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-body {
    overflow-x: visible;
  }
}

.cd-pricing-features {
  width: 100%;
}
.cd-pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pricing-features li {
  width: 100%;
  float: left;
  padding: 0.6em;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	border-bottom: #EFEFEF 1px solid;
}
.cd-pricing-features em {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-features {
    width: auto;
  }
  .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
  }
  .cd-popular .cd-pricing-features li {
    margin: 0 3px;
  }
  .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
  }
  .cd-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
  .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
    margin: 0;
  }
  .cd-secondary-theme .cd-pricing-features li {
    color: #FFFFFF;
  }
  .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: transparent;
  }
}

.cd-pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* on mobile it covers the .cd-pricing-header */
  height: 80px;
  width: 100%;
}
.cd-pricing-footer::after {
  /* right arrow visible on mobile */
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: url(../img/cd-icon-small-arrow.svg);
}
@media only screen and (min-width: 768px) {
  .cd-pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
  }
  .cd-pricing-footer::after {
    /* hide arrow */
    display: none;
  }
  .cd-has-margins .cd-pricing-footer {
    padding: 0;
  }
}

.cd-select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  /* hide button text on mobile */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .cd-select, a.cd-select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 3em;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #793894;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .cd-select:hover, a.cd-select:hover {
	  color: #FFFFFF;
  }
  .no-touch .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-popular .cd-select {
    background-color: #e97d68;
  }
  .no-touch .cd-popular .cd-select:hover {
    background-color: #ec907e;
  }
  .cd-secondary-theme .cd-popular .cd-select {
    background-color: #0c1f28;
  }
  .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-has-margins .cd-select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
  }
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}


/*RWD*/
@media screen and (max-width: 800px) {
	body {
		
	}
	.index_about_pic, .index_about_right, .index_service_list li, .footer_nav_list, .footer_nav, .products_detail_pic, .right_box, .bot_logo, .footer_right, .team_list_block {
		width:100%;
		margin:0;
	}
	#mNavIcon, #mNavBg, .mobile_logo {
		display:block !important;
	}
	.main_logo {
		display:none;
	}
	#mNav {
		visibility:visible !important;
	}
	.block {
		padding:0 10px;
	}
	.header {
		position: fixed;
		top:0;
		padding:10px;
		width:100%;
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
	.fixed_header {
		background-color: rgba(85, 26, 134, 0.8);
	}
	.homelogo {
		position:relative;
		margin-top:0;
	}
	.left-nav, .left_menu_bg {
		display:none;
	}
	/*main*/
	.polygon {
		height:80px !important;
	}
	.content_box {
		padding: 50px 10px;
	}
	/*index*/
	.index_about_pic {
		display:none;
	}
	.index_service_list {
		padding:0 30px;
	}
	.index_service_list li {
		margin-bottom:30px !important;
	}
	.index_contact_block .block {
    width: 100%;
    margin-left: 0;
    text-align: center;
	}
	.index_contact_block h5.title {
		margin: 0 30px 20px 30px;
	}
	/*about*/
	.category_list ul {
		text-align:center;
	}
	ul.triple {
		list-style:none !important;
		text-align:center;
	}
	ul.triple>li {
		width:97% !important;
	}
	.content_txt .content_box div {
		width:100% !important;
		box-sizing:border-box;
	}
	.content_txt .content_box img {
		width:auto !important;
		float:none;
		margin-bottom:10px;
	}
	/*product*/
	.products_detail_pic {
		margin-bottom:20px !important;
	}
	.category_list li {
		margin-bottom:5px;
	}
	.product_list li {
		width:99%;
		margin-bottom:20px;
	}
	/*team*/
	.team_list li {
		width:96%;
		margin:0 0 20% 0;
	}
	.team_list li:nth-child(even) {
		margin-top:0;
	}
	/*hiring_page*/
	#hiring_page .category_list, #about_page .category_list {
		margin-top:50px;
	}
	
	/*client*/
	.index_case_list .slick-list li, .case_list_box li {
		width:98%;
	}
	
	/*contact*/
	.contact_page .contact_info_txt .content {
		padding:0 20px;
		text-align:center;
		font-size:15px;
	}
	.contact_page .contact_info_txt .content .contact_logo {
		float:none;
		width:60%;
		margin-right:0;
		margin-bottom:20px;
	}
	.contact_page .contact_info_txt .content h6 {
		font-size:23px;
	}
	.contact_form_left, .contact_form_right {
		width:98%;
	}
	.field_submit {
		width:100%;
	}
	.map_btn {
		text-align:center;
	}
	.map_btn li {
		margin: 20px 10px;
	}
	/*footer*/
	.footer {
		
	}
	.footer_txt {
		
	}
	.footer_right {
		padding-bottom:10px;
	}
	.footer_nav_list h5.bot_logo {
		margin-top:0;
	}
	.footer_nav_list li {
		width:100%;
	}
	ul.bot_company_info {
		float:right;
		width: 100%;
		padding: 30px 50px 20px 50px;
		margin: 0;
		margin-bottom: 20px;
		box-sizing: border-box;
		border-left:none;
		border-bottom: #414141 1px solid;
	}
	.social-ul {
		position: relative !important;
	float: left;
	width: 100%;
	top: 0 !important;
	overflow: visible !important;
	margin-bottom:10px;
	margin-top:0;
	}
	.social-ul ul {
		margin:0 auto;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2) {
	
}