html, body {
	height: 100%;
}
html {
	color: #222;
}
a {
	-webkit-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-moz-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-o-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
}
img {
	max-width: 100%;
}/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
::-webkit-input-placeholder {
color: #c7c7c7;
}
:-moz-placeholder {
color: #c7c7c7;
}
::-moz-placeholder {
color: #c7c7c7;
}
:-ms-input-placeholder {
color: #c7c7c7;
}
/* * A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}/* * Remove default fieldset styles. */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}/* * Allow only vertical resizing of textareas. */
textarea {
	resize: vertical;
}/* ==========================================================================   Browser Upgrade Prompt   ========================================================================== */
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}/* ==========================================================================   Author's custom styles   ========================================================================== *//* ==========================================================================   Helper classes   ========================================================================== *//* * Hide visually and from screen readers */
.hidden {
	display: none !important;
}/* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}/* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}/* * Hide visually and from screen readers, but maintain layout */
.invisible {
	visibility: hidden;
}/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the *    `contenteditable` attribute is included anywhere else in the document. *    Otherwise it causes space to appear at the top and bottom of elements *    that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using *    `:before` to contain the top-margins of child elements. */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}/* ==========================================================================   EXAMPLE Media Queries for Responsive Design.   These examples override the primary ('mobile first') styles.   Modify as content requires.   ========================================================================== */
@media only screen and (min-width: 35em) {/* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {/* Style adjustments for high resolution devices */
}/* ==========================================================================   Print styles.   Inlined to avoid the additional HTTP request:   http://www.phpied.com/delay-loading-your-print-css/   ========================================================================== */
@media print {
*, *:before, *:after, *:first-letter, *:first-line {
	background: trans !important;
	color: #000 !important; /* Black prints faster:http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}/*     * Don't show links that are fragment identifiers,     * or use the `javascript:` pseudo protocol     */
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}/*     * Printing Tables:     * http://css-discuss.incutio.com/wiki/Printing_Tables     */
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
a {
	color: #181818;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ff6666;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	background: #fff;
}
.header-large {
	background-image: url('../img/header-banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-bottom: 15px;
}
.header-large:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(253,253,253,0.6);
}
.header-large .container {
	position: relative;
	z-index: 9;
}
.logo-wrapper > span {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.gray-panel {
	text-align: center;
	border: 2px solid #E39F15;
	color: #333;
	padding: 10px 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.bg-green {
	background: #22893C;
}
.bg-purple {
	background: #6D5BA7;
}
.bg-pink {
	background: #F598A4;
}
.bg-orange {
	background: #EE946F;
}
.bg-blue {
	background: #1B75BB;
}
.program-body {
	text-align: center;
	color: #fff;
	padding: 16px 0px 17px 0px;
}
.tp-body {
	text-align: center;
	padding: 5px 0px;
}
.program-body div, .tp-body div {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.pg-title h2, .fixed-box h2, .tp-title h2 {
	margin: 0;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
}
.pg-icon img {
	width: 45px;
}
.tp-title h2 {
	color: #333;
}
.pg-title h2 em, .fixed-box h2 em, .tp-title h2 em {
	display: block;
	font-style: normal;
}
.banner-ad-space, .program-box, .banner-ad-long, .eu-event, .gallery-single {
	padding-bottom: 15px;
}
.tp-box {
	padding-bottom: 10px;
}
.fixed-table {
	position: relative;
}
.fixed-table .fixed-box {
	float: left;
	width: 20%;
	margin-bottom: 15px;
	padding: 0 8px;
}
.fx-wrap {
	padding: 6px;
}
.text-center {
	text-align: center;
}
.header-small {
	padding-top: 15px;
}
.carousel-wrapper {
	margin-bottom: 15px;
}
.carousel-wrapper .table-row .table-cell {
	vertical-align: top;
}
.panel-text-grey {
	background: #F4F5F6;
	padding: 15px;
	min-height: 540px;
}
.table-row {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.table-row .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.panel-text-grey h2 {
	margin: 0 0 6px 0;
}
.panel-text-grey p {
	margin: 10px 0 0 0;
}
.bg-gray {
	padding-top: 15px;
	background: #f6f6f6;
}
.eu-body {
	background: #fff;
	padding: 6px;
}
.eu-body h2 {
	margin: 0 0 0 0;
	font-size: 14px;
	color: #333;
}
.eu-body .pt-date, .eu-body .pt-venue {
	line-height: normal;
}
.text-right {
	text-align: right;
}
.box-green, .box-red, .box-yellow {
	display: inline-block;
	background: #22893c;
	padding: 2px 12px;
	color: #fff;
	border-radius: 2px;
}
.box-red {
	background: #e1304c;
}
.box-yellow {
	background: #FFC921;
}
.eu-body .pt-venue {
	margin-bottom: 5px;
}
.map-wrapper {
	border-top: 2px solid #f6f6f6;
	padding-top: 15px;
}
.select-box .table-row .table-cell {
	width: inherit !important;
	padding: 0 8px !important;
}
.select-box .table-row .table-cell select {
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 2px 18px 2px 15px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.select-box .table-row .table-cell select:focus {
	outline: 0;
}
.scroll-box img {
	max-width: inherit;
	max-height: 714px;
}
.scroll-box {
	height: 730px;
	overflow: scroll;
	overflow-y: hidden;
}
/* width */
.scroll-box::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
.left-box-scroll::-webkit-scrollbar {
 width: 4px;
 height: 100px;
}
/* Track */
.scroll-box::-webkit-scrollbar-track, .left-box-scroll::-webkit-scrollbar-track {
 background: #f1f1f1;
}

/* Handle */
.scroll-box::-webkit-scrollbar-thumb, .left-box-scroll::-webkit-scrollbar-thumb {
 background: #888;
}

/* Handle on hover */
.scroll-box::-webkit-scrollbar-thumb:hover, .left-box-scroll::-webkit-scrollbar-thumb:hover {
 background: #555;
}
.single-row {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.single-row > div {
	display: table-cell;
	vertical-align: middle;
}
.line-single .single-row > div:last-child {
	width: 40%;
}
.single-row > div:last-child {
	text-align: right;
}
.single-row > div:last-child span {
	padding: 7px 10px 5px 10px;
	text-align: center;
	border-radius: 0px;
	word-break: break-all;
	display: block;
	max-width: 183px;
}
.hl-name em, .single-row > div:last-child span em, .program-box.program-event.promotion-single .text-right .box-green em {
	font-style: normal;
	display: block;
	line-height: 13px;
}
.row-lines {
	padding-top: 16px;
}
.line-single {
	margin-bottom: 15px;
}
.section-double-thumb > div{
	margin-bottom: 10px;
}
.section-double-thumb > div:last-child {
	margin-bottom: 0;
}
.select-box {
	background: #efefef;
	padding: 8px 0;
}
.tua-tripswitcherTab {
	margin-top: 5px;
}
.tua-tripswitcherTab-list {
	margin: 0;
	padding: 0;
	text-align: center;
}
.tua-tripswitcherTab-list li {
	list-style: none;
	display: inline-block;
	width: 45%;
	text-align: center;
	background: #fff;
	font-size: 13px;
	padding: 0px;
}
.tua-tripswitcherTab-list li a {
	color: #333;
	display: block;
	border-radius: 4px;
	padding: 2px 0;
	border: 1px solid #ccc;
}
a.activeTab {
	color: #e1304c !important;
	text-decoration: none;
	border-color: #e1304c !important;
}
.tua-tripswitcherTab-list li a:hover {
	text-decoration: none;
}
.box-pink-link {
	background: #ebbac0;
}
.box-green-link {
	background: #cddcb5;
}
a.box-green-link.link-long.activeHall {
	background: #8fc440;
	color: #fff !important;
	text-decoration: none;
}
a.box-pink-link.link-long.activeHall {
	background: #ef4778;
	color: #fff !important;
	text-decoration: none;
}
.link-long {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.link-long:hover {
	text-decoration: none;
	color: #fff;
}
select.input-sel {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.caret-down {
	float: right;
	margin-top: -19px;
	margin-right: 5px;
	pointer-events: none;
	background-color: transparent;
	padding-right: 5px;
	color: #8a8a8a;
	background: url(../img/icons/caret-down.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	background-size: 12px;
}
.color-one h2 {
	color: #ed217c;
}
.color-two h2 {
	color: #bf1e2e;
}
.color-three h2 {
	color: #005077;
}
.color-four h2 {
	color: #f1592a;
}
.color-five h2 {
	color: #662d91;
}
.color-six h2 {
	color: #6fc8b8;
}
.color-seven h2 {
	color: #5a4a42;
}
.color-eight h2 {
	color: #fdbd69;
}
.color-nine h2 {
	color: #f47e68;
}
.color-ten h2 {
	color: #a2def9;
}
.color-eleven h2 {
	color: #b2d782;
}
.color-twelve h2 {
	color: #b48ec1;
}
.color-thirteen h2 {
	color: #00a651;
}
.color-fourteen h2 {
	color: #c2b59b;
}
.color-fifteen h2 {
	color: #262262;
}
.program-thumb img {
	width: 100%;
}
.single-event .bg-orange, .single-event .bg-pink {
	display: table;
	width: 100%;
}
.single-event .bg-orange span, .single-event .bg-pink span {
	display: table-cell;
	vertical-align: middle;
}
.program-box.program-event.promotion-single .pt-content {
	min-height: 208px;
	color: #888;
	line-height: 22px;
}
.program-box.program-event.promotion-single h2 {
	font-weight: 600;
	font-size: 18px;
}
.searchbox {
	position: absolute;
	min-width: 34px;
	width: 0%;
	top: 0;
	right: 0;
	height: 52px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-appearance: none;
}
.searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #f5f5f5;
	width: 100%;
	height: 52px;
	margin: 0;
	display: block;
	padding: 0px 55px 0px 10px;
	font-size: 16px;
	color: #333;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-appearance: none;
}
.searchbox-input::-webkit-input-placeholder {
 color: #333;
}
.searchbox-input:-moz-placeholder {
 color: #333;
}
.searchbox-input::-moz-placeholder {
 color: #333;
}
.searchbox-input:-ms-input-placeholder {
 color: #333;
}
.searchbox-icon, .searchbox-submit {
	width: 34px;
	height: 52px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 18px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
	color: #9e9e9e;
	background: #f5f5f5;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-appearance: none;
}
.searchbox-open {
	width: 100%;
}
.logo-wrapper {
	position: relative;
}
.search-panel {
	text-align: center;
}
.header-large .search-panel {
	margin-top: 15px;
	overflow: hidden;
}
.header-small .search-panel {
	margin-bottom: 15px;
}
.search-form {
	position: relative;
	overflow: hidden;
}
.search-form .input-search {
	padding: 4px 6px;
	border: 2px solid #e8e8e8;
	background: #efefef;
	color: #333;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-appearance: none;
}
.search-form input:focus {
	outline: 0;
}
.search-icon {
	width: 38px;
	height: 38px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.search-form input[type="submit"] {
	font-family: FontAwesome;
	background: transparent;
	border: 0;
	width: 38px;
	border-right: 2px solid #e8e8e8;
}
.modal-body img {
	height: auto !important;
}
.banner-ad-space img {
	height: auto !important;
	width: 100%;
}
.modal-body {
	text-align: center !important;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99; /* Sit on top */
	left: 0;
	top: 0;
	text-align: center;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */


.modal-content {
	background-color: #fefefe;
	margin: 100px auto;
	padding: 15px;
	border: 1px solid #888;
	width: auto;
	max-width: 70%;
	display: inline-block;
	text-align: center;
	position: relative;
}
.modal-content img {
	height: auto;
}
/* The Close Button */
.close {
	color: #fff;
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	right: -15px;
	top: -15px;
	width: 40px;
	line-height: 40px;
	height: 40px;
	background: #ed1c24;
	border-radius: 50%;
}
.close:hover, .close:focus {
	color: fff;
	text-decoration: none;
	cursor: pointer;
}
.select-box .table-cell {
	background: #efefef !important;
}
.bg-1 {
	background: #3ea974;
}
.bg-2 {
	background: #b7a0bc;
}
.bg-3 {
	background: #f27b96;
}
.bg-4 {
	background: #4b7ca4;
}
.bg-5 {
	background: #5b57a6;
}
.bg-6 {
	background: #6fc8b8;
}
.bg-7 {
	background: #806a5d;
}
.bg-8 {
	background: #fdbd69;
}
.bg-9 {
	background: #f47e68;
}
.bg-10 {
	background: #a2def9;
}
.bg-11 {
	background: #b2d782;
}
.bg-12 {
	background: #8aa2d2;
}
.bg-13 {
	background: #f4a3c6;
}
.bg-14 {
	background: #c2b59b;
}
.bg-15 {
	background: #2e5495;
}
.bg-16 {
	background: #F7A69C;
}
.tp-box.tp-ic-text {
	padding: 0;
	margin-bottom: 15px;
}
.tp-box.tp-ic-text .tp-title {
	display: block !important;
	margin-top: 8px;
}
.tp-box.tp-ic-text .tp-title h2 {
	color: #fff;
	font-size: 16px;
}
.pagination-list {
	margin-bottom: 30px;
}
.pagination-list ul {
	margin: 0;
	padding: 0;
}
.pagination-list ul li {
	list-style: none;
	display: inline-block;
	float: left;
}
.pagination-list ul li a, .pagination-list ul li span {
	background: #fff;
	padding: 6px 15px;
	display: block;
	border: 1px solid #efefef;
	border-right: 0;
}
.pagination-list ul li a:hover {
	text-decoration: none;
}
.pagination-list ul li:last-child a {
	border-right: 1px solid #efefef;
}
.pagination-list ul li.active span {
	background: #ee2e2f;
	color: #fff;
	border-color: #ee2e2f;
}
.box-blue {
	background: #20449a;
	color: #fff;
}
.box-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.box-table .box-cell {
	display: table-cell;
	vertical-align: top;
	padding: 15px;
}
.box-table .box-cell strong {
	color: #b7e6f8;
	display: block;
	margin-bottom: 10px;
}
.box-table .box-cell p {
	margin-bottom: 5px;
	margin-top: 0;
}
.box-table .box-cell p:last-child {
	margin-bottom: 0px;
}
.box-table .box-cell:first-child {
	border-right: 1px solid #3968d8;
}
.special-thumb-whole img {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}
footer {
	background: #fff;
	padding: 5px 0;
	margin-top: 30px
}
.foot-text {
	text-align: center;
	border-top: 1px solid #dedede;
	padding: 6px 0;
	font-weight: 600;
	color: #333;
}
.foot-table .foot-cell:last-child {
	text-align: right;
}
.foot-table .foot-cell:last-child img {
	max-height: 38px;
}
.box-speContents {
	padding: 15px;
	min-height: 238px;
}
.box-dg {
	background: #cfcfd1;
}
.box-lg {
	background: #ebecee;
}
.left-box-scroll {
	height: 402px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 5px;
}
.sp-box-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.sp-box-table .sp-box-cell {
	display: table-cell;
	vertical-align: top;
}
span.booth-no {
	padding: 0 !important;
	max-width: 16ch;
	margin-top: 2px;
	word-break: inherit !important;
	line-height: 20px;
	margin: 0 auto;
}
.special-box-header .sp-box-table .sp-box-cell:first-child {
	width: 210px;
}
.ban-content {
	color: #20449a;
}
.nom-box .sp-box-cell:last-child {
	width: 150px;
	padding-left: 10px;
}
.nom-box h2 {
	margin: 0 0 15px 0;
	min-height: 56px;
	color: #6bc6e8;
	font-size: 20px;
	line-height: 28px;
}
.nom-box h2 span {
	padding: 0 35px;
	position: relative;
	display: inline-block;
}
.nom-box h2 span:before, .nom-box h2 span:after {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
}
.nom-box h2 span:before {
	left: 10px;
	top: -2px;
	background-size: 20px;
	background-image: URL('../img/icons/left-comma.jpg');
	background-repeat: no-repeat
}
.nom-box h2 span:after {
	right: 2px;
	bottom: -12px;
	background-size: 20px;
	background-image: URL('../img/icons/right-comma.jpg');
	background-repeat: no-repeat
}
.special-grey-box {
	margin-top: 30px;
}
.special-page-footer {
	background: #20449b;
}
.long-wImPanel {
	margin-top: 30px;
	margin-bottom: 50px;
}
.wimThumb {
	position: relative;
	z-index: 9;
}
.wimThumb:after {
	content: '';
	position: absolute;
	right: -12px;
	top: 15px;
	background: #20449a;
	width: 12px;
	height: 100%;
}
.long-wImPanel.nom-box h2 {
	color: #20449a;
	min-height: 30px;
}
.wimTitle {
	position: absolute;
	width: 100%;
	height: 20px;
	background: #20449a;
	left: 12px;
	bottom: -20px;
}
.sp-no-box {
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}
.sp-no-box em {
	font-style: normal;
	font-size: 100px;
	font-weight: 700;
	line-height: 100px;
}
.number-box {
	color: #6dcdf3;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 40px;
	margin-top: 14px;
}
.number-box em {
	font-style: normal;
	font-size: 100px;
	font-weight: 700;
	vertical-align: top;
	line-height: 74px;
}
/*.vertical-line-pane {
	position: relative;	
}
.vertical-line-pane:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 2px;
    background: #6dcdf3;
    top: 8px;
    right: 0px;	
}
.vertical-line-pane:after {
    position: absolute;
    content: '';
    width: 95%;
    height: 2px;
    background: #6dcdf3;
    bottom: 0;
    right: 0px;	
}*/
.box-dg.box-speContents p {
	margin: 0;
}
.sp-contents {
	background: #ebecee;
}
.special-lBox .sp-box-cell:first-child {
	width: 215px;
}
.special-lBox .sp-box-cell:last-child {
	width: inherit;
	padding: 12px;
}
.special-lBox {
	margin-top: 30px;
}
.sp-contents strong {
	display: block;
	color: #20449b;
}
.sp-list {
	margin: 0;
	padding: 0;
}
.sp-list li {
	list-style: none;
	display: block;
	padding-left: 38px;
	position: relative;
	margin-top: 10px;
}
.sp-list li em {
	font-style: normal;
	background: #6bc6e8;
	color: #fff;
	display: inline-block;
	width: 26px;
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	position: absolute;
	left: 0px;
	top: 1px;
}
.sp-box-cell.sp-thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sp-box-table .sp-box-cell p {
	margin: 0 0 8px 0;
}
.sp-box-table .sp-box-cell p:last-child {
	margin: 0;
}
.special-box-header strong {
	font-size: 32px;
	margin-bottom: 14px;
	display: block;
	color: #20449a;
}
.program-box.program-event.promotion-single .text-right .box-green {
	width: 122px;
	padding: 5px 10px 3px 10px;
	text-align: center;
	border-radius: 0px;
	word-break: break-all;
	line-height: 20px;
	font-size: 13px;
}
.dyn-banner {
	display: table;
	background-image: URL('../img/banner-825-100.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 115px;
	width: 100%;
	table-layout: fixed;
}
.dyn-content {
	z-index: 999;
	color: #007575;
	font-size: 26px;
	font-weight: 600;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dyn-content span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.promotion-boxes {
	padding-top: 15px;
}
.hl-name em {
	line-height: 22px;
}
.gal-bg {
	padding: 15px 15px 0 15px;
}
.gal-title {
	display: table;
	width: 100%;
	table-layout: fixed;
	height: 78px;
}
.gal-title span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 22px;
	padding: 0 4px;
	color: #fff;
}
.gallery-pgBox .program-body.bg-blue {
	display: table;
	width: 100%;
}
.pg-wrap {
	display: table-cell !important;
}
.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}
.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both
}
html.lb-disable-scrolling {
	overflow: hidden;
	position: fixed;
	height: 100vh;
	width: 100vw
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff
}
.lightbox a img {
	border: none
}
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff
}
.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}
.lb-outerContainer:after {
	display: table
}
.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/icons/loading.gif) no-repeat
}
.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.lb-container>.nav {
	left: 0
}
.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/icons/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/icons/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
	display: table
}
.lb-data {
	padding: 0 4px;
	color: #ccc
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}
.lb-data .lb-caption a {
	color: #4ae
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/icons/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}
.gallery-list {
	margin-top: 15px;
}
.program-box.program-event.event-list-ad img {
	width: 100%;
	height: auto;
}
.footer-right-link a {
	display: inline-block;
	color: #333;
}
.footer-right-link a:last-child {
	padding-left: 10px;
}
.top-row {
	border-bottom: 2px solid #d2d2d2;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.footer-right-link {
	vertical-align: bottom !important;
}
.single-fBox {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.sp-inner-tbl {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.sp-inner-tbl .sp-inner-cell {
	display: table-cell;
	vertical-align: bottom;
}
.sp-inner-tbl .sp-inner-cell:last-child {
	width: 150px;
}
.event-form-row input, .event-form-row textarea {
    padding: 0px 6px;
    font-size: 13px;
    width: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 4px;
}
.event-form-row {
	margin-bottom: 15px;
}
.form-wrapper {
	margin-top: 15px;
}
.event-form-row label {
	display: inline-block;
	font-weight: 600;
}
.form-block {
    margin-top: 20px;
    border-top: 2px solid #d0d0d0;
    padding-top: 10px;
}
.btn-cfile {
	background: #f3f3f3;
    padding: 6px 10px;
    border: 1px solid #b3b3b3;
    display: inline-block !important;
}
input.btn-submit-form {
    background: #22893c;
    color: #fff;
    padding: 8px 26px;
    border: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.required-field label {
    position: relative;
    padding-right: 15px;
}
.required-field label:after {
    position: absolute;
    content: '*';
    right: 0px;
    top: 0;
	font-weight: 700;
	color: #f92c2c;
}
.photo-req {
	display: inline-block;	
}
.event-no-image .pg-title h2 {
    font-size: 20px;
    line-height: 30px;
}
.event-no-image .pg-icon img {
    width: 70px;
}
.eu-row {
	display: table;
	width: 100%;
	table-layout: fixed;	
}
.eu-row .eu-cell {
	display: table-cell;
	vertical-align: top;	
}
.eu-row .eu-cell:last-child {
        width: 60px;
    padding-top: 4px;
}
.new-event-panel .eu-body h2 {
    line-height: 21px;
}
.is-green .bg-blue {
	background: #2bb673;
}



.fixed-box.active .bg-green {
	background: #fff;
	border-bottom: 2px solid #22893C;
}
.fixed-box.active .bg-green h2 {
	color: #22893C;
}
.fixed-box.active .bg-orange {
    background: #fff;
	border-bottom: 2px solid #EE946F;
    /*position: relative;*/
    /*max-height: 42px;*/
}
.fixed-box.active .bg-orange:hover:after {
    content: "";
    width: 100%;
    background: #fff;
    height: 2px;
    bottom: -2px;
    position: absolute;
    left: 0px;
    z-index: 999;	
}
.fixed-box.active .bg-orange h2 {
	color: #EE946F;
}
.fixed-box.active .bg-pink {
	background: #fff;
	border-bottom: 2px solid #F598A4;
}
.fixed-box.active .bg-pink h2 {
	color: #F598A4;
}
.fixed-box.active .bg-purple {
	background: #fff;
	border-bottom: 2px solid #6D5BA7;
}
.fixed-box.active .bg-purple h2 {
	color: #6D5BA7;
}
.fixed-box.active .bg-blue {
	background: #fff;
	border-bottom: 2px solid #1B75BB;
}
.fixed-box.active .bg-blue h2 {
	color: #1B75BB;
}
.nle-header, .nle-thumb, .nle-body {
	margin-bottom: 10px;	
}
.nle-thumb img {
	width: 100%;	
}
.nle-title strong, .nle-title-lower strong {
	background: #e0150e;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    font-weight: normal;	
}
.nle-title-lower {
	font-weight: 600;
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
.nle-tl-cell {
    display: table-cell;
    vertical-align: top;
}
.nle-tl-cell:last-child {
    text-align: right;
    width: 135px;
    padding-left: 15px;
}
@media (max-width: 640px) {
.table-cell-box {
	width: 100% !important;
}	
}
.table-cell-box {
    width: 50%;
    float: left;
	margin-bottom: 10px
}
.table-cell-box span {
	display: block;	
}
.table-cell-box span em {
	font-style: normal;
    color: #8e8e8e;
}
.table-cell-box span:first-child {
    font-weight: 600;
    color: #e0150e;
}
.table-cell-box span:last-child {
    font-weight: 600;
    color: #8e8e8e;
    margin-top: -4px;
    font-size: 14px;
}
.nle-cap, .nle-title {
    margin-bottom: 15px;
}
.nle-tl-single {
    background: #bffdb0;
}
.dropdown-child {
    position: absolute;
	z-index: 99;
	padding: 4px;
	display: none;
}

.dropdown-child-inner {
	top: -2px;
	 position: absolute;
    background: #fff;
    border: 2px solid #EE946F;
    /*border: 2px solid #22893c;*/

}
.has-dropdown.fixed-box {
    position: relative;
}
.has-dropdown.fixed-box:hover .dropdown-child  {
    display: block;
}
ul.dropdown-item {
	padding: 0 15px;	
}
ul.dropdown-item li {
    list-style: none;
    display: block;
}
ul.dropdown-item li a {
	display: block;	
	color: #333;
    font-weight: 600;
    line-height: 32px;
}
ul.dropdown-item li a:hover {
	color: #EE946F;
	/*color: #22893c;*/
}

.fixed-box:first-child {
    padding-left: 0 !important;
}
.fixed-box:last-child {
    padding-right: 0 !important;
}

span.checkbox_wrap {
	display: inline-block;
	vertical-align: middle;
}
span.checkbox_wrap > * {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.checkbox_wrap lebel.lebel_name {
	margin-left: 6px;
}
span.checkbox_wrap {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}

.label-wrapper .event-form-row input {
	width: 60%;
}
.label-wrapper .event-form-row {
	margin-top: 14px;
}
/*.img-responsive {*/
	/*width: 292px;*/
/*}*/

.error {
	color: #e0150e;
}
.footer-content-fixed {
    left: 0px;
}
#close-btn {
	right: 2px !important;
}