﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #FFFFFF;
    font-size: 1.125em; /*18px=1.125em適合手機瀏覽文字大小*/
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    color: #141414;
    -webkit-text-size-adjust: none; /*在iOS旋轉手機畫面時鎖定文字不縮放，避免影響版型*/
    border: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

form {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
    color: #333333;
    font-family: Lato, sans-serif;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

.basic h1 a, .basic h2 a, .basic h3 a, .basic h4 a, .basic h5 a, .basic h6 a {
    color: #333333;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin: 1em 0;
}

a {
    color: #F08300;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #141414;
    }

table {
    width: 100%;
    background: #fff;
}

    table td, table th {
        padding: 8px;
        border: 1px solid #bbb;
        text-align: left;
    }

    table th {
        background: #ddd;
        font-weight: bold;
    }

    table caption {
        padding: 1em 0;
        text-align: center;
    }


.link {
    text-decoration: none;
}

.clear {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* Align
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.more-link-p {
    clear: none;
}

.bgcolor-redpink {
    background-color: #e7288a;
}

.bgcolor-orange {
    background-color: #F08300;
}

.whitecolor {
    color: #fff;
}

/* Page
-------------------------------------------------------------- */
.page {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0;
}

/* Gridiculous
-------------------------------------------------------------- */
.grid {
    /*min-width: 320px;*/
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.row {
    width: 100%;
    margin-bottom: 20px;
}

.wfull {
    width: 100%;
    max-width: 100%;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

/* Clearfix
-------------------------------------------------------------- */
.row:after,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/* Go to Top
-------------------------------------------------------------- */
.scrollToTop {
    width: 52px;
    height: 52px;
    background-color: rgba(255,153,0,0.8);
    border-radius: 50%;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
    cursor: pointer;
}

    .scrollToTop i:before {
        color: #fff;
        line-height: 46px;
        font-size: 34px;
        font-weight: 700;
    }

    .scrollToTop:hover {
        background: #F08300;
    }

/* Version images*/
.version {
    width: 100%;
}

    .version img {
        width: 100%;
        height: auto;
    }


/* Header
-------------------------------------------------------------- */
.header-wrap {
    width: 100%;
    position: relative;
}

.Navigation {
    width: 100%;
    height: 50px;
    position: fixed;
    background-color: rgb(0, 0, 0);
    z-index: 100;
}

.logo {
    position:absolute;
    width:219px;
    height: 52px;
    background: url(../_images/InnoVEX_logo.png) no-repeat;
    background-size:70%;
    top:0;
    left:15px;
}
.logo a span {
        display:block;
        width:200px;
        height:36px;
   }


/* Footer
-------------------------------------------------------------- */
.footer {
    text-align: center;
    width: 100%;
    height: auto;
    margin: -20px auto;
    padding: 10px 0;
    background-color: #333333;
}

    .footer span {
        font-size: 13px;
        color: #fff;
        display: block;
    }

/* Mobile Menu
-------------------------------------------------------------- */
.MenuTriggle {
    display: block;
    float:right;
    padding-right: 15px;
    padding-top: 2px;
    cursor: pointer;
}
.open:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    color: #fff;
    font-size:25px;
}
.close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    color:#fff;
    font-size:25px;
}

    /*.MenuTriggle i {
        color: #fff;
    }*/

.DesktopNav {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
}
.NavItems {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #333333;
    padding:15px 15px 30px 15px;
}
.Itemblock {
    width:50%;
    float:left;
    margin-bottom:10px;
}

    .NavItems li {
        float: none;
        width: 100%;
        color: #fff;
    }
    .NavItems li.MainItem {
        font-size:20px;
        font-weight:bold;
    }
    .NavItems .SubItems {
        margin-left:p1x;
    }
    .NavItems .SubItems li {
            display: block;
            height: 36px;
    }

        .NavItems li a {
            font-size:16px;
            line-height: 36px;
            color: #fff;
        }

            .NavItems li a i {
                height: 36px;
                padding-right:10px;
                line-height: 36px;
                font-size: 20px;
                color: #fff;
            }




/* Content
-------------------------------------------------------------- */
.main {
    width: 100%;
    padding: 0;
}

.content-wrap {
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

    .content-wrap .PageTitle {
        font-size: 30px;
        color: #FF007F;
        font-weight: bold;
        padding-bottom: 10px;
    }
.container {
    padding: 0;
}
section {
    padding: 20px 0 20px 0;
    border-bottom:1px solid #ccc;
}

    section:last-child {
        border-bottom: none;
    }

.entry-content {
    padding: 0 20px;
}
.appbtn {
    text-align: center;
}

    .appbtn a {
        background-color: #FF007F;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        letter-spacing: 3px;
        font-weight: bold;
        padding: 7px 10px;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 90%;
    }

.org a {
    background-color: #f79d00;
}

.appbtn a:hover {
    color: #000;
}

    .appbtn a:hover span {
        color: #000;
    }

.btn-org a{
    display:inline-block;
    width:140px;
    background-color:#F08300;
    color:#fff;
    margin:5px 10px;
    padding:5px 10px;
    text-align:center;
}
.BigTitle {
    font-size: 40px;
}

.scrolltable {
    overflow-x: scroll;
    min-width: 665px;
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .scrolltable > .body {
        width: -webkit-fit-content;
        overflow-y: scroll;
        flex: 1;
        -webkit-flex: 1;
    }

.sectionTitlte {
    font-weight:bold;
    text-align:center;
    margin-top:20px;
}
.socialicon {
    height:36px;
    padding-right:10px;
}
.logos {
    text-align:center;
}
.logos img{
    margin:10px;
    vertical-align:middle;
}