﻿@charset "UTF-8";
.white {color: #fff;}
h1, h1 span, h2, h3, h4, h5, h6, .styled div span, .btn, .hex-inner strong, .navbar-default .navbar-nav > li > a, .carousel-indicators li, .carousel-indicators li span, .navbar-nav li .sub-nav li a {
	font-family: '微软雅黑', Arial, sans-serif;
}
h1 {
	font-size: 5em;
	font-weight: 800;
	margin: 0;
	line-height: 0.85em;
	word-spacing: 8px;
}
h1.big {
	font-size: 9em;
	font-weight: 900;
	margin: 0;
	line-height: 1.15em;
}
h1.big span {
	font-size: 1em;
	font-weight: 900;
	line-height: 0.85em;
}
h2 {
	font-size: 2.75em;
	font-weight: 700;
	line-height: 1.50em;
	margin: 0 0 0.35em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.75em;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 0.35em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h4 {
	font-size: 1.75em;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 0.5em;
}
h4 p{
	font-size: 1em;
	font-weight: 600; color:#333;
	text-transform: capitalize;
}
h5 {
	font-size: 1.35em;
	font-weight: 700;
	margin: 0.3em 0;
	line-height: 1.35em;
}
h6 {
	font-size: 1.15em;
	font-weight: 400;
}
i {
	margin-right: 0.3em;
}
.btn {
	text-transform: uppercase;
	border: none;
	color: white !important;
	text-align: center;
	padding: 0.35em 0.85em 0.28em;
	font-size: 1.35em;
	font-weight: 800;
	margin: 0.65em 0;
}
.btn-sm {
	font-size: 1em;
	padding: 0.65em 0.85em;
}
.btn-lg {
	padding: 0.75em 1.35em;
}

:focus, :active {outline: none !important;}
.footer-cont h3{color:#eee; padding-left:15px; margin-bottom:15px;}
.contact_item{ color:#eee;}
.contact_item .footer-cont{color:#fff;}
.contact_item .footer-cont ul{ list-style:none; padding-left:15px;}
.contact_item .footer-cont ul li{ list-style:none;color:#eee;}
.contact_item_qrc{ list-style:none; width:140px; height:140px; margin-top:15px;}
#registerForm label {position: relative; width:100%;}
.clearfix {
	clear: both;
}
ul.list-default {
	list-style-type: none;
	padding: 0;
	margin: 1.5em 0;
}
ul.list-default li {
	padding: 0.5em 0 0.5em 2em;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.list-default li:hover {
	background-color: #fff;
	padding-left: 2.5em;
}
ul.list-default li:first-child {
	border: none;
}
ul.list-default li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 0.7em;
	position: absolute;
	left: 0;
	top: 0.8em;
}
ul.list-default li:hover:before {
	left: 1em;
}
.page-block {
	position: relative;
	padding: 5em 0;
	overflow: hidden;
}
.page-block-small {
	padding: 3em 0;
}
#preloader {
	display: block;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#preloader img {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	margin: -64px 0 0 -64px;
}
i.round {
	width: 2.15em;
	height: 2.15em;
	line-height: 2.15em;
	font-size: 1.35em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
}
.container-wide {
	width: 100%;
	padding: 0;
	margin: 0;
}
.list-inline > li {
	vertical-align: middle;
}
/* Light box classes */
.pp_nav p {
	line-height: 1em;
}
.pp_social {
	margin-top: 0.5em;
	float: none;
}
.pp_social .facebook {
	min-width: 100px;
}
.big {
	font-size: 1.08em;
	line-height: 1.65em;
}
.small {
	font-size: 14px;
	line-height: 21px;
}
hr.light {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-style: none none solid none;
	margin: 1.5em 0;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoheight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;
/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}
.headingIcon::before, .headingIcon::after {
	position: absolute;
	height: 5px;
	width: 100px;
	top: 45%;
	right: 100%;
	content: '';
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.headingIcon::before {
	right: 100%;
}
.headingIcon::after {
	left: 100%;
}
.headingIcon {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	min-width: 3em;
	text-align: center;
	padding: 0.65em;
}
.headingIcon i {
	margin: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.headingIcon + h3 {
	margin-bottom: 1.5em;
}
.headingIcon.white i, section:hover .headingIcon.white i {
	color: #ffffff;
}
.headingIcon.white::before, .headingIcon.white::after {
	background-color: #fff;
}
section:hover .headingIcon i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.hex {
	display: inline-block;
	overflow: hidden;
	margin: 3em 0 1.5em;
	width: 14em;
	height: 12.124em;
	-moz-transform: scale(1) rotate(-30deg) skewX(30deg);
	-webkit-transform: scale(1) rotate(-30deg) skewX(30deg);
	-o-transform: scale(1) rotate(-30deg) skewX(30deg);
	-ms-transform: scale(1) rotate(-30deg) skewX(30deg);
	transform: scale(1) rotate(-30deg) skewX(30deg);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;
	font-size: 1em;
}
.hex *, .hex *:before {
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
}
.hex-inner {
	overflow: hidden;
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.hex-inner:before {
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	background: #fff;
	content: '';
}
.hex-inner span {
	display: block;
	font-size: 3.35em;
	margin: 0 auto;
	line-height: 3.15em;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
}
.hex:first-child {
	margin-left: 0;
}
.hex-inner strong {
	display: block;
	font-size: 16px;
	padding: 0.45em 0.2em 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
}
.hex-inner span, .hex-inner strong, .hex.sm .hex-inner i {
	position: absolute;
	top: 0;
}
.hex.xs .hex-inner i {
	position: absolute;
	top: 0;
	margin: 0;
}
.hex-inner strong {
	position: absolute;
	top: 50%;
}
.hex.sm {
	width: 9em;
	height: 7.65em;
	margin-top: 0em;
	margin-bottom: 0;
}
.hex.sm .hex-inner i {
	display: block;
	font-size: 3.65em;
	line-height: 2.15em;
	margin: 0 auto;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
	top: 0;
	text-align: center;
}
.hex.xs {
	width: 5em;
	height: 4.25em;
}
.hex.xs .hex-inner i {
	display: block;
	font-size: 30px;
	line-height: 60px;
	margin: 0 auto;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
	text-align: center;
}
.hex-inner.second i, .hex-inner.prime i {
	color: #fff;
}
.holder {
	top: auto;
	right: 0;
	bottom: 3em;
	left: 0;
	position: absolute;
	width: 2.5em;
	height: 4.35em;
	z-index: 99;
	margin: 0 auto;
	border: 2px solid #fff;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	border-radius: 1em;
}
.moreArrow {
	display: block;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}

::-moz-selection {
 color: #fff;
}
::selection {
	color: #fff;
}
/* ================================= */
/* ------------ SLIDER ------------ */
/* ================================= */
#slides1 {
	position: relative;
}
.banner_top_/list.php?_margin {margin-top: 70px;}
#slides1 img {
	width: 100%;
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top:114px;
}
.absShape {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
#slides1 .absShape {
	top: 38%;
}
#slides1 h1 {
	color: #fff;
}
#slides1 h1 small {
	font-size: 24px;
	display: block;
	margin: 0.5em 0;
	color: #fff;
	word-spacing: 1px;
}
/* ================================= */
/* ------------ COUNTER ------------ */
/* ================================= */
.styled {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.styled div span {
	font-weight: 700;
}
.counter i {
	position: relative;
	margin: 0;
}
/* ================================= */
/* ----------- EVENT DATA --------- */
/* ================================= */
#event .hex.sm {
	float: left;
	margin-right: 1.5em;
}
#event .info {
	float: left;
}
#event h3, #event h2, #event p {
	margin: 0.35em 0;
	line-height: 1em;
	color: #fff;
}
#event p {
	line-height: 1.50em;
	font-size: 1.30em;
}
/* ================================= */
/* ----------- FEATURE BOX --------- */
/* ================================= */
.featureBox {
	display: block;
	background: url(../images/slide4.jpg) no-repeat center center fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
/* ================================= */
/* ----------- SCHEDULE ------------ */
/* ================================= */
#schedule .carousel {
	margin-top: 3em;
}
#schedule .carousel-indicators {
	position: relative;
	bottom: 0;
	margin-left: 0;
	left: auto;
	width: 100%;
	margin-bottom: 1.35em;
}
#schedule .carousel-indicators li {
	background-color: #fff;
	position: relative;
	display: inline-block;
	border: 3px solid #fff;
	margin: 0 0.35em 1em;
	width: 2.65em;
	min-height: 2.65em;
	border-radius: 0;
	text-indent: 0;
	padding: 0 0.15em 1.65em;
	font-size: 2.15em;
	text-align: center;
}
#schedule .carousel-indicators li.active::before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 1.5em;
	position: absolute;
	bottom: -0.65em;
	left: 50%;
	margin-left: -0.28em;
	display: block;
}
#schedule .carousel-indicators li span {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	font-weight: bold;
	text-align: center;
	padding: 0 3px;
	color: #fff;
	max-width: 100%;
}
#schedule .carousel-inner .item {
	padding-top: 1em;
}
#schedule .item > div {
	position: relative;
}
.segment {
	display: block;
}
.segment .speaker {
	position: relative;
	display: block;
	width: 30%;
	float: left;
}
.speakerImg {
	text-align: center;
	line-height: 1.2em;
}
.speakerImg img {
	width: 120px;
	height: 120px;
}
.speakerImg h6 {
	margin-bottom: 0;
}
.speakerImg span {
	font-size: 12px;
	line-height: 1.35em;
	opacity: 0.6;
	margin-top: 0.65em;
	display: block;
}
.segmentInfo {
	display: block;
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 2em 3em;
	margin: 1.5em 0;
	width: 70%;
	float: right;
}
.segmentInfo.BGprime h4, .segmentInfo.BGprime h5, .segmentInfo.BGprime strong, .segmentInfo.BGprime p, .segmentInfo.BGprime .time, .segmentInfo.BGsecondary h4, .segmentInfo.BGsecondary h5, .segmentInfo.BGsecondary strong, .segmentInfo.BGsecondary p, .segmentInfo.BGsecondary .time, .segment.lunch .hex.xs i, .segment.day .hex.xs i, .segment.eventend .hex.xs i {
	color: #fff;
}
.segmentInfo div {
	padding: 0;
}
div.segmentInfo::before {
	content: '\f0d9';
	font-family: 'FontAwesome';
	font-size: 3em;
	color: #fff;
	position: absolute;
	top: 0.4em;
	left: -0.3em;
	display: block;
}
.segmentInfo h4 {
	margin-bottom: 24px;
}
.segmentInfo p {
	margin: 0;
}
.vline {
	top: -1.65em;
	right: auto;
	bottom: -1.5em;
	left: -5em;
	position: absolute;
	width: 7px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.segment .round {
	position: absolute;
	z-index: 9;
	top: 2em;
	right: 1.85em;
}
.segment .hex.xs {
	margin: 0.65em 0;
}
.segment .hex.xs i, .galimg .hex.xs i, .carousel-control .hex.xs i, #map .hex.xs i {
	position: absolute;
	top: 0;
}
.segment .round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	height: 5.65em;
	width: 5.65em;
	text-align: center;
}
.segment .round::before {
	background-color: #fff;
	position: absolute;
	height: 7px;
	width: 55px;
	top: 45%;
	right: 100%;
	content: '';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.segment .round::before {
	right: 100%;
}
.segment img.img-responsive {
	border: 7px solid #fff;
	margin: 1.2em auto 1em;
}
.time {
	font-size: 1.35em;
}
.segment.lunch .round::before, .segment.day .round::before {
	display: none;
}
.segment:hover .segmentInfo {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}
/* ================================= */
/* ------------ SPEAKER ------------ */
/* ================================= */
/*#speakers .headingIcon i, #speakers h3 {
	color: #fff;
}
#speakers .headingIcon::before, #speakers .headingIcon::after {
	background-color: #fff;
}*/
#speakers .item {
	position: relative;
	background-color: #fff;
	text-align: center;
	margin:0.5em 1%;
	padding: 1.85em; width:18%;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.owl-carousel .item {
	cursor: url(../img/cursor.png), move;
}
#speakers .item img {
	position: relative;
	border-width: 10px;
	border-style: solid;
	margin: 1.5em auto;
	width:150px;
	height:150px;
}
#speakers .item .meta { line-height:2em; height:4em; overflow:hidden;}
#speakers .item ul li {
	padding: 0;
}
#speakers .item ul li a {
	color: #fff;
	font-size: 1.35em;
	padding: 0.65em;
}
.owl-theme .owl-controls .owl-buttons div {
	font-family: 'FontAwesome';
}
#speakers .item:hover {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
/* ================================= */
/* ----------- GALLERY ------------ */
/* ================================= */
#photoG, #videoG {
	position: relative;
	margin: 3em 0 1em;
}
#photoG .carousel-inner, #videoG .carousel-inner {
	margin: -0.5em auto 0;
	width: 100%;
}
.galimg {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 0.5%;
	float: left;
}
.galimg.half {
	width: 49%;
}
.galimg.quarter {
	width: 24%;
}
.galimg img {
	width: 100%;
}
.galimg img {
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}
.galimg:hover img {
	transform: scale(1.08);
	opacity: 1;
}
.galimg a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.galimg a:hover {
	background: rgba(0, 0, 0, 0.55);
}
.galimg a .link {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	width: 7em;
	height: 10em;
	line-height: 7em;
	transform: translate3d(0px, -100%, 0px);
	transition: all 0.5s linear;
	-webkit-transition: visibility opacity 0.2s;
	text-align: center;
	margin: auto;
}
.galimg:hover .link {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.galimg .link .hex.xs i {
	color: #fff;
}
.carousel-control.left, .carousel-control.right {
	display: none;
	background: none;
	width: auto;
	top: 35%;
	bottom: auto;
	text-shadow: none;
}
.carousel-control {
	font-size: 1em;
}
#gallery:hover .carousel-control.left, #gallery:hover .carousel-control.right, #quotes:hover .carousel-control.left, #quotes:hover .carousel-control.right {
	display: block;
	opacity: 1;
	text-shadow: none;
}
#gallery .carousel-control.left {
	left: -6%;
}
#gallery .carousel-control.right {
	right: -6%;
	left: auto;
}
.nav-tabs {
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	font-size: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
	border-color: transparent;
	border-radius: 0;
	color: #fff;
	margin: 0;
}
.nav-tabs > li > a {
	margin: 0;
}
.nav-tabs > li {
	margin: 0;
}
/* ================================= */
/* ------------ FAQ ------------ */
/* ================================= */
.panel-default > .panel-heading {
	position: relative;
	padding: 0;
}
.panel-default > .panel-heading h4 {
	padding: 0.65em 0.65em 0.65em 3em;
}
.panel-default > .panel-heading h4.active {
	background-color: #fff;
}
.panel-default > .panel-heading h4 a {
	display: block;
	padding: 0.50em;
	font-weight: 400;
	text-transform: none;
}
.panel-default > .panel-heading h4 a:before {
	content: '\f055';
	font-family: 'FontAwesome';
	font-size: 14px;
	top: 0.65em;
	right: auto;
	bottom: auto;
	left: 0.65em;
	position: absolute;
	width: 2.85em;
	height: 2.85em;
	text-align: center;
	line-height: 2.65em;
	margin: 0;
	z-index: 9;
}
.panel-default > .panel-heading h4.active a:before {
	content: '\f056';
}
.panel-group .panel {
	background-color: transparent;
	margin-bottom: 1.35em;
	box-shadow: none;
	margin-top: 3px;
}
.panel-body {
	border: none;
	padding:1em 1.65em 1.15em 3.95em;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border: 0;
}
/* ================================= */
/* ------ TESTIMONIAL ------ */
/* ================================= */
#quotes {
	position: relative;
}
#testimonial {
	position: relative;
	min-height: 28em;
}
#testimonial .item {
	margin: 0 auto;
	padding: 0 15%;
}
#testimonial .item img {
	position: relative;
	border: 10px solid #fff;
	margin: 0 auto 1.5em;
}
#testimonial span {
	font-size: 1.35em;
	font-weight: normal;
	display: block;
	margin-bottom: 1.15em;
}
#testimonial p {
	font-size: 1.15em;
	font-weight: 100;
	line-height: 1.65em;
}
#testimonial h4 {
	margin-bottom: 0.15em;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
/* ================================= */
/* ------------ PACKAGES ------------ */
/* ================================= */
#pricing h3 {
	color: #FFF;
}
#pricing .package {
	background-color: #fff;
	display: inline-block;
	width: 23%;
	margin: 1%;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#pricing .package .heading {
	position: relative;
	padding: 1.5em 1.5em 0;
}
#pricing .package .heading .price {
	display: inline-block;
	margin: 0.33em auto 0;
	background-color: #fff;
	font-size: 2.65em;
	font-weight: 900;
	line-height: 0.65em;
	padding: 0.35em 0.5em 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#pricing .package .heading .price strong {
	font-size: 12px;
	display: block;
}
#pricing .price span {
	font-size: 0.50em;
	vertical-align: middle;
}
#pricing .package ul {
	margin: 0;
}
#pricing .package ul li:before {
	content: '';
}
#pricing .package ul li {
	padding: 1em 0;
	margin: 0;
	border: 0;
}
#pricing .package ul li:nth-child(even) {
	background-color: #eceff1;
}
#pricing .package ul li i {
	font-size: 1.85em;
}
#pricing .package.whatuget {
	background-color: transparent;
	border-radius: 0;
	margin: 0 -0.26em 1% 0;
}
#pricing .package.whatuget ul li {
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin-top: 1px;
	font-size: 1.35em;
	padding: 0.63em 1em 0.63em 0;
	text-align: right;
	color: #fff;
}
#pricing .package.one {
	margin-left: 0;
}
/* ================================= */
/* ----------- REGISTER ------------ */
/* ================================= */
#register .hex.sm, #subscribe .hex.sm {
	float: left;
	margin-right: 1.5em;
}
#register .info {
	width: 65%;
	float: left;
}
#register .info {
	width: 58%;
	float: left;
}
#register h3, #register h2, #register p {
	margin: 0.35em 0;
	line-height: 1em;
	color: #fff;
}
#register p {
	line-height: 1.50em;
}
#register .btn {
	margin: 0;
	padding: 1em 1.5em;
}
span.error {
	top: 0.55em;
	right: 3em;
	bottom: auto;
	left: auto;
	position: absolute;
	font-size: 1.65em;
}
#register span.error {
	right: 1em;
}
#register input[type="submit"] {
	font-family: 'FontAwesome', Lato, Arial, sans-serif;
}
#sponsors .owl-item .item {
	margin: 1em;
	border: 1px solid #ccc;
}
#sponsors .owl-item .item img {
	max-width: 100%;
	height: auto;
}
/* ================================= */
/* ------ MAP AND SOCIAL ------ */
/* ================================= */
#map {
	position: relative;
}
#map #map_canvas, .venue {
	height: 50em;
}
#map .row div {
	padding: 0;
}
#map #content {
	display: block;
	visibility: visible;
}
#map .bigIcon {
	top: -5em;
}
#map .mapLogo {
	width: 200px;
	height: auto;
}
#bodyContent p {
	margin-bottom: 0.85em;
}
.venue {
	background: url(../images/venue.jpg) no-repeat center center;
	background-size: cover;
}
#map .row .contactInfo {
	background-color: #fff;
	top: 21.33%;
	right: 0;
	bottom: auto;
	left: 0;
	position: absolute;
	text-align: center;
	z-index: 99;
	width: 30em;
	margin: 0 auto;
	padding: 0 3em 1.5em;
	-webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
}
#map .contactInfo .hex-inner i {
	color: #fff;
}
#map .row .contactInfo p, #map .row .contactInfo a {
	border-top: 1px solid #ececec;
	margin: 0;
	padding: 0.65em 0;
	font-size: 1.15em;
}
#map .row .contactInfo a {
	padding: 0;
	border: 0;
}
#map h5 {
	margin-bottom: 1em;
}
.social, .social li {
	margin: 0;
}
.social li a i {
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.55em;
	width: 2.15em;
	height: 2.15em;
	line-height: 2.15em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0;
}
.social li a:hover i {
	color: rgba(255, 255, 255, 0.9);
}
/* ================================= */
/* ------ COPYRIGHT ------ */
/* ================================= */
#copyright p strong, #copyright a {
	color: #fff;
	margin: 0;
}
#copyright p {
	margin: 0;
}

/* FONT WEIGHT IN SAFARI */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* Safari-Opera specific declarations here */
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav, #slides1 .slide .slide-caption .container h3, #testimonial p, .features p {
	font-weight: normal;
}
}
/* ================================= */
/* --------- TRANSITION CSS --------- */
/* ================================= */
a, .navbar-nav li a, .navbar-nav li a i, .navbar-nav li, ul li:before, .social ul li a i, .btn, .social li i, .owl-theme .owl-controls .owl-buttons div, #pricing p, #pricing .package, #pricing .package .inner, .segment img.img-responsive, .segment i, .segment .time, .segment .segmentInfo, #speakers .item, #speakers .item img, #speakers .meta, section .headingIcon i, #pricing .package li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.moving {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(0.35em);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(1.85em);
}
}
@keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(0.35em);
}
 100% {
 opacity: 1;
 transform: translateY(1.85em);
}
}
.moreArrow {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* ================================= */
/* -------- RESPONSIVE CSS --------- */
/* ================================= */
@media screen and (min-width: 1024px) and (orientation: landscape) {
.navbar-collapse, .navbar .container-fluid {
	padding: 0;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 14px;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.5em;
}
.page-block {
	padding: 5em 0;
}
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 13px;
}
.page-block {
	padding: 5em 0;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
header .logo {
	position: relative;
	width: 100%;
}
.navbar-collapse, .navbar .container-fluid {
	padding: 0;
}
.navbar-nav {
	text-align: center;
	float: none;
}
.navbar-nav li {
	float: none;
}
.styled {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.segmentInfo .topics {
	display: block;
	border-top: 1px solid #ececec;
	margin-top: 0.85em;
	padding-top: 0.85em;
}
.segmentInfo .time {
	display: block;
	border: 1px solid #ececec;
	border-style: none none solid none;
	text-align: left;
	margin-top: 0.35em;
	padding-bottom: 0.35em;
}
#subscribe .row > div:first-child {
	text-align: center;
}
footer .row > div {
	text-align: center;
	margin-bottom: 1.55em;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 13px;
}
h1 {
	font-size: 3.65em;
}
.styled div span {
	font-size: 4.15em;
}
.phone a {
	font-size: 1.35em;
	color: #FFF;
}
header .logo {
	display: block;
	text-align: center;
}
header .logo img {
	margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
	display: block;
	opacity: 1;
}
#slides1 .absShape {
	top: 26%;
}
.hex {
	width: 9em;
	height: 7.65em;
	margin-top: 1em;
	margin-bottom: 0;
}
.hex .hex-inner span {
	font-size: 2.65em;
	line-height: 2.55em;
}
.hex-inner strong {
	font-size: 14px;
	letter-spacing: 1px;
}
.hex.xs .hex-inner i {
	line-height: 56px;
}
#event .row div {
	text-align: center;
}
#event .hex.sm {
	float: none;
	margin: 0;
}
#event .info, #register .info, #subscribe .info {
	width: 100%;
}
.segmentInfo {
	width: 58%;
}
.segment .speaker {
	width: 42%;
}
.galimg.half {
	width: 32%;
}
.galimg.quarter {
	width: 32%;
}
#register .hex.sm, #subscribe .hex.sm {
	float: none;
	margin: 0;
}
.subscribe input[type="submit"] {
	right: 0;
}
.featureBox, .subscribe {
	background-size: 150%;
	background-attachment: scroll;
	background-position: center center;
}
#map .row .contactInfo {
	top: 37%;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
#slides1 .absShape {
	top: 35%;
}
.styled {
	padding: 1.35em 0;
}
#map .row > div {
	width: 100%;
}
.subscribe .row > div {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
	float: none;
}
}
@media only screen and (max-width: 996px) {
.page-block {
	padding: 5em 0;
}
.container {
	width: 90%;
}
#schedule .container {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	display: block;
	opacity: 1;
}
#pricing .package.whatuget {
	display: none;
}
#pricing .package, #pricing .package.one {
	width: 45%;
	margin: 2%;
}
#pricing .package ul li {
	text-align: right;
	padding-right: 1.65em;
}
#pricing .package ul li:before {
	display: block;
	top: 0;
	right: auto;
	bottom: 0;
	left: 1.5em;
	position: absolute;
	padding: 1em 0;
	content: attr(data-title);
	font-size: 1.35em;
	font-family: 'Montserrat Alternates', Arial, sans-serif;
}
#pricing .package ul li:hover:before {
	color: #FFF;
}
h1 {
	font-size: 3.85em;
}
.holder {
	display: none;
}
header .logo {
	display: block;
	text-align: center;
}
header .logo img {
	margin: 0 auto;
}
.featureBox, .subscribe {
	background-size: 150%;
	background-attachment: scroll;
	background-position: center center;
}
}
/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 767px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 12px;
}
#pricing .package, #pricing .package.one {
	width: 96%;
	margin: 1% 2%;
}
header .logo {
	position: relative;
	width: 100%;
}
header {
	position: relative;
	height: auto;
}
header .row div {
	padding: 0;
}
.styled {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.hex {
	width: 9em;
	height: 7.65em;
	margin-top: 1em;
	margin-bottom: 0;
}
.hex .hex-inner span {
	font-size: 2.65em;
	line-height: 2.55em;
}
.hex-inner strong {
	font-size: 14px;
	letter-spacing: 1px;
}
.hex.xs .hex-inner i {
	font-size: 26px;
	line-height: 53px;
}
#slides1 {
	padding: 0 0 3em;
}
#slides1 img {
	margin-bottom: 3em;
}
#slides1 .absShape {
	position: relative;
}
.navbar-nav, header .row {
	margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-nav li {
	display: block;
	padding: 0;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a {
	padding: 0.85em 0;
	border-top: 1px solid #ececec;
	border-bottom: none;
}
.navbar-nav li .sub-nav {
	visibility: visible;
	position: relative;
	background-color: transparent;
	width: 100%;
	top: 1.5em;
	left: 0;
	opacity: 1;
	border-top: 1px solid #ececec;
	transform: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-nav li .sub-nav li a {
	text-transform: uppercase;
}
.navbar-nav li .sub-nav li {
	text-align: center;
}
.navbar-nav li .sub-nav li:hover a {
	background-color: transparent;
}
.navbar-header {
	text-align: center;
}
.galimg.half {
	width: 48%;
}
.galimg.quarter {
	width: 48%;
}
.segmentInfo, .segment .speaker {
	width: 100%;
	margin-bottom: 1.5em;
}
.segment .round::before {
	display: none;
}
.segment .round {
	position: relative;
	margin: 1.55em auto 0;
	display: block;
	top: 0;
	right: 0;
}
.speakerImg img {
	width: auto;
}
.segmentInfo .topics {
	display: block;
	border-top: 1px solid #ececec;
	margin-top: 0.85em;
	padding-top: 0.85em;
}
.segmentInfo .time {
	display: block;
	border: 1px solid #ececec;
	border-style: none none solid none;
	text-align: left;
	margin-top: 0.35em;
	padding-bottom: 0.35em;
}
div.segmentInfo::before {
	content: '\f0d8';
	left: 50%;
	top: -0.33em;
	font-size: 5em;
	margin-left: -0.33em;
}
#event .row > div, #register .row > div {
	margin: 1.35em 0;
}
#map .row .contactInfo {
	top: 37%;
}
footer .row > div {
	text-align: center;
	margin-bottom: 1.55em;
}
.featureBox, .subscribe {
	background-size: cover;
}
}
@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: portrait) {
h1.big {
	font-size: 6.65em;
}
h2 {
	font-size: 2.15em;
}
#event .row > div, #register .row > div, #register .info {
	width: 100%;
	text-align: center;
}
#event .hex.sm, #register .hex.sm, #subscribe .hex.sm {
	display: block;
	margin: 3em 0;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#event .info {
	text-align: center;
	float: none;
}
#map .row .contactInfo {
	position: relative;
	width: auto;
}
}
/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) {
h1 {
	font-size: 2.85em;
}
#slides1 h1 small {
	font-size: 16px;
}
.social li {
	margin: 0.35em 0;
}
.styled div span {
	font-size: 2.85em;
}
.styled div strong {
	font-size: 12px;
	letter-spacing: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-size: 1em;
}
}
@media only screen and (max-width: 996px) and (orientation: landscape) {
header {
	height: auto;
}
header .logo, .navbar-nav {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
	padding: 0.5em 1em;
	line-height: 1.5em;
}
}
/* ====== IE CSS ====== */

.ie9 .hex *, .ie9 .hex *:before, .ie9 .hex-inner {
	max-width: 100%;
}
.ie9 .hex-inner span,  .ie9 .hex-inner strong, .ie9 .hex.sm .hex-inner i {
	max-width: 100%;
	max-height: 100%;
}
.ie9 .hex.xs .hex-inner i {
	line-height: 1.65em;
}
.ie9 .carousel-control.left, .ie9 .carousel-control.right {
	filter: none;
}

/*票数按钮*/
.vote_medal_name{ font-size:16px; margin-bottom:20px; line-height:30px; color:#fff;}
.vote_medal_hint{ font-size:}
.button_box{ margin-top:10px; text-align:center; }
.vote_button{ float:right; background:#ff5722; border:none; outline:none; color:#fff;z-index:100; position:fixed; font-size:1.35em; bottom:180px; right:270px; padding:18px 28px; } 
.vote_number_button{ width:80%; margin:0 auto; text-align:center; color:#F60; font-size:14px; font-weight:bold;}
.vote_number_button span{ font-size:20px; color:#F30; font-weight:bold;}
.select{ text-align:center; display:inline-block;}
.button_cheakbox{ width:20px; height:20px; display:block; float:left;}
.button_box span.vote_button_label{ display:block; float:left; color:#4dd0e1; font-weight:bold; line-height:28px; margin-left:5px; margin-bottom:0;}

.modal-content{ margin-top:130px; padding:80px 20px 80px 20px;}
#verification_code_text{ float:left;  width:248px;border:1px solid #0e75cc;}
#verification_code_img{ margin-left:20px; border-radius:5px;}
.verification_code_submit{ padding:10px 252px; border:none; background-color:#0e75cc; font-size:24px; color:#fff; border-radius:5px;}
#verification_code_box label { float:right; margin:4px 0px 20px 0px ;} 
#verification_code_box label a { font-size:16px; color: #A5A5A5;}
/*票数按钮*/

/*购物车*/
.shopping_cart_box{ width:100%; height:15%;background:#0e79cc; position:fixed; bottom:0px; left:0px; z-index:100; padding:0px 0px 0px 25px; display:none;}
.shopping_cart_title{ float:left; line-height:100px; color:#fff; font-size:18px; font-weight:bold;}
.shopping_cart_img{ float:left; width:76%; margin-left:20px;margin-top:22px;}
.shopping_cart_img .cart_img{ width:60px ; height:60px; border-radius:60px; margin-right:10px; margin-bottom:10px;} 
.submit_ticket_title{ float:right; border:none; outline:none; background:#ff5722;height:100%; line-height:100%; min-height:86px;color:#fff; font-size:24px; padding:2%; }
.listbox{ position:relative; float:left;}
.glyphicon-remove{ position:absolute; top:0px; right:2px;}
/*购物车*/
#shopping_cart .listbox{cursor:pointer}
.item_info{width:160px; height:160px; vertical-align:central; overflow: hidden;margin: 1.5em auto;}
.item_info img{ width:160px; height:160px; vertical-align:middle; border-radius:100%;}
#speakers .item .item_info img{ position: absolute;margin:0}

/* 弹框提示 */
#after_poll{  
	/*边框*/  
	border:1px #eee solid;  
	/*窗口的高度和宽度*/  
	width : 300px;  
	height: 220px;
	margin-left:-150px; margin-top:-110px;
	border-radius:5px; 
	padding:11px 0; position:fixed;  
	top : 50%;  
	left: 50%;  
	/*开始时窗口不可见*/  
	display : none;  
	background-color:#fff;
	z-index:21;
}  
/*控制背景色的样式*/  
#after_poll #title{  
	color : #333;
	font-size:16px;  
	/*控制标题栏的左内边距*/  
	padding-left: 3px;
	padding:0 20px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:11px;  
}  
#after_poll #cotent{  
	padding-left : 3px;  
	padding-top :  5px; 
	margin-top:14px;
	margin-bottom:8px;
	line-height:29px; 
}  
/*控制关闭按钮的位置*/  
#after_poll #close{  
	margin-left: 294px;  
	/*当鼠标移动到X上时，出现小手的效果*/  
	cursor: pointer;  
} 
#after_poll #content{margin-top:22px;
	margin-bottom:8px;
	line-height:29px; 
	padding:0 20px;
	color:#666;
	padding-bottom:11px;
	}
#after_poll .box_title{ color:red; font-size:20px;}
#after_poll .demo_btn_box{ width:100%; margin-top:14px;}
#after_poll .demo_btn_box .demo_btn_box_on{ float:left; width:42%; background-color:#ccc; border:none; color:#fff; border-radius:4px; padding:10px 0px; font-size:16px; margin-left:20px; }
#after_poll .demo_btn_box .demo_btn_box_yes{ float:right; width:42%; background-color:red;border:none; color:#fff; border-radius:4px; padding:10px 0px; font-size:16px; margin-right:20px; }
.after_poll_shade {position:fixed; top:0; left:0; height:1000px; width:100%; background:rgba(0,0,0,0.6); z-index:20; display:none;}
/* 弹框提示 */
/* 大会支持媒体*/
.support_media_box{width:100%; text-align:center;}
.support_media_box .support_media_box_img { width:180px; height:60px; display:inline-block; overflow:hidden; margin:1em;}
.support_media_box .support_media_box_img a img {  width:180px; height:60px;}

/*大会支持媒体*/
h2.sponsors_title{ font-size:24px; margin-top:1em}
h3.sponsors_sub_title{ font-size:20px; margin:1em auto; color:#999;}



/*.container { margin-top: 120px;}*/
.fa-angle-up,.fa-angle-down{ color:#333;}
.fa-angle-up:hover,.fa-angle-down:hover{color:#333;}
.texture2 { background:#F6F6F6;}
#speakers .item:hover img{ border-color:#ff5722;}
/* 合作对接信息 */
.contact_item.contact_box {width:50%;}
.contact_item.contact_margin {margin-top:34px;}
.consociation_description {float:left;}
.consociation_description li {line-height:32px;}
.consociation_img {float:left; width:125px; height:125px; margin-left:15px;}
/* 活动详情页面报名按钮 */
.registration_btn {color:#fff; position:fixed; top:300px; right:0; display:block; width:100px; height:65px; background-color:#f30; z-index:1; line-height:65px; text-align:center; font-size:24px; font-weight:bold;}
.page_footer p {margin:0;}