@media (min-width: 993px) {
    .wrapbox-philTime {
        display: block !important;
    }

    .third-menu {
        position: absolute;
        overflow: hidden;
        z-index: 10;
    }

    #header .container .nav > li:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        top: 100%;
        background: #cc2017;
        transition: all linear .15s;
    }

    #header .container .nav > li:hover:after {
        top: 0;
    }

    .second-menu {
        position: absolute;
        overflow: hidden;
        z-index: -1;
        top: 100%;
        left: 0;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        min-width: 100%;
    }

        .second-menu li a {
            white-space: nowrap;
            color: #797570 !important;
            padding: 0 20px;
            line-height: 40px;
            font-size: 13px !important;
            text-align: left;
        }

    .third-menu {
        top: 0;
        left: 100%;
        width: 240px;
        text-align: left;
    }

    .second-menuBox {
        padding-left: 0;
        border-bottom: 2px solid #cc2017;
    }

    .third-menuBox {
        overflow: hidden;
        display: inline-block;
        right: 100%;
    }

        .second-menu li:hover > a, .third-menuBox a:hover {
            background: #f2f2f2 !important;
            color: #000 !important;
        }

    #header .container ul > li:hover .second-menu {
        z-index: 10;
    }

        #header .container ul > li:hover .second-menu > * {
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    .second-menuBox > li:hover .third-menu {
        z-index: 10;
    }

        .second-menuBox > li:hover .third-menu .third-menuBox {
            right: 0;
        }
}

@media (min-width: 1200px) {
    .ncaar-content {
        padding-top: 60px;
        margin: -60px 0 -111px;
    }
}

@media (min-width: 1300px) {
    .ncaar-head .navbar-nav li.profile .dropdown-toggle {
        display: none;
    }

    .ncaar-head .navbar-nav li.logined .dropdown-toggle {
        display: block;
    }

    .ncaar-head .navbar-nav li .dropdown-menu.sign {
        position: relative;
        display: block;
        border: none;
        box-shadow: none;
        padding: 0;
    }

        .ncaar-head .navbar-nav li .dropdown-menu.sign li {
            float: left;
        }

            .ncaar-head .navbar-nav li .dropdown-menu.sign li a {
                border: none;
                margin: 11px 0;
                padding: 8px 15px;
                border-radius: 4px;
            }
}

@media (max-width: 1200px) {
    .ncaar-head .navbar-nav > li.donate a {
        margin: 10px 5px;
        padding: 5px 10px;
    }

    .ncaar-head .navbar-nav > li > a {
        padding: 15px 12px;
        font-size: 15px;
    }

    .ncaar-head .navbar-nav > li.profile .dropdown-toggle {
        padding: 14px 15px;
    }

        .ncaar-head .navbar-nav > li.profile .dropdown-toggle .iconfont {
            font-size: 30px;
        }

        .ncaar-head .navbar-nav > li.profile .dropdown-toggle .name {
            display: none;
        }

    .ncaar-head .navbar-brand {
        padding: 15px 15px;
    }

    .ncaar-banner .ncaar-slogn-title {
        font-size: 16px;
    }

    .ncaar-banner .ncaar-slogn {
        padding: 15px 0;
    }
}

@media (max-width: 1100px) {
    .ncaar-head nav.navbar {
        margin: 0;
    }

    .ncaar-head .navbar-brand {
        padding: 15px 10px;
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .vedio_play {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

    .innerpage > div {
        display: block;
        float: left;
    }

    .orz-map-little {
        width: 100%;
    }

    .orz-para {
        padding-left: 20px !important;
    }
}

@media (max-width: 992px) and (max-width: 1150px) {
    .video-container-tool {
        right: 35px;
    }
}

@media (max-width: 992px) {
    #header .login-box {
        display: none;
    }

        #header .login-box.logined {
            display: none;
        }

        #header .login-box li.nca_name {
            padding: 0 10px;
        }

    .ncaar-banner .dis-table-col > * {
        display: block;
        width: 100%;
    }

    .event-liang .event-liang-video {
        position: relative;
        right: 0;
        display: block;
        margin-left: 0 !Important;
    }

    .event-head {
        margin-top: 20px;
    }

        .event-head dl {
            width: 100% !important;
        }

    .wrapbox-philTime-show {
        display: block !important;
    }

    .eventsLink {
        margin-bottom: 10px;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    #menu-button, .wsite-nav-cart {
        display: table-cell;
        width: 22px;
        height: 21px;
        vertical-align: middle;
        cursor: pointer;
    }

    .hamburger span {
        margin: 4px 0;
    }

    .hamburger:before, .hamburger:after {
        content: '';
    }

    .hamburger span, .hamburger:before, .hamburger:after {
        position: relative;
        display: block;
        width: 22px;
        height: 4px;
        background: #fff;
        z-index: 3;
        -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -o-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
    }

    body.menu-open .hamburger:before {
        background: #333;
        top: 7px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    body.menu-open .hamburger span {
        opacity: 0;
    }

    body.menu-open .hamburger:after {
        background: #333;
        top: -9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #header .container .nav {
        position: fixed;
        border-radius: 0;
        left: 0;
        width: 100%;
        text-align: center !important;
        padding-left: 0;
        background-color: rgba(0,0,0,0.9);
        height: 0;
        top: 0;
        margin: 0;
        overflow: hidden;
        z-index: 100;
    }

        #header .container .nav > li {
            display: block;
            margin: 5px auto;
            border-radius: 0 !important;
            border: none;
            box-shadow: none !Important;
            float: none;
        }

    .event-logoTime {
        top: 112px !important;
        width: 220px !important;
    }
}

@media (max-width: 980px) {
    .navbar-brand {
        background: none;
        padding: 7px 0 0 0px !important;
    }

        .navbar-brand > img {
            height: 38px;
            position: relative;
        }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .ncaar-head .navbar-nav > li.profile .dropdown-toggle .photo {
        margin: 0;
    }

    .ncaar-head .navbar-nav > li.profile .dropdown-toggle .name {
        display: inline-block;
        max-width: none;
    }

    .ncaar-head .navbar-collapse.collapse {
        display: none !Important;
        max-height: none !important;
    }

        .ncaar-head .navbar-collapse.collapse.in {
            display: block !important;
            border-top: 1px solid #eee;
            margin: 0 -15px;
            padding: 0 15px;
        }

    .ncaar-head nav.navbar li, .ncaar-head nav.navbar .navbar-right {
        float: none !Important;
    }
}

@media only screen and (max-width: 860px) {
    .event-logoTime {
        top: 40% !important;
        width: 220px !important;
    }

    #footer .nav, #footer .copyright {
        float: none;
        text-align: center;
    }

    #body .container .content {
        padding: 38px 20px 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .imgDisplay .wrapbox-infor {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .ncaar-head .navbar-toggle {
        padding: 9px 10px;
        margin-right: 0;
    }

    .content {
        margin: 0 5px;
    }

    .content-display {
        padding: 30px 10px !Important;
    }

    .nav-wrapper {
        padding: 5px 15px;
    }

    .article-box {
        display: block;
        padding: 0 10px;
    }

        .article-box > * {
            display: block;
            width: 100% !Important;
            padding: 0 !Important;
            margin: 0 auto !important;
        }

        .article-box .article-body {
            margin-bottom: 20px !important;
        }

    #footer .dis-table {
        display: block;
        margin: 0;
        width: 100% !important;
    }

        #footer .dis-table > * {
            display: block;
            margin: 0;
            width: 100% !important;
            margin-bottom: 10px;
        }

        #footer .dis-table * {
            text-align: left;
        }

    .event-video-table td {
        width: 100% !important;
        display: block;
    }

    .event-head dt img {
        width: 100%;
    }

    .vedio_play {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    .innerpage > div {
        float: none;
    }

    .orz-para {
        width: 240px;
        margin: 0 auto;
    }

    .wraper {
        padding: 0 5px;
    }

    .wrapBox > div {
        display: block;
        width: 100% !important;
        overflow: hidden;
        padding: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .websiteLink {
        margin: 0 auto 10px;
    }

    .wrapbox-logo, .wrapbox-host {
        margin: 0 auto !important;
        top: 0;
    }

    .wrapbox-input > ul > li, .wrapbox-input-two > div {
        display: table;
        text-align: right;
    }

        .wrapbox-input > ul > li label {
            width: 76px;
            display: table-cell;
            padding-right: 10px;
        }

    .wrap-register .wrapbox-input > ul > li input {
        width: 100% !important;
    }

    #body .container .content {
        padding: 38px 10px 0 !important;
    }

        #body .container .content > h1 {
            margin-top: 0 !important;
            font-size: 24px !important;
        }

    .event-alert, .wrapbox-infor {
        top: 0 !important;
    }

    .Subtitle {
        text-align: center;
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 10px auto !important;
    }

        .Subtitle p {
            margin: 0;
        }

        .Subtitle b {
            display: block;
            margin: 0 !important;
            padding: 0 !important;
        }

    .wrapbox-para-when {
        text-align: left;
    }

        .wrapbox-para-when dd {
            padding-right: 0 !important;
        }

    .wrapbox-para {
        text-align: left;
    }

        .wrapbox-para dd {
            margin-left: 0 !important;
        }

    .wrapbox-input {
        margin: 0 auto;
        top: 0;
    }

    .wrapbox-tip {
        text-align: center;
        position: relative;
        right: 0;
        margin: 0 auto;
    }

    .wrapbox-lit-FL {
        text-align: center;
    }

        .wrapbox-lit-FL .wrapbox-infor {
            display: inline-block;
            float: none;
            vertical-align: top;
        }

    .wrapbox-input {
        width: 100%;
    }

        .wrapbox-input > ul > li {
            float: none;
            width: 100%;
        }

            .wrapbox-input > ul > li input {
                width: 100%;
            }

    .wrapbox-input-two input {
        width: 100% !important;
    }

    .websiteLink, .websitePic {
        width: auto;
    }

    .event-pdfBlock a {
        float: none !Important;
    }

    .wrapbox-left-host {
        width: auto !important;
    }

        .wrapbox-left-host hr {
            width: 20%;
        }

    .wrapbox-date {
        margin-top: 20px;
    }

    .wrapbox-host, .wrapbox-logo {
        margin: 0 auto !Important;
    }

    .wrapbox-para dd {
        margin-left: auto !important;
    }

    .content-wrap {
        padding: 20px;
    }

    .contet-title {
        margin-bottom: 0 !important;
        text-align: left;
        padding: 0 10px;
    }

    .article-list .media-left {
        vertical-align: top;
        padding-top: 5px;
    }

        /*.article-list .media-left div {
            width: 80px;
            max-height: 80px;
        }*/

    .article-list .media-body dt a.title {
        font-size: 14px;
        line-height: normal;
    }

    .article-list .media-body dd {
        display: none;
    }

    .ncaar-chapter dl {
        height: auto;
    }
}

@media (max-width: 640px) {
    body {
        z-index: 1;
    }

    .event-bgpic h1 {
        display: none;
    }

    .event-logoTime {
        top: 18% !Important;
        width: 195px !Important;
    }

    .Fundraising-title {
        display: block !important;
    }

    .wrapbox-date > dl {
        width: auto;
        float: none;
    }

        .wrapbox-date > dl p {
            margin-top: 0 !important;
        }

    .wrapbox-input > ul > li {
        text-align: left;
    }

        .wrapbox-input > ul > li label {
            display: block;
            width: 100%;
        }

    .wrapbox-input-two > div {
        text-align: left;
    }
    /*.wrapBox>div,#footer .container>div{display:block;width:100% !important}*/

    .copyright {
        text-align: left !important;
        margin-top: 10px;
    }
}

@media (max-width: 580px) {
    .event-pdfBlock, .event-timeinfo {
        float: none !important;
    }

    .event-pdfBlock {
        text-align: center;
    }

        .event-pdfBlock a {
            margin: 10px auto 0;
            display: inline-block !important;
        }
}

@media (max-width: 480px) {
    .event-head h1 {
        font-size: 22px;
        line-height: 32px;
        margin-left: 10px;
    }

    .imgDisplay .wrapbox-infor {
        width: 100% !important;
        margin: 10px auto 0;
        display: block;
    }

    .imgBox-img {
        max-width: 90%;
    }

    .wrapbox-logo {
        max-width: 100% !important;
    }

        .wrapbox-logo img {
            max-width: 100% !important;
        }

    .para-image-show {
        display: block !important;
        width: 100%;
    }

        .para-image-show > img {
            width: 100%;
        }

    .event-logoTime {
        display: none;
    }

    #body .container .content > h1 {
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .ct-box-three li {
        width: 100%;
        padding: 0;
        font-size: 14px;
        margin: 5px auto;
    }

        .ct-box-three li div {
            text-align: center;
        }

    #body .container .content > img {
        margin: 0 !important;
    }

    .news-content .ct-box > * {
        display: block;
        margin: 0 auto 5px;
    }

    .news-content .ct-box dt {
        font-size: 18px !important;
    }

    #body .container .content .wrapBox {
        padding: 10px 0 30px !important;
    }

    .wrapBox-imgBox {
        margin-bottom: 0 !Important;
        padding-bottom: 0 !Important;
    }

    .wrapbox-tip {
        top: 0;
    }

        .wrapbox-tip img:first-child {
            top: 0;
        }
}

@media (max-width: 360px) {
    .orz-map-little {
        min-width: 0;
    }

    .event-head {
        margin: 30px 10px 0;
    }

        .event-head h1 {
            font-size: 18px;
            line-height: 24px;
            margin-left: 8px;
        }

    .ncaar-head .navbar-collapse.collapse.in {
        max-height: 480px !important;
        overflow-y: auto;
    }
}
/*# sourceMappingURL=site_adaption.css.map */
