﻿@font-face {
    font-family: symantec_fonts;
    src: url('../fonts/SA______.otf')format("opentype");
}

@font-face {
    font-family: symantec_fonts_bold;
    src: url('../fonts/SAMD__.otf')format("opentype");
}

body {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'symantec_fonts', '微軟正黑體', '新細明體', Helvetica, sans-serif;
    background-color: #ffffff;
    color: #333;
}

a {
    text-decoration: none;
}


/*animation*/
.kv-txt{
    position: absolute;
    top: 0px;
    animation-duration: 1.5s;
    animation-name: slidekv;
}


@keyframes slidekv {
    from {
        top:50%;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

.btn-large {
    font-size: 3.5vh;
    font-weight: bold;
    color: #fff;
    background-color: #337ab7;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.btn-large:hover,
.btn-large:active {
    color: #fff;
    background-color: #35C2FF;
}

.btn-info {
    font-size: 16px;
    background: #36C5F9;
}

.btn-main {
    font-weight: 700;
    margin-top: 25px;
    font-size: 20px;
    color: #ffffff;
    background-color: #6E2585;
    padding: 15px;
}

.btn-main:hover,
.btn-main:active {
    color: #fff;
    background-color: #994ff3;
}

.title-og {
    color: #6E2585;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2%;
    font-size: 40px;
}

.title-w {
    color: #fff;
    text-align: center;
}

.black-bg {
    background-color: #181818;
    padding: 20px 0;
    font-size: 14px;
}


.agenda,
.traffic,
.signup,
.intro,
.speaker,
.gift-info {
    padding-top: 20px;
    padding-bottom: 30px;
}

footer {
    color: #ddd;
}

nav {
    background-color: #ffffff;
}

.navitop-info {
    display: flow-root;
    width: 100%;
    padding: 15px 0;
}

.navitop-right {
    float: right;
}

.navitop-left {
    float: left;
}

.navitop-logo,
.navitop-logo-left,
.navitop-logo-right {
    padding-top: 15px;
}

nav img {
    max-height: 45px;
}

.navitop-logo-right,
.navitop-btn {
    display: inline-block;
}

.navitop-text {
    padding-top: 15px;
    padding-left: 25px;
    line-height: 1.5;
    font-size: 16px;
}

.navitop-btn {
    padding-top: 10px;
    padding-right: 15px;
}

.small-navi {
    clear: both;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    background: #6a197d;
}

.large-navi {
    height: 0px;
    position: relative;
    background: #6a197d;
    margin: 0;
    list-style: none;
    padding: 0;
    opacity: 0;
    display: none;
}

.large-navi-fix {
    padding: 10px 0;
    height: 88px;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    transition: .1s linear;
    opacity: 1;
    display: block;
}

.small-navi li {
    display: inline-block;
}

.large-navi li {
    float: left;
}

.navilar-btn {
    float: right;
    padding-top: 10px;
}

.link {
    margin: 20px 0;
}

.small-navi li+li,
.large-navi li+li,
.large-navi-fix li+li {
    margin-left: 40px;
}

.small-navi a {
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

.link a {
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

.shareBtn {
    font-size: 30px;
    color: #0f91ff;
}

.kv-bg {
    position: relative;
}


.intro-title {
    margin-bottom: 40px;
    border-left: 5px solid #00a3e0;
    padding-left: 10px;
    color: #233d60;
}

.intro h2 {
    color: #00a3e0;
    font-size: 40px;
    font-weight: bold;
}

.intro h3 {
    color: #00a3e0;
    font-size: 20px;
    font-weight: normal;
}

.intro h4 {
    font-weight: bold;
    color: #00a3e0;
}

.btn-group p {
    font-size: 18px;
    font-weight: bold;
}

.gift-info {
    /*background-image: url(../images/w-gray-bg.png);
    background-position: center;*/
    background-color: #f2eef5;
}

.event-info ul {
    list-style: none;
    padding: 0;
}

.info {
    margin-bottom: 15px;
    color: #444;
    border-bottom: 1px solid #ddd;
}

.info span {
    background-color: #FF5F14;
    padding: 5px 10px;
    margin-right: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
}

.agenda {
    /* background-image: url(../images/w-gray-bg.png);
    background-position: center 80%;*/
    background-color: #f2eef5;
}

.time-heightlight{
    background: linear-gradient(transparent 60%, #FFFF00 60%);
}

.speaker-box{
    padding: 30px;
    border-bottom: 1px solid #A446B1;
}

.sp-name{
    border-left: 2px solid #994ff3;
    padding-left: 10px;
    font-weight: 700;
}


.txt-gray{
    color: #8d8d8d;
    font-size: 22px;
}

.gift-text {
    font-size: 18px;
    list-style: none;
    padding-bottom: 20px;
    font-weight: bold;
}

.gift-caption{
    font-size: 14px;
    line-height: 1.5;
    color: #999;
}

.gift-text .gray {
    font-size: 14px;
    color: #666;    
}

.gift-text span {
    font-size: 22px;
    font-weight: bold;
    background-color: #f69314;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
}

@media (max-width: 768px) {
  
    .navitop-text {
        padding-left: 8px;
    }

    .navitop-btn {
        float: left;
        padding-left: 5px;
    }

    .large-navi-logo {
        display: none;
    }

    .large-navi-fix li+li {
        margin-left: 18px;
    }


    .btn-group {
        display: block;
    }
}

.panel-default{
    border: none;
}

.panel{
    font-size: 13px;
    line-height: 1.5;
    background-color: #221f3b;
}



/*sidebar*/
#sidebarReg .register {
    background-color: #6E2585;
    padding: 20px 12px;
    position: fixed;
    bottom: 15%;
    right: 0;
    border: none;
    display: block;
    font-weight: 500;
    font-size: 20px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
}

#sidebarReg .register:hover {
    background-color: #6E2585;
    color: #ffffff;
}
