﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: 0.95vw;
    font-family: 'Century Gothic',"San Francisco","Lucida Grande","Lucida Sans Unicode","helvetica neue","Verdana,tahoma","Aril","PingFangSC-Light","hiragino sans gb","STXihei","华文细黑","WenQuanYi Micro Hei","Microsoft YaHei UI","Microsoft YaHei","微软雅黑","Heiti","黑体","sans-serif";
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    /*transition: all 0.5s ease;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;*/
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:visited{
        color: rgba(61,61,71,0.6);
    }

    a:hover {
        background-color: transparent;
        color: rgba(216,87,42,0.8);
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.alignsub {
    vertical-align: sub;
}

.alignmiddle {
    vertical-align: middle;
}
.aligntop {
    vertical-align: text-top;
}

.verticalCenter {
    display: flexbox;
    align-items: center;
    height: 100%;
}

.horizaCenter {
    display: flexbox;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/*.Scrollbar {
    padding:0;
    margin:0;
}


::-webkit-scrollbar {
    display:normal;
    scrollbar-3dlight-color:#333;
    scrollbar-face-color:rgb(61,61,71);
    scrollbar-arrow-color:rgb(63,181,91);
    scrollbar-track-color:#f5f5f5;
}
::-moz-scrollbar {
    display: none;
}

::-ms-scrollbar {
    display: none;
}
*/
.StoL {
    transform:scale(0.6);
    -moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform:scale(0.6);
    transform-origin: top center;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.colorBlack {
    color: rgb(61,61,71);
}

.colorGreen {
    color: rgb(63,181,91);
}

.icofont {
    font-family: icofont;
}

img {
    width: auto;
    height: auto;
    max-width: 50vw;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 100vw;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 1em;
}

/*#T20, #T21, #T22, #T23, #T24, #T25, #T26,
 #T31, #T32, #T41, #T42, #T43, #T44, #T45,
 #T51, #T52, #T53, #T54, #T55, #T56, #T61, #T62, #T63*/
.anchor {
    margin: 0 auto 7em;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding: 0;
    top: auto;
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    color: #cccccc;
    background-color: rgb(61,61,71);
    font-size: .8em;
    height: 10vh;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* nav sidebar
----------------------------------------------------------*/
#navbar {
    display:inline-grid;
    width: 25px;
    height: 25px;
    padding: 0;
    background-color: rgb(61,61,71);
    border-radius: 5px;
    border: 1px solid #cccccc;
    position: fixed;
    z-index: 300;
    top: 80%;
    right: 3%;
    -moz-box-shadow: 3px 3px 4px #333333;
    -webkit-box-shadow: 3px 3px 4px #333333;
    box-shadow: 3px 3px 4px #333333;
}

    #navbar img {
        max-width: 25px;
        height: auto;
    }
    #navbar a {
        width: 25px;
        height: 25px;
        font-size: 14px;
        display: inline-block;
        line-height: 25px;
        color: #cccccc;
        background: rgb(61,61,71);
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-shadow: 3px 3px 4px #333333;
        text-align: center;
        margin-top: 5px;
        padding: 0;
    }

/* sidemenu
----------------------------------------------------------*/
.sidemenu {
    /**/
    position: fixed;
    top: 1vh;
    right: 2vw;
    display: flexbox;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 29px;
    height: 29px;
    background-color: rgb(61,61,71);
    border-radius: 5px;
    transition: transform 250ms ease;
    z-index: 200;
}

    .sidemenu span {
        position: relative;
        top: 12px;
        left: 6px;
        padding: 0;
        margin: 0;
        display: block;
        width: 60%;
        height: 2px;
        background-color: #efeeef;
        float: left;
        transform-origin: center center;
        transition: transform 250ms ease;
        z-index: 200;
    }

        .sidemenu span:nth-of-type(1) {
            transform: translateY(-2px) scale(0.7, 0.5);
        }

        .sidemenu span:nth-of-type(2) {
            transform: translateY(0px) scale(0.7, 0.5);
        }

        .sidemenu span:nth-of-type(3) {
            transform: translateY(2px) scale(0.7, 0.5);
        }

#sidemenu {
    display: none;
}

    #sidemenu:checked ~ .sidemenu {
        background-color: rgb(61,61,71);
        transform: rotate(90deg);
        transition: transform 250ms ease;
    }

        #sidemenu:checked ~ .sidemenu span {
            background-color: #efeeef;
            transition: transform 250ms ease;
        }

            #sidemenu:checked ~ .sidemenu span:nth-of-type(1) {
                transform: translateY(1px) rotate(45deg);
            }

            #sidemenu:checked ~ .sidemenu span:nth-of-type(2) {
                display: none;
            }

            #sidemenu:checked ~ .sidemenu span:nth-of-type(3) {
                transform: translateY(-1px) rotate(-45deg);
            }

    #sidemenu:checked ~ .sidenav {
        right: 0px;
        transition: left 500ms ease;
    }

    #sidemenu:checked ~ div footer {
        transform: translateX(250px);
        transition: transform 500ms ease;
    }

.sidenav {
    position: fixed;
    top: 0px;
    right: -220px;
    width: 200px;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #efeeef;
    transition: right 500ms ease;
    z-index: 199;
    box-shadow: rgba(61,61,71,0.3) -5px 0 10px -5px;
}

    .sidenav ul {
        position: relative;
        list-style-type: none;
        margin: 100px 0;
        padding: 0;
    }

        .sidenav ul li {
            position: relative;
            display: block;
            border-bottom: 1px solid #cccccc;
        }

            .sidenav ul li a {
                position: relative;
                display: block;
                margin: 0;
                padding: 1em 3em;
                color: #cccccc;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
            }

                .sidenav ul li a:before {
                    position: absolute;
                    content: '';
                    top: 0;
                    right: 0;
                    width: 0;
                    height: 100%;
                    transition: width 250ms step-start;
                    z-index: 0;
                }

                .sidenav ul li a:hover {
                    transition: color 0.5s;
                    background: #efeeef;
                    color: black;
                    border-left: 2px solid rgb(63,181,91);
                }

                    .sidenav ul li a:hover:before {
                        width: 100%;
                        height: 100%;
                        background-color: rgba(204,204,204,0.5);
                        transition: width 250ms ease-out;
                    }


/* login
----------------------------------------------------------*/
#login {
    align-items: center;
    display: block;
    font-size: .85em;
    margin: 2px;
    text-align: justify;
}

    #login a {
        max-width: 100%;
        background-color: transparent;
        color: #f5f5f5;
        margin: 0;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        width: auto;
        display: block;
        list-style: none;
    }



/* timeline */
.timeline a {
    color: #666;
    text-decoration: none;
}

    .timeline a:hover {
        color: #F60;
        text-decoration: underline;
    }

.timeline .clearfix {
    *zoom: 1;
}

    .timeline .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }

    .timeline .clearfix:after {
        clear: both;
    }

.timeline {
    width: 100%;
    margin: 0 auto;
}

.timeline {
    padding: 50px 0;
    min-height: 720px;
    background: transparent;
    width: 100%;
}

    .timeline .main {
        background: url("Images/line-bg.png") repeat-y 289px 0;
    }

        .timeline .main .title {
            position: absolute;
            line-height: 40px;
            padding-left: 67px;
            left: 298px;
            top: 0;
            color: #58a6fb;
            font-size: 24px;
            background: url("images/clock.png") no-repeat left top;
        }

        .timeline .main .year {
            z-index: 100;
        }

            .timeline .main .year h6 {
                height: 40px;
                width: 170px;
                padding-right: 30px;
                margin-top: 20px;
                font-size: 24px;
                line-height: 40px;
                text-align: right;
            }

                .timeline .main .year h6 a {
                    color: #58a6fb;
                }

                .timeline .main .year h6 i {
                    display: block;
                    position: relative;
                    height: 0;
                    width: 0;
                    left: 190px;
                    top: -20px;
                    border-width: 6px;
                    border-style: solid;
                    border-color: #59a7fb transparent transparent transparent;
                    -webkit-transition: .5s;
                    -moz-transition: .5s;
                    -ms-transition: .5s;
                    -o-transition: .5s;
                    transition: .5s;
                    -webkit-transform-origin: 6px 3px;
                    -moz-transform-origin: 6px 3px;
                    -ms-transform-origin: 6px 3px;
                    -o-transform-origin: 6px 3px;
                    transform-origin: 6px 3px
                }

            .timeline .main .year .list {
                margin: 10px 0;
                position: relative;
                overflow: hidden;
                -webkit-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
                -moz-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
                -ms-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
                -o-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
                transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s
            }

                .timeline .main .year .list ul {
                    bottom: 0;
                }

                    .timeline .main .year .list ul li {
                        background: url("Images/circle.png") no-repeat 235px 20px;
                        color: black;
                    }

                        .timeline .main .year .list ul li.highlight {
                            background-image: url("Images/circle-h.png");
                        }

.cls {
    zoom: 1;
}

    .cls:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.timeline .main .year .list ul li.highlight .date, .timeline .main .year .list ul li.highlight .intro {
    color: #ec6a13;
}

.timeline .main .year .list ul li .date, .timeline .main .year .list ul li .version {
    float: left;
    display: block;
    clear: left;
    width: 200px;
    line-height: 24px;
    text-align: right
}

.timeline .main .year .list ul li .date {
    font-size: 18px;
    line-height: 32px;
    color: black
}

.timeline .main .year .list ul li .intro, .timeline .main .year .list ul li .more {
    float: left;
    display: block;
    width: 400px;
    margin-left: 100px;
    line-height: 24px;
}

.timeline .main .year .list ul li .intro {
    font-size: 18px;
    line-height: 32px;
    color: #63d029;
}

.timeline .wrapper {
    overflow: hidden;
}

    .timeline .wrapper:first-child .main .year.close h2 i {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg)
    }

    .timeline .wrapper:first-child .main .year.close .list {
        opacity: 0;
        height: 0 !important;
    }


/* menu
----------------------------------------------------------*/
.menu {
    position: fixed;
    top: 0px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 4em;
    background-color: rgb(61,61,71);
    z-index: 100;
    /**/ border-bottom: 1px solid #595959;
    padding-right: 10%;
}

.headlogo {
    float: left;
    margin-left: 10%;
    max-width: 4vw;
    max-height: 100%;
    max-height: -webkit-fill-available;
    width: auto;
    height: auto;
    z-index: 100;
}

.longlogo {
    float: left;
    font-size: 1.4em;
    max-width: 20%;
    margin: auto 0;
    color: #f5f5f5;
    height: 100%;
    position: relative;
    top: 33%;
}

.nav {
    float: right;
}

    .nav ul {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
        /*background: rgb(61,61,71);*/
        background-color: transparent;
    }

        .nav ul:before,
        .nav ul:after {
            content: "";
            display: table;
        }

        .nav ul:after {
            clear: both;
        }

        .nav ul li {
            width: 6.5vw;
            height: 4em;
            text-decoration: none;
            float: left;
            position: relative;
        }

        .nav ul > li:hover ul li {
            height: 4em;
        }

    .nav a {
        display: block;
        white-space: nowrap;
        padding: 1em 0.5em;
        line-height: 2em;
        color: #fff;
        text-decoration: none;
    }

        .nav a:hover {
            text-decoration: none;
            background-image: -webkit-linear-gradient(bottom, rgb(88, 88, 102), rgb(61,61,71));
            background-image: -ms-linear-gradient(bottom, rgb(88, 88, 102) 0%, rgb(61,61,71) 100%);
            background-image: -o-linear-gradient(bottom, rgb(88, 88, 102) 0%, rgb(61,61,71) 100%);
            background-image: -webkit-linear-gradient(bottom, rgb(88, 88) 0%, rgb(61,61,71) 100%);
            background-image: linear-gradient(bottom, rgb(88, 88, 102) 0%, rgb(61,61,71) 100%);
            background-image: -webkit-linear-gradient(bottom, rgb(88, 88, 102) 0%, rgb(61,61,71) 100%);
            /*-ms-behavior: url('css/backgroundsize.min.htc');
            behavior: url('css/backgroundsize.min.htc');*/
            box-sizing: border-box;
            height: 4em;
            border-bottom: 2px solid rgb(63,181,91);
        }

    .nav li ul {
        background: rgb(61,61,71);
        opacity: 0.95;
        /*-------- ie 9 support----------*/
        filter: alpha(opacity = 95);
        filter: progid:DXImageTransform.Microsoft.Alpha(style = 0, opacity = 95);
        position: absolute;
        right: 0;
        top: 4.05em;
        z-index: 1;
    }

        .nav li ul li {
            font-size: 0.85em;
            width: 9vw;
            overflow: hidden;
            height: 0;
            -webkit-transition: height 200ms ease-in;
            -moz-transition: height 200ms ease-in;
            -o-transition: height 200ms ease-in;
            transition: height 200ms ease-in;
        }

        .nav li ul a {
            text-align: right;
            border: none;
        }

            .nav li ul a:hover {
                background: rgba(0, 0, 0, 0.4);
            }

        .nav li ul li ul {
            opacity: 0;
            border-left: 1px solid #595959;
            position: relative;
            top: -4em;
            right: 0;
            z-index: -30;
        }

        .nav li ul li:hover {
            transition: all 0.7s 0.2s ease-in;
            overflow: visible;
        }

            .nav li ul li:hover ul {
                transition: all 0.2s 0.2s ease-in;
                opacity: 0.95;
                right: -9vw;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    z-index: -10;
    zoom: 1;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    overflow: hidden;
}

    .featured .content-wrapper {
        transition: all 0.5s ease;
        max-width: 100%;
        width: 100vw;
        height: 40vh;
        background-color: /*#efeeef*/ rgba(0,0,0,0.8);
        /*animation: wrapperleave 0.8s ease-in-out 1;*/
        background-image: -ms-linear-gradient(top, rgb(61,61,71) 0%, rgba(61,61,71,0) 100%);
        background-image: -o-linear-gradient(top, rgb(61,61,71) 0%, rgba(61,61,71,0) 100%);
        background-image: -webkit-linear-gradient(top, rgb(61,61,71) 0%, rgba(61,61,71,0) 100%);
        background-image: linear-gradient(top, rgb(61,61,71) 0%, rgba(61,61,71,0) 100%);
        background-image: -webkit-linear-gradient(top, rgb(61,61,71), rgba(61,61,71,0));
    }

    .featured:hover .content-wrapper {
        transition: background-color 0.8s 0.5s ease;
        -webkit-transition: background-color 0.8s 0.5s ease;
        /*animation: wrapperhover 0.5s ease-in-out 1;*/
        background-color: rgba(0,0,0,0.2);
    }

    .featured:after .content-wrapper {
        transition: all 0.5s ease;
        transition-delay: 0.5s;
    }

@keyframes wrapperhover {
    0% {
        transform: translate(0);
    }

    15% {
        transform: translateY(-3vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

@keyframes wrapperleave {
    0% {
        transform: translateY(0vh);
        background: none;
        background-color: rgba(0,0,0,0.5);
    }

    75% {
        transform: translateY(-3vh);
    }

    100% {
        transform: translateY(0);
    }
}
/*.featured hgroup.title h2{
        
        overflow:hidden;
        transition: color 1s ease;
        color: #f5f5f5;
        font-weight: 400;
    }
    .featured hgroup.title h3{
        transition: color 1s ease;
        color: #f5f5f5;
        font-weight: 400;
    }*/

.featured p {
    font-size: 1.1em;
}


.featured .pictitle {
    position: absolute;
    right: 20vw;
    top: 10vh;
    opacity: 0;
    color: #f5f5f5;
    font-size: 5vw;
    font-weight: 900;
    text-shadow: 2px 2px 3px #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateY(4vh);
    -moz-transition: all 0.5s;
    -moz-transform: translateY(4vh);
}

.featured:hover .pictitle {
    transition: transform 0.5s 0.8s ease, opacity 0.3s 0.8s ease;
    -webkit-transition: transform 0.5s 0.8s ease, opacity 0.3s 0.8s ease;
    opacity: 0.8;
    transform: translateY(1em);
}

/* page titles */
hgroup.title {
    margin-left: 15%;
    padding-top: 4em;
    color: #f5f5f5;
    line-height: 2em;
}

/* features */
section.feature {
    width: 100%;
    float: left;
    padding: 0 10px;
}

/* unordered list */

ul.checked {
    margin: 0;
    padding: 0.3em;
}

    ul.checked li {
        line-height: 1.5em;
        margin: 0;
        padding: 0.5em;
        white-space: normal;
        max-width: 90%;
        width: max-content;
    }

        ul.checked li:hover {
            padding-left: 0.5em;
            background-color: rgba(63,181,91,0.3);
            text-shadow: -1px -1px 1px rgba(255,255,255,0.9);
            color: rgb(63,181,91);
        }

/* content */
article {
    padding-left: 10%;
    float: left;
    width: 70%;
    min-height: 22vh;
}

    article.blog {
        padding-left: 20%;
        width: 55%;
        max-width: 960px;
        margin: auto 0;
    }

aside {
    float: right;
    max-width: 30vw;
    width: 15em;
    height: auto;
    position: fixed;
    right: 3%;
    top: 29%;
    padding: 0;
    margin: 0;
    /*border: 1px solid #cccccc;*/
    border-radius: 5px 5px;
    background-color: #f8f8fa;
    overflow: hidden;
    opacity: 0.9;
    /*-------- ie 9 support----------*/
    color: rgb(61,61,71);
    background-image: -webkit-linear-gradient(top, #efeeef, #fff);
    background-image: -ms-linear-gradient(top, #efeeef 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #efeeef 0%, #fff 100%);
    background-image: -webkit-linear-gradient(top, #efeeef 0%, #fff 100%);
    background-image: linear-gradient(top, #efeeef 0%, #fff 100%);
    background-image: -webkit-linear-gradient(top, #efeeef 0%, #fff 100%);
}

    aside ul {
        float: left;
        max-width: 100%;
        width: 100%;
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        aside ul li {
            margin: 0;
            float: right;
            background: url("../Images/bulletgrey.png") no-repeat 5% 50%;
            /*border: 1px solid transparent;
            border-right: none;*/
            border-left: 2px solid transparent;
            width: 100%;
            padding-right: 1em;
            box-sizing: border-box;
            line-height: 2.5em;
            align-content: flex-start;
        }

            aside ul li a {
                float: right;
                text-decoration: none;
            }
                aside ul li a.doubleline {
                    text-align: right;
                    line-height: 150%;
                    padding: 0.5em 0;
                }

                aside ul li a:hover {
                    background-color: transparent;
                    text-decoration: none;
                }

            aside ul li.chosen {
                background: rgba(63,181,91,0.1) url("../Images/bulletgreen.png") no-repeat 5% 50%;
                box-sizing: border-box;
                /*border: 1px solid #cccccc;
                border-right: none;*/
                border-left: 2px solid rgb(63,181,91);
            }

                aside ul li.chosen:hover {
                    border-left: 2px solid rgb(63,181,91);
                    box-sizing: border-box;
                }

                aside ul li.chosen a {
                    color: rgb(63,181,91);
                }
                aside ul li.one{
                    }

.label {
    font-weight: 700;
}

/* footer */
#foot1 {
    background: rgb(61,61,71);
    padding: 2.1vh 0;
}

    #foot1 table {
        table-layout: fixed;
        width: 100%;
        height: auto;
        margin: 0;
        color: #62626c;
    }

        #foot1 table tr {
            margin: 0;
            padding: 0;
        }

            #foot1 table tr td {
                align-items: center;
                margin: 0;
                padding: 0 5%;
                width: 33%;
                border-right: 1px solid #62626c;
            }

                #foot1 table tr td div {
                    padding: 0;
                    margin: 0;
                }

                #foot1 table tr td .location span {
                    transition: all 0.3s ease;
                }

                #foot1 table tr td .location:hover span {
                    transition: all 0.3s ease;
                    color: #f5f5f5;
                }

    #foot1 h1 {
        transition: all 0.3s ease;
    }

    #foot1 table tr td h1:hover {
        transition: all 0.3s ease;
        color: #f5f5f5;
    }

    #foot1 .logo {
        max-height: 5.5em;
        width: auto;
        height: 5vw;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.3s ease;
    }

        #foot1 .logo hover {
            position: relative;
            zoom: 1;
        }

        #foot1 .logo h1 {
            transition: all 0.3s ease;
        }

        #foot1 .logo h3 {
            transition: all 0.3s ease;
        }

        #foot1 .logo img {
            width: auto;
            height: 100%;
            transition: all 0.3s ease;
        }

        #foot1 .logo:hover h1 {
            transition: all 0.3s ease;
            color: #f5f5f5;
        }

        #foot1 .logo:hover h3 {
            transition: all 0.3s ease;
            color: #f5f5f5;
        }

        #foot1 .logo:hover img {
            transition: all 0.3s ease;
            opacity: 0;
        }

    #foot1 table tr td a {
        padding: 0;
        text-decoration: none;
        transition: transform 0.2s;
    }

        #foot1 table tr td a .svg {
            max-width: 3em;
            max-height: 3em;
            width: 1.9vw;
            height: auto;
            transform: translateX(-0.2em) translateY(0.3em);
        }

        #foot1 table tr td a:hover {
            background-color: transparent;
        }

        #foot1 table tr td a .svg path {
            transition: all 0.3s ease;
        }

        #foot1 table tr td a:hover .svg path {
            transition: all 0.3s ease;
            fill: white;
        }

        #foot1 table tr td a:hover h1 {
            transition: transform 0.3s ease;
        }

        #foot1 table tr td a:hover h3 {
            transition: transform 0.3s ease;
            color: #f5f5f5;
        }

    #foot1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #foot1 ul li {
            display: inline;
            line-height: 2em;
            padding: 0;
            margin: 0 0.5vw;
        }

            #foot1 ul li a {
                transition: all 0.3s ease;
                text-decoration: none;
                color: #62626c;
            }

                #foot1 ul li a img {
                    max-height: 4em;
                    width: auto;
                    height: auto;
                }

#foot2 {
    background: #333;
    color: #62626c;
    padding: 2px;
    margin: 0 auto;
}
    #foot2 a{
        color: #62626c;
    }

/* scroll img */

#banner {
    width: 100%;
    height: 20em;
    position: relative;
    top: 0;
    margin: 5em 0;
    overflow: hidden;
}

.scroll {
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    -webkit-animation: picScroll 35s linear infinite;
    animation: picScroll 35s linear infinite;
}

@keyframes picScroll {
    0% {
        transform: translate(-50%);
    }

    100% {
        transform: translate(-100%);
    }
}

.scroll:hover {
    animation-play-state: paused;
}

.scroll-content {
    display: inline-table;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    width: 228em;
    width: max-content;
}


    .scroll-content ul, li {
        padding: 0;
        list-style: none;
    }

    .scroll-content ul {
        display: inline;
        vertical-align: middle;
        height: 20em;
    }

        .scroll-content ul li {
            float: left;
            overflow: hidden;
            height: auto;
            margin: 0 auto;
            padding-left: 5em;
            display: inline;
            display: -ms-inline-grid;
            vertical-align: middle;
            z-index: 30;
        }

            .scroll-content ul li img {
                max-height: 20em;
                width: auto;
                height: 100%;
                margin: 0 auto;
                vertical-align: middle;
                object-fit: contain;
                object-position: center;
                -webkit-object-fit: contain;
                -webkit-object-position: center;
                -o-object-fit: contain;
                -o-object-position: center;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                z-index: 10;
            }

            .scroll-content ul li div {
                transition: opacity, filter 0.5s ease;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                opacity: 0;
                margin: auto;
                padding: 0;
                background: -ms-linear-gradient(top, rgba(61,61,71,0.8) 0%, rgba(61,61,71,0.8) 100%);
                /*-------- ie 9 support----------*/
                filter: alpha(opacity = 0);
                filter: progid:DXImageTransform.Microsoft.Alpha(style = 0, opacity = 0);
                width: 100%;
                height: 0%;
                position: relative;
                position: sticky;
                right: 0;
                bottom: 0;
                z-index: 25;
                color: #f5f5f5;
                font-size: 1em;
                text-align: center;
                vertical-align: middle;
                text-wrap: normal;
                padding-top: 0em;
            }

            .scroll-content ul li:hover {
                transition: all 0.5s ease;
                filter: Chroma(Color='#333') /*, progid:DXImageTransform.Microsoft.Light(0.3), progid:DXImageTransform.Microsoft.MotionBlur()*/;
                -o-filter: grayscale(0.5);
                -ms-filter: 'alpha(opacity=50)';
                -webkit-filter: brightness(1) contrast(1);
                -moz-filter: brightness(1) contrast(1);
                zoom: 1;
            }

                .scroll-content ul li:hover img {
                    transition: all 0.5s ease;
                    filter: Chroma(Color='#333');
                    -webkit-filter: brightness(0.3) contrast(0.8);
                    -moz-filter: brightness(0.3) contrast(0.8);
                }

                .scroll-content ul li:hover div {
                    transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-filter: 'alpha(opacity=50)';
                    bottom: 50%;
                    height: 100%;
                    opacity: 1;
                    /*-------- ie 9 support----------*/
                    filter: alpha(opacity = 100);
                    filter: progid:DXImageTransform.Microsoft.Alpha(style = 0, opacity = 100);
                }
/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    align-content: center;
    width: 100%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* about us */

.aboutUsbg {
    max-width: 100%;
    height: 30em;
    zoom: 1;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-position: center center;
    margin-top: 2em;
}

table.aboutUs {
    margin: auto;
    max-width: 1240px;
    width: 100%;
    height: auto;
    grid-cell: none;
    border-collapse: collapse;
}

.aboutUs tr {
    margin: 0;
    padding: 0;
}

    .aboutUs tr td {
        padding: 0;
        margin: 0;
        height: 50%;
        width: 50%;
    }

        .aboutUs tr td div {
            padding: 0;
            margin: 0;
            width: 100%;
            color: #e5e5e5;
            line-height: 150%;
        }

            .aboutUs tr td div h1 {
                color: #e5e5e5;
            }

            .aboutUs tr td div h2 {
                color: #e5e5e5;
            }

        .aboutUs tr td.one {
            background-color: rgba(61,61,71,0.9);
            padding: 1em;
            text-align: left;
        }

            .aboutUs tr td.one h2 {
                border: none;
                color: rgb(63,181,91);
            }

        .aboutUs tr td.two {
            width: 100%;
            height: 100%;
            background-size: cover;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-position: center center;
        }

        .aboutUs tr td.three {
            transition: color 1s;
            transition: background 1s;
            background: rgba(61,61,71,0.5);
            font-size: 18px;
            text-align: center;
            color: #e5e5e5;
        }

            .aboutUs tr td.three:before {
                transition: transform 1s;
            }

            .aboutUs tr td.three span {
                transition: border 1s;
                transition: color 1s;
                background-color: transparent;
                border: 1px solid #e5e5e5;
                color: #e5e5e5;
            }

                .aboutUs tr td.three span:before {
                    transition: transform 1s;
                }

            .aboutUs tr td.three:hover {
                transition: background 1s;
                transition: color 1s;
                background: rgba(63,181,91,0.9);
                color: rgb(61,61,71);
            }

                .aboutUs tr td.three:hover:before {
                    transition: transform 1s;
                }

                .aboutUs tr td.three:hover span {
                    transition: border 1s;
                    transition: color 1s;
                    color: rgb(61,61,71);
                    border: 1px solid rgb(61,61,71);
                }

                    .aboutUs tr td.three:hover span:before {
                        transition: transform 1s;
                    }

        .aboutUs tr td.four {
            padding: 1em;
            background-color: rgba(61,61,71,0.9);
        }

            .aboutUs tr td.four h2 {
                border: none;
                color: #e5e5e5;
            }

/* Button redirect to pages*/
.btnTitle nav {
    display: inline-grid;
    display: -ms-inline-grid;
    width: auto;
    width: fit-content;
    padding: 0.5em;
    margin: 0.5em;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #f5f5f5;
    transition: all 0.2s ease;
}

    .btnTitle nav a {
        text-decoration: none;
    }

    .btnTitle nav:hover {
        transition: all 0.2s ease;
        border-color: #cccccc;
        -moz-box-shadow: 1px 1px 5px #cccccc;
        -webkit-box-shadow: 1px 1px 5px #cccccc;
        box-shadow: 1px 1px 5px #cccccc;
        transform: translateX(-1px) translateY(-1px);
    }

    .btnTitle nav a:hover {
        text-decoration: none;
        background-color: none;
    }


/* Hex title box */

.hexbox {
    position: relative;
    width: 60vw;
    margin: 0 auto;
    padding: 0;
    min-height:40em;
}

.lineF, .lineS {
    position: relative;
    visibility: hidden;
}

.lineF {
    top: 3em;
}

.lineS {
    top: -2.5em;
    left: 8.5em;
}

.boxF, .boxS, .boxT, .overlay {
    width: 15em;
    height: 20em;
    overflow: hidden;
}

.boxF, .boxS {
    visibility: hidden;
}

.boxF {
    transform: rotate(120deg);
    float: left;
    margin-left: 2em;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

.boxS {
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.boxT {
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}

.overlay {
    transition: all 250ms ease-in-out 0s;
    display: none;
    position: relative;
}

    .overlay:hover {
        background-color: rgba(0,0,0,0.6);
    }

.boxT:hover .overlay {
    display: block;
}

.overlay a {
    display: inline;
    position: absolute;
    left: 45%;
    top: 50%;
    margin: -1.2em 0 0 -2.5em;
    transform: translateX(-28%);
    border-radius: 5px;
    /*background-color: rgba(61,181,71,0.8);*/
    text-align: center;
    vertical-align: middle;
    padding: 1em;
    width: 100%;
    height: 100%;
    text-align:center;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 1.2em;
    font-weight: 400;
}
/* QR-code */

.qrcode {
    display:inline-flex;
    display:-ms-inline-grid;
    height:0;
}
.qrcode div {
    overflow: hidden;
    width: 7em;
    height: 7em;
    position: relative;
    top: -3em;
    left: 0.5em;
}

    .qrcode img {
        max-width: 7em;
        height: auto;
        zoom: 1;
        transition: all 0.3s ease;
        opacity: 0.1;
        position: relative;
        bottom: 0;
        right: 7em;
        z-index: -10;
        vertical-align: text-top;
    }

.scan:hover + .qrcode div img {
    transition: all 0.3s ease;
    opacity: 0.9;
    right: 0em;
    z-index: 10;
}
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0 6px 0;
    padding: 5px;
    width: 300px;
}


textarea {
    font-family: inherit;
    width: 500px;
    height: 179px;
}


textarea {
    font-family: inherit;
    width: 500px;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    vertical-align:middle;
    background-color: rgba(61,61,71,0.2);
    color:rgb(61,61,71);
    border: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 0.2em 0.5em;
    height: 1.5em;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0 6px 0;
    padding: 5px;
    width: 300px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*-------- tooltip ---------*/
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 75%;
        margin-left: -60px;
        /* 淡入 - 1秒内从 0% 到 100% 显示: */
        opacity: 0;
        transition: opacity 1s ease;
    }

    .tooltip:hover .tooltiptext {
        transition: all 1s ease;
        visibility: visible;
        opacity: 1;
    }

/*------- tables ----------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    width: 2em;
    height:auto;
    padding: 0.2em;
    border: 0 none;
    margin: 0 auto;
    text-align:left;
}

td a{
    display:inline-flex;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}
/*-----DataGrid-----*/
table.datagrid {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}
.datagrid td {
    width: 2em;
    height: auto;
    padding: 0.2em;
    border: 0 none;
    margin: 0 auto;
    text-align: left;
}

.datagrid td a {
    display: inline-flex;
}

/* display box*/
table.displayBox {
    margin: 3vh auto;
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
}

    table.displayBox tr {
        margin: 1em 0;
        width: auto;
    }

        table.displayBox tr td {
            margin: 0 auto;
            padding: 1.5em 1.5em 0 0;
            padding-left: 0;
            width: auto;
            height: auto;
            vertical-align: top;
        }
            table.displayBox tr td div {
                padding: 1px 0;
                height:100%;
                border: 1px dashed #cccccc;
                border-radius: 5px 5px;
                background-color: #fff;
                opacity: 0.9;
                /*-------- ie 9 support----------*/
                color: rgb(61,61,71);
                background-image: -webkit-linear-gradient(top, #efeeef 0%, #fff 100%);
                background-image: -ms-linear-gradient(top, #efeeef 0%, #fff 100%);
                background-image: -o-linear-gradient(top, #efeeef 0%, #fff 100%);
                background-image: -webkit-linear-gradient(top, #efeeef 0%, #fff 100%);
                background-image: linear-gradient(top, #efeeef 0%, #fff 100%);
                background-image: -webkit-linear-gradient(top, #efeeef, #fff);
            }
                table.displayBox tr td div.txt {
                    border: none;
                }

                table.displayBox tr td div.txt:hover {
                    transition: all 0.2s ease;
                    -moz-box-shadow: 3px 3px 8px #cccccc;
                    -webkit-box-shadow: 3px 3px 8px #cccccc;
                    box-shadow: 3px 3px 8px #cccccc;
                    transform: translateX(-1px) translateY(-1px);
                }

            table.displayBox tr td div.img {
                background-repeat: no-repeat;
                background-position: center center;
                border-radius: 10em;
                overflow: hidden;
                transform: scale(0.9);
                -webkit-tranform: scale(0.9);
                -moz-transform: scale(0.8);
                -ms-transform:scale(0.9);
                padding: 0;
                border: 1px solid #cccccc;
                margin: 0 auto;
                width: 10vw;
                height: 10vw;
            }
            table.displayBox tr td div.noDecoration {
                    border: none;
                    background-color: transparent;
                    background-image: none;
                }

            table.displayBox tr td img {
                margin: 0 auto;
                border:none;
                border-radius: 5px;
                max-width: 100%;
                max-height: 100%;
                width:100%;
                height:auto;
            }


                table.displayBox tr td div.txt h2 {
                    color: rgb(61,61,71);
                }

                table.displayBox tr td div.txt h3 {
                    color: rgb(63,181,91);
                }

    table.displayBox h4 {
        margin: 2em;
        padding: 0.75em;
        float: left;
        position: absolute;
        color: #f5f5f5;
        opacity: 0;
        /*-------- ie 9 support----------*/
        filter: alpha(opacity = 70);
        filter: progid:DXImageTransform.Microsoft.Alpha(style = 0, opacity = 70);
        background-color: rgba(61,61,71,0.5);
        z-index: 10;
        transition: all 0.5s ease;
    }

        table.displayBox td:hover h4 {
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            opacity: 0.8;
            /*-------- ie 9 support----------*/
            filter: alpha(opacity = 100);
            filter: progid:DXImageTransform.Microsoft.Alpha(style = 0, opacity = 100);
            background-color: rgba(61,61,71,0.9);
        }

    table.displayBox tr td div.txt section.content {
        padding-left: 2em;
        margin: 2em 0em;
    }

    table.displayBox .txt section p {
        padding-left: 0.5em;
        padding-right: 2em;
        line-height: 2em;
    }

    table.displayBox .txt .section_highlight p {
        margin: 0;
        padding: 0;
        line-height: 3em;
        border-bottom: none;
        border-top: 1px solid #cccccc;
    }

    table.displayBox .txt .section_highlight:hover {
        transition: all 0.3s ease;
        background-color: #cccccc;
        border-radius: 0 0 5px 5px;
        color: #f5f5f5;
    }

    table.displayBox .txt div.linebreak {
        width: 100%;
        height: 0;
        padding:0;
        border: none;
        border-bottom: 1px solid #cccccc;
    }
/*------line breaker-------*/
.linebreak {
    margin: 0.5em auto;
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px solid #cccccc;
}

/*------corner border-------*/
.wrapper {
    position: relative;
    border: none;
    padding: 0 1.5em;
    margin-right:2em;
    overflow-x:scroll;
    
}

    .wrapper table tr td {
        padding: 0 0.5em;
    }

    .wrapper span {
        position: absolute;
        padding: 0;
        color: rgba(216,87,42,0.8);
    }

.row1 {
    top: 0px;
    left: 0px;
}

.row2 {
    top: 0px;
    right: 0px;
}

.col1 {
    bottom: 0px;
    left: 0px;
}

.col2 {
    bottom: 0px;
    right: 0px;
}

/* table for business section
    ---------------------------------------------------*/

table.business {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0.5em;
    margin: 0;
    width: 100%;
    width: -webkit-fill-available;
}

    table.business tr td {
        overflow-wrap: break-word;
        padding: 0.1em 0.5em;
        margin: 0;
        line-height: 2em;
        vertical-align: middle;
        border-radius: 5px;
        border: 1px solid #cccccc;
        background-color: transparent;
        color: rgb(61,61,71);
        transition: all 0.3s ease;
        min-height: 3em;
    }

    table.business h2 {
        margin: 0;
        padding: 0.5em;
    }

    table.business tr td:hover h2 {
        color: #f5f5f5;
    }

.imgcontain {
    background: no-repeat rgb(63,181,91) center;
    background-size: cover;
    height: 30em;
    border-radius: 5px;
}

    .imgcontain:hover {
        background-size: contain;
    }

table.business tr td:hover {
    transition: all 0.3s ease;
    transform: scale(0.95);
    /*font-size:1.5em;
            line-height:1.5em;*/
    color: #f5f5f5;
    background-color: #cccccc;
    box-shadow: 1px 1px 3px #333 inset, -2px -2px 1px #efeeef inset;
}

table.business tr td.highlight {
    border: 1px solid rgb(63,181,91);
    background-color: rgb(63,181,91);
}

.verticle {
    width: 1em;
    height: auto;
    margin: 0 auto;
    word-break: break-all;
    line-height: 150%;
}

    .verticle:hover h2 {
        color: #f5f5f5;
        padding: 0;
        line-height: 1.2em;
    }
/* border table*/

table.border {
    margin-right: 2em;
    width: 100%;
    border: 1px solid #cccccc;
}

    table.border tr th {
        margin: 0;
        padding: 1em;
        border: 1px solid #cccccc;
    }

    table.border tr td {
        margin: 0;
        padding: 1em;
        border: 1px solid #cccccc;
        text-align: center;
        line-height: 200%;
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */
