html, body {
	overflow-x: hidden;
	width: 100vw;
}
body {
	font-family: 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	color: #1a1a1a;
	background: #faf8f0 url('../img/bg.png') repeat;
	background-position: center top;
	font-size: 1.125rem;
	width: 100%;
}
body.loaded {
}
p {
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}
a, button, input[type="submit"] {
	cursor: pointer;
}
input, select, textarea, button {
	font-family: 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#4abebe; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
#status {
	border: 8px solid #faf8f0; /* Light grey */
    border-top: 8px solid #f5da3d; /* yellow */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* layout */
.container {
	padding: 4em 2em 2em;
	max-width: 1025px;
	width: 100%;
	margin: 0 auto;
}
.container.wide {
	max-width: 1280px;
}
footer .container {
	padding: 2em 2em;
}
.max-w8 {max-width: 820px;}
.max-w7 {max-width: 680px;}
.max-w6 {max-width: 564px;}

.col {
	display: inline-block;
}
.flex {
	display: flex;
}

.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
.w100 {
	width: 100%;
}
.d-table {
	display: table;
}
.d-row {
	display: table-row;
}
.d-cell {
	display: table-cell;
}
.mt-1 {	margin-top: 0.8em; }
.mt-2 {	margin-top: 1.4em; }
.mt-3 {	margin-top: 3.5em; }
.mb-1 {	margin-bottom: 0.8em; }
.mb-2 {	margin-bottom: 1.4em; }
.mb-3 {	margin-bottom: 2em; }
.mb-s { margin-bottom: 10px; }
.ml-1 { margin-left: 1em; }
.ml-2 { margin-left: 20px; }
.mr-1 { margin-right: 1em; }
.mr-2 { margin-right: 2em; }

.my-1 { margin-top: 0.5em; margin-bottom: 0.5em;}

.pt-1 { padding-top: 0.8em; }
.pt-2 { padding-top: 1.4em; }
.pt-4 { padding-top: 4em; }
.pb-1 { padding-bottom: 1em; }
.pb-4 { padding-bottom: 4em; }



/* position */
.ab-center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.fixed-right {
	position: fixed;
	right: 20px;
	top: 150px;
	z-index: 90;
}
.flex-middle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-space {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/* color */
.bg-no {
	background: transparent;
}
.bg-white {
	background-color: #faf8f0;
}
.bg-gray {
	background-color: #f2f2f2;
}
.bg-whitegray {
	background-color: #fafafa;
}
.bg-yellow {
	background-color: #f5da3d;
}
.bg-blue {
	background-color: #0078ab;
}
.bg-orange {
	background-color: #f59722;
}
.bg-green-1 { background-color: #83b94f; }
.bg-green-2 { background-color: #53b84f; }
.bg-green-3 { background-color: #4fbb84; }
.bg-blue-1 { background-color: #4abebe; }
.bg-blue-2 { background-color: #4796be; }
.bg-blue-3 { background-color: #4983bd; }
.bg-whitebrown {
	background-color: #ebe7dd;
}
.bg-dec {
	width: 100%;
    position: absolute;
    margin-top: 85px;
    min-height: 1500px;
    z-index: -1;
    overflow: hidden;
}
.bg-dec::before, .bg-dec::after {
	content: "";
	background-image: url('../img/dec_bg.png?v=2');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	position: absolute;
	z-index: -1;
	display: block;
	width: 736px;
	height: 736px;
	background-position: center;
	opacity: 0.8;
	animation: rotate 120s linear infinite;
}
.bg-dec::before {
	top: 80px;
	left: -400px;
}
.bg-dec::after {
	bottom: 80px;
	right: -400px;
	animation-direction: reverse;
}
.black {
	color: #1a1a1a;
}
.white {
	color: #fff;
}
.red {
	color: #f55a3b;
}
.main-blue {
	color: #83b94f;
}
.main-orange {
	color: #f59722;
}
.main-yellow {
	color: #efa440;
}
.gray {
	color: #808080;
}
.light-gray {
	color: #b3b3b3;
}

.green-1 { color: #83b94f; }
.green-2 { color: #53b84f; }
.green-3 { color: #4fbb84; }
.blue-1 { color: #4abebe; }
.blue-2 { color: #4796be; }
.blue-3 { color: #4983bd; }


/* text */
.t-xlarge {
	font-size: 1.67em; /* 30px */
}
.t-large {
	font-size: 1.45em; /* 26px */
}
.t-midlarge {
	font-size: 1.225em; /* 22px */
}
.t-mid {
	font-size: 1em; /* 18px */
}
.t-small {
	font-size: 0.89em; /* 16px */
}
.t-xsmall {
	font-size: 0.72em; /* 14px */
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.bold {
	font-weight: 700;
}
.font-w4 {
	font-weight: 400;
}
.font-w5 {
	font-weight: 500;
}
.lh-mid {
	line-height: 1.3;
}
.lh-large {
	line-height: 2;
}
.ls-1 {
	letter-spacing: 1px;
}
.show-sm, .show-mid {
	display: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #999999;
}


/* button */
.main-btn {
	background-color: #f5da3d;
	color: #282828;
	text-align: center;
	border: 0;
	display: block;
	font-weight: bold;
	font-size: 24px;
}
.wide-btn {
	height: 55px;
    min-width: 170px;
    line-height: 58px;
    letter-spacing: 2px;
    text-indent: 2px;
    border-radius: 50px;
    display: inline-block;
    padding: 0 20px;
}
#signup-sec .main-btn {
	display: block;
}

.long-btn {
	height: 140px;
    width: 50px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 6px 13px 0;
    font-size: 24px;
    letter-spacing: 6px;
}
.main-btn:hover {
	background-color: #ffca24;
	color: #fff;
}
.day-btn {
	color: #fff;
	background-color: #b3b3b3;
	border: 0;
	margin: 0 5px;
	line-height: 55px;
	display: inline-block;
	font-size: 26px;
	height: 55px;
	width: 160px;
	white-space:nowrap;
}
.day-btn:hover {
	background-color: #b3b3b3;
	color: #fff;
}
.day-btn.active {
	background-color: #83b94f;
	color: #fff;
}
.day-btn:nth-child(2).active {
	background-color: #4fbb84;
}

.top-btn {
	background-color: #cccccc;
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 10px;
	padding: 27px 18px 10px;
	position: relative;
}
.top-btn::before {
	content: "";
	width: 23px;
	height: 0;
	display: block;
	border-top: 2.2px solid #fff;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
.top-btn::after {
	content: "";
	width: 12px;
	height: 12px;
	border: 4px solid #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	display: block;
}


/* header */
header {
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	z-index: 99;
    transition: transform 0.2s ease, background-color 0.2s ease, height 0.2s ease-in-out;
    max-height: 100px;
	padding-top: 6px;
    color: #4abebe;
}
.navtop.container {
	padding: 0.5em 1.2em 0 2em;
	height: 100%;
}
.navbar {
	padding-top: 20px;
	margin-left: -10px;
	margin-right: 1.2em;
}
.navbar li {
	display: inline-block;
}
.navbar li + li {
	margin-left: 0.6em;
}
.navbar a {
	padding: 5px 10px;
	transition: color 0.12s ease;
    font-weight: 500;
    position: relative;
}
.navbar a::after {
	content: '';
	display: block;
	height: 0px;
	background-color: #4abebe;
	position: absolute;
	top: 7px;
	left: 0px;
	width: 4px;
	transition: height 0.2s ease-in-out;
}
.navbar a:hover::after, .navbar a.active::after {
	height: calc(100% - 13px);
}

.socaillinks {
	padding-top: 10px;
}
.socaillinks li {
	display: inline-block;
}
.socaillinks li a:hover {
	opacity: 0.7;
}

header .logo img {
	transition: height 0.12s ease;
	height: 50px;
	width: auto;
}

header.detachedHide {
	transform: translateY(-120%);
}
header.detached {
	position: fixed;
	top: 0px;
	max-height: 78px;
	background-color: #fff;
	/* color: #fff; */
}
header.detached.show {
	transform: translateY(0);
}
header.detached .logo img {
	height: 45px;
}
header.detached .navtop.container {
}
header.detached .logo {
}
header.detached .navbar {
}
/* header.detached .navbar a::after {
	background-color: #fff;
} */
/* navbar toggle */
.hbg-btn {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border: 0;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	vertical-align: top;
	margin-top: 7px;
	display: none;
	transition: margin 0.2s ease;
	margin-right: -15px;
	position: absolute;
	top: 8px;
	right: 25px;
}
header.detached .hbg-btn {
	margin-top: 0;
}
.icon-hbg,
.icon-hbg::before,
.icon-hbg::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 4px;
	background-color: #4abebe;
	border-radius: 2px;
	position: relative;
}
.icon-hbg::before {
	position: absolute;
	top: -10px;
}
.icon-hbg::after {
	position: absolute;
	bottom: -10px;
}


/* main */
main {
	
}


/* section */
.section-title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
	width: 140px;
    background: #faf8f0;
}
.bg-img .section-title {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, .35);
}
.section-title.sub {
	font-size: 24px;
	margin-bottom: 1.2em;
	font-weight: 400;
}
.sec-topdec::before {
	content: '';
	width: 100%;
	height: 160px;
	position: absolute;
	border-bottom: 3px solid #83b94f;
	margin-top: -4.2em;
	z-index: -1;
	background-image: url('../img/secdec/1_1.png'), url('../img/secdec/1_2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: calc(50% - 450px), calc(50% + 450px);
}
#info-sec.sec-topdec::before {
	border-bottom: 3px solid #4abebe;
	background-image: url('../img/secdec/2_1.png'), url('../img/secdec/2_2.png');
}
#signup-sec.sec-topdec::before {
	border-bottom: 3px solid #4796be;
	background-image: url('../img/secdec/3_1.png'), url('../img/secdec/3_2.png');
}
#news-sec.sec-topdec::before {
	border-bottom: 3px solid #4983bd;
	background-image: url('../img/secdec/4_1.png'), url('../img/secdec/4_2.png');
}
/* topsec */
.topsec {
	padding-top: 100px;
	height: calc(100vh - 80px;);
	min-height: 800px;
}
#top-sec .container {
	margin-top: 80px;
}


/* mainbg */
.mainbg {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 3000px;
	margin: auto;
	max-width: none;
	opacity: 1;
	max-width: 100vw;
	overflow: hidden;
}
.mainbg::before, .mainbg::after {
	content: '';
	width: 736px;
	height: 736px;
	left: calc(50% - 650px);
	top: 80px;
	position: absolute;
	background-image: url('../img/main_img_2.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.mainbg::before {
	animation: rotate 24s linear infinite;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

.mainbg::after {
	background-image: url('../img/main_img_1.png');
}

/* speaker */
.news-slick , .speaker-slick {
	padding-top: 1em;
	position: relative;
}
.slick-track {
	margin: 0 auto;
}
.slick-dots button[aria-label="1 of 1"] {
	display: none;
}
.speakers-group {
	display: flex;
	justify-content:space-between;
}
.speakers-group .speaker-main img {
	max-width: 180px;
}
.speakers-group .speaker {
	width: 200px;
	margin-bottom: 20px;
}
.speaker-slick .speaker {
	margin: 0 2em;
	width: 18.2%;
	color: #333;
}
.slider {
	max-width: 760px;
	overflow: hidden;
	margin: auto;
}

.speaker {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.speaker:hover,
.speaker:focus,
.speaker:active {
	outline: none;
}
.speaker-main {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	max-width: 180px;
	margin: 0 auto;
}
.speaker-main.longname {
	padding-bottom: 50px;
}

.speaker-img {
	width: 100%;
	padding-top: 100%;
	background: #fff;
	margin-bottom: 13px;
	overflow: hidden;
}
.speaker-img.circle-img {
	width: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    position: relative;
    border: 4px solid #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-sizing: content-box;
    margin-top: 1px;
}
.speaker-img img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
}
.speaker-main h5 {
	white-space: nowrap;
	margin: auto;
	margin-bottom: 10px;
	width: 140%;
    margin-left: -20%;
}
.speaker-main h6 {
	white-space: nowrap;
	margin: auto;
	line-height: 1.3;
	text-align: center;
	width: 160%;
	margin-left: -30%;
}
.speaker-info {
	text-align: justify;
    width: 140%;
    padding: 6px 1px 10px;
    margin-left: -20%;
	margin-top: 0px;
	transition: opacity 0.6s ease-in-out 0s, max-height 1.2s ease-in-out 0s;
	border-top: 1px solid #bbb;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}
.speaker-info p.list {
	text-indent: -1.2em;
    margin-left: 1.2em;
}
.speaker-info.wide {
	width: 300%;
	margin-left: -100%;
}
.speakers-group .speaker-info {
	width: 110%;
	margin-left: -5%;
}
.speaker.hover .speaker-info {
	opacity: 1;
	max-height: 500px;
}

.slick-arrow {
	position: absolute;
	width: 26px;
	height: 26px;
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
    overflow: hidden;
    text-indent: -200px;
    z-index: 2;
    background-color: #83b94f;
	border-radius: 50px;
	border: 0;
}
.green-2 + .speaker-slick .slick-arrow {
    background-color: #53b84f;
}
.green-3 + .speaker-slick .slick-arrow {
    background-color: #4fbb84;
}
.blue-3 + .slider-news .slick-arrow {
    background-color: #4983bd;
}
.news-slick .slick-arrow {
	top: 3em;
	border-color: #83b94f;
}
.slick-arrow::after {
	content: "";
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
    border-right: 0;
    border-bottom: 0;
    display: block;
    top: 8px;
    right: 7px;
    position: absolute;
}
.slick-arrow.slick-prev {
	transform: rotate(-45deg);
	left: 0px;
}
.slick-arrow.slick-next {
	transform: rotate(135deg);
	right: 0px;
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
    text-align: center;
}
.slider-news .slick-dots {
	top: 20px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    content: '';
    text-align: center;
    background-color: #ccc;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #83b94f;
}
.green-2 + .speaker-slick .slick-dots li.slick-active button:before {
    background-color: #53b84f;
}
.green-3 + .speaker-slick .slick-dots li.slick-active button:before {
    background-color: #4fbb84;
}
.blue-3 + .slider-news .slick-dots li.slick-active button:before {
    background-color: #4983bd;
}


/* info */
.pl-5 {
	padding-left: 50px;
}

.card-group {
	position: relative;
}
.card-block {
	margin-bottom: 1em;
	background: #fff;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	max-width: 630px;
}

.card-block.active {
	display: block;
}

.card-header {
	padding: 10px 30px 10px 30px;
}
.card-content {
	padding: 0;
}
.time-row {
	border-bottom: 1px solid #e6e6e6;
	padding: 0.7em 0 0.4em 0em;
    line-height: 1.4;
	display: flex;
	justify-content: start;
	margin: 0 auto;
}
.time-row:last-of-type {
	border-bottom: 0;
}
.card-content .time-col p {
	font-size: 16px;
	line-height: 26px;
}
.time-col {
	display: inline-block;
	width: 136px;
	text-align: center;
	color: #808080;
}
.event-col {
	display: inline-block;
	width: 100%;
}
.event-col h6 {
	color: #fffaa9;
}
.event-col h4 {
	
}
.event-col p {
	color: #4d4d4d;
}
.event-cate {
	color: #fff;
    padding: 10px;
    width: calc(100% + 19px);
    display: block;
    margin: 5px -10px 5px;
    background: #005292;
}
.multi-events-row {
	display: inline-flex;
	width: 100%;
}
.multi-events-row > div {
	padding: 5px 10px;
    width: 100%;
}

.multi-events-row > div:last-of-type{
}
.multi-events-row > div:last-of-type .event-cate {
	width: calc(100% + 20px);
}


/* form */
.form-item + .form-item label:first-of-type {
	padding-top: 1.4em;
}
.form-item .d-cell {
	min-width: 125px;
}
.form-item input,
.form-item .select,
.form-item textarea {
	width: 100%;
	padding: 10px 15px 8px;
	border-radius: 5px;
	border: 1px solid #333;
	box-sizing: border-box;
	opacity: 1;
}
.form-item input:focus,
.form-item .select:focus,
.form-item textarea:focus,
.form-item input:hover,
.form-item .select:hover,
.form-item textarea:hover {
	opacity: 1;
}
.form-item .select {
	padding: 0 15px;
	position: relative;
    background: #fff;
}
.select select {
    background: none;
    width: 100%;
    border: none;
    height: 47px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: ”;
    outline: none;
    box-sizing: border-box;
}
.select::after {
	content: "";
	border: 8px solid transparent;
	border-top: 10px solid #666;
	border-bottom: 0;
	position: absolute;
	right: 15px;
	top: 20px;
}

label.required::after {
	content: "*";
	color: #d7261d;
	padding-left: 3px;
}

.form-item input[type=radio],
.form-item input[type=checkbox] {
	display: inline;
	width: auto;
	position: absolute;
    opacity: 0;
}
.form-item .radio-label {
	margin-right: 1.2em;
	padding-top: 0.5em;
}

.radio-label {
	display: inline-block;
}
.radio-label span {
	display: inline-block;
	position: relative;	
	border: 1px solid #AAAAAA;
	border-radius: 100%;
	height: 23px;
	width: 23px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	margin-bottom: -4px;
    margin-right: 7px;
    background: #fff;
}
.radio-label.checkbox span {
	border-radius: 5px;
}

input[type=radio]:hover + .radio-label span,
input[type=checkbox]:hover + .radio-label span {
  border: 1px solid #aaa;
}

.radio-label span::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.radio-label.checkbox span::before {
	border-radius: 3px;
}

input[type=radio]:checked + .radio-label span,
input[type=checkbox]:checked + .radio-label span {
  border: 1px solid #666;
}

input[type=radio]:checked + .radio-label span::before,
input[type=checkbox]:checked + .radio-label span::before{
  background: #666;
}

.linkafter + .form-item {
	display: none;
}
.linkafter.showafter + .form-item {
	display: table-row;
}

/* news card */
.slick-list {
	margin: 0 auto;
	overflow: hidden;
}
.slider-news {
	position: relative;
}
.news-card {
	width: 280px;
	height: 280px;
	display: inline-block;
	background: #ebe7dd;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin: 0 20px;
}
.news-card img {
	height: 100%;
	width: auto;
	position: absolute;
	z-index: 0;
	top: 0;
	max-width: none;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.news-card h5,
.news-card p {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 20px;
	margin: auto;
	line-height: 1.5;
	z-index: 2;
	transition: all 0.6s ease;
	padding: 0 10px;
}
.news-card p {
	opacity: 0;
	bottom: -30px;
	padding: 0 10px;
}
.news-card::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #9d9366;
	opacity: 0.3;
	z-index: 1;
	transition: opacity 0.6s ease;
}
.news-card::after {
	content: "";
	width: 94%;
	height: 94%;
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: 2;
	border: 1px solid #fff;
	transition: transform 0.6s ease;
}
.news-card:hover::before {
	opacity: 0.7;
}
.news-card:hover::after {
	transform: scale(1.1)
}
.news-card:hover h5 {
	bottom: 100px;
}
.news-card:hover p {
	opacity: 1;
	bottom: 20px;
}

/* footer */
.logolinks li {
	display: inline-block;
	margin: 1em 1em;
    vertical-align: middle;
}
.textlogo {
	display: inline-block;
	padding: 5px 10px;
	font-size: 18px;
	color: #323a4c;
	font-weight: 600;
	line-height: 1.2;
}

/* right btns */
.hideontop {
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s ease;
}
.hideontop.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(50px);
}
.hideontop.show:hover {
	opacity: 1;
}


/* fadein */
.fadein {
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 1s ease, transform 1s ease;
}
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}
.fadein.nav-scrollspy {
	transition-delay: 0.4s;
}
/* stop sign in */
.stop-signin-block {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 140px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 140px);
	display: none;
}
.stop-signin-block.active {
	display: flex;
}
#signup-sec {
	position: relative;
}
.stop-signin-block .card-block {
	border-radius: 5px;
	max-width: 400px;
}
#signup-sec .card-group {
	position: relative;
}
#signup-sec .card-block {
	box-shadow: 0 0 7px rgba(0, 0, 0, .35);
	margin-bottom: 1em;
	background: #fff;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	margin: 0 30px;
}
#signup-sec .card-block.active {
	display: block;
}

#signup-sec .card-header {
	padding: 10px 30px 10px 30px;
}
#signup-sec .card-content {
	padding: 30px;
}
/* popup */
.popup-container {
	display: flex;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 999;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	padding: 30px 0;
}
.popup-block {
	width: 85%;
    max-width: 530px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	transition: transform 0.5s ease, opacity 0.2s ease;
	transition-delay: 0.3s;
	display: none;
	background: #eee;
	border-radius: 15px;
}
.popup-container.active {
	opacity: 1;
	pointer-events: auto;
}
.popup-block.active {
	display: block;
	transform: translateY(0px);
	opacity: 1;
	padding: 20px;
}
.popup-img {
	min-width: 200px;
	margin-right: 10px;
}

.popup-close {
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #ccc;
    color: #666;
    line-height: 30px;
	font-size: 24px;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}

.popup-block p {
	padding-right: 15px;
}

.popup-block .textblock {
	max-height: 80vh;
    overflow-y: auto;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.textblock {
	font-size: 12px;
	max-height: 200px;
	overflow-y: auto;
	padding: 5px 12px;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.textblock h4 {
	margin: 10px 0 2px;
}
.textblock h3 {
	margin: 10px 0 2px;
}
.textblock p {
	margin-left: 2em;
	margin-bottom: 5px;
}
.textblock ol {
	margin-left: 2.8em;
	text-indent: -0.8em;
}
.textblock ol li {
	margin: 2px 0;
}
.textblock ol ol {
	margin-left: 1.9em;
    text-indent: -1.7em;
}