﻿body {
    font-size: 16px;
    font-family: Microsoft JhengHei;
}

h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: 'Microsoft JhengHei', sans-serif;
    text-transform: none;
}

form {
    margin: 0px;
}

h1, h2, h3 {
    color: #000000;
}

.mr-2 {
    margin-right: 0.5em;
}

/* Copyright's dot */
.copyright a {
    text-decoration: none;
    color: inherit;
}

/* Style of Scroll To Top */
.scrollToTop {
    border: solid 1px #f4813e;
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    padding: 3px;
}

    .scrollToTop:hover {
        background-color: #f9c09f;
    }

    .scrollToTop > div {
        background-color: #f4813e;
        width: 40px;
        height: 40px;
    }

    .scrollToTop i {
        line-height: 40px;
        font-size: 20px;
    }


/* Header */
.header {
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
}

    .header .logo img {
        max-height: 36px;
    }

    .header .logo .slogan {
        padding-left: 10px;
    }

.header-first {
    padding: 12px 0 10px;
    text-align: center;
}

    .header-first .logo a {
        display: inline-flex;
        align-items: center;
        font-size: 18px;
        color: #666666;
    }

        .header-first .logo a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            text-decoration: none;
        }

.header .collapse.navbar-collapse {
    padding: 0;
}

.header .nav.navbar-nav {
    float: right;
}

.header-dropdown-buttons .btn-group > .btn,
.header-dropdown-buttons .btn-group > .btn:hover,
.header-dropdown-buttons .btn-group.open > .btn {
    background-color: transparent;
    border: 0;
}


#language .btn.dropdown-toggle {
    width: auto;
    color: #666666;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: auto;
    line-height: normal;
    padding: 2px 10px;
    margin: 7px 0;
}

    #language .btn.dropdown-toggle:hover,
    .nav-mobile .language .btn.dropdown-toggle:hover {
        color: #e07e27;
        background-color: #fafafa;
    }

    #language .btn.dropdown-toggle span:before {
        content: "繁中";
        font-size: 14px;
    }

    #language .btn.dropdown-toggle span.en-us:before {
        content: "Eng";
    }

    #language .btn.dropdown-toggle span.zh-cn:before {
        content: "简中";
    }

.header-dropdown-buttons .btn-group .dropdown-menu {
    z-index: 106;
    min-width: 150px;
    margin-top: 6px;
    padding: 10px;
}

.fixed-header-on .header.fixed-customer {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1006;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.fixed-header-on .header-first {
    padding: 12px 0;
}

.fixed-header-on .header .logo {
    margin: 0;
    display: block;
}

.fixed-header-on .navbar-default .navbar-nav > li.dropdown > a {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

.fixed-header-on #language .btn.dropdown-toggle {
    margin: 13px 0;
}

/* Navbar */
.dropdown > a:before {
    display: none;
}

.navbar-default .navbar-nav > li.dropdown > a {
    color: #666666;
    padding: 28px 15px;
    border-bottom: 5px solid #ffffff;
    border-right: none;
    border-left: none;
}

.main-navigation .navbar-nav > .dropdown.open > a,
.main-navigation .navbar-nav > .dropdown.open > a:hover {
    background-color: #fafafa;
    border-bottom: 5px solid #e07e27;
    border-right: none;
    border-left: none;
}

/* Footer */
#footer {
    padding: 30px 0;
    color: #666666;
    border-top: 1px solid #f2f2f2;
    background-color: #fbfbfb;
}

    #footer h3 {
        color: #666666;
    }

    #footer .logo {
        margin-top: 20px;
    }

        #footer .logo img {
            max-height: 36px;
            padding-right: 10px;
        }

        #footer .logo .slogan {
            margin-top: 10px;
            margin-bottom: 7px;
        }

        #footer .logo a {
            display: inline-flex;
            align-items: center;
            font-size: 18px;
            color: #666666;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

            #footer .logo a:hover {
                opacity: 0.8;
                text-decoration: none;
            }

    #footer ul {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.8;
    }

        #footer ul > li > i {
            width: 16px;
            text-align: center;
            margin-right: 0.6em;
        }

    #footer .sitemap ul > li > a {
        text-decoration: none;
        color: #666666;
    }

        #footer .sitemap ul > li > a:hover {
            color: #f26716;
        }

        #footer .sitemap ul > li > a:before {
            font-family: "FontAwesome";
            content: "\f105";
            color: #f26716;
            margin-right: 0.5em;
        }


/* 首頁內容 */
/* Banner */
.orange-line p {
    font-family: 'Raleway', 'Microsoft JhengHei', sans-serif;
    border-bottom: 0.1em solid #f26716;
    padding-bottom: 0.25em;
}

.btn.moving i {
    display: none;
}


/* Section-Product */
.listing-item .body {
    text-align: center;
    height: 150px;
}

    .listing-item .body .buttons {
        height: 70px;
    }

    .listing-item .body h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.section-product.default-page .show-detail.btn-default {
    color: #ffffff;
    background-color: #09afdf;
    border-color: #0c9ec7;
}

.section-product.default-page .show-detail.hvr-shutter-out-horizontal::before {
    background: #2098d1;
}


.section-product.default-page .show-files.btn-default {
    color: #ffffff;
    background-color: #c82727;
    border-color: #aa2222;
}

.section-product.default-page .show-files.hvr-shutter-out-horizontal::before {
    background: #aa2222;
}

.section-product.default-page .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-product .listing-item {
    background: #f2f2f2;
    padding: 10px;
}

    .section-product .listing-item .body h4 {
        font-weight: bold;
    }

    .section-product .listing-item .body p {
        font-size: 14px;
        color: #888888;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.section-product .product .name {
    color: #000000;
    font-size: 32px;
    line-height: 1.5;
}

.section-product .product .intro {
    color: #666666;
    font-size: 20px;
    line-height: 1.5;
}

.section-product .product .class {
    color: #F26716;
    font-size: 20px;
}

.section-product .product .nav-tabs {
    margin-bottom: 15px;
}

.section-product .tab-content {
    display: none;
}

    .section-product .tab-content.active {
        display: block;
    }

    .section-product .tab-content table:nth-child(2n) thead > tr > th {
        border-color: #555555;
        background-color: #555555;
    }

    .section-product .tab-content table tbody > tr > td:first-child {
        width: 33%;
    }

.section-product .nav-tabs > li > a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* 滿版左圖右內容 & 右圖左內容 */
.section-list.full-left {
    background: #f26716;
    padding: 0 !important;
}

    .section-list.full-left .container,
    .section-list.full-right .container {
        width: 100%;
        padding: 0px;
    }

    .section-list.full-left .row,
    .section-list.full-right .row {
        margin: 0;
    }

    .section-list.full-left h2.title {
        color: #ffffff;
    }

    .section-list.full-left .separator-2::after {
        background: #ffffff;
        background: -moz-linear-gradient(left, rgba(255,255,255, 0.18) 0%, rgba(255,255,255, 0.12) 35%, rgba(255,255,255, 0.05) 70%, transparent 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255, 0.18)), color-stop(35%, rgba(255,255,255, 0.12)), color-stop(70%, rgba(255,255,255, 0.05)), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, rgba(255,255,255, 0.18) 0%, rgba(255,255,255, 0.12) 35%, rgba(255,255,255, 0.05) 70%, transparent 100%);
        background: -o-linear-gradient(left, rgba(255,255,255, 0.18) 0%, rgba(255,255,255, 0.12) 35%, rgba(255,255,255, 0.05) 70%, transparent 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255, 0.18) 0%, rgba(255,255,255, 0.12) 35%, rgba(255,255,255, 0.05) 70%, transparent 100%);
        background: linear-gradient(to right, rgba(255,255,255, 0.18) 0%, rgba(255,255,255, 0.12) 35%, rgba(255,255,255, 0.05) 70%, transparent 100%);
    }


    .section-list.full-left .col-md-6:nth-child(1),
    .section-list.full-right .col-md-6:nth-child(1) {
        padding: 0px;
        overflow-x: hidden;
    }

        .section-list.full-left .col-md-6:nth-child(1) img,
        .section-list.full-right .col-md-6:nth-child(1) img {
            height: auto;
            max-width: 100%;
        }

    .section-list.full-left .col-md-6:nth-child(2),
    .section-list.full-right .col-md-6:nth-child(2) {
        padding: 35px;
    }

.section-list.full-right {
    padding: 0 !important;
    border-top: none;
}

    .section-list.full-right h2.title {
        color: #f26716;
    }

/* Section */
.section-list.business .logo,
.section-list.standard .logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 5px 0;
}

    .section-list.business .logo img {
        max-height: 60px;
        max-width: 150px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-list.business .logo img {
        max-height: 60px;
        max-width: 150px;
        margin: 10px 5px;
    }

    .section-list.standard .logo img {
        max-height: 100px;
        max-width: 130px;
        margin: 10px 5px;
    }

.section-title {
    padding: 60px 0 150px 0;
    border-bottom: 3px solid #f26716;
    position: relative;
}

    .section-title .title {
        background-color: #f26716;
        color: #ffffff;
        font-size: 40px;
        font-weight: bold;
        padding: 5px 15px;
        border-radius: 10px;
    }

    .section-title .lollipop {
        position: absolute;
        background-color: #f26716;
        width: 3px;
        height: 100px;
        left: calc(50% - 3px);
        bottom: 0;
    }

        .section-title .lollipop:before {
            content: '';
            border-radius: 50%;
            background-color: #f26716;
            width: 20px;
            height: 20px;
            position: absolute;
            left: -8px;
        }

        .section-title .lollipop:after {
            content: '';
            border-radius: 50%;
            border: 2px solid #f26716;
            width: 34px;
            height: 34px;
            position: absolute;
            left: -15px;
            top: -7px;
        }

/* 客製頁面 Timeline */
.section-timeline {
    padding: 50px 0;
}

    .section-timeline .blogpost .year {
        color: #e07e27;
        font-size: 24px;
        font-weight: bold;
        margin-right: 20px;
    }

    .section-timeline .blogpost .content {
        margin-top: 7px;
    }

    .section-timeline .timeline {
        margin-top: 0;
    }

/* 行動裝置選單 */
.nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1006;
    background: #FFFFFF;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

    .nav-mobile .container {
        padding: 12px 50px 0;
    }

    .nav-mobile .logo a img {
        max-height: 32px;
    }

    .nav-mobile .menu {
        margin-top: 20px;
    }

        .nav-mobile .menu a {
            color: #666666;
            border-bottom: 1px solid #e6e6e6;
            text-decoration: none;
            font-size: 20px;
            padding: 15px 20px;
        }

            .nav-mobile .menu a:hover,
            .nav-mobile .menu a:focus,
            .nav-mobile .menu .dropdown.open > a,
            .nav-mobile .menu .dropdown.active > a {
                background-color: #fafafa;
                color: #e07e27;
                border-bottom: 2px solid #e07e27;
            }

    .nav-mobile .navbar-nav .dropdown.open .dropdown a {
        padding: 10px 40px;
    }

        .nav-mobile .navbar-nav .dropdown.open .dropdown a::before {
            display: block;
            font-family: "FontAwesome";
            content: "\f105";
            color: #f26716;
            left: 25px;
        }

    .nav-mobile .language .btn.dropdown-toggle {
        color: #666666;
        font-size: 16px;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        margin-top: 30px;
        margin-bottom: 0;
    }

.fixed-header-on .nav-mobile .container {
    padding: 14px 50px 0;
}

/* Product */
.product-class ul {
    list-style: none;
    padding-left: 0;
}

    .product-class ul:first-child > li:first-child {
        display: none;
    }

.product-class > ul > li > a {
    font-size: 32px;
    color: #404040;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .product-class > ul > li > a:before {
        content: none;
    }

.product-class > ul > li > ul > li > ul {
    display: none;
    padding-left: 30px;
}

.product-class > ul > li > ul > li.active ul,
.product-class > ul > li > ul > li.open ul {
    display: block;
}

.product-class li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #e07e27;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
    position: relative;
}

.product-class > ul > li > ul > li.active > a,
.product-class > ul > li > ul > li > a:hover,
.product-class > ul > li > ul > li > ul > li > a:hover,
.product-class > ul > li > ul > li > ul > li.active > a {
    background-color: #fafafa;
    color: #f26716;
}

.product-class li a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 15px;
    background: #f26716;
    left: 0;
    top: 12.5px;
}

.isotope-feature .class {
    background-color: #f26716;
    color: #ffffff;
    margin-left: -15px;
    padding: 6px 15px;
    width: 50%;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

    .isotope-feature .class:before {
        font-family: "FontAwesome";
        content: "\f105";
        color: #ffffff;
        position: absolute;
        right: 20px;
    }

    .isotope-feature .class:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 100%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #ffffff;
        border-top: 0;
        border-right: 0;
        margin-left: -10px;
    }

.isotope-feature .sort > ul {
    display: inline-block;
    list-style-type: none;
    border: solid 1px #dddddd;
    padding: 3px 10px;
    width: 120px;
    margin: 0px;
    cursor: pointer;
}

    .isotope-feature .sort > ul > li > span::after {
        font-family: "FontAwesome";
        content: "\f107";
        right: -24px;
        color: #cccccc;
        position: relative;
    }


    .isotope-feature .sort > ul > li > ul {
        border: solid 1px #dddddd;
        margin-left: -11px;
        margin-top: 3px;
        min-width: 120px;
        display: none;
        position: absolute;
        list-style-type: none;
        padding: 0px;
        z-index: 103;
        background-color: #FFFFFF;
    }

    .isotope-feature .sort > ul > li.open > ul {
        display: block;
    }

    .isotope-feature .sort > ul > li > ul > li {
        padding: 3px 10px;
    }

        .isotope-feature .sort > ul > li > ul > li:hover {
            background-color: #fcf2e9;
        }

.isotope-feature .name {
    font-size: 32px;
    color: #404040;
}

/* Left Class */
div.left-class {
    background-color: #fff;
    color: #262626;
    width: 225px;
    position: fixed;
    top: 0px;
    z-index: 1008;
    left: -227px;
    border-radius: 0 10px 0 0;
}

    div.left-class .header {
        padding: 9px 15px;
        background: #f1f1f1;
        z-index: 2;
        position: relative;
        border: 1px solid #e1e1e1;
        height: 38px;
        color: #fff;
    }

    div.left-class .body {
        width: 225px;
        overflow-y: auto;
        top: 0px;
        position: absolute;
        opacity: 0;
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
        border-top: none;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    div.left-class.opened .body {
        top: 38px;
        opacity: 1;
    }

    div.left-class .header h2 {
        color: #777777;
        text-transform: none;
    }

    div.left-class h2 {
        margin: 0;
        font-size: 18px;
    }

    div.left-class a.trigger {
        display: none;
        height: 36px;
        position: absolute;
        right: -36px;
        top: 0px;
        background: #f1f1f1;
        width: 36px;
        font-size: 18px;
        line-height: 35px;
        color: #777777;
        text-align: center;
        text-decoration: none;
        border: 1px solid #e1e1e1;
        border-left: none;
        border-radius: 0 5px 5px 0;
    }

    div.left-class.opened a.trigger {
        right: 0px;
        border-color: transparent;
        display: block;
    }

    div.left-class .body a {
        display: block;
        padding: 5px 15px;
        color: #333333;
    }

        div.left-class .body a:hover,
        div.left-class .body ul > li > ul > li.active > a:hover,
        div.left-class .body ul > li > ul > li.active > ul > li.active > a {
            text-decoration: none;
            background-color: #e07e27;
            color: #ffffff;
        }

    div.left-class .body ul > li > ul > li.active > a {
        color: #e07e27;
        border-bottom: 1px solid #e07e27;
    }

    div.left-class .body ul {
        list-style: none;
        padding-left: 0px;
    }

    div.left-class .body > ul > li > a {
        background-color: #f1f1f1;
        border-bottom: 1px solid #e1e1e1;
    }

    div.left-class .body > ul > li > ul > li > a {
        position: relative;
        background-color: #fbfbfb;
        border-bottom: 1px solid #cccccc;
        font-weight: bold;
    }

        div.left-class .body > ul > li > ul > li > a:before {
            content: '';
            position: absolute;
            width: 3px;
            height: 15px;
            background: #e07e27;
            left: 0;
            top: 8px;
        }

    div.left-class .body > ul > li > ul > li > ul {
        padding-left: 20px;
    }




@media (max-width:767px) {
    /* Mobile Navbar */
    .navbar {
        min-height: 0px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar.navbar-default {
        background-color: rgba(0, 0, 0, 0);
        border-width: 0px;
        margin: 1px;
    }

    .navbar-toggle {
        left: 5px;
        top: 4px;
        border: none;
        z-index: 1007;
        position: fixed;
        transition: all ease .5s;
    }

    .fixed-header-on .navbar-default .navbar-toggle {
        margin-top: -47px;
    }

    .fixed-header-on .navbar-toggle {
        top: 3px;
    }

    .navbar-toggle .icon-bar {
        background-color: #666666;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

        .navbar-toggle .icon-bar:nth-child(2) {
            -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
        }

        .navbar-toggle .icon-bar:nth-child(4) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
        }

    .navbar-toggle.open .icon-bar:nth-child(2) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: matrix(.8, -.8, .8, .8, 0, 6);
        transform: matrix(.8, -.8, .8, .8, 0, 6);
        background-color: #f26716;
    }

    .navbar-toggle.open .icon-bar:nth-child(3) {
        -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: translateX(-60px);
        opacity: 0;
    }

    .navbar-toggle.open .icon-bar:nth-child(4) {
        -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: matrix(.8, .8, -.8, .8, 0, -6);
        transform: matrix(.8, .8, -.8, .8, 0, -6);
        background-color: #f26716;
    }

    .header-first .logo a img {
        max-height: 32px;
    }

    .header .col-language {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }

    #language .btn.dropdown-toggle {
        padding: 3px 5px;
    }

    .blogpost {
        margin: 0px 0px 30px;
    }

    .timeline:before {
        background-color: #e8e8e8;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, transparent 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(10%, rgba(0, 0, 0, 0.09)), color-stop(90%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, transparent 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, transparent 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, transparent 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, transparent 100%);
        width: 1px;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        display: block;
        top: 0;
    }

    .timeline .timeline-item:before {
        content: "";
        position: absolute;
        background-color: #cdcdcd;
        border: 1px solid #cdcdcd;
        height: 7px;
        width: 7px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        top: 17px;
        right: -4px;
        z-index: 2;
    }

    .timeline .timeline-item.pull-right {
        position: relative;
        width: 100%;
        padding-left: 30px;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 0;
        float: right;
        clear: right;
    }

        .timeline .timeline-item.pull-right:before {
            left: -3px;
        }

    .timeline .timeline-item:after {
        content: "";
        font-family: "FontAwesome";
        right: 0px;
        background-color: #eaeaea;
        left: auto;
        position: absolute;
        top: 20px;
        z-index: 1;
        width: 15px;
        height: 1px;
    }

    .timeline .timeline-item.pull-right:after {
        right: auto;
        left: 0px;
    }

    .header-dropdown-buttons .btn-group .dropdown-menu {
        z-index: 106;
        min-width: 150px;
        margin-top: 0px;
        padding: 10px;
    }

    .fixed-header-on .header-dropdown-buttons .btn-group .dropdown-menu {
        margin-top: 4px;
    }
}

@media (min-width:768px) {
    .header-first {
        padding-top: 10px 0 5px;
    }

    .navbar-default .navbar-nav > li.dropdown > a {
        padding: 10px 15px;
    }

    .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
        padding-right: 0;
    }

    .timeline:before {
        left: 0;
    }

    .timeline .timeline-item.pull-right {
        width: 100%;
        margin-top: 20px;
    }

    .timeline .blogpost {
        padding: 3px 10px;
        display: inline-flex;
        align-items: flex-start;
    }

    .header-dropdown-buttons .btn-group .dropdown-menu {
        z-index: 106;
        min-width: 150px;
        margin-top: 9px;
        padding: 10px;
    }

    .fixed-header-on .header-dropdown-buttons .btn-group .dropdown-menu,
    .fixed-header-on .dark .header-dropdown-buttons .btn-group .dropdown-menu {
        margin-top: 6px;
    }

    #language .btn.dropdown-toggle {
        margin: 7px 0;
    }
}

@media (min-width:992px) {

    .header-first {
        text-align: left;
        padding-top: 22px;
    }

    .navbar-default .navbar-nav > li.dropdown > a {
        padding: 28px 10px 27px 10px;
    }

    #language .btn.dropdown-toggle {
        margin: 24px 0;
    }

    .section-list.full-left .col-md-6:nth-child(1) img,
    .section-list.full-right .col-md-6:nth-child(1) img {
        height: 100%;
        max-width: none;
    }

    .header-dropdown-buttons .btn-group .dropdown-menu {
        z-index: 106;
        min-width: 150px;
        margin-top: 6px;
        padding: 10px;
    }
}

@media (min-width:1200px) {
    .section-list.full-left .col-md-6:nth-child(2) {
        padding: 35px 20% 35px 35px;
    }

    .section-list.full-right .col-md-6:nth-child(2) {
        padding: 35px 35px 35px 20%;
    }
}
