/* Custom Web fonts */

@font-face {
  font-family: 'bhra2019';
  src:  url('../fonts/bhra2019.eot?6zfszv');
  src:  url('../fonts/bhra2019.eot?6zfszv#iefix') format('embedded-opentype'),
    url('../fonts/bhra2019.ttf?6zfszv') format('truetype'),
    url('../fonts/bhra2019.woff?6zfszv') format('woff'),
    url('../fonts/bhra2019.svg?6zfszv#bhra2019') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bhra2019-"], [class*=" bhra2019-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bhra2019' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bhra2019-btn-submit-vote:before {
  content: "\e900";
  color: #fff;
}

/************************************************/


::-moz-selection {
  text-shadow: none;
  background: #c5f5fc;
}
::selection {
  text-shadow: none;
  background: #c5f5fc;
}
img::selection {
  background: #c5f5fc;
}
img::-moz-selection {
  background: #c5f5fc;
}
html {
	height: auto;
    min-height: 100%;
	scroll-behavior: smooth;
}
body {
  webkit-tap-highlight-color: #c5f5fc;
}

.highlight {
	color: #231815;
	font-weight: bold;
}

.error.help-block {
	text-align: left;
	color: #ffff00;
}

.word-count {
	color:#fff;
	display:block;
	text-align:right;
}

.no-scroll {
   position: fixed!important;
   width: 100%!important;
}

#modal-award-print-ad {
	padding: 0!important;
}
#modal-award-print-ad .modal-dialog {
	width: 100%;
	margin: 2% auto;
	padding-right: 0!important;
}	

.page-best-hr-awards-2019 .modal {
	padding-left: 0!important;
	font-family: "Raleway","Microsoft JhengHei",Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .modal-header  {
	padding: 15px 0;
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
	border-bottom: 1px solid #a3dde0;
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .modal-header .modal-title {
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;	
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .close {
	z-index: 100;
	position: relative;
	width: 30px;
	height: 30px;
	border: 4px solid #fff;
	color: #ff71ff;
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .close:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(255,249,32,1)!important;
	-moz-box-shadow: 0px 0px 10px 2px rgba(255,249,32,1)!important;
	box-shadow: 0px 0px 10px 2px rgba(255,249,32,1)!important;
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3)!important;
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .close span {
	position: relative;
	top: -1px;
}
.page-best-hr-awards-2019 .modal-company-details .modal-content {
	padding: 10px;
}

.page-best-hr-awards-2019 .modal-company-details a {
	color: #fff;
}

.page-best-hr-awards-2019 .modal-company-details a:hover {
	text-decoration: underline;
}

.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .modal-content {
	display: block;
	padding: 10px 20px;
	margin-bottom: 30px;
	position: relative;
    border: 2px solid #fff920;
	background: rgba(58,41,30,0.9);
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	z-index: 3;
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .modal-content:before {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 5px solid #ffffff;
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .modal-content:after {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff920;
}
.page-best-hr-awards-2019 .modal:not(.modal-judge-details):not(.modal-cere-speakers-details):not(.modal-address) .modal-content a {
	z-index: 4;
	position: relative;
}
.page-best-hr-awards-2019 .modal-app-notes a {
	text-decoration: underline;
}
.page-best-hr-awards-2019 .modal-app-notes .modal-title,
.page-best-hr-awards-2019 .modal-tnc .modal-title {
	text-align: left;
}
.page-best-hr-awards-2019 .modal-app-notes .modal-body,
.page-best-hr-awards-2019 .modal-tnc .modal-body {
	text-align: left;
	font-size: 15px;
}
.page-best-hr-awards-2019 .modal-app-notes .modal-content a,
.page-best-hr-awards-2019 .modal-tnc .modal-content a  {
	color: #de4e4a;
	text-decoration: none;
}
.page-best-hr-awards-2019 .modal-app-notes .modal-content a:hover,
.page-best-hr-awards-2019 .modal-tnc .modal-content a:hover {
	text-decoration: underline;
}

.page-best-hr-awards-2019 {
	font-family: 'Raleway', Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
	text-align: center;
}
.page-best-hr-awards-2019.page-nominate {
	font-size: 15px;
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}

.page-best-hr-awards-2019 .body-container {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.page-best-hr-awards-2019 .body-container .bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.page-best-hr-awards-2019 .body-container .bg-top .bg-content {
	display: inline-block;
	margin: 0 auto;
	background: url("../images/bg-top.jpg") no-repeat;
	background-size: 100%;
	width: 1544px;
	height: 260px;
	margin-left: 50%;
    -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
}
.page-best-hr-awards-2019 .body-container header,
.page-best-hr-awards-2019 .body-container section,
.page-best-hr-awards-2019 .body-container footer {
	position: relative;
	z-index: 3;
}

.page-best-hr-awards-2019 header .container {
	padding-bottom: 0;
}
.page-best-hr-awards-2019 .body-container .bg-bottom {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.page-best-hr-awards-2019 .body-container .bg-bottom .bg-content {
	display: inline-block;
	margin: 0 auto;
	background: url("../images/bg-bottom.jpg") no-repeat bottom;
	background-size: 100%;
	width: 1222px;
	height: 260px;
	margin-left: 50%;
    -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
}
.page-best-hr-awards-2019.modal-open {
	padding-right: 0 !important;
}
:lang(chi) .page-best-hr-awards-2019 {
	font-size: 15px;
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}

.page-best-hr-awards-2019 .btn-default,
.page-best-hr-awards-2019 .btn-primary {
	position: relative;
    border: 2px solid #60daff!important;
	font-weight: bold;
	background: transparent!important;
	text-transform: none;
	color: #fff;
	font-size: 13px;
	padding: 12px;
	margin: 0px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important;
	-moz-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important;
	box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important;
	text-shadow: 0 0 8px #60daff, 0 0 3px rgba(96,218,205,0.4) !important;
}
.page-best-hr-awards-2019 .btn-default:before,
.page-best-hr-awards-2019 .btn-primary:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 3px solid #ffffff;
}
.page-best-hr-awards-2019 .btn-default:after,
.page-best-hr-awards-2019 .btn-primary:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 2px solid #60daff;
}
.page-best-hr-awards-2019 .btn-default:focus,
.page-best-hr-awards-2019 .btn-default:hover,
.page-best-hr-awards-2019 .btn-primary:focus,
.page-best-hr-awards-2019 .btn-primary:hover {
	-webkit-box-shadow: 0px 0px 24px 2px rgba(92,166,243,1)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(92,166,243,1)!important;
	box-shadow: 0px 0px 24px 2px rgba(92,166,243,1)!important;
	text-shadow: 0 0 4px #fff, 0 0 3px #60daff, 0 0 12px #60daff !important;
}
:lang(chi) .page-best-hr-awards-2019 .btn-default,
:lang(chi) .page-best-hr-awards-2019 .btn-primary {
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}

.page-best-hr-awards-2019 .btn-primary.back-to-top.hover {
	/*background: #481c87;*/
}	

.page-best-hr-awards-2019 .navbar {
	background: #3b0072!important;
	border-bottom: 1px solid #fff;
}
.page-best-hr-awards-2019.page-eform .navbar { 
	min-height: 60px;
}
.page-best-hr-awards-2019 .navbar-custom.affix-top {
	background: #3b0072;
}
.page-best-hr-awards-2019 .navbar-custom.affix {
	background: #3b0072;
}
.page-best-hr-awards-2019 .navbar-custom .navbar-toggle {
   background-color: #ffffff;
   border-color: #3b0072;
}
.page-best-hr-awards-2019 .navbar-custom  .dropdown-menu {
	background: #3b0072;
	border: 1px solid #3b0072;
}
.page-best-hr-awards-2019 .navbar-custom .dropdown.open > a {
	background: #0a709e;
	color: #FFD900;
}
.page-best-hr-awards-2019 .navbar-custom  .dropdown-menu > li > a {
	color: #ffffff;
	background: #3b0072;
}
.page-best-hr-awards-2019 .navbar-custom .open .dropdown-menu > .active > a {
	background: #3b0072;
	color: #ffe100;
}
.navbar-default .navbar-toggle .icon-bar {
   background-color: #3b0072;
}
.page-best-hr-awards-2019 .navbar-header .btn-register-mobile {
	display: none;
	color: #231815;
	background: #ffe100;
	font-weight: bold;
	padding: 2px 9px 4px 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-best-hr-awards-2019 .navbar-header .btn-register-mobile:hover {
	background: #e4007f;
	color: #fff;
}
.page-best-hr-awards-2019 .navbar-custom .nav li a.btn-register {
	color: #231815;
	background: #ffe100;
	font-weight: bold;
	padding: 2px 9px 4px 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page-best-hr-awards-2019 .navbar-custom .nav li a.btn-register:hover {
	background: #e4007f;
	color: #fff;
}
.chrome.mobile.page-best-hr-awards-2019 .navbar-custom .nav li a.btn-register {
	padding: 4px 9px 4px 9px;
}

.page-best-hr-awards-2019.page-eform .navbar .navbar-brand {
	max-width: 106px;
}
.page-best-hr-awards-2019.page-eform  .navbar-custom .navbar-header {
	padding-top: 10px;
	padding-bottom: 10px;
}


.page-best-hr-awards-2019 .navbar .lang .btn {
	color: #fff;
}
.page-best-hr-awards-2019 .navbar .lang .btn:hover {
	color: #f7e46d;
}
.page-best-hr-awards-2019 .navbar-custom .btn-go-to-home {
	color: #fff;
	font-size: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.page-best-hr-awards-2019.page-voting-step2 .navbar-custom .btn-go-to-home {
	right: 130px;
}
.page-best-hr-awards-2019 .navbar-custom .btn-go-to-home:focus,
.page-best-hr-awards-2019 .navbar-custom .btn-go-to-home.focus,
.page-best-hr-awards-2019 .navbar-custom .btn-go-to-home:hover {
	color: #f4d221;
	text-decoration: none;
}

/*Event Pages */
.page-best-hr-awards-2019 .body-container {
	margin-top: -20px;
}

.page-event-page {
	padding-top: 80px;
	background: #1a0621;
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
.page-event-page .main-title {
	padding-top: 72px;
	margin-bottom: 40px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.page-event-page .body-container {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.page-event-page .body-container .bg-top {
	z-index: 1;
}
.page-event-page .body-container .bg-bottom {
	z-index: 2;
}
.page-event-page .body-container .bg-middle-fixed {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
}
.page-event-page .body-container .bg-middle-fixed .bg-wrapper {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateZ(0);
	will-change: transform;
}
.page-event-page .body-container .bg-middle-fixed .bg-inner-wrapper {
	display: inline-block;
	margin: 280px auto 0 auto;
	width: 100%;
	height: 74.85%;
	max-width: 1102px;
	position: relative;
}
.page-event-page .body-container .bg-middle-fixed .bg-content {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: url("../images/bg-middle-fixed.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-event-page .body-container .bg-bottom {
	z-index: 2;
	width: 100%;
	height: 0;
	padding-bottom: 100%!important;
}
.page-event-page .body-container .bg-bottom .bg-content {
	background: url("../images/bg-bottom-event-page.png") no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 100%!important;
}
.page-event-page .body-container .container,
.page-event-page .body-container  footer {
	z-index: 3;
	position: relative;
}

.page-home .logo {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 780px;
}
.ie.page-home .logo {
	height: 780px;
}

.page-home .logo-ie img {
	width: 100%;
	max-width: 497px;
	opacity: 0;
}
.page-home .logo-ie img.logo-show {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}	

.page-home .logo-animated {
	opacity: 0;
}

.page-home .logo-animated.logo-show {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.ie.page-home .logo-animated {
	display: none;
}
.page-home .logo-ie {
	display: none;
}
.ie.page-home .logo-ie {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-home .logo-animated .logo-content {
	width: 376px;
	height: 290px;
	position: relative;
	margin-top: 18%;
	margin-left: 2%;
}

.page-home .logo-animated .logo-text {
	display: none;
}

.page-home .logo-animated .logo-content .BestAwards2019 {
    position: absolute;
	top: 7%;
	left: 0;
	width: 75.4%;
	height: 49.3%;
}

.page-home .logo-animated .logo-content .HR {
    position: absolute;
    top: 8%;
    right: 27%;
	width: 58.5%;
	height: 47%;
}

.page-home .logo-animated .logo-content .star {
	position: absolute;
    width: 59.6%;
	top: -21%;
	left: 36.5%;
	height: 75%;
}


.page-home .light-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

@-webkit-keyframes filter-animation {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  
  50% {
    -webkit-filter: hue-rotate(360deg);
  }
  
  100% {
    -webkit-filter: hue-rotate(0deg);
  }
}


.page-home .light {
	display: inline-block;
	background: url("../images/light.png") no-repeat;
	background-size: 100%;
	margin: 0 auto;
	width: 1546px;
	height: 860px;
	margin-left: 50%;
    -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
	visibility: hidden;
}
.page-home .light.animated {
	-webkit-animation: filter-animation 20s infinite;
    animation: filter-animation 20s infinite;
}
.ie.page-home .light {
	position: absolute;
}

.page-home .body-container .bg-top .bg-content {
	opacity: 0.8;
}

.page-home .desc { 
	font-size: 25px;
	line-height: 1.2;
	color: #fff;
	margin-top: -80px;
	margin-bottom: 18px;
}
.page-home .category-icons {
	margin-bottom: 180px;
}
.page-home .category-icon {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 211px;
	background: url("../images/cat-icon-sprite.png") no-repeat;
	background-size: 1051px 493px;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	cursor: pointer;
}
.page-home .category-icon-chi {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 211px;
	background: url("../images/cat-icon-sprite-chi.png") no-repeat;
	background-size: 1051px 493px;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	cursor: pointer;
}
.page-home .category-icon span {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
	background: url("../images/cat-icon-sprite.png") no-repeat;
	background-size: 1051px 493px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
.page-home .category-icon-chi span {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
	background: url("../images/cat-icon-sprite-chi.png") no-repeat;
	background-size: 1051px 493px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
.page-home .category-icon:hover  span, .page-home .category-icon-chi:hover  span {
    opacity: 1;
}
.page-home .category-icon.award-categories, .page-home .category-icon-chi.award-categories {
	background-position: -20px -236px;
}
.page-home .category-icon.award-categories span, .page-home .category-icon-chi.award-categories span {
	background-position: -20px 1px;
}
.page-home .category-icon.timeline, .page-home .category-icon-chi.timeline {
	background-position: -236px -236px;
}
.page-home .category-icon.timeline:before, .page-home .category-icon-chi.timeline:before {
	display: none;
}
.page-home .category-icon.timeline span, .page-home .category-icon-chi.timeline span {
	background-position: -236px 1px;
}
.page-home .category-icon.judges, .page-home .category-icon-chi.judges {
	background-position: -436px -236px;
}
.page-home .category-icon.judges  span, .page-home .category-icon-chi.judges  span {
	background-position: -436px 1px;
}
.page-home .category-icon.judging-progress, .page-home .category-icon-chi.judging-progress {
	background-position: -634px -236px;
}
.page-home .category-icon.judging-progress  span, .page-home .category-icon-chi.judging-progress  span {
	background-position: -634px 1px;
}
.page-home .category-icon.awards-ceremony, .page-home .category-icon-chi.awards-ceremony {
	background-position: -850px -236px;
}
.page-home .category-icon.awards-ceremony  span, .page-home .category-icon-chi.awards-ceremony  span {
	background-position: -850px 1px;
}
.page-home .tooltip {
	margin-left: 11px;
}
.page-home .tooltip-inner {
	background: #ffe100;
	color: #3b0072;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
	padding: 8px 10px;
}
.page-home .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ffe100;
}

.page-award-categories .sub-categories-title {
	color: #fffc40;
	font-size: 25px;
	font-weight: 600;
}
.page-award-categories .sub-categores-content {
	margin: 58px 0;
}
.page-award-categories  .sub-category {
	display: inline-block;
	width: 30%;
	min-width: 300px;
	margin: 0 auto 78px auto;
	text-align: left;
}
.page-award-categories .sub-category .light {
	display: inline-block;
	vertical-align: top;
	width: 7px;
	height: 66px;
	background: #fff;
	border: 2px solid #f9ff6c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 2px rgba(247,247,82,1);
}
.page-award-categories .sub-category .title {
	 display: inline-block;
	 vertical-align: top;
	 color: #fff;
	 text-align: title;
	 font-size: 23px;
	 padding-left: 22px;
	 width: 80%;
}
.page-award-categories .category-2 .sub-categories-title {
	color: #d84191;
}
.page-award-categories .category-single .sub-categories-title {
	color: #67ffff;
}
.page-award-categories .sub-category .title-text.in {
	text-decoration: underline;
}
.page-award-categories .sub-category .title  .title-desc {
	margin-top: 14px;
}
.page-award-categories .sub-category .title:focus,
.page-award-categories .sub-category .title:hover {
	text-decoration: none;
}
.page-award-categories .sub-category .title:focus .title-text,
.page-award-categories .sub-category .title:hover .title-text {
	text-decoration: underline;
}
.page-award-categories .sub-category .title:focus .title-desc,
.page-award-categories .sub-category .title:hover .title-desc {
	text-decoration: none;
}
.page-award-categories .category-2 .sub-category .light {
	border: 2px solid #d84191;
	box-shadow: 0px 0px 16px 2px rgba(216,65,145,1);
}
.page-award-categories .category-single .sub-category .light {
	border: 2px solid #67ffff;
	box-shadow: 0px 0px 16px 2px rgba(103,255,255,1);
}







.page-awards-ceremony .logo {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 780px;
}
.ie.page-awards-ceremony .logo {
	height: 780px;
}

.page-awards-ceremony .logo-ie img {
	width: 100%;
	max-width: 497px;
	opacity: 0;
}
.page-awards-ceremony .logo-ie img.logo-show {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}	

.page-awards-ceremony .logo-animated {
	opacity: 0;
}

.page-awards-ceremony .logo-animated.logo-show {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.ie.page-awards-ceremony .logo-animated {
	display: none;
}
.page-awards-ceremony .logo-ie {
	display: none;
}
.ie.page-awards-ceremony .logo-ie {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-awards-ceremony .logo-animated .logo-content {
	width: 235px;
	height: 181px;
	position: relative;
	margin-top: 10%;
	margin-left: 2%;
}

.page-awards-ceremony .logo-animated .logo-text {
	display: none;
}

.page-awards-ceremony .logo-animated .logo-content .BestAwards2019 {
    position: absolute;
	top: 7%;
	left: 0;
	width: 75.4%;
	height: 49.3%;
}

.page-awards-ceremony .logo-animated .logo-content .HR {
    position: absolute;
    top: 8%;
    right: 27%;
	width: 58.5%;
	height: 47%;
}

.page-awards-ceremony .logo-animated .logo-content .star {
	position: absolute;
    width: 59.6%;
	top: -21%;
	left: 36.5%;
	height: 75%;
}

.page-awards-ceremony .modal-address .map-frame {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
}

.page-awards-ceremony .modal-address .map-frame iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}



.page-awards-ceremony .light-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.page-awards-ceremony .speakers-present .ppt-thumbnail{
	padding: 20px 0;
}

@-webkit-keyframes filter-animation {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  
  50% {
    -webkit-filter: hue-rotate(360deg);
  }
  
  100% {
    -webkit-filter: hue-rotate(0deg);
  }
}


.page-awards-ceremony .light {
	display: inline-block;
	background: url("../images/light.png") no-repeat;
	background-size: 100%;
	margin: 0 auto;
	width: 1546px;
	height: 860px;
	margin-left: 50%;
    -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
	visibility: hidden;
}
.page-awards-ceremony .light.animated {
	-webkit-animation: filter-animation 20s infinite;
    animation: filter-animation 20s infinite;
}
.ie.page-awards-ceremony .light {
	position: absolute;
}

.page-awards-ceremony .body-container .bg-top .bg-content {
	opacity: 0.8;
}

.page-awards-ceremony .ceremony {
	margin-top: -60px;
}

.page-awards-ceremony .ceremony-sub-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #ff00a2;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
}

.page-awards-ceremony .ceremony-title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
	font-style: italic;
	position: relative;
}
.page-awards-ceremony .ceremony-title .text {
	position: relative;
	z-index: 3;
	color: #fff;
	text-shadow: -1px 0 #ffff00, 0 1px #ffff00, 1px 0 #ffff00, 0 -1px #ffff00;
}
.page-awards-ceremony .ceremony-title .blur {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	text-shadow: 0 0 4px #ffff00, 0 0 18px rgba(255,255,0,0.45);
}
.page-awards-ceremony .ceremony-title .shadow {
	font-size: 36px;
	line-height: 1.2;
	color: #000000;
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	position: absolute;
	font-weight: 600;
	font-style: italic;
	top: 3px;
	left: 10px;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.page-awards-ceremony .ceremony-details   {
	position: relative;
	z-index: 2;
	color: #fff;
	margin-top: 30px;
}
.page-awards-ceremony .ceremony-details  .date-time {
	display: inline-block;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
}
.page-awards-ceremony .ceremony-details  .venue {
	display: inline-block;
}
.page-awards-ceremony .ceremony-details  .venue a {
	color: #fff;
	text-decoration: underline;
	text-align: left;
	font-size: 17px;
	display: block;
	white-space: normal;
}

.page-awards-ceremony .ceremony-details .add-info { 
	text-align: justify;
	padding-bottom: 37px;
}

.page-awards-ceremony .btn-ceremony-register {
	display: inline-block;
	position: relative;
	width: 405px;
	height: 180px;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	cursor: pointer;
}

.page-awards-ceremony .btn-ceremony-register span {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
	background: url("../images/btn-ceremony-register-sprite.png") no-repeat;
	background-position: 0 0;
	background-size: 405px 363px;
}

.page-awards-ceremony .btn-ceremony-register  span.hover {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
	background: url("../images/btn-ceremony-register-sprite.png") no-repeat;
	background-position: 0 -164px;
	background-size: 405px 363px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

.page-awards-ceremony .btn-ceremony-register:hover  span.hover.show {
	opacity: 1;
}

.page-awards-ceremony .add-info {
	display: inline-block;
	max-width: 490px;
	margin: 28px auto 0 auto;
}

.page-awards-ceremony .add-info p {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.page-awards-ceremony .ceremony-sec {
	margin-top: 44px;
	padding-bottom: 80px;
}

.page-awards-ceremony .ceremony-sec .sec-title {
	font-size: 24px;
	font-weight: bold;
	color: #ff00a2;
	text-transform: uppercase;
	
}

.page-awards-ceremony .add-info p.save-the-date {
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
}

.page-awards-ceremony .agenda-list {
	position: relative;
	text-align: left;
	display: table;
}
.page-awards-ceremony .agenda-list .section-start.r-light .left {
	background: transparent;
}
.page-awards-ceremony .agenda-list .section-end.r-light .left {
	background: transparent;
}
.page-awards-ceremony .agenda-list .section-start.r-dark .left {
	background: transparent;
}
.page-awards-ceremony .agenda-list .section-end.r-dark .left {
	background: transparent;
}
.page-awards-ceremony .agenda-list .section-row.r-light-r-dark .left {
	background: transparent;
}
.page-awards-ceremony .agenda-list .section-row.r-dark-r-light .left {
	background: transparent;
}
.page-awards-ceremony .agenda-list .section-end .top-pos {
	display: inline-block;
	height: 22px;
	overflow: hidden;
}
.ie.page-awards-ceremony .agenda-list .section-end .top-pos {
	height: 30px;
}
.page-awards-ceremony .agenda-list .section-start.r-light .left .bg {
	background: url("../images/section-agenda-arrow-light-start.svg") no-repeat;
	width: 96px;
	height: 32px;
	position: relative;
	top: 4px;
	left: 1px;
}
.page-awards-ceremony .agenda-list .section-end.r-light .left .bg {
	background: url("../images/section-agenda-arrow-light-end.svg") no-repeat;
	width: 96px;
	height: 40px;
	position: relative;
	top: -4px;	
}
.ie.page-awards-ceremony .agenda-list .r-light.section-end .left .bg {
	top: -10px;
}
.page-awards-ceremony .agenda-list .section-start.r-dark .left .bg {
	background: url("../images/section-agenda-arrow-dark-start.svg") no-repeat;
	width: 96px;
	height: 32px;
	position: relative;
	top: 4px;
	left: 1px;
}
.page-awards-ceremony .agenda-list .section-end.r-dark .left .bg {
	background: url("../images/section-agenda-arrow-dark-end.svg") no-repeat;
	width: 96px;
	height: 40px;
	position: relative;
	top: -4px;
}
.ie.page-awards-ceremony .agenda-list .section-end.r-dark .left .bg {
	top: -10px;
}
.page-awards-ceremony .agenda-list .section-row {
	clear: both;
	display: table-row;
}
.page-awards-ceremony .agenda-list .section-row .left {
	display: table-cell;
	width: 96px;
	height: 100%;
	position: relative;
	vertical-align: middle;
}

.page-awards-ceremony .agenda-list .section-row .bar {
	display: inline-block;
	margin: -3px auto 0 auto;
	z-index: 1;
	position: relative;
}
.page-awards-ceremony .agenda-list .section-row .left .bar-line {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 6px;
}
.page-awards-ceremony .agenda-list .section-row .left .bar-line-content {
	display: inline-block;
	width: 6px;
	height: 100%;
	background: #fff;
	border-left: 2px solid #8709f7;
	border-right: 2px solid #8709f7;
	margin: 0 1px;
	z-index: 2;
	position: relative;
}
.page-awards-ceremony .agenda-list .section-row .left .bar-line-shadow {
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8) !important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8) !important;
	box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8) !important;
}

.page-awards-ceremony .agenda-list .section-row.r-light .left .bar-line-content {
	border-left: 2px solid #ff2f2c;
	border-right: 2px solid #ff2f2c;	
}

.page-awards-ceremony .agenda-list .section-row.r-light .left .bar-line-shadow {
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(242,56,56,1) !important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(242,56,56,1) !important;
	box-shadow: 0px 0px 30px 2px rgba(242,56,56,1) !important;
}


.page-awards-ceremony .agenda-list .section-row .left .text {
	display: inline-block;
	width: 94%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 12px #fff, 0 0 18px rgba(50,144,250,0.8);
}

.ie.page-awards-ceremony .agenda-list .section-row .left .text {
	width: 90%;
}	

.page-awards-ceremony .agenda-list .section-row.r-light .left .text {
	text-shadow: 0 0 12px #fff, 0 0 18px rgba(242,56,56,0.8);
}

.page-awards-ceremony .agenda-list .right {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding-left: 4%;
	vertical-align: middle;
}

.page-awards-ceremony .agenda-list .right .content {
	vertical-align: middle;
	text-align: left;
	padding: 0px;
}
.page-awards-ceremony .agenda-list .right .content .line {
	display: block;
	background: rgba(255,255,255,0.6);
	/*height: 1px;*/
	height: 0;
	width: 100%;
}
.page-awards-ceremony .agenda-list .right .content .title {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	display: inline-block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 4px 12px;
	line-height: 1.1;
}
.page-awards-ceremony .agenda-list .section-title .left {
	width: 0;
}
.page-awards-ceremony .agenda-list .section-title .right .content .title {
	color: #ff00a2;
	font-weight: bold;
	position: relative;
	left: -132px;
	font-size: 20px;
	text-transform: uppercase;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 24px 0 0 0;
	margin-top: 40px;
	margin-bottom: 20px;
	
}
.page-awards-ceremony .agenda-list .section-title .right .content .sub-title {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}
.page-awards-ceremony .agenda-list .right .desc {
	font-size: 12px;
	color: #ffffff;	
	padding-top: 20px;
}
.page-awards-ceremony .agenda-list .right .desc.no-padding-top {
	padding-top: 0px;
}
.page-awards-ceremony .agenda-list .right .desc .person {
	display: block;
	padding-bottom: 12px;
	clear: both;
}
.page-awards-ceremony .agenda-list .right .desc .person .photo {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 6px solid #fff;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.page-awards-ceremony .agenda-list .right .desc .person .photo img {
	width: 100%;
}
.page-awards-ceremony .agenda-list .right .desc .person .photo.blank {
	background: #dddddd;
	height: 92px;
}
.page-awards-ceremony .agenda-list .right .desc .person .person-info {
	position: relative;
}
.page-awards-ceremony .agenda-list .right .desc .person .person-name {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}
.page-awards-ceremony .agenda-list .right .desc .person .person-title {
	font-size: 12px;
	color: #ffffff;
	display: block;
}

.page-awards-ceremony .agenda-list .right .desc .person .person-topic {
	font-size: 17px;
	font-style: italic;
	color: #ffffff;
	display: block;
	padding-top: 18px;
}

.page-awards-ceremony .agenda-list .right .keynote-speaker .title {
	font-weight: bold;
	color: #fffc40;
	text-transform: uppercase;
	font-size: 16px;
}

.page-awards-ceremony .agenda-list .right .keynote-speaker .desc .person .photo {
	width: 120px;
}

.page-awards-ceremony .agenda-list .right .keynote-speaker .desc .person .person-title {
	font-size: 13px;
}

.page-awards-ceremony .agenda-list .right .keynote-speaker .desc .person .person-name {
	font-size: 18px;
}

.page-awards-ceremony .agenda-list .right .keynote-speaker .desc .person .person-topic {
	font-size: 20px;
}

.page-awards-ceremony .agenda-list .row-break .right .title {
	display: block;
	font-weight: bold;
	color: #ccf4fc;
	border-top: 1px solid rgba(204,244,252,0.6);
	border-bottom: 1px solid rgba(204,244,252,0.6);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 12px;
	text-align: center;
	position: relative;
	left: -130px;
	margin: 30px 0 0 0;
	width: 140%;
	max-width: 992px;
	font-size: 16px;
	text-shadow: 0 0 12px #fff, 0 0 24px rgba(255,255,255,0.4);
}

.page-awards-ceremony .agenda-list .right .content .title.speech-n-sharing {
	font-weight: bold;
	color: #fffc40;
	text-transform: uppercase;
}

.page-awards-ceremony .gallery .sec-title {
	font-size: 24px;
	font-weight: bold;
	color: #ff00a2;
	text-transform: uppercase;
}

.page-awards-ceremony .gallery .fotorama {
	margin-top: 40px;
	margin-bottom: 80px;
}

.page-awards-ceremony .gallery .fotorama__wrap {
	width: 100% !important;
	height: 100% !important;
}

.page-awards-ceremony .gallery .fotorama__caption__wrap{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	margin: 0 auto;
	text-align: left;
}

.page-awards-ceremony .gallery .fotorama__nav-wrap{
	margin-top: 10px;
}

.page-awards-ceremony .gallery .fotorama__thumb-border{
	border-color: #ffff00;
}

.page-awards-ceremony .gallery .container .container-wrapper {
	border-top: 1px solid #ffff00;
	padding-top: 38px;
	margin: 0 auto;
}


.page-winner-list .sub-categores-content {
	margin: 58px 0;
}
.page-winner-list  .sub-category {
	display: block;
	padding: 0 15px 80px 15px;
	text-align: center;
}
.page-winner-list .sub-categories-title {
    color: #fffc40;
    font-size: 25px;
    font-weight: 600;
}
.page-winner-list .sub-category-title {
	display: table;
	margin: 0 auto 44px auto;
	text-align: left;
}
.page-winner-list .sub-category .light {
	display: table-cell;
	vertical-align: top;
	width: 7px;
	height: 66px;
	background: #fff;
	border: 2px solid #f9ff6c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 2px rgba(247,247,82,1);
}
.page-winner-list .sub-category .title {
	display: table-cell;
	vertical-align: middle;
	color:
	#fff;
	text-align: title;
	font-size: 20px;
	padding-left: 22px;
}
.page-winner-list .category-2 .sub-categories-title {
	color: #d84191;
}
.page-winner-list .category-single .sub-categories-title {
	color: #67ffff;
}
.page-winner-list .sub-category .title-text.in {
	text-decoration: underline;
}
.page-winner-list .sub-category .title  .title-desc {
	margin-top: 14px;
}
.page-winner-list .sub-category .title:focus,
.page-winner-list .sub-category .title:hover {
	text-decoration: none;
}
.page-winner-list .sub-category .title:focus .title-text,
.page-winner-list .sub-category .title:hover .title-text {
	text-decoration: underline;
}
.page-winner-list .sub-category .title:focus .title-desc,
.page-winner-list .sub-category .title:hover .title-desc {
	text-decoration: none;
}
.page-winner-list .category-2 .sub-category .light {
	border: 2px solid #d84191;
	box-shadow: 0px 0px 16px 2px rgba(216,65,145,1);
}
.page-winner-list .category-single .sub-category .light {
	border: 2px solid #67ffff;
	box-shadow: 0px 0px 16px 2px rgba(103,255,255,1);
}

.page-winner-list .winner-company-list {
	display: inline-block;
	padding-left: 0;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.page-winner-list .winner-company.champion {
	max-width: none;
	width: 100%;
	height: 280px;
	padding: 30px;
	max-width: 600px;
	margin: 0 auto 66px auto;
	float: none;
	display: inline-block;
}

.page-winner-list .winner-company.champion .logo {
	width: 45%;
	height: 100%;
	float: left;
	padding: 20px;
}

.page-winner-list .winner-company.champion .content {
	display: block;
	width: 55%;
	float: left;
	padding-top: 20px;
	padding-left: 24px;
}

.page-winner-list .winner-company.champion .award-cat {
	font-size: 35px;
}

.page-winner-list .winner-company.champion .company-name {
	font-size: 20px;
	padding: 5px 0 10px 0;
	max-width: 250px;
	margin: 0 auto;
}

.page-winner-list .winner-company {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	width: 270px;
	height: 360px;
	padding: 30px;
	margin: 0 24px 30px 24px;
	position: relative;
    border: 2px solid #fff920;
	background: rgba(255,249,32,0.15);
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
}

.page-winner-list .winner-company:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 5px solid #ffffff;
}
.page-winner-list .winner-company:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff920;
}

.page-winner-list .winner-company .content {
	padding-top: 12px;
}

.page-winner-list .winner-company .award-cat {
	font-size: 20px;
}

.page-winner-list .winner-company .company-name {
	font-size: 18px;
}

.page-winner-list .winner-company .logo {
	display:table;
	width:100%;
	height:60%;
	background:#ffffff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
}

.page-winner-list .winner-company .logo .logo-wrapper {
	display:table-cell;
	vertical-align:middle;
}

.page-winner-list .winner-company .logo .logo-wrapper img {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
}

.page-winner-list .winner-company .logo .logo-wrapper img.img-vertical {
	width: auto;
	height: 110px;
}

.page-winner-list .winner-company .company-name {
	display: block;
	color: #fff;
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
	text-align: center;
	padding: 5px 0 10px 0;
	height: 21%;
	margin: 4px 0;
	font-size: 15px;
	overflow: hidden;
	word-wrap: break-word;
}


.page-timeline .main-timeline{
    position: relative;
	margin: 68px 0 100px 0;
	visibility: hidden;
}
.page-timeline .main-timeline .event{
    width: 50%;
    z-index: 1;
    position: relative;
	display: block;
	margin-left: -18px;
}
.page-timeline .main-timeline .event-wrapper {
	display: table;
	position: relative;
	width: 100%;
}
.page-timeline .main-timeline .event-wrapper .content-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.page-timeline .main-timeline .event:nth-child(even){ left: 50%; }
.page-timeline .main-timeline .event.event-start {
	margin-bottom: 4.6%;
}
.page-timeline .main-timeline .event:last-child:before { height: 0; }

.page-timeline .main-timeline .event-bar {
    width: 36px;
	position: relative;
    margin: auto;
    z-index: 10;
	line-height: 0;
	position: absolute;
	position: relative;
	right: -36px;
	margin: auto;
	float: right;
}
.page-timeline .main-timeline .event:nth-child(even) .event-bar {
	right: auto;
	float: left;
}
.page-timeline .main-timeline .event-bar .circle {
	display: inline-block;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	border: 2px solid #8709f7;
	z-index: 10;
	position: relative;
	margin-top: -3px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(111,13,179,1!important);
}
.page-timeline .main-timeline .event-bar .circle:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}
.page-timeline .main-timeline .event-bar .circle:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #8709f7;
}



.page-timeline .main-timeline .d1 .event-bar .circle {
	border: 2px solid #5bdaff;
	-webkit-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
}
.page-timeline .main-timeline .d1 .event-bar .circle:after {
	border: 2px solid #5bdaff;
	-webkit-box-shadow: 0px 0px 24px 2px rgba(94,143,207,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(94,143,207,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(94,143,207,0.8)!important;
}
.page-timeline .main-timeline .d2 .event-bar .circle {
	border: 2px solid #23daff;
	-webkit-box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8)!important;
}
.page-timeline .main-timeline .d2 .event-bar .circle:after {
	border: 2px solid #23daff;
}
.page-timeline .main-timeline .d3 .event-bar .circle {
	border: 2px solid #f0ff32;
	-webkit-box-shadow: 0px 0px 24px 2px rgba(240,255,50,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(240,255,50,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(240,255,50,0.8)!important;
}
.page-timeline .main-timeline .d3 .event-bar .circle:after {
	border: 2px solid #f0ff32;
}
.page-timeline .main-timeline .d4 .event-bar .circle {
	border: 2px solid #fff920;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1)!important;
}
.page-timeline .main-timeline .d4 .event-bar .circle:after {
	border: 2px solid #fff920;
}
.page-timeline .main-timeline .d5 .event-bar .circle {
	border: 2px solid #ff2f2c;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(242,56,56,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(242,56,56,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(242,56,56,1)!important;
}
.page-timeline .main-timeline .d5 .event-bar .circle:after {
	border: 2px solid #ff2f2c;
}
.page-timeline .main-timeline .d6 .event-bar .circle {
	border: 2px solid #ff27dc;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(237,55,159,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(237,55,159,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(237,55,159,1)!important;
}
.page-timeline .main-timeline .d6 .event-bar .circle:after {
	border: 2px solid #ff27dc;
}
.page-timeline .main-timeline .d7 .event-bar .circle {
	border: 2px solid #5be0ff;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(75,98,234,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(75,98,234,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(75,98,234,1)!important;
}
.page-timeline .main-timeline .d7 .event-bar .circle:after {
	border: 2px solid #5be0ff;
}
.page-timeline .main-timeline .event-bar .bar {
	display: inline-block;
	margin: -3px auto 0 auto;
	z-index: 1;
	position: relative;
}
.page-timeline .main-timeline .event-bar .bar-line {
	position: relative;
	display: inline-block;
}
.page-timeline .main-timeline .event-bar .bar-line-content {
	display: inline-block;
	width: 6px;
	height: 88px;
	background: #fff;
	border-left: 2px solid #8709f7;
	border-right: 2px solid #8709f7;
	margin: 0 1px;
	z-index: 2;
	position: relative;
}

.page-timeline .main-timeline .d1 .event-bar .bar-line-content {
	border: 2px solid #5bdaff;
}
.page-timeline .main-timeline .d2 .event-bar .bar-line-content {
	border: 2px solid #23daff;
}
.page-timeline .main-timeline .d3 .event-bar .bar-line-content {
	border: 2px solid #fcff69;
}
.page-timeline .main-timeline .d4 .event-bar .bar-line-content {
	border: 2px solid #ffff2b;
}
.page-timeline .main-timeline .d5 .event-bar .bar-line-content {
	border: 2px solid #ff2f2c;
}
.page-timeline .main-timeline .d6 .event-bar .bar-line-content {
	border: 2px solid #ff27dc;
}
.page-timeline .main-timeline .d7 .event-bar .bar-line-content {
	border: 2px solid #5be0ff;
}
.page-timeline .main-timeline .event-bar .bar-line-shadow {
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
}
.page-timeline .main-timeline .d1 .event-bar .bar-line-shadow  {
	-webkit-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(50,144,250,0.8)!important;
}
.page-timeline .main-timeline .d2 .event-bar .bar-line-shadow  {
	-webkit-box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8)!important;
}
.page-timeline .main-timeline .d3 .event-bar .bar-line-shadow  {
	-webkit-box-shadow: 0px 0px 24px 2px rgba(240,255,50,0.8)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(240,255,50,0.8)!important;
	box-shadow: 0px 0px 24px 2px rgba(240,255,50,0.8)!important;
}
.page-timeline .main-timeline .d4 .event-bar .bar-line-shadow  {
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1)!important;
}
.page-timeline .main-timeline .d5 .event-bar .bar-line-shadow  {
	-webkit-box-shadow: 0px 0px 30px 2px rgba(242,56,56,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(242,56,56,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(242,56,56,1)!important;
}
.page-timeline .main-timeline .d6 .event-bar .bar-line-shadow  {
	-webkit-box-shadow: 0px 0px 30px 2px rgba(237,55,159,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(237,55,159,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(237,55,159,1)!important;
}
.page-timeline .main-timeline .d7 .event-bar .bar-line-shadow  {
	-webkit-box-shadow: 0px 0px 30px 2px rgba(75,98,234,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(75,98,234,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(75,98,234,1)!important;
}

.page-timeline .main-timeline .event-icon {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: auto;
	margin-top: -48px;
	left: 34px;
}
.page-timeline .main-timeline .event:nth-child(odd) .event-icon {
	left: auto;
	right: -2px;
}

.page-timeline .main-timeline .event .event-icon .line{
    display: block;
	width: 38px;
    text-align: right;
    border-bottom: 8px solid #fff;
    position: relative;
	z-index: 2;
}
.page-timeline .main-timeline .event .event-icon .line:before {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #8709f7;
}
.page-timeline .main-timeline .event .event-icon .line:after {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 7px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #8709f7;
}
.page-timeline .main-timeline .event:nth-child(odd) .event-icon .line {
	position: absolute;
	right: 1px;
}
.page-timeline .main-timeline .d1 .event-icon .line:before,
.page-timeline .main-timeline .d1 .event-icon .line:after {
	border: 1px solid #5bdaff;
}
.page-timeline .main-timeline .d2 .event-icon .line:before,
.page-timeline .main-timeline .d2 .event-icon .line:after {
	border: 1px solid #23daff;
}
.page-timeline .main-timeline .d3 .event-icon .line:before,
.page-timeline .main-timeline .d3 .event-icon .line:after {
	border: 1px solid #f0ff32;
}
.page-timeline .main-timeline .d4 .event-icon .line:before,
.page-timeline .main-timeline .d4 .event-icon .line:after {
	border: 1px solid #fff920;
}
.page-timeline .main-timeline .d5 .event-icon .line:before,
.page-timeline .main-timeline .d5 .event-icon .line:after {
	border: 1px solid #ff2f2c;
}
.page-timeline .main-timeline .d6 .event-icon .line:before,
.page-timeline .main-timeline .d6 .event-icon .line:after {
	border: 1px solid #ff27dc;
}
.page-timeline .main-timeline .d7 .event-icon .line:before,
.page-timeline .main-timeline .d7 .event-icon .line:after {
	border: 1px solid #5be0ff;
}

.page-timeline .main-timeline .event .event-icon .icon {
	display: block;
	width: 180px;
	height: 178px;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 10px;
	z-index: 3;
}
.page-timeline .main-timeline .event:nth-child(odd) .event-icon .icon {
	top: 0;
	left: auto;
	right: 7px;
	z-index: 3;
	position: relative;
}
.page-timeline .main-timeline .event.d1 .event-icon .icon {
	background: url("../images/timeline-icon-d1.png");
	background-size: 180px 178px;
}
.page-timeline .main-timeline .event.d2 .event-icon .icon {
	background: url("../images/timeline-icon-d2.png");
	background-size: 180px 178px;
}
.page-timeline .main-timeline .event.d3 .event-icon .icon {
	background: url("../images/timeline-icon-d3.png");
	background-size: 180px 178px;
}
.page-timeline .main-timeline .event.d4 .event-icon .icon {
	background: url("../images/timeline-icon-d4.png");
	background-size: 180px 178px;
}
.page-timeline .main-timeline .event.d5 .event-icon .icon {
	background: url("../images/timeline-icon-d5.png");
	background-size: 180px 178px;
}
.page-timeline .main-timeline .event.d6 .event-icon .icon {
	background: url("../images/timeline-icon-d6.png");
	background-size: 180px 178px;
}
.page-timeline .main-timeline .event.d7 .event-icon .icon {
	background: url("../images/timeline-icon-d7.png");
	background-size: 180px 178px;
}

.page-timeline .main-timeline .event-content {
    padding: 0;
	display: table;
    text-align: right;
    position: absolute;
	text-align: left;
	padding-left: 222px;
	top: -45px;
	height: 100%;
    z-index: 6;
}
.ios.page-timeline .main-timeline .event-content,
.chrome.page-timeline .main-timeline .event-content {
	height: 178px;
    margin-top: -78px;
	top: 0;
}

.page-timeline .main-timeline .event:last-child .event-content:before,
.page-timeline .main-timeline .event:last-child .event-content:after {
    width: 0;
    height: 0;
}
.page-timeline .main-timeline .event:nth-child(odd) .event-content {
	text-align: right;
	padding-left: 0;
	padding-right: 187px;
	right: 0;
}
.page-timeline .main-timeline .event-content .date {
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
:lang(chi) .page-timeline .main-timeline .event-content .date {
	font-family: 'Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-timeline .main-timeline .event.d1 .event-content .date {
	color: #a7dbec;
}
.page-timeline .main-timeline .event.d2 .event-content .date {
	color: #67ffff;
}
.page-timeline .main-timeline .event.d3 .event-content .date {
	color: #fcff69;
}
.page-timeline .main-timeline .event.d4 .event-content .date {
	color: #fffc32;
}
.page-timeline .main-timeline .event.d5 .event-content .date {
	color: #ff817c;
}
.page-timeline .main-timeline .event.d6 .event-content .date {
	color: #ff71ff;
}
.page-timeline .main-timeline .event.d7 .event-content .date {
	color: #a8fcff;
}
.page-timeline .main-timeline .event-content .event-title {
    font-size: 15px;
    color: #fff;
    margin-top: 0;
	position: relative;
}
:lang(chi) .page-timeline .main-timeline .event-content .event-title {
	font-family: 'Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-timeline .main-timeline .event-content .event-title.title-highlight {
	display: inline-block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 2px 12px;
	text-align: center;
}
.page-timeline .main-timeline .event.d1 .event-content .event-title.title-highlight {
	background: #a7dbec;
}
.page-timeline .main-timeline .event.d2 .event-content .event-title.title-highlight {
	background: #67ffff;
}
.page-timeline .main-timeline .event.d3 .event-content .event-title.title-highlight {
	background: #fcff69;
	color: #373737;
	width: 143px;
}
.page-timeline .main-timeline .event.d4 .event-content .event-title.title-highlight {
	background: #fffc32;
	color: #373737;
	width: 168px;
}
.page-timeline .main-timeline .event.d5 .event-content .event-title.title-highlight {
	background: #ff817c;
	width: 178px;
}
.page-timeline .main-timeline .event.d6 .event-content .event-title.title-highlight {
	background: #ff71ff;
	width: 222px;
}
.page-timeline .main-timeline .event.d7 .event-content .event-title.title-highlight {
	background: #a8fcff;
}
.page-timeline .main-timeline .event .event-content .event-desc {
	padding-top: 7px;
	color: #fff;
	width: 184px;
}
.page-timeline .main-timeline .event.d3 .event-content .event-desc {
	width: 148px;
}
.page-timeline .main-timeline .event.d4 .event-content .event-desc {
	width: 168px;
}
.page-timeline .main-timeline .event.d6 .event-content .event-desc {
	width: 184px;
}
.page-timeline .main-timeline .event .text {
	color: #fce100;
	z-index: 2;
	position: relative;
}
.page-timeline .main-timeline .event .highlight-line {
	z-index: 1;
}
.page-timeline .main-timeline .event.d3 .highlight-line {
	display: none;
	/*display: inline-block;*/
	width: 94px;
	height: 10px;
	background: url("../images/timeline-green-highlight.png") no-repeat;
	background-size: 94px 10px;
	position: absolute;
	bottom: -4px;
	left: 0;
}
.page-timeline .main-timeline .event.d6 .highlight-line {
	display: none;
	/*display: inline-block;*/
	width: 89px;
	height: 10px;
	background: url("../images/timeline-d6-highlight.png") no-repeat;
	background-size: 89px 10px;
	position: absolute;
	bottom: -3px;
	right: -5px;
}
.page-timeline .main-timeline .event-content .event-desc p {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	position: relative;
	margin-bottom: 4px;
}
:lang(chi) .page-timeline .main-timeline .event-content .event-desc p {
	font-family: 'Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}

.page-judging-process .rounds {
	display: block;
	margin-bottom: 44px;
}

.page-judging-process .rounds .round .round-img {
	display: inline-block;
	width: 100%;
	max-width: 810px;
	margin: 0 auto 44px auto;
	color: #fff;
}

.page-judging-process .rounds .round .round-img-sm {
	display: none;
	color: #fff;
}


/*modal-cere-speakers-details */
.modal-cere-speakers-details {
	padding-left: 0!important;
	padding-right: 0!important;
}
.modal-cere-speakers-details .modal-dialog {
	max-width: 500px;
	margin-top: 15px;
}
.modal-cere-speakers-details .modal-body {
	padding-top: 0;
}
.modal-cere-speakers-details .photo {
	display: block;
	text-align: center;
}
.modal-cere-speakers-details .photo.blank {
	background: #dddddd;
	position: relative;
	padding-bottom: 100%;
}
.modal-cere-speakers-details .photo img {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
.modal-cere-speakers-details .cere-speakers-details {
	display: block;
	height: auto;
	text-align: left;
	max-width: 360px;
	margin: 0 auto;
}
.modal-cere-speakers-details .cere-speakers-details .eng-name {
	display: block;
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, PMingLiU, MingLiU, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #3b0072;
	line-height: 1;
	padding: 10px 0 4px 0;
}
.modal-cere-speakers-details .cere-speakers-details .job-title {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 1.3;
	padding-bottom: 26px;
}
.modal-cere-speakers-details .cere-speakers-details .job-desc {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 1.3;
	padding-bottom: 50px;
	text-align: justify;
}
.modal-cere-speakers-details .cere-speakers-details .job-desc ul {
	padding-top: 12px;
	padding-left: 12px;
}
.modal-cere-speakers-details .cere-speakers-details .job-desc ul.no-p-top {
	padding-top: 0;
}

.modal-cere-speakers-details .cere-speakers-details .job-desc ol  {
	padding-top: 12px;
	padding-left: 24px;
}


/*modal-judge-details */
.modal-judge-details {
	padding-left: 0!important;
	padding-right: 0!important;
}
.modal-judge-details .modal-dialog {
	max-width: 500px;
	margin-top: 15px;
}
.modal-judge-details .modal-body {
	padding-top: 0;
}
.modal-judge-details .photo {
	display: block;
	text-align: center;
}
.modal-judge-details .photo.blank {
	background: #dddddd;
	position: relative;
	padding-bottom: 100%;
}
.modal-judge-details .photo img {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
.modal-judge-details .judge-details {
	display: block;
	height: auto;
	text-align: left;
	max-width: 360px;
	margin: 0 auto;
}
.modal-judge-details .judge-details .eng-name {
	display: block;
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, PMingLiU, MingLiU, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #3b0072;
	line-height: 1;
	padding: 10px 0 4px 0;
}
.modal-judge-details .judge-details .job-title {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 1.3;
	padding-bottom: 26px;
}
.modal-judge-details .judge-details .job-desc {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 1.3;
	padding-bottom: 50px;
	text-align: justify;
}
.modal-judge-details .judge-details .job-desc ul {
	padding-top: 12px;
	padding-left: 12px;
}
.modal-judge-details .judge-details .job-desc ol  {
	padding-top: 12px;
	padding-left: 24px;
}

.page-judges  .body-container .bg-bottom {
	padding-bottom: 40% !important;
}

.page-judges .judges {
	display: inline-block;
	padding-left: 0;
	max-width: 700px;
	margin: 0 auto 80px auto;
}
.page-judges .judge-list {
	padding: 0;
	margin: 0;
}
.page-judges .judge {
	display: inline-table;
	/*display: inline-block;*/
	margin-bottom: 63px;
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
}
.page-judges .judge .photo {
	display: inline-block;
	cursor: pointer;
	width: 183px;
	height: 183px;
	border: 10px solid #fff;
	margin: 0 auto;
	background: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.page-judges .judge .name {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}
.page-judges .judge .job-title {
	font-size: 13px;
	text-align: center;
	margin-top: 2px;
	color: #fff;
}


.page-browse-by-year  .body-container .bg-bottom {
	padding-bottom: 40% !important;
}

.page-browse-by-year .browse-by-year-list {
	display:inline-block;
    text-align: center;
    padding-left: 16px;
    color: #ffffff;
	list-style-type: none;
	padding-left: 0;
	max-width: 800px;
	width: 100%;
	margin: 44px auto 120px auto;
}
.page-browse-by-year .browse-by-year-list .per-year {
    padding-bottom: 32px;
	display: inline-block;
	width: 49%;
	min-width: 300px;
	max-width: 400px;
	min-height: 140px;
}
.page-browse-by-year .browse-by-year-list .per-year a,
.page-browse-by-year .browse-by-year-list .per-year a:hover {
	text-decoration: none;
}
.page-browse-by-year .browse-by-year-list .per-year .icon {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	background: url("../images/browse-by-year-icon-sprite.png") no-repeat;
	background-size: 48px 101px;
	background-position: 0px -1px;
}
.page-browse-by-year .browse-by-year-list .per-year:hover .icon {
	text-decoration: none;
}
.page-browse-by-year .browse-by-year-list .per-year .text {
	display: inline-block;
	vertical-align: middle;
	 color: #ffffff;
    font-size: 21px;
	padding-left: 8px;
}
.page-browse-by-year .browse-by-year-list .per-year:hover .text {
	text-decoration: underline;
}

.page-enquiries   .body-container .bg-bottom {
	padding-bottom: 40% !important;
}

.page-enquiries .enquiries {
	padding-left: 0;
}
.page-enquiries .enquiry {
	display: inline-block;
	padding: 44px 0 120px 0;
	color: #fff;
	min-width: 320px;
	max-width: 400px;
	min-height: 140px;
}
.page-enquiries .enquiry a {
	color: #fff;
}
.page-enquiries .enquiry .fa {
	font-size: 50px;
}
.page-enquiries .enquiry .text {
	display: block;
	padding-top: 16px;
	font-size: 21px;
	font-family: Arial,PMingLiU,MingLiU,Helvetica,sans-serif;
}
.page-enquiries .enquiry .text .title {
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding-bottom: 6px;
}

.follow-us .text,
.copyright {
	font-family: Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}


.section-event-banner-ad {
	display:none;
	background: #fff;
	margin-top: 0;
}	


/*Nominate Form */
.page-eform {
	padding-top: 60px;
	background: #17051d;
	min-height: 100%;
}
.mobile.page-eform {
	padding-top: 60px;
	background: #17051d;
	min-height: 100%;
}
:lang(chi) .page-eform .btn {
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}

.page-eform footer {
	display: block;
	background: transparent;
	color: #ffffff;
	padding: 12px 0;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-eform footer .container {
	text-align: center;
}
.page-eform footer .container-wrapper {
	display: inline-block;
	margin: 0 auto;
}
.page-eform footer .title {
	font-weight: bold;
	display: inline-block;
	padding-right: 28px;
}
.page-eform footer .enquiries {
	display: inline-block;
}
.page-eform footer .enquiries .enquiry {
	display: inline-block;
	padding: 0 8px;
}
.page-eform footer .enquiries .enquiry .fa,
.page-eform footer .enquiries .enquiry a {
	color: #fff;
}
.page-eform footer .enquiry .content {
	font-size: 13px;
	padding-left: 6px;
	font-family: Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-eform footer.fixed {
	position: fixed;
}
.page-eform section:before { 
	height: 60px; 
}
.page-eform .email {
	text-decoration: none;
}
.page-eform .section {
	padding: 0 0 40px 0;
	margin-top: -20px;
}

.page-eform .modal ul {
	padding-top: 0;
}
.page-eform .modal.modal-company-details .modal-dialog {
	width: 100%;
	max-width: 992px;
	padding: 0 15px;
	margin-top: 20px;
	margin-bottom: 0;
}
.page-eform .modal.modal-company-details .modal-content {
	height: 600px;
	height: 96vh;
	margin-bottom: 0;
}
.page-eform .modal.modal-company-details .nav-pills {
	padding-left: 0;
	border-bottom: 1px solid #a3dde0;
}
.page-eform .modal.modal-company-details .nav-pills > li.active > a { 
	background: transparent;
	color: #fff;
	border-bottom: 4px solid #60daff;
	padding: 1px 0;
	border-radius: 0;
	text-shadow: 0 0 4px rgba(255,255,205,0.8), 0 0 10px rgba(96,218,205,0.6), 0 0 14px rgba(96,218,205,0.2);
	
}
.page-eform .modal.modal-company-details .browser-not-support-msg {
	display: inline-block;
	max-width: 460px;
	margin: 0 auto 44px auto;
}
.page-eform .modal.modal-company-details .nav-pills > li > a { 
	background: transparent;
	color: #fff;
	border-bottom: 4px solid transparent;
	padding: 1px 0;
	border-radius: 0;
	margin: 0 20px 12px 0;
	font-size: 18px;
}
.page-eform .modal.modal-company-details .nav-pills > li > a:hover {
	text-decoration: none;
	border-bottom: 4px solid #60daff;
	text-shadow: 0 0 4px rgba(255,255,205,0.8), 0 0 10px rgba(96,218,205,0.6), 0 0 14px rgba(96,218,205,0.2);
}

.page-eform .modal.modal-company-details .row {
	margin: 0 0 20px 0;
}
.page-eform .modal.modal-company-details.in .modal-body {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.page-eform .modal.modal-company-details .tab-content {
	height: 92%;
	margin-top: 20px;
	position: relative;
}
.page-eform .modal.modal-company-details .mCSB_container {
	margin-right: 20px;
	margin-bottom: 20px;
}
.page-eform .modal.modal-company-details .mCS_no_scrollbar .mCSB_container {
	margin-right: 0;
}
.page-eform .modal.modal-company-details #pills-award-info {
	position: relative;
	width: 100%;
	height: 100%;
}
.page-eform .modal.modal-company-details .tab-pane {
	height: 100%;
	margin-top: 10px;
}
.page-eform .modal.modal-company-details-guideline .tab-pane {
	height: 100%;
	margin-top: 10px;
}
.ie.page-eform .modal.modal-company-details-guideline .tab-pane {
	height: 94%;
}
.ios.page-eform .modal.modal-company-details-guideline .tab-pane {
	height: 90%;
}
.page-eform .modal.modal-company-details .row.award-info {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.page-eform .modal.modal-company-details ul ul,
.page-eform .modal.modal-company-details ul ol,
.page-eform .modal.modal-company-details ol ol,
.page-eform .modal.modal-company-details ol ul {
	padding-bottom: 0;
}
.page-eform .modal .modal-body .alert {
	display:none;
	padding: 6px 15px;
	margin: 10px 0 0 0;
	background: transparent;
	color: #ffff00;
	border: 0;
	text-align: left;
	padding: 0;
}
.page-eform .modal-footer,
.page-eform .modal-header {
	z-index: 10;
	position: relative;
}
.page-eform .modal-body {
	padding-bottom: 7px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 85%;
	z-index: 10;
}
.page-nominate .alert-save-success {
	margin-top:12px;
}
.page-nominate .form-upload .page-form.form-step .btn-upload {
	display: inline-block;
}
.page-nominate #modal-upload-company-logo .modal-header .modal-title  {
	text-align: left;
}
.page-nominate .modal-pdf-file .modal-header .modal-title {
	max-width: 300px;
	text-align: left;
}
.page-nominate #modal-upload-company-logo.modal.in .modal-dialog,
.page-nominate #modal-upload-file.modal.in .modal-dialog {
    height: auto;
}
.page-nominate #modal-upload-company-logo .modal-body,
.page-nominate .modal-pdf-file .modal-body {
    padding: 22px 0;
}
.page-nominate #modal-upload-company-logo .modal-footer,
.page-nominate .modal-pdf-file .modal-footer {
	border-color: #a3dde0;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}
.page-nominate #modal-upload-company-logo .modal-footer .btn,
.page-nominate .modal-pdf-file .modal-footer .btn {
	position: relative;
    border: 2px solid #9c08ff!important;
	font-weight: bold;
	background: transparent;
	color: #fff;
	font-size: 13px;
	padding: 12px;
	margin: 10px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(111,13,179,1!important);
	text-shadow: 0 0 8px #9c08ff, 0 0 12px #9c08ff,0 0 24px rgba(156,8,255,0.4)!important;
}
.page-nominate #modal-upload-company-logo .modal-footer .btn:before,
.page-nominate .modal-pdf-file .modal-footer .btn:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 6px solid #ffffff;
}
.page-nominate #modal-upload-company-logo .modal-footer .btn:after,
.page-nominate .modal-pdf-file .modal-footer .btn:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 2px solid #9c08ff;
}
.page-nominate #modal-upload-company-logo .modal-footer .btn:focus,
.page-nominate .modal-pdf-file .modal-footer .btn:focus,
.page-nominate #modal-upload-company-logo .modal-footer .btn:hover,
.page-nominate .modal-pdf-file .modal-footer .btn:hover {
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}


.page-nominate .bootstrap-filestyle .btn-primary {
	margin: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page-nominate .form-upload .bootstrap-filestyle  .form-control[disabled], 
.page-nominate .form-upload .bootstrap-filestyle  .form-control[readonly] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #a3dde0;
	height: 46px;
	margin: 0 4px 0 16px;
	padding-left: 0;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}


.page-nominate .modal.in .modal-dialog {
	height: 90%;
}
.page-nominate .modal .bootstrap-filestyle {
	padding-bottom: 8px;
}
.page-nominate #modal-preview-logo .modal-body {
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
}
.page-nominate #modal-preview-logo .modal-content {
	height: auto;
}
.page-nominate #modal-preview-logo .modal-footer {
	text-align: center;
}


.page-eform .modal-submit-text-alert {
	padding: 0 15px !important;
}
.page-eform .modal-company-details {
	color: #13558C;
}
.page-eform .modal-company-details .company-desc {
	word-wrap: break-word;
}
.page-eform .modal-company-details .company-desc.no-value {
	color: #aaa;
}
.page-eform .modal-company-details .no-value.logo-wrapper .logo {
	border: 2px dashed #999;
	padding: 40px;
	text-align: center;
	color: #aaa;
	margin-bottom: 0;
	font-size: 16px;
}

.page-eform .modal-company-details .btn-company-profile-more {
	font-size: 18px;
	padding: 12px 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.page-eform .modal-company-details .no-value.company-video {
	border: 2px dashed #999;
	padding: 0;
	text-align: center;
	color: #aaa;
	margin-bottom: 0;
	font-size: 16px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.page-eform .modal-company-details .no-value.company-video .video {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
}
.page-eform .modal-company-details .no-value.award-info {
	border: 2px dashed #999;
	padding: 10px;
	text-align: center;
	color: #aaa;
	margin-bottom: 0;
	font-size: 16px;
	position: relative;
	height: 0;
}
.page-eform .modal-company-details-guideline .modal-body {
	overflow: hidden;
}
.page-eform .modal-company-details .row.no-value.award-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}	

.df-body-fullscreen .df-container.df-fullscreen {
	background: rgba(58,41,30,0.9)!important;
}

.ios.df-body-fullscreen.modal-open .modal-company-details{
	overflow: hidden;
}

.ios.df-body-fullscreen.page-eform .modal-company-details .close {
	z-index: -1;
}

.ios.df-body-fullscreen.page-eform .modal-company-details .nav-pills {
	position: relative;
	z-index: -1;
}

.ios.df-body-fullscreen.page-eform .modal-company-details .modal-dialog {
	margin-top: 0;
	padding: 0;
}

.ios.df-body-fullscreen .df-container.df-fullscreen {
	overflow: visible!important;
	height: 100vh!important;
	transform: translate3d(0,0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
}

.ios.df-body-fullscreen.page-eform .modal-company-details .modal-content {
	margin: 0;
	height: 100vh;
	padding: 0;
	border: 0;
	background: transparent;
	-webkit-box-shadow: none;
        box-shadow: none;
}

.ios.df-body-fullscreen .df-floating .df-ui-controls {
	z-index: 9999;
	bottom: 15%;
}

.ios.df-body-fullscreen.page-eform .modal-company-details .modal-content:before {
	border: 0;
}

.ios.df-body-fullscreen.page-eform .modal-company-details .modal-content:after {
	border: 0;
}

.ios.df-body-fullscreen .df-book-stage {
	top: 6%!important;
}

.page-eform .modal-company-details .no-value.award-info .pdf {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
    left: 0;
}

.page-eform .modal-company-details .pdf-viewer {
	position: relative;
	width: 100%;
	height: 92%;
}

.chrome.page-eform .modal-company-details .pdf-viewer .hide-popout-btn {
	right: 13px;
}

.page-eform .modal-company-details .pdf-viewer .hide-popout-btn {
	display: none;
	width: 60px;
	height: 42px;
	background: rgba(58,41,30,0);
	z-index: 2;
	position: absolute;
	right: 17px;
	top: 12px;
}

.page-eform .modal-company-details #pdf-viewer-frame {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-eform .modal-company-details .award-info  #pdf-loading {
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment .thumbnail {
	border: 0;
}
.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment-guideline.no-value {
	height: 0;
	padding-bottom: 58.58%;
	margin-bottom: 0;
	position: relative;
}
.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment-guideline.no-value .thumbnail {
	border: 2px dashed #999;
	padding: 8px;
	text-align: center;
	color: #aaa;
	font-size: 13px;
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 0 -2px 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 10%;
	cursor: default;
}
.page-eform .modal-company-details.modal-company-details-guideline .company-resources .preview-attachment-guideline.no-value .thumbnail {
	padding-top: 20%;
}
.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment-guideline.no-value.last .thumbnail {
	margin: 0;
}
.page-eform .modal-company-details .company-resources .company-resources-large.no-value {
	border: 2px dashed #999;
	padding: 8px;
	text-align: center;
	color: #aaa;
	font-size: 13px;
	vertical-align: middle;
	position: relative;
	left: -2px;
	cursor: default;
	border-left-color: transparent;
	line-height: 1.42857;
}

.page-eform .modal-company-details .company-resources .company-resources-large img {
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera */
    animation: fadein 1s;
}
    
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}??

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.page-eform .modal-company-details .row {
	margin: 0;
}
.page-eform .modal-company-details .body-top .logo-wrapper {
	padding: 0;
	display: block;
	float: left;
	width: 50%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	max-width: 271px;
}

.ie.page-eform .modal-company-details .body-top .logo-wrapper > a {
	max-width: 271px;
}

.page-eform .modal-company-details .body-top .logo-wrapper.get-min-height {
	display: table;
	height: 80px;
}
.page-eform .modal-company-details .body-top .logo-wrapper.get-min-height > a {
	display: table-cell;
	vertical-align: middle;
}
.page-eform .modal-company-details .body-top .logo-wrapper img.img-vertical {
	width: auto;
	height: 180px;
}
.page-eform .modal-company-details .body-top .logo-wrapper img.img-org {
	width: auto;
	max-width: 100%;
}
.page-eform .modal-company-details .body-top .logo-wrapper .ct-logo {
	height: 60px;
}
.page-eform .modal-company-details .body-top .logo-wrapper .ct-logo img {
	width: auto;
	height: 100%;
}
.page-eform .modal-company-details .btn-wrapper {
	padding: 0;
	display: block;
	float: right;
	width: 50%;
}

.page-eform .modal-company-details .btn-vote-company {
	position: relative;
    border: 2px solid #9c08ff!important;
	font-weight: bold;
	background: transparent;
	color: #fff;
	font-size: 18px;
	padding: 16px 40px;
	margin: 0 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(111,13,179,1!important);
	text-shadow: 0 0 8px #9c08ff, 0 0 12px #9c08ff,0 0 24px rgba(156,8,255,0.4)!important;
	z-index: 1;
}
.page-eform .modal-company-details .btn-vote-company:before {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 6px solid #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page-eform .modal-company-details .btn-vote-company:after {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 2px solid #9c08ff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page-eform .modal-company-details .btn-vote-company:focus,
.page-eform .modal-company-details .btn-vote-company.focus, 
.page-eform .modal-company-details .btn-vote-company:hover {
	background: transparent;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}
.page-eform .modal-company-details .btn-vote-company.btn-hover {
	background: transparent;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(111,13,179,1!important);
	text-shadow: 0 0 8px #9c08ff, 0 0 12px #9c08ff,0 0 24px rgba(156,8,255,0.4)!important;
}
.page-eform .modal-company-details .btn-vote-company.vote-selected {
	background: transparent;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}
.page-eform .modal-company-details .btn-vote-company.vote-selected.btn-hover {
	background: transparent;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}

.page-eform .modal-company-details .btn-vote-company .text-wrapper .text {
	font-size: 26px;
	font-weight: bold;
	padding-left: 8px;
}
.page-eform .modal-company-details .btn-vote-company .text-wrapper .fa {
	font-size: 22px;
	position: relative;
	top: 2px;
}
.page-eform .modal-company-details .company-name {
	font-size: 26px;
	text-align: left;
	margin:22px 0 0 0;
	font-family: 'Raleway','Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-eform .modal-company-details .company-name a {
	color: #fff;
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
}
.page-eform .modal-company-details .company-name a:hover {
	text-decoration: underline;
}
.page-eform .modal-company-details .company-desc {
	text-align: justify;
	margin-top: 12px;
	font-size: 15px;
	font-family: Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-eform .modal-company-details .company-desc.no-value {
	font-size: 16px;
}
.page-eform header {
	padding-top: 40px;
}
.page-eform header .logo {
	display: inline-block;
	margin: 0 auto;
	max-width: 340px;
}
.page-eform .navbar-custom .navbar-header {
	width: auto;
}
.page-eform .container > .row {
	padding-top: 12px;
}
.page-eform .form-section .section-wrapper {
	display: block;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
    border: 2px solid #fff920;
	background: rgba(255,249,32,0.15);
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
}
.page-eform .form-section .section-wrapper:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 5px solid #ffffff;
}
.page-eform .form-section .section-wrapper:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff920;
}
.page-eform .form-title {
	color: #fff;
}
.page-eform .email {
	text-decoration: none;
}
.page-eform .form-section-title {
	color: #ff71ff;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 22px;
}
.page-eform .btn-back,
.page-eform .btn-submit {
	background: #240b3d;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 60px;
    font-size: 18px;
    font-weight: bold;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.page-eform .btn-back:focus,
.page-eform .btn-back:hover,
.page-eform .btn-submit:focus,
.page-eform .btn-submit:hover {
	background: #fff;
    color: #240b3d;
    border: 1px solid #fff;
}
.page-eform .info-btns {
	padding-bottom: 24px;
}
.page-eform .info-btns .btn {
	position: relative;
    border: 2px solid #60daff;
	font-weight: bold;
	background: transparent;
	color: #fff;
	font-size: 16px;
	padding: 12px;
	margin: 0px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(94,149,207,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(94,149,207,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(94,149,207,1)!important;
	text-shadow: 0 0 8px #60daff, 0 0 12px #60daff,0 0 24px rgba(96,218,205,0.4)!important;
}
.page-eform .info-btns .btn:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 5px solid #ffffff;
}
.page-eform .info-btns .btn:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #60daff;
}
.page-eform .info-btns .btn:focus,
.page-eform .info-btns .btn:hover {
	-webkit-box-shadow: 0px 0px 36px 2px rgba(92,166,243,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(92,166,243,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(92,166,243,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(96,218,205,0.8),0 0 14px rgba(96,218,205,0.8)!important;
}
.page-eform .app-info {
	padding-bottom: 44px;
	color: #fff;
	font-size: 15px;
	max-width: 650px;
	width: 90%;
	margin: 0 auto;
}
.page-eform .app-info .details{
    padding: 20px;
    text-align: left;
    border: 1px solid #8c7893;
}
.page-eform .app-info .details .title,
.page-eform .app-info .details .title02{
    font-weight: bold;
}
.page-eform .app-info .details .title02{
    display: block;
    margin:20px 0 0 0;
}
.page-eform .app-info .details ul{
	margin: 0 0 0 -17px;
}
.page-eform .app-info .highlight {
    font-size: 18px;
	font-weight: bold;
	color: #de4e4a;
}
.page-eform .app-info .highlight a {
	text-decoration: underline;
	color: #de4e4a;
}
.page-eform .btn-add {
	position: relative;
    border: 2px solid #fff920;
	font-weight: bold;
	background: transparent;
	color: #fff;
	font-size: 20px;
	
	width: 44px;
	height: 44px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	text-shadow: 0 0 8px #fff920, 0 0 12px #fff920,0 0 24px rgba(255,249,32,0.4);

}
.page-eform .btn-add:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 6px solid #ffffff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
.page-eform .btn-add:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff920;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
.page-eform .btn-add:focus,
.page-eform .btn-add:hover {
	-webkit-box-shadow: 0px 0px 36px 2px rgba(253,195,19,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(253,195,19,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(253,195,19,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #fff920,0 0 10px rgba(255,249,32,0.8),0 0 14px rgba(255,249,32,0.8);
}
.page-eform .btn-remove {
	background: #aaaaaa;
	border-color: #aaaaaa;
	color: #fff;
}
.page-eform .btn-remove.disabled {
	background: #e4e4e4;
	border-color: #e4e4e4;
	color: #999;
}
.page-eform .btn-remove.disabled:hover {
	background: #e4e4e4;
	border-color: #e4e4e4;
	color: #999;
}

.page-eform .form-group label {
	text-align: left;
	color: #fff;
	font-weight: bold;
	display: table;
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
}
.page-eform .form-group label span {
	display: table-cell;
	vertical-align: middle;
}

.page-eform .form-group .form-element {
	padding-left: 38px;
}
.page-eform .action-btns {
	padding: 22px 0 88px 0;
}
.page-eform .action-btns .btn {
	position: relative;
    border: 2px solid #9c08ff!important;
	font-weight: bold;
	background: transparent;
	color: #fff;
	font-size: 18px;
	padding: 16px 40px;
	margin: 10px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(111,13,179,1!important);
	text-shadow: 0 0 8px #9c08ff, 0 0 12px #9c08ff,0 0 24px rgba(156,8,255,0.4)!important;
}
.page-eform .action-btns .btn:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 6px solid #ffffff;
}
.page-eform .action-btns .btn:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 2px solid #9c08ff;
}
.page-eform .action-btns .btn:focus,
.page-eform .action-btns .btn:hover {
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}


.page-eform .award-company {
	display: inline-block;
	margin: 0 auto;
	width: 180px;
	height: 360px;
	padding: 12px;
	margin: 0 6px 20px 6px;
	position: relative;
    border: 2px solid #fff920;
	background: rgba(255,249,32,0.15);
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
}
.page-eform .award-company:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 5px solid #ffffff;
}
.page-eform .award-company:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff920;
}

.page-eform .award-company .logo {
	display:table;
	width:100%;
	height:60%;
	background:#ffffff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
}
.page-eform .award-company .logo .logo-wrapper {
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
}
.page-eform .award-company .logo .logo-wrapper img {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
}
.page-eform .award-company .logo .logo-wrapper img.img-vertical {
	width: auto;
	height: 110px;
}
.page-eform .award-company .company-name {
	display: block;
	color: #fff;
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
	text-align: center;
	padding: 5px 0 10px 0;
	height: 21%;
	margin: 4px 0;
	font-size: 15px;
	overflow: hidden;
	word-wrap: break-word;
	cursor:pointer;
}
.page-eform .award-company .btns {
	display: block;
	position: relative;
	top: 4px;
}
.page-eform .award-company .btns .btn-primary {
	border: 0;
	position: relative;
    border: 2px solid #9c08ff!important;
	font-weight: bold;
	background: transparent!important;
	color: #fff;
	font-size: 12px;
	width: 46%;
	padding: 6px;
	margin: 4px 2px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(111,13,179,1!important);
	text-shadow: 0 0 8px #9c08ff, 0 0 12px #9c08ff,0 0 24px rgba(156,8,255,0.4)!important;
	z-index: 3;
	position: relative;
}
.page-eform .award-company .btns .btn-primary:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 4px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page-eform .award-company .btns .btn-primary:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #9c08ff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page-eform .award-company .btns .btn-primary:focus,
.page-eform .award-company .btns .btn-primary:hover,
.page-eform .award-company .btns .btn-primary:active:hover, 
.page-eform .award-company .btns .btn-primary.active:hover {
	background: transparent!important;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}
.page-eform .award-company .btns .btn-primary .fa {
	padding-right: 1px;
	font-size: 14px;
}
.page-eform .award-company .btns .btn-vote-company-small .vote-selected {
	display: none;
}
.page-eform .award-company .btns .btn-vote-company-small.btn-hover {
	background: transparent!important;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	-moz-box-shadow: 0px 0px 30px 2px rgba(111,13,179,1)!important;
	box-shadow: 0px 0px 30px 2px rgba(111,13,179,1!important);
	text-shadow: 0 0 8px #9c08ff, 0 0 12px #9c08ff,0 0 24px rgba(156,8,255,0.4)!important;
} 
.page-eform .award-company .btns .btn-vote-company-small.vote-selected {
	background: transparent!important;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}
.page-eform .award-company .btns .btn-vote-company-small.vote-selected:focus,
.page-eform .award-company .btns .btn-vote-company-small.vote-selected.focus, 
.page-eform .award-company .btns .btn-vote-company-small.vote-selected:hover {
	background: transparent!important;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}
.page-eform .award-company .btns .btn-vote-company-small.vote-selected.btn-hover {
	background: transparent!important;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
} 
.page-eform .award-company .btn-company-details.btn-hover {
	background: transparent!important;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	-moz-box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	box-shadow: 0px 0px 36px 2px rgba(150,35,230,1)!important;
	text-shadow: 0 0 2px #fff, 0 0 8px #60daff,0 0 10px rgba(156,8,255,0.8),0 0 14px rgba(156,8,255,0.8)!important;
}


.page-nominate.page-nominate-step1 .form-group label {
	height: 34px;
	font-size: 15px;
}
.page-nominate.page-nominate-step1 .form-group label span { 
	display: block;
}
.page-nominate.page-nominate-step1 .nominations-list .form-group label span { 
	display: inline-block;
}
.page-nominate.page-nominate-step1 .nominations-list .form-group label span.award-no {
	margin-left: 4px;
}
.page-nominate.page-nominate-step1 .nominations-list .form-group label span.award-title-chi,
.page-nominate.page-nominate-step1 .nominations-list .form-group label span.award-title-eng {
	display: block;
}
.page-nominate .form-group label .award-title-prefix,
.page-nominate .form-group label .award-no {
	display: inline-block;
}

/*Nominate Form Step 2 */

.page-nominate .form-control {
	font-family: 'Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-nominate .btn-submit-vote  {
	position: fixed;
	left: 0;
	bottom: 150px;
	z-index: 3;
	background-color: #FDD000;
	padding: 0 6px 3px 3px;
	border: 2px solid #3b0072;
	-webkit-box-shadow: #013A72 0px 2px 5px;
	-moz-box-shadow: #013A72 0px 2px 5px;
	box-shadow: #013A72 0px 2px 5px;
	display: none;
}
.page-nominate .btn-submit-vote:focus,
.page-nominate .btn-submit-vote.focus,
.page-nominate .btn-submit-vote:hover {
	background-color: #3b0072;
	border: 2px solid #ffffff;
	-webkit-box-shadow: #013A72 0px 2px 5px!important;
	-moz-box-shadow: #013A72 0px 2px 5px!important;
	box-shadow: #013A72 0px 2px 5px!important;
}
.page-nominate .btn-submit-vote .icon {
	background: url("../images/vote-submit-icon-sprite.png");
	background-size: 32px 64px;
	background-position: 0 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
.page-nominate .btn-submit-vote:focus .icon,
.page-nominate .btn-submit-vote.focus .icon,
.page-nominate .btn-submit-vote:hover .icon {
	background-position: 0 -32px;	
}
.page-nominate .btn-submit-vote .text {
	display: inline-block;
	color: #3b0072;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	margin-left: -4px;
}
.page-nominate .btn-submit-vote:focus .text,
.page-nominate .btn-submit-vote.focus .text,
.page-nominate .btn-submit-vote:hover .text {
	color: #ffffff;
}
.page-nominate .btn-submit-vote  .num-of-vote {
	font-weight: bold;
	position: relative;
	top: -1px;
	color: #3b0072;
}
.page-nominate .btn-submit-vote:focus .num-of-vote,
.page-nominate .btn-submit-vote.focus .num-of-vote,
.page-nominate .btn-submit-vote:hover .num-of-vote {
	color: #ffffff;
}
.page-nominate .btn-submit-vote .fa {
	display: inline-block;
	color: #3b0072;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}
.page-nominate .btn-submit-vote:focus .fa,
.page-nominate .btn-submit-vote.focus .fa,
.page-nominate .btn-submit-vote:hover .fa {
	color: #ffffff;
}
.page-nominate  textarea {
    resize: none;
}
.page-nominate.page-nominate-step2 .form-section {
    position: relative;
	display: block;
	padding: 0px;
	margin: 30px 0;
	position: relative;
    border: 2px solid #fff920;
	background: rgba(255,249,32,0.15);
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	-moz-box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
	box-shadow: 0px 0px 30px 2px rgba(245,167,54,1);
}
.page-nominate.page-nominate-step2 .form-section:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 5px solid #ffffff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.page-nominate.page-nominate-step2 .form-section:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff920;
}
.page-nominate.page-nominate-step2 .form-section-title {
	font-size: 16px;
	font-weight: bold;
	padding: 16px;
	color: #fff;
	border-bottom: 2px solid #fff920;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0; 
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 30px -20px rgba(245,167,54,1);
	-moz-box-shadow: 0px 10px 30px -20px rgba(245,167,54,1);
	box-shadow: 0px 10px 30px -20px rgba(245,167,54,1);
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
}
.page-nominate.page-nominate-step2 .form-section-title:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 5px solid #ffffff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.page-nominate.page-nominate-step2 .form-section-title:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-bottom: 2px solid #fff920;
}
.page-nominate .form-section-content {
	background: none;
	margin-bottom: 0;
	padding: 20px 12px 12px 12px;
}
.page-nominate .form-section-content .extra-info-form-wrapper,
.page-nominate .form-section-content .form-collapse-wrapper {
	margin: 0;
	display: block;
	width: 100%;
}

.page-nominate .form-section-desc {
	font-size: 15px;
	padding: 20px 12px 30px 12px;
}
.page-nominate .form-qs label {
	font-size: 14px;	
}
.page-nominate .form-complex-qs .qs-title {
	padding: 0 0 20px 0;	
}
.page-nominate .form-complex-qs .qs-title .num,
.page-nominate .form-group label .num {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 4px solid #fff;
	color: #ff71ff;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	 -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin-right: 8px;
	text-shadow: none;
}
.page-nominate .form-complex-qs .qs-title .text,
.page-nominate .form-group label .text {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
}
.page-nominate .form-complex-qs .qs-content {
	padding: 0px 38px 12px 38px;
}
.page-nominate .form-complex-qs fieldset {
	padding-bottom: 30px;
}
.page-nominate .form-complex-qs legend {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 0;
	border: 0;
	background: #ADC3D5;
	position: relative;
	z-index: 1;
	
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0; 
	behavior: url("/promotions/CTgoodjobs-HR-Congress-2017/PIE.htc");
}

.page-nominate .form-check {
	border: 1px solid #a3dde0;
	border-top: 0;
	padding: 8px 10px 4px 10px;
	
}
.page-nominate .form-check .icheckbox_flat {
	width: 20px;
	display: inline-block;
	vertical-align: top;
}
.page-nominate .form-check label {
	width: 90%;
	font-size: 14px;
	padding-left: 4px;
	display: inline-block;
	vertical-align: top;
}
.page-nominate .form-collapse {
	border: 1px solid #a3dde0;
	border-bottom: 0;
	padding: 8px 10px 4px 10px;
	position: relative;
}
.page-nominate .form-collapse.last {
	border-bottom: 1px solid #a3dde0;
}
.page-nominate .form-collapse label {
	width: 100%;
	font-size: 13px;
	padding-left: 4px;
	display: inline-block;
	vertical-align: top;
}
.page-nominate .form-collapse > .fa {
	display: block;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.page-nominate .form-collapse .info-form-text .padding-left {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: auto;
	height: auto;
	background: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	margin-right: 8px;
	position: relative;
	top: 0px;
	width:5%;
}
.page-nominate .form-collapse .info-form-text .content-text {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width:90%;
	margin-left: -1px;
	margin-top: 3px;
	color: #fff;
}
.page-nominate .form-collapse .extra-info-form.form-confirmed .form-desc {
	display: block;
	text-align: left;
	margin-top: 33px;
	margin-bottom: 0;
	color: #fdd000;
	padding-right: 5%;
}
.page-nominate .form-collapse .form-desc .desc-text {
	display: inline-block;
	font-size: 13px;	
}
.page-nominate .form-collapse .form-collapse-label {
	width: 100%;
	padding-right: 20px;
	display: block;
	position: relative;
	z-index:2;
	cursor: pointer;
}

.page-nominate .form-section-content .btn-preview-page-content {
	margin: 12px 0 12px 39px;
	text-align: left;
	white-space: normal;
}
.page-nominate .form-section-content .form-confirmed .btn-preview-page-content {
	margin-left: 0;
}
.page-nominate .form-upload label {
	display: block;
}
.page-nominate .form-upload .fa {
	margin-right: 4px;
}
.page-nominate .form-upload .file-upload {
	width: auto;
	margin-right: 4px;
	margin-bottom: 4px;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important;
	-moz-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important;
	box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important;
	text-shadow: 0 0 8px #60daff, 0 0 3px rgba(96,218,205,0.4) !important;
	min-height: 42px;
}
.page-nominate .form-upload .file-upload:focus,
.page-nominate .form-upload .file-upload:hover {
	-webkit-box-shadow: 0px 0px 24px 2px rgba(92,166,243,1)!important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(92,166,243,1)!important;
	box-shadow: 0px 0px 24px 2px rgba(92,166,243,1)!important;
	text-shadow: 0 0 4px #fff, 0 0 3px rgba(92,166,243,0.8), 0 0 12px rgba(92,166,243,0.4) !important;
}

.page-nominate .form-upload .file-upload .file-upload-text {
	display: block;
	width: 100%;
	min-width: 166px;
	min-height: 42px;
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis; 
	max-width: 300px;
	padding: 12px;
	overflow: hidden;
	text-align: center;
}
.page-nominate .form-upload .fa {
	min-height: 13px;
	min-width: 13px;
}
.page-nominate .form-upload .btn-primary {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.page-nominate .form-upload .btn-primary[disabled] {
	background: #efefef;
	border-color: #efefef;
	color: #999;
	cursor: default;
}

.page-nominate .form-upload .btn-upload-logo {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
	margin-bottom: 8px;
}
.page-nominate .form-upload .form-control[disabled], 
.page-nominate .form-upload .form-control[readonly] {
	background: #eee;
}
.page-nominate .form-upload .btn-primary {
	vertical-align: top;
}
.page-nominate .form-upload .add-notes {
	color:#ffffff;
	margin-top: 6px;
	font-size: 12px;
	padding-left: 50px;
	text-align: left;
	padding-left: 0;
}
.page-nominate .extra-info-form {
	padding: 10px 15px;
	margin: 0 0 0 14px;
	display: none;
	font-size: 12px;
}
.page-nominate .extra-info-form  label {
	font-weight: 900;
	padding-left: 0;
}
.page-nominate .extra-info-form .form-impacts .form-description {
	min-height: 400px;
}
.page-nominate .extra-info-form  input.form-control {
	font-size: 12px;
	height: 28px;
}
.page-nominate .extra-info-form .form-control {
	margin-left: 12px;
}
.page-nominate .extra-info-form .form-upload .file-upload {
	margin-left: 18px;
	margin-top: 6px;
}
.page-nominate .form-upload .file-upload input[type="file"] {
	cursor: pointer;
	font-size: 0;
}
.page-nominate .extra-info-form  .form-video .form-control,
.page-nominate .extra-info-form  input.form-control {
	margin-left: 18px;
	margin-top: 4px;
}

.page-nominate .extra-info-form .form-upload,
.page-nominate .extra-info-form .form-sub-group {
	margin: 2px 0 12px 36px;
	/*margin: 2px 0 12px 0px;*/
}
.page-nominate .extra-info-form  .form-sub-group .qs-num {
	display: inline-block;
	vertical-align: top;
	width: 2%;
	min-width: 12px;
}
.page-nominate .extra-info-form  .form-sub-group .qs-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
	width: 95%;
}
.page-nominate .extra-info-form  .form-sub-group .loc {
	white-space: nowrap;
}
.page-nominate .extra-info-form  .form-sub-group .form-upload-item {
	margin: 0 0 20px 0;
}
.page-nominate .extra-info-form .form-sub-group .question-mark {
	display: inline-block;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	cursor: pointer;
	text-shadow: none;
	text-align: center;
	z-index: 10px;
	position: relative;
	
}
.page-nominate .extra-info-form .form-sub-group .question-mark.hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(255,249,32,1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(255,249,32,1);
	box-shadow: 0px 0px 10px 2px rgba(255,249,32,1);
	text-shadow: 0 0 8px #fff, 0 0 18px rgba(255,249,32,0.3);
}
.page-nominate .extra-info-form .form-sub-group .question-mark .fa {
	font-size: 17px;
	color: #ff71ff;
	margin-right: 0;
}
.page-nominate .extra-info-form label .num {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: auto;
	height: auto;
	background: none;
	color: #ff71ff;
	font-weight: 900;
	font-size: 18px;
	padding-top: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	margin-right: 8px;
	position: relative;
	top: 0px;
	width: 5%;
	border: 0;
	
}
.page-nominate .extra-info-form label .text {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width:90%;
	color: #fff;
}
.page-nominate .extra-info-form .form-sub-group .text {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width:90%;
	color: #fff;
}
.page-nominate #pdf-upload-button {
	white-space: nowrap;
	text-overflow: ellipsis; 
	max-width: 100%;
	overflow: hidden;
}
.page-nominate .phone-no {
	display: inline-block;
	white-space: nowrap;
	font-family: Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-nominate .info-date {
	display: inline-block;
	white-space: nowrap;
	font-family: Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-nominate.page-nominate-thank-you {
	text-align: center;
	position: relative;
	min-width: 0;
}
.page-nominate.page-nominate-thank-you .msg-text {
	width: 98%;
	margin: 0 auto;
	color: #fff;
	max-width: 600px;
}
.page-nominate.page-nominate-thank-you .msg-text a {
	color: #fff;
	text-decoration: underline;
}
.page-nominate.page-nominate-thank-you .action-btns {
	width: 90%;
	margin: 0 auto;
}
.page-nominate.page-nominate-thank-you .action-btns .btn {
	white-space: normal;
	line-height: 1.6;
}
.page-nominate.page-nominate-thank-you .msg-text {
	padding: 50px 0;
}

footer {
	background: #3b0072;
	color: #fff;
}
footer a,
footer a:link, 
footer a:visited, 
footer a:hover, 
footer a:focus,
footer .fa {
	color: #fff;
}

.page-nominate .extra-info-form  .form-sub-group .form-remark {
	margin-top: 15px;
    font-style: italic;
}
.page-nominate .extra-info-form  .form-sub-group .form-remark-item {
	margin-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.page-nominate .extra-info-form  .form-sub-group .form-remark-item .highlight-title {
	display: block;
    font-weight: bold;
}
.page-nominate .extra-info-form  .form-sub-group .form-remark-item .highlight {
    font-weight: bold;
	color:#ff0000;
	text-decoration:underline;
}

/*Voting*/

.page-voting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	line-height: 0;
}

.page-voting .modal {
	line-height: normal;
}

.page-voting .modal.modal-submit-text-alert .modal-header {
	border-bottom: 0;
}

.page-voting .modal.modal-submit-text-alert .modal-content {
	min-height: 300px;
}

.page-voting .action-btns {
	padding-bottom: 22px;
}

.page-voting .body-container {
	margin-top: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.page-voting .body-container .bg-bottom {
	bottom: 0;
}


.page-voting .body-container footer {
	position: absolute;
	bottom: 0;
}

.page-voting .container > .row {
	padding-bottom: 44px;
}


.page-voting .form-title {
	padding-top: 24px;
}

.page-voting .btn-link {
	display: block;
	color: #fff;
	cursor: pointer;
}

.page-voting .add-info {
	color: #fff;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.page-voting .tab-pane {
	z-index: 1;
	position: relative;
}
.page-voting .btn-submit-vote  {
	position: fixed;
	bottom: 150px;
	z-index: 4;
	background-color: rgba(2,124,180,0.9)!important;
	padding: 0 6px 3px 3px;
	border: 2px solid #23daff;
	-webkit-box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8) !important;
	-moz-box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8) !important;
	box-shadow: 0px 0px 24px 2px rgba(58,143,117,0.8) !important;
}
.page-voting .btn-submit-vote .icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	font-weight: bold;
}
.page-voting .btn-submit-vote .text {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	position: relative;
	top: 2px;
	margin-left: -4px;
}

.page-voting .btn-submit-vote  .num-of-vote {
	font-weight: bold;
	position: relative;
	top: 1px;
}
.page-voting .btn-submit-vote:focus .num-of-vote,
.page-voting .btn-submit-vote.focus .num-of-vote,
.page-voting .btn-submit-vote:hover .num-of-vote {
	color: #ffffff;
}
.page-voting .btn-submit-vote .fa {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	position: relative;
	top: 2px;
}


.page-voting .navbar-nav {
	margin: 0;
}

.page-voting .nav-dropdown-tabs.navbar-collapse {
	position: absolute;
	bottom: 0;
	top: 62px;
	width: 100%;
	margin-top: 0;
	right: 15px;
	background: #3b0072 !important;
	padding: 0;
}

.page-voting .nav-dropdown-tabs.collapse {
	display: none!important;
}

.page-voting .nav-dropdown-tabs.navbar-collapse.in {
	display: block!important;
}

.page-voting .nav-dropdown-tabs .nav-tabs {
	border: 0;                  
}
  
.page-voting .nav-dropdown-tabs .navbar-nav > li  > ul {
	margin: 0 0 20px 0;
	padding: 0;
}

.page-voting .nav-dropdown-tabs .navbar-nav > li.award-type-all {
	padding: 8px 12px;
}
 
.page-voting .nav-dropdown-tabs .navbar-nav > li .sub-title {
	color: #fff;
	font-weight: bold;
	padding: 8px 15px;
	margin-right: 7px;
	line-height: 1.42857143;
	text-align: left;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.page-voting .nav-dropdown-tabs .navbar-nav > li .sub-title.category-1 {
	color: #fffc40;
}

.page-voting .nav-dropdown-tabs .navbar-nav > li .sub-title.category-2 {
	color: #d84191;
}
                              
.page-voting .nav-dropdown-tabs .nav-tabs li > a, 
.page-voting .nav-dropdown-tabs .nav-tabs li > a:hover, 
.page-voting .nav-dropdown-tabs .nav-tabs li > a:focus
.page-voting .nav-dropdown-tabs .nav-tabs li.active > a, 
.page-voting .nav-dropdown-tabs .nav-tabs li.active > a:hover, 
.page-voting .nav-dropdown-tabs .nav-tabs li.active > a:focus {
	border: 0;
	text-decoration: none;
}

.page-voting .nav-dropdown-tabs .navbar-nav li.active > a {
	color: #ffe100;
}

.page-voting .nav-dropdown-tabs .navbar-nav  li a {
	font-size: 14px;
	padding: 8px 15px;
	display: block;
	line-height: 1.42857143;
	text-align: left;
}

.page-voting .nav-dropdown-tabs .navbar-nav li a.award-type-all {
	cursor: pointer;
	margin: 0;
}

.page-voting .nav-tabs-dropdown.btn-primary,
.page-voting .nav-tabs-dropdown.btn-primary:before,
.page-voting .nav-tabs-dropdown.btn-primary:after {
	background-color: #fff;
	border-color: #fff;
	color: #3b0072;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	right: 15px;
	top: 14px;
	padding: 6px 12px;
	box-shadow: none!important;
	text-shadow: none!important;
	border: 0!important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page-voting .nav-tabs-dropdown.btn-primary:before,
.page-voting .nav-tabs-dropdown.btn-primary:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-voting .nav-tabs-dropdown.btn-primary .text {
	font-size: 14px;
	overflow: hidden;
}
.page-voting .nav-tabs-dropdown.btn-primary .fa {
	padding-left: 8px;
	font-weight: bold;
	font-size: 20px
}

.page-voting .award-company-list {
	padding-left: 0;
	margin: 0 auto;
	max-width: 800px;
}


.page-voting-step2  .body-container .bg-middle-fixed {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
}
.page-voting-step2  .body-container .bg-middle-fixed .bg-wrapper {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateZ(0);
	will-change: transform;
}
.page-voting-step2  .body-container .bg-middle-fixed .bg-inner-wrapper {
	display: inline-block;
	margin: 280px auto 0 auto;
	width: 100%;
	height: 74.85%;
	max-width: 1102px;
	position: relative;
}
.page-voting-step2  .body-container .bg-middle-fixed .bg-content {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: url("../images/bg-middle-fixed.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-voting-step2 .body-container .bg-bottom {
	z-index: 2;
	width: 100%;
	height: 0;
	padding-bottom: 100%!important;
}
.page-voting-step2 .body-container .bg-bottom .bg-content {
	background: url("../images/bg-bottom-event-page.png") no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 100%!important;
}
.page-voting-step2 .body-container .container,
.page-voting-step2 .body-container  footer {
	z-index: 3;
	position: relative;
}
.page-voting-step2 .desc {
	margin: 44px auto;
	font-size: 18px;
	color: #fff;
}
.page-voting-step2 .desc .highlight {
	color: #FDD000;
}
.page-voting-step2  .sub-category {
	display: table;
	margin: 0 auto 44px auto;
	text-align: left;
}
.page-voting-step2 .sub-category .light {
	display: table-cell;	
	vertical-align: top;
	width: 7px;
	height: 66px;
	background: #fff;
	border: 2px solid #f9ff6c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 2px rgba(247,247,82,1);
}
.page-voting-step2 .sub-category .title {
	 display: table-cell;
	 vertical-align: middle;
	 color: #fff;
	 text-align: title;
	 font-size: 20px;
	 padding-left: 22px;
}
.page-voting-step2 .sub-category .title .title-text {
	display: table-cell;
	vertical-align: middle;
}
.page-voting-step2 .category-2 .sub-categories-title {
	color: #d84191;
}
.page-voting-step2 .category-single .sub-categories-title {
	color: #67ffff;
}
.page-voting-step2 .sub-category .title-text.in {
	text-decoration: underline;
}
.page-voting-step2 .sub-category .title:focus,
.page-voting-step2 .sub-category .title:hover {
	text-decoration: none;
}
.page-voting-step2 .sub-category .title:focus .title-text,
.page-voting-step2 .sub-category .title:hover .title-text {
	text-decoration: underline;
}
.page-voting-step2 .category-2 .sub-category .light {
	border: 2px solid #d84191;
	box-shadow: 0px 0px 16px 2px rgba(216,65,145,1);
}
.page-voting-step2 .category-single .sub-category .light {
	border: 2px solid #67ffff;
	box-shadow: 0px 0px 16px 2px rgba(103,255,255,1);
}

.page-voting-step2 .modal-company-details .company-info {
	text-align: left;
}

.page-voting-step2 .modal-company-details .company-info ul {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.page-voting-step2 .modal-company-details .company-info ul li {
	line-height: 20px;
	display: inline-block;
	list-style: none;
	position: relative;
}

.page-voting-step2 .modal-company-details .company-info ul li:last-child {
	margin-bottom: 0;
}

.page-voting-step2 .modal-company-details .company-info ul li span.icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url("../images/company-info-icons.png") 0 0 no-repeat;
	position: relative;
	top: -1px;
}

.page-voting-step2 .modal-company-details .company-info ul li span.text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 17px;
	font-weight: normal;
}

.page-voting-step2 .modal-company-details .company-info ul li.employee span.icon { background-position: 0 0; }
.page-voting-step2 .modal-company-details .company-info ul li.loc span.icon { background-position: -30px 0; }
.page-voting-step2 .modal-company-details .company-info ul li.job-indus span.icon { background-position: -60px 0; }
.page-voting-step2 .modal-company-details .company-info .job-indus-list li span.text { padding-left: 8px; padding-right: 0; }

.page-voting-step2 .modal-company-details .media-sec {
	padding: 0 15px 0 0;
}

.page-voting-step2 .modal-company-details .media-sec .slider-nav {
	padding: 0 28px;
}

.page-voting-step2 .modal-company-details .media-sec .slick-prev::before, 
.page-voting-step2 .modal-company-details .media-sec .slick-next::before {
	font-size: 22px;
}

.page-voting-step2 .modal-company-details .media-sec .img-responsive {
	cursor: pointer;
}

.page-voting-step2 .modal-company-details .media-desc {
	text-align: left;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0; 
	margin-top: 20px;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.6;
}

.page-voting-step2 .modal-company-details .media-desc  .title {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 20px;
	text-transform: none;
	line-height: 1.3;
}

.page-voting-step2 .add-info {
	font-size: 13px;
	padding-bottom: 80px;
	color: #fff;
}

.page-voting-step2 .award-company {
	margin: 0 24px 30px 24px;
}

.page-voting.page-voting-step2 .modal.modal-company-details .row.award-info {
	position: absolute;
	width: 100%;
}

.page-voting.page-voting-step2 .df-container {
	width: 100%;
	padding: 0 8%;
	height: 100%!important;
	min-height: 300px;
}

.page-voting.page-voting-step2 #pills-award-info .mCSB_container {
	min-height: 99%!important;
}

.page-voting.page-voting-step2 .df-container .content-wrapper {
	position: absolute;
	left: 5%;
	right: 5%;
	overflow: hidden;
	width: 90%;
	height: 100%;
	display: inline-block;
}	

.page-voting.page-voting-step2 .df-container.df-floating > .df-ui-next {
	right: 0%;
}

.page-voting.page-voting-step2 .df-container.df-floating > .df-ui-prev {
	left: 0%;
}


.page-voting-confirm .form-section .form-content .add-info {
	font-size: 14px;
	padding: 0 0 20px 0;
}
.page-voting-confirm .action-btns {
	padding-bottom: 10px;
}
.page-voting-confirm .action-btns .btn {
	margin: 0px 8px 12px 8px;
}

.page-voting-confirm .msg-text {
	display:block;
	text-align: center;
	font-size: 16px;
}
.page-voting-confirm .prize-list {
    padding-top: 20px;
	text-align: left;
	display: inline-block;
	clear: both;
	margin: 0 auto;
	width: 80%;
}
.page-voting-confirm .prize-list .prize .row {
	margin: 0 auto;
}
.page-voting-confirm .prize-list .prize {
    padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cbb6e2;
	text-align: center;
}
.page-voting-confirm .prize-list .prize-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	padding-bottom: 2px; 
}
.page-voting-confirm .prize-list .company-name {
	font-size: 16px;
	line-height: 1.7;
}

.page-voting-thank-you .form-group {
	margin-bottom: 0;
}
.page-voting-thank-you .form-group ul {
	display: inline-block;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 16px;
}
.page-voting-thank-you .form-group li{
	padding-bottom: 8px;
}
.page-awards-ceremony .event-highlight{
	margin-top: 44px; 
	padding-bottom: 80px; 
}
.page-awards-ceremony .event-highlight .brief{
	padding-top: 20px; 
	color: #FFF; 
	font-size: 16pt;
	font-weight: bold; 
}
.page-awards-ceremony .event-highlight .sec-title {
	font-size: 24px;
	font-weight: bold;
	color: #ff00a2;
	text-transform: uppercase;
}
.page-awards-ceremony .event-highlight .video-wrapper{
	width: 70%; 
	padding: 20px 0; 
	margin: 0px auto;
}
.page-awards-ceremony .event-highlight .desc{
	font-size: 14px; 
	color: #FFF; 
	text-align: justify; 
	margin: 0px auto;
}
.page-awards-ceremony .speakers-present{
	padding-bottom: 80px;
}
.page-awards-ceremony .speakers-present .sec-title {
	font-size: 24px;
	font-weight: bold;
	color: #ff00a2;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.page-awards-ceremony .speakers-present .container-outer {
	background: #fff;
	color: #51318F;
}
.page-awards-ceremony .speakers-present .container .row {
	padding-bottom: 98px;
}
.page-awards-ceremony .speakers-present .container .row.last {
	padding-bottom: 0;
}
.page-awards-ceremony .speakers-present .container .row .tabs-wrapper {
	padding: 0;
	display: table;
}
.page-awards-ceremony .speakers-present .nav-tabs-dropdown {
	display: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #FFF;
	border: 2px solid #60daff!important; 
	padding: 12px; 
	-webkit-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important; 
	-moz-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important; 
	box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important; 
	text-shadow: 0 0 8px #60daff, 0 0 3px rgba(96,218,205,0.4) !important; 
}
.page-awards-ceremony .speakers-present .nav-tabs-dropdown span {
	width: 92%;
	word-wrap: break-word;
	display: block;
	white-space: normal;
}
.page-awards-ceremony .speakers-present .nav-tabs-dropdown:before {
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 20px;
}

.page-awards-ceremony .speakers-present .tab-btns-wrapper {
	width: 20%;
	display: table-cell;
	vertical-align: top;
}
.page-awards-ceremony .speakers-present .tab-content-wrapper {
	width: 80%;
	display: table-cell;
	vertical-align: top;
	background: #3b0072;
}

.page-awards-ceremony .speakers-present .video {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 20px;
}
.lowIE.page-awards-ceremony .speakers-present .video {
	margin-bottom: 0;
}
.page-awards-ceremony .speakers-present .video iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
}
.page-awards-ceremony .speakers-present .text {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 0px 5% 5% 5%;
}
.lowIE.page-awards-ceremony .speakers-present .text {
	padding: 20px 5% 5% 5%;
}
.page-awards-ceremony .speakers-present .text .topic {
	font-size: 16px;
	font-weight: bold;
}
.page-awards-ceremony .speakers-present .text .guest-title {
	font-size: 14px;
}
.page-awards-ceremony .speakers-present .text .desc {
	font-size: 14px;
	margin: 15px 0 30px 0;
}
.lowIE.page-awards-ceremony .speakers-present .text .desc ul, 
.lowIE.page-awards-ceremony .speakers-present .text .desc ol {
    margin: 0;
    padding-bottom: 10px;
}
.page-awards-ceremony .speakers-present .tab-content-wrapper .tab-content{
	height: 100%;
}
.page-awards-ceremony .speakers-present .btn-download {
	background: #ffffff;
	font-weight: bold;
	color: #FFF;
	border: 0;
	margin: 30px 0;
}
.page-awards-ceremony .speakers-present .btn-download:hover,
.page-awards-ceremony .speakers-present .btn-download:focus {
	background: #e2f4f7;
}
.page-awards-ceremony .speakers-present .nav-tabs {
	border-bottom: 0;
}
.page-awards-ceremony .speakers-present .nav-subject {
	display: block;
	background: #128e7e;
	padding: 10px 15px;
	color: #ffffff;
	margin-right: 0;
	text-align: left;
}
.page-awards-ceremony .speakers-present .nav-pills > li.active > a, 
.page-awards-ceremony .speakers-present .nav-pills > li.active > a:hover, 
.page-awards-ceremony .speakers-present .nav-pills > li.active > a:focus {
	display: block;
	background: #3b0072;
	color: #FFF;
}
.page-awards-ceremony .speakers-present li a {
	color: #FFF;
	font-weight: bold;
	border: 0;
	border-radius: 0;
	margin-right: 0;
	text-align: left;
}
.page-awards-ceremony .speakers-present li a:hover,
.page-awards-ceremony .speakers-present li a:focus {
	background: #FFF;
	color: #3b0072;
	border: 0;
}

/*interview*/
.page-awards-ceremony .interview{
	padding-top: 120px;
}
.page-awards-ceremony .interview .sec-title {
	font-size: 24px;
	font-weight: bold;
	color: #ff00a2;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.page-awards-ceremony .interview .container-outer {
	background: #fff;
	color: #51318F;
}
.page-awards-ceremony .interview .container .row {
	padding-bottom: 98px;
}
.page-awards-ceremony .interview .container .row.last {
	padding-bottom: 0;
}
.page-awards-ceremony .interview .container .row .tabs-wrapper {
	padding: 0;
	display: table;
}
.page-awards-ceremony .interview .nav-tabs-dropdown {
	display: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #FFF;
	border: 2px solid #60daff!important; 
	padding: 12px; 
	-webkit-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important; 
	-moz-box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important; 
	box-shadow: 0px 0px 10px 2px rgba(94,149,207,1) !important; 
	text-shadow: 0 0 8px #60daff, 0 0 3px rgba(96,218,205,0.4) !important; 
}
.page-awards-ceremony .interview .nav-tabs-dropdown span {
	width: 92%;
	word-wrap: break-word;
	display: block;
	white-space: normal;
}
.page-awards-ceremony .interview .nav-tabs-dropdown:before {
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 20px;
}

.page-awards-ceremony .interview .tab-btns-wrapper {
	width: 20%;
	display: table-cell;
	vertical-align: top;
}
.page-awards-ceremony .interview .tab-content-wrapper {
	width: 80%;
	display: table-cell;
	vertical-align: top;
	background: #3b0072;
}

.page-awards-ceremony .interview .video {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 20px;
}
.lowIE.page-awards-ceremony .interview .video {
	margin-bottom: 0;
}
.page-awards-ceremony .interview .video iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
}
.page-awards-ceremony .interview .text {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding: 0px 5% 5% 5%;
}
.lowIE.page-awards-ceremony .interview .text {
	padding: 20px 5% 5% 5%;
}
.page-awards-ceremony .interview .text .topic {
	font-size: 16px;
	font-weight: bold;
}
.page-awards-ceremony .interview .text .guest-title {
	font-size: 14px;
}
.page-awards-ceremony .interview .text .desc {
	font-size: 14px;
	margin-top: 15px;
}
.lowIE.page-awards-ceremony .interview .text .desc ul, 
.lowIE.page-awards-ceremony .interview .text .desc ol {
    margin: 0;
    padding-bottom: 10px;
}
.page-awards-ceremony .interview .tab-content-wrapper .tab-content {
	height: 100%;
}
.page-awards-ceremony .interview .btn-download {
	background: #ffffff;
	font-weight: bold;
	color: #FFF;
	border: 0;
	margin: 30px 0;
}
.page-awards-ceremony .interview .btn-download:hover,
.page-awards-ceremony .interview .btn-download:focus {
	background: #e2f4f7;
}
.page-awards-ceremony .interview .nav-tabs {
	border-bottom: 0;
}
.page-awards-ceremony .interview .nav-subject {
	display: block;
	background: #128e7e;
	padding: 10px 15px;
	color: #ffffff;
	margin-right: 0;
	text-align: left;
}
.page-awards-ceremony .interview .nav-pills > li.active > a, 
.page-awards-ceremony .interview .nav-pills > li.active > a:hover, 
.page-awards-ceremony .interview .nav-pills > li.active > a:focus {
	display: block;
	background: #3b0072;
	color: #FFF;
}
.page-awards-ceremony .interview li a {
	color: #FFF;
	font-weight: bold;
	border: 0;
	border-radius: 0;
	margin-right: 0;
	text-align: left;
}
.page-awards-ceremony .interview li a:hover,
.page-awards-ceremony .interview li a:focus {
	background: #FFF;
	color: #3b0072;
	border: 0;
}

@media only screen and (max-width: 992px){
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	.navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.navbar .lang {
	    margin: 16px 0 0 130px !important;
	}
	.navbar-custom .navbar-header {
	    border-bottom: 1px solid #fff;
	    min-height: 60px;
	}
	.navbar-custom .navbar-header {
	    padding: 15px;
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.page-best-hr-awards-2019 .navbar {
	    border-bottom: 0;
	}
	.navbar-custom.affix-top {
	    height: auto;
	}
	.navbar-custom .container {
	    padding-bottom: 0;
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	    top: 0;
	}
	.navbar .iScrollLoneScrollbar {
		display: block;
	}
	.navbar-collapse.collapse {
		overflow: hidden!important;
	}
	.navbar-custom .navbar-nav > li > a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    text-align: left;
	}
	.navbar-custom .nav .link-event-promo, .navbar-custom .nav .follow-us {
		text-align: left;
	}
	.navbar-custom .nav .other-links {
	    position: relative;
	}
	.navbar-custom .nav .v-separator {
	    display: none;
	}
	.navbar-fixed-top .navbar-collapse.in {
	    min-height: 480px;
	}
	
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	    margin-left: 0px;
	}
	.page-event-page .navbar-fixed-top .navbar-collapse {
	    background: #3b0072;
	}
	.navbar-fixed-top .navbar-collapse {
	    top: 81px;
	}
	.navbar-fixed-top .navbar-collapse {
	    border: 0;
	}
	.navbar-fixed-top .navbar-collapse {
		padding-left: 30px;
	    padding-right: 30px;
	}
	.navbar-fixed-top .navbar-collapse {
	    position: absolute;
	    bottom: 0;
	    top: 81px;
	    width: 100%;
	}
	.navbar .navbar-collapse {
	    margin-top: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.navbar-custom .nav li a {
	    font-size: 15px;
	}
	.navbar-custom .nav .divider {
	    display: block;
	}
	.navbar-custom .nav .link-event-promo, .navbar-custom .nav .follow-us {
	    display: block;
		top:0;
	}
	.navbar-custom .nav .other-links.with-btn {
	    right: 0 !important;
	}
	.navbar-custom .nav .other-links {
	    margin-top:0px;
	}
	.navbar-custom .nav .other-links .text,
	.navbar-custom .nav .other-links a {
		opacity: 1;
	}
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.navbar-custom .nav .follow-us .text {
	    font-size: 15px;
	}
	.navbar-custom .navbar-nav > li > a {
	    padding: 12px 10px;
	}
	.page-best-hr-awards-2019 .navbar-header .btn-register-mobile {
		display: inline-block;
		float: right;
		margin-right: 10px;
		vertical-align: middle;
		margin-top: 12px;
	}
	.page-timeline .main-timeline {
		display: inline-block;
		margin: 20px auto 100px auto;
		width: 90%;
		max-width: 450px;
	}
	.page-timeline .main-timeline .event { 
		width: 100%; 
		left: 0;
	}
	.page-timeline .main-timeline .event-start .event-bar .bar-line-content {
		height: 90px;
	}
	.page-timeline .main-timeline .event-bar .bar-line-content {
		height: 140px;
	}
	.page-timeline .main-timeline .event:nth-child(even){ 
		left: 0; 
	}
	.page-timeline .main-timeline .event .event-bar {
		right: auto;
		float: left;
    }
	.page-timeline .main-timeline .event-icon {
		margin-top: -74px;
	}
	.page-timeline .main-timeline .event:nth-child(odd) .event-icon {
		left: 34px;
		right: auto;
	}
	.page-timeline .main-timeline .event:nth-child(odd) .event-icon .icon {
		left: 10px;
		right: auto;
	}
	.page-timeline .main-timeline .event:nth-child(2n+1) .event-icon .line {
		position: relative;
		right: auto;
	}
    .page-timeline .main-timeline .event:nth-child(odd) .event-content {
        text-align: left;
		left: 0;
		right: auto;
		padding-left: 222px;
		padding-right: 0;
    }
	.page-timeline .main-timeline .event-content {
		padding-left: 222px;
		top: -74px;
	}
	.page-timeline .main-timeline .event-wrapper .content-wrapper {
		height: 100%;
	}
	.page-best-hr-awards-2019 .navbar-custom .nav li {
		text-align: left;
	}
	/*.page-best-hr-awards-2019 .navbar-custom .nav li a.btn-register { 
		display: none;
	}*/
	.navbar-custom .nav li a.btn-register {
		margin: 8px 10px;
	}
	.page-best-hr-awards-2019 .navbar-custom .nav li a.btn-register-mobile { 
		display: inline-block;
	}
	.page-voting .navbar .lang {
	    margin: 12px 0 0 120px !important;
	}
	.page-voting-step2 .desc { 
		max-width: 550px;
	}
	:lang(chi).page-voting-step2 .desc { 
		max-width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.page-voting .nav-tabs-dropdown.btn-primary .text {
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
		padding-right: 2px;
		position: relative;
		top: 3px;
	}
	.ios.page-voting .nav-tabs-dropdown.btn-primary .text {
		top: 0;
	}
	.page-voting .nav-tabs-dropdown.btn-primary {
		padding: 4px 12px;
		top: 16px;
		max-width: 360px;
	}
	.page-voting .nav-tabs-dropdown.btn-primary .text {
		font-size: 14px;
		width: 82%;
	}
}
@media screen and (max-width: 767px) {	
	.navbar .lang {
		margin: 16px 0 0 130px;
	}
	#modal-award-print-ad .modal-dialog {
		max-width: none;
		width: auto;
		margin: 15% 10px;
		height: auto;
	}
	.page-home .logo-animated .logo-content {
		width: 270px;
		height: 208px;
		margin-top: 100px;
		margin-left: 12px;
	}
	.page-best-hr-awards-2019 .navbar-header .btn-register-mobile {
		display: inline-block;
		float: right;
		margin-right: 10px;
		vertical-align: middle;
		margin-top: 12px;
	}
	.page-eform .modal-company-details #pills-award-info iframe {
		position: relative;
		width: 100%;
	}
	.page-nominate .modal.modal-company-details .modal-content {
		min-height: 400px;
		min-height: 85vh;
		height: 90vh;
	}
	.ios.page-nominate .modal.modal-company-details .modal-content {
		min-height: 80vh;
		height: 80vh;
	}
	.page-event-page .navbar-fixed-top .navbar-collapse {
		background: #3b0072;
	}
	/*.page-best-hr-awards-2019 .navbar-custom .nav li a.btn-register { 
		display: none;
	}*/
	.navbar-custom .nav .link-event-promo, .navbar-custom .nav .follow-us {
		text-align: left;
	}
	.page-best-hr-awards-2019 .body-container .bg-top .bg-content {
		width: 150%;
		height: 0;
		padding-bottom: 40%;
		background-size: 100% 90%;
	}
	.page-best-hr-awards-2019 .body-container .bg-bottom .bg-content {
		width: 150%;
		height: 0;
		padding-bottom: 40%;
		background-size: 100% 90%;
	}
	.page-event-page .body-container .bg-bottom .bg-content {
		width: 150%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100% auto;
	}
	.page-event-page .body-container .bg-middle-fixed {
		z-index: 1;
	}
	.page-home .body-container .bg-bottom  {
		z-index: 1;
	}
	.page-home .logo {
		min-height: 420px;
	}
	.ie.page-home .logo {
		height: 420px;
	}
	.page-home .logo img {
		max-width: 270px;
	}
	.page-home .body-container .light {
		width: 862px;
		height: 536px;
	}
	.page-home .desc {
		font-size: 16px;
		margin-top: -20px;
	}
	.page-home .category-icons {
		margin-bottom: 180px;
		display: inline-block;
		max-width: 400px;
	}
	.page-home .category-icon {
		width: 150px;
		height: 169px;
		background: url("../images/cat-icon-sprite.png") no-repeat;
		background-size: 841px 394px;
	}
	.page-home .category-icon span {
		background: url("../images/cat-icon-sprite.png") no-repeat;
		background-size: 841px 394px;
	}
	.page-home .category-icon:hover  span {
		opacity: 1;
	}
	.page-home .category-icon.award-categories {
		background-position: -12px -189px;
	}
	.page-home .category-icon.award-categories span {
		background-position: -12px 0;
	}
	.page-home .category-icon.timeline {
		background-position: -189px -189px;
	}
	.page-home .category-icon.timeline:before {
		display: none;
	}
	.page-home .category-icon.timeline span {
		background-position: -189px 0;
	}
	.page-home .category-icon.judges {
		background-position: -349px -189px;
	}
	.page-home .category-icon.judges  span {
		background-position: -349px 0;
	}
	.page-home .category-icon.judging-progress {
		background-position: -507px -189px;
	}
	.page-home .category-icon.judging-progress  span {
		background-position: -507px 0;
	}
	.page-home .category-icon.awards-ceremony {
		background-position: -680px -189px;
	}
	.page-home .category-icon.awards-ceremony  span {
		background-position: -680px 0;
	}
	.page-home .tooltip {
		margin-left: 4px;
	}
	.page-awards-ceremony .logo-animated .logo-content {
		margin-top: 130px;
	}
	.page-awards-ceremony .body-container .bg-bottom  {
		z-index: 1;
	}
	.page-awards-ceremony .logo {
		min-height: 263px;
	}
	
	
	.ie.page-awards-ceremony .logo {
		height: 375px;
		min-height: 375px;
	}
	.ie.page-awards-ceremony .logo img {
		max-width: 235px;
	}
	.page-awards-ceremony .logo img {
		max-width: 169px;
	}
	.page-awards-ceremony .body-container .light {
		width: 730px;
		height: 454px;
	}
	
	.page-awards-ceremony .ceremony {
		margin-top: 20px;
	}
	
	.ie.page-awards-ceremony .ceremony {
		margin-top: -40px;
	}
	
	.page-awards-ceremony .ceremony-sub-title {
		font-size: 16px;
		max-width: 240px;
		margin: 0 auto 18px auto;
	}
	
	.page-awards-ceremony .ceremony-title {
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	
	.page-awards-ceremony .ceremony-title .shadow {
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.5px;	
	}
	
	.page-awards-ceremony  .ceremony-details .date-time {
		text-align: right;
		padding-right: 18px;
		font-size: 22px;
	}
	
	.page-awards-ceremony  .ceremony-details .venue {
		text-align: left;
		border-top: 0;
		border-left: 2px solid #fff;
	}
	.page-awards-ceremony  .ceremony-details .venue a {
		padding: 0 0 0 18px;
		font-size: 14px;
	}
	.page-awards-ceremony .event-highlight .video-wrapper{
		width: 100%;
	}
	.page-awards-ceremony .speakers-present .ppt-thumbnail .row .col-xs-12{
		margin-bottom: 10px;
	}
	.page-awards-ceremony .interview{
		padding-top: 100px;
	}
	.page-awards-ceremony .agenda-list .right .desc .person .photo {
		display: block;
		float: left;
		width: 92px;
	}
	.page-awards-ceremony .agenda-list .right .desc .person .person-info {
		display: block;
		float: left;
		width: 75%;
		padding-top: 10px;
		padding-left: 10px;
	}	
	
	.page-awards-ceremony .agenda-list .section-title .right .content .title{
		left: -120px;
	}
	
	.page-winner-list .winner-company.champion {
		width: 80%;
		height: auto;
		min-width: 270px;
	}
	
	.page-winner-list .winner-company.champion .logo {
		display: table;
		width: 100%;
		height: 150px;
		float: none;
	}
	
	.page-winner-list .winner-company .logo .logo-wrapper {
		display: table-cell;
		vertical-align: middle;
	}
	
	.page-winner-list .winner-company.champion .content {
		display: inline-block;
		width: 100%;
		float: none;
		padding-bottom: 40px;
		padding-left: 0;
	}
	
	
	.navbar-custom.affix-top {
		height: auto;
	}
	.navbar-fixed-top .navbar-collapse { 
		border: 0;
	}
	.navbar-custom .navbar-header {
		border-bottom: 1px solid #fff;
		min-height: 60px;
	}
	.navbar-fixed-top .navbar-collapse {
		top: 81px;
	}
	.mobile.navbar-custom .navbar-header {
		border-top: 0;
	}
	.page-best-hr-awards-2019 .navbar {
		border-bottom: 0;
	}
	.page-eform .form-section-content .btn-preview-page-content {
		margin-left: 7.2%;
	}
	.page-eform .modal.modal-company-details .tab-content {
		padding-bottom: 20px;
	}
	.page-nominate.page-nominate-step1 .form-group label {
		height: 24px;
	}
	.page-nominate .info-btns .btn {
		margin-bottom: 12px;
	}
	.page-nominate .form-upload .bootstrap-filestyle  .form-control[disabled], 
	.page-nominate .form-upload .bootstrap-filestyle  .form-control[readonly] {
		margin: 6px 4px 24px 0px;
		height: 36px;
	}
	.page-nominate .form-upload-file-wrapper {
		width: 90%;
	}
	.page-nominate .extra-info-form .form-group {
		margin-bottom: 20px;
	}
	.page-nominate .extra-info-form .form-control {
		width: 93%;
		margin-left: 7%;
	}
	.page-nominate .extra-info-form  .form-award-info-video .form-control {
		margin-left: 4%;
	}
	.word-count {
		width: 93%;
		margin: 5px 0 0 7%;
	}
	.page-nominate .extra-info-form .form-award-info-video .form-sub-group {
		margin-left: 7.2%;
	}
	.page-nominate .extra-info-form .form-upload .form-control {
		display: block;
		width: 100%;
	}
	
	.page-voting .btn-submit-vote {
		right: 0;
	}
	.page-voting-step2 .body-container .bg-top .bg-content {
		width: 150%;
		height: 0;
		padding-bottom: 40%;
		background-size: 100% 90%;
	}
	.page-voting-step2 .body-container .bg-bottom .bg-content {
		width: 150%;
		height: 0;
		padding-bottom: 40%;
		background-size: 100% 90%;
	}
	.page-voting-step2 .body-container .bg-middle-fixed {
		z-index: 1;
	}
	
	.page-voting.page-voting-step2 .df-container  .content-wrapper {
		position: absolute;
		left: 10%;
		right: 10%;
		overflow: hidden;
		width: 80%;
		height: 100%;
		display: inline-block;
	}
	
	.page-voting.page-voting-step2 .df-container {
		height: 70%!important;
	}
	
	.page-awards-ceremony .speakers-present .btn-primary {
		background: #20b2bc;
		border: 1px solid #20b2bc;
		color: #ffffff;
		padding: 8px 12px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.page-awards-ceremony .speakers-present .btn-primary.open {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.page-awards-ceremony .speakers-present .tab-btns-wrapper {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.page-awards-ceremony .speakers-present .tab-btns-wrapper #nav-tabs-wrapper {
		border: 1px solid #20b2bc;
		padding-bottom: 1px;
	}
	.page-awards-ceremony .speakers-present .tab-btns-wrapper #nav-tabs-wrapper .nav-subject {
		text-align: center;
		padding: 6px 12px;
	}
	.page-awards-ceremony .speakers-present .tab-btns-wrapper #nav-tabs-wrapper {
		display: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		text-align: center;
	}
	.page-awards-ceremony .speakers-present .tab-btns-wrapper #nav-tabs-wrapper li a {
		text-align: center;
		padding: 6px 12px;
	}
	.page-awards-ceremony .speakers-present .nav-tabs-dropdown {
		display: block;
	}
	.page-awards-ceremony .speakers-present .nav-tabs-dropdown:before {
		right: 30px;
	}
	.page-awards-ceremony .speakers-present .tab-content-wrapper{
		width:100%;
		display:block;
	}
	/*interview*/
	.page-awards-ceremony .interview .btn-primary.open {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.page-awards-ceremony .interview .tab-btns-wrapper {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.page-awards-ceremony .interview .tab-btns-wrapper #nav-tabs-wrapper {
		border: 1px solid #20b2bc;
		padding-bottom: 1px;
	}
	.page-awards-ceremony .interview .tab-btns-wrapper #nav-tabs-wrapper .nav-subject {
		text-align: center;
		padding: 6px 12px;
	}
	.page-awards-ceremony .interview .tab-btns-wrapper #nav-tabs-wrapper {
		display: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		text-align: center;
	}
	.page-awards-ceremony .interview .tab-btns-wrapper #nav-tabs-wrapper li a {
		text-align: center;
		padding: 6px 12px;
	}
	.page-awards-ceremony .interview .nav-tabs-dropdown {
		display: block;
	}
	.page-awards-ceremony .interview .nav-tabs-dropdown:before {
		right: 30px;
	}
	.page-awards-ceremony .interview .tab-content-wrapper{
		width:100%;
		display:block;
	}
	
}

@media screen and (max-width: 700px) {
	.page-awards-ceremony .agenda-list .section-title .right .content .title{
		left: -114px;
	}
}
@media screen and (max-width: 650px) {
	.page-eform .modal-company-details .btn-vote-company {
		padding: 11px 26px;
	}
	.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment-guideline.no-value .thumbnail {
		padding: 15% 20px 15% 20px;
	}
	.page-nominate .form-upload .input-group {
		display: block;
		text-align: left;
	}	
	.page-nominate .form-upload .input-group .form-control {
		display: block;
		width: 100%;
	}
	.page-nominate .form-upload .input-group .input-group-btn > .btn {
		display: inline-block;
		margin-top: 4px;
		width: auto;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.page-nominate .form-complex-qs .qs-content {
		padding: 0px 0px 12px;
	}
	.page-nominate .extra-info-form {
		padding-right: 0;
	}
	.page-voting .navbar-custom .btn-go-to-home {
		padding: 4px 10px;
		top: 19px;
		font-size: 12px;
	}
	.page-voting .nav-tabs-dropdown.btn-primary {
		max-width: 240px;
	}
	.page-voting .nav-tabs-dropdown.btn-primary .text {
		font-size: 12px;
		width: 82%;
	}
	.page-voting-step2 .sub-category {
		max-width: 340px;
	}
	.page-voting-step2 .desc { 
		max-width: 300px;
	}
}

@media (max-width: 600px) {
	.page-awards-ceremony .agenda-list .right .desc .person .person-info {
		width: 70%;
	}
}
@media screen and (max-width: 620px) {
	.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment.no-value,
	.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment-guideline.no-value {
		margin-bottom: 0;
		height: auto;
		padding-bottom: 0;
	}
	.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment.no-value .thumbnail	{
		position: relative;
		padding-top: 8px;
	}
	.page-eform .modal-company-details .company-resources .company-resources-thumbnails .preview-attachment-guideline.no-value .thumbnail {
		position: relative;
		padding: 15% 20px;
	}
}

@media screen and (max-width: 550px) {
	.page-event-page .main-title { 
		font-size: 30px;
	}
	
	#winner-list .main-title {
		font-size: 28px;
	}
	
	.page-best-hr-awards-2019 .body-container .bg-bottom .bg-content { 
		width: 220% !important;
		padding-bottom: 70% !important;
	}
	.page-award-categories .sub-categories-title {
		font-size: 23px;
	}
	.page-award-categories .sub-category .title { 
		font-size: 21px;
	}
	
	
	.page-awards-ceremony .ceremony-details .date-time {
		text-align: center;
		padding-bottom: 12px;
	}
	.page-awards-ceremony .ceremony-details .venue {
		text-align: center;
		border-top: 2px solid #fff;
		border-left: 0;
		display: block;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}
	.page-awards-ceremony .ceremony-details .venue a {
		padding: 12px 0 0 0;
		text-align: center;
	}
	
	
	.page-timeline .main-timeline {
		max-width: 300px;
	}
	.page-timeline .main-timeline .event.d1 .event-icon .icon,
	.page-timeline .main-timeline .event.d2 .event-icon .icon,
	.page-timeline .main-timeline .event.d3 .event-icon .icon,
	.page-timeline .main-timeline .event.d4 .event-icon .icon,
	.page-timeline .main-timeline .event.d5 .event-icon .icon,
	.page-timeline .main-timeline .event.d6 .event-icon .icon,
	.page-timeline .main-timeline .event.d7 .event-icon .icon,
	.page-timeline .main-timeline .event.d7 .event-icon .icon {
		background-size: 120px 120px;
	}
	.page-timeline .main-timeline .event .event-icon .icon {
		width: 120px;
		height: 120px;
		margin-top: -60px;
	}
	.page-timeline .main-timeline .event-content .date {
		font-size: 18px;
	}
	.page-timeline .main-timeline .event .event-icon .line {
		width: 30px;
	}
	.page-timeline .main-timeline .event .event-content .event-title.title-highlight {
		width: 100%!important;
	}	
	.page-timeline .main-timeline .event .event-content .event-desc {
		width: 100%!important;
	}
	.page-timeline .main-timeline .event-content {
		width: 110%;
	}
	.page-timeline .main-timeline .event-content .event-title {
		font-size: 14px;
	}
	.page-timeline .main-timeline .event-content .event-desc {
		font-size: 12px;
	}
	.page-timeline .main-timeline .event-content {
		padding-left: 160px;
	}
	.page-timeline .main-timeline  .event:nth-child(odd) .event-content {
		padding-left: 160px;
	}
	
	.modal-cere-speakers-details .cere-speakers-details .eng-name {
		font-size: 30px;
	}
	
	.modal-judge-details .judge-details .eng-name {
		font-size: 30px;
	}
	
	.page-best-hr-awards-2019 .body-container .bg-top .bg-content {
		height: 0;
		padding-bottom: 60%;
		background-size: 100% 90%;
	}
	.page-best-hr-awards-2019 .body-container .bg-bottom .bg-content {
		height: 0;
		padding-bottom: 60%;
		background-size: 100% 90%;
	}
	.page-event-page .body-container .bg-bottom .bg-content {
		height: 0;
		padding-bottom: 100%!important;
		background-size: 100% auto;
	}
	
	
	.page-awards-ceremony .agenda-list .row-break .right .title {
		width: 160%;
	}
	
	.page-eform .modal.modal-company-details .nav-pills > li > a {  
		font-size: 16px;
	}
	.page-eform .modal-company-details .company-name {
		font-size: 24px;
	}
	.page-eform .modal-company-details .company-desc {
		font-size: 13px;
	}
	.page-eform .modal-company-details .body-top {
		text-align: center;
	}
	.page-eform .modal-company-details .body-top .logo-wrapper {
		display: inline-block;
		margin: 12px auto;
		float: none;
		width: 80%;
		max-width: none;
		padding: 8px;
	}
	.page-eform .modal.modal-company-details .tab-content {
		height: 90%;
	}
	.ios.page-eform .modal.modal-company-details-guideline .tab-content {
		height: 90%;
	}
	.page-eform .modal.modal-company-details-guideline #pills-award-info-guideline {
		position: relative;
		height: 90%;
	}
	.ios.page-eform .modal.modal-company-details-guideline #pills-award-info-guideline {
		height: 80%;
	}
	.page-eform .modal-company-details .btn-vote-company .text-wrapper .text {
		font-size: 16px;
		padding-left: 6px;
		line-height: 1.3;
	}
	.page-eform .modal-company-details .btn-vote-company {
		font-size: 14px;
		padding: 9px 18px;
	}
	.page-eform .modal-company-details .btn-vote-company:before {
		border: 4px solid #fff;
	}
	.page-eform .modal-company-details .btn-vote-company:after {
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px;
	}
	.page-eform .modal-company-details .btn-company-profile-more {
		padding: 10px 26px;
	}
	.page-eform .modal-company-details .btn-wrapper {
		float: none;
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	
	.page-nominate .form-complex-qs .qs-title .text {
		width: 80%;
	}
	.page-nominate .extra-info-form {
		margin-left: 0;
	}
	.page-nominate .extra-info-form  .form-sub-group .qs-text {
		width: 80%;
	}
	.page-eform footer .title {
		display: block;
		float: left;
	}
	.page-eform footer .enquiries {
		display: block;
		float: left;
	}
	.page-eform footer .enquiries .enquiry {
		text-align: left;
	}
	.page-eform footer .enquiries .enquiry.tel {
		display: block;
	}
	.page-eform .modal-company-details .btn-company-profile-more {
		font-size: 14px;
	}
	.page-nominate.page-nominate-thank-you .msg-text {
		width: 88%;
	}
	.page-voting header .logo {
		max-width: 300px;
	}
	.page-voting .action-btns {
		padding-top: 0;
		padding-bottom: 22px;
	}
	.page-voting .action-btns .btn {
		padding: 12px 24px;
		margin: 6px;
	}
	.page-voting .nav-tabs-dropdown.btn-primary {
		padding: 4px 12px;
		top: 16px;
		max-width: 150px;
	}
	.page-voting-step2 .modal.modal-company-details .modal-content {
		padding-left: 8px;
		padding-right: 8px;
	}
	.page-voting-step2 .body-container .bg-bottom .bg-content {
		height: 0;
		padding-bottom: 100%!important;
		background-size: 100% auto;
	}
	.page-voting-step2 .modal-company-details .media-desc .title {
		font-size: 18px;
	}
	.page-voting-step2 .modal-company-details .media-desc {
		font-size: 13px;
	}
	
	.page-voting-confirm .action-btns .btn {
		font-size: 14px;
	}
	.page-voting-confirm .msg-text {
		font-size: 14px;
	}
	.page-voting-confirm  .prize-list {
		width: 90%;
	}
	.page-voting-confirm .form-section .form-content .add-info {
		max-width: 200px;
	}
	:lang(chi) .page-voting-confirm .form-section .form-content .add-info {
		max-width: 160px;
	}
	.page-voting-confirm .prize-list .prize-name {
		font-size: 14px;
		line-height: 1.42587;
	}
	.page-voting-confirm .prize-list .company-name {
		font-size: 14px;
		line-height: 1.42587;
	}
	.page-voting-confirm .action-btns .btn {
		font-size: 16px;
	}
	
	.page-voting-thank-you .form-group li{
		font-size: 14px;
		padding-bottom: 8px;
	}
	.page-voting-thank-you .form-group li{
		padding-bottom: 8px;
	}
	.page-voting-thank-you .action-btns  .btn {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	
	.page-awards-ceremony .agenda-list .right .desc .person .photo {
		display: block;
		float: none;
		width: 92px;
	}
	.page-awards-ceremony .agenda-list .right .desc .person .person-info {
		display: block;
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-left: 2px;
	}
	
	:lang(en) .page-eform .modal.modal-company-details .nav-pills > li  {
		clear: both;
	}
	:lang(en) .page-eform .modal.modal-company-details .modal-body {
		padding-left: 8px;
		padding-right: 8px;
	}
	:lang(en) .page-eform .modal.modal-company-details .close {
		position: absolute;
		right: 8px;
	}
	
	
	.page-voting.page-voting-step2 .df-container .content-wrapper {
		position: absolute;
		left: 15%;
		right: 15%;
		overflow: hidden;
		width: 70%;
		height: 100%;
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	.page-judging-process .rounds .round .round-img {
		display: none;
	}

	.page-judging-process .rounds .round .round-img-sm {
		display: inline-block;
		width: 100%;
		margin: 0 auto 44px auto;
	}
	
	
	.page-awards-ceremony .ceremony-title {
		font-size: 20px;
	}
	
	.page-awards-ceremony .ceremony-details {
		margin-top: 19px; 
	}
	
	.page-awards-ceremony .ceremony-title .shadow {
		font-size: 20px;
	}
	
	.page-awards-ceremony .ceremony-details .date-time {
		font-size: 18px;
	}
	
	.page-awards-ceremony .ceremony-details .venue a {
		font-size: 12px;
	}
	
	.page-awards-ceremony .agenda-list .row-break .right .title {
		width: 170%;
	}
	
	.page-awards-ceremony .btn-ceremony-register {
		width: 270px;
		height: 126px;
		margin-top: -10px;
	}

	.page-awards-ceremony .btn-ceremony-register span {
		background: url("../images/btn-ceremony-register-sprite.png") no-repeat;
		background-position: 0 0;
		background-size: 270px 254px;
	}

	.page-awards-ceremony .btn-ceremony-register  span.hover {
		background: url("../images/btn-ceremony-register-sprite.png") no-repeat;
		background-position: 0 -115px;
		background-size: 270px 254px;
	}

	.page-awards-ceremony .agenda-list .section-title .right .content .title{
		left: -108px;
	}
	
	.page-eform .modal-title {
		font-size: 16px;
	}
	.page-eform h4.modal-title {
		font-size: 16px;
	}
	.page-eform .modal-body {
		font-size: 14px;
	}
	.page-eform .modal-footer {
		text-align: center;
	}
	.page-eform .form-section-content .btn-preview-page-content {
		margin-left: 9%;
	}
	.page-eform .modal-company-details .no-value.award-info .pdf-wrapper {
		max-width: 200px;
		margin: 0 auto;
	}
	.page-nominate .form-complex-qs .qs-title .text {
		width: 80%;
	}
	.page-nominate .extra-info-form .form-control {
		margin-left: 10%;
		width: 90%;
	}
	.page-nominate .extra-info-form .form-award-info-video .form-sub-group {
		margin-left: 9%;
	}
	.page-nominate .extra-info-form label .num {
		width: 6%;
	}
	.page-nominate .form-collapse label {
		width: 100%;
	}
	.page-nominate .form-collapse .info-form-text .padding-left {
		width: 6%;
	}
	.page-nominate .form-collapse .info-form-text .content-text {
		width: 80%;
	}
	.page-nominate .form-upload .file-upload .file-upload-text {
		max-width: 180px;
	}
	.page-nominate.page-nominate-thank-you .action-btns .btn {
		padding: 8px 30px;
	}
	.page-nominate.page-nominate-thank-you .action-btns .btn {
		padding: 8px 30px;
	}
	
	.page-voting .nav-tabs-dropdown.btn-primary {
		max-width: 60px;
	}
	.page-voting .nav-tabs-dropdown.btn-primary .fa {
		padding-left: 0;
	}
	.page-voting-step2 .sub-category {
		max-width: 200px;
	}
	
	.page-voting.page-voting-step2 .df-ui-controls .df-ui-btn {
		width: 30px;
		font-size: 15px;
	}
	
	.page-voting-thank-you .form-section .btn {
		display: block;
		margin-bottom: 6px;
	}
	
	.page-voting.page-voting-step2 .df-container {
		height: auto!important;
	}
	.page-awards-ceremony .speakers-present .text .topic {
		font-size:15px;
	}
	.page-awards-ceremony .speakers-present .btn-primary {
		font-size:13px;
	}
	.page-awards-ceremony .speakers-present .text .desc{
		font-size:13px;
	}
	/*interview*/
	.page-awards-ceremony .interview .text .topic {
		font-size:15px;
	}
	.page-awards-ceremony .interview .btn-primary {
		font-size:13px;
	}
	.page-awards-ceremony .interview .text .desc{
		font-size:13px;
	}
}
@media screen and (max-width: 420px) {
	.page-eform .form-title {
		font-size: 24px;
	}
}
@media screen and (max-width: 400px) {
	.page-awards-ceremony .agenda-list .row-break .right .title {
		width: 175%;
	}
	
	.page-timeline .main-timeline .event.d1 .event-icon .icon,
	.page-timeline .main-timeline .event.d2 .event-icon .icon,
	.page-timeline .main-timeline .event.d3 .event-icon .icon,
	.page-timeline .main-timeline .event.d4 .event-icon .icon,
	.page-timeline .main-timeline .event.d5 .event-icon .icon,
	.page-timeline .main-timeline .event.d6 .event-icon .icon,
	.page-timeline .main-timeline .event.d7 .event-icon .icon,
	.page-timeline .main-timeline .event.d7 .event-icon .icon {
		background-size: 100px 100px;
	}
	.page-timeline .main-timeline .event .event-icon .line {
		width: 26px;
	}
	.page-timeline .main-timeline .event .event-icon .icon {
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.page-timeline .main-timeline .event-start .event-bar .bar-line-content {
		height: 70px;
	}
	.page-timeline .main-timeline .event-bar .bar-line-content {
		height: 120px;
	}
	.page-timeline .main-timeline .event-icon {
		margin-top: -64px;
	}
	.page-timeline .main-timeline .event-content {
		padding-left: 140px;
		top: -64px;
	}
	.page-timeline .main-timeline .event:nth-child(2n+1) .event-content {
		padding-left: 140px;
	}
	
	.page-judges .judge {
		width: auto;
	}
	
	.page-eform .modal-company-details .body-top .logo-wrapper img.img-vertical {
		width: auto;
		height: 160px;
	}
	.page-eform .modal.modal-company-details .close {
		position: absolute;
		right: 8px;
	}
	.page-eform .modal.modal-company-details .modal-content {
		padding: 10px;
	}
	.page-eform .modal.modal-company-details .modal-body {
		padding-left: 8px;
		padding-right: 8px;
	}
	.page-eform footer .title {
		display: inline-block;
		float: none;
		width: 206px;
		text-align: left;
		padding-bottom: 6px;
	}
	.page-eform footer .enquiries {
		display: inline-block;
		float: none;
	}
	
	.page-best-hr-awards-2019.page-voting-step2 .navbar-custom .btn-go-to-home {
		right: 78px;
	}
	.page-nominate .extra-info-form {
		margin: 0;
		padding: 10px;
	}
	.page-nominate .form-complex-qs .qs-title .text {
		width: 78%;
	}
	.page-nominate .form-check label {
		width: 88%;
	}
	.page-nominate .extra-info-form .form-sub-group .text {
		width: 94%;
	}
	.page-eform .modal.modal-company-details .tab-content {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 380px) {
	.page-awards-ceremony .agenda-list .row-break .right .title {
		width: 180%;
	}
	
	.page-eform .modal.modal-company-details .nav-pills > li  {
		clear: both;
	}
	.navbar .navbar-brand {
		max-width: 120px;
	}
	.navbar .lang {
		margin: 16px 0 0 130px;
	}
}
@media screen and (max-width: 360px) {
	.page-browse-by-year .browse-by-year-list .per-year {
		min-width: 100%;
	}
	.page-enquiries .enquiry {
		min-width: 100%;
	}
	.page-enquiries .enquiry .text { 
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) {
	#modal-award-print-ad .modal-dialog {
		max-width: 750px;
	}
	.page-best-hr-awards-2019 .body-container .bg-top .bg-content {
		width: 1167px;
		height: 197px;
	}
	.page-best-hr-awards-2019 .body-container .bg-bottom .bg-content {
		width: 1167px;
		height: 197px;
	}
	
	.page-event-page .body-container .bg-bottom .bg-content {
		width: 1167px;
		height: 408px;
	}
	
	.page-home .body-container .light {
		width: 1167px;
		height: 726px;
	}
	
	.page-home .logo {
		min-height: 600px;
	}
	.ie.page-home .logo {
		height: 600px;
	}
	.page-home .logo img {
		max-width: 376px;
	}
	
	.page-home .desc {
		font-size: 21px;
	}
	
	
	.page-awards-ceremony .body-container .light {
		width: 730px;
		height: 454px;
	}
	
	.page-awards-ceremony .logo {
		min-height: 375px;
	}
	.ie.page-awards-ceremony .logo {
		height: 375px;
	}
	.page-awards-ceremony .logo img {
		max-width: 235px;
	}
	
	.page-awards-ceremony .ceremony {
		margin-top: -48px;
	}
	
	.page-awards-ceremony .ceremony-sub-title {
		font-size: 16px;
		margin-bottom: 18px;
	}
	
	.page-awards-ceremony .ceremony-title {
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	
	.page-awards-ceremony .ceremony-title .shadow {
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	
	.page-awards-ceremony  .ceremony-details .date-time {
		text-align: right;
		padding-right: 18px;
		font-size: 22px;
	}
	
	.page-awards-ceremony  .ceremony-details .venue {
		text-align: left;
		border-top: 0;
		border-left: 2px solid #fff;
	}
	.page-awards-ceremony  .ceremony-details .venue a {
		padding: 0 0 0 18px;
		font-size: 14px;
	}
	
	.page-awards-ceremony .agenda-list .right .desc .person .photo {
		display: block;
		float: left;
		width: 92px;
	}
	.page-awards-ceremony .agenda-list .right .desc .person .person-info {
		display: block;
		float: left;
		width: 75%;
		padding-top: 10px;
		padding-left: 10px;
	}
	
	.page-awards-ceremony .agenda-list .section-title .right .content .title {
		left: -124px;
	}
	
	.page-awards-ceremony .agenda-list .row-break .right .title {
		max-width: 750px;
	}

	.ie.page-best-hr-awards-2019 .body-container .bg-top .bg-content,
	.ie.page-best-hr-awards-2019 .body-container .bg-bottom .bg-content,
	.ie.page-home .body-container .light {
		margin-left: 0;
		-webkit-transform: none;
		 -ms-transform: none;
			 transform: none;
		
	}
	.ie.page-best-hr-awards-2019 .body-container .bg-top ,
	.ie.page-best-hr-awards-2019 .body-container .bg-bottom,
	.ie.page-home .body-container .light {
		left: 50%;
		margin-left: -583.5px;
	}
	
	.page-enquiries .enquiries { 
		margin-bottom: 200px;
	}
	
	.page-event-page .body-container .bg-middle-fixed .bg-inner-wrapper {
		margin-top: 246px;
		width: 833px;
		height: 624px;
		padding-bottom: 0;
	}
	
	
	.modal-cere-speakers-details .modal-dialog {
		height: 90%;
	}
	.modal-cere-speakers-details .modal-content {
		height: 100%;
	}
	.modal-cere-speakers-details .modal-body {
		height: 90%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.modal-judge-details .modal-dialog {
		height: 90%;
	}
	.modal-judge-details .modal-content {
		height: 100%;
	}
	.modal-judge-details .modal-body {
		height: 90%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.page-judges .judge:nth-child(odd) {
		clear: both;
	}
	
	/*.navbar-custom .nav li a  {
		font-size: 12px;
	}*/

	.navbar-custom .nav .other-links.with-btn {
		right: 64px;
	}
	
	html[lang="chi"] .navbar-custom .nav .other-links.with-btn {
		right: 64px;
	}
	
	.page-eform .modal.modal-company-details.in .modal-body {
		/*height: 88%;*/
		padding: 20px;
	}
	.page-eform .modal-company-details .no-value.logo-wrapper .logo {
		padding: 14px;
	}
	
	.page-home .category-icon {
		width: 170px;
	}
	.page-nominate .modal-app-notes .modal-content {
		 min-height: 400px;
	}
	.page-nominate .form-complex-qs .qs-content {
		padding: 0px 38px 12px 38px;
	}
	.page-nominate .form-group .form-element {
		padding-left: 38px;
	}
	.page-nominate .extra-info-form .form-control {
		width: 446px;
	}
	.word-count {
		width: 446px;
		margin:5px 0 0 36px;
	}
	.page-nominate .extra-info-form .form-award-info-video .form-sub-group {
		margin-left: 36px;
	}
	.page-nominate .extra-info-form .form-upload .form-control {
		display: block;
		margin-bottom: 6px;
		width: 100%;
	}
	.page-nominate .extra-info-form .form-group {
		margin-bottom: 20px;
	}
	.page-nominate .extra-info-form .form-award-info-video .form-upload-video-pic-1 .line-break {
		display: block;
	}
	.navbar .navbar-brand {
		max-width: 140px;
	}
	.navbar .lang {
		margin: 16px 0 0 115px;
	}
	
	.page-voting .navbar .lang {
		margin-top: 12px;
	}
	
	.page-voting .action-btns  {
		padding-bottom: 0;
	}
	
	.page-voting .nav-dropdown-tabs.navbar-collapse {
		bottom: auto;
		width: 400px;
		padding: 0;
		overflow: hidden!important;
		max-height: 480px;
	}
	.page-voting .nav-dropdown-tabs.navbar-collapse.in {
		min-height: 480px;
	}
	.page-voting-step2 .nav-dropdown-tabs.navbar-collapse.in {
		min-height: 0;
	}
	
	.page-voting .nav-dropdown-tabs .iScrollLoneScrollbar {
		display: block;
		top: 2px !important;
		bottom: 2px !important;
		right: 2px !important;
	}
	.page-voting .nav-tabs-dropdown .btn-primary {
		background-color: #9b80b7;
		border-color: #9b80b7;
	}
	.page-voting .nav-dropdown-tabs .navbar-nav {
		float: none;
		margin: 0;
	}
	.page-voting .nav-dropdown-tabs .navbar-nav  li {
		float: none;
	}
	.page-voting .btn-submit-vote  {
		left: 50%;
		margin-left: 250px;
	}
	
	
	.page-voting-step2 .body-container .bg-middle-fixed .bg-inner-wrapper {
		margin-top: 246px;
		width: 833px;
		height: 624px;
		padding-bottom: 0;
	}
	.page-awards-ceremony .speakers-present .tab-btns-wrapper #nav-tabs-wrapper {
		display: block!important;
		border: 0;
		padding-bottom: 0;
	}
	/*interview*/
	.page-awards-ceremony .interview .tab-btns-wrapper #nav-tabs-wrapper {
		display: block!important;
		border: 0;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	#modal-award-print-ad .modal-dialog {
		max-width: 1120px;
	}
	.navbar-custom .nav li a  {
		font-size: 13px;
	}
	.navbar-custom .navbar-nav > li > a {
		padding: 12px 7px;
	}
	.navbar-custom .nav .other-links.with-btn {
		/*right: 77px;*/
		right: 68px;
	}
	.navbar .navbar-brand {
		max-width: 140px;
	}
	.page-best-hr-awards-2019 .body-container .bg-top .bg-content {
		width: 1544px;
		height: 260px;
		background-size: 100%;
	}
	.page-best-hr-awards-2019 .body-container .bg-bottom .bg-content {
		width: 1544px;
		height: 260px;
		background-size: 100%;
	}
	.page-event-page .body-container .bg-middle-fixed .bg-inner-wrapper {
		width: 1102px;
		height: 825px;
	}
	.page-event-page .body-container .bg-bottom .bg-content {
		width: 1544px;
		height: 540px;
	}
	.page-home .body-container .light {
		width: 1544px;
		height: 960px;
	}
	.page-home .logo {
		min-height: 780px;
	}
	.ie.page-home .logo {
		height: 780px;
	}
	.page-home .logo img {
		max-width: 497px;
	}
	.page-home .logo-animated .logo-content {
		width: 497px;
		height: 384px;
	}
	.page-home .desc {
		font-size: 25px;
	}
	.page-awards-ceremony .body-container .bg-bottom .bg-content {
		width: 965px;
		height: 338px;
	}
	.page-awards-ceremony .body-container .light {
		width: 965px;
		height: 600px;
	}
	.page-awards-ceremony .logo {
		min-height: 488px;
	}
	.ie.page-awards-ceremony .logo {
		height: 488px;
	}
	.page-awards-ceremony .logo img {
		max-width: 311px;
	}
	.page-awards-ceremony .logo-animated .logo-content {
		width: 311px;
		height: 240px;
	}
	
	.page-awards-ceremony .ceremony-sub-title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	
	.page-awards-ceremony .ceremony-title {
		font-size: 36px;
		letter-spacing: 0;
	}
	
	.page-awards-ceremony .ceremony-title .shadow {
		font-size: 36px;
		letter-spacing: 0;
	}
	
	.page-awards-ceremony  .ceremony-details .date-time { 
		font-size: 27px;
	}
	
	.page-awards-ceremony .ceremony-details .venue a {
		font-size: 17px;
	}
	
	.page-awards-ceremony .agenda-list .row-break .right .title {
		max-width: 992px;
	}
	
	.page-awards-ceremony .agenda-list .section-title .right .content .title {
		left: -132px;
	}
	
	.ie.page-awards-ceremony .agenda-list .section-start.r-light .left .bg {
		width: 95px;
		left: 1.5px;
	}
	
	.ie.page-awards-ceremony .agenda-list .section-start.r-dark .left .bg {
		width: 95px;
		left: 1.5px;
	}
	
	.page-nominate .extra-info-form .form-control {
		width: 90%;
		margin-left: 39px;
	}
	.word-count {
		width: 90%;
		margin-left: 39px;
	}
	.page-nominate .extra-info-form .form-award-info-video .form-sub-group,
	.page-nominate .extra-info-form .form-referees-information .form-sub-group {
		margin-left: 6.2%;
	}
	.page-nominate .extra-info-form .form-group {
		margin-bottom: 20px;
	}
	.form-upload-company-logo .form-control.preview {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	.page-voting .form-section .form-title {
		font-size: 32px;
		line-height: 68px;
		height: 68px;
	}
	.page-voting .form-section .form-title .left .top,
	.page-voting .form-section .form-title .right .top {
		height: 68px;
	}
	.page-voting .form-section .form-content {
		font-size: 16px;
	}
	.page-voting .btn-submit-vote  {
		left: 50%;
		margin-left: 372px;
	}
	
	.page-voting-step2 .body-container .bg-middle-fixed .bg-inner-wrapper {
		width: 1102px;
		height: 825px;
	}
	.page-voting-step2 .body-container .bg-bottom .bg-content {
		width: 1544px;
		height: 540px;
	}
	
	.page-voting-step2 .form-section .form-content {
		font-size: 16px;
	}
	.page-voting-step2 .btn-submit-vote  {
		left: 50%;
		margin-left: 372px;
	}
	.page-voting-step2 .modal-company-details .media-desc {
		padding-right: 0;
		padding-left: 0;
		margin-top: 24px;
	}
	.page-awards-ceremony .speakers-present li a .newline {
		display: block;
	}
	/*interview*/
	.page-awards-ceremony .interview li a .newline {
		display: block;
	}
}
@media screen and (min-width: 1200px) {
	.ie.page-awards-ceremony .agenda-list .section-start.r-light .left .bg {
		width: 96px;
		left: 1px;
	}
	
	.ie.page-awards-ceremony .agenda-list .section-start.r-dark .left .bg {
		width: 96px;
		left: 1px;
	}
}
@media screen and (max-width: 767px) and (min-height: 740px) {
	.page-judges  .body-container .bg-bottom {
		padding-bottom: 40% !important;
	}
	
	.page-judges .body-container .bg-bottom .bg-content {
		padding-bottom: 40% !important;
	}
	
	.page-browse-by-year  .body-container .bg-bottom {
		padding-bottom: 40% !important;
	}
	
	.page-browse-by-year .body-container .bg-bottom .bg-content {
		padding-bottom: 40% !important;
	}
	
	.page-enquiries   .body-container .bg-bottom {
		padding-bottom: 40% !important;
	}
	
	.page-enquiries .body-container .bg-bottom .bg-content {
		padding-bottom: 40% !important;
	}
}
@media screen and (max-width: 767px) and (max-height: 739px) {
	.page-judges  .body-container .bg-bottom {
		padding-bottom: 60% !important;
	}
	
	.page-judges .body-container .bg-bottom .bg-content {
		padding-bottom: 60% !important;
	}
	
	.page-browse-by-year  .body-container .bg-bottom {
		padding-bottom: 60% !important;
	}
	
	.page-browse-by-year .body-container .bg-bottom .bg-content {
		padding-bottom: 60% !important;
	}
	
	.page-enquiries   .body-container .bg-bottom {
		padding-bottom: 60% !important;
	}
	
	.page-enquiries .body-container .bg-bottom .bg-content {
		padding-bottom: 60% !important;
	}
}
@media screen and (max-width: 767px) and (max-height: 480px) {
	.page-voting.page-voting-step2 .navbar-collapse.nav-dropdown-tabs {
		max-height: 300px;
	}
}
@media screen and (max-width: 320px) {
	.navbar .navbar-brand {
		max-width: 95px !important;
	}
	.navbar .navbar-brand .brand-logo {
		margin: 3px 0 0 0 !important;
	}
	.navbar .lang {
		margin: 12px 0 0 106px !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1544px) {
	.ie.page-best-hr-awards-2019 .body-container .bg-top ,
	.ie.page-best-hr-awards-2019 .body-container .bg-bottom ,
	.ie.page-home .body-container .light {
		left: 50%;
		margin-left: -772px;
	}
}
@media screen and (max-width: 1544px) {
	.navbar .navbar-brand {
		max-width: 120px;
		top: 8px;
	}
}
@media screen and (min-width: 1545px) {
	.navbar .navbar-brand {
		max-width: 120px;
		top: 8px;
	}
	.ie.page-best-hr-awards-2019 .body-container .bg-top ,
	.ie.page-best-hr-awards-2019 .body-container .bg-bottom {
		left: 0;
		margin-left: 0;
	}
	.ie.page-home .body-container .light {
		left: 50%;
		margin-left: -772px;
	}
}
@media screen and (max-height: 400px) {
	.page-nominate .modal.modal-company-details-guideline .tab-pane {
		height: 80%;
		position: relative;
	}
	
	.ios.df-body-fullscreen .df-book-stage {
		top: 0!important;
	}
	
	.page-voting.page-voting-step2 #pills-award-info .mCSB_container {
		min-height: 140%!important;
	}
}
