﻿/* GLOBAL*/
body {
    background-color: #fefefe;
    color: #303030;
    font-family: 'akrobatlight',sans-serif !important;
    font-size: 20px;
    overflow-x: hidden !important;
    text-rendering: optimizeLegibility;
    webkit-font-smoothing: antialiased;
    webkit-text-size-adjust: 100%;
    /*letter-spacing: 0.1em;*/
}

.noscroll {
    overflow: hidden;
}


input:focus {   
    outline: none;
}

/** SVG **/
.svgicon-blue path {
    fill: #193d60 !important;
}

.svgicon-white path {
    fill: #fff !important;
}

.svgicon-black path {
    fill: #666 !important;
}


a.vimeo_lb {
    border: none;
}


/* STRUCTURE */
header {
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background-color: #fefefe;
}

main {
    margin-top: 80px;
    z-index: 1;
}

hr {
    margin: 60px 0 !important;
}


.js_overlay {
    z-index: 1005;
    visibility: hidden;
    transition: none;
    position: fixed;
    background: #666;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: 0;
}

    .js_overlay.visible {
        visibility: visible;
        opacity: .50;
        transition: all .3s ease;
        backface-visibility: hidden;
    }

/* SEARCH */
#searchbox_wrapper {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000000000000;
}

    #searchbox_wrapper .container {
        height: 100%;
    }

#searchbox {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    background-color: #fff;
}


.searchtoggle {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .searchtoggle img {
        display: block;
    }


.search-brand {
    padding: 25px 45px 26px 0;
    display: inline-block;
    border: none !important;
}

    .search-brand img {
        display: block;
    }

.search-icons {
    position: absolute;
    right: 16px;
    top: 26px;
}

    .search-icons a {
        margin-left: 64px;
        border: none;
    }

#searchbox_form {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 100px;
}

@media (max-width: 767px) {
    #searchbox_form {
        margin: 0;
    }
}


    #searchbox_form input[type="text"] {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 4px #007ecb solid;
        width: 100%;
        font-family: 'akrobatlight';
        font-size: 40px;
        padding: 6px 0;
    }

    #searchbox_form input[type="image"] {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }


/** Autocomplete search */
.ui-front {
    z-index: 1000000000001 !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 12px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    opacity: 0.9;
}

.ui-menu-item {
    padding: 4px 0 !important;
    margin: 0 !important;
    border: none;
    background: 0;
    z-index: 10000001 !important;
}


    .ui-menu-item a {
        border: none;
        padding: 0;
    }

.ui-state-hover, .ui-state-active {
    background-color: #fff;
    background-image: none;
    text-decoration: underline;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0 !important;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 6px;
}



/* MAIN */
main {
    margin-bottom: 100px;
}

/* CRUMBTRAIL */
#crumbtrail {
    background-color: #666666;
    color: #e8e8e8;
    padding: 30px 0 26px 0;
}

    #crumbtrail a {
        border: none !important;
        border-bottom: none !important;
    }

        #crumbtrail a.bc-link {
            display: inline-block;
            padding: 0;
            margin: 0;
            font-size: 14px;
            padding: 0 30px 0 20px;
            line-height: 20px;
            color: #7f7f80 !important;
            border: none;
            background: transparent url('gfx-breadcrumbsep.png') center right no-repeat;
            margin-top: -18px;
        }

    #crumbtrail span {
        color: #e8e8e8;
        font-size: 14px;
        padding: 0 20px;
        line-height: 20px;
    }



/*******************************************************/
/* FOOTER */
/*******************************************************/

footer {
    background-color: #19191a;
    color: #e8e8e8;
    padding: 40px 0 30px 0;
}

.footer-accreditations {
    text-align: right;
}

.iso-icons {
    margin-bottom: 30px;
}

.social-icons {
    width: 288px;
    margin: 0 auto 24px auto;
}

@media (min-width: 768px) {
    .social-icons {
        margin: 0;
        float: right;
    }
}

.social-icons div {
    width: 60px;
    height: 60px;
    float: right;
    margin-left: 12px;
}

.social-icon {
    width: 60px;
    height: 60px;
    display: table-cell;
    border-radius: 30px;
    color: #f3f3f3;
    line-height: 60px;
    text-align: center;
    background: #666666;
    display: table-cell;
    vertical-align: middle;
}

    .social-icon * {
        display: block;
        margin: 0 auto;
    }

    .social-icon path,
    .social-icon .cls-1 {
        fill: #f3f3f3 !important;
    }

    .social-icon:hover {
        color: #666666;
        background: #f3f3f3;
    }

        .social-icon:hover path,
        .social-icon:hover .cls-1 {
            fill: #666666 !important;
        }

footer nav ul li {
    width: 25%;
    float: left;
}

footer nav ul li {
    line-height: 1.2em !important;
}

@media (max-width: 768px) {

    footer nav > ul {
        margin-top: 24px;
    }

        footer nav > ul > li {
            display: block;
            width: 100%;
            border-top: 1px #303030 solid;
            padding: 20px 0;
            background: transparent url('btn-footerdown.png') right 30px no-repeat;
            background-size: 20px 10px;
            cursor: pointer;
        }

            footer nav > ul > li.active {
                background: transparent url('btn-footerup.png') right 30px no-repeat;
                background-size: 20px 10px;
            }

            footer nav > ul > li:last-child {
                border-bottom: 1px #303030 solid;
            }

            footer nav > ul > li > ul {
                display: none;
            }
}

footer nav ul li a {
    text-transform: uppercase;
    color: #e8e8e8;
    font-family: 'akrobatextrabold';
    font-size: 14px;
}

    footer nav ul li a:hover {
        color: #007ebc;
    }

footer nav ul li ul li {
    width: 100%;
    display: block;
}

    footer nav ul li ul li a {
        text-transform: none;
        color: #fff;
        font-family: 'akrobatregular';
        font-size: 14px;
    }

footer .footer-base {
    color: #e8e8e8;
    font-size: 10px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    footer .footer-base {
        text-align: center;
    }

    footer .iso-icons {
        margin: 0 auto;
        width: 273px;
    }
}

/* LANGUAGE SELECTOR */
#language-selector {
    width: 270px;
    position: absolute;
    bottom: -30px;
    right: 0;
    background-color: #666666;
    padding: 30px;
    font-family: 'akrobatsemibold';
    font-size: 14px;
}

    #language-selector .language-selected {
        text-transform: uppercase;
        line-height: 20px;
        display: block;
        position: relative;
    }

        #language-selector .language-selected span {
            margin-left: 40px;
        }

    #language-selector li {
        padding: 0;
        list-style-type: none;
        background: none;
    }

.lang-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.lang-toggle {
    position: absolute;
    right: 0;
    top: 5px;
}

#language-selector ul {
    display: none;
    margin: 10px 0 30px 0;
}

    #language-selector ul li {
        text-transform: uppercase;
        line-height: 40px;
        font-family: 'akrobatsemibold';
        font-size: 14px;
        margin-left: 40px;
    }

        #language-selector ul li a {
            color: #e8e8e8;
        }

            #language-selector ul li a:hover {
                color: #007ebc;
                text-decoration: underline;
            }


/*******************************************************/
/* END FOOTER */
/*******************************************************/

/* BOOTSTRAP */
.caret {
    border-top: 4px solid #bababa;
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid #bababa;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.no-gutter > div {
    padding-left: 0;
    padding-right: 0;
}


/** CONTENT **/

article h1 {
    font-family: 'akrobatextrabold';
    font-size: 60px;
    color: #666666;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

article p {
    font-family: 'akrobatregular';
    font-size: 20px;
}

.text-intro {
    text-align: center;
    padding: 100px 0;
}

    .text-intro h1 {
        margin-bottom: 40px;
        letter-spacing: 0.2em;
    }










#article_tags {
    border-top: 1px #1c1c1c solid;
    border-bottom: 1px #1c1c1c solid;
    padding: 20px 0;
    margin: 20px 0;
}

    #article_tags ul {
        padding: 0;
        margin: 0;
    }

    #article_tags li {
        display: inline;
        float: left;
        list-style-type: none;
    }

        #article_tags li a {
            background-color: #58585a;
            color: #fff;
            display: block;
            text-decoration: none;
            padding: 8px 8px;
        }

#tag_title {
    width: 100px;
    float: left;
}

#tag_tags {
    width: 630px;
    float: left;
}


article {
    margin: 116px 200px;
}

@media (max-width: 1199px) {
    article {
        margin: 116px 74px;
    }
}

@media (max-width: 991px) {
    article {
        margin: 116px 50px;
    }
}



@media (max-width: 767px) {
    article {
        margin: 60px 0;
    }
}



#topbar {
    background-color: #666666; /*内页背景条，标志底下*/
    height: 80px;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    z-index: 9999;
}

    #topbar .container {
        position: relative;
    }

    #topbar span {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 80px;
        display: block;
    }

    #topbar a {
        color: #fff;
        border-color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border: none;
    }

        #topbar a.topbar-back {
            background: #666666 url('gfx-topbarback.png') 0 center no-repeat; /* 新闻内页top背景，标志下面*/
            background-size: 12px 24px;
            padding-left: 26px;
            line-height: 80px;
            border: none;
        }

#topbar-btnshare {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #007ecb;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    width: 290px;
    text-align: center;
}

    #topbar-btnshare a.topbar-btnshare-open {
        /* background: #052d53 url('/img/gfx-share.png') 0 center no-repeat;
        background-size: 23px 24px;*/
        /* padding-left: 36px;*/
        display: block;       
        border-bottom: none !important;
        margin: 0 auto;
    }

    #topbar-btnshare a.topbar-btnshare-open {
        line-height: 80px;
        margin: 0 auto;
        display: block;
        height: 80px;
    }

    #topbar-btnshare a span {
        display: inline-block;
        line-height: 80px;
        margin-left: 12px;
        height: 80px;
        vertical-align: sub;
    }

.topbar-btnshare-close {
    display: none;
    vertical-align: middle;
    display: block;
    border: none;
    line-height: 80px;
}

    .topbar-btnshare-close:hover {
        border: none;
    }

.topbar-btnshare-close {
    vertical-align: middle;
    display: block;
}

#topbar-shareicons {
    position: absolute;
    bottom: -48px;
    right: 20px;
    z-index: 10000005;
}




.link-tile {
    cursor: pointer;
    border: 1px transparent solid;
}

    .link-tile:hover {
        border: 1px #007ecb solid;
    }


/** Form style */
.form {
}

    .form .row {
        margin: 0 200px 20px 200px;
    }


@media (max-width: 992px) {
    .form .row {
        margin: 0 100px 20px 100px;
    }
}



@media (max-width: 767px) {
    .form .row {
        margin: 0 0 20px 0;
    }
}

.form label {
    /*text-transform: uppercase;*/
    font-family: 'akrobatbold';
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 12px 0;
    display: block;
}

    .form label.mandatory:after {
        /*text-transform: uppercase;*/
        font-family: 'akrobatbold';
        font-size: 14px;
        font-weight: normal;
        color: #666;
        content: ' *';
        display: inline;
        padding-left: 6px;
    }



.form select {
    width: 100%;
    border: 2px #e8e8e8 solid;
    border-radius: 1px;
    font-size: 20px;
    color: #303030;
    padding: 12px 20px;
    -webkit-appearance: none;
}

    .form select:focus {
        border: 2px #007ecb solid;
        -webkit-appearance: none;
        outline: none;
    }

.form input[type="text"] {
    width: 100%;
    border: 2px #e8e8e8 solid;
    border-radius: 1px;
    font-size: 20px;
    color: #303030;
    padding: 12px 20px;
    -webkit-appearance: none;
}

    .form input[type="text"]:focus {
        border: 2px #007ecb solid;
        -webkit-appearance: none;
        outline: none;
    }

textarea {
    width: 100%;
    border: 2px #e8e8e8 solid;
    border-radius: 1px;
    font-family: 'akrobatregular';
    font-size: 20px;
    color: #303030;
    padding: 12px 20px;
    -webkit-appearance: none;
}

    textarea:focus {
        border: 2px #007ecb solid;
        -webkit-appearance: none;
        outline: none;
    }

.form .error {
    border: 2px #ef0000 solid !important;
    color: #ef0000 !important;
}

.form_alt {
    background-color: #666;
    color: #fff;
}

    .form_alt label {
        color: #fff;
    }



    .form_alt select {
        border: 2px #fefefe solid;
        color: #fefefe;
        background-color: #007ecb;
        -webkit-appearance: none;
    }

        .form_alt select:focus {
            border: 2px #fefefe solid;
            -webkit-appearance: none;
            outline: none;
        }

    .form_alt input[type="text"] {
        border: 2px #fefefe solid;
        color: #fefefe;
        background-color: #666;
        -webkit-appearance: none;
    }

        .form_alt input[type="text"]:focus {
            border: 2px #fefefe solid;
            -webkit-appearance: none;
            outline: none;
        }

    .form_alt textarea {
        border: 2px #fefefe solid;
        color: #fefefe;
        background-color: #666;
        -webkit-appearance: none;
    }

        .form_alt textarea:focus {
            border: 2px #fefefe solid;
            -webkit-appearance: none;
            outline: none;
        }

    .form_alt .section_title {
        text-align: center;
        text-transform: uppercase;
        font-family: 'akrobatbold';
        font-size: 14px;
        display: block;
        margin-bottom: 30px;
        color: #fefefe;
    }

    .form_alt h2 {
        font-family: 'akrobatregular';
        font-size: 40px;
        padding: 0;
        margin: 0 0 40px 0;
        text-align: center;
        color: #fefefe;
    }

/** GENERIC PAGE ITEMA */
#intro-hero {
    background-color: #666666;
    position: relative;
    height: calc(100vh - 80px);
}


.google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 650px !important;
    }


/* Custom select */
span.customSelect {
    background: #fff url('icon-selectselect.png') right center no-repeat;
    background-size: 39px 11px;
    width: 100%;
    border: 2px #e8e8e8 solid;
    border-radius: 1px;
    font-size: 20px;
    color: #303030;
    padding: 12px 20px;
    cursor: pointer;
}

.customSelectOpen {
    border: 2px #007ecb solid !important;
}

.navbar-toggle,
input {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

/** Bootstrap override*/
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
