@charset "UTF-8";
body {
    color: #666;
    position: relative;
}

.container {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 1.8em;
}

* {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: justify;
    word-wrap: break-word;
}

#moes {
    height: 8em;
}

img,
video,
audio {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
}

html,
body {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

section {
    padding: 120px 0;
}

table thead {
    background-color: #A53666;
}

table thead td,
table thead th {
    color: white;
}

table thead tr th p {
    color: white;
}

.dark-bg {
    background-color: #ECECEC;
}

.main-color {
    color: #c9427d !important;
}

.bright-subcolor {
    color: #A53666;
}

.bright-subctitle {
    color: #A53666;
    font-size: 2em;
    font-weight: bold;
}

.bright-color {
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.put-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.inline-btn {
    display: inline-block;
}

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

.put-center-inline {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-title {
    font-weight: bold;
}

.mid-img {
    width: 50%;
}

header {
    background-color: #c9427d;
}

#linkFB {
    line-height: 1.5em;
}

#linkFB img {
    width: auto;
    height: 1em;
}

nav .dropdown-menu.show {
    border: none;
}

.top-btn {
    padding: 6px 15px;
    background-color: rgba(206, 206, 206, 0.5);
    color: #ffffff;
    position: fixed;
    bottom: 15px;
    right: 7px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.top-btn:hover {
    background-color: #c9427d;
}

.header-logo {
    width: 30%;
    padding: 60px 0 20px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content-block {
    padding: 20px;
    min-height: calc(77vh - 100px);
}

.content-block ul {
    list-style-type: none;
    margin: 2em 0em;
}

.content-block .rules-block {
    padding: 1.3em;
}

.button-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.normal-btn {
    margin-top: 10px;
    padding: 3px 28px;
    border-radius: 5px;
    border: solid 1px #c9427d;
    color: #c9427d;
    background-color: #ffffff;
    cursor: pointer;
}

.normal-btn:hover {
    color: #ffffff;
    background-color: #c9427d;
}

.normal-btn:not(:disabled):not(.disabled):focus {
    color: #ffffff;
    background-color: #c9427d;
}

.mar-r-10 {
    margin-right: 10px;
}

.short-padding-block {
    padding: 3vh;
    background-color: #f7f7f7;
}

.short-padding-block .container {
    background-color: #ffffff;
}

.highlight {
    color: #F87060;
    font-weight: bold;
}

.navbar-brand img {
    height: 42px;
    width: auto;
}

.nav-bg-top {
    background-color: #c9427d;
}

.dropdown-item {
    color: #c9427d !important;
}

a.dropdown-item.active.show {
    color: #ffffff !important;
}

.nav-link {
    font-size: 1em;
}

.nav-item .active {
    border-bottom: solid 2px #dfc8e7;
}

.nav-link-top {
    color: #ffffff !important;
}

.nav-link-top:hover {
    padding-bottom: 5px;
    border-bottom: solid 2px #dfc8e7;
}

a .nav-link .navbar-link .nav-link-down .active {
    padding-bottom: 5px;
    border-bottom: solid 2px #dfc8e7;
}

.nav-bg {
    background-color: #c9427d;
}

.nav-link-down {
    color: #c9427d !important;
}

.nav-link-down:hover {
    padding-bottom: 5px;
    border-bottom: solid 2px #dfc8e7;
}

.nav-link-down:active {
    padding-bottom: 5px;
    border-bottom: solid 2px #dfc8e7;
}

.navbar-toggler {
    border-color: #dfc8e7 !important;
    padding: 0rem .75rem !important;
}

.navbar-toggler span {
    color: #dfc8e7;
}

.index-action {
    background-color: #c9427d;
    width: 100%;
    height: 100vh;
}

.full-screen-block {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    opacity: 0;
    width: 65%;
    -webkit-transform: translateY(5vh);
    -ms-transform: translateY(5vh);
    transform: translateY(5vh);
    z-index: 10;
    -webkit-animation-name: appear;
    animation-name: appear;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.w-80 {
    width: 80% !important;
}

.flip-clock-text {
    color: #c9427d;
    font-weight: bolder;
}

.call-to-action-border {
    opacity: 0;
    text-align: center;
    padding: .6em 8em;
    z-index: 10;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-name: appear;
    animation-name: appear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.counter-style{
    background-color:#FEFBC6;
}

.count-title {
    color: #1b1f3f;
    font-size: 1.5em;
    font-weight: bold;
}

.timer {
    color: #1b1f3f;
    font-size: 1.5em;
}

#countdown-btn {
    margin: 1em !important;
}

.call-to-action-btn {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    background-color: #F87060;
    border-radius: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.3em;
    padding: 8px 34px;
    cursor: pointer;
}

.call-to-action-btn:hover {
    background-color: #c15549;
    color: #ffffff;
    text-decoration: none;
}

.section-title {
    font-size: 2.5em;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    color: #EC67A1;
    padding: 33px 0 10px 0;
}

.title-under-dash {
    padding-bottom: 5px;
    border-bottom: solid 5px #EC67A1;
    margin: 0px 47% 30px;
}

.card {
    border-color: #c9427d !important;
}

.card-header {
    background-color: #f8f8f8 !important;
    font-weight: bold;
    cursor: pointer;
}

.card-header:hover {
    background-color: #8fe1de !important;
}

.card-body img {
    max-width: 80%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-date {
    color: #c9427d;
    text-align: end;
    min-width: 100px;
}

.news-title {
    padding: 5em;
    cursor: pointer;
}

section#news {
    background-color: #f8f8f8;
}

#newstable td,
#newstable th {
    border: none !important;
}

section#introduction {
    background-color: #ffffff;
}

.introduction-border {
    margin: 3em 0;
    padding: 2em 2.5em;
    border: solid 3px #c9427d;
    background-color: rgba(255, 255, 255, 0.82);
}

.f-right {
    float: right;
    margin-right: 3.5em;
}

.introduction-bg-left {
    background-image: url(../images/index_bgl01.png), url(../images/index_bgl02.png), url(../images/index_bgl03.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: fixed, fixed, fixed;
    background-size: 100%;
    background-position-y: 108px, 108px, 108px;
}

.f-left {
    float: left;
    margin-left: 3.5em;
}

.introduction-bg-right {
    background-image: url(../images/index_bgr01.png), url(../images/index_bgr02.png), url(../images/index_bgr03.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: fixed, fixed, fixed;
    background-size: 100%;
    background-position-y: 108px, 108px, 108px;
}

.content-title {
    font-size: 1.5em;
    color: #EC67A1;
    font-weight: bold;
}

.content-subtitle {
    font-size: 1.3em;
    color: #F87060;
    font-weight: bold;
    margin: 1em 0;
}

section#video {
    background-color: #EC67A1;
}

#video .section-title {
    color: white;
}

#video .rules-tab:hover {
    background-color: #297e82 !important;
}

#video .list-group {
    overflow-y: scroll;
    height: 464px;
}

#video .list-group::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#video .list-group::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.9);
}

#video .list-group-item.active {
    background-color: #c9427d;
    border-color: #c9427d;
}

#video .list-group-item {
    background: transparent;
    color: white;
    line-height: 1.3em;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

#video .list-group-item:first-child {
    border-radius: 0em;
}

#video .list-group-item:last-child {
    border-radius: 0em;
}

section#timeline {
    background-color: #A53666;
}

section#timeline .section-title {
    color: #ffffff;
}

section#timeline .title-under-dash {
    border-color: #ffffff;
}

section#timeline .content-subtitle {
    font-size: 1.15em;
    margin: 0px;
}

section#timeline .timeline {
    margin-top: 8vh;
}

.timeline--mobile .timeline__item {
    padding-right: 12px;
}

section#rules {
    background-color: #f7f7f7;
}

section#rules .content-title {
    margin-bottom: 1.5em;
}

.nav-rules-item {
    letter-spacing: 2px;
}

.nav-rules-item .active {
    background-color: #2374AB !important;
    font-weight: bold;
}

.nav-rules-item .dropdown-item .active {
    color: #ffffff !important;
    font-weight: bold;
}

.rules-tab {
    background-color: #c9427d !important;
    text-align: center;
    margin: .5rem;
    color: #ffffff;
}

.rules-tab:hover {
    color: white !important;
    background-color: #9844c7 !important;
}

.participant-table {
    max-width: 700px !important;
    margin-right: auto;
    margin-left: auto;
}

table p {
    margin-bottom: 0;
}

.rules-block {
    margin: .5rem;
    padding: 1em;
    background-color: white;
    border: solid 1px #c9427d;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 10px 0px #c7c7c7;
    box-shadow: -1px 6px 10px 0px #c7c7c7;
}

.rules-content {
    margin: 1rem;
}

#award table {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4em 2em;
}

section#warning {
    background-color: #e89c9a;
}

section#warning .section-title {
    color: #ffffff !important;
}

section#warning .title-under-dash {
    border-color: #ffffff !important;
}

.warning-block {
    background-color: #ffffff;
    padding: 2em;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.29);
    border-radius: 5px;
}

section#vote {
    background-color: #f7f7f7;
}

section#vote .content-text {
    margin-bottom: 5em;
}

section#vote .row {
    margin-bottom: 3em;
}

section#vote .content-title {
    color: #F87060;
    padding: 1em 0;
}

.vote-item-block {
    vertical-align: top;
}

.vote-item {
    padding: 0 1em;
}

.vote-item-block {
    width: 350px;
    display: inline-block;
    padding: 1em 2em;
    margin: 1em 0;
}

.vote-item-block img {
    width: 20%;
}

.vote-item-block .content-title {
    padding: .5em;
}

section#ceremony {
    background-color: #ffcf8f;
}

section#ceremony .section-title {
    color: #EC67A1;
}

section#ceremony .row .col-lg-5 {
    margin-top: 12%;
}

section#ceremony .highlight {
    color: #EC67A1;
}

.ceremony-right-block {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 10px 0px #eeb05f;
    box-shadow: -1px 6px 10px 0px #eeb05f;
    padding: 2em;
}

.ceremony-left-block {
    padding: 2em;
}

.ceremony-right-border {
    position: absolute;
    top: 5%;
    right: -6%;
    width: 90%;
    height: 86%;
    border: solid 4px #46cdc9;
}

section#history {
    background-color: #ECECEC;
}

.history-row {
    margin-top: 3em;
    margin: 2em 0;
    position: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.history-row img {
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 10px 0px #c7c7c7;
    box-shadow: -1px 6px 10px 0px #c7c7c7;
    cursor: pointer;
}

.history-row img:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

section#parts {
    background-color: white;
}

section#parts .content-title {
    margin: .5em 0;
}

.parts-img {
    display: inline-block;
}

.parts-img img {
    width: auto;
    height: 4em;
    max-width: 100%;
    max-height: 100%;
    padding: 1em;
}

.parts_text {
    font-size: .9em;
    padding-left: 1em;
}

.parts-block {
    padding: 2em;
}

footer {
    background-color: #1d1d1d;
    padding: 20px;
}

footer img {
    height: 70px;
    width: auto;
}

footer .content-text {
    color: #999;
}

footer .inline-block {
    vertical-align: middle;
}

#carouseLOGO {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.copyright {
    font-size: .6em;
}

legend {
    line-height: 40px !important;
    color: #EC67A1 !important;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 3em 0px;
    border-bottom: 1px solid #e5e5e5;
}

.form-group {
    margin-bottom: 2em;
}

label {
    font-weight: bold;
}

.checkbox-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5em 0px;
}

.control-label {
    text-align: right;
}

figure {
    font-size: 16px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px #888 !important;
    box-shadow: 0 0 10px #888 !important;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 311px;
    height: 460px;
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    cursor: pointer;
    border-bottom: 5px solid #EC67A1;
    margin: 1em auto 0 auto !important;
}

figure.more {
    width: 350px;
    height: 460px;
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    cursor: pointer;
    border-bottom: 5px solid #c9427d;
    margin: 50px auto 0 auto !important;
    height: 550px;
}

figure:hover {
    -webkit-box-shadow: 0 0 20px #888;
    box-shadow: 0 0 20px #888;
}

figure figcaption {
    padding: 1em;
    position: relative;
    top: -40px;
}

figcaption p.summary {
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0.5em;
}

figcaption p.summary:after {
    content: "...";
    position: absolute;
    bottom: 1.5em;
    right: 1em;
    padding-left: 50px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(55%, rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.9) 55%);
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.9) 55%);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.9) 55%);
}

figure div.ImgBlock {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #c9427d;
}

figure.more div.ImgBlock {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #EC67A1;
    height: 250px;
}

figure div.ImgBlock img {
    -webkit-transition: all 0.2s;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure:hover div.ImgBlock img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0.3;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

figcaption h2.pro_name {
    font-size: 1.3em;
    color: #EC67A1;
    font-weight: bold;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

figcaption h2.author_name {
    font-size: .8em;
    margin: 0 !important;
    color: #9e9e9e;
}

figcaption h2.more figcaption h2.author_name {
    font-size: 1.3em;
    margin: 0 !important;
    color: #9e9e9e;
    line-height: 1.6em;
    border-bottom: 1px solid #EC67A1;
    padding: 0 0 0.5em 0;
}

figcaption h2.author_name span {
    display: block;
    font-size: 0.8em;
    line-height: 1em;
}

div.VoteBlock {
    position: relative;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F87060;
    padding: 0.4em;
    top: -50px;
    border: 3px solid white;
    width: 120px;
    right: 1.5em;
}

div.VoteBlock h2,
div.VoteBlock p {
    line-height: 1em !important;
}

p.vote_title {
    margin: 0 !important;
    color: white;
    line-height: 20px;
    font-size: 0.9em;
    font-weight: normal;
}

.ImgBlock h2.link_title {
    position: relative;
    text-align: center;
    top: -500px;
    color: #ffffff;
    font-size: 1.3em;
    padding: 1.3em;
    margin: 0 auto;
    width: 240px;
    border: 3px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4em;
    opacity: 0;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    background-color: rgba(62, 195, 200, 0.5);
}

.ImgBlock:hover h2.link_title {
    opacity: 1 !important;
    top: -260px;
}

h2.vote_number {
    margin: 0 !important;
    color: white;
    font-size: 1.8em;
}

h2.vote_number span {
    font-size: 0.5em;
    padding-left: 0.5em;
    color: #ffffff;
}

.search-group {
    padding: 1.5em;
}

.btn-search {
    line-height: 1.5 !important;
    background-color: #c9427d;
    color: #ffffff;
}

.btn-search:hover {
    background-color: #EC67A1;
}

.page-nav a,
.page-nav span {
    line-height: 1.5 !important;
    color: #c9427d;
}

.li_disc {
    list-style-type: disc !important;
}

.login-block {
    width: 50%;
}

.login-block p {
    font-size: .8em;
}

.mar-bom {
    margin-bottom: 1em;
}

.appear,
.img-right-move,
.img-left-move {
    opacity: 0;
}

.an-appear {
    -webkit-animation-name: appear;
    animation-name: appear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.an-img-right-move {
    -webkit-animation-name: img-right-move;
    animation-name: img-right-move;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.an-img-left-move {
    -webkit-animation-name: img-left-move;
    animation-name: img-left-move;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (max-width: 576px) {
    #video .list-group {
        height: 200px;
    }
    .news-title {
        padding: 5em;
    }
    #moes {
        height: auto;
        width: 100%;
    }
    .parts-img img {
        width: 100%;
        height: auto;
    }
    .mid-img {
        width: 100%;
    }
    .introduction-border {
        margin: 4em 0px;
    }
    .introduction-bg-left,
    .introduction-bg-right {
        background-image: none;
    }
    .vote-item-block {
        width: 100%;
    }
    section {
        padding: 50px 0px;
    }
    .section-title {
        font-size: 2em;
    }
    .dropdown-menu.show {
        margin-left: 2em;
    }
    .navbar-collapse {
        overflow-y: auto;
        max-height: 400px;
    }
    .logo {
        width: 95%;
    }
    .header-logo {
        width: 74%;
        padding: 60px 0 20px 0;
    }
    .count-title,
    .timer,
    .call-to-action-btn,
    .navbar-brand {
        font-size: 1em !important;
    }
    .intro-grap1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .text-block,
    .pic-block {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .pic-block .img-border {
        top: 2%;
        width: 84%;
        height: 84%;
    }
    .call-to-action-border {
        padding: 1em 4em;
    }
    .pic-block .img-border-right {
        left: 14%;
    }
    .pic-block .img-border-left {
        right: 14%;
    }
    .navbar-brand {
        font-size: 1em;
    }
    .pic-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ceremony-right-border {
        display: none;
    }
    section#timeline .timeline-block {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#timeline .timeline-bar {
        border: solid 3px white;
        height: 91px;
        width: 2px;
    }
    section#timeline .timeline-bar .bar-dot {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
    }
    section#timeline .block-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    section#timeline .block-up .timeline-item {
        width: 100%;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin: 10px;
    }
    section#timeline .block-down {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    section#timeline .block-down .timeline-item {
        width: 100%;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin: 10px;
    }
    .parts-block {
        padding: 0px;
    }
    .search-group {
        padding: 0px;
    }
    .rules-block {
        padding: 0em;
    }
    .warning-block {
        padding: 1em;
    }
    .vote-item-block,
    .ceremony-left-block,
    .ceremony-right-block {
        padding: 1em;
    }
    section#parts {
        padding-bottom: 260px;
        padding: 0px;
    }
    section#parts .col-form-label {
        text-align: start;
    }
}

@media (max-width: 768px) {
    .introduction-bg-left,
    .introduction-bg-right {
        background-image: none;
    }
    .introduction-border {
        margin: 4em 0px;
    }
    .vote-item-block {
        width: 100%;
    }
    .header-logo {
        width: 60%;
    }
    .call-to-action-border {
        padding: 1em 2em;
    }
    .intro-grap1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .text-block,
    .pic-block {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .pic-block .img-border {
        top: 2%;
        width: 76%;
        height: 76%;
    }
    .pic-block .img-border-right {
        left: 19%;
    }
    .pic-block .img-border-left {
        right: 19%;
    }
    .pic-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ceremony-right-border {
        display: none;
    }
    section#timeline .section-title .title-under-dash {
        color: white;
    }
    section#timeline .timeline-block {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#timeline .timeline-bar {
        border: solid 3px white;
        height: 91px;
        width: 2px;
    }
    section#timeline .timeline-bar .bar-dot {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
    }
    section#timeline .block-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    section#timeline .block-up .timeline-item {
        width: 100%;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin: 10px;
    }
    section#timeline .block-down {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    section#timeline .block-down .timeline-item {
        width: 100%;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin: 10px;
    }
    footer {
        text-align: center;
    }
    footer img {
        float: unset;
    }
    footer .content-text {
        font-size: .8em;
    }
    footer .content-text,
    footer .copyright {
        text-align: center;
    }
    .login-block {
        width: 100%;
    }
    .control-label {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .sm-block {
        display: defult;
    }
    .nav-link {
        font-size: 0.64em;
    }
    section {
        padding: 10vh 0;
    }
    .call-to-action-border {
        padding: 1em 4em;
    }
    .vote-item-block {
        width: 450px;
    }
}

@media (min-width: 1200px) {
    .vote-item-block {
        width: 336px;
    }
    section {
        padding: 10vh 0;
    }
    .call-to-action-border {
        padding: 1em 6em;
    }
    .nav-link {
        font-size: .8em;
    }
}

@media (min-width: 1328px) {
    .nav-link {
        font-size: 0.8em;
    }
}

@media (min-width: 1500px) {
    .nav-link {
        font-size: 1em;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .full-screen-block {
        display: block;
    }
    .text-block {
        width: 55%;
        display: inline-block;
        vertical-align: middle;
    }
    .pic-block {
        width: 40%;
        display: inline-block;
    }
    .intro-grap1 {
        display: inline-block;
    }
    .logo {
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 55%;
        height: auto;
        max-height: 100%;
    }
    .call-to-action-border {
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 20px;
    }
    .vote-item-block {
        display: block;
        text-align: center;
    }
    .vote-item-block .content-title {
        text-align: center;
    }
    .event-count {
        text-align: center;
        vertical-align: middle;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .count-title,
    .timer {
        text-align: center;
        padding-top: 10px;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 576px),
(-ms-high-contrast: none) and (max-width: 576px) {
    .parts-img img {
        width: 100%;
        height: auto;
    }
    .text-block,
    .pic-block {
        width: 100%;
        display: block;
    }
    .intro-grap1 {
        display: block;
    }
}

@-webkit-keyframes appear {
    from {
        top: 50px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes appear {
    from {
        top: 50px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes img-right-move {
    from {
        top: 10px;
        right: 12px;
        opacity: 0;
    }
    to {
        top: 0px;
        right: 0px;
        opacity: 1;
    }
}

@keyframes img-right-move {
    from {
        top: 10px;
        right: 12px;
        opacity: 0;
    }
    to {
        top: 0px;
        right: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes img-left-move {
    from {
        top: 10px;
        left: 12px;
        opacity: 0;
    }
    to {
        top: 0px;
        left: 0px;
        opacity: 1;
    }
}

@keyframes img-left-move {
    from {
        top: 10px;
        left: 12px;
        opacity: 0;
    }
    to {
        top: 0px;
        left: 0px;
        opacity: 1;
    }
}

.fb-color {
    color: white !important;
    background-color: #1778F2 !important;
    border-color: #1778F2 !important;
}

.fb-color:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.row-equal>div[class*='col-'] {
    display: flex;
    flex: 1 0 auto;
}

.row-equal .card {
    width: 100%;
}


/* ensure equal card height inside carousel */

.carousel-inner>.row-equal.active,
.carousel-inner>.row-equal.next,
.carousel-inner>.row-equal.prev {
    display: flex;
}


/* prevent flicker during transition */

.carousel-inner>.row-equal.active.left,
.carousel-inner>.row-equal.active.right {
    opacity: 0.5;
    display: flex;
}


/* control image height */

.card-img-top-250 {
    max-height: 250px;
    overflow: hidden;
}

.vote-item-pic {
    max-width: 50% !important;
    margin: 2em auto;
}

.vote-content-text {
    margin: 3.5em 0;
}