@charset "utf-8";
/* CSS Document */

.product-logo {
	background-image: url(../images/recruit-events-bg.jpg) !important;
	background-repeat: no-repeat;
	display: inline-block;
}
.product-menu li a {
	color: #333;
}
.product-header-inner {
	border-bottom: none;
	max-width: 1340px;
}
body {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.main {
	overflow: hidden;
	max-width: 1480px;
	margin-right: auto;
	margin-left: auto;
}
/* BANNER SEC */
.banner-sec, .event-part {
	width: 25%;
	padding: 140px 5% 0;
	float: left;
	max-width: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.banner-sec {
	background-image: url('../images/recruit-events-bg.jpg');
	background-color: #121212;
	background-position: center center;
}
.banner-sec-inner {
	position: relative;
	z-index: 2;
}
.banner-sec:before {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
h1 {
	color: #e0524d;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 65px;
	max-width: 400px;
	margin-bottom: 35px;
}
.banner-sec p {
	color: #ccc;
	font-size: 16px;
	line-height: 1.7;
	padding-bottom: 30px;
}
h1, .banner-sec > p {
	opacity: 0;
	margin-top: 70px;
	transition: 0.75s ease 0.5s;
	-webkit-transition: 0.75s ease 0.5s;
}
.banner-sec > p {
	transition: 0.75s ease 0.75s;
	-webkit-transition: 0.75s ease 0.85s;
}
.animate h1, .animate.banner-sec > p {
	opacity: 1;
	margin-top: 0;
	transition: 0.75s ease;
	-webkit-transition: 0.75s ease;
}
/* BANNER SEC ENDS */

/* EVENT PART */

.event-part {
	margin-bottom: -1px;
	max-width: 1200px;
	width: 55%;
}
.event-part-inner {
	overflow: hidden;
}
.event-desc {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.event-sec {
	border-bottom: 1px solid #e8e8e8;
	float: left;
	margin-bottom: 0;
	min-height: 20px;
	overflow: hidden;
	padding: 60px 5% 60px 0;
	width: 45%;
}
.event-info {
	position: relative;
	text-align: left;
	min-height: 165px;
}
.z-upcoming-events .event-sec:nth-child(odd) {
	box-shadow: 1px 0 0 #e8e8e8 inset;
	padding: 60px 0 60px 5%;
}
.z-completed-events .event-sec:nth-child(even) {
	box-shadow: 1px 0 0 #e8e8e8 inset;
	padding: 60px 0 60px 5%;
}
.event-date {
	max-width: 80px;
	position: absolute;
	text-align: left;
}
.month, .year {
	color: #2196f3;
	display: inline-block;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
.date {
	color: #2196f3;
	display: block;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 36px;
	margin: 3px 0px;
}
.date .new-color {
	color: #1976d2;
}
.event-details {
	padding: 0 0 0 22%;
	position: relative;
}
.status {
	color: #bdbdbd;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}
.event-details h2 {
	color: #e0524d;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-bottom: 5px;
}
.event-details p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.more {
	color: #2196f3;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid #2196f3;
	text-transform: uppercase;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.more:hover {
	color: #fff;
	background: #2196f3;
}
/* RECENT EVENT HIGHLIGHTS */



.event-sec.upcoming, .event-sec.upcoming-next {
	box-shadow: none;
	min-height: 20px !important;
	padding: 0 0 60px;
	width: 100%;
}
.z-upcoming-events .event-sec.upcoming {
	box-shadow: none;
	padding: 60px 0px;
}
.z-upcoming-events .event-sec.upcoming:first-child {
	padding-top: 0;
}
.event-sec.upcoming-next {
	padding: 60px 0 60px;
}
.upcoming .event-details {
	padding: 0 0 0 15%;
}
.event-sec.upcoming .event-info {
	box-shadow: none;
	padding: 0;
	width: 100%;
}
.event-sec.upcoming .event-details .status {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.event-sec.upcoming .event-details h2 {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 5px;
}
.event-sec.upcoming .event-details p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}
.event-sec.upcoming .event-details .more {
	font-size: 14px;
	line-height: 22px;
	padding: 5px 15px;
}
.event-sec.upcoming .event-date {
	max-width: 120px;
}
.event-sec.upcoming .event-date .date {
	font-size: 60px;
	line-height: 50px;
}
/*  RECENT EVENT HIGHLIGHTS ENDS */

/* COMPLETED EVENTS SEC CSS */

.z-completed-events .completed * {
	color: #bbb !important;
}
.z-completed-events .completed .more {
	display: none !important;
}
.z-completed-events .event-sec.completed, .z-completed-events .event-sec.completed:nth-child(even) {
	border-bottom: 1px dashed #e8e8e8;
	float: left;
	margin-bottom: 0;
	min-height: 20px;
	overflow: hidden;
	padding: 30px 0 20px;
	width: 100%;
	box-shadow: none;
}
.z-completed-events .event-sec.completed .status {
	display: none;
}
.event-part-inner.z-completed-events {
	overflow: hidden;
	padding-top: 35px;
 // border-top: 1px dashed #e2e2e2;
}
.event-part-inner.z-completed-events > h2 {
	color: #999;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}
.event-part-inner.z-upcoming-events > h2 {
	color: #999;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}
.z-completed-events .event-info {
	min-height: 20px;
}
.z-completed-events .event-date {
	max-width: 130px;
	margin-top: -5px;
}
.z-completed-events .date {
	font-size: 16px;
	display: inline;
}
.event-over-msg {
	font-size: 21px;
	text-align: center;
	line-height: 1.5;
	color: #e0524d;
	margin-bottom: 40px;
	width: 100%;
}

/* COMPLETED EVENTS SEC CSS ENDS  */



/* EVENT PART ENDS */



/* MEDIA QUERY STARTS */
@media screen and (max-width: 1400px) {
h1 {
	font-size: 52px;
	line-height: 58px;
	margin-bottom: 30px;
	max-width: 400px;
}
}

@media screen and (max-width:992px) {
.event-part-inner.z-upcoming-events > h2 {
	margin-top: 35px;
}
}

@media screen and (min-width:992px) and (max-width: 1199px) {
.product-logo, .product-menu li a {
	color: #fff;
}
.banner-sec {
	float: none;
	max-width: 100%;
	min-height: 10px;
	padding: 120px 5% 80px;
	width: 90%;
}
.event-part {
	float: none;
	margin: 0 auto -1px;
	max-width: 850px;
	padding: 80px 0 0;
	width: 100%;
}
.banner-sec p {
	padding-bottom: 0;
}
.banner-sec-inner {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
h1 {
	font-size: 60px;
	line-height: 55px;
	margin-bottom: 20px;
	max-width: 100%;
}
}

@media screen and (min-width:768px) and (max-width: 991px) {
/*.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a, #mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a{
	color: #fff;
}*/

.banner-sec {
	float: none;
	max-width: 100%;
	min-height: 10px;
	padding: 120px 5% 80px;
	width: 90%;
	text-align: center;
}
.event-part {
	float: none;
	margin: 0 auto -1px;
	max-width: 850px;
	padding: 0px;
	width: 90%;
}
.product-logo, .product-menu li a {
	color: #fff;
}
h1 {
	font-size: 50px;
	line-height: 44px;
	max-width: 100%;
}
.banner-sec p {
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 0;
}
.event-over-msg {
	margin-bottom: 0;
	width: 90%;
	padding: 50px 5% 30px;
}
.z-upcoming-events .event-sec.upcoming:first-child {
	padding-top: 60px;
}
}

@media screen and (max-width: 767px) {
.main {
	margin-top: -70px !important;
}
.z-upcoming-events .event-sec:nth-child(2n+1) {
	padding: 50px 5%;
}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a, #mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a {
	color: #333;
}
.product-menu li a, .product-logo {
	color: #333;
}
h1 {
	font-size: 36px;
	line-height: 42px;
	max-width: 100%;
	margin-bottom: 20px;
}
.banner-sec {
	max-width: 100%;
	padding: 70px 10%;
	text-align: center;
	width: 80%;
}
.banner-sec p {
	padding: 0;
}
.event-part {
	padding: 0;
	width: 100%;
}
.event-sec {
	padding: 0;
}
.event-sec, .event-sec:last-child {
	float: none;
	min-height: 50px;
	padding: 50px 5%;
	position: relative;
	text-align: left;
	width: 90%;
}
.event-info {
	min-height: 20px;
}
.event-details {
	padding: 0 0 0 15%;
}
.event-sec.upcoming, .event-sec.upcoming-next {
	padding: 70px 5% 60px;
	background-color: #2196f3;
	padding: 50px 5% !important;
}
.upcoming .event-details {
	padding: 0 0 0 18%;
}
.event-sec.upcoming .event-details .status {
	color: #eee;
}
.event-sec.upcoming .event-details h2, .event-sec.upcoming .event-details p, .event-sec.upcoming .month, .event-sec.upcoming .year, .event-sec.upcoming .date, .event-sec.upcoming .event-details .more, .event-sec.upcoming .date .new-color {
	color: #fff;
}
.event-sec.upcoming .event-details .more {
	border: 1px solid #fff;
}
.event-sec.upcoming .event-details h2 {
	font-size: 30px;
	line-height: 36px;
}
.event-sec.upcoming .event-details p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.event-sec.upcoming .event-details .status {
	background: #fff none repeat scroll 0 0;
	color: #2196f3;
	font-size: 12px;
	left: -5%;
	letter-spacing: 0.5px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: -50px;
	width: 80px;
	padding: 0px 7px;
}
.event-over-msg {
	margin-bottom: 0;
	width: 90%;
	padding: 50px 5% 30px;
}
.z-completed-events .event-sec.completed, .z-completed-events .event-sec.completed:nth-child(2n) {
	float: none;
	padding: 30px 10% 20px;
	width: 80%;
}
.z-completed-events .event-date {
	margin-top: 0;
	max-width: 150px;
	position: relative;
}
.z-completed-events .event-details {
	padding: 0;
}
.event-part-inner.z-completed-events > h2, .event-part-inner.z-upcoming-events > h2 {
	padding: 0 10%;
}
}

@media screen and (max-width: 600px) {
h1 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 15px;
}
.banner-sec p {
	font-size: 14px;
	line-height: 1.5;
}
.event-sec.upcoming .event-details h2 {
	font-size: 26px;
	line-height: 34px;
}
.event-details {
	padding: 0 0 0 18%;
}
.event-sec.upcoming, .event-sec.upcoming-next {
	background-color: #2196f3;
	padding: 60px 10% !important;
	width: 80%;
}
.event-sec, .event-sec:last-child, .z-upcoming-events .event-sec:nth-child(2n+1) {
	padding: 50px 10%;
	width: 80%;
}
.event-sec.upcoming .event-date {
	margin-bottom: 20px;
	max-width: 80px;
	position: relative;
}
.upcoming .event-details {
	padding: 0;
}
.event-sec.upcoming .event-details .status {
	left: auto;
	right: -13%;
	top: -200px;
}
.footer-links {
	padding: 10px 10% 50px;
}
.footer-links ul {
	float: none;
	margin-top: 40px;
	padding-left: 0;
}
.footer-links ul:first-child {
	margin-top: 0;
}
.event-over-msg {
	width: 80%;
	padding: 50px 10% 30px;
	font-size: 18px;
}
}

@media screen and (max-width: 480px) {
h1 {
	font-size: 34px;
	line-height: 42px;
	margin: 0 auto 15px;
	max-width: 200px;
}
.event-sec.upcoming .event-date {
	left: auto;
	top: auto;
}
.event-sec.upcoming .event-details h2 {
	font-size: 24px;
	line-height: 32px;
	padding: 0;
}
.event-sec.upcoming .event-details p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
}
.event-details {
	padding: 0;
}
.event-details h2 {
	padding: 35px 0 0;
}
.z-completed-events .event-details h2 {
	padding: 15px 0 0 0;
}
.month, .year, .date {
	color: #2196f3;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 5px 0 0;
}
.event-date {
	left: 0;
	max-width: 100%;
	top: 10px;
}
.z-completed-events .event-date {
	margin-top: 0;
	max-width: 150px;
	position: relative;
	top: 0;
}
}
