﻿/* Sustainability Page Styles */


/* Utilities */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-32 {
    gap: 32px;
}

.gap-40 {
    gap: 40px;
}

.gap-48 {
    gap: 48px;
}

.gap-80 {
    gap: 80px;
}

.w-full {
    width: 100%;
}

.relative {
    position: relative;
}

.shrink-0 {
    flex-shrink: 0;
}


/* Typography */
.text-24 {
    font-size: 24px;
    font-weight: 600;
}

.text-18 {
    margin-bottom: 40px;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
}

.text-40 {
    margin-bottom: 40px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* Components */
.btn-learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    padding: 8px 16px;
    border: 1px solid #27201f;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    width: 150px;
    text-decoration: none;
    color: #27201f;
}

    .btn-learn-more span {
        font-weight: 500;
        font-size: 16px;
    }

    .btn-learn-more img {
        width: 18px;
        height: 18px;
    }

/* Hover effect vars for learn more button */
.btn-learn-more {
    --btn-fill-bg: transparent;
    --btn-fill-sweep: #27201F;
    --btn-fill-text: #fff;
}

.btn-learn-more:hover img {
    filter: brightness(0) invert(1);
}

/* Sections */
.section-padding {
    padding: 80px 0px;
    max-width: 1220px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1440px) {
    .section-padding {
        padding: 60px 24px;
    }
    .bg-light-gray.section-padding {
        padding: 60px 24px;
    }
    .bg-light-gray.section-padding > * {
        padding: 60px 24px;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 40px 20px;
    }

    .flex-responsive {
        flex-direction: column;
    }

    .image-block {
        order: -1;
    }
}

/* Policy and Commitment - Gray Background */
.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-light-gray.section-padding {
    max-width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
}

.bg-light-gray.section-padding > * {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}





.image-block {
    flex: 1;
    position: relative;
}

.page-environment-care .ecm-half-circle .svg-box .ecmhc-shape:hover,
.page-environment-care .ecm-half-circle .svg-box .ecmhc-shape.active {
    fill: #107D45;
    /* Darker green */
}


.page-environment-care .ecm-half-circle .active-content .part.active .part-title {
    color: #107D45;
}



/* Ensure collapse behavior is enforced */
.page-environment-care .ecm-half-circle .active-content .content.collapse {
    display: none;
}

    .page-environment-care .ecm-half-circle .active-content .content.collapse.in,
    .page-environment-care .ecm-half-circle .active-content .content.collapse.show {
        display: block;
    }

.initiatives-list {
    padding-left: 20px;
    margin-top: 10px;
    list-style-image: url('/Style%20Library/OLL/img/sustainability/leaf.svg');
    /* Path relative to CSS file location likely */
}

    .initiatives-list li {
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 400;
    }


a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}



mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}



svg:not(:root) {
    overflow: hidden
}









button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}



    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }



    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }





textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}



td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}



.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}





button,
input,
select,
textarea {
    font-size: inherit;
    line-height: inherit
}

a {
    color: #fff;
    text-decoration: none
}


    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
}

.img-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 16px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all all .2s ease-in-out ease;
    -moz-transition: all all .2s ease-in-out ease;
    -o-transition: all all .2s ease-in-out ease;
    transition: all all .2s ease-in-out ease;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small {
        font-size: 65%
    }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-size: 75%
    }

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child,
    blockquote p:last-child,
    blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small,
    blockquote footer,
    blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before,
        blockquote footer:before,
        blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before,
        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after,
        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}



@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1300px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1300px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {

    
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}



input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
    -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
    -webkit-transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease;
    transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease, -moz-box-shadow ease-in-out .15s ease;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease, -webkit-box-shadow ease-in-out .15s ease, -moz-box-shadow ease-in-out .15s ease
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) 1px 2px rgba(0, 0, 0, .2)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label,
    .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, .2)
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, .2)
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075) 1px 2px rgba(0, 0, 0, .2)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, .2)
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control,
        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label,
        .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox],
        .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}



.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' none 1px 2px rgba(0, 0, 0, .2)
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus,
    .btn-default:focus {
        color: #333;
        background-color: #fff;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #fff;
        border-color: #adadad
    }



    .btn-default.active.focus,
    .btn-default.active:focus,
    .btn-default.active:hover,
    .btn-default:active.focus,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .open > .dropdown-toggle.btn-default.focus,
    .open > .dropdown-toggle.btn-default:focus,
    .open > .dropdown-toggle.btn-default:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c
    }

    .btn-default.active,
    .btn-default:active,
    .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled.focus,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled].focus,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }



.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #fff;
    border-color: #52100b
}





.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #8d1b12;
    border-color: #52100b
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #da291c;
    border-color: #c32519
}

.btn-primary .badge {
    color: #da291c;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #fff;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #fff;
        border-color: #398439
    }



    .btn-success.active.focus,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .btn-success:active.focus,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .open > .dropdown-toggle.btn-success.focus,
    .open > .dropdown-toggle.btn-success:focus,
    .open > .dropdown-toggle.btn-success:hover {
        color: #fff;
        background-color: #398439;
        border-color: #255625
    }

    .btn-success.active,
    .btn-success:active,
    .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #fff;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #fff;
        border-color: #269abc
    }



    .btn-info.active.focus,
    .btn-info.active:focus,
    .btn-info.active:hover,
    .btn-info:active.focus,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .open > .dropdown-toggle.btn-info.focus,
    .open > .dropdown-toggle.btn-info:focus,
    .open > .dropdown-toggle.btn-info:hover {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85
    }

    .btn-info.active,
    .btn-info:active,
    .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled.focus,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled].focus,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.focus,
    .btn-warning:focus {
        color: #fff;
        background-color: #fff;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #fff;
        border-color: #d58512
    }



    .btn-warning.active.focus,
    .btn-warning.active:focus,
    .btn-warning.active:hover,
    .btn-warning:active.focus,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .open > .dropdown-toggle.btn-warning.focus,
    .open > .dropdown-toggle.btn-warning:focus,
    .open > .dropdown-toggle.btn-warning:hover {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d
    }

    .btn-warning.active,
    .btn-warning:active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled.focus,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #fff;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #fff;
        border-color: #ac2925
    }



    .btn-danger.active.focus,
    .btn-danger.active:focus,
    .btn-danger.active:hover,
    .btn-danger:active.focus,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .open > .dropdown-toggle.btn-danger.focus,
    .open > .dropdown-toggle.btn-danger:focus,
    .open > .dropdown-toggle.btn-danger:hover {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19
    }

    .btn-danger.active,
    .btn-danger:active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled.focus,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #fff;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' none 1px 2px rgba(0, 0, 0, .2)
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus,
            .btn-link:hover {
                color: #d9d9d9;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:focus,
            fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-primary {
    padding: 9px 58px;
    font-size: 16px;
    font-weight: 600
}

    .btn-primary:hover {
        background-color: #f23325;
        border-color: #f23325;
        outline-color: #da291c
    }

    .btn-primary:active {
        background-color: #da291c;
        border-color: #da291c;
        outline-color: #da291c
    }

    .btn-primary:focus {
        background-color: #da291c;
        border-color: #da291c;
        outline-color: #da291c
    }

@media screen and (max-width:768px) {
    .btn-primary {
        padding: 10px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: all opacity .15s linear ease;
    -moz-transition: all opacity .15s linear ease;
    -o-transition: all opacity .15s linear ease;
    transition: all opacity .15s linear ease
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}


.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: '' 0 6px 12px rgba(0, 0, 0, .175) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 6px 12px rgba(0, 0, 0, .175) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 6px 12px rgba(0, 0, 0, .175) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' 0 6px 12px rgba(0, 0, 0, .175) 1px 2px rgba(0, 0, 0, .2);
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, .125) 1px 2px rgba(0, 0, 0, .2)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' none 1px 2px rgba(0, 0, 0, .2)
    }




.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child),
    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .input-group-addon input[type=checkbox],
    .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus,
            .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus,
            .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: #eee;
        border-color: #fff
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }



        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}



@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}



.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 60px
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 10px -15px
}

    .navbar-nav .spliter {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        color: #969696 !important
    }

        .navbar-nav .spliter:hover {
            color: #969696 !important
        }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (max-width:768px) {
    .navbar-nav {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 20px;
                padding-bottom: 20px
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 1px 2px rgba(0, 0, 0, .2);
    margin-top: 13px;
    margin-bottom: 13px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control,
        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label,
        .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox],
        .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' none 1px 2px rgba(0, 0, 0, .2)
    }
}

.navbar-nav > li > .dropdown-menu {
    margin: -1px 0 0 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 13px;
    margin-bottom: 13px
}

    .navbar-btn.btn-sm {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .navbar-btn.btn-xs {
        margin-top: 19px;
        margin-bottom: 19px
    }

.navbar-text {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: none
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #27201F
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #da291c;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #eee
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:focus,
    .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #eee;
        position: relative
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #27201F;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #da291c;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #eee
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #da291c
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus,
    .navbar-default .btn-link:hover {
        color: #da291c
    }

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:focus,
    .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus,
    .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus,
    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

#nav_normal {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15)
}

    #nav_normal .container-fluid {
        padding-right: 0
    }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar .oll-logo {
    height: 36px
}

.navbar .icon {
    font-size: 20px
}

    .navbar .icon:hover {
        color: #da291c
    }

.navbar .icon-margin-right {
    margin-right: 60px
}

.navbar .first-nav-bg {
    width: 100%;
    background-color: #fff
}

.navbar .first-nav {
    width: 1420px;
    margin-left: auto;
    margin-right: auto
}

.navbar .normal-nav {
    padding-left: 2.5%;
    background-color: #fff
}

.navbar .second-nav {
    width: 1420px;
    height: 60px;
    margin-left: auto;
    margin-right: auto
}

    .navbar .second-nav .navbar-left {
        position: absolute;
        left: 9%
    }

    .navbar .second-nav .navbar-right {
        position: absolute;
        right: 0;
        margin-right: 0
    }

    .navbar .second-nav ul > li {
        padding: 0 5px;
    }

        .navbar .second-nav ul > li > a {
            color: #fff;
            font-size: 18px;
            font-weight: 700
        }

            .navbar .second-nav ul > li > a:hover {
                color: rgba(255, 255, 255, .8);
                border-bottom: none
            }

            .navbar .second-nav ul > li > a:focus {
                color: #fff;
                border-bottom: none
            }

    .navbar .second-nav .contact-us-wrapper {
        padding: 0;
        margin-right: -10px
    }

        .navbar .second-nav .contact-us-wrapper:before {
            content: ' ';
            border-bottom: 60px solid #d8d8d8;
            border-left: 36px solid transparent;
            position: absolute;
            left: -36px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .navbar .second-nav .contact-us-wrapper:hover .contact-us-color {
            background-color: #27201F;
            color: #fff
        }

        .navbar .second-nav .contact-us-wrapper:hover:before {
            border-bottom-color: #27201F
        }

        .navbar .second-nav .contact-us-wrapper:focus .contact-us-color {
            background-color: #d8d8d8;
            color: #27201F
        }

        .navbar .second-nav .contact-us-wrapper:focus:before {
            border-bottom-color: #d8d8d8
        }

        .navbar .second-nav .contact-us-wrapper .contact-us-color {
            width: 160px;
            text-align: center;
            background-color: #d8d8d8;
            padding: 20px 15px 20px 0;
            -webkit-transition: .2s all ease-in-out;
            -o-transition: .2s all ease-in-out;
            -moz-transition: .2s all ease-in-out;
            transition: .2s all ease-in-out;
            color: #27201F
        }

    .navbar .second-nav .left-mask {
        width: -webkit-calc(100% - 170px) !important;
        width: -moz-calc(100% - 170px) !important;
        width: calc(100% - 170px) !important
    }

.navbar .mask {
    height: 0;
    width: 40px;
    display: inline-block;
    position: absolute
}

.navbar .left-mask {
    width: 87%;
    left: 0;
    border-top: 60px solid #da291c;
    border-right: 36px solid transparent
}

.navbar .right-mask {
    width: 16%;
    right: 0;
    border-bottom: 60px solid #d8d8d8;
    border-left: 36px solid transparent
}

    .navbar .right-mask:hover {
        border-bottom-color: #27201F
    }

.navbar .normal-contact-us-mask {
    width: 200px;
    right: 0;
    border-bottom: 60px solid #da291c;
    border-left: 36px solid transparent
}



.normal-contact-us {
    margin-left: 50px !important;
    width: 160px;
    z-index: 1;
    background-color: #da291c;
    color: #fff
}

    .normal-contact-us a {
        color: #fff !important;
        -webkit-transition: .2s ease-in-out 0s;
        -o-transition: .2s ease-in-out 0s;
        -moz-transition: .2s ease-in-out 0s;
        transition: .2s ease-in-out 0s;
        padding-right: 20px
    }

        .normal-contact-us a:hover {
            color: #fff !important;
            background-color: #27201F !important
        }

    .normal-contact-us:before {
        top: 0 !important;
        left: -36px !important;
        width: 0;
        height: 0;
        border-bottom: 60px solid #da291c !important;
        border-left: 36px solid transparent;
        -webkit-transition: .2s ease-in-out 0s !important;
        -o-transition: .2s ease-in-out 0s !important;
        -moz-transition: .2s ease-in-out 0s !important;
        transition: .2s ease-in-out 0s !important
    }

        .normal-contact-us:before:hover {
            border-bottom: 60px solid #27201F !important
        }

    .normal-contact-us:hover a {
        color: #fff !important;
        background-color: #27201F !important
    }

    .normal-contact-us:hover:before {
        width: 0 !important;
        border-bottom: 60px solid #27201F !important
    }

.menu-item {
    list-style-type: none;
    margin: 0 10px
}

    .menu-item:before {
        position: absolute;
        content: '';
        border-bottom: 3px solid #fff;
        overflow: hidden;
        width: 0%;
        left: 50%;
        top: 58px;
        -webkit-transition: .2s ease-in-out .15s;
        -o-transition: .2s ease-in-out .15s;
        -moz-transition: .2s ease-in-out .15s;
        transition: .2s ease-in-out .15s
    }

    .menu-item:hover:before {
        width: 100%;
        left: 0;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .menu-item:nth-child(1) .sub-menu {
        left: -80px
    }

    .menu-item:nth-child(2) .sub-menu {
        left: -65px
    }

    .menu-item:nth-child(3) .sub-menu {
        left: -65px
    }

    .menu-item:nth-child(4) .sub-menu {
        left: -50px;
        width: 300px
    }

    .menu-item:nth-child(5) .sub-menu {
        left: 0;
        height: 50px;
        padding: 10px
    }

    .menu-item .sub-menu-item {
        list-style-type: none;
        display: block;
        margin: 15px;
        position: relative;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
        -webkit-transition: .2s cubic-bezier(.25, .46, .45, .94) all .1s;
        -o-transition: .2s cubic-bezier(.25, .46, .45, .94) all .1s;
        -moz-transition: .2s cubic-bezier(.25, .46, .45, .94) all .1s;
        transition: .2s cubic-bezier(.25, .46, .45, .94) all .1s;
        visibility: hidden
    }

        .menu-item .sub-menu-item a {
            color: #bdbdbd;
            text-decoration: none;
            font-weight: 500 !important;
            font-size: 16px !important
        }

    .menu-item:hover .sub-menu {
        max-height: 450px;
        width: 300px;
        opacity: 1
    }

    .menu-item:hover .sub-menu-item {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

        .menu-item:hover .sub-menu-item a {
            -webkit-transition: .15s ease all;
            -o-transition: .15s ease all;
            -moz-transition: .15s ease all;
            transition: .15s ease all
        }

            .menu-item:hover .sub-menu-item a:hover {
                color: #fff
            }

        .menu-item:hover .sub-menu-item:nth-child(8) {
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s
        }

        .menu-item:hover .sub-menu-item:nth-child(7) {
            -webkit-transition-delay: .35s;
            -moz-transition-delay: .35s;
            -o-transition-delay: .35s;
            transition-delay: .35s
        }

        .menu-item:hover .sub-menu-item:nth-child(6) {
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            -o-transition-delay: .3s;
            transition-delay: .3s
        }

        .menu-item:hover .sub-menu-item:nth-child(5) {
            -webkit-transition-delay: .25s;
            -moz-transition-delay: .25s;
            -o-transition-delay: .25s;
            transition-delay: .25s
        }

        .menu-item:hover .sub-menu-item:nth-child(4) {
            -webkit-transition-delay: .2s;
            -moz-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s
        }

        .menu-item:hover .sub-menu-item:nth-child(3) {
            -webkit-transition-delay: .15s;
            -moz-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s
        }

        .menu-item:hover .sub-menu-item:nth-child(2) {
            -webkit-transition-delay: .1s;
            -moz-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s
        }

        .menu-item:hover .sub-menu-item:nth-child(1) {
            -webkit-transition-delay: 50ms;
            -moz-transition-delay: 50ms;
            -o-transition-delay: 50ms;
            transition-delay: 50ms
        }

    .menu-item .plus-icon {
        width: 10px;
        height: 10px;
        stroke: #da291c;
        margin-bottom: 1px
    }

.sub-menu {
    position: absolute;
    background: #27201F;
    top: 60px;
    padding: 15px;
    text-align: left;
    width: 300px;
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15);
    max-height: 0;
    opacity: 0;
    -webkit-transition: .45s ease all .1s;
    -o-transition: .45s ease all .1s;
    -moz-transition: .45s ease all .1s;
    transition: .45s ease all .1s;
    z-index: 0
}

    .sub-menu .menu-item {
        display: block
    }

#bs-navbar-collapse-normal .navbar-right {
    font-weight: 700
}

    #bs-navbar-collapse-normal .navbar-right li a {
        font-size: 16px;
        font-weight: 700
    }

#nav_normal .menu-item {
    font-weight: 500
}

    #nav_normal .menu-item:before {
        border-bottom: 3px solid #da291c
    }

    #nav_normal .menu-item:first-child {
        margin-right: 0
    }

    #nav_normal .menu-item:last-child {
        margin: 0
    }

li.language-menu {
    font-weight: 700 !important
}

    li.language-menu:before {
        border-bottom-color: transparent !important
    }

@media (min-width:1600px) {
    .left-mask {
        width: 88% !important
    }
}

@media (max-width:1600px) {
    .navbar .second-nav {
        width: 1400px
    }

    #bs-navbar-collapse-first ul.navbar-right {
        position: absolute !important;
        right: 3% !important
    }
}

@media (max-width:1480px) {
    .navbar .second-nav {
        width: 1200px
    }

        .navbar .second-nav .navbar-left {
            left: 1%
        }

        .navbar .second-nav .navbar-right {
            right: 0
        }

    .navbar .normal-nav {
        padding-left: 2%
    }

    #bs-navbar-collapse-first ul.navbar-right {
        position: absolute !important;
        right: 12% !important
    }
}

@media (max-width:1400px) {
    .navbar-collapse {
        padding-left: 8px
    }

    .navbar .first-nav {
        padding: 0 3%
    }

    .navbar .normal-nav .menu-item {
        margin: 0 2px
    }

    .navbar .second-nav {
        width: 1170px;
        margin: 0 auto
    }

        .navbar .second-nav .navbar-right {
            margin-right: 0
        }

    .navbar .normal-contact-us-mask {
        width: 185px
    }

    li.language-menu > a {
        padding-right: 10px;
        padding-left: 10px
    }



    #bs-navbar-collapse-normal {
        padding-right: 0
    }

        #bs-navbar-collapse-normal .navbar-right {
            margin-right: 0
        }

            #bs-navbar-collapse-normal .navbar-right li a {
                font-size: 16px
            }

    #bs-navbar-collapse-first ul.navbar-right {
        position: absolute !important;
        right: 18% !important
    }

    .normal-contact-us {
        margin-right: -10px !important
    }
}

@media (max-width:1120px) {
    .img-description-box {
        transform: matrix(.7, 0, 0, .7, 0, -40);
        -ms-transform: matrix(.7, 0, 0, .7, 0, -40);
        -moz-transform: matrix(.7, 0, 0, .7, 0, -40);
        -webkit-transform: matrix(.7, 0, 0, .7, 0, -40);
        -o-transform: matrix(.7, 0, 0, .7, 0, -40)
    }

    .navbar .second-nav {
        width: 980px
    }
}

@media screen and (max-width:769px) {
    .menu:before {
        content: '';
        position: absolute;
        width: 26px;
        height: 4px;
        background-color: #fff;
        top: 22px;
        left: 15px;
        -webkit-transition: .15s ease all;
        -o-transition: .15s ease all;
        -moz-transition: .15s ease all;
        transition: .15s ease all
    }

    .menu:after {
        content: '';
        position: absolute;
        width: 26px;
        height: 4px;
        background-color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 15px;
        top: 22px;
        -webkit-transition: .15s ease all;
        -o-transition: .15s ease all;
        -moz-transition: .15s ease all;
        transition: .15s ease all
    }

    .menu.open:after {
        width: 16px;
        left: 24px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu.open:before {
        width: 16px;
        left: 15px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .menu.open .menu-item {
        display: block
    }

        .menu.open .menu-item a:hover {
            color: #e6e6e6
        }

            .menu.open .menu-item a:hover .plus-icon {
                stroke: #e6e6e6
            }

        .menu.open .menu-item:nth-child(3):hover .sub-menu-item {
            margin: 10px auto
        }

        .menu.open .menu-item:nth-child(4):hover .sub-menu-item {
            margin: 10px auto
        }

    .menu-item {
        display: none;
        text-align: center;
        margin: 15px auto
    }

        .menu-item:before {
            width: 0%;
            display: none
        }

    .sub-menu {
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        top: 0;
        text-align: center;
        max-height: 0;
        opacity: 0;
        -webkit-transition: .2s ease all;
        -o-transition: .2s ease all;
        -moz-transition: .2s ease all;
        transition: .2s ease all;
        z-index: 0;
        margin: auto
    }

    .menu-item:nth-child(n+3):nth-child(-n+4):hover .sub-menu-item:nth-child(n+1) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

    .menu-item:nth-child(n+3):nth-child(-n+4) .sub-menu-item {
        margin: 0;
        font-size: 12px
    }

        .menu-item:nth-child(n+3):nth-child(-n+4) .sub-menu-item:nth-child(n+1) {
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s
        }
}

@media (max-width:600px) {
    .img-description-box {
        transform: matrix(.5, 0, 0, .5, 0, -50);
        -ms-transform: matrix(.5, 0, 0, .5, 0, -50);
        -moz-transform: matrix(.5, 0, 0, .5, 0, -50);
        -webkit-transform: matrix(.5, 0, 0, .5, 0, -50);
        -o-transform: matrix(.5, 0, 0, .5, 0, -50)
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 15px 22px !important;
            line-height: 1.42857143;
            text-decoration: none !important;
            color: #27201F !important;
            background-color: #fff;
            border: 1px solid #dadada;
            margin-left: -1px
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
            -webkit-border-top-left-radius: 0;
            -moz-border-radius-topleft: 0;
            border-top-left-radius: 0
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topright: 0;
            border-top-right-radius: 0
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            z-index: 2;
            color: #27201F;
            background-color: #eee;
            border-color: #dadada
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff !important;
        background-color: #da291c;
        border-color: #da291c;
        cursor: default
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #dadada;
        cursor: not-allowed
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager li {
        display: inline
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #dadada;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px
        }

            .pager li > a:focus,
            .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a,
    .pager .next > span {
        float: right
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus,
    .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus,
    .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus,
    .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus,
    .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus,
    .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #fff;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1,
    .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron,
.container-fluid .jumbotron {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-transition: all border .2s ease-in-out ease;
    -moz-transition: all border .2s ease-in-out ease;
    -o-transition: all border .2s ease-in-out ease;
    transition: all border .2s ease-in-out ease
}

    .thumbnail a > img,
    .thumbnail > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #fff
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, .1) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, .1) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, .1) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, .1) 1px 2px rgba(0, 0, 0, .2)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, .15) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, .15) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, .15) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, .15) 1px 2px rgba(0, 0, 0, .2);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: all width .6s ease ease;
    -moz-transition: all width .6s ease ease;
    -o-transition: all width .6s ease ease;
    transition: all width .6s ease ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }

a.list-group-item,
button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus,
    a.list-group-item:hover,
    button.list-group-item:focus,
    button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus,
    a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:focus,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active,
    button.list-group-item-success.active:focus,
    button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus,
    a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active,
    button.list-group-item-info.active:focus,
    button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:focus,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}



.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: -1px;
    -moz-border-radius-topright: -1px;
    border-top-right-radius: -1px;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topleft: -1px;
    border-top-left-radius: -1px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }



.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: -1px;
    -moz-border-radius-bottomright: -1px;
    border-bottom-right-radius: -1px;
    -webkit-border-bottom-left-radius: -1px;
    -moz-border-radius-bottomleft: -1px;
    border-bottom-left-radius: -1px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        -webkit-border-top-right-radius: -1px;
        -moz-border-radius-topright: -1px;
        border-top-right-radius: -1px;
        -webkit-border-top-left-radius: -1px;
        -moz-border-radius-topleft: -1px;
        border-top-left-radius: -1px
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        -webkit-border-bottom-right-radius: -1px;
        -moz-border-radius-bottomright: -1px;
        border-bottom-right-radius: -1px;
        -webkit-border-bottom-left-radius: -1px;
        -moz-border-radius-bottomleft: -1px;
        border-bottom-left-radius: -1px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption,
    .panel > .table caption,
    .panel > .table-responsive > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child,
    .panel > .table:first-child {
        -webkit-border-top-right-radius: -1px;
        -moz-border-radius-topright: -1px;
        border-top-right-radius: -1px;
        -webkit-border-top-left-radius: -1px;
        -moz-border-radius-topleft: -1px;
        border-top-left-radius: -1px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child {
            -webkit-border-top-left-radius: -1px;
            -moz-border-radius-topleft: -1px;
            border-top-left-radius: -1px;
            -webkit-border-top-right-radius: -1px;
            -moz-border-radius-topright: -1px;
            border-top-right-radius: -1px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                -webkit-border-top-left-radius: -1px;
                -moz-border-radius-topleft: -1px;
                border-top-left-radius: -1px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                -webkit-border-top-right-radius: -1px;
                -moz-border-radius-topright: -1px;
                border-top-right-radius: -1px
            }

    .panel > .table-responsive:last-child > .table:last-child,
    .panel > .table:last-child {
        -webkit-border-bottom-right-radius: -1px;
        -moz-border-radius-bottomright: -1px;
        border-bottom-right-radius: -1px;
        -webkit-border-bottom-left-radius: -1px;
        -moz-border-radius-bottomleft: -1px;
        border-bottom-left-radius: -1px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child {
            -webkit-border-bottom-left-radius: -1px;
            -moz-border-radius-bottomleft: -1px;
            border-bottom-left-radius: -1px;
            -webkit-border-bottom-right-radius: -1px;
            -moz-border-radius-bottomright: -1px;
            border-bottom-right-radius: -1px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                -webkit-border-bottom-left-radius: -1px;
                -moz-border-radius-bottomleft: -1px;
                border-bottom-left-radius: -1px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                -webkit-border-bottom-right-radius: -1px;
                -moz-border-radius-bottomright: -1px;
                border-bottom-right-radius: -1px
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td,
    .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group,
        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .05) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .05) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .05) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, .05) 1px 2px rgba(0, 0, 0, .2)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15)
    }

.well-lg {
    padding: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.well-sm {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        -moz-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: '' 0 3px 9px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 3px 9px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 3px 9px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' 0 3px 9px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2);
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        -webkit-box-shadow: '' 0 5px 15px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2);
        -moz-box-shadow: '' 0 5px 15px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2);
        -o-box-shadow: '' 0 5px 15px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2);
        box-shadow: '' 0 5px 15px rgba(0, 0, 0, .5) 1px 2px rgba(0, 0, 0, .2)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: '' 0 5px 10px rgba(0, 0, 0, .2) 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 5px 10px rgba(0, 0, 0, .2) 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 5px 10px rgba(0, 0, 0, .2) 1px 2px rgba(0, 0, 0, .2);
    box-shadow: '' 0 5px 10px rgba(0, 0, 0, .2) 1px 2px rgba(0, 0, 0, .2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        -moz-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
        -webkit-transition: all .6s ease-in-out left ease;
        -moz-transition: all .6s ease-in-out left ease;
        -o-transition: all .6s ease-in-out left ease;
        transition: all .6s ease-in-out left ease
    }

        .carousel-inner > .item > a > img,
        .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right,
        .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0
        }

        .carousel-inner > .item.active.left,
        .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            -moz-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0
        }

            .carousel-inner > .item.active,
            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:focus,
    .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0, 0, 0, 0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}



.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1300px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1300px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1300px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1300px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1300px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}







html {
}

body {
    background-color: #fff;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5 {
    color: #fff
}

h1 {
    font-size: 8.5rem;
    font-weight: 800;
    letter-spacing: 3.75px
}

h3 {
    font-size: 24px
}

.hidden {
    display: none
}

.ooil-logo {
    background-image: url(../img/ooil-logo.png);
    background-repeat: no-repeat
}

#nav_top .menu-search.open a {
    background-color: #da291c;
    color: #fff;
    padding-bottom: 18px;
    margin-bottom: 2px
}

    #nav_top .menu-search.open a:focus,
    #nav_top .menu-search.open a:hover {
        background-color: #da291c;
        color: #fff
    }

.menu-search > ul.dropdown-menu {
    background-color: #56534a
}

.menu-search li.search-box {
    background-color: #56534a;
    width: 240px;
    padding: 0 1rem;
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15)
}

#nav_normal .menu-search.open a {
    background-color: #fff;
    color: #da291c;
    padding-bottom: 18px;
    margin-bottom: 2px
}

    #nav_normal .menu-search.open a:focus,
    #nav_normal .menu-search.open a:hover {
        background-color: #fff;
        color: #da291c
    }

#nav_mobile .menu-search {
    position: absolute;
    right: 10rem;
    width: 48px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #27201F
}

    #nav_mobile .menu-search:hover a {
        color: #da291c
    }

    #nav_mobile .menu-search:hover:before {
        width: 100%;
        left: 0;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    #nav_mobile .menu-search a {
        font-size: 16px;
        font-weight: 600;
        color: #27201F;
        text-decoration: none;
        padding-top: 20px;
        padding-bottom: 20px
    }

    #nav_mobile .menu-search.open a {
        background-color: #fff;
        color: #da291c;
        padding-bottom: 18px;
        margin-bottom: 2px
    }

        #nav_mobile .menu-search.open a:focus,
        #nav_mobile .menu-search.open a:hover {
            background-color: #fff;
            color: #da291c
        }

    #nav_mobile .menu-search.open .search-box {
        display: block
    }

    #nav_mobile .menu-search > ul.dropdown-menu {
        background-color: #56534a;
        position: fixed;
        top: 60px;
        padding: 0 !important;
        left: 0;
        width: 100%
    }

    #nav_mobile .menu-search li.search-box {
        background-color: #56534a;
        width: 100%;
        padding: 0 1rem !important;
        line-height: 44px;
        -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .15)
    }

#nav_mobile {
    height: 0 !important;
    background-color: #fff;
    color: #27201F;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out
}

    #nav_mobile .navbar-header,
    #nav_mobile .navbar-right {
        visibility: hidden;
        opacity: 0
    }

    #nav_mobile.show-height .navbar-header,
    #nav_mobile.show-height .navbar-right {
        visibility: visible;
        opacity: 100;
        -webkit-transition: opacity 1.6s ease-in-out;
        -moz-transition: opacity 1.6s ease-in-out;
        -o-transition: opacity 1.6s ease-in-out;
        transition: opacity 1.6s ease-in-out
    }

    #nav_mobile.show-height {
        height: 54px !important;
        -webkit-transition: height .4s ease-in-out;
        -moz-transition: height .4s ease-in-out;
        -o-transition: height .4s ease-in-out;
        transition: height .4s ease-in-out
    }

    #nav_mobile .navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 0 0 40px;
        font-size: .9rem;
        line-height: 20px
    }

#mb_logo_img {
    height: 42px;
    margin-top: 8px;
    margin-left: 40px
}



#nav_mobile .menu-icon:hover {
    color: #da291c
}

#nav_mobile .menu-icon .hamburger {
    position: absolute;
    top: 15px;
    right: 3rem;
    cursor: pointer
}

#nav_mobile .menu-icon .menu-title {
    position: absolute;
    top: 17px;
    right: 6.5rem;
    font-size: 18px;
    cursor: pointer
}

#nav_mobile .hamburger .line {
    width: 24px;
    height: 4px;
    background-color: #333;
    margin: 4px auto;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out, -o-transform .4s ease-in-out
}

#nav_mobile .menu-icon:hover .hamburger.is-active .line {
    background-color: #da291c
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.mobile-menu-panel {
    background-color: #333;
    color: #bfbfbf;
    position: fixed;
    top: 60px;
    right: 0;
    width: 24rem;
    z-index: 1000;
    padding: 2rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: none
}

    .mobile-menu-panel a {
        color: #bfbfbf;
        text-decoration: none
    }

        .mobile-menu-panel a:hover {
            color: #fff
        }



    .mobile-menu-panel .menu-level-1 {
        padding-left: 30px
    }

        .mobile-menu-panel .menu-level-1 a {
            display: block;
            word-break: keep-all;
            white-space: nowrap
        }

#mb_menu_main {
    width: 25rem;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    #mb_menu_main.collapsed {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    #mb_menu_main ul li {
        display: block;
        line-height: 20px;
        padding: 0 1rem 16px 0rem;
        cursor: pointer
    }

        #mb_menu_main ul li.language-menu {
            margin-top: 15px
        }

            #mb_menu_main ul li.language-menu + .language-menu {
                margin-top: 0
            }

            #mb_menu_main ul li.language-menu a {
                padding-left: 0;
                padding-right: 0
            }

    #mb_menu_main .search-box {
        outline: 0;
        border: 1px solid #484848;
        margin-right: .5rem;
        margin-top: 1rem;
        padding-left: .8rem;
        line-height: 1.6rem;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 18rem;
        height: 2.7rem
    }

    #mb_menu_main .mb-menu-item-fav {
        padding-bottom: 1rem;
        margin-bottom: .5rem;
        border-bottom: 1px solid #4e4e4e
    }

.mobile-menu-panel .mb-menu-level-2-panel {
    position: absolute;
    width: 24rem;
    top: 0;
    right: -24rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .mobile-menu-panel .mb-menu-level-2-panel.is-active {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.mobile-menu-panel .mb-menu-level-2-title {
    font-size: 16px;
    margin: 2rem 0;
    padding-left: 30px;
    line-height: 4.4rem;
    background-color: #404040;
    font-weight: 700;
    cursor: pointer
}

    .mobile-menu-panel .mb-menu-level-2-title .pull-right {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .mobile-menu-panel .mb-menu-level-2-title .fa {
        margin-right: 0
    }

.mobile-menu-panel .mb-menu-level-2-panel ul {
    padding-left: 30px
}

    .mobile-menu-panel .mb-menu-level-2-panel ul li {
        display: block;
        font-size: 16px;
        line-height: 2rem;
        padding: 0 1rem 1.6rem 0;
        margin-left: -4px;
        cursor: pointer
    }

    .mobile-menu-panel .mb-menu-level-2-panel ul.more-items li {
        line-height: 1.1rem;
        padding: 0 1rem 1.6rem 0
    }

.mobile-menu-panel .arrow {
    padding: 5px 7px
}

.mobile-menu-panel .fontello {
    font-size: 12px
}

#nav_mobile .menu-icon {
    right: 4rem
}

#nav_mobile .menu .hamburger.homepage-hamburger {
    right: -1.8rem;
    top: 15px
}

#nav_mobile .menu .homepage-menu {
    margin-left: 1rem;
    top: 16px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700
}

.content-container {
    width: 1480px;
    margin: 100px auto;
    min-height: 960px
}

.banner {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url(../img/banner01.jpg);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

    .banner .banner-title {
        position: absolute;
        bottom: 130px;
        width: 100%;
        font-size: 56px;
        font-weight: 700;
        line-height: 72px;
        letter-spacing: 3px;
        text-transform: uppercase
    }

    .banner .banner-path {
        position: absolute;
        bottom: 85px;
        width: 100%;
        font-size: 18px;
        letter-spacing: 1.5px
    }

        .banner .banner-path a:hover {
            color: #cdcdcd;
            text-decoration: none
        }

        .banner .banner-path span {
            color: #cdcdcd
        }

.container {
    width: 1480px;
    margin: 100px auto 200px;
    min-height: 960px
}

    .container .page-title {
        font-size: 32px;
        font-weight: 700;
        color: #27201F;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .container .page-title .page-title-bg {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
            -moz-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 10px;
            height: 16px;
            margin-left: 2%;
            display: inline-block;
            background-image: url(../img/bg-heading.svg)
        }

    .container .page-content {
        font-size: 16px;
        line-height: 26px;
        color: #27201F;
        padding-top: 50px;
        padding-bottom: 40px
    }

        .container .page-content p {
            margin: 0 0 20px
        }

        .container .page-content .l1-title {
            font-weight: 700;
            line-height: 36px
        }

        .container .page-content h1,
        .container .page-content h2,
        .container .page-content h3,
        .container .page-content h4,
        .container .page-content h5,
        .container .page-content h6 {
            font-weight: 800;
            color: #27201F
        }

        .container .page-content a {
            color: #157eff;
            text-decoration: underline
        }

        .container .page-content ul li {
            padding: 4px 0
        }

        .container .page-content .error-message {
            color: #e74d42;
            font-size: 14px;
            position: absolute;
            top: 42px;
            line-height: 17px
        }

.panel-content {
    margin-left: auto;
    margin-right: auto;
    width: 1420px
}

.margin-top-80 {
    margin-top: 80px
}

.L1_section_title {
    font-weight: 700;
    line-height: 36px
}

.image-right {
    float: right;
    margin: 20px 0 20px 20px
}

.image-left {
    float: left;
    margin: 20px 20px 20px 0
}

.pagination-block {
    text-align: center
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid silver;
    background-color: #fff
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        height: 40px;
        padding: 8px;
        line-height: 1.5;
        zoom: 1;
        color: #27201F
    }

        .ui-menu .ui-menu-item a.ui-state-hover {
            color: #da291c
        }

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: #d6d6d6;
    border: none;
    color: #da291c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    cursor: pointer
}

@media (max-width:1600px) {

    .container,
    .panel-content {
        width: 1280px
    }
}

@media (max-width:1480px) {

    .container,
    .panel-content {
        width: 1200px
    }
}

@media (max-width:1400px) {
    .panel-content {
        width: 1100px
    }
}

@media (max-width:1280px) {

    .container,
    .panel-content {
        width: 1080px
    }

    .content-block {
        padding-right: 65px
    }

        .content-block + .side-bar {
            padding-left: 0
        }

    .pagination > li > a,
    .pagination > li > span {
        padding: 12px 19px !important
    }
}

@media (max-width:1120px) {

    .container,
    .panel-content {
        width: 980px
    }

        .container .page-title {
            font-size: 30px
        }

    .pagination > li > a,
    .pagination > li > span {
        padding: 8px 15px !important
    }
}

@media (max-width:991px) {

    .container,
    .panel-content {
        width: 100%
    }

    .content-block {
        padding-right: 15px
    }

        .content-block + .side-bar {
            padding-left: 15px
        }
}

@media (max-width:768px) {
    #nav_mobile .navbar-brand {
        padding-left: 1.8rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #nav_mobile .menu:after,
    #nav_mobile .menu:before {
        background: 0 0
    }

    #nav_mobile .menu .fa-search {
        font-size: 20px;
        color: #27201F
    }

    #nav_mobile .menu .homepage-menu {
        display: none
    }

    #nav_mobile .menu-search {
        position: absolute;
        right: 6rem
    }

    .btn-primary {
        display: block !important;
        width: 50% !important;
        margin-left: auto;
        margin-right: auto
    }

    .container {
        min-height: 0;
        margin: 0 auto 40px
    }

    .container,
    .panel-content {
        width: 760px
    }

    .panel-content {
        margin: 20px auto 20px
    }

    .mobile-center {
        text-align: center
    }

    .container .page-content {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .content-block {
        padding-right: 0;
        padding-left: 0
    }

    .chat.main-fun,
    .go-to-top-block {
        display: none
    }

    .banner {
        height: 300px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 60px
    }

        .banner .banner-path {
            display: none;
            font-size: 16px
        }

        .banner .banner-title {
            font-size: 32px;
            bottom: auto;
            letter-spacing: 1px
        }

    .container .page-title {
        font-size: 24px;
        margin-top: 20px
    }

        .container .page-title .page-title-bg {
            display: none
        }
}

@media (max-width:760px) {

    .container,
    .panel-content {
        width: 460px
    }

    .banner .banner-title {
        line-height: 46px
    }

    .banner .banner-path {
        bottom: 80px
    }

    .pagination-block {
        display: none
    }
}

@media (max-width:450px) {
    .btn-primary {
        display: block !important;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        height: 42px;
        font-size: 16px
    }
}

@media (max-width:414px) {

    .container,
    .panel-content {
        width: 400px
    }

    .banner .banner-title {
        padding: 0 15px;
        font-size: 28px;
        line-height: 36px
    }

    .banner .banner-path {
        padding: 0 15px;
        bottom: 60px
    }
}

@media (max-width:375px) {

    .container,
    .panel-content {
        width: 360px
    }

    .banner .banner-path {
        bottom: 60px
    }
}

@media (max-width:320px) {

    .container,
    .panel-content {
        width: 100%
    }
}



















.fab {
}



.flex-container a:hover,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}



.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}



.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}



.flexslider .slides {
    zoom: 1
}

    .flexslider .slides img {
        height: auto;
        -moz-user-select: none
    }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none
    }
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    height: 0
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, .8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .flex-direction-nav a:before {
            font-size: 40px;
            display: inline-block;
            content: '\f001';
            color: rgba(0, 0, 0, .8);
            text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
        }

        .flex-direction-nav a.flex-next:before {
            content: '\f002'
        }

    .flex-direction-nav .flex-prev {
        left: -50px
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}





.flex-pauseplay a:hover {
    opacity: 1
}





.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline
}



.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}



.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none
}

.r-tabs .r-tabs-accordion-title {
    display: none
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block
}

@media only screen and (max-width:768px) {
    .r-tabs .r-tabs-nav {
        display: none
    }

    .r-tabs .r-tabs-accordion-title {
        display: block
    }
}

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}



.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .bootstrap-select > .dropdown-toggle:after {
        margin-top: -1px
    }

    .bootstrap-select > .dropdown-toggle.bs-placeholder,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
        color: #999
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
            color: rgba(255, 255, 255, .5)
        }

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

    .bootstrap-select > select.mobile-device {
        top: 0;
        left: 0;
        display: block !important;
        width: 100% !important;
        z-index: 2 !important
    }

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}



.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.dropdown-menu-right,
    .bootstrap-select[class*=col-].dropdown-menu-right,
    .row .bootstrap-select[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
    .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius: inherit
    }

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.disabled:focus,
    .bootstrap-select > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        padding-right: inherit
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}


.input-group .bootstrap-select.form-control .dropdown-toggle {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}



.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}



.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}



.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select .dropdown-menu .notify.fadeOut {
        -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
        -moz-animation: .3s linear 750ms forwards bs-notify-fadeOut;
        -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
        animation: .3s linear 750ms forwards bs-notify-fadeOut
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}


.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {

    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-moz-keyframes bounce {

    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-o-keyframes bounce {

    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

@-moz-keyframes flash {

    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

@-o-keyframes flash {

    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {

    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -moz-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        -moz-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -moz-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -moz-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -moz-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -moz-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        -moz-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -moz-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -moz-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -moz-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    -moz-animation-name: rubberBand;
    -o-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-moz-keyframes shake {

    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-o-keyframes shake {

    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        -moz-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        -moz-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        -moz-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        -moz-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        -moz-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        -moz-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        -moz-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        -moz-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    -moz-animation-name: headShake;
    -o-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-o-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%, from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-moz-keyframes jello {

    11.1%, from, to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        -moz-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-o-keyframes jello {

    11.1%, from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -o-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        -o-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%, from, to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        -o-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        -moz-transform: skewX(.390625deg) skewY(.390625deg);
        -o-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -moz-animation-name: jello;
    -o-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    -moz-animation-name: heartBeat;
    -o-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes bounceIn {

    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -moz-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -moz-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes bounceIn {

    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -moz-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -moz-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes bounceInDown {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -moz-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes bounceInDown {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -moz-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes bounceInLeft {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -moz-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes bounceInLeft {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -moz-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes bounceInRight {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -moz-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes bounceInRight {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -moz-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes bounceInUp {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -moz-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes bounceInUp {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -moz-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@-moz-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@-o-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-moz-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-o-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-moz-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -moz-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-o-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -moz-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-moz-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -moz-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-o-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -moz-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-moz-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-o-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-moz-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-o-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-moz-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-o-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-moz-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-o-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-moz-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-o-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-moz-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-o-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-moz-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-o-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-moz-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-o-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-moz-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-o-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-moz-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -moz-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -moz-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -moz-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    -moz-animation-name: flip;
    -o-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-moz-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-o-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-moz-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-o-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    -moz-animation-name: flipOutX;
    -o-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-animation-name: flipOutY;
    -o-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-moz-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-o-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -moz-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -moz-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -moz-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -moz-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -moz-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@-o-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -moz-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -moz-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -moz-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@-moz-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -moz-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -moz-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        -moz-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@-o-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -moz-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -moz-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        -moz-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        -moz-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        -o-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        -moz-transform: scale(.1) rotate(30deg);
        -o-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    -moz-animation-name: jackInTheBox;
    -o-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@-moz-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@-o-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-o-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-moz-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-o-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    -moz-animation-name: zoomInDown;
    -o-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-moz-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-o-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-moz-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-o-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-moz-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-o-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    -moz-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@-o-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-moz-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-o-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    -moz-animation-name: zoomOutDown;
    -o-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-moz-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center
    }
}

@-o-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    -moz-animation-name: zoomOutLeft;
    -o-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-moz-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        transform-origin: right center
    }
}

@-o-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    -moz-animation-name: zoomOutRight;
    -o-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-moz-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-o-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -moz-animation-name: zoomOutUp;
    -o-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-moz-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-o-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    -o-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-moz-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-o-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-moz-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-o-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-moz-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-o-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        -moz-animation-delay: 5s;
        -o-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: .8s;
        -moz-animation-duration: .8s;
        -o-animation-duration: .8s;
        animation-duration: .8s
    }

    .animated.faster {
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s
    }

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -moz-animation: unset !important;
        -o-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        transition: none !important
    }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
    .video-js .vjs-play-control .vjs-icon-placeholder:before,
    .vjs-icon-play:before {
        content: "\f101"
    }

.vjs-icon-play-circle {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-play-circle:before {
        content: "\f102"
    }

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
    .vjs-icon-pause:before {
        content: "\f103"
    }

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
    .vjs-icon-volume-mute:before {
        content: "\f104"
    }

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
    .vjs-icon-volume-low:before {
        content: "\f105"
    }

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
    .vjs-icon-volume-mid:before {
        content: "\f106"
    }

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-mute-control .vjs-icon-placeholder:before,
    .vjs-icon-volume-high:before {
        content: "\f107"
    }

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
    .vjs-icon-fullscreen-enter:before {
        content: "\f108"
    }

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-weight: 400;
    font-style: normal
}

    .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
    .vjs-icon-fullscreen-exit:before {
        content: "\f109"
    }

.vjs-icon-square {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-square:before {
        content: "\f10a"
    }

.vjs-icon-spinner {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-spinner:before {
        content: "\f10b"
    }

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .vjs-icon-subtitles:before {
        content: "\f10c"
    }

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-captions-button .vjs-icon-placeholder:before,
    .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .vjs-icon-captions:before {
        content: "\f10d"
    }

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-chapters-button .vjs-icon-placeholder:before,
    .vjs-icon-chapters:before {
        content: "\f10e"
    }

.vjs-icon-share {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-share:before {
        content: "\f10f"
    }

.vjs-icon-cog {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-cog:before {
        content: "\f110"
    }

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-play-progress:before,
    .video-js .vjs-volume-level:before,
    .vjs-icon-circle:before {
        content: "\f111"
    }

.vjs-icon-circle-outline {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-circle-outline:before {
        content: "\f112"
    }

.vjs-icon-circle-inner-circle {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-circle-inner-circle:before {
        content: "\f113"
    }

.vjs-icon-hd {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-hd:before {
        content: "\f114"
    }

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
    .vjs-icon-cancel:before {
        content: "\f115"
    }

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
    .vjs-icon-replay:before {
        content: "\f116"
    }

.vjs-icon-facebook {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-facebook:before {
        content: "\f117"
    }

.vjs-icon-gplus {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-gplus:before {
        content: "\f118"
    }

.vjs-icon-linkedin {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-linkedin:before {
        content: "\f119"
    }

.vjs-icon-twitter {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-twitter:before {
        content: "\f11a"
    }

.vjs-icon-tumblr {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-tumblr:before {
        content: "\f11b"
    }

.vjs-icon-pinterest {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-pinterest:before {
        content: "\f11c"
    }

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
    .vjs-icon-audio-description:before {
        content: "\f11d"
    }

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-weight: 400;
    font-style: normal
}

    .video-js .vjs-audio-button .vjs-icon-placeholder:before,
    .vjs-icon-audio:before {
        content: "\f11e"
    }

.vjs-icon-next-item {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-next-item:before {
        content: "\f11f"
    }

.vjs-icon-previous-item {
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-previous-item:before {
        content: "\f120"
    }

.video-js {
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    word-break: initial
}

    .video-js:-moz-full-screen {
        position: absolute
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important
    }

    .video-js[tabindex="-1"] {
        outline: 0
    }

    .video-js *,
    .video-js :after,
    .video-js :before {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit
    }

    .video-js ul {
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .video-js.vjs-16-9,
    .video-js.vjs-4-3,
    .video-js.vjs-fluid {
        width: 100%;
        max-width: 100%;
        height: 0
    }

    .video-js.vjs-16-9 {
        padding-top: 56.25%
    }

    .video-js.vjs-4-3 {
        padding-top: 75%
    }

    .video-js.vjs-fill {
        width: 100%;
        height: 100%
    }

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

    .video-js.vjs-fullscreen.vjs-user-inactive {
        cursor: none
    }

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

    .vjs-no-js a,
    .vjs-no-js a:visited {
        color: #66a8cc
    }

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    overflow: auto
}

    .video-js .vjs-modal-dialog > * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

    .vjs-menu-button.vjs-disabled {
        cursor: default
    }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

    .vjs-menu .vjs-menu-content > * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

    .vjs-menu li.vjs-menu-item:focus,
    .vjs-menu li.vjs-menu-item:hover {
        background-color: #73859f;
        background-color: rgba(115, 133, 159, .5)
    }

    .vjs-menu li.vjs-selected,
    .vjs-menu li.vjs-selected:focus,
    .vjs-menu li.vjs-selected:hover {
        background-color: #fff;
        color: #2b333f
    }

    .vjs-menu li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 .3em 0;
        font-weight: 700;
        cursor: default
    }

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

    .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
        background-color: #2b333f;
        background-color: rgba(43, 51, 63, .7);
        position: absolute;
        width: 100%;
        bottom: 1.5em;
        max-height: 15em
    }

    .vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
    .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
        display: block
    }

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

    .video-js .vjs-menu-button-inline:before {
        width: 2.222222222em
    }

    .video-js .vjs-menu-button-inline.vjs-slider-active,
    .video-js .vjs-menu-button-inline:focus,
    .video-js .vjs-menu-button-inline:hover,
    .video-js.vjs-no-flex .vjs-menu-button-inline {
        width: 12em
    }

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
    -ms-touch-action: none;
    touch-action: none
}

    .video-js .vjs-progress-control.disabled {
        cursor: default
    }

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

    .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
        font-size: 1em
    }

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

    .video-js .vjs-play-progress:before {
        font-size: .9em;
        position: absolute;
        right: -.5em;
        top: -.33333333em;
        z-index: 1
    }

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, .5)
}

    .video-js .vjs-load-progress div {
        background: rgba(115, 133, 159, .75)
    }

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    color: #000;
    float: right;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

    .video-js .vjs-slider.disabled {
        cursor: default
    }

    .video-js .vjs-slider:focus {
        text-shadow: 0 0 1em #fff;
        -webkit-box-shadow: 0 0 1em #fff;
        -moz-box-shadow: 0 0 1em #fff;
        box-shadow: 0 0 1em #fff
    }

.video-js .vjs-mute-control {
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

    .video-js .vjs-volume-control.vjs-volume-horizontal {
        width: 5em
    }

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}



    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
    .video-js .vjs-volume-panel .vjs-volume-control:active,
    .video-js .vjs-volume-panel .vjs-volume-control:hover,
    .video-js .vjs-volume-panel:active .vjs-volume-control,
    .video-js .vjs-volume-panel:focus .vjs-volume-control,
    .video-js .vjs-volume-panel:hover .vjs-volume-control {
        visibility: visible;
        opacity: 1;
        position: relative;
        -webkit-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
        -o-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
        -moz-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
        transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
    }

        .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
        .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
            width: 5em;
            height: 3em
        }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    -webkit-transition: width .1s;
    -o-transition: width .1s;
    -moz-transition: width .1s;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

    .video-js .vjs-volume-level:before {
        position: absolute;
        font-size: .9em
    }

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

    .vjs-slider-vertical .vjs-volume-level:before {
        top: -.5em;
        left: -.3em
    }

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

    .vjs-slider-horizontal .vjs-volume-level:before {
        top: -.3em;
        right: -.5em
    }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: 0s linear .3s forwards vjs-spinner-show;
    -moz-animation: 0s linear .3s forwards vjs-spinner-show;
    -o-animation: 0s linear .3s forwards vjs-spinner-show;
    animation: 0s linear .3s forwards vjs-spinner-show
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    -moz-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    -o-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    -moz-animation-delay: .44s;
    -o-animation-delay: .44s;
    animation-delay: .44s
}

@-moz-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-o-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-moz-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

@-o-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

    .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        content: "\f10d";
        font-size: 1.5em;
        line-height: inherit
    }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

    .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        content: " \f11d";
        font-size: 1.5em;
        line-height: inherit
    }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto
    }

    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        grid-column: 1;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-font {
        grid-column: 2;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 2;
        grid-row: 2
    }
}

.vjs-track-setting > select {
    margin-right: 5px
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

    .vjs-text-track-settings fieldset span {
        display: inline-block
    }

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
    background-image: -webkit-linear-gradient(bottom, #fff 88%, #73859f 100%);
    background-image: -moz-linear-gradient(bottom, #fff 88%, #73859f 100%);
    background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
    background-image: -webkit-linear-gradient(top, #fff 88%, #73859f 100%);
    background-image: -moz-linear-gradient(top, #fff 88%, #73859f 100%);
    background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js > :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

.normal-second-nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1029;
    border-top: 0
}

.normal-main-navbar {
    height: 60px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

    .normal-main-navbar #nav_normal,
    .normal-main-navbar #nav_top {
        border: none;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease
    }

    .normal-main-navbar #nav_normal {
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px);
        width: 100%;
        position: absolute;
        z-index: 1031;
        top: 0
    }

    .normal-main-navbar:not(.show_normal) {
        overflow: hidden
    }

    .normal-main-navbar.scrolling {
        overflow: hidden
    }

        .normal-main-navbar.scrolling #nav_normal {
            display: block !important
        }

    .normal-main-navbar.show_normal #nav_normal {
        display: block;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .normal-main-navbar.show_normal #nav_top {
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px)
    }

.nav_wechat_popover {
    border: none;
    height: 265px;
    -webkit-box-shadow: 5px 2px 8px rgba(33, 33, 33, .27);
    -moz-box-shadow: 5px 2px 8px rgba(33, 33, 33, .27);
    box-shadow: 5px 2px 8px rgba(33, 33, 33, .27);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

    .nav_wechat_popover .arrow {
        border-bottom-color: #eee !important
    }

    .nav_wechat_popover .content-wrapper {
        padding: 20px;
        width: 230px
    }

        .nav_wechat_popover .content-wrapper img {
            width: 100%
        }

    .nav_wechat_popover .popover-content {
        padding: 12px 0 6px;
        color: #969696;
        font-size: 16px;
        line-height: 16px;
        text-align: center
    }

.banner.our-services {
    background-image: url(../img/banner_ourservices.jpg)
}

.banner.news-media {
    background-image: url(../img/banner_newsmedia.jpg)
}

.banner.resources-centre {
    background-image: url(../img/banner_resourcescentre.jpg)
}

.banner.about-us {
    background-image: url(../img/banner_aboutus.jpg)
}

#footer {
    background-color: #27201F;
    position: relative
}

.footer-btn-block {
    padding: 80px 0 120px 0
}

    .footer-btn-block button {
        margin: 0 auto;
        width: 350px;
        height: 48px;
        border: 1px solid #969696;
        font-size: 16px;
        color: #969696;
        font-weight: 700;
        background-color: #27201F;
        display: block
    }

        .footer-btn-block button:hover {
            background-color: #d8d8d8;
            color: #27201F
        }

.footer-content-block {
    height: 460px;
    padding-top: 80px
}

    .footer-content-block ul {
        padding: 40px 0 0 0
    }

        .footer-content-block ul li {
            list-style-type: none;
            padding: 6px 0
        }

            .footer-content-block ul li a {
                font-size: 16px;
                color: #969696;
                line-height: 10px;
                text-decoration: none
            }

                .footer-content-block ul li a:hover {
                    color: #fff
                }

.footer-icon-block {
    width: 330px;
    margin: 0 auto 70px auto
}

    .footer-icon-block div {
        display: inline-block;
        margin: 0 16px
    }

        .footer-icon-block div a {
            color: #fff;
            font-size: 20px;
            text-decoration: none;
            cursor: pointer
        }

            .footer-icon-block div a:hover {
                color: #969696
            }

.footer-legal-block {
    width: 100%;
    height: 100px;
    padding: 20px 5%;
    border-top: 1px solid #454545
}

    .footer-legal-block .footer-legal-content {
        color: #969696;
        line-height: 30px;
        display: block;
        margin: 0 auto
    }

        .footer-legal-block .footer-legal-content .left-content {
            float: left
        }

        .footer-legal-block .footer-legal-content .right-content {
            float: right
        }

            .footer-legal-block .footer-legal-content .right-content a {
                color: #fff
            }

                .footer-legal-block .footer-legal-content .right-content a:hover {
                    color: #969696
                }

        .footer-legal-block .footer-legal-content .ooil-logo {
            display: inline-block;
            position: relative;
            top: 15px;
            width: 40px;
            height: 40px
        }

        .footer-legal-block .footer-legal-content span {
            padding: 0 5px
        }

        .footer-legal-block .footer-legal-content a {
            color: #969696;
            font-size: 14px;
            text-decoration: none
        }

            .footer-legal-block .footer-legal-content a:hover {
                color: #fff
            }

    .footer-legal-block .company-logo-wrapper {
        display: none
    }

@media (max-width:1280px) {


    .footer-btn-block {
        margin: 0 0 -30px
    }

    .footer-content-block {
        height: 420px
    }
}

@media screen and (max-width:1172px) {
    .footer-legal-block {
        height: 150px;
        position: relative
    }

        .footer-legal-block .right-content {
            position: absolute;
            right: 20px;
            bottom: 50px
        }
}

@media screen and (max-width:960px) {
    .footer-content-block {
        height: 760px
    }
}

@media (max-width:768px) {
    #footer.screen {
        min-height: 130px !important;
        height: 130px
    }

    #footer {
        overflow: hidden
    }

    .footer-legal-block {
        height: 100% !important;
        padding: 4px 5%;
        border-top: none
    }

        .footer-legal-block .footer-legal-content .left-content {
            float: none;
            text-align: center;
            line-height: 20px
        }

    .footer-icon-block {
        margin: 0 auto 15px auto;
        padding: 24px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

        .footer-icon-block > div {
            margin: 0 15px
        }

    .footer-btn-block,
    .footer-content-block,
    .footer-legal-content a,
    .footer-legal-content span {
        display: none
    }

    .company-logo-wrapper {
        display: block !important
    }

        .company-logo-wrapper .ooil-logo {
            display: block !important;
            position: static !important;
            margin: 0 auto;
            height: 30px !important;
            width: 30px !important;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .company-logo-wrapper a {
            margin: 15px auto 10px;
            display: table !important
        }

        .company-logo-wrapper span {
            display: block !important;
            color: #fff
        }
}

.screen {
    min-height: 100vh;
    position: relative;
    display: block
}

.scroll-line {
    height: 3px;
    position: absolute;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-bottom: -2px;
    background: #da291c;
    width: 0%
}

#main_screen {
    background-color: #fff
}

.search-input {
}

    .search-input::-webkit-input-placeholder {
        color: #bbb
    }

    .search-input:-moz-placeholder {
        color: #bbb;
        opacity: 1
    }

    .search-input::-moz-placeholder {
        color: #bbb
    }

    .search-input:-ms-input-placeholder {
        color: #bbb
    }

.btn-line-red {
    color: #da291c;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    max-width: 300px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%
}

    .btn-line-red:active,
    .btn-line-red:focus,
    .btn-line-red:hover {
        color: #da291c;
        text-decoration: none
    }

.btn-1 {
    background: 0 0
}

    .btn-1 svg {
        height: 48px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .btn-1 rect {
        fill: none;
        stroke: #da291c;
        stroke-width: 2;
        stroke-dasharray: 622, 0;
        transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
        -o-transition: all 1.05s cubic-bezier(.19, 1, .22, 1)
    }

    .btn-1:hover {
        background: 0 0
    }

        .btn-1:hover rect {
            stroke-width: 2;
            stroke-dasharray: 80, 600;
            stroke-dashoffset: 220;
            transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
            -moz-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
            -webkit-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all 1.05s cubic-bezier(.19, 1, .22, 1)
        }

.btn-line-grey {
    color: #27201F;
    padding: 0 10px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%
}

    .btn-line-grey:active,
    .btn-line-grey:focus,
    .btn-line-grey:hover {
        color: #27201F;
        text-decoration: none
    }

.btn-2 {
    background: 0 0
}

    .btn-2 svg {
        height: 48px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .btn-2 rect {
        fill: none;
        stroke: #27201F;
        stroke-width: 2;
        stroke-dasharray: 622, 0;
        transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
        -o-transition: all 1.05s cubic-bezier(.19, 1, .22, 1)
    }

    .btn-2:hover {
        background: 0 0
    }

        .btn-2:hover rect {
            stroke-width: 2;
            stroke-dasharray: 80, 600;
            stroke-dashoffset: 241;
            transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
            -moz-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
            -webkit-transition: all 1.05s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all 1.05s cubic-bezier(.19, 1, .22, 1)
        }

.btn-line-contact {
    color: #969696;
    padding: 0 10px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%
}

    .btn-line-contact:active,
    .btn-line-contact:focus,
    .btn-line-contact:hover {
        color: #969696;
        text-decoration: none
    }

.btn-3 {
    background: 0 0
}

    .btn-3 svg {
        height: 48px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .btn-3 rect {
        fill: none;
        stroke: #969696;
        stroke-width: 2;
        stroke-dasharray: 622, 0;
        transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
        -o-transition: all 1.35s cubic-bezier(.19, 1, .22, 1)
    }

    .btn-3:hover {
        background: 0 0
    }

        .btn-3:hover rect {
            stroke-width: 2;
            stroke-dasharray: 80, 678;
            stroke-dashoffset: 228;
            transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
            -moz-transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
            -webkit-transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all 1.35s cubic-bezier(.19, 1, .22, 1)
        }

.panel-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #27201F;
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .panel-title .panel-title-bg {
        width: 69%;
        height: 20px;
        margin-left: 2%;
        background-image: url(../img/bg-heading.svg);
        float: right;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

.panel-right-title {
    float: right;
    display: inline-block
}

.panel-body {
    padding: 10px 0;
    position: relative
}

    .panel-body .panel-btn {
        width: 100%;
        text-align: center;
        margin-top: 50px
    }

.flex-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .flex-section-wrapper .panel-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }



    .flex-section-wrapper .panel-body-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.hp-pagination {
    display: block;
    list-style: none;
    position: fixed;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1em;
    z-index: 101
}

    .hp-pagination a {
        display: block;
        height: 28px;
        margin-bottom: 5px;
        color: #da291c;
        position: relative;
        padding: 4px;
        z-index: 101
    }

        .hp-pagination a .hover-text {
            position: absolute;
            right: 15px;
            top: 2px;
            opacity: 0;
            -webkit-transition: opacity .5s ease;
            -o-transition: opacity .5s ease;
            -moz-transition: opacity .5s ease;
            transition: opacity .5s ease;
            padding-right: 15px;
            white-space: nowrap;
            z-index: 101
        }

        .hp-pagination a:hover .hover-text {
            opacity: 1
        }

        .hp-pagination a:after {
            -webkit-transition: box-shadow .5s ease;
            -webkit-transition: -webkit-box-shadow .5s ease;
            transition: -webkit-box-shadow .5s ease;
            -o-transition: box-shadow .5s ease;
            -moz-transition: box-shadow .5s ease, -moz-box-shadow .5s ease;
            transition: box-shadow .5s ease;
            transition: box-shadow .5s ease, -webkit-box-shadow .5s ease, -moz-box-shadow .5s ease;
            width: 10px;
            height: 10px;
            display: block;
            border: 1px solid;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: '';
            position: absolute;
            margin: auto;
            top: 0;
            right: 4px;
            bottom: 0
        }

        .hp-pagination a.active:after {
            -webkit-box-shadow: inset 0 0 0 5px;
            -moz-box-shadow: inset 0 0 0 5px;
            box-shadow: inset 0 0 0 5px
        }



i.arrow-right {
    height: 30px
}

    i.arrow-right + i.arrow-right {
        margin-left: -18px
    }

@media (max-width:1600px) {
    .panel-mask {
        width: 170px
    }

    .panel-title {
        font-size: 3.75rem
    }
}

@media (max-width:1480px) {
    .img-description-box {
        transform: scale(.9, .9);
        -ms-transform: scale(.9, .9);
        -moz-transform: scale(.9, .9);
        -webkit-transform: scale(.9, .9);
        -o-transform: scale(.9, .9)
    }

    .panel-left-mask {
        border-top: none
    }

    .panel-right-mask {
        border-bottom: none
    }

    i.arrow-right {
        height: 25px;
        width: 25px
    }

        i.arrow-right + i.arrow-right {
            margin-left: -15px
        }
}

@media (max-width:1276px) {
    .img-description-box {
        transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        -moz-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        -o-transform: scale(.8, .8)
    }

    .incident-notice .frame {
        width: 960px
    }

    .incident-notice .incident-notice-content {
        width: 1080px
    }

    .panel-content {
        width: 980px
    }

    .panel-title {
        font-size: 3.5rem;
        font-weight: 700;
        color: #27201F;
        margin-top: 80px
    }

        .panel-title .panel-title-bg {
            width: 60%
        }

    .number-block {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

        .number-block .number-num {
            margin-top: 25px !important;
            font-size: 5rem !important
        }

        .number-block .number-detail {
            font-size: 2rem !important
        }

    .panel-body .panel-btn {
        margin-top: 36px
    }

    .btn-2:hover rect {
        stroke-dashoffset: 306
    }
}

@media (max-width:1120px) {
    .incident-notice .frame {
        width: 800px
    }

    .incident-notice .incident-notice-content {
        width: 960px
    }

    .panel-title .panel-title-bg {
        width: 50%
    }

    .panel-content {
        width: 900px
    }

    i.arrow-right {
        height: 20px;
        width: 20px
    }

        i.arrow-right + i.arrow-right {
            margin-left: -10px
        }

    .btn-2:hover rect {
        stroke-dashoffset: 345
    }
}

@media (max-width:960px) {
    .panel-content {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .btn-2:hover rect {
        stroke-dashoffset: 396
    }
}

@media (max-width:845px) {
    .btn-line-grey {
        padding: 8px 10px;
        line-height: 18px
    }

    .btn-2 svg {
        height: 52px
    }

    .btn-2:hover rect {
        stroke-dashoffset: 442
    }
}

@media (max-width:768px) {
    #main_screen {
        margin-bottom: 40px
    }

    .img-description-box {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .screen {
        height: auto !important;
        min-height: auto
    }

    .hp-pagination {
        display: none
    }

    .panel-title {
        font-size: 26px;
        margin-top: 0 !important;
        display: block;
        text-align: center;
        margin-bottom: 20px
    }

        .panel-title .panel-title-bg {
            display: block;
            width: 66%;
            margin-left: auto;
            margin-right: auto;
            float: none
        }

    .btn-line-grey {
        padding: 0 10px;
        line-height: 48px
    }

    .btn-2 svg {
        height: 48px
    }

    .btn-2:hover rect {
        stroke-dashoffset: 232
    }

    .panel-body .panel-btn {
        margin-top: 0
    }
}

@media screen and (max-height:900px) {
    .panel-title {
        margin-top: 100px
    }
}

.flexslider {
    height: 70vh;
    height: -webkit-calc(100vh - 320px);
    height: -moz-calc(100vh - 320px);
    height: calc(100vh - 320px);
    min-height: 500px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 0 !important;
    margin: 0 !important;
    background-color: #e7e5e2 !important
}

    .flexslider .flex-viewport .slides {
        overflow: hidden;
        height: 70vh;
        height: -webkit-calc(100vh - 320px);
        height: -moz-calc(100vh - 320px);
        height: calc(100vh - 320px);
        min-height: 500px
    }

        .flexslider .flex-viewport .slides .img-description {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .15);
            text-align: left;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .flexslider .flex-viewport .slides .img-description .img-description-box {
                width: 1420px;
                margin-top: 120px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                vertical-align: middle;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .flexslider .flex-viewport .slides .img-description .img-description-box .description-content {
                    margin-top: 160px;
                    padding-left: 80px;
                    width: 1000px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    vertical-align: middle;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .flexslider .flex-viewport .slides .img-description .img-description-box .description-content.middle {
                        margin-top: 0
                    }

                    .flexslider .flex-viewport .slides .img-description .img-description-box .description-content h1 {
                        font-size: 7rem;
                        margin: 0 !important
                    }

.fs-controller-wrapper {
    position: relative;
    width: 1420px;
    margin: 0 auto
}

    .fs-controller-wrapper .inner-wrapper {
        padding-top: 120px;
        position: absolute;
        left: 0;
        height: 70vh;
        height: -webkit-calc(100vh - 320px);
        height: -moz-calc(100vh - 320px);
        height: calc(100vh - 320px);
        min-height: 500px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.flex-control-nav {
    z-index: 6;
    width: 24px !important;
    top: auto !important;
    left: 0 !important;
    right: auto;
    position: relative
}

.flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
    background: #fff !important;
    background: rgba(255, 255, 255, .5) !important;
    margin-bottom: 16px
}

    .flex-control-paging li a.flex-active {
        background: #fff !important;
        background: rgba(255, 255, 255, .9) !important
    }

.img-hp {
    width: 100%;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 40%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.img-hp-first {
    background-image: url(../img/slide1.jpg)
}

.img-hp-second {
    background-image: url(../img/slide2.jpg)
}

.img-hp-third {
    background-image: url(../img/slide3.jpg)
}

.flex-pauseplay {
    top: auto;
    bottom: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

    .flex-pauseplay a {
        width: 34px !important;
        height: 34px !important;
        font-size: 12px;
        left: -5px !important;
        color: #fff !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, .3);
        text-align: center;
        position: relative
    }

        .flex-pauseplay a:before {
            font-size: 12px !important;
            content: "\f04c" !important;
            width: 32px !important;
            height: 32px !important;
            line-height: 34px
        }

        .flex-pauseplay a.flex-play:before {
            font-size: 12px !important;
            font-weight: 900 !important;
            content: "\f04b" !important;
            width: 32px !important;
            height: 32px !important;
            line-height: 34px
        }

div.fs-timer {
    width: 40px;
    height: 0;
    position: relative;
    top: -8px;
    left: -8px;
    opacity: .6;
    cursor: pointer;
    z-index: 7;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

span.fs-rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../img/rotator-black.png) no-repeat;
    z-index: 3
}

span.fs-mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden
}

span.fs-rotator.move {
    left: 0
}

span.fs-mask.move {
    width: 40px;
    left: 0;
    background: url(../img/timer-black.png) repeat 0 0
}

@media (max-width:1480px) {

    .flexslider .flex-viewport .slides .img-description .img-description-box,
    .fs-controller-wrapper {
        width: 1200px
    }
}

@media (max-width:1280px) {

    .flexslider .flex-viewport .slides .img-description .img-description-box,
    .fs-controller-wrapper {
        width: 100%
    }

        .fs-controller-wrapper .inner-wrapper {
            left: 40px
        }
}

@media (max-width:1259px) {
    .flexslider .flex-viewport .slides .img-description .img-description-box {
        margin-top: 60px
    }

    .fs-controller-wrapper .inner-wrapper {
        padding-top: 60px
    }
}

@media (max-width:960px) {
    .flexslider .flex-viewport .slides .img-description .img-description-box {
        margin-bottom: 200px
    }

        .flexslider .flex-viewport .slides .img-description .img-description-box .description-content {
            margin-top: 0
        }

    .fs-controller-wrapper {
        display: none
    }
}

@media (max-width:768px) {
    .flexslider {
        min-height: 70vh;
        height: 70vh
    }

        .flexslider .flex-viewport .slides {
            height: 70vh;
            min-height: 70vh
        }

            .flexslider .flex-viewport .slides .img-description .img-description-box .description-content {
                margin: 0;
                padding: 0 10%;
                max-width: 100vw;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                height: 100%;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .flexslider .flex-viewport .slides .img-description .img-description-box .description-content h1 {
                    font-size: 60px
                }
}

@media (max-width:600px) {
    .flexslider .flex-viewport .slides .img-description .img-description-box .description-content h1 {
        text-align: center;
        font-size: 32px
    }
}

@media (max-width:400px) {
    .flexslider .flex-viewport .slides .img-description .img-description-box {
        margin-bottom: 130px
    }
}

.panel-tab {
    background-color: #27201F;
    color: #fff;
    z-index: 5;
    position: relative;
    width: 100%;
    height: 200px
}

    .panel-tab .responsive-tabs {
        height: 100%;
        position: relative
    }

        .panel-tab .responsive-tabs .tab-title {
            font-size: 24px;
            color: #fff;
            padding-top: 25px;
            text-align: center;
            letter-spacing: -8px
        }

            .panel-tab .responsive-tabs .tab-title .r-tabs-state-active {
                border-bottom: 3px solid #da291c
            }

            .panel-tab .responsive-tabs .tab-title li {
                padding: 5px 50px 8px 50px;
                letter-spacing: normal
            }

                .panel-tab .responsive-tabs .tab-title li a {
                    font-weight: bolder;
                    color: #fff;
                    -webkit-text-decoration-line: none;
                    -moz-text-decoration-line: none;
                    text-decoration-line: none
                }

                    .panel-tab .responsive-tabs .tab-title li a:hover {
                        color: #ccc
                    }

            .panel-tab .responsive-tabs .tab-title .popover-content {
                color: #333
            }

        .panel-tab .responsive-tabs .air-freight,
        .panel-tab .responsive-tabs .domestic-service,
        .panel-tab .responsive-tabs .shipment {
            display: inline;
            position: relative
        }

        .panel-tab .responsive-tabs .login-addition {
            position: absolute;
            right: 33px;
            bottom: -24px;
            text-align: right;
            z-index: 1;
            color: rgba(255, 255, 255, .8)
        }

            .panel-tab .responsive-tabs .login-addition .addition-divider {
                margin: 0 8px
            }

            .panel-tab .responsive-tabs .login-addition.mobile {
                display: none
            }

        .panel-tab .responsive-tabs .tab-content {
            margin: 20px 0;
            width: 1220px;
            margin-left: auto;
            margin-right: auto
        }

            .panel-tab .responsive-tabs .tab-content .btn-default {
                color: #fff;
                background-color: #514f4a;
                border: 1px solid #514f4a;
                font-size: 16px;
                height: 42px
            }

            .panel-tab .responsive-tabs .tab-content .bootstrap-select {
                margin-right: 20px;
                margin-bottom: 0;
                width: 315px !important
            }

                .panel-tab .responsive-tabs .tab-content .bootstrap-select .dropdown-toggle:focus {
                    outline: 0 !important;
                    outline-offset: 0
                }

                .panel-tab .responsive-tabs .tab-content .bootstrap-select .dropdown-toggle .filter-option-inner {
                    font-weight: 400;
                    padding-top: 3px;
                    padding-left: 3px
                }

                .panel-tab .responsive-tabs .tab-content .bootstrap-select .dropdown-menu {
                    border: none;
                    padding: 0;
                    font-size: 16px;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0
                }

                    .panel-tab .responsive-tabs .tab-content .bootstrap-select .dropdown-menu li {
                        height: 40px;
                        background-color: #616161
                    }

                        .panel-tab .responsive-tabs .tab-content .bootstrap-select .dropdown-menu li a {
                            height: 40px;
                            padding-top: 10px;
                            color: #fff
                        }

                            .panel-tab .responsive-tabs .tab-content .bootstrap-select .dropdown-menu li a:hover {
                                background-color: #4e4e4e
                            }

                        .panel-tab .responsive-tabs .tab-content .bootstrap-select .dropdown-menu li.active a {
                            background-color: #616161;
                            color: #949494
                        }

            .panel-tab .responsive-tabs .tab-content .normal-input {
                position: relative;
                top: 2px;
                height: 42px;
                width: 315px;
                color: #fff;
                background-color: #514f4a;
                font-size: 16px;
                border: none;
                padding-left: 15px;
                margin-right: 20px;
                -webkit-border-radius: 0 !important;
                -moz-border-radius: 0 !important;
                border-radius: 0 !important
            }

                .panel-tab .responsive-tabs .tab-content .normal-input:focus {
                    outline: 0 !important;
                    outline-offset: 0
                }

        .panel-tab .responsive-tabs .tab-title-bg {
            width: 35%;
            height: 16px;
            display: inline-block;
            position: absolute;
            top: 40px;
            background-image: url(../img/bg-heading.svg);
            opacity: .5
        }

        .panel-tab .responsive-tabs .tab-title-bg-right {
            right: 0
        }

        .panel-tab .responsive-tabs .btn-primary {
            width: 170px !important
        }

    .panel-tab .material-input {
        position: relative;
        top: 2px;
        width: 315px;
        height: 42px;
        margin-right: 20px;
        display: inline-block;
        background-color: #514f4a
    }

    .panel-tab .material-form-input {
        position: relative;
        top: 2px;
        width: 100%;
        height: 42px;
        margin-right: 20px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        display: inline-block;
        background-color: #fff
    }

    .panel-tab .content-page-input {
        position: relative;
        top: 6px;
        display: inline-block;
        height: 42px;
        width: 315px;
        padding-left: 15px;
        margin-right: 20px;
        z-index: 1;
        background-color: transparent;
        color: #fff;
        font-size: 16px;
        border: none;
        outline: 0
    }

        .panel-tab .content-page-input.has-icon {
            padding-left: 35px
        }

        .panel-tab .content-page-input:focus {
            outline: 0;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

    .panel-tab .content-page-label {
        display: inline-block;
        float: right;
        width: 100%;
        height: 100%
    }

    .panel-tab .content-page-label-content {
        position: relative;
        display: block;
        width: 100%;
        margin-top: -32px;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, .5);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        -moz-transition: transform .3s, -moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
    }

    .panel-tab .content-page-input-filled .content-page-label .content-page-label-content,
    .panel-tab .content-page-input:focus + .content-page-label .content-page-label-content,
    .panel-tab .content-page-textarea-filled .content-page-label .content-page-label-content,
    .panel-tab .content-page-textarea:focus + .content-page-label .content-page-label-content {
        color: #fff
    }

.panel-mask {
    height: 0;
    width: 270px;
    display: inline-block;
    position: absolute
}

.panel-left-mask {
    border-top: 200px solid #da291c;
    border-right: 120px solid transparent
}

.panel-right-mask {
    border-bottom: 200px solid #da291c;
    border-left: 120px solid transparent;
    right: 0;
    top: 0
}

@media screen and (max-width:1600px) {
    .panel-mask {
        width: 120px
    }
}

@media screen and (max-width:1480px) {
    .panel-tab .responsive-tabs .login-addition {
        right: 78px
    }

    .panel-tab .responsive-tabs .tab-title-bg {
        width: 33%
    }

    .panel-tab .responsive-tabs .tab-content .bootstrap-select {
        width: 300px !important
    }

    .panel-tab .responsive-tabs .tab-content .normal-input {
        width: 300px !important
    }

    .panel-tab .content-page-input,
    .panel-tab .material-input {
        width: 300px
    }
}

@media (max-width:1280px) {
    .panel-tab .responsive-tabs .login-addition {
        right: 88px
    }

    .panel-tab .responsive-tabs .tab-title-bg {
        width: 30%
    }

    .panel-tab .responsive-tabs .tab-content {
        width: 1080px
    }

        .panel-tab .responsive-tabs .tab-content .bootstrap-select {
            width: 250px !important
        }

        .panel-tab .responsive-tabs .tab-content .normal-input {
            width: 250px !important
        }

    .panel-tab .content-page-input,
    .panel-tab .material-input {
        width: 250px
    }
}

@media screen and (max-width:1120px) {
    .panel-tab .responsive-tabs .login-addition {
        right: 18px
    }

    .panel-tab .responsive-tabs .tab-title-bg {
        width: 28%
    }

    .panel-tab .responsive-tabs .tab-content {
        width: 920px
    }

        .panel-tab .responsive-tabs .tab-content .bootstrap-select {
            width: 220px !important
        }

        .panel-tab .responsive-tabs .tab-content .normal-input {
            width: 220px !important
        }

    .panel-tab .content-page-input,
    .panel-tab .material-input {
        width: 220px
    }

    .panel-left-mask {
        border-top: 0
    }

    .panel-right-mask {
        border-bottom: 0
    }
}

@media (max-width:960px) {
    .panel-tab {
        width: 90%;
        min-width: 345px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        border-top: 8px solid #da291c;
        margin-top: -200px
    }

        .panel-tab #hp_panel_tab .r-tabs-panel {
            max-width: 450px;
            margin-left: auto;
            margin-right: auto
        }

        .panel-tab .responsive-tabs .tab-title {
            font-size: 18px;
            padding-top: 16px
        }

            .panel-tab .responsive-tabs .tab-title li {
                padding: 5px 16px 8px 16px
            }

        .panel-tab .responsive-tabs .tab-content {
            width: 100%;
            padding: 8px;
            margin-top: 0
        }

            .panel-tab .responsive-tabs .tab-content .bootstrap-select {
                margin-bottom: 16px;
                width: 100% !important
            }

            .panel-tab .responsive-tabs .tab-content .normal-input {
                margin-bottom: 16px;
                width: 100% !important;
                top: 0
            }

            .panel-tab .responsive-tabs .tab-content .content-page-input {
                width: 100% !important
            }

            .panel-tab .responsive-tabs .tab-content .material-input {
                margin-bottom: 16px;
                width: 100% !important;
                position: relative;
                display: block;
                overflow: hidden
            }

        .panel-tab .responsive-tabs .btn-primary {
            width: 100% !important;
            padding: 10px 35px
        }

        .panel-tab .responsive-tabs .login-addition {
            position: relative;
            top: 0;
            right: 0;
            margin-bottom: 16px
        }

            .panel-tab .responsive-tabs .login-addition.mobile {
                display: block
            }

            .panel-tab .responsive-tabs .login-addition.desktop {
                display: none
            }

        .panel-tab .content-page-input,
        .panel-tab .material-input {
            width: 185px
        }
}

@media screen and (max-width:768px) {
    .panel-tab {
        bottom: auto !important;
        height: auto;
        margin-top: -200px
    }

        .panel-tab .r-tabs .r-tabs-nav {
            display: block !important;
            padding-left: 0
        }

        .panel-tab .r-tabs .r-tabs-accordion-title {
            display: none
        }

        .panel-tab .responsive-tabs .tab-content .material-input {
            top: 0
        }
}

@media screen and (max-width:400px) {
    .panel-tab {
        margin-top: -130px
    }
}

@media screen and (max-width:335px) {
    .panel-tab {
        min-width: auto
    }

        .panel-tab .responsive-tabs .login-addition .addition-divider {
            display: none
        }

        .panel-tab .responsive-tabs .login-addition a {
            display: block
        }

        .panel-tab .responsive-tabs .tab-title li {
            padding: 5px 5px 8px
        }
}

.incident-notice {
    height: 120px;
    width: 100%;
    position: relative;
    background-color: #e7e5e2
}

    .incident-notice .incident-notice-content {
        width: 1420px;
        margin-left: auto;
        margin-right: auto
    }

    .incident-notice .incident-notice-next,
    .incident-notice .incident-notice-prev {
        display: inline-block;
        background: #da291c;
        height: 36px;
        width: 36px;
        margin-top: 38px;
        text-align: center
    }

        .incident-notice .incident-notice-next span,
        .incident-notice .incident-notice-prev span {
            font-size: 20px;
            color: #fff;
            padding-top: 8px
        }

        .incident-notice .incident-notice-next:hover,
        .incident-notice .incident-notice-prev:hover {
            background: #f23325;
            cursor: pointer
        }

        .incident-notice .incident-notice-next.disabled,
        .incident-notice .incident-notice-prev.disabled {
            opacity: .4;
            cursor: not-allowed
        }

    .incident-notice .incident-notice-prev {
        float: left
    }

    .incident-notice .incident-notice-next {
        float: right
    }

    .incident-notice .frame {
        width: 1347px;
        height: 80px;
        padding: 0;
        display: inline-block
    }

        .incident-notice .frame .slidee {
            margin: 0;
            padding: 0;
            height: 100%;
            list-style: none
        }

            .incident-notice .frame .slidee li {
                float: left;
                padding: 40px 105px;
                width: 1347px;
                height: 100%;
                font-size: 16px
            }

                .incident-notice .frame .slidee li .place {
                    display: inline-block;
                    color: #27201F;
                    background-color: #dad3cc;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    width: 150px;
                    height: 30px;
                    margin-right: 15px;
                    padding-top: 5px;
                    text-align: center
                }

                    .incident-notice .frame .slidee li .place i.fas {
                        margin-left: 4px;
                        color: #928e81
                    }

                        .incident-notice .frame .slidee li .place i.fas span {
                            color: #27201F;
                            margin-left: 4px;
                            font-weight: 400
                        }

                .incident-notice .frame .slidee li .detail {
                    display: inline-block;
                    font-weight: 700;
                    margin-right: 30px
                }

                    .incident-notice .frame .slidee li .detail:hover {
                        color: #da291c;
                        cursor: pointer
                    }

                .incident-notice .frame .slidee li .time {
                    display: inline-block;
                    color: #666
                }

                    .incident-notice .frame .slidee li .time span {
                        margin-left: 5px
                    }

.incident-pages {
    text-align: center
}

    .incident-pages li {
        margin-right: 18px;
        background-color: #27201F;
        opacity: .2;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: inline-block;
        cursor: pointer;
        text-indent: -9999px
    }

        .incident-pages li.active {
            background-color: #da291c;
            opacity: 1
        }

@media screen and (max-width:1480px) {
    .incident-notice .incident-notice-content {
        width: 1200px
    }

    .incident-notice .frame {
        width: 1080px
    }

        .incident-notice .frame li {
            width: 1080px
        }
}

@media (max-width:1280px) {
    .incident-notice .incident-notice-content {
        width: 1080px
    }

    .incident-notice .frame {
        width: 936px
    }

        .incident-notice .frame .slidee li {
            width: 936px
        }
}

@media screen and (max-width:1120px) {
    .incident-notice .incident-notice-content {
        width: 940px
    }

    .incident-notice .frame {
        width: 860px
    }

        .incident-notice .frame .slidee li {
            width: 860px;
            padding: 40px 15px;
            font-size: 14px
        }
}

@media screen and (max-width:960px) {
    .incident-notice {
        height: 190px;
        margin-top: 30px
    }

        .incident-notice .incident-notice-content {
            width: 760px
        }

        .incident-notice .frame {
            width: 680px
        }

            .incident-notice .frame .slidee li {
                width: 680px
            }
}

@media screen and (max-width:768px) {
    .incident-notice {
        height: 140px;
        background-color: #fff;
        position: relative
    }

        .incident-notice .incident-notice-content {
            width: 90%;
            margin-left: auto;
            margin-right: auto
        }

        .incident-notice .frame {
            position: relative;
            height: 128px;
            width: 100%
        }

            .incident-notice .frame .slidee li {
                width: 282px;
                height: 128px;
                background-color: #e7e5e2;
                margin-right: 24px;
                padding: 20px;
                cursor: move
            }

                .incident-notice .frame .slidee li .detail {
                    margin-right: 0;
                    max-height: 70px
                }

                .incident-notice .frame .slidee li .time {
                    display: block !important;
                    position: absolute;
                    bottom: 15px
                }

        .incident-notice .incident-notice-next,
        .incident-notice .incident-notice-prev,
        .incident-pages {
            display: none
        }

    .notice-slide-mask {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 60px;
        background: -webkit-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%)
    }
}

#company_news {
    background-color: #fff
}

.company-news-content .frame {
    width: 100%;
    height: 514px;
    padding: 0 56px 0 0;
    display: inline-block;
    position: relative
}

    .company-news-content .frame .slidee {
        margin: 0;
        padding: 0;
        height: 100%;
        list-style: none
    }

        .company-news-content .frame .slidee li {
            float: left;
            width: 440px;
            height: 100%;
            margin-right: 50px;
            font-size: 16px
        }

            .company-news-content .frame .slidee li:hover .news-content-block .box-title-block .box-title {
                color: #da291c
            }

            .company-news-content .frame .slidee li:hover .news-content-block .box-title-block .box-date {
                background-color: #da291c
            }

            .company-news-content .frame .slidee li:hover .news-content-img-block .news-content-img img {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
                -webkit-transition: 1s;
                -o-transition: 1s;
                -moz-transition: 1s;
                transition: 1s
            }

            .company-news-content .frame .slidee li a:hover {
                text-decoration: none
            }

            .company-news-content .frame .slidee li .news-content-img-block {
                width: 440px;
                height: 320px
            }

                .company-news-content .frame .slidee li .news-content-img-block .news-content-img {
                    width: 440px;
                    height: 320px;
                    overflow: hidden
                }

                    .company-news-content .frame .slidee li .news-content-img-block .news-content-img img {
                        -webkit-transition: 1s;
                        -o-transition: 1s;
                        -moz-transition: 1s;
                        transition: 1s;
                        width: 100%
                    }

            .company-news-content .frame .slidee li .news-content-block {
                margin-top: 25px;
                width: 100%;
                font-weight: 700
            }

                .company-news-content .frame .slidee li .news-content-block .box-title-block {
                    width: 100%;
                    height: 75px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -moz-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

                    .company-news-content .frame .slidee li .news-content-block .box-title-block .box-date {
                        width: 75px;
                        height: 75px;
                        padding-top: 10px;
                        background-color: #27201F;
                        color: #fff;
                        text-align: center;
                        font-size: 18px;
                        -webkit-box-flex: 0;
                        -webkit-flex: 0 0 auto;
                        -moz-box-flex: 0;
                        -ms-flex: 0 0 auto;
                        flex: 0 0 auto
                    }

                    .company-news-content .frame .slidee li .news-content-block .box-title-block .box-title {
                        -webkit-box-flex: 1;
                        -webkit-flex: 1;
                        -moz-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1;
                        width: 345px;
                        height: 75px;
                        padding: 0 0 0 20px;
                        line-height: 25px;
                        font-size: 22px;
                        color: #27201F;
                        display: -webkit-box;
                        -webkit-box-orient: horizontal;
                        -webkit-box-pack: center;
                        -webkit-box-align: center;
                        display: -moz-box;
                        -moz-box-orient: horizontal;
                        -moz-box-pack: center;
                        -moz-box-align: center;
                        display: box;
                        box-orient: horizontal;
                        box-pack: center;
                        box-align: center
                    }

                .company-news-content .frame .slidee li .news-content-block .box-content {
                    margin-top: 10px;
                    width: 100%;
                    height: 80px;
                    color: #7f7f7f;
                    font-size: 16px;
                    font-weight: 500;
                    padding: 0;
                    line-height: 22px
                }

.company-news-content .news-next,
.company-news-content .news-prev {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: #fff;
    border: 1px solid #da291c;
    height: 36px;
    width: 36px;
    text-align: center;
    top: 394px
}

    .company-news-content .news-next span,
    .company-news-content .news-prev span {
        position: absolute;
        top: 8px;
        left: 12px;
        font-size: 20px;
        color: #da291c
    }

    .company-news-content .news-next:hover,
    .company-news-content .news-prev:hover {
        background: #da291c;
        cursor: pointer
    }

        .company-news-content .news-next:hover span,
        .company-news-content .news-prev:hover span {
            color: #fff
        }

    .company-news-content .news-next.disabled,
    .company-news-content .news-prev.disabled {
        opacity: .4;
        cursor: not-allowed
    }

.company-news-content .news-next {
    right: -72px
}

.company-news-content .news-prev {
    left: -72px
}

@media (max-width:1600px) {
    #company_news .frame {
        width: 1280px !important;
        height: 455px !important
    }

        #company_news .frame .slidee li {
            width: 380px !important;
            margin-right: 70px !important;
            font-size: 16px !important
        }

            #company_news .frame .slidee li .news-content-img-block {
                width: 380px !important;
                height: 274px !important
            }

                #company_news .frame .slidee li .news-content-img-block .news-content-img {
                    width: 380px !important;
                    height: 274px !important
                }

            #company_news .frame .slidee li .news-content-block {
                margin-top: 24px !important
            }

                #company_news .frame .slidee li .news-content-block .box-title-block {
                    height: 60px !important
                }

                    #company_news .frame .slidee li .news-content-block .box-title-block .box-date {
                        width: 60px !important;
                        height: 60px !important;
                        padding-top: 3px !important;
                        -webkit-box-flex: 0;
                        -webkit-flex: 0 0 60px;
                        -moz-box-flex: 0;
                        -ms-flex: 0 0 60px;
                        flex: 0 0 60px
                    }

                    #company_news .frame .slidee li .news-content-block .box-title-block .box-title {
                        width: 310px !important;
                        height: 60px !important;
                        padding: 0 0 0 12px !important;
                        font-size: 18px !important;
                        line-height: 20px
                    }

                #company_news .frame .slidee li .news-content-block .box-content {
                    height: 82px;
                    font-size: 16px !important;
                    line-height: 20px
                }

    #company_news .news-next,
    #company_news .news-prev {
        top: 333px !important
    }
}

@media (max-width:1480px) {
    #company_news .frame {
        width: 1200px !important;
        height: 442px !important
    }

        #company_news .frame .slidee li {
            width: 368px !important;
            margin-right: 48px !important
        }

            #company_news .frame .slidee li .news-content-img-block {
                width: 368px !important;
                height: 265px !important;
                overflow: hidden
            }

                #company_news .frame .slidee li .news-content-img-block .news-content-img {
                    width: 368px !important;
                    height: 265px !important
                }

            #company_news .frame .slidee li .news-content-block .box-content {
                margin-top: 14px !important;
                height: 79px !important;
                font-size: 16px !important;
                line-height: 20px
            }

    #company_news .news-next,
    #company_news .news-prev {
        top: 324px !important
    }
}

@media (max-width:1400px) {
    #company_news .frame {
        width: 1100px !important;
        height: 424px !important
    }

        #company_news .frame .slidee li {
            width: 340px !important;
            margin-right: 40px !important;
            font-size: 16px !important
        }

            #company_news .frame .slidee li .news-content-img-block {
                width: 340px !important;
                height: 245px !important;
                overflow: hidden
            }

                #company_news .frame .slidee li .news-content-img-block .news-content-img {
                    width: 340px !important;
                    height: 245px !important
                }

            #company_news .frame .slidee li .news-content-block .box-title-block .box-title {
                width: 280px !important
            }

    #company_news .news-next,
    #company_news .news-prev {
        top: 303px !important
    }
}

@media (max-width:1276px) {
    #company_news .frame {
        width: 980px !important;
        height: 380px !important
    }

        #company_news .frame .slidee li {
            width: 308px !important;
            margin-right: 28px !important;
            font-size: 14px !important
        }

            #company_news .frame .slidee li .news-content-img-block {
                width: 308px !important;
                height: 222px !important
            }

                #company_news .frame .slidee li .news-content-img-block .news-content-img {
                    width: 308px !important;
                    height: 222px !important
                }

            #company_news .frame .slidee li .news-content-block {
                margin-top: 16px !important
            }

                #company_news .frame .slidee li .news-content-block .box-title-block {
                    height: 54px !important
                }

                    #company_news .frame .slidee li .news-content-block .box-title-block .box-date {
                        width: 54px !important;
                        height: 54px !important;
                        padding-top: 7px !important;
                        font-size: 16px !important;
                        line-height: 18px;
                        -webkit-box-flex: 0;
                        -webkit-flex: 0 0 54px;
                        -moz-box-flex: 0;
                        -ms-flex: 0 0 54px;
                        flex: 0 0 54px
                    }

                    #company_news .frame .slidee li .news-content-block .box-title-block .box-title {
                        width: 250px !important;
                        height: 54px !important;
                        padding: 0 0 0 14px !important;
                        font-size: 16px !important;
                        line-height: 18px
                    }

                #company_news .frame .slidee li .news-content-block .box-content {
                    height: 75px !important;
                    margin-top: 14px !important;
                    font-size: 14px !important
                }

    #company_news .news-next,
    #company_news .news-prev {
        top: 266px !important
    }

    #company_news .news-prev {
        left: -48px !important
    }

    #company_news .news-next {
        right: -48px !important
    }
}

@media (max-width:1120px) {
    #company_news .frame {
        width: 900px !important;
        height: 350px !important
    }

        #company_news .frame .slidee li {
            width: 284px !important;
            margin-right: 24px !important;
            font-size: 14px !important
        }

            #company_news .frame .slidee li .news-content-img-block {
                width: 284px !important;
                height: 205px !important
            }

                #company_news .frame .slidee li .news-content-img-block .news-content-img {
                    width: 284px !important;
                    height: 205px !important
                }

            #company_news .frame .slidee li .news-content-block .box-title-block {
                height: 48px !important
            }

                #company_news .frame .slidee li .news-content-block .box-title-block .box-date {
                    width: 48px !important;
                    height: 48px !important;
                    padding-top: 6px !important;
                    font-size: 12px !important;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 0 48px;
                    -moz-box-flex: 0;
                    -ms-flex: 0 0 48px;
                    flex: 0 0 48px
                }

                #company_news .frame .slidee li .news-content-block .box-title-block .box-title {
                    width: 150px !important;
                    height: 48px !important;
                    padding: 0 0 0 10px !important;
                    font-size: 14px !important;
                    line-height: 16px
                }

            #company_news .frame .slidee li .news-content-block .box-content {
                height: 82px !important;
                margin-top: 6px !important;
                font-weight: 400 !important
            }

    #company_news .news-next,
    #company_news .news-prev {
        top: 243px !important
    }

    #company_news .news-prev {
        left: -40px !important
    }

    #company_news .news-next {
        right: -40px !important
    }
}

@media (max-width:960px) {
    #company_news .frame {
        width: 100% !important
    }

        #company_news .frame .news-slide-mask {
            display: block !important;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 60px;
            background: -webkit-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
            background: -o-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
            background: -moz-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
            background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
            background: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
            background: -moz-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
            background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%)
        }
}

@media (max-width:768px) {
    #company_news .frame {
        position: relative;
        height: 225px !important;
        width: 100% !important;
        margin-left: 0 !important
    }

        #company_news .frame .slidee li {
            width: 270px !important;
            margin-right: 20px !important;
            font-size: 14px !important;
            position: relative
        }

            #company_news .frame .slidee li .news-content-img-block {
                width: 270px !important;
                height: 195px !important
            }

                #company_news .frame .slidee li .news-content-img-block .news-content-img {
                    width: 270px !important;
                    height: 195px !important
                }

                #company_news .frame .slidee li .news-content-img-block .news-content-img-bg {
                    width: 270px !important;
                    height: 195px !important;
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(45, 39, 39, .95) 100%);
                    background: -o-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(45, 39, 39, .95) 100%);
                    background: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(45, 39, 39, .95) 100%);
                    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(45, 39, 39, .95)));
                    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(45, 39, 39, .95) 100%);
                    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(45, 39, 39, .95) 100%);
                    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(45, 39, 39, .95) 100%);
                    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(45, 39, 39, .95) 100%)
                }

            #company_news .frame .slidee li .news-content-block {
                margin-top: 16px !important
            }

                #company_news .frame .slidee li .news-content-block .box-title-block {
                    height: 52px !important
                }

                    #company_news .frame .slidee li .news-content-block .box-title-block .box-date {
                        width: 52px !important;
                        height: 52px !important;
                        padding-top: 3px !important;
                        font-size: 16px !important;
                        background-color: #da291c;
                        position: absolute;
                        right: 24px;
                        top: 0
                    }

                    #company_news .frame .slidee li .news-content-block .box-title-block .box-title {
                        width: 230px !important;
                        height: 52px !important;
                        padding: 0 0 0 5px !important;
                        font-size: 20px !important;
                        position: absolute;
                        right: 20px;
                        line-height: 24px;
                        bottom: 64px;
                        left: 20px;
                        color: #fff
                    }

                        #company_news .frame .slidee li .news-content-block .box-title-block .box-title:after {
                            content: ' ';
                            width: 42px;
                            height: 0;
                            border-bottom: 2px solid #da291c;
                            position: absolute;
                            bottom: -16px;
                            left: 5px
                        }

    #company_news .news-next,
    #company_news .news-prev {
        display: none !important
    }

    .news-slide-mask {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 60px;
        background: -webkit-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%)
    }
}

.number-panel-bg {
    background-image: url(../img/clientMeeting.jpg)
}

    .number-panel-bg .img-mask {
        height: 950px;
        background-color: #27201F;
        filter: alpha(opacity=86);
        opacity: .86
    }

    .number-panel-bg .number-block {
        height: 350px;
        margin: 0 25px;
        text-align: center;
        color: #fff
    }

        .number-panel-bg .number-block .number-img {
            width: 200px;
            height: 190px;
            margin-left: auto;
            margin-right: auto;
            background-repeat: no-repeat
        }

        .number-panel-bg .number-block .number-img-vendor {
            background-image: url(../img/icon_vendorManaged.svg)
        }

        .number-panel-bg .number-block .number-img-offices {
            background-image: url(../img/icon_office.svg)
        }

        .number-panel-bg .number-block .number-img-countries {
            background-image: url(../img/icon_countries.svg)
        }

        .number-panel-bg .number-block .number-img-cbm {
            background-image: url(../img/icon_cargo.svg)
        }

        .number-panel-bg .number-block .number-num {
            margin-top: 30px;
            font-size: 7rem;
            display: inline-block
        }

        .number-panel-bg .number-block .number-detail {
            font-size: 2.5rem
        }

    .number-panel-bg .number-content {
        padding-top: 300px
    }

#our_service {
    background: #f1f3ee;
    overflow-y: hidden
}

    #our_service .panel {
        background: 0 0;
        height: 100%
    }

.our-service-content .service-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our-service-content .service-card-col:nth-child(2n+1) {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.our-service-content .service-card-col:nth-child(2n) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.our-service-content .service-card-col:nth-child(1) .service-card {
    background-image: url(../img/service_1.jpg)
}

.our-service-content .service-card-col:nth-child(2) .service-card {
    background-image: url(../img/service_2.jpg)
}

.our-service-content .service-card-col:nth-child(3) .service-card {
    background-image: url(../img/service_3.jpg)
}

.our-service-content .service-card-col:nth-child(4) .service-card {
    background-image: url(../img/service_4.jpg)
}

.our-service-content .box-wrapper {
    width: 290px;
    height: 550px;
    position: relative
}

    .our-service-content .box-wrapper:hover .hover-fade-up-out {
        -webkit-transform: translateY(-550px);
        -moz-transform: translateY(-550px);
        -ms-transform: translateY(-550px);
        -o-transform: translateY(-550px);
        transform: translateY(-550px)
    }

    .our-service-content .box-wrapper:hover .hover-opacity-0 {
        opacity: 0
    }

    .our-service-content .box-wrapper:hover .hover-flip-up-out {
        -webkit-transform: translateY(-100%) rotateX(90deg);
        -moz-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg);
        -webkit-transform-origin: center bottom 0;
        -moz-transform-origin: center bottom 0;
        -ms-transform-origin: center bottom 0;
        -o-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
        opacity: 0
    }

    .our-service-content .box-wrapper:not(:hover) .hover-fade-up-in {
        -webkit-transform: translateY(550px);
        -moz-transform: translateY(550px);
        -ms-transform: translateY(550px);
        -o-transform: translateY(550px);
        transform: translateY(550px)
    }

.our-service-content .inner-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.our-service-content .service-card {
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 98;
    -webkit-transition: opacity ease-in-out .3s .2s, -webkit-transform cubic-bezier(.4, 0, .2, 1) .75s;
    transition: opacity ease-in-out .3s .2s, -webkit-transform cubic-bezier(.4, 0, .2, 1) .75s;
    -o-transition: opacity ease-in-out .3s .2s, -o-transform cubic-bezier(.4, 0, .2, 1) .75s;
    -moz-transition: transform cubic-bezier(.4, 0, .2, 1) .75s, opacity ease-in-out .3s .2s, -moz-transform cubic-bezier(.4, 0, .2, 1) .75s;
    transition: transform cubic-bezier(.4, 0, .2, 1) .75s, opacity ease-in-out .3s .2s;
    transition: transform cubic-bezier(.4, 0, .2, 1) .75s, opacity ease-in-out .3s .2s, -webkit-transform cubic-bezier(.4, 0, .2, 1) .75s, -moz-transform cubic-bezier(.4, 0, .2, 1) .75s, -o-transform cubic-bezier(.4, 0, .2, 1) .75s;
    overflow: hidden
}

.our-service-content .service-card-text {
    height: 68px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    padding: 10px 15px;
    z-index: 99;
    -webkit-transition: opacity cubic-bezier(0, 0, 1, -.15) .3s, -webkit-transform ease-in-out .5s;
    transition: opacity cubic-bezier(0, 0, 1, -.15) .3s, -webkit-transform ease-in-out .5s;
    -o-transition: opacity cubic-bezier(0, 0, 1, -.15) .3s, -o-transform ease-in-out .5s;
    -moz-transition: transform ease-in-out .5s, opacity cubic-bezier(0, 0, 1, -.15) .3s, -moz-transform ease-in-out .5s;
    transition: transform ease-in-out .5s, opacity cubic-bezier(0, 0, 1, -.15) .3s;
    transition: transform ease-in-out .5s, opacity cubic-bezier(0, 0, 1, -.15) .3s, -webkit-transform ease-in-out .5s, -moz-transform ease-in-out .5s, -o-transform ease-in-out .5s
}

    .our-service-content .service-card-text.left {
        background: #da291c;
        left: -20px;
        bottom: 76px
    }

        .our-service-content .service-card-text.left:after {
            position: absolute;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            content: ' ';
            border-top: 68px solid #da291c;
            border-right: 42px solid transparent;
            top: 0;
            right: -42px;
            z-index: 98
        }

    .our-service-content .service-card-text.right {
        background: #27201F;
        right: -20px;
        top: 76px;
        text-align: right
    }

        .our-service-content .service-card-text.right:before {
            position: absolute;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            content: ' ';
            border-bottom: 68px solid #27201F;
            border-left: 42px solid transparent;
            top: 0;
            left: -42px;
            z-index: 98
        }

.our-service-content .btn-wrapper {
    margin-top: 55px
}

.our-service-content .btn-view-case-study {
    width: 100%;
    height: 56px;
    font-weight: 700;
    color: #27201F;
    border: 1px solid #27201F;
    background: 0 0
}

    .our-service-content .btn-view-case-study:active,
    .our-service-content .btn-view-case-study:focus,
    .our-service-content .btn-view-case-study:hover {
        color: #434036;
        border-color: #434036
    }

.our-service-content .service-detail-card {
    background: #3e3b31;
    position: relative;
    z-index: 97;
    bottom: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .our-service-content .service-detail-card.left {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 140px
    }

    .our-service-content .service-detail-card.right {
        padding-top: 140px
    }

.our-service-content .box-list {
    padding: 25px;
    -webkit-transition: all .75s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .75s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .75s cubic-bezier(.4, 0, .2, 1);
    transition: all .75s cubic-bezier(.4, 0, .2, 1)
}

    .our-service-content .box-list .box-list-title {
        color: #fff;
        font-size: 22px;
        margin-bottom: 10px
    }

    .our-service-content .box-list > ul {
        padding: 0 0 0 10px;
        margin: 0;
        font-size: 18px;
        list-style: square inside url(../img/hp-service-list-style.png)
    }

        .our-service-content .box-list > ul li {
            list-style-position: outside;
            padding: 7px 0
        }

            .our-service-content .box-list > ul li a {
                color: #ababab;
                text-decoration: none;
                -webkit-transition: color .1s ease-in-out;
                -o-transition: color .1s ease-in-out;
                -moz-transition: color .1s ease-in-out;
                transition: color .1s ease-in-out
            }

                .our-service-content .box-list > ul li a:hover {
                    color: #fff
                }

.our-service-content .service-mobile {
    display: none;
    overflow: hidden
}

    .our-service-content .service-mobile .row-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        max-width: 100vw;
        overflow: hidden
    }

        .our-service-content .service-mobile .row-wrapper .service-mobile-text-card {
            font-size: 20px;
            font-weight: 700;
        }

            .our-service-content .service-mobile .row-wrapper .service-mobile-text-card a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 30px 25px;
                text-decoration: none
            }

                .our-service-content .service-mobile .row-wrapper .service-mobile-text-card a:focus,
                .our-service-content .service-mobile .row-wrapper .service-mobile-text-card a:hover {
                    color: #fff
                }

                    .our-service-content .service-mobile .row-wrapper .service-mobile-text-card a:focus .card-details,
                    .our-service-content .service-mobile .row-wrapper .service-mobile-text-card a:hover .card-details {
                        text-decoration: underline
                    }

            .our-service-content .service-mobile .row-wrapper .service-mobile-text-card .card-details {
                margin-top: 15px;
                font-size: 17px;
                font-weight: 400;
                opacity: .8;
                vertical-align: text-top;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .our-service-content .service-mobile .row-wrapper .service-mobile-text-card .card-details .arrow-right {
                    height: 18px;
                    width: 18px;
                    margin-left: 3px
                }

                    .our-service-content .service-mobile .row-wrapper .service-mobile-text-card .card-details .arrow-right + .arrow-right {
                        margin-left: -10px
                    }

        .our-service-content .service-mobile .row-wrapper .service-mobile-image-card {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .our-service-content .service-mobile .row-wrapper.with-btn {
            margin-top: 32px;
            padding: 0 5%
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(2n+1) .service-mobile-text-card {
            background: #da291c;
            width: 75%;
            margin-right: 10px
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(2n+1) .service-mobile-image-card {
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(2n) .service-mobile-text-card {
            background: #27201F;
            width: 65%;
            margin-left: 10px
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(2n) .service-mobile-image-card {
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(1) .service-mobile-image-card {
            background-image: url(../img/service_1.jpg)
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(2) .service-mobile-image-card {
            background-image: url(../img/servicemobile_2.jpg)
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(3) .service-mobile-image-card {
            background-image: url(../img/service_3.jpg)
        }

        .our-service-content .service-mobile .row-wrapper:nth-child(4) .service-mobile-image-card {
            background-image: url(../img/servicemobile_4.jpg)
        }

@media screen and (max-width:1600px) {
    .our-service-content .box-wrapper {
        width: 270px;
        height: 520px
    }

    .our-service-content .btn-wrapper {
        width: 270px
    }
}

@media screen and (max-width:1480px) {
    .our-service-content .box-wrapper {
        width: 250px;
        height: 480px
    }

    .our-service-content .box-list > ul {
        font-size: 16px
    }

    .our-service-content .btn-wrapper {
        width: 250px
    }
}

@media screen and (max-width:1400px) {
    .our-service-content .box-wrapper {
        width: 230px;
        height: 460px
    }

    .our-service-content .box-list > ul {
        line-height: 18px;
        font-size: 15px
    }

        .our-service-content .box-list > ul li {
            padding: 5px 0
        }

    .our-service-content .btn-wrapper {
        width: 230px
    }
}

@media screen and (max-width:1280px) {
    .our-service-content .service-card-wrapper {
        margin: 0 -15px
    }

    .our-service-content .service-card-col {
        margin: 0 15px
    }

    .our-service-content .box-wrapper {
        width: 220px;
        height: 450px
    }

    .our-service-content .box-list {
        padding: 18px
    }

    .our-service-content .btn-wrapper {
        width: 220px
    }
}

@media (max-width:1120px) {
    .our-service-content .box-wrapper {
        width: 200px;
        height: 420px
    }

    .our-service-content .box-list > ul {
        line-height: 16px;
        font-size: 14px
    }

        .our-service-content .box-list > ul li {
            padding: 3px 0
        }

    .our-service-content .btn-wrapper {
        width: 200px
    }
}

@media (max-width:960px) {
    .our-service-content .box-wrapper {
        width: auto;
        height: 395px;
        max-width: 185px
    }

    .our-service-content .service-card-text {
        font-size: 16px;
        padding: 8px 10px
    }

        .our-service-content .service-card-text.left {
            bottom: 46px
        }

        .our-service-content .service-card-text.right {
            top: 46px
        }

    .our-service-content .service-detail-card.left {
        padding-bottom: 115px
    }

    .our-service-content .service-detail-card.right {
        padding-top: 115px
    }

    .our-service-content .box-list {
        padding: 10px 5px 10px 10px
    }

        .our-service-content .box-list > ul {
            line-height: 15px;
            font-size: 14px
        }

            .our-service-content .box-list > ul li {
                padding: 2px 0
            }

    .our-service-content .btn-wrapper {
        width: 100%
    }
}

@media screen and (min-width:769px) and (max-width:979px) {
    .our-service-content {
        margin-top: 40px
    }

        .our-service-content .btn-line-grey {
            font-size: 14px
        }
}

@media screen and (max-width:768px) {
    #our_service {
        background: #fff
    }

        #our_service .panel {
            border: none !important
        }

        #our_service .panel-content {
            padding: 0
        }

    .our-service-content .service-card-wrapper {
        display: none !important
    }

    .our-service-content .service-mobile {
        display: block
    }

    .our-service-content .btn-wrapper .btn-view-case-study {
        font-size: 16px
    }
}

#our_expertise {
    background-color: #fff
}

.our-expertise-content {
    margin: 0 auto;
    max-width: 1920px
}

    .our-expertise-content .expertise-cols-wrapper {
        max-width: 1940px;
        margin-left: -10px;
        margin-right: -10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .our-expertise-content .expertise-fifth-col,
    .our-expertise-content .expertise-first-col,
    .our-expertise-content .expertise-fourth-col,
    .our-expertise-content .expertise-second-col,
    .our-expertise-content .expertise-third-col {
        display: inline-block;
        overflow: hidden
    }

    .our-expertise-content .expertise-first-col {
        width: 19%
    }

    .our-expertise-content .expertise-second-col {
        width: 16.9%
    }

    .our-expertise-content .expertise-third-col {
        width: 18.5%
    }

    .our-expertise-content .expertise-fourth-col {
        width: 18%
    }

    .our-expertise-content .expertise-fifth-col {
        width: 27.5%
    }

    .our-expertise-content .box-block {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 6px 6px;
        border: 0;
        position: relative;
        overflow: hidden
    }

        .our-expertise-content .box-block ul {
            padding-left: 0;
            margin-top: 15px
        }

        .our-expertise-content .box-block:hover .box-list {
            cursor: pointer;
            opacity: 1
        }

            .our-expertise-content .box-block:hover .box-list ul {
                opacity: .8
            }

    .our-expertise-content .hidden-box {
        opacity: 0 !important;
        transform: scale(.2, 0);
        -ms-transform: scale(.2, 0);
        -moz-transform: scale(.2, 0);
        -webkit-transform: scale(.2, 0);
        -o-transform: scale(.2, 0)
    }

    .our-expertise-content .box-block-1-1 {
        margin-top: 200px;
        height: 230px
    }

        .our-expertise-content .box-block-1-1 .box-block-content .img-content {
            background-image: url(../img/service1.jpg);
            background-repeat: no-repeat
        }

    .our-expertise-content .box-block-2-1 {
        margin-top: 80px;
        height: 120px
    }

        .our-expertise-content .box-block-2-1 .box-block-content {
            background-color: #da291c
        }

    .our-expertise-content .box-block-2-2 {
        height: 380px
    }

        .our-expertise-content .box-block-2-2 .box-block-content .img-content {
            background-image: url(../img/service2.jpg);
            background-repeat: no-repeat
        }

    .our-expertise-content .box-block-3-1 {
        margin-top: 80px;
        height: 450px
    }

        .our-expertise-content .box-block-3-1 .box-block-content .img-content {
            background-image: url(../img/service3.jpg);
            background-repeat: no-repeat
        }

    .our-expertise-content .box-block-3-2 {
        height: 120px
    }

        .our-expertise-content .box-block-3-2 .box-block-content {
            background-color: #27201F
        }

    .our-expertise-content .box-block-4-1 {
        height: 430px
    }

        .our-expertise-content .box-block-4-1 .box-block-content .img-content {
            background-image: url(../img/service4.jpg);
            background-repeat: no-repeat
        }

    .our-expertise-content .box-block-4-2 {
        height: 160px
    }

        .our-expertise-content .box-block-4-2 .box-block-content {
            background-color: #da291c
        }

    .our-expertise-content .box-block-5-1 {
        margin-top: 80px;
        height: 160px
    }

        .our-expertise-content .box-block-5-1 .box-block-content {
            background-color: #27201F
        }

    .our-expertise-content .box-block-5-2 {
        height: 350px;
        width: 57% !important
    }

        .our-expertise-content .box-block-5-2 .box-block-content .img-content {
            background-image: url(../img/service5.jpg);
            background-repeat: no-repeat
        }

    .our-expertise-content .box-block-5-3 {
        height: 55px
    }

    .our-expertise-content .box-block-content {
        height: 100%;
        width: 100%;
        overflow: hidden
    }

        .our-expertise-content .box-block-content .img-content {
            height: 100%;
            width: 100%;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: -webkit-transform .5s ease-in-out;
            -o-transition: -o-transform .5s ease-in-out;
            -moz-transition: transform .5s ease-in-out, -moz-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
            transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -moz-transform .5s ease-in-out, -o-transform .5s ease-in-out
        }

            .our-expertise-content .box-block-content .img-content.hover-active {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1)
            }

        .our-expertise-content .box-block-content a {
            text-decoration: none !important
        }

        .our-expertise-content .box-block-content:hover .hover-guide,
        .our-expertise-content .box-block-content:hover .hover-slide-up {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }

        .our-expertise-content .box-block-content:hover .hover-fade-in > i {
            -webkit-animation: fadeArrow 1.2s ease-in-out infinite;
            -moz-animation: fadeArrow 1.2s ease-in-out infinite;
            -o-animation: fadeArrow 1.2s ease-in-out infinite;
            animation: fadeArrow 1.2s ease-in-out infinite
        }

        .our-expertise-content .box-block-content:hover .hover-fade-in :nth-child(1) {
            -webkit-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -o-animation-delay: 0s;
            animation-delay: 0s
        }

        .our-expertise-content .box-block-content:hover .hover-fade-in :nth-child(2) {
            -webkit-animation-delay: .15s;
            -moz-animation-delay: .15s;
            -o-animation-delay: .15s;
            animation-delay: .15s
        }

        .our-expertise-content .box-block-content:hover .hover-fade-in :nth-child(3) {
            -webkit-animation-delay: .3s;
            -moz-animation-delay: .3s;
            -o-animation-delay: .3s;
            animation-delay: .3s
        }

        .our-expertise-content .box-block-content:hover .text-content > .text {
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px)
        }

        .our-expertise-content .box-block-content .text-content {
            padding: 0 40px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 100%;
            width: 100%;
            color: #fff;
            font-size: 24px;
            line-height: 1.2
        }

        .our-expertise-content .box-block-content .text {
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

        .our-expertise-content .box-block-content .hover-guide {
            padding-top: 8px;
            position: absolute;
            top: 50%;
            font-size: 16px;
            opacity: 0;
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            .our-expertise-content .box-block-content .hover-guide .fas {
                font-size: 14px;
                padding-left: 5px
            }

        .our-expertise-content .box-block-content .hover-go {
            font-size: 24px;
            position: absolute;
            right: 25px
        }

        .our-expertise-content .box-block-content .hover-slide-up {
            -webkit-transform: translateY(160px);
            -moz-transform: translateY(160px);
            -ms-transform: translateY(160px);
            -o-transform: translateY(160px);
            transform: translateY(160px);
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: -webkit-transform .5s ease-in-out;
            -o-transition: -o-transform .5s ease-in-out;
            -moz-transition: transform .5s ease-in-out, -moz-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
            transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -moz-transform .5s ease-in-out, -o-transform .5s ease-in-out
        }

        .our-expertise-content .box-block-content .hover-fade-in {
            font-size: 18px
        }

            .our-expertise-content .box-block-content .hover-fade-in * {
                -webkit-transition: all .4s ease-in-out !important;
                -o-transition: all .4s ease-in-out !important;
                -moz-transition: all .4s ease-in-out !important;
                transition: all .4s ease-in-out !important
            }

            .our-expertise-content .box-block-content .hover-fade-in i.arrow-right {
                opacity: .6
            }

    .our-expertise-content .box-block-5-1 .box-block-content .hover-go {
        right: 50px
    }

    .our-expertise-content .expertise-mobile {
        display: none
    }

        .our-expertise-content .expertise-mobile .row-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 10px;
            padding: 0 10px
        }

            .our-expertise-content .expertise-mobile .row-wrapper .expertise-mobile-card {
                margin: 0 5px;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -moz-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                -webkit-box-align: end;
                -webkit-align-items: flex-end;
                -moz-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end
            }

                .our-expertise-content .expertise-mobile .row-wrapper .expertise-mobile-card img {
                    height: 100%;
                    width: 100%
                }

                .our-expertise-content .expertise-mobile .row-wrapper .expertise-mobile-card:focus,
                .our-expertise-content .expertise-mobile .row-wrapper .expertise-mobile-card:hover {
                    color: #fff
                }

                .our-expertise-content .expertise-mobile .row-wrapper .expertise-mobile-card .text {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 1.1;
                    position: absolute;
                    padding: 18px;
                    left: 0;
                    bottom: 0
                }

@-webkit-keyframes fadeArrow {

    0%, 100% {
        opacity: 0
    }

    5%, 95% {
        opacity: .05
    }

    10%, 90% {
        opacity: .1
    }

    15%, 85% {
        opacity: .2
    }

    20%, 80% {
        opacity: .3
    }

    40%, 60% {
        opacity: .6
    }
}

@-moz-keyframes fadeArrow {

    0%, 100% {
        opacity: 0
    }

    5%, 95% {
        opacity: .05
    }

    10%, 90% {
        opacity: .1
    }

    15%, 85% {
        opacity: .2
    }

    20%, 80% {
        opacity: .3
    }

    40%, 60% {
        opacity: .6
    }
}

@-o-keyframes fadeArrow {

    0%, 100% {
        opacity: 0
    }

    5%, 95% {
        opacity: .05
    }

    10%, 90% {
        opacity: .1
    }

    15%, 85% {
        opacity: .2
    }

    20%, 80% {
        opacity: .3
    }

    40%, 60% {
        opacity: .6
    }
}

@keyframes fadeArrow {

    0%, 100% {
        opacity: 0
    }

    5%, 95% {
        opacity: .05
    }

    10%, 90% {
        opacity: .1
    }

    15%, 85% {
        opacity: .2
    }

    20%, 80% {
        opacity: .3
    }

    40%, 60% {
        opacity: .6
    }
}

.floatIn {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: floatIn;
    -moz-animation-name: floatIn;
    -o-animation-name: floatIn;
    animation-name: floatIn
}

@-webkit-keyframes floatIn {

    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.2, .2, .2);
        transform: scale3d(.2, .2, .2)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes floatIn {

    20%, 40%, 60%, 80%, from, to {
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -moz-transform: scale3d(.2, .2, .2);
        transform: scale3d(.2, .2, .2)
    }

    60% {
        opacity: 1;
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes floatIn {

    20%, 40%, 60%, 80%, from, to {
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.2, .2, .2)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes floatIn {

    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.2, .2, .2);
        -moz-transform: scale3d(.2, .2, .2);
        transform: scale3d(.2, .2, .2)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@media screen and (max-width:1600px) {
    .our-expertise-content .box-block-content .text-content {
        padding-left: 25px
    }

    .our-expertise-content .box-block-content .hover-go {
        right: 15px
    }
}

@media screen and (max-width:1480px) {

    #our_expertise .container,
    #our_expertise .panel-title-content {
        width: 1280px
    }

    .our-expertise-content .box-block .box-list ul li {
        font-size: 18px !important
    }

    .our-expertise-content .box-block-content .text-content {
        font-size: 22px;
        padding-left: 20px
    }

    .our-expertise-content .box-block-content .hover-go {
        right: 5px
    }

    .box-block-content,
    .box-list-title {
        font-size: 26px !important
    }

    .our-expertise-content .box-block-5-1 .box-block-content .hover-go {
        right: 5px
    }
}

@media (max-width:1280px) {
    #our_expertise .panel-title-content {
        width: 1080px
    }

    .our-expertise-content .box-block {
        padding: 6px
    }

    .our-expertise-content .box-block-content .text-content {
        font-size: 18px;
        padding-left: 20px
    }
}

@media screen and (max-width:1120px) {
    .our-expertise-content .box-block-content .text-content {
        padding-left: 10px;
        padding-right: 50px;
        font-size: 16px
    }

    .our-expertise-content .box-block-content .hover-go {
        right: 0
    }

    .our-expertise-content .expertise-fifth-col,
    .our-expertise-content .expertise-first-col,
    .our-expertise-content .expertise-fourth-col,
    .our-expertise-content .expertise-second-col,
    .our-expertise-content .expertise-third-col {
        height: 400px
    }

    .our-expertise-content .box-block-1-1 {
        margin-top: 150px;
        height: 115px
    }

    .our-expertise-content .box-block-2-1 {
        margin-top: 50px;
        height: 75px
    }

    .our-expertise-content .box-block-2-2 {
        height: 237.5px
    }

    .our-expertise-content .box-block-3-1 {
        margin-top: 50px;
        height: 281.75px
    }

    .our-expertise-content .box-block-3-2 {
        height: 75px
    }

    .our-expertise-content .box-block-4-1 {
        height: 268.75px
    }

    .our-expertise-content .box-block-4-2 {
        height: 100px
    }

    .our-expertise-content .box-block-5-1 {
        height: 100px;
        margin-top: 50px
    }

    .our-expertise-content .box-block-5-2 {
        height: 168.75px
    }

    .box-block-content,
    .box-list-title {
        font-size: 24px !important
    }

    #our_expertise .panel-title-content {
        width: 960px
    }
}

@media screen and (max-width:768px) {
    #our_expertise {
        margin-bottom: 20px
    }

        #our_expertise .panel-content {
            margin-bottom: 0
        }

    .our-expertise-content .expertise-mobile {
        display: block
    }

    .our-expertise-content .expertise-cols-wrapper {
        display: none
    }

    #our_expertise .panel-title-content {
        width: 100%
    }
}

#global_network {
    background-image: url(../img/img_building.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 60px
}

    #global_network .panel-content {
        background-color: transparent
    }

.global-network-content {
    position: relative
}

    .global-network-content .global-network-content-block {
        position: relative;
        width: 680px;
        margin: 375px 30px 0;
        padding-bottom: 100px;
        float: right;
        text-align: right;
        z-index: 1
    }

        .global-network-content .global-network-content-block .content-wording {
            font-size: 24px;
            color: #696969;
            line-height: 39px
        }

        .global-network-content .global-network-content-block .panel-btn {
            text-align: right
        }

    .global-network-content .content-mask {
        position: absolute;
        left: 0;
        height: 765px;
        width: 65%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 0
    }

        .global-network-content .content-mask img {
            width: 100%
        }

            .global-network-content .content-mask img.animated {
                -webkit-animation: spinning 20s linear 1;
                -moz-animation: spinning 20s linear 1;
                -o-animation: spinning 20s linear 1;
                animation: spinning 20s linear 1;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards
            }

@-webkit-keyframes spinning {
    0% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes spinning {
    0% {
        -moz-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    100% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
}

@-o-keyframes spinning {
    0% {
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    100% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spinning {
    0% {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@media (max-width:1280px) {
    .global-network-content .content-mask {
        width: 70vw;
        top: 30px
    }

    .global-network-content .global-network-content-block {
        margin-right: 60px
    }
}

@media screen and (max-width:960px) {
    .global-network-content .content-mask {
        height: 480px;
        top: 165px
    }
}

@media (max-width:768px) {
    .global-network-content {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1)
    }

        .global-network-content .content-mask {
            height: 520px;
            width: 100%;
            top: 20px
        }

        .global-network-content .global-network-content-block {
            width: 90%;
            text-align: center;
            margin: 80px auto 0;
            float: none;
            padding-bottom: 80px
        }

            .global-network-content .global-network-content-block .content-wording {
                font-size: 17px
            }

            .global-network-content .global-network-content-block .panel-btn {
                margin-top: 80px;
                text-align: center
            }
}

@media screen and (max-width:425px) {
    #global_network {
        padding-bottom: 0;
        background: 0 0
    }

    .global-network-content .global-network-content-block {
        margin-top: 20px !important;
        padding-bottom: 20px !important;
        width: 100%;
        padding-bottom: 20px
    }

        .global-network-content .global-network-content-block .panel-btn {
            margin-top: 20px
        }

        .global-network-content .global-network-content-block .content-wording {
            padding: 0 24px 10px;
            line-height: 30px
        }

    .global-network-content .content-mask {
        top: -60px;
        margin: 0 -5%;
        width: 110%
    }
}

@media screen and (max-height:780px) {
    .global-network-content .global-network-content-block {
        margin-top: 200px
    }
}

.side-menu {
    position: relative;
    margin-bottom: 60px
}

    .side-menu .menu-title {
        padding-left: 27px;
        font-size: 28px;
        color: #27201F;
        display: inline-block;
        font-weight: 500
    }

        .side-menu .menu-title::before {
            content: ' ';
            width: 8px;
            height: 20px;
            background-color: #da291c;
            display: block;
            position: absolute;
            left: 0;
            top: 9px
        }

    .side-menu > ul {
        padding-top: 15px;
        padding-left: 0
    }

        .side-menu > ul > li {
            position: relative;
            list-style: none;
            padding: 12px 0 12px;
            border-bottom: 1px dashed #ccc
        }

            .side-menu > ul > li.active > a {
                color: #da291c;
                font-weight: 700
            }

            .side-menu > ul > li a {
                list-style: none;
                color: #27201F;
                font-size: 18px;
                line-height: 20px;
                text-decoration: none
            }

                .side-menu > ul > li a:hover {
                    cursor: pointer;
                    color: #da291c
                }

            .side-menu > ul > li .collapse-icon {
                font-size: 12px;
                position: absolute;
                right: -5px;
                top: 12px;
                -webkit-transition: all .35s ease;
                -o-transition: all .35s ease;
                -moz-transition: all .35s ease;
                transition: all .35s ease;
                line-height: 24px;
                padding: 0 5px;
                cursor: pointer
            }

            .side-menu > ul > li .collapsed .collapse-icon {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg)
            }

    .side-menu .menu-list-collapse {
        margin-top: 0
    }

        .side-menu .menu-list-collapse > ul {
            margin-top: 12px;
            padding-left: 12px;
            border-top: 1px dashed #ccc
        }

            .side-menu .menu-list-collapse > ul > li {
                list-style: none;
                padding: 10px 0;
                position: relative;
                display: block
            }

                .side-menu .menu-list-collapse > ul > li + li {
                    border-top: 1px dashed #ccc
                }

                .side-menu .menu-list-collapse > ul > li:last-child {
                    padding-bottom: 0
                }

                .side-menu .menu-list-collapse > ul > li.active::before {
                    border-color: #da291c
                }

                .side-menu .menu-list-collapse > ul > li.active > a {
                    color: #da291c;
                    font-weight: 700
                }

                .side-menu .menu-list-collapse > ul > li::before {
                    content: ' ';
                    border-bottom: 1px solid #7e7e7e;
                    height: 0;
                    width: 8px;
                    display: inline-block;
                    margin-right: 8px;
                    position: absolute;
                    left: 0;
                    top: 20px
                }

                .side-menu .menu-list-collapse > ul > li > a {
                    font-size: 16px;
                    line-height: 20px;
                    text-decoration: none;
                    color: #7e7e7e;
                    margin-left: 14px
                }

                    .side-menu .menu-list-collapse > ul > li > a:hover {
                        cursor: pointer;
                        color: #da291c
                    }

    .side-menu .video-block {
        margin-top: 30px;
        margin-right: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: inline-block;
        width: 365px;
        height: 220px;
        max-width: 100%;
        min-height: 220px;
        padding: 4px !important;
        position: relative;
        background-color: transparent
    }

        .side-menu .video-block #video_player_side {
            width: 100%;
            height: 100%
        }

        .side-menu .video-block .video-mask {
            position: absolute;
            width: 100%;
            z-index: 99;
            top: 0;
            left: 0;
            bottom: 50px;
            display: block
        }

@media (max-width:1120px) {
    .side-menu .menu-title {
        font-size: 26px
    }

    .side-menu ul > li > a {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .side-menu {
        display: none
    }
}

.div-right-bottom {
    width: 80px;
    float: right;
    position: fixed;
    right: 0;
    z-index: 20;
    bottom: 140px
}

    .div-right-bottom .side-form {
        width: 325px;
        margin-top: 15px;
        background-color: #3a3832;
        color: #fff;
        border-right: 8px solid #da291c;
        padding: 20px 4px
    }

        .div-right-bottom .side-form:after {
            content: ' ';
            position: absolute;
            top: 166px;
            right: -6px;
            border-left: 6px solid #da291c;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent
        }

        .div-right-bottom .side-form .form-title-block {
            height: 45px;
            position: relative;
            max-width: 375px
        }

        .div-right-bottom .side-form .form-title {
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            color: #fff;
            font-weight: 600;
            word-break: keep-all;
            white-space: nowrap
        }

        .div-right-bottom .side-form .form-content {
            width: 100%;
            max-width: 375px;
            padding: 20px 20px
        }

            .div-right-bottom .side-form .form-content .btn-default {
                color: #fff;
                background-color: #514f4a;
                border: 1px solid #514f4a
            }

            .div-right-bottom .side-form .form-content .bootstrap-select {
                margin-bottom: 13px
            }

                .div-right-bottom .side-form .form-content .bootstrap-select .dropdown-menu li {
                    background-color: #616161
                }

                    .div-right-bottom .side-form .form-content .bootstrap-select .dropdown-menu li a {
                        color: #fff
                    }

                        .div-right-bottom .side-form .form-content .bootstrap-select .dropdown-menu li a:hover {
                            background-color: #4e4e4e
                        }

                    .div-right-bottom .side-form .form-content .bootstrap-select .dropdown-menu li.active a {
                        background-color: #616161;
                        color: #949494
                    }

            .div-right-bottom .side-form .form-content .content-page-label.label-icon .content-page-label-content {
                padding-left: 44px
            }

            .div-right-bottom .side-form .form-content .material-form-input {
                background-color: #514f4a;
                border: 1px solid #514f4a;
                color: #fff;
                margin-bottom: 13px
            }

            .div-right-bottom .side-form .form-content .content-page-input {
                color: #fff
            }

            .div-right-bottom .side-form .form-content .content-page-label-content {
                color: rgba(255, 255, 255, .5)
            }

            .div-right-bottom .side-form .form-content .content-page-input:focus + .content-page-label .content-page-label-content {
                color: #fff
            }

        .div-right-bottom .side-form .normal-input {
            width: 100%;
            height: 42px;
            margin-bottom: 20px;
            padding: 0 15px;
            background-color: #514f4a;
            border: 1px solid #514f4a;
            font-size: 16px;
            color: #fff;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important
        }

            .div-right-bottom .side-form .normal-input:focus {
                outline: 0 !important;
                outline-offset: 0
            }

        .div-right-bottom .side-form .btn-primary {
            margin-top: 10px;
            width: 100%;
            padding: 10px 60px;
            font-size: 16px
        }

    .div-right-bottom .podium-form:after {
        top: 165px
    }

    .div-right-bottom .quick-icon {
        background-color: #da291c;
        color: #fff;
        text-align: center;
        padding: 17px 4px;
        font-size: 13px;
        line-height: 15px;
        font-weight: 600;
        cursor: pointer
    }

        .div-right-bottom .quick-icon .icon-track {
            background-image: url(../img/tracking.svg);
            background-position: center;
            height: 34px;
            width: 32px;
            margin: 0 auto;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .div-right-bottom .quick-icon:hover {
            background-color: #f23325
        }

        .div-right-bottom .quick-icon .top-icon {
            font-size: 28px
        }

    .div-right-bottom #track {
        margin: 2px 0;
        position: relative
    }

        .div-right-bottom #track #track_layer {
            position: absolute;
            right: 90px;
            top: -130px
        }

        .div-right-bottom #track .quick-icon {
            padding: 10px 4px
        }

    .div-right-bottom #sailschedule {
        margin: 2px 0;
        position: relative
    }

        .div-right-bottom #sailschedule #sailschedule_layer {
            position: absolute;
            right: 90px;
            top: -150px
        }

    .div-right-bottom .go-to-top-block a {
        cursor: pointer;
        text-decoration: none
    }

    .div-right-bottom .go-to-top-block .go-to-top {
        background-color: #3a3832;
        color: #fff;
        text-align: center;
        padding: 10px 4px
    }

        .div-right-bottom .go-to-top-block .go-to-top:hover {
            background-color: #505050
        }

        .div-right-bottom .go-to-top-block .go-to-top .top-icon {
            font-size: 16px
        }

            .div-right-bottom .go-to-top-block .go-to-top .top-icon span {
                font-size: 14px;
                font-weight: 600
            }

@media (max-width:1120px) {
    .side-form .form-title {
        font-size: 18px;
        padding-left: 15px
    }

    .side-form .btn-form {
        font-size: 14px
    }

    .side-form .form-content {
        padding: 15px;
        height: auto
    }

    .side-form .bootstrap-select,
    .side-form .material-form-input,
    .side-form .normal-input {
        margin-bottom: 15px
    }
}

@media (max-width:992px) {
    .side-form {
        margin-top: 20px
    }

        .side-form .form-content,
        .side-form .form-title-block {
            margin: 0 auto
        }

    .podium-form {
        margin-bottom: 0;
        margin-top: 20px !important
    }
}

@media screen and (max-width:768px) {
    .side-bar {
        display: none
    }

    .form-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }

    .side-form .form-title {
        padding-left: 20px
    }

    .side-form .form-content {
        padding: 20px
    }
}

.page-content .r-tabs .r-tabs-panel {
    padding: 0 !important
}

.page-content .tab-title-block {
    margin: 30px auto
}

.page-content .responsive-tabs {
    height: 100%;
    position: relative
}

    .page-content .responsive-tabs .tab-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 50px
    }

        .page-content .responsive-tabs .tab-title .r-tabs-state-active span {
            height: 35px;
            width: 85px;
            left: 5px;
            top: -10px;
            z-index: -1;
            transform: skew(-30deg);
            -webkit-transform: skew(-30deg);
            -moz-transform: skew(-30deg);
            -o-transform: skew(-30deg);
            -ms-transform: skew(-30deg);
            display: inline-block;
            position: absolute;
            background-color: #cdcdcd
        }

        .page-content .responsive-tabs .tab-title .r-tabs-state-active a {
            font-size: 32px;
            color: #27201F
        }

            .page-content .responsive-tabs .tab-title .r-tabs-state-active a:hover {
                color: #27201F
            }

        .page-content .responsive-tabs .tab-title li {
            position: relative;
            padding: 5px 30px
        }

            .page-content .responsive-tabs .tab-title li a {
                color: #969696;
                -webkit-text-decoration-line: none;
                -moz-text-decoration-line: none;
                text-decoration-line: none
            }

                .page-content .responsive-tabs .tab-title li a:hover {
                    color: #ccc
                }

    .page-content .responsive-tabs .tab-content {
        margin: 20px 0;
        width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

@media (max-width:1120px) {
    .page-content .responsive-tabs .tab-title li {
        padding: 5px 20px
    }

    .page-content .responsive-tabs .tab-title .r-tabs-state-active a {
        font-size: 28px
    }

    .page-content .responsive-tabs .tab-title .r-tabs-state-active span {
        height: 30px;
        width: 75px;
        left: 5px;
        top: -5px
    }
}

@media (max-width:768px) {
    .page-content .responsive-tabs .tab-title {
        display: block
    }

        .page-content .responsive-tabs .tab-title li {
            display: block
        }

        .page-content .responsive-tabs .tab-title .r-tabs-state-active {
            position: relative
        }

            .page-content .responsive-tabs .tab-title .r-tabs-state-active span {
                right: -webkit-calc(50% - 30px);
                right: -moz-calc(50% - 30px);
                right: calc(50% - 30px);
                left: auto;
                top: 0
            }
}

.squared {
    display: inline-block
}

    .squared + .squared {
        margin-left: 20px
    }

    .squared::before {
        top: 2px;
        content: " ";
        width: 16px;
        height: 16px;
        position: relative;
        border: 1px solid #ccc;
        display: inline-block;
        background: #fff
    }

    .squared label {
        height: 20px;
        cursor: pointer;
        position: relative;
        font-weight: 400;
        line-height: 20px;
        padding-left: 8px
    }

        .squared label::after {
            content: " ";
            width: 10px;
            height: 6px;
            position: absolute;
            top: 6px;
            left: -17px;
            border: 3px solid #27201F;
            border-top: none;
            border-right: none;
            background: 0 0;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .squared label:hover::after {
            opacity: .3
        }

    .squared input[type=checkbox] {
        display: none
    }

        .squared input[type=checkbox]:checked + label:after {
            opacity: 1
        }

.rounded {
    display: inline-block
}

    .rounded + .rounded {
        margin-left: 20px
    }

    .rounded::before {
        top: 2px;
        content: " ";
        width: 16px;
        height: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        position: relative;
        border: 1px solid #ccc;
        display: inline-block;
        background: #fff
    }

    .rounded label {
        height: 20px;
        margin: 0;
        cursor: pointer;
        position: relative;
        font-weight: 400;
        line-height: 20px;
        padding-left: 8px
    }

        .rounded label::after {
            content: " ";
            width: 8px;
            height: 8px;
            background: #27201F;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            position: absolute;
            top: 6px;
            left: -16px;
            opacity: 0
        }

        .rounded label:hover::after {
            opacity: .3
        }

    .rounded input[type=radio] {
        display: none
    }

        .rounded input[type=radio]:checked + label:after {
            opacity: 1
        }

.material-form-input {
    position: relative;
    width: 100%;
    height: 42px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .material-form-input.error {
        border-color: #e74d42;
        margin-bottom: 10px !important
    }

    .material-form-input .text-right {
        position: absolute;
        top: 10px;
        right: 10px;
        line-height: 20px
    }

.content-page-input {
    position: relative;
    top: 6px;
    display: inline-block;
    height: 42px;
    width: 100%;
    padding-left: 15px;
    z-index: 1;
    background-color: transparent;
    color: #27201F;
    font-size: 16px;
    border: none;
    outline: 0;
    -moz-appearance: textfield
}

    .content-page-input::-webkit-inner-spin-button,
    .content-page-input::-webkit-outer-spin-button {
        -webkit-appearance: none
    }

    .content-page-input.has-icon {
        padding-left: 35px
    }

    .content-page-input:focus {
        outline: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.content-page-dropdown-label,
.content-page-label {
    float: right;
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

    .content-page-label.required .content-page-label-content::before {
        content: "*";
        color: #da291c;
        position: relative;
        top: 4px;
        font-size: 18px;
        line-height: 18px;
        margin-right: 10px
    }

    .content-page-label.label-icon span:first-child {
        position: absolute;
        top: 12px;
        padding-left: 15px;
        line-height: 16px;
        font-size: 16px
    }

    .content-page-label.label-icon .content-page-label-content {
        padding-left: 35px
    }

    .content-page-dropdown-label .content-page-dropdown-label-content,
    .content-page-label-content {
        position: relative;
        display: block;
        width: 100%;
        margin-top: -32.5px;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #969696;
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        line-height: 20px
    }

.content-page-input-filled .content-page-label .content-page-label-content,
.content-page-input:focus + .content-page-label .content-page-label-content,
.content-page-textarea-filled .content-page-label .content-page-label-content,
.content-page-textarea:focus + .content-page-label .content-page-label-content {
    color: #27201F;
    -webkit-transform: translate3d(3px, -16px, 0) scale3d(.7, .7, 1) translateZ(1px);
    -moz-transform: translate3d(3px, -16px, 0) scale3d(.7, .7, 1) translateZ(1px);
    transform: translate3d(3px, -16px, 0) scale3d(.7, .7, 1) translateZ(1px);
    margin-top: -28px
}

.content-page-input.has-icon:focus + .content-page-label .content-page-label-content {
    padding-left: 44px
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select {
    width: 100%;
    margin-bottom: 20px
}

    .bootstrap-select:focus {
        outline: 0
    }

    .bootstrap-select button {
        height: 42px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #27201F
    }

    .bootstrap-select.show-title button.bs-placeholder .filter-option-inner-inner {
        color: #969696 !important
    }

    .bootstrap-select.show-title button:not(.bs-placeholder) .filter-option-inner-inner {
        top: 6px
    }

    .bootstrap-select.error {
        margin-bottom: 10px !important
    }

        .bootstrap-select.error button {
            border-color: #e74d42
        }

    .bootstrap-select .dropdown-toggle:focus {
        outline: 0 !important;
        outline-offset: 0;
        outline-color: transparent !important
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner {
        padding-top: 3px;
        padding-left: 3px
    }

        .bootstrap-select .dropdown-toggle .filter-option-inner .filter-option-inner-inner {
            font-size: 16px;
            position: relative
        }

    .bootstrap-select .dropdown-menu {
        border: none;
        padding: 0;
        font-size: 16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 0
    }

        .bootstrap-select .dropdown-menu li {
            height: 40px;
            background-color: #fff
        }

            .bootstrap-select .dropdown-menu li a {
                height: 40px;
                padding-top: 10px;
                color: #27201F
            }

                .bootstrap-select .dropdown-menu li a:hover {
                    background-color: #d6d6d6;
                    color: #27201F
                }

            .bootstrap-select .dropdown-menu li.active a {
                background-color: #fff;
                color: #da291c
            }

                .bootstrap-select .dropdown-menu li.active a:hover {
                    background-color: #d6d6d6
                }

    .bootstrap-select .filter-option .required {
        color: #da291c;
        position: relative;
        top: 4px;
        font-size: 18px;
        line-height: 18px;
        margin-right: 10px
    }

.content-page-dropdown-label .content-page-dropdown-label-content {
    z-index: 1;
    color: #27201F;
    margin-top: -28px;
    -webkit-transform: translate3d(3px, -14px, 0) scale3d(.7, .7, 1) translateZ(1px);
    -moz-transform: translate3d(3px, -14px, 0) scale3d(.7, .7, 1) translateZ(1px);
    transform: translate3d(3px, -14px, 0) scale3d(.7, .7, 1) translateZ(1px)
}

    .content-page-dropdown-label .content-page-dropdown-label-content.required::before {
        content: "*";
        color: #da291c;
        position: relative;
        top: 4px;
        font-size: 18px;
        line-height: 18px;
        margin-right: 10px
    }

.cookie-policy {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 19;
    background: #f3ffff;
    padding: 32px 0;
    color: #226c94;
    font-size: 16px;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 -2px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .25)
}

    .cookie-policy .container {
        height: auto !important;
        min-height: 100px;
        margin: 0 auto
    }

    .cookie-policy .cookie-msg {
        padding-bottom: 20px
    }

    .cookie-policy .btn-accept {
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background-color: #27201F
    }

        .cookie-policy .btn-accept:hover {
            background-color: #434036;
            border-color: #27201F
        }

    .cookie-policy .btn-normal {
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        background-color: #fff;
        border-color: #27201F;
        color: #27201F
    }

        .cookie-policy .btn-normal:hover {
            background-color: #27201F;
            border-color: #27201F;
            color: #fff
        }

.news-block {
    padding: 0 25px 80px 25px;
    height: 500px
}

.news-img img {
    width: 100%;
    height: auto
}

.news-no-img {
    height: 16px;
    width: 100%;
    background-color: #cdcdcd
}

.news-title {
    margin-top: 15px;
    color: #27201F;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    max-height: 120px
}

    .news-title:hover {
        cursor: pointer;
        color: #da291c
    }

.news-title-large {
    font-size: 28px;
    line-height: 34px;
    max-height: 170px
}

.news-content {
    margin-top: 5px;
    color: #969696;
    font-size: 16px;
    line-height: 22px;
    max-height: 66px
}

    .news-content.no-img {
        max-height: 180px
    }

.news-filter {
    padding: 10px 25px 10px 0;
    text-align: right;
    white-space: nowrap
}

    .news-filter > span {
        display: inline-block;
        margin-left: 16px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        padding: 4px 20px;
        background-color: #e2e2e2;
        font-size: 16px;
        color: #717171;
        cursor: pointer
    }

        .news-filter > span i.far + span {
            margin-left: 8px
        }

    .news-filter span.selected {
        background-color: #b79e90;
        color: #fff
    }

.news-location-block span.news-location {
    margin-top: 16px;
    display: inline-block;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 2px 16px;
    background-color: #dad3cc;
    font-size: 16px;
    color: #928e81;
    font-weight: 400
}

    .news-location-block span.news-location i.fas span {
        color: #27201F;
        margin-left: 8px;
        font-weight: 400
    }

.news-time-block {
    position: relative
}

.news-line {
    width: 12px;
    height: 3px;
    background-color: #da291c;
    display: inline-block;
    position: absolute;
    top: 20px
}

.news-time {
    margin-top: 5px;
    margin-left: 15px;
    padding: 8px;
    color: #969696;
    font-size: 16px;
    line-height: 16px;
    display: inline-block
}

    .news-time span {
        padding-left: 4px
    }

.news-type {
    margin-top: 5px;
    padding: 8px;
    color: #969696;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

    .news-type span {
        padding-left: 4px;
        font-weight: 400
    }

    .news-type:hover {
        background-color: #da291c;
        color: #fff
    }

.btn-getmore-wrapper .btn-getmore {
    width: 100%;
    color: #27201F;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #27201F;
    background: 0 0;
    padding: 10px 20px
}

    .btn-getmore-wrapper .btn-getmore:active,
    .btn-getmore-wrapper .btn-getmore:focus,
    .btn-getmore-wrapper .btn-getmore:hover {
        color: #605b4c;
        border-color: #605b4c
    }

    .btn-getmore-wrapper .btn-getmore.active,
    .btn-getmore-wrapper .btn-getmore:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

@media screen and (max-width:1120px) {
    .news-block {
        padding: 0 15px 20px
    }
}

@media screen and (max-width:992px) and (min-width:769px) {
    .page-content .news-filter {
        display: table;
        margin: 0 auto;
        padding-right: 0
    }

        .page-content .news-filter :first-child {
            margin-left: 0
        }
}

@media screen and (max-width:768px) {
    .page-content .tab-title-block {
        margin: 20px auto
    }

    .news-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 10px;
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -moz-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        margin-left: -5px;
        margin-right: -5px
    }

        .news-filter > span {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin: 0 !important;
            padding: 10px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            text-align: center;
            font-size: 16px
        }

            .news-filter > span.type-news,
            .news-filter > span.type-notice {
                padding-left: 6px;
                padding-right: 6px
            }

            .news-filter > span:not(:last-child) {
                border-right: 1px solid #fff
            }

            .news-filter > span:first-child {
                -webkit-border-top-left-radius: 20px;
                -moz-border-radius-topleft: 20px;
                border-top-left-radius: 20px;
                -webkit-border-bottom-left-radius: 20px;
                -moz-border-radius-bottomleft: 20px;
                border-bottom-left-radius: 20px
            }

            .news-filter > span:last-child {
                -webkit-border-top-right-radius: 20px;
                -moz-border-radius-topright: 20px;
                border-top-right-radius: 20px;
                -webkit-border-bottom-right-radius: 20px;
                -moz-border-radius-bottomright: 20px;
                border-bottom-right-radius: 20px
            }

            .news-filter > span i.far span {
                margin-left: 6px
            }

    .year-filter {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px !important
    }

        .year-filter > li {
            width: 33.33%;
            height: 50px;
            line-height: 40px !important
        }

    .r-tabs .r-tabs-accordion-title {
        display: none !important
    }
}

@media screen and (max-width:425px) {
    .news-block {
        height: auto;
        padding: 0 15px 50px
    }
}

.img-lib-panel {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.video-block {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    width: 300px;
    height: 185px;
    padding: 16px 8px;
    position: relative;
    background-color: #e7e5e2
}

    .video-block:first-child {
        padding-left: 16px
    }

    .video-block:last-child {
        padding-right: 16px
    }

    .video-block #video_player {
        width: 100%;
        height: 140px
    }

    .video-block .video-js {
        background-color: transparent
    }

    .video-block .video-mask {
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 0;
        left: 0;
        bottom: 50px;
        display: block
    }

    .video-block .vjs-poster {
        background-color: transparent
    }

    .video-block .video-title {
        height: 20px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        font-weight: 600
    }

.image-lib-content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: inline-block;
    height: 185px;
    background-color: #e7e5e2;
    padding: 0 16px;
    overflow: hidden
}

    .image-lib-content .frame {
        width: 100%;
        height: 140px;
        padding: 0;
        margin: 16px 0 4px 0;
        display: inline-block
    }

        .image-lib-content .frame .slidee {
            margin: 0;
            padding: 0 32px 0 0;
            height: 100%;
            list-style: none
        }

            .image-lib-content .frame .slidee li {
                float: left;
                padding: 0;
                margin-right: 16px;
                width: 280px;
                height: 100%;
                font-size: 16px;
                overflow: hidden
            }

                .image-lib-content .frame .slidee li .img-item {
                    height: 100%;
                    display: inline-block
                }

                    .image-lib-content .frame .slidee li .img-item:hover {
                        color: #da291c;
                        cursor: pointer
                    }

                    .image-lib-content .frame .slidee li .img-item img {
                        width: 100%
                    }

    .image-lib-content #imgLibScrollbar.scrollbar {
        position: relative;
        margin: 0 0 10px 0;
        height: 4px;
        background-color: #b5b5b5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 0;
        cursor: pointer
    }

        .image-lib-content #imgLibScrollbar.scrollbar .handle {
            position: absolute;
            height: 100%;
            width: 80px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background-color: #fff;
            cursor: pointer;
            line-height: 0
        }

.img_modal .modal-dialog,
.video_modal .modal-dialog {
    margin-top: 120px;
    max-width: 70vw
}

.img_modal .modal-content,
.video_modal .modal-content {
    background-color: #ccc
}

    .img_modal .modal-content .modal-body,
    .video_modal .modal-content .modal-body {
        padding: 0
    }

.img_modal .img-details,
.video_modal #video_player_model {
    max-height: 80vh;
    max-width: 100%
}

.img_modal button.close,
.video_modal button.close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff
}

@media (max-width:1280px) {
    .img-lib-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .video-block {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        display: inline-block;
        padding: 16px 16px 28px 16px;
        position: relative;
        margin-bottom: 20px;
        background-color: #e7e5e2
    }

        .video-block #video_player {
            width: 100%;
            height: 100%
        }

        .video-block .video-mask {
            display: none
        }

    .img_modal .modal-dialog {
        width: 90vw !important;
        margin-left: 30px !important;
        margin-right: 30px !important
    }
}

@media (max-width:600px) {
    .img_modal .modal-dialog {
        width: 80vw !important
    }
}

@media (max-width:400px) {
    .image-lib-content .frame .slidee li {
        width: 260px
    }
}

.sustainability .content-block {
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 300px;
    margin-bottom: 70px;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .sustainability .content-block .block-title {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        font-size: 24px;
        color: #27201F;
        letter-spacing: 1px;
        margin-bottom: 40px
    }

    .sustainability .content-block .text-content {
        color: #666;
        line-height: 25px
    }

        .sustainability .content-block .text-content a {
            color: #157eff;
            text-decoration: underline
        }

    .sustainability .content-block .right-button {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: auto;
        background-color: #da291c;
        margin-top: 30px;
        position: relative
    }

        .sustainability .content-block .right-button.first {
            margin-top: 0
        }

        .sustainability .content-block .right-button:before {
            content: '';
            width: 0;
            height: 0;
            border-top: 44px solid transparent;
            border-right: 28px solid #da291c;
            position: absolute;
            left: -28px;
            bottom: 0
        }

        .sustainability .content-block .right-button:hover {
            background-color: #f23325
        }

            .sustainability .content-block .right-button:hover:before {
                border-right: 28px solid #f23325
            }

        .sustainability .content-block .right-button a {
            display: block;
            padding-left: 20px;
            padding-right: 30px;
            line-height: 44px;
            color: #fff;
            text-decoration: none;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: .83px
        }

            .sustainability .content-block .right-button a .icon {
                font-size: 14px;
                font-weight: 600
            }

.sustainability .block-1 {
    text-align: right;
    background: url(../img/sustainability_p1.jpg) no-repeat left top
}

.sustainability .block-2 {
    background: url(../img/sustainability_p2.jpg) no-repeat right top
}

    .sustainability .block-2 .block-title {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .sustainability .block-2 .text-content {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 392px;
        text-align: left;
        padding-bottom: 40px
    }

.sustainability .block-3 {
    text-align: right;
    background: url(../img/sustainability_p3.jpg) no-repeat left top
}

    .sustainability .block-3 .text-content {
        width: 428px;
        padding-bottom: 30px;
        text-align: right
    }

@media (max-width:1600px) {
    .sustainability .block-1 {
        background-position: -50px top
    }

    .sustainability .block-2 {
        background-position: 350px top
    }

        .sustainability .block-2 .text-content {
            padding-bottom: 30px;
            width: 362px
        }

    .sustainability .block-3 {
        background-position: -50px top
    }

        .sustainability .block-3 .text-content {
            padding-bottom: 20px
        }
}

@media (max-width:1500px) {
    .sustainability .block-1 {
        background-position: -100px top
    }

    .sustainability .block-2 {
        background-position: 400px top
    }

    .sustainability .block-3 {
        background-position: -100px top
    }
}

@media (max-width:1300px) {
    .sustainability .block-1 {
        background-position: -180px top
    }

    .sustainability .block-2 {
        background-position: 360px top
    }

    .sustainability .block-3 {
        background-position: -180px top
    }
}

@media (max-width:1120px) {
    .sustainability .block-1 {
        background-position: -270px top
    }

    .sustainability .block-3 {
        background-position: -270px top
    }
}

@media (max-width:990px) {
    .sustainability .block-1 {
        background-position: -120px top
    }

    .sustainability .block-2 {
        background-position: 360px top
    }

    .sustainability .block-3 {
        background-position: -120px top
    }
}

@media (max-width:876px) {
    .sustainability .block-1 {
        background-position: -200px top
    }

    .sustainability .block-2 {
        background-position: 380px top
    }

    .sustainability .block-3 {
        background-position: -200px top
    }
}

@media (max-width:767px) {
    .sustainability {
        padding-top: 20px !important
    }

        .sustainability .content-block {
            margin-bottom: 40px;
            background: 0 0
        }

            .sustainability .content-block .block-title {
                -webkit-box-flex: 0;
                -webkit-flex: none;
                -moz-box-flex: 0;
                -ms-flex: none;
                flex: none;
                font-size: 24px;
                letter-spacing: 1px;
                margin-bottom: 20px;
                -webkit-align-self: center;
                -ms-flex-item-align: center;
                align-self: center
            }

            .sustainability .content-block .block-img-1,
            .sustainability .content-block .block-img-2,
            .sustainability .content-block .block-img-3 {
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                height: 220px;
                width: 100%;
                margin-top: 20px;
                margin-bottom: 20px
            }

            .sustainability .content-block .block-img-1 {
                background-image: url(../img/sustainability_mobile_p1.jpg);
                margin-top: 0
            }

            .sustainability .content-block .block-img-2 {
                background-image: url(../img/sustainability_mobile_p2.jpg)
            }

            .sustainability .content-block .block-img-3 {
                background-image: url(../img/sustainability_mobile_p3.jpg)
            }

            .sustainability .content-block .text-content {
                color: #666;
                line-height: 25px
            }

            .sustainability .content-block .right-button {
                -webkit-box-flex: 0;
                -webkit-flex: none;
                -moz-box-flex: 0;
                -ms-flex: none;
                flex: none;
                width: 100%;
                text-align: center;
                margin-bottom: 10px;
                margin-top: 10px
            }

                .sustainability .content-block .right-button:before {
                    border: none
                }

                .sustainability .content-block .right-button a {
                    display: block;
                    font-size: 16px;
                    text-align: center;
                    line-height: 16px;
                    padding: 15px 10px
                }

        .sustainability .block-1 {
            text-align: left;
            height: 480px
        }

        .sustainability .block-2 {
            height: 480px
        }

            .sustainability .block-2 .text-content {
                -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                align-self: flex-start;
                width: 100%;
                text-align: left
            }

        .sustainability .block-3 {
            height: 460px;
            text-align: left;
            margin-bottom: 80px
        }

            .sustainability .block-3 .text-content {
                width: 100%;
                text-align: left
            }
}

@media (max-width:400px) {

    .sustainability .block-img-1,
    .sustainability .block-img-2,
    .sustainability .block-img-3 {
        height: 200px
    }

    .sustainability .block-1 {
        height: 460px
    }

    .sustainability .block-2 {
        height: 500px
    }

    .sustainability .block-3 {
        height: 460px
    }
}

@media (max-width:350px) {

    .sustainability .block-img-1,
    .sustainability .block-img-2,
    .sustainability .block-img-3 {
        height: 180px
    }

    .sustainability .block-1 {
        height: 440px
    }

    .sustainability .block-2 {
        height: 480px
    }

    .sustainability .block-3 {
        height: 440px
    }

    .sustainability .block-img-2,
    .sustainability .block-img-3 {
        margin-bottom: 20px
    }
}















































































@media screen and (max-width:1480px) {
}

@media screen and (max-width:768px) {
}

@media screen and (min-width:769px) {
}

.co2-emission-content .content-page-input,
.co2-emission-content .material-form-input {
    width: 300px
}

    .co2-emission-content .material-form-input.error {
        border-color: #e74d42;
        margin-bottom: 30px !important
    }

.co2-emission-content .picker-wrapper {
    padding: 48px 0;
    background: #f5f5f5;
    margin-bottom: 40px
}

.co2-emission-content .picker-row,
.co2-emission-content .result-row {
    display: table;
    margin: 0 auto
}

    .co2-emission-content .picker-row .last,
    .co2-emission-content .result-row .last {
        margin-right: 0
    }

.co2-emission-content .type-picker {
    width: 300px;
    height: 42px;
    border: 1px solid #27201F;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    float: left
}

    .co2-emission-content .type-picker .item {
        width: 50%;
        color: #27201F;
        height: 100%;
        line-height: 20px;
        padding: 10px;
        text-align: center;
        float: left;
        cursor: pointer
    }

        .co2-emission-content .type-picker .item > .fas {
            margin-right: 10px
        }

        .co2-emission-content .type-picker .item.active {
            background: #27201F;
            color: #fff
        }

.co2-emission-content #cargo-valume-input {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px)
}

.co2-emission-content .container-type-picker {
    margin: 10px 0 20px
}

    .co2-emission-content .container-type-picker label {
        font-weight: 400;
        line-height: 20px;
        font-size: 16px
    }

    .co2-emission-content .container-type-picker .title {
        margin-right: 30px;
        margin-bottom: 0
    }

    .co2-emission-content .container-type-picker .radio-inline + .radio-inline {
        margin-left: 30px
    }

    .co2-emission-content .container-type-picker .radio-inline input {
        width: 16px;
        height: 16px
    }

.co2-emission-content .btn-calculate {
    margin-top: 20px;
    background: #da291c;
    color: #fff;
    line-height: 22px;
    padding: 10px;
    width: 300px;
    font-size: 16px;
    outline: 0
}

    .co2-emission-content .btn-calculate > .fas {
        margin-right: 16px
    }

    .co2-emission-content .btn-calculate:focus,
    .co2-emission-content .btn-calculate:hover {
        outline: 0;
        background: #e4382c
    }

.co2-emission-content .result-wrapper {
    padding: 40px 0;
    border: dashed 1px #707070;
    margin-bottom: 40px
}

    .co2-emission-content .result-wrapper .main-result {
        margin: 8px auto
    }

        .co2-emission-content .result-wrapper .main-result .title {
            font-size: 18px;
            color: #27201F;
            line-height: 24px
        }

        .co2-emission-content .result-wrapper .main-result .result {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            line-height: 24px;
            margin: 0 12px
        }

    .co2-emission-content .result-wrapper .arguments-result {
        margin-top: 30px
    }

        .co2-emission-content .result-wrapper .arguments-result > .fas {
            color: #a7a8aa;
            padding: 0 15px;
            vertical-align: top;
            line-height: 16px;
            margin-top: 22px
        }

        .co2-emission-content .result-wrapper .arguments-result .card {
            display: inline-block;
            background: #f0f0f0;
            padding: 8px 30px;
            text-align: center;
            line-height: 22px;
            margin-left: -2px
        }

            .co2-emission-content .result-wrapper .arguments-result .card .arg-name {
                color: #a7a8aa;
                line-height: 22px
            }

    .co2-emission-content .result-wrapper .description {
        margin: 25px auto 0;
        font-size: 16px;
        color: #bfbfbf;
        line-height: 22px;
        max-width: 80%;
        text-align: center
    }

.co2-emission-content .error-wrapper {
    padding: 40px 0;
    background: #fff2f2;
    color: #da291c;
    margin-bottom: 40px
}

    .co2-emission-content .error-wrapper .error-description {
        margin: 0 auto;
        max-width: 70%;
        display: table;
        line-height: 22px
    }

        .co2-emission-content .error-wrapper .error-description .error-icon {
            display: table-cell;
            vertical-align: middle;
            width: 20%;
            text-align: right
        }

            .co2-emission-content .error-wrapper .error-description .error-icon .fas {
                font-size: 26px;
                margin-right: 16px;
                margin-top: 3px
            }

        .co2-emission-content .error-wrapper .error-description .error-content {
            display: table-cell;
            vertical-align: middle;
            width: 80%
        }

@media screen and (max-width:768px) {
    .co2-emission-content .picker-wrapper {
        padding: 30px 20px
    }

    .co2-emission-content .picker-row,
    .co2-emission-content .result-row {
        display: block
    }

    .co2-emission-content .btn-calculate,
    .co2-emission-content .content-page-input,
    .co2-emission-content .material-form-input,
    .co2-emission-content .type-picker {
        width: 100%;
        height: 44px
    }

    .co2-emission-content .arguments-result {
        display: none
    }

    .co2-emission-content .container-type-picker {
        line-height: 44px;
        margin: 0
    }

        .co2-emission-content .container-type-picker .title {
            margin-right: 10px
        }

        .co2-emission-content .container-type-picker .radio-inline + .radio-inline {
            margin-left: 10px
        }

    .co2-emission-content .error-wrapper {
        padding: 30px 20px
    }

        .co2-emission-content .error-wrapper .error-description {
            max-width: 100%;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -moz-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-top: 3px
        }

    .co2-emission-content .result-wrapper {
        padding: 30px 20px
    }

        .co2-emission-content .result-wrapper .description {
            max-width: 100%
        }
}

@media screen and (max-width:340px) {

    .co2-emission-content .container-type-picker label,
    .co2-emission-content .result-wrapper .description {
        font-size: 14px
    }

    .co2-emission-content .container-type-picker .title {
        display: block
    }

    .co2-emission-content .result-wrapper .main-result .title {
        font-size: 16px
    }

    .co2-emission-content .result-wrapper .main-result .result {
        margin: 0 6px
    }
}

.gn-mp-panel {
    min-height: 600px;
    height: 70vh;
    width: 100%;
    background-color: #efefef;
    position: relative
}

    .gn-mp-panel .MicrosoftNav {
        display: none
    }

    .gn-mp-panel .MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonContainerWrapper,
    .gn-mp-panel .MicrosoftMap .bm_LocateMeControl {
        display: none
    }

    .gn-mp-panel .MicrosoftMap .NavBar_Container {
        left: 30px !important;
        top: auto !important;
        bottom: 30px !important
    }

    .gn-mp-panel .global-network-map {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .gn-mp-panel .gn-map-search-box {
        position: absolute;
        right: 0;
        top: 20px;
        line-height: 40px;
        background-color: #da291c;
        color: #fff;
        cursor: pointer;
        -webkit-box-shadow: 0 1px 12px 0 rgba(218, 41, 28, .3);
        -moz-box-shadow: 0 1px 12px 0 rgba(218, 41, 28, .3);
        box-shadow: 0 1px 12px 0 rgba(218, 41, 28, .3)
    }

        .gn-mp-panel .gn-map-search-box:hover {
            background-color: #f23325
        }

        .gn-mp-panel .gn-map-search-box .box-expanded {
            padding: 0 16px
        }

            .gn-mp-panel .gn-map-search-box .box-expanded .fas {
                margin-right: 16px
            }

        .gn-mp-panel .gn-map-search-box .box-collapsed {
            display: none;
            padding: 0 16px
        }

    .gn-mp-panel .gn-map-search-panel {
        position: absolute;
        background-color: #fff;
        top: 10px;
        right: 10px;
        bottom: 10px;
        width: 0;
        border-top: 6px solid #27201F;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        transition: width .2s ease;
        -moz-transition: width .2s ease;
        -webkit-transition: width .2s ease;
        -o-transition: width .2s ease
    }

        .gn-mp-panel .gn-map-search-panel .search-header {
            position: absolute;
            top: 0;
            width: 100%;
            border-bottom: 1px solid #e3e3e3;
            padding: 0 16px;
            line-height: 40px
        }

            .gn-mp-panel .gn-map-search-panel .search-header .fas.fa-search {
                font-size: 14px;
                color: #a7a8aa;
                margin-right: 8px
            }

            .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox {
                outline: 0;
                background-color: transparent;
                border: 0;
                font-size: 14px
            }

                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox:-moz-placeholder,
                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox:-ms-input-placeholder,
                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox::-moz-placeholder,
                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox::-webkit-input-placeholder {
                    color: #a7a8aa
                }

                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox:-moz-placeholder,
                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox:-ms-input-placeholder,
                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox::-moz-placeholder,
                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox::-webkit-input-placeholder,
                .gn-mp-panel .gn-map-search-panel .search-header #mapSearchBox::placeholder {
                    color: #a7a8aa
                }

        .gn-mp-panel .gn-map-search-panel .search-body {
            position: absolute;
            top: 42px;
            bottom: 33px;
            width: 100%;
            overflow-y: auto;
            padding: 10px 0 20px 0
        }

            .gn-mp-panel .gn-map-search-panel .search-body .records-list {
                padding: 0;
                list-style: none;
                margin: 0;
                height: 100%
            }

                .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item {
                    cursor: pointer;
                    padding: 0 16px
                }

                    .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item:hover {
                        background-color: #f5f5f5
                    }

                        .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item:hover .go-detail .fas {
                            color: #27201F
                        }

                    .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .content-wrapper {
                        padding: 16px 0;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -moz-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: justify;
                        -webkit-justify-content: space-between;
                        -moz-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        border-bottom: 1px solid #e3e3e3
                    }

                    .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .title {
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 18px;
                        margin-bottom: 8px
                    }

                    .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .description {
                        line-height: 18px
                    }

                        .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .description .type-icon {
                            color: #aa298f;
                            margin-right: 10px;
                            font-size: 14px;
                            line-height: 20px;
                            font-weight: 600
                        }

                        .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .description .icon-warehouse {
                            display: inline-block;
                            width: 18px;
                            height: 18px;
                            margin-bottom: -3px;
                            background-image: url(../img/warehouse.svg);
                            -moz-background-size: contain;
                            -o-background-size: contain;
                            background-size: contain
                        }

                        .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .description .icon-building {
                            display: inline-block;
                            width: 18px;
                            height: 18px;
                            margin-bottom: -3px;
                            background-image: url(../img/building.svg);
                            -moz-background-size: contain;
                            -o-background-size: contain;
                            background-size: contain
                        }

                        .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .description .item-address {
                            font-size: 14px;
                            color: #969696;
                            letter-spacing: 0;
                            line-height: 18px
                        }

                    .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .go-detail {
                        height: 100%;
                        width: 15px;
                        -webkit-box-flex: 0;
                        -webkit-flex: 0 0 auto;
                        -moz-box-flex: 0;
                        -ms-flex: 0 0 auto;
                        flex: 0 0 auto
                    }

                        .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item .go-detail .fas {
                            color: #cdcdcd;
                            font-size: 16px
                        }

                    .gn-mp-panel .gn-map-search-panel .search-body .records-list .list-item:last-child .content-wrapper {
                        border-bottom: none
                    }

        .gn-mp-panel .gn-map-search-panel .search-footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            border-top: 1px solid #e3e3e3;
            line-height: 30px;
            padding: 0 16px
        }

            .gn-mp-panel .gn-map-search-panel .search-footer .result-count {
                font-size: 14px;
                color: #a7a8aa;
                display: inline-block
            }

            .gn-mp-panel .gn-map-search-panel .search-footer .result-export {
                display: inline-block;
                float: right;
                font-size: 14px
            }

                .gn-mp-panel .gn-map-search-panel .search-footer .result-export a {
                    text-decoration: none;
                    font-weight: 600;
                    color: #da291c
                }

                    .gn-mp-panel .gn-map-search-panel .search-footer .result-export a:hover {
                        color: #f23325
                    }

                    .gn-mp-panel .gn-map-search-panel .search-footer .result-export a .far.fa-file-excel {
                        margin-right: 8px
                    }

        .gn-mp-panel .gn-map-search-panel.expanded {
            width: 320px;
            transition: width .2s ease;
            -moz-transition: width .2s ease;
            -webkit-transition: width .2s ease;
            -o-transition: width .2s ease
        }

    .gn-mp-panel .gn-map-region-box {
        position: absolute;
        left: 10px;
        top: 20px;
        line-height: 40px;
        padding: 0 16px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
    }

        .gn-mp-panel .gn-map-region-box .box-l1 a {
            margin-left: 16px;
            color: #da291c;
            text-decoration: none;
            line-height: 40px;
            cursor: pointer
        }

            .gn-mp-panel .gn-map-region-box .box-l1 a .fas {
                margin-left: 16px
            }

        .gn-mp-panel .gn-map-region-box .box-l2 {
            display: none
        }

            .gn-mp-panel .gn-map-region-box .box-l2 .region-separator {
                font-size: 14px;
                color: #cdcdcd;
                margin-left: 16px;
                margin-right: 16px
            }

            .gn-mp-panel .gn-map-region-box .box-l2 a {
                color: #da291c;
                text-decoration: none;
                line-height: 40px;
                cursor: pointer
            }

                .gn-mp-panel .gn-map-region-box .box-l2 a .fa-angle-down {
                    margin-left: 16px
                }

    .gn-mp-panel .gn-map-region-panel {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 618px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 28px;
        display: none
    }

        .gn-mp-panel .gn-map-region-panel .title {
            font-size: 16px
        }

            .gn-mp-panel .gn-map-region-panel .title #region_close {
                float: right;
                cursor: pointer;
                display: block;
                width: 24px;
                height: 24px;
                margin-top: -8px;
                margin-right: -8px;
                color: #da291c;
                text-align: center
            }

                .gn-mp-panel .gn-map-region-panel .title #region_close:hover {
                    color: #f23325
                }

        .gn-mp-panel .gn-map-region-panel .region-content .region-group {
            font-size: 16px;
            font-weight: 700;
            margin-top: 24px
        }

        .gn-mp-panel .gn-map-region-panel .region-content .region-items {
            display: -webkit-flex;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-flow: row wrap;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -moz-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start
        }

            .gn-mp-panel .gn-map-region-panel .region-content .region-items .region-item {
                cursor: pointer;
                padding-right: 2px;
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 25%;
                -moz-box-flex: 0;
                -ms-flex: 0 1 25%;
                flex: 0 1 25%
            }

                .gn-mp-panel .gn-map-region-panel .region-content .region-items .region-item a {
                    font-size: 14px;
                    line-height: 20px;
                    color: #27201F;
                    text-decoration: none
                }

                    .gn-mp-panel .gn-map-region-panel .region-content .region-items .region-item a.active {
                        color: #da291c;
                        font-weight: 700
                    }

                .gn-mp-panel .gn-map-region-panel .region-content .region-items .region-item:hover a {
                    color: #da291c
                }

.gn-info-box {
    position: relative;
    background-color: #fff;
    width: 380px;
    height: auto;
    border-top: 3px solid #da291c;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .5);
    cursor: default
}

    .gn-info-box .close-button {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 20px;
        height: 20px
    }

    .gn-info-box .title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        color: #27201F;
        letter-spacing: .58px;
        padding: 16px 16px 8px 16px
    }

    .gn-info-box .description {
        padding: 0 16px 16px 16px
    }

        .gn-info-box .description span.type-icon.icon-warehouse {
            margin-right: 8px;
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-bottom: -3px;
            background-image: url(../img/warehouse.svg);
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .gn-info-box .description span.type-icon.icon-building {
            margin-right: 8px;
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-bottom: -3px;
            background-image: url(../img/building.svg);
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .gn-info-box .description span.type-icon {
            font-size: 14px;
            color: #aa298f;
            font-weight: 600
        }

        .gn-info-box .description .item-open-time {
            font-size: 14px
        }

            .gn-info-box .description .item-open-time span {
                color: #27201F;
                letter-spacing: 0;
                font-weight: 700
            }

                .gn-info-box .description .item-open-time span.description {
                    color: #a7a8aa;
                    font-weight: 400
                }

        .gn-info-box .description .item-address {
            font-size: 14px;
            color: #27201F;
            letter-spacing: .17px;
            line-height: 20px
        }

    .gn-info-box .footer {
        width: 100%;
        height: 54px;
        line-height: 54px;
        border-top: 1px solid #e3e3e3;
        padding: 0 16px;
        font-size: 14px
    }

        .gn-info-box .footer .phone-number {
            display: inline-block;
            color: #da291c
        }

            .gn-info-box .footer .phone-number span.content {
                margin-left: 8px
            }

            .gn-info-box .footer .phone-number span.type-icon.fas.fa-phone {
                width: 20px;
                height: 20px;
                line-height: 18px;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #da291c;
                font-size: 10px
            }

            .gn-info-box .footer .phone-number:hover {
                color: #f23325
            }

        .gn-info-box .footer .message {
            display: inline-block;
            float: right
        }

            .gn-info-box .footer .message a {
                text-decoration: none;
                color: #da291c
            }

                .gn-info-box .footer .message a span.content {
                    margin-left: 8px
                }

                .gn-info-box .footer .message a span.type-icon.fas.fa-comment {
                    width: 20px;
                    height: 20px;
                    line-height: 18px;
                    text-align: center;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    border: 1px solid #da291c;
                    font-size: 10px
                }

                .gn-info-box .footer .message a:hover {
                    color: #f23325
                }

.global-network-mobile {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

    .global-network-mobile .global-network-layer {
        position: static
    }

        .global-network-mobile .global-network-layer .search-bar {
            z-index: 10;
            position: absolute;
            top: 60px;
            left: 0;
            width: 100vw;
            height: 48px;
            background: #fff;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .18), inset 0 1px 0 0 #e3e3e3;
            -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .18), inset 0 1px 0 0 #e3e3e3;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .18), inset 0 1px 0 0 #e3e3e3
        }

            .global-network-mobile .global-network-layer .search-bar .icon-wrapper .icon-close,
            .global-network-mobile .global-network-layer .search-bar .icon-wrapper .icon-loading {
                display: none;
                position: absolute;
                top: 0;
                height: 100%;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            .global-network-mobile .global-network-layer .search-bar .icon-wrapper .icon-loading {
                right: 44px
            }

            .global-network-mobile .global-network-layer .search-bar .icon-wrapper .icon-close {
                right: 0;
                width: 44px
            }

                .global-network-mobile .global-network-layer .search-bar .icon-wrapper .icon-close:before {
                    content: '×';
                    background: #e3e3e3;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    width: 20px;
                    height: 20px;
                    font-size: 18px;
                    line-height: 18px;
                    color: #979797;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -moz-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-right: 8px
                }

        .global-network-mobile .global-network-layer .search-bar-input {
            height: 100%;
            width: 100%;
            border: none;
            outline: 0;
            font-size: 16px;
            line-height: 20px;
            padding: 14px 10px 14px 50px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .global-network-mobile .global-network-layer .search-bar-input:-moz-placeholder,
            .global-network-mobile .global-network-layer .search-bar-input:-ms-input-placeholder,
            .global-network-mobile .global-network-layer .search-bar-input::-moz-placeholder,
            .global-network-mobile .global-network-layer .search-bar-input::-webkit-input-placeholder {
                color: #a7a8aa
            }

            .global-network-mobile .global-network-layer .search-bar-input:-moz-placeholder,
            .global-network-mobile .global-network-layer .search-bar-input:-ms-input-placeholder,
            .global-network-mobile .global-network-layer .search-bar-input::-moz-placeholder,
            .global-network-mobile .global-network-layer .search-bar-input::-webkit-input-placeholder,
            .global-network-mobile .global-network-layer .search-bar-input::placeholder {
                color: #a7a8aa
            }

            .global-network-mobile .global-network-layer .search-bar-input.active ~ .icon-wrapper .icon-close,
            .global-network-mobile .global-network-layer .search-bar-input:focus ~ .icon-wrapper .icon-close {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex
            }

            .global-network-mobile .global-network-layer .search-bar-input.loading ~ .icon-wrapper .icon-loading {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex
            }

        .global-network-mobile .global-network-layer .search-bar-search-icon {
            color: #a7a8aa;
            position: absolute;
            left: 20px;
            top: 14px;
            font-size: 16px;
            line-height: 20px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .global-network-mobile .global-network-layer .search-bar-exit {
            position: absolute;
            height: 48px;
            width: 44px;
            left: -100%;
            font-size: 20px;
            top: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .global-network-mobile .global-network-layer .search-list {
            position: absolute;
            top: 108px;
            left: 0;
            width: 100vw;
            padding: 8px 24px;
            border-top: 1px solid #e3e3e3;
            -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2);
            max-height: -webkit-calc(100vh - 108px);
            max-height: -moz-calc(100vh - 108px);
            max-height: calc(100vh - 108px);
            overflow: hidden;
            z-index: 0;
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            background: rgba(0, 0, 0, 0)
        }

            .global-network-mobile .global-network-layer .search-list .inner-wrapper {
                -webkit-transform: translateY(-100vh);
                -moz-transform: translateY(-100vh);
                -ms-transform: translateY(-100vh);
                -o-transform: translateY(-100vh);
                transform: translateY(-100vh);
                -webkit-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out
            }

            .global-network-mobile .global-network-layer .search-list.active {
                background: #fff;
                z-index: 10
            }

                .global-network-mobile .global-network-layer .search-list.active .inner-wrapper {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0)
                }

            .global-network-mobile .global-network-layer .search-list .list-wrapper,
            .global-network-mobile .global-network-layer .search-list .tab-list-wrapper {
                max-height: -webkit-calc(90vh - 116px);
                max-height: -moz-calc(90vh - 116px);
                max-height: calc(90vh - 116px);
                overflow: scroll;
                margin: 0 -24px;
                padding: 0 24px;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

            .global-network-mobile .global-network-layer .search-list .tab-list-wrapper {
                max-height: -webkit-calc(90vh - 162px);
                max-height: -moz-calc(90vh - 162px);
                max-height: calc(90vh - 162px)
            }

                .global-network-mobile .global-network-layer .search-list .tab-list-wrapper ul {
                    display: none
                }

                    .global-network-mobile .global-network-layer .search-list .tab-list-wrapper ul.active {
                        display: block
                    }

            .global-network-mobile .global-network-layer .search-list ul {
                margin: 0;
                padding: 0
            }

            .global-network-mobile .global-network-layer .search-list .list-item {
                list-style: none;
                font-size: 16px;
                line-height: 20px;
                color: #27201F;
                padding: 14px 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -moz-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                .global-network-mobile .global-network-layer .search-list .list-item + .list-item {
                    border-top: 1px solid #e3e3e3
                }

                .global-network-mobile .global-network-layer .search-list .list-item .fas {
                    font-size: 14px
                }

        .global-network-mobile .global-network-layer .search-list-tab {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            border: 1px solid #da291c;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            margin: 8px -8px
        }

            .global-network-mobile .global-network-layer .search-list-tab .tab-item {
                color: #da291c;
                line-height: 20px;
                padding: 4px 0;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -moz-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                text-align: center;
                cursor: pointer
            }

                .global-network-mobile .global-network-layer .search-list-tab .tab-item + .tab-item {
                    border-left: 1px solid #da291c
                }

                .global-network-mobile .global-network-layer .search-list-tab .tab-item.active {
                    color: #fff;
                    background: #da291c
                }

            .global-network-mobile .global-network-layer .search-list-tab + .list-wrapper {
                max-height: -webkit-calc(80vh - 162px);
                max-height: -moz-calc(80vh - 162px);
                max-height: calc(80vh - 162px)
            }

        .global-network-mobile .global-network-layer .records-bar {
            position: absolute;
            z-index: 10;
            bottom: 0;
            background: #fff;
            -webkit-transition: all .35s cubic-bezier(.35, 0, .5, 1);
            -o-transition: all .35s cubic-bezier(.35, 0, .5, 1);
            -moz-transition: all .35s cubic-bezier(.35, 0, .5, 1);
            transition: all .35s cubic-bezier(.35, 0, .5, 1);
            width: 100vw;
            overflow: hidden
        }

            .global-network-mobile .global-network-layer .records-bar .records-bar-content-wrapper {
                width: 200vw;
                overflow: hidden;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                -o-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                -moz-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                transition: all .35s cubic-bezier(.35, 0, .5, 1)
            }

            .global-network-mobile .global-network-layer .records-bar:not(.active) {
                overflow: hidden;
                z-index: 0
            }

            .global-network-mobile .global-network-layer .records-bar.active {
                -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .2);
                -moz-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .2);
                box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .2)
            }

            .global-network-mobile .global-network-layer .records-bar.open .hide-record-bar .fas {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            .global-network-mobile .global-network-layer .records-bar.detail .records-bar-content-wrapper {
                -webkit-transform: translateX(-100vw);
                -moz-transform: translateX(-100vw);
                -ms-transform: translateX(-100vw);
                -o-transform: translateX(-100vw);
                transform: translateX(-100vw);
                overflow: visible
            }

            .global-network-mobile .global-network-layer .records-bar.detail .records-list {
                max-height: 40vh
            }

            .global-network-mobile .global-network-layer .records-bar.detail .detail-content {
                overflow-y: visible;
                height: 40vh
            }

                .global-network-mobile .global-network-layer .records-bar.detail .detail-content .detail-content-wrapper {
                    overflow: scroll;
                    height: 40vh
                }

            .global-network-mobile .global-network-layer .records-bar.full {
                z-index: 9999
            }

                .global-network-mobile .global-network-layer .records-bar.full .detail-content {
                    overflow-y: visible
                }

                    .global-network-mobile .global-network-layer .records-bar.full .detail-content .detail-content-wrapper {
                        height: -webkit-calc(100vh - 48px);
                        height: -moz-calc(100vh - 48px);
                        height: calc(100vh - 48px)
                    }

            .global-network-mobile .global-network-layer .records-bar .bar-title {
                height: 48px;
                width: 100vw;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                position: relative;
                font-size: 16px
            }

                .global-network-mobile .global-network-layer .records-bar .bar-title .full-screen,
                .global-network-mobile .global-network-layer .records-bar .bar-title .go-back,
                .global-network-mobile .global-network-layer .records-bar .bar-title .hide-record-bar {
                    width: 44px;
                    height: 100%;
                    position: absolute;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                    -o-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                    -moz-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                    transition: all .35s cubic-bezier(.35, 0, .5, 1);
                    top: 0;
                    cursor: pointer;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -moz-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    .global-network-mobile .global-network-layer .records-bar .bar-title .full-screen .fas,
                    .global-network-mobile .global-network-layer .records-bar .bar-title .go-back .fas,
                    .global-network-mobile .global-network-layer .records-bar .bar-title .hide-record-bar .fas {
                        font-size: 20px
                    }

                .global-network-mobile .global-network-layer .records-bar .bar-title .hide-record-bar {
                    right: 0
                }

                .global-network-mobile .global-network-layer .records-bar .bar-title .full-screen {
                    right: 0
                }

                    .global-network-mobile .global-network-layer .records-bar .bar-title .full-screen .fas {
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg)
                    }

                .global-network-mobile .global-network-layer .records-bar .bar-title .go-back {
                    left: 0
                }

            .global-network-mobile .global-network-layer .records-bar .record-detail-bar,
            .global-network-mobile .global-network-layer .records-bar .records-list-bar {
                width: 100vw
            }

        .global-network-mobile .global-network-layer .records-list {
            border-top: 1px solid #e3e3e3;
            padding: 0;
            list-style: none;
            margin: 0;
            height: 40vh;
            overflow: scroll
        }

            .global-network-mobile .global-network-layer .records-list .list-item:last-child {
                padding-bottom: 16px
            }

            .global-network-mobile .global-network-layer .records-list .list-item {
                padding: 0 24px
            }

                .global-network-mobile .global-network-layer .records-list .list-item .content-wrapper {
                    padding: 8px 0;
                    border-bottom: 1px solid #e3e3e3;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -moz-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

                .global-network-mobile .global-network-layer .records-list .list-item .title {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 22px;
                    margin-bottom: 8px
                }

                .global-network-mobile .global-network-layer .records-list .list-item .description {
                    line-height: 20px
                }

                    .global-network-mobile .global-network-layer .records-list .list-item .description .type-icon {
                        color: #aa298f;
                        margin-right: 10px;
                        font-size: 15px;
                        line-height: 20px
                    }

                .global-network-mobile .global-network-layer .records-list .list-item .go-detail {
                    height: 100%;
                    width: 15px;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 0 auto;
                    -moz-box-flex: 0;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    margin-left: 16px
                }

                    .global-network-mobile .global-network-layer .records-list .list-item .go-detail .fas {
                        color: #cdcdcd;
                        font-size: 16px
                    }

        .global-network-mobile .global-network-layer .detail-content {
            border-top: 1px solid #e3e3e3;
            height: 40vh;
            overflow-y: visible;
            -webkit-transition: all .35s cubic-bezier(.35, 0, .5, 1);
            -o-transition: all .35s cubic-bezier(.35, 0, .5, 1);
            -moz-transition: all .35s cubic-bezier(.35, 0, .5, 1);
            transition: all .35s cubic-bezier(.35, 0, .5, 1)
        }

            .global-network-mobile .global-network-layer .detail-content .detail-content-wrapper {
                -webkit-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                -o-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                -moz-transition: all .35s cubic-bezier(.35, 0, .5, 1);
                transition: all .35s cubic-bezier(.35, 0, .5, 1);
                padding: 8px 24px
            }

            .global-network-mobile .global-network-layer .detail-content .title {
                font-size: 20px;
                font-weight: 700;
                padding: 8px 0;
                margin: 0
            }

            .global-network-mobile .global-network-layer .detail-content .content-row {
                padding: 8px 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex
            }

                .global-network-mobile .global-network-layer .detail-content .content-row .icon {
                    width: 18px;
                    margin-right: 8px;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 0 auto;
                    -moz-box-flex: 0;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto
                }

                    .global-network-mobile .global-network-layer .detail-content .content-row .icon * {
                        font-size: 15px;
                        line-height: 22px;
                        color: #aa298f
                    }

                .global-network-mobile .global-network-layer .detail-content .content-row p {
                    font-size: 16px;
                    line-height: 22px;
                    margin: 0
                }

                    .global-network-mobile .global-network-layer .detail-content .content-row p + p {
                        margin-top: 4px
                    }

                .global-network-mobile .global-network-layer .detail-content .content-row .sub {
                    font-size: 12px;
                    color: #a7a8aa
                }

            .global-network-mobile .global-network-layer .detail-content .actions {
                margin-top: 16px
            }

            .global-network-mobile .global-network-layer .detail-content .btn-content {
                width: 100%;
                border: 1px solid #da291c;
                font-size: 16px;
                color: #da291c;
                margin: 8px 0;
                height: 48px;
                line-height: 20px;
                padding: 14px 0
            }

                .global-network-mobile .global-network-layer .detail-content .btn-content :focus,
                .global-network-mobile .global-network-layer .detail-content .btn-content:hover {
                    border-color: #e74d42;
                    color: #e74d42
                }

                .global-network-mobile .global-network-layer .detail-content .btn-content i {
                    margin-right: 8px
                }

    .global-network-mobile .global-netowrk-map {
        margin-top: 60px;
        height: -webkit-calc(100vh - 60px);
        height: -moz-calc(100vh - 60px);
        height: calc(100vh - 60px)
    }

    .global-network-mobile .icon-office,
    .global-network-mobile .icon-warehouse {
        position: relative;
        padding: 0 8px
    }

        .global-network-mobile .icon-office:before,
        .global-network-mobile .icon-warehouse:before {
            width: 20px;
            height: 20px;
            top: 0;
            left: -1px;
            content: ' ';
            position: absolute;
            display: block;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
            background-position: center center
        }

        .global-network-mobile .icon-warehouse::before {
            background-image: url(../img/warehouse.svg)
        }

        .global-network-mobile .icon-office::before {
            background-image: url(../img/building.svg)
        }

.best-practice-content .best-practice-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #da291c;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

    .best-practice-content .best-practice-tabs > li {
        margin-bottom: 0;
        padding-bottom: 0 !important;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 120px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 120px;
        flex: 1 0 120px
    }

        .best-practice-content .best-practice-tabs > li.active > a {
            background-color: #da291c;
            color: #fff;
            border-bottom: none
        }

        .best-practice-content .best-practice-tabs > li.active .tab-icon i {
            color: #fff
        }

        .best-practice-content .best-practice-tabs > li.active .tab-icon svg path {
            fill: #fff
        }

        .best-practice-content .best-practice-tabs > li:not(:last-child) a {
            margin: 0 -1px 0 0
        }

        .best-practice-content .best-practice-tabs > li:not(.active) a:focus,
        .best-practice-content .best-practice-tabs > li:not(.active) a:hover {
            background: #fff;
            color: #da291c
        }

            .best-practice-content .best-practice-tabs > li:not(.active) a:focus .tab-icon i,
            .best-practice-content .best-practice-tabs > li:not(.active) a:hover .tab-icon i {
                color: #da291c
            }

            .best-practice-content .best-practice-tabs > li:not(.active) a:focus .tab-icon svg path,
            .best-practice-content .best-practice-tabs > li:not(.active) a:hover .tab-icon svg path {
                fill: #da291c
            }

    .best-practice-content .best-practice-tabs a {
        padding: 12px 24px;
        border-color: #eee;
        border-width: 1px 1px 0 1px;
        display: block;
        color: #8f8f8f;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        text-decoration: none
    }

    .best-practice-content .best-practice-tabs .tab-icon {
        text-align: center
    }

        .best-practice-content .best-practice-tabs .tab-icon i {
            font-size: 32px;
            color: #cdcdcd;
            -webkit-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out
        }

        .best-practice-content .best-practice-tabs .tab-icon svg {
            height: 40px
        }

            .best-practice-content .best-practice-tabs .tab-icon svg path {
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                fill: #cdcdcd
            }

    .best-practice-content .best-practice-tabs .tab-title {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: 700;
        -webkit-font-smoothing: none
    }

.best-practice-content .best-practice-tab-content {
    margin-bottom: 80px;
    padding: 0 20px
}

    .best-practice-content .best-practice-tab-content h4 {
        color: #27201F;
        font-weight: 700;
        margin: 10px 0 5px 20px;
        font-size: 16px;
        position: relative
    }

        .best-practice-content .best-practice-tab-content h4:before {
            position: absolute;
            left: -20px;
            content: url(/Style%20Library/OLL/img/sustainability/leaf.svg);
            width: 20px;
            height: 20px;
            display: block
        }

    .best-practice-content .best-practice-tab-content .part-title {
        display: none
    }

@media screen and (max-width:1480px) {
    .best-practice-content .best-practice-tabs a {
        padding: 12px 20px
    }
}

@media screen and (max-width:1280px) {
    .best-practice-content .best-practice-tabs > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .best-practice-content .best-practice-tabs a {
        padding: 12px 15px
    }
}

@media screen and (max-width:1120px) {
    .best-practice-content .best-practice-tabs a {
        padding: 12px 10px
    }
}

@media screen and (min-width:769px) {
    .best-practice-content .best-practice-content .best-practice-tab-content .active {
        height: auto !important
    }
}

@media screen and (max-width:768px) {
    .best-practice-content .best-practice-tabs {
        display: none
    }

    .best-practice-content .best-practice-tab-content {
        margin: 0 -8px 60px;
        padding: 0 8px;
        border-bottom: 1px solid #e3e3e3
    }

        .best-practice-content .best-practice-tab-content .tab-pane {
            display: block;
            margin: 0 -8px;
            padding: 0 8px
        }

            .best-practice-content .best-practice-tab-content .tab-pane.collapse {
                display: none
            }

                .best-practice-content .best-practice-tab-content .tab-pane.collapse.in {
                    display: block
                }

            .best-practice-content .best-practice-tab-content .tab-pane.collapsing {
                -webkit-transition-timing-function: ease-in-out;
                -moz-transition-timing-function: ease-in-out;
                -o-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out
            }

            .best-practice-content .best-practice-tab-content .tab-pane.collapsing,
            .best-practice-content .best-practice-tab-content .tab-pane.in {
                border-top: 1px solid #e3e3e3
            }

        .best-practice-content .best-practice-tab-content .part-title {
            display: block;
            font-size: 16px;
            font-weight: 700;
            color: #27201F;
            margin: 0 -8px;
            padding: 8px;
            border-top: 1px solid #e3e3e3;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 32px
        }

            .best-practice-content .best-practice-tab-content .part-title .collapse-icon {
                font-size: 16px;
                top: 0;
                display: inline-block;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

            .best-practice-content .best-practice-tab-content .part-title.collapsed .collapse-icon {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg)
            }
}

.contact-us-content .form-wrapper,
.page-esubscription .esubscription-content .form-wrapper {
    padding: 60px 80px;
    background-color: #f6f5f5;
    color: #27201F
}

    .contact-us-content .form-wrapper .row,
    .page-esubscription .esubscription-content .form-wrapper .row {
        margin-left: -30px;
        margin-right: -30px
    }

    .contact-us-content .form-wrapper [class*=col-],
    .page-esubscription .esubscription-content .form-wrapper [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }

    .contact-us-content .form-wrapper .field,
    .page-esubscription .esubscription-content .form-wrapper .field {
        margin-bottom: 20px
    }

.contact-us-content .header-text,
.page-esubscription .esubscription-content .header-text {
    color: #979797;
    font-size: 14px;
    line-height: 20px
}

.contact-us-content .text-red,
.page-esubscription .esubscription-content .text-red {
    color: #da291c
}

.contact-us-content .material-form-input,
.page-esubscription .esubscription-content .material-form-input {
    margin: 0
}

.contact-us-content .bootstrap-select,
.page-esubscription .esubscription-content .bootstrap-select {
    margin-bottom: 0
}

.contact-us-content .title,
.page-esubscription .esubscription-content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px
}

    .contact-us-content .title label,
    .page-esubscription .esubscription-content .title label {
        font-weight: 400;
        font-size: 16px
    }

    .contact-us-content .title .title-text,
    .page-esubscription .esubscription-content .title .title-text {
        margin-right: 30px;
        margin-bottom: 0
    }

    .contact-us-content .title .radio-inline + .radio-inline,
    .page-esubscription .esubscription-content .title .radio-inline + .radio-inline {
        margin-left: 25px
    }

    .contact-us-content .title .radio-inline input,
    .page-esubscription .esubscription-content .title .radio-inline input {
        width: 16px;
        height: 16px
    }

.contact-us-content .message-input,
.page-esubscription .esubscription-content .message-input {
    width: 100%;
    max-width: 100%;
    resize: vertical;
    min-height: 200px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    outline: 0
}

    .contact-us-content .message-input::-moz-placeholder,
    .page-esubscription .esubscription-content .message-input::-moz-placeholder {
        color: #969696;
        opacity: 1
    }

    .contact-us-content .message-input:-ms-input-placeholder,
    .page-esubscription .esubscription-content .message-input:-ms-input-placeholder {
        color: #969696
    }

    .contact-us-content .message-input::-webkit-input-placeholder,
    .page-esubscription .esubscription-content .message-input::-webkit-input-placeholder {
        color: #969696
    }

    .contact-us-content .message-input.error,
    .page-esubscription .esubscription-content .message-input.error {
        border: 1px solid #e74d42
    }

.contact-us-content .btn-wrapper,
.page-esubscription .esubscription-content .btn-wrapper {
    margin: 20px auto 0;
    display: table
}

    .contact-us-content .btn-inline .btn,
    .contact-us-content .btn-wrapper .btn,
    .page-esubscription .esubscription-content .btn-inline .btn,
    .page-esubscription .esubscription-content .btn-wrapper .btn {
        width: 200px;
        color: #fff;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        font-size: 16px;
        line-height: 20px;
        padding: 10px
    }

        .contact-us-content .btn-inline .btn + .btn,
        .contact-us-content .btn-wrapper .btn + .btn,
        .page-esubscription .esubscription-content .btn-inline .btn + .btn,
        .page-esubscription .esubscription-content .btn-wrapper .btn + .btn {
            margin-left: 40px
        }

    .contact-us-content .btn-inline .btn-reset,
    .contact-us-content .btn-wrapper .btn-reset,
    .page-esubscription .esubscription-content .btn-inline .btn-reset,
    .page-esubscription .esubscription-content .btn-wrapper .btn-reset {
        background: #27201F
    }

        .contact-us-content .btn-inline .btn-reset:focus,
        .contact-us-content .btn-inline .btn-reset:hover,
        .contact-us-content .btn-wrapper .btn-reset:focus,
        .contact-us-content .btn-wrapper .btn-reset:hover,
        .page-esubscription .esubscription-content .btn-inline .btn-reset:focus,
        .page-esubscription .esubscription-content .btn-inline .btn-reset:hover,
        .page-esubscription .esubscription-content .btn-wrapper .btn-reset:focus,
        .page-esubscription .esubscription-content .btn-wrapper .btn-reset:hover {
            background: #434036
        }

    .contact-us-content .btn-inline .btn-submit,
    .contact-us-content .btn-wrapper .btn-submit,
    .page-esubscription .esubscription-content .btn-inline .btn-submit,
    .page-esubscription .esubscription-content .btn-wrapper .btn-submit {
        background: #da291c
    }

        .contact-us-content .btn-inline .btn-submit:focus,
        .contact-us-content .btn-inline .btn-submit:hover,
        .contact-us-content .btn-wrapper .btn-submit:focus,
        .contact-us-content .btn-wrapper .btn-submit:hover,
        .page-esubscription .esubscription-content .btn-inline .btn-submit:focus,
        .page-esubscription .esubscription-content .btn-inline .btn-submit:hover,
        .page-esubscription .esubscription-content .btn-wrapper .btn-submit:focus,
        .page-esubscription .esubscription-content .btn-wrapper .btn-submit:hover {
            background: #e74d42
        }

.contact-us-content .error-message,
.page-esubscription .esubscription-content .error-message {
    color: #e74d42;
    font-size: 14px;
    position: absolute;
    top: 42px;
    line-height: 17px
}

.contact-us-content .message-input + .error-message,
.page-esubscription .esubscription-content .message-input + .error-message {
    position: relative;
    top: -8px
}

.contact-us-content .inline-radio label,
.page-esubscription .esubscription-content .inline-radio label {
    line-height: 20px
}

@media screen and (max-width:1480px) {

    .contact-us-content .form-wrapper .row,
    .page-esubscription .esubscription-content .form-wrapper .row {
        margin-left: -20px;
        margin-right: -20px
    }

    .contact-us-content .form-wrapper [class*=col-],
    .page-esubscription .esubscription-content .form-wrapper [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }

    .contact-us-content .title .title-text,
    .page-esubscription .esubscription-content .title .title-text {
        margin-right: 15px
    }

    .contact-us-content .title .radio-inline + .radio-inline,
    .page-esubscription .esubscription-content .title .radio-inline + .radio-inline {
        margin-left: 15px
    }
}

@media screen and (max-width:1120px) {

    .contact-us-content .form-wrapper,
    .page-esubscription .esubscription-content .form-wrapper {
        padding: 40px 20px
    }

        .contact-us-content .form-wrapper .row,
        .page-esubscription .esubscription-content .form-wrapper .row {
            margin-left: -15px;
            margin-right: -15px
        }

        .contact-us-content .form-wrapper [class*=col-],
        .page-esubscription .esubscription-content .form-wrapper [class*=col-] {
            padding-left: 15px;
            padding-right: 15px
        }
}

@media screen and (max-width:767px) {

    .contact-us-content .form-wrapper,
    .page-esubscription .esubscription-content .form-wrapper {
        padding: 40px 15px
    }

    .contact-us-content .btn-wrapper,
    .page-esubscription .esubscription-content .btn-wrapper {
        margin-top: 10px;
        display: block
    }

        .contact-us-content .btn-wrapper .btn,
        .page-esubscription .esubscription-content .btn-wrapper .btn {
            width: 100%;
            margin-top: 15px
        }

            .contact-us-content .btn-wrapper .btn + .btn,
            .page-esubscription .esubscription-content .btn-wrapper .btn + .btn {
                margin-left: 0
            }

    .contact-us-content .btn-inline .btn,
    .page-esubscription .esubscription-content .btn-inline .btn {
        width: 100%
    }

    .contact-us-content .title,
    .page-esubscription .esubscription-content .title {
        height: auto
    }

        .contact-us-content .title .title-text:not(.inline-xs),
        .page-esubscription .esubscription-content .title .title-text:not(.inline-xs) {
            font-weight: 600
        }

    .contact-us-content .inline-checkbox:not(.inline-xs),
    .contact-us-content .inline-radio:not(.inline-xs),
    .page-esubscription .esubscription-content .inline-checkbox:not(.inline-xs),
    .page-esubscription .esubscription-content .inline-radio:not(.inline-xs) {
        display: block
    }

        .contact-us-content .inline-checkbox:not(.inline-xs) .rounded,
        .contact-us-content .inline-checkbox:not(.inline-xs) .squared,
        .contact-us-content .inline-radio:not(.inline-xs) .rounded,
        .contact-us-content .inline-radio:not(.inline-xs) .squared,
        .page-esubscription .esubscription-content .inline-checkbox:not(.inline-xs) .rounded,
        .page-esubscription .esubscription-content .inline-checkbox:not(.inline-xs) .squared,
        .page-esubscription .esubscription-content .inline-radio:not(.inline-xs) .rounded,
        .page-esubscription .esubscription-content .inline-radio:not(.inline-xs) .squared {
            display: block;
            padding: 6px 0
        }

            .contact-us-content .inline-checkbox:not(.inline-xs) .rounded + .rounded,
            .contact-us-content .inline-checkbox:not(.inline-xs) .rounded + .squared,
            .contact-us-content .inline-checkbox:not(.inline-xs) .squared + .rounded,
            .contact-us-content .inline-checkbox:not(.inline-xs) .squared + .squared,
            .contact-us-content .inline-radio:not(.inline-xs) .rounded + .rounded,
            .contact-us-content .inline-radio:not(.inline-xs) .rounded + .squared,
            .contact-us-content .inline-radio:not(.inline-xs) .squared + .rounded,
            .contact-us-content .inline-radio:not(.inline-xs) .squared + .squared,
            .page-esubscription .esubscription-content .inline-checkbox:not(.inline-xs) .rounded + .rounded,
            .page-esubscription .esubscription-content .inline-checkbox:not(.inline-xs) .rounded + .squared,
            .page-esubscription .esubscription-content .inline-checkbox:not(.inline-xs) .squared + .rounded,
            .page-esubscription .esubscription-content .inline-checkbox:not(.inline-xs) .squared + .squared,
            .page-esubscription .esubscription-content .inline-radio:not(.inline-xs) .rounded + .rounded,
            .page-esubscription .esubscription-content .inline-radio:not(.inline-xs) .rounded + .squared,
            .page-esubscription .esubscription-content .inline-radio:not(.inline-xs) .squared + .rounded,
            .page-esubscription .esubscription-content .inline-radio:not(.inline-xs) .squared + .squared {
                margin-left: 0
            }
}

.careers .forms-wrapper .main-region-group,
.forms-download-content .main-region-group {
    border-bottom: 1px solid #cdcdcd;
    padding-left: 60px;
    margin-bottom: 30px;
    margin-top: 56px
}

    .careers .forms-wrapper .main-region-group:nth-child(1),
    .forms-download-content .main-region-group:nth-child(1) {
        margin-top: 0
    }

    .careers .forms-wrapper .main-region-group .region-group-title,
    .forms-download-content .main-region-group .region-group-title {
        width: 200px;
        height: 44px;
        text-align: center;
        background-color: #fff;
        border-top: solid 1px #cdcdcd;
        border-right: solid 1px #cdcdcd;
        border-left: solid 1px #cdcdcd;
        font-size: 18px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: 0;
        color: #27201F
    }

.careers .forms-wrapper .main-tab-content .item-box,
.forms-download-content .main-tab-content .item-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px
}

    .careers .forms-wrapper .main-tab-content .item-box .item-title,
    .forms-download-content .main-tab-content .item-box .item-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

        .careers .forms-wrapper .main-tab-content .item-box .item-title .title-text,
        .forms-download-content .main-tab-content .item-box .item-title .title-text {
            display: inline-block;
            line-height: 1;
            padding: 14px 24px;
            cursor: pointer;
            color: #27201F
        }

            .careers .forms-wrapper .main-tab-content .item-box .item-title .title-text:hover,
            .forms-download-content .main-tab-content .item-box .item-title .title-text:hover {
                background-color: #27201F;
                color: #fff
            }

            .careers .forms-wrapper .main-tab-content .item-box .item-title .title-text.active,
            .forms-download-content .main-tab-content .item-box .item-title .title-text.active {
                background-color: #27201F;
                color: #fff
            }

.careers .forms-wrapper .main-tab-content .content-box,
.forms-download-content .main-tab-content .content-box {
    background-color: #f1f0f0;
    padding: 20px 24px;
    border-top: 2px solid #27201F;
    display: none
}

    .careers .forms-wrapper .main-tab-content .content-box .block-panel,
    .forms-download-content .main-tab-content .content-box .block-panel {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-sm,
        .forms-download-content .main-tab-content .content-box .block-panel .block-item-sm {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 33%;
            -moz-box-flex: 0;
            -ms-flex: 0 1 33%;
            flex: 0 1 33%;
            padding-right: 16px
        }

            .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-sm:nth-child(3),
            .forms-download-content .main-tab-content .content-box .block-panel .block-item-sm:nth-child(3) {
                padding-right: 0
            }

            .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-sm .table,
            .forms-download-content .main-tab-content .content-box .block-panel .block-item-sm .table {
                border: 12px solid #fff;
                background-color: #fff
            }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-sm .table > thead > tr > th,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-sm .table > thead > tr > th {
                    padding: 12px 8px
                }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-sm .table > tbody > tr > td,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-sm .table > tbody > tr > td {
                    padding: 10px 8px
                }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-md,
        .forms-download-content .main-tab-content .content-box .block-panel .block-item-md {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 50%;
            -moz-box-flex: 0;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%;
            padding-right: 16px
        }

            .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-md:nth-child(2),
            .forms-download-content .main-tab-content .content-box .block-panel .block-item-md:nth-child(2) {
                padding-right: 0
            }

            .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-md .table,
            .forms-download-content .main-tab-content .content-box .block-panel .block-item-md .table {
                border: 12px solid #fff;
                background-color: #fff
            }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-md .table > thead > tr > th,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-md .table > thead > tr > th {
                    padding: 12px 8px
                }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-md .table > tbody > tr > td,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-md .table > tbody > tr > td {
                    padding: 10px 8px
                }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg,
        .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

            .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table-box,
            .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table-box {
                width: 938px;
                overflow-x: auto
            }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table-box .table,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table-box .table {
                    border: 12px solid #fff;
                    background-color: #fff
                }

            .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table,
            .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table {
                border: 12px solid #fff;
                background-color: #fff
            }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table > thead > tr > th,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table > thead > tr > th {
                    padding: 12px 8px;
                    vertical-align: middle
                }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table > tbody > tr > td,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table > tbody > tr > td {
                    padding: 10px 4px;
                    vertical-align: middle
                }

                .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table > thead > tr > th > span.table-label,
                .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table > thead > tr > th > span.table-label {
                    line-height: 20px;
                    font-size: 14px;
                    letter-spacing: 0;
                    color: #969696;
                    font-weight: 400
                }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel .icon-file-type,
        .forms-download-content .main-tab-content .content-box .block-panel .icon-file-type {
            width: 24px;
            height: 24px
        }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel.city-list,
        .forms-download-content .main-tab-content .content-box .block-panel.city-list {
            display: block
        }

    .careers .forms-wrapper .main-tab-content .content-box .block-content-city,
    .forms-download-content .main-tab-content .content-box .block-content-city {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item,
        .forms-download-content .main-tab-content .content-box .block-content-city .city-item {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 25%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -moz-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

            .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item.active .item-text,
            .forms-download-content .main-tab-content .content-box .block-content-city .city-item.active .item-text {
                color: #da291c
            }

                .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item.active .item-text::after,
                .forms-download-content .main-tab-content .content-box .block-content-city .city-item.active .item-text::after {
                    content: " ";
                    width: 0;
                    height: 0;
                    border-width: 8px;
                    border-style: solid;
                    border-color: transparent transparent #da291c transparent;
                    display: block;
                    position: absolute;
                    bottom: -8px;
                    left: -webkit-calc(50% - 8px);
                    left: -moz-calc(50% - 8px);
                    left: calc(50% - 8px)
                }

            .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item.active .city-content-box .content-box,
            .forms-download-content .main-tab-content .content-box .block-content-city .city-item.active .city-content-box .content-box {
                display: block !important
            }

            .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item .item-text,
            .forms-download-content .main-tab-content .content-box .block-content-city .city-item .item-text {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -moz-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 10px;
                font-size: 16px;
                line-height: 20px;
                position: relative;
                cursor: pointer
            }

                .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item .item-text:hover,
                .forms-download-content .main-tab-content .content-box .block-content-city .city-item .item-text:hover {
                    background-color: #e3e3e3
                }

    .careers .forms-wrapper .main-tab-content .content-box .city-content-box,
    .forms-download-content .main-tab-content .content-box .city-content-box {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0
    }

        .careers .forms-wrapper .main-tab-content .content-box .city-content-box .content-box,
        .forms-download-content .main-tab-content .content-box .city-content-box .content-box {
            border-top-style: dashed;
            border-top-width: 1px;
            margin-top: 8px;
            background: #fff;
            margin-bottom: 20px
        }

            .careers .forms-wrapper .main-tab-content .content-box .city-content-box .content-box .table,
            .forms-download-content .main-tab-content .content-box .city-content-box .content-box .table {
                margin: 0
            }

        .careers .forms-wrapper .main-tab-content .content-box .city-content-box .block-panel-city,
        .forms-download-content .main-tab-content .content-box .city-content-box .block-panel-city {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0 40px
        }

@media screen and (max-width:1600px) {

    .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table-box,
    .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table-box {
        width: 790px;
        margin-bottom: 20px
    }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table-box .table,
        .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table-box .table {
            margin-bottom: 0
        }
}

@media screen and (max-width:1480px) {

    .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table-box,
    .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table-box {
        width: 727px
    }
}

@media screen and (max-width:1400px) {

    .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table-box,
    .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table-box {
        width: 652px
    }
}

@media screen and (max-width:1120px) {

    .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table-box,
    .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table-box {
        width: 583px
    }
}

@media screen and (min-width:769px) {

    .careers .forms-wrapper .main-tab-content .block-content-city .city-item,
    .forms-download-content .main-tab-content .block-content-city .city-item {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:768px) {

    .careers .forms-wrapper .main-region-group,
    .forms-download-content .main-region-group {
        padding-left: 0;
        margin-top: 30px
    }

        .careers .forms-wrapper .main-region-group .region-group-title,
        .forms-download-content .main-region-group .region-group-title {
            margin-left: auto;
            margin-right: auto
        }

    .careers .forms-wrapper .main-tab-content .item-box,
    .forms-download-content .main-tab-content .item-box {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-right: 16px;
        margin-top: 0
    }

        .careers .forms-wrapper .main-tab-content .item-box .item-title,
        .forms-download-content .main-tab-content .item-box .item-title {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            margin-bottom: 2px
        }

            .careers .forms-wrapper .main-tab-content .item-box .item-title .title-text,
            .forms-download-content .main-tab-content .item-box .item-title .title-text {
                margin-right: auto;
                margin-left: auto;
                padding: 16px
            }

    .careers .forms-wrapper .main-tab-content .content-box,
    .forms-download-content .main-tab-content .content-box {
        border-top: none
    }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-md,
        .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-sm,
        .forms-download-content .main-tab-content .content-box .block-panel .block-item-md,
        .forms-download-content .main-tab-content .content-box .block-panel .block-item-sm {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding-right: 0
        }

        .careers .forms-wrapper .main-tab-content .content-box .city-content-box .block-panel-city,
        .forms-download-content .main-tab-content .content-box .city-content-box .block-panel-city {
            padding: 0
        }

        .careers .forms-wrapper .main-tab-content .content-box .block-content-city,
        .forms-download-content .main-tab-content .content-box .block-content-city {
            margin-bottom: 0 !important
        }

            .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item,
            .forms-download-content .main-tab-content .content-box .block-content-city .city-item {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 100%;
                -moz-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                position: relative
            }
}

@media screen and (max-width:500px) {

    .careers .forms-wrapper .main-tab-content .item-box .item-title .title-text,
    .forms-download-content .main-tab-content .item-box .item-title .title-text {
        padding: 14px 10px
    }

    .careers .forms-wrapper .main-tab-content .content-box,
    .forms-download-content .main-tab-content .content-box {
        padding: 20px 6px
    }

        .careers .forms-wrapper .main-tab-content .content-box .block-content-city .city-item .item-text,
        .forms-download-content .main-tab-content .content-box .block-content-city .city-item .item-text {
            padding: 10px;
            font-size: 14px
        }

        .careers .forms-wrapper .main-tab-content .content-box .block-panel .block-item-lg .table > tbody > tr > td,
        .forms-download-content .main-tab-content .content-box .block-panel .block-item-lg .table > tbody > tr > td {
            font-size: 14px;
            padding: 10px 2px
        }

        .careers .forms-wrapper .main-tab-content .content-box p,
        .forms-download-content .main-tab-content .content-box p {
            padding: 0 8px
        }
}

.search-content .form-wrapper {
    padding: 40px 50px 0 50px;
    background-color: #f6f5f5;
    color: #27201F
}

    .search-content .form-wrapper .row {
        margin-left: -30px;
        margin-right: -30px
    }

    .search-content .form-wrapper [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }

    .search-content .form-wrapper .field {
        margin-bottom: 20px
    }

.search-content .header-text {
    color: #979797;
    font-size: 14px
}

.search-content .text-red {
    color: #da291c
}

.search-content .material-form-input {
    margin: 0
}

.search-content .bootstrap-select {
    margin-bottom: 0
}

.search-content .message-input {
    width: 100%;
    max-width: 100%;
    resize: vertical;
    min-height: 200px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    outline: 0
}

    .search-content .message-input::-moz-placeholder {
        color: #969696;
        opacity: 1
    }

    .search-content .message-input:-ms-input-placeholder {
        color: #969696
    }

    .search-content .message-input::-webkit-input-placeholder {
        color: #969696
    }

    .search-content .message-input.error {
        border-color: 1px solid #e74d42
    }

.search-content .btn-wrapper {
    margin: 0 auto 20px;
    display: table
}

    .search-content .btn-wrapper .btn {
        width: 200px;
        color: #fff;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        font-size: 16px;
        line-height: 22px;
        padding: 10px
    }

        .search-content .btn-wrapper .btn + .btn {
            margin-left: 40px
        }

    .search-content .btn-wrapper .btn-submit {
        background: #da291c
    }

        .search-content .btn-wrapper .btn-submit:focus,
        .search-content .btn-wrapper .btn-submit:hover {
            background: #e74d42
        }

.search-content .error-message {
    color: #e74d42;
    font-size: 14px;
    position: absolute;
    top: 42px;
    line-height: 17px
}

.search-content .message-input + .error-message {
    position: relative;
    top: -8px
}

.search-content input[type=checkbox] {
    margin-top: 7px
}

.search-content .search-result .search-summary {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0;
    color: #969696;
    margin: 40px 0 30px
}

.search-content .search-result .row .col-sm-12 ul.result-list {
    list-style: none;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

    .search-content .search-result .row .col-sm-12 ul.result-list li.result-item {
        margin-bottom: 30px
    }

        .search-content .search-result .row .col-sm-12 ul.result-list li.result-item .item-title {
            font-size: 18px;
            font-weight: 400;
            font-stretch: normal;
            line-height: 24px;
            letter-spacing: 0;
            color: #27201F
        }

        .search-content .search-result .row .col-sm-12 ul.result-list li.result-item .item-link a {
            font-size: 16px;
            font-weight: 400;
            font-stretch: normal;
            text-decoration: none;
            line-height: 22px;
            letter-spacing: .7px;
            color: #157eff;
            overflow-wrap: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto
        }

            .search-content .search-result .row .col-sm-12 ul.result-list li.result-item .item-link a:hover {
                text-decoration: underline
            }

            .search-content .search-result .row .col-sm-12 ul.result-list li.result-item .item-link a:focus {
                text-decoration: underline
            }

        .search-content .search-result .row .col-sm-12 ul.result-list li.result-item .item-description {
            font-size: 16px;
            font-weight: 400;
            font-stretch: normal;
            line-height: 22px;
            letter-spacing: 0;
            color: #969696;
            margin-top: 4px
        }

@media screen and (max-width:1480px) {
    .search-content .form-wrapper .row {
        margin-left: -20px;
        margin-right: -20px
    }

    .search-content .form-wrapper [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }

    .search-content .title .title-text {
        margin-right: 15px
    }

    .search-content .title .radio-inline + .radio-inline {
        margin-left: 15px
    }
}

@media screen and (max-width:1120px) {
    .search-content .form-wrapper {
        padding: 40px 20px
    }

        .search-content .form-wrapper .row {
            margin-left: -15px;
            margin-right: -15px
        }

        .search-content .form-wrapper [class*=col-] {
            padding-left: 15px;
            padding-right: 15px
        }
}

@media screen and (max-width:767px) {
    .search-content .form-wrapper {
        padding: 40px 15px
    }

    .search-content .btn-wrapper {
        display: block
    }

        .search-content .btn-wrapper .btn {
            width: 100%;
            margin-top: 15px
        }

            .search-content .btn-wrapper .btn + .btn {
                margin-left: 0
            }
}

.our-philosophy-panel {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -20px
}

    .our-philosophy-panel .our-philosophy-item-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
        margin-top: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .our-philosophy-panel .our-philosophy-item-box .item {
            width: 300px;
            height: 300px;
            color: #fff;
            position: relative;
            overflow: hidden
        }

            .our-philosophy-panel .our-philosophy-item-box .item .item-mask {
                opacity: 0;
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, .45);
                transition: all .2s ease;
                -moz-transition: all .2s ease;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease
            }

            .our-philosophy-panel .our-philosophy-item-box .item .item-title {
                position: absolute;
                bottom: 0;
                width: 100%;
                padding: 30px;
                font-size: 20px;
                line-height: 27px;
                letter-spacing: 0;
                background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, 0));
                background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, 0));
                background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, 0));
                background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(70%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                background: linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, 0));
                transition: all .45s ease;
                -moz-transition: all .45s ease;
                -webkit-transition: all .45s ease;
                -o-transition: all .45s ease
            }

            .our-philosophy-panel .our-philosophy-item-box .item .item-content {
                position: absolute;
                width: 100%;
                height: 100%;
                padding: 0 30px;
                display: table;
                line-height: 20px;
                letter-spacing: 0;
                transform: translateY(-150%);
                -ms-transform: translateY(-150%);
                -moz-transform: translateY(-150%);
                -webkit-transform: translateY(-150%);
                -o-transform: translateY(-150%);
                transition: all .65s ease;
                -moz-transition: all .65s ease;
                -webkit-transition: all .65s ease;
                -o-transition: all .65s ease
            }

                .our-philosophy-panel .our-philosophy-item-box .item .item-content span {
                    display: table-cell;
                    vertical-align: middle
                }

        .our-philosophy-panel .our-philosophy-item-box:hover .item-title-mask {
            opacity: 0
        }

        .our-philosophy-panel .our-philosophy-item-box:hover .item-mask {
            opacity: 1
        }

        .our-philosophy-panel .our-philosophy-item-box:hover .item-title {
            transform: translateY(100%);
            -ms-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -o-transform: translateY(100%)
        }

        .our-philosophy-panel .our-philosophy-item-box:hover .item-content {
            transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0)
        }

        .our-philosophy-panel .our-philosophy-item-box:nth-child(1) .item {
            background: url(../img/ourphilosophy/our_philosophy_quality_people_and_it.jpg) no-repeat center;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .our-philosophy-panel .our-philosophy-item-box:nth-child(2) .item {
            background: url(../img/ourphilosophy/our_philosophy_international_and_domestic_logistics_services_and_networks.jpg) no-repeat center;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .our-philosophy-panel .our-philosophy-item-box:nth-child(3) .item {
            background: url(../img/ourphilosophy/our_philosophy_helping_you_make_all_the_right_moves.jpg) no-repeat center;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .our-philosophy-panel .our-philosophy-item-box:nth-child(4) .item {
            background: url(../img/ourphilosophy/our_philosophy_full_visibility_and_control.jpg) no-repeat center;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .our-philosophy-panel .our-philosophy-item-box:nth-child(5) .item {
            background: url(../img/ourphilosophy/our_philosophy_the_best_in_class_service_providers.jpg) no-repeat center;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .our-philosophy-panel .our-philosophy-item-box:nth-child(6) .item {
            background: url(../img/ourphilosophy/our_philosophy_satisfaction_for_you_and_your_customers_and_associates.jpg) no-repeat center;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

@media screen and (max-width:1600px) {
    .our-philosophy-panel .our-philosophy-item-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
        margin-top: 40px
    }

        .our-philosophy-panel .our-philosophy-item-box .item {
            width: 250px;
            height: 250px
        }

            .our-philosophy-panel .our-philosophy-item-box .item .item-title {
                font-size: 20px;
                line-height: 27px;
                letter-spacing: 0
            }

            .our-philosophy-panel .our-philosophy-item-box .item .item-content {
                padding: 0 25px;
                font-size: 14px;
                line-height: 18px
            }
}

@media screen and (max-width:1480px) {
    .our-philosophy-panel .our-philosophy-item-box {
        margin-top: 20px
    }
}

@media screen and (max-width:1280px) {
    .our-philosophy-panel .our-philosophy-item-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-top: 40px
    }

        .our-philosophy-panel .our-philosophy-item-box .item {
            width: 300px;
            height: 300px
        }

            .our-philosophy-panel .our-philosophy-item-box .item .item-title {
                padding: 30px
            }

            .our-philosophy-panel .our-philosophy-item-box .item .item-content {
                padding: 0 30px;
                font-size: 16px;
                line-height: 20px
            }
}

@media screen and (max-width:1120px) {
    .our-philosophy-panel .our-philosophy-item-box {
        margin-top: 20px
    }
}

@media screen and (max-width:991px) {
    .our-philosophy-panel .our-philosophy-item-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
        margin-top: 20px
    }

        .our-philosophy-panel .our-philosophy-item-box .item {
            width: 250px;
            height: 250px
        }

            .our-philosophy-panel .our-philosophy-item-box .item .item-title {
                padding: 25px;
                font-size: 20px;
                line-height: 27px;
                letter-spacing: 0
            }

            .our-philosophy-panel .our-philosophy-item-box .item .item-content {
                padding: 0 25px;
                font-size: 14px;
                line-height: 18px
            }
}

@media screen and (max-width:850px) {
    .our-philosophy-panel .our-philosophy-item-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-top: 40px
    }

        .our-philosophy-panel .our-philosophy-item-box .item {
            width: 300px;
            height: 300px
        }

            .our-philosophy-panel .our-philosophy-item-box .item .item-title {
                padding: 30px
            }

            .our-philosophy-panel .our-philosophy-item-box .item .item-content {
                padding: 0 30px;
                font-size: 16px;
                line-height: 20px
            }
}

@media screen and (max-width:768px) {
    .our-philosophy-panel {
        display: none
    }
}

.our-philosophy-panel-mobile {
    display: none
}

@media screen and (max-width:768px) {
    .our-philosophy-panel-mobile {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 15px;
        border-bottom: 1px solid #e3e3e3;
        margin: 20px -8px 40px -8px;
        padding: 0 8px
    }

        .our-philosophy-panel-mobile .part-title {
            font-size: 16px;
            font-weight: 700 !important;
            color: #27201F;
            margin: 0 -8px;
            padding: 8px;
            border-top: 1px solid #e3e3e3;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 32px
        }

            .our-philosophy-panel-mobile .part-title .collapse-icon {
                font-size: 16px;
                top: 0;
                display: inline-block;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

            .our-philosophy-panel-mobile .part-title.collapsed .collapse-icon {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .our-philosophy-panel-mobile .part:not(.active) {
            display: block
        }

        .our-philosophy-panel-mobile .content {
            margin: 0 -8px 0;
            padding: 0 8px
        }
}

.page-esubscription .esubscription-tabs {
    border-color: #da291c;
    padding: 0 40px
}

    .page-esubscription .esubscription-tabs > li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0
    }

        .page-esubscription .esubscription-tabs > li.active > a {
            background-color: #da291c;
            color: #fff;
            border-color: #da291c
        }

        .page-esubscription .esubscription-tabs > li:not(:last-child) a {
            margin: 0 -1px 0 0
        }

        .page-esubscription .esubscription-tabs > li:not(:first-child) a {
            border-left-color: rgba(0, 0, 0, 0)
        }

        .page-esubscription .esubscription-tabs > li:not(.active) a:focus,
        .page-esubscription .esubscription-tabs > li:not(.active) a:hover {
            color: #da291c;
            border-color: #da291c;
            z-index: 10;
            background-color: #fff
        }

        .page-esubscription .esubscription-tabs > li a {
            position: relative;
            padding: 12px 24px;
            border-width: 1px 1px 0 1px;
            display: block;
            color: #27201F;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
            border-color: #eee;
            border-bottom-width: 0 !important;
            text-decoration: none
        }

        .page-esubscription .esubscription-tabs > li .tab-title {
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            font-weight: 700;
            -webkit-font-smoothing: none
        }

.page-esubscription .esubscription-content .form-wrapper {
    padding: 40px 80px
}

    .page-esubscription .esubscription-content .form-wrapper .sub-title {
        color: #27201F;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        font-weight: 600;
        margin: 10px 0 20px;
        font-size: 20px
    }

    .page-esubscription .esubscription-content .form-wrapper .checkbox-row {
        margin: 8px 0 0
    }

    .page-esubscription .esubscription-content .form-wrapper .squared + .squared {
        margin-left: 50px
    }

    .page-esubscription .esubscription-content .form-wrapper .btn-inline {
        padding-left: 0
    }

    .page-esubscription .esubscription-content .form-wrapper .btn-wrapper {
        margin: 40px auto 20px
    }

@media screen and (max-width:1280px) {
    .page-esubscription .esubscription-content .form-wrapper .squared + .squared {
        margin-left: 20px
    }
}

@media screen and (max-width:1120px) {
    .page-esubscription .esubscription-content .form-wrapper {
        padding: 40px 20px
    }
}

@media screen and (max-width:768px) {
    .page-esubscription .esubscription-tabs {
        margin: 0 -15px
    }
}

@media screen and (max-width:767px) {
    .page-esubscription .esubscription-tabs {
        padding: 0;
        border-bottom: none;
        margin-bottom: 15px
    }

        .page-esubscription .esubscription-tabs > li {
            display: block;
            width: 100%
        }

            .page-esubscription .esubscription-tabs > li a {
                margin: 0 !important
            }

            .page-esubscription .esubscription-tabs > li:not(.active) a {
                border: 1px solid #eee;
                border-left-color: #eee !important;
                border-top-color: transparent;
                border-width: 1px !important
            }

            .page-esubscription .esubscription-tabs > li + li a {
                margin-top: -1px
            }

    .page-esubscription .esubscription-content .form-wrapper {
        padding: 40px 15px
    }

        .page-esubscription .esubscription-content .form-wrapper .checkbox-row {
            margin: 0
        }

        .page-esubscription .esubscription-content .form-wrapper .squared {
            display: block;
            padding: 6px 0
        }

            .page-esubscription .esubscription-content .form-wrapper .squared + .squared {
                margin-left: 0
            }

        .page-esubscription .esubscription-content .form-wrapper .customization-title {
            font-weight: 600
        }

        .page-esubscription .esubscription-content .form-wrapper .btn-inline {
            padding-left: 15px
        }

        .page-esubscription .esubscription-content .form-wrapper .btn-wrapper {
            margin: 20px auto 0
        }
}

.careers .kf-wrapper {
    margin-bottom: 40px
}

.careers .key-function-item-box {
    padding: 15px
}

    .careers .key-function-item-box .item {
        width: 100%;
        height: 380px;
        color: #fff;
        position: relative;
        overflow: hidden;
        cursor: pointer
    }

        .careers .key-function-item-box .item .item-mask {
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .45);
            transition: all .2s ease;
            -moz-transition: all .2s ease;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease
        }

        .careers .key-function-item-box .item .item-title {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 30px;
            font-size: 24px;
            line-height: 28px;
            letter-spacing: 0;
            background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, 0));
            background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, 0));
            background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, 0));
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(75%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
            background: linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, 0));
            transition: all .45s ease;
            -moz-transition: all .45s ease;
            -webkit-transition: all .45s ease;
            -o-transition: all .45s ease
        }

            .careers .key-function-item-box .item .item-title i.fas {
                font-size: 28px;
                margin-right: 20px
            }

            .careers .key-function-item-box .item .item-title .icon-service {
                display: inline-block;
                background-image: url(../img/icon_service.svg);
                background-position: center;
                height: 32px;
                width: 30px;
                margin-right: 20px;
                margin-bottom: -8px;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover
            }

            .careers .key-function-item-box .item .item-title .icon-device {
                display: inline-block;
                background-image: url(../img/icon_device.svg);
                background-position: center;
                height: 36px;
                width: 33px;
                margin-right: 20px;
                margin-bottom: -8px;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover
            }

        .careers .key-function-item-box .item .item-content {
            position: absolute;
            font-size: 16px;
            width: 100%;
            height: 100%;
            padding: 0 24px;
            display: table;
            line-height: 18px;
            letter-spacing: 0;
            transform: translateY(-150%);
            -ms-transform: translateY(-150%);
            -moz-transform: translateY(-150%);
            -webkit-transform: translateY(-150%);
            -o-transform: translateY(-150%);
            transition: all .65s ease;
            -moz-transition: all .65s ease;
            -webkit-transition: all .65s ease;
            -o-transition: all .65s ease
        }

            .careers .key-function-item-box .item .item-content span {
                display: table-cell;
                vertical-align: middle
            }

    .careers .key-function-item-box:hover .item-title-mask {
        opacity: 0
    }

    .careers .key-function-item-box:hover .item-mask {
        opacity: 1
    }

    .careers .key-function-item-box:hover .item-title {
        transform: translateY(100%);
        -ms-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%)
    }

    .careers .key-function-item-box:hover .item-content {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0)
    }

    .careers .key-function-item-box:nth-child(1) .item {
        background: url(../img/careers/careers01.jpg) no-repeat center;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .careers .key-function-item-box:nth-child(2) .item {
        background: url(../img/careers/careers02.jpg) no-repeat center;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .careers .key-function-item-box:nth-child(3) .item {
        background: url(../img/careers/careers03.jpg) no-repeat center;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .careers .key-function-item-box:nth-child(4) .item {
        background: url(../img/careers/careers04.jpg) no-repeat center;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

.careers .forms-wrapper .content-box {
    overflow-x: auto
}

    .careers .forms-wrapper .content-box a {
        color: #157eff
    }

    .careers .forms-wrapper .content-box .table,
    .careers .forms-wrapper .content-box p {
        margin-bottom: 0
    }

        .careers .forms-wrapper .content-box .table + .table,
        .careers .forms-wrapper .content-box .table + p,
        .careers .forms-wrapper .content-box p + .table,
        .careers .forms-wrapper .content-box p + p {
            margin-top: 20px
        }

.careers .show-1600 {
    display: block
}

.careers .hide-1600 {
    display: none
}

@media screen and (max-width:1600px) {
    .careers .kf-wrapper {
        margin-top: -15px
    }

        .careers .kf-wrapper .show-1600 {
            display: none
        }

        .careers .kf-wrapper .hide-1600 {
            display: block
        }
}

@media screen and (max-width:1360px) {
    .careers .key-function-item-box .item {
        height: 300px
    }

        .careers .key-function-item-box .item .item-title {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 30px;
            font-size: 20px;
            line-height: 24px
        }

            .careers .key-function-item-box .item .item-title i.fas {
                font-size: 20px;
                margin-right: 16px
            }

        .careers .key-function-item-box .item .item-content {
            font-size: 14px;
            line-height: 16px;
            padding: 0 24px
        }
}

@media screen and (max-width:768px) {
    .careers .kf-wrapper {
        display: none
    }
}

@media screen and (max-width:500px) {

    .careers .forms-wrapper .content-box .table,
    .careers .forms-wrapper .content-box p {
        padding: 0 8px;
        margin-bottom: 0
    }

        .careers .forms-wrapper .content-box .table + .table,
        .careers .forms-wrapper .content-box .table + p,
        .careers .forms-wrapper .content-box p + .table,
        .careers .forms-wrapper .content-box p + p {
            margin-top: 20px
        }
}

.kf-wrapper-mobile {
    display: none
}

@media screen and (max-width:768px) {
    .kf-wrapper-mobile {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 15px;
        border-bottom: 1px solid #e3e3e3;
        margin: 20px -8px 40px -8px;
        padding: 0 8px
    }

        .kf-wrapper-mobile .part-title {
            font-size: 16px;
            font-weight: 700 !important;
            color: #27201F;
            margin: 0 -8px;
            padding: 8px;
            border-top: 1px solid #e3e3e3;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 32px
        }

            .kf-wrapper-mobile .part-title span {
                text-align: center
            }

                .kf-wrapper-mobile .part-title span i {
                    margin-right: 8px;
                    width: 18px;
                    height: 18px;
                    color: #da291c
                }

                .kf-wrapper-mobile .part-title span .icon-service {
                    display: inline-block;
                    background-image: url(../img/icon_service_red.svg);
                    background-position: center;
                    height: 16px;
                    width: 16px;
                    margin-right: 8px;
                    margin-bottom: -4px;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover
                }

                .kf-wrapper-mobile .part-title span .icon-device {
                    display: inline-block;
                    background-image: url(../img/icon_device_red.svg);
                    background-position: center;
                    height: 18px;
                    width: 18px;
                    margin-right: 8px;
                    margin-bottom: -4px;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover
                }

            .kf-wrapper-mobile .part-title .collapse-icon {
                font-size: 16px;
                top: 0;
                display: inline-block;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

            .kf-wrapper-mobile .part-title.collapsed .collapse-icon {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .kf-wrapper-mobile .part:not(.active) {
            display: block
        }

        .kf-wrapper-mobile .content {
            margin: 0 -8px 0;
            padding: 0 8px
        }
}

p.news-letter-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #979797
}

    p.news-letter-description a {
        font-size: 16px;
        letter-spacing: 0;
        color: #157eff
    }

.year-title {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: #27201F;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 16px;
    margin-top: 30px;
    margin-bottom: 20px
}

.news-letter-panel {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 25px
}

    .news-letter-panel .news-item-wrap {
        display: block;
        text-decoration: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }

        .news-letter-panel .news-item-wrap .news-item {
            display: block;
            text-decoration: none;
            background-color: #f1f0f0;
            border: solid 1px #e3e3e3;
            padding: 9px 12px;
            width: 216px;
            height: 320px;
            margin-right: auto;
            margin-left: auto
        }

            .news-letter-panel .news-item-wrap .news-item .news-item-cover {
                text-align: center
            }

                .news-letter-panel .news-item-wrap .news-item .news-item-cover img {
                    width: 100%
                }

            .news-letter-panel .news-item-wrap .news-item .news-item-title {
                text-align: center;
                font-size: 16px;
                font-weight: 600;
                font-stretch: normal;
                line-height: 21px;
                letter-spacing: 0;
                color: #27201F;
                padding: 8px 0
            }

            .news-letter-panel .news-item-wrap .news-item:hover .news-item-title {
                color: #f23325
            }

.news-description-panel {
    position: relative;
    background-color: #f1f0f0;
    padding: 24px;
    margin: 16px 14px 0 14px;
    display: none
}

    .news-description-panel ul.articleUl {
        margin: 0;
        padding: 0 0 0 10px;
        list-style: none;
        display: none
    }

        .news-description-panel ul.articleUl li {
            padding: 8px 0 8px 12px;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: .7px;
            border-bottom: 1px dashed #cdcdcd;
            position: relative
        }

            .news-description-panel ul.articleUl li:nth-last-child(1) {
                border-bottom: none
            }

            .news-description-panel ul.articleUl li::before {
                content: ' ';
                border-bottom: 2px solid #27201F;
                height: 0;
                width: 6px;
                display: inline-block;
                margin-right: 8px;
                position: absolute;
                left: 0;
                top: 16px
            }

    .news-description-panel .item-arrow {
        position: absolute;
        width: 8px;
        height: 0;
        border-bottom: 8px solid #27201F;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        top: -7px;
        left: 50px;
        transition: left .25s ease-in-out;
        -moz-transition: left .25s ease-in-out;
        -webkit-transition: left .25s ease-in-out;
        -o-transition: left .25s ease-in-out
    }

.news-letter-panel .news-item-wrap .news-description {
    background-color: #f1f0f0;
    margin: 15px 0;
    border: solid 1px #e3e3e3;
    display: none
}

    .news-letter-panel .news-item-wrap .news-description ul.articleUl {
        padding: 0 0 0 10px;
        list-style: none
    }

        .news-letter-panel .news-item-wrap .news-description ul.articleUl li {
            padding: 8px 0;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: .7px;
            border-bottom: 1px dashed #cdcdcd
        }

            .news-letter-panel .news-item-wrap .news-description ul.articleUl li:nth-last-child(1) {
                border-bottom: none
            }

@media (max-width:1600px) {
    .news-letter-panel .news-item-wrap .news-item {
        padding: 9px 12px;
        width: 180px;
        height: 267px
    }

        .news-letter-panel .news-item-wrap .news-item .news-item-title {
            font-size: 16px;
            font-weight: 600;
            font-stretch: normal;
            line-height: 21px;
            padding: 8px 0
        }

        .news-letter-panel .news-item-wrap .news-item:hover .news-item-title {
            color: #f23325
        }

    .news-description-panel {
        padding: 24px;
        margin: 16px 12px 0 12px
    }

        .news-description-panel ul.articleUl li {
            padding: 8px 0;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: .7px
        }
}

@media (max-width:1280px) {
    .news-letter-panel .news-item-wrap .news-item {
        padding: 9px 12px;
        width: 153px;
        height: 227px
    }

        .news-letter-panel .news-item-wrap .news-item .news-item-title {
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            line-height: 21px;
            padding: 6px 0
        }

        .news-letter-panel .news-item-wrap .news-item:hover .news-item-title {
            color: #f23325
        }

    .news-description-panel {
        padding: 24px;
        margin: 16px 8px 0 8px
    }

        .news-description-panel ul.articleUl li {
            padding: 8px 0 8px 12px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0
        }
}

@media (max-width:991px) {
    .news-letter-panel .news-item-wrap .news-item {
        padding: 9px 12px;
        width: 180px;
        height: 267px
    }

        .news-letter-panel .news-item-wrap .news-item .news-item-title {
            font-size: 16px;
            font-weight: 600;
            font-stretch: normal;
            line-height: 21px;
            padding: 8px 0
        }

        .news-letter-panel .news-item-wrap .news-item:hover .news-item-title {
            color: #f23325
        }

    .news-description-panel {
        padding: 24px;
        margin: 16px 16px 0 16px
    }

        .news-description-panel ul.articleUl li {
            padding: 8px 0 8px 12px;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: .7px
        }
}

@media (max-width:800px) {
    .news-letter-panel .news-item-wrap .news-item {
        padding: 9px 12px;
        width: 153px;
        height: 227px
    }

        .news-letter-panel .news-item-wrap .news-item .news-item-title {
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            line-height: 21px;
            padding: 6px 0
        }

        .news-letter-panel .news-item-wrap .news-item:hover .news-item-title {
            color: #f23325
        }

    .news-description-panel {
        padding: 24px;
        margin: 16px 16px 0 16px
    }

        .news-description-panel ul.articleUl li {
            padding: 8px 0 8px 12px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0
        }
}

@media (max-width:769px) {
    .year-title {
        text-align: center
    }

    .page-news-letter {
        width: 100%
    }

    .news-letter-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 25px
    }

        .news-letter-panel .news-item-wrap {
            display: block;
            text-decoration: none;
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 50%;
            -moz-box-flex: 0;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%;
            margin-top: 25px
        }

            .news-letter-panel .news-item-wrap .news-item {
                padding: 9px 12px;
                width: 216px;
                height: 320px
            }

                .news-letter-panel .news-item-wrap .news-item .news-item-title {
                    text-align: center;
                    font-size: 16px;
                    font-weight: 600;
                    font-stretch: normal;
                    line-height: 21px;
                    letter-spacing: 0;
                    color: #27201F;
                    padding: 8px 0
                }

                .news-letter-panel .news-item-wrap .news-item:hover .news-item-title {
                    color: #f23325
                }

    .news-description-panel {
        display: none !important
    }

    .news-letter-panel .news-item-wrap .news-description {
        width: 216px;
        height: auto;
        margin: 15px auto;
        background-color: #f1f0f0;
        padding: 16px;
        border: solid 1px #e3e3e3;
        display: none;
        position: relative
    }

        .news-letter-panel .news-item-wrap .news-description:before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            left: -webkit-calc(46%);
            left: -moz-calc(46%);
            left: calc(46%);
            top: -8px;
            border-bottom: 8px solid #27201F;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent
        }

        .news-letter-panel .news-item-wrap .news-description ul.articleUl {
            padding: 0 0 0 16px;
            list-style: outside url(../img/news-letter-list-style.png)
        }

            .news-letter-panel .news-item-wrap .news-description ul.articleUl li {
                padding: 8px 0 8px 12px;
                font-size: 14px;
                line-height: 18px;
                letter-spacing: 0;
                border-bottom: 1px dashed #cdcdcd
            }

                .news-letter-panel .news-item-wrap .news-description ul.articleUl li:nth-last-child(1) {
                    border-bottom: none
                }
}

@media (max-width:480px) {
    .news-letter-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 25px
    }

        .news-letter-panel .news-item-wrap {
            display: block;
            text-decoration: none;
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            margin-top: 25px
        }

            .news-letter-panel .news-item-wrap .news-description {
                height: auto;
                margin: 15px auto
            }
}



.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: height, -o-transform;
        -moz-transition-property: transform, height, -moz-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -o-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide,
    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide,
        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes swiper-preloader-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.product-wrapper {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}



.product-features .product-body {
    height: 800px;
    padding: 0 10px 620px 0;
    margin-top: -350px
}

    .product-features .product-body:after {
        content: " ";
        width: 100%;
        height: 20px;
        background: url(../img/timeline/productBase-features-model.png) no-repeat;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: center;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 0;
        z-index: 0;
        opacity: .8
    }

.features-item {
    list-style-type: none;
    color: #fff;
    position: relative;
    float: left
}

.features-slide {
    list-style: none
}

    .features-slide .features-item > * {
        text-align: center
    }

.features-item .year {
    width: 72px;
    height: 72px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 72px;
    cursor: move;
    position: absolute;
    top: 362px;
    left: -webkit-calc(50% - 64px);
    left: -moz-calc(50% - 64px);
    left: calc(50% - 64px);
    z-index: 2;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s
}

    .features-item .year::before {
        content: ' ';
        position: absolute;
        width: 66px;
        height: 66px;
        left: 3px;
        top: 3px;
        border: 2px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

.features-item .info {
    display: none;
    width: 280px;
    padding: 20px 10px;
    position: absolute;
    top: 440px;
    left: -10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s
}

    .features-item .info .features-info-i {
        max-height: 140px;
        max-width: 240px
    }

    .features-item .info .features-info-s {
        font-size: 16px;
        color: #333;
        line-height: 24px;
        overflow: hidden
    }

.features-item:hover .year {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

.features-item.show-info .info {
    display: block
}

.product-features .swiper-button-prev {
    left: -15px;
    top: 50%;
    margin-top: -15px;
    background: 0 0
}

    .product-features .swiper-button-prev:after {
        content: "";
        width: 15px;
        height: 30px;
        display: inline-block;
        position: absolute;
        background: url(../img/timeline/productBase-features-left.png) no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        top: 0;
        left: 50%;
        margin-left: -7px
    }

.product-features .swiper-button-next {
    right: -15px;
    top: 50%;
    margin-top: -15px;
    background: 0 0
}

    .product-features .swiper-button-next:after {
        content: "";
        width: 15px;
        height: 30px;
        display: inline-block;
        position: absolute;
        background: url(../img/timeline/productBase-features-right.png) no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        top: 0;
        left: 50%;
        margin-left: -7px
    }

@media (max-width:768px) {
    .features-item .info {
        display: block;
        width: 240px;
        left: -20px
    }
}

.page-content.page-values {
    padding: 60px 0;
    min-height: 860px
}

    .page-content.page-values .circle-wrapper {
        width: 200px;
        height: 200px;
        line-height: 200px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        border: 2px double #b69d8e;
        margin: 240px auto;
        padding: 30px;
        position: relative;
        cursor: pointer;
        text-align: center;
        font-size: 1.75em;
        font-weight: 700;
        color: #da291c;
        -webkit-transition: .24s .2s;
        -o-transition: .24s .2s;
        -moz-transition: .24s .2s;
        transition: .24s .2s
    }

        .page-content.page-values .circle-wrapper .oll-logo {
            height: 100%;
            background: url(../img/logo_logisticslogo.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values .circle-wrapper .value-details {
            position: absolute;
            padding: 12px 24px;
            display: none;
            width: 268px;
            min-height: 100px;
            border: 1px solid #b69d8e;
            text-align: left;
            font-size: 14px;
            font-weight: 400;
            color: #333;
            background-color: #fff;
            line-height: 20px;
            z-index: 3
        }

            .page-content.page-values .circle-wrapper .value-details .box-line {
                position: absolute;
                z-index: 4
            }

            .page-content.page-values .circle-wrapper .value-details::before {
                content: ' ';
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                width: 0;
                height: 0;
                border-width: 16px;
                border-style: solid;
                border-color: #b69d8e transparent transparent #b69d8e
            }

            .page-content.page-values .circle-wrapper .value-details::after {
                content: ' ';
                position: absolute;
                z-index: 2;
                left: -3px;
                top: -2px;
                width: 0;
                height: 0;
                border-width: 18px;
                border-style: solid;
                border-color: #fff transparent transparent #fff
            }

            .page-content.page-values .circle-wrapper .value-details:nth-child(n+7)::before {
                content: ' ';
                position: absolute;
                z-index: 1;
                left: 234px;
                top: 0;
                width: 0;
                height: 0;
                border-width: 16px;
                border-style: solid;
                border-color: #b69d8e #b69d8e transparent transparent
            }

            .page-content.page-values .circle-wrapper .value-details:nth-child(n+7)::after {
                content: ' ';
                position: absolute;
                z-index: 2;
                left: 233px;
                top: -2px;
                width: 0;
                height: 0;
                border-width: 18px;
                border-style: solid;
                border-color: #fff #fff transparent transparent
            }

            .page-content.page-values .circle-wrapper .value-details:nth-child(1) {
                left: 300px;
                top: -236px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(1) .box-line {
                    width: 162px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 180px;
                    left: -132px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(1) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: 172px;
                        top: -38px;
                        width: 0;
                        height: 42px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(30deg);
                        -moz-transform: rotate(30deg);
                        -ms-transform: rotate(30deg);
                        -o-transform: rotate(30deg);
                        transform: rotate(30deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(2) {
                left: 300px;
                top: -236px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(2) .box-line {
                    width: 44px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 162px;
                    left: -44px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(2) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -13px;
                        top: -2px;
                        width: 0;
                        height: 50px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(30deg);
                        -moz-transform: rotate(30deg);
                        -ms-transform: rotate(30deg);
                        -o-transform: rotate(30deg);
                        transform: rotate(30deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(3) {
                left: 368px;
                top: -248px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(3) .box-line {
                    width: 128px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 318px;
                    left: -92px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(3) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: 142px;
                        top: -58px;
                        width: 0;
                        height: 64px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(30deg);
                        -moz-transform: rotate(30deg);
                        -ms-transform: rotate(30deg);
                        -o-transform: rotate(30deg);
                        transform: rotate(30deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(4) {
                left: 368px;
                top: 156px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(4) .box-line {
                    width: 48px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 14px;
                    left: -32px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(4) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -28px;
                        top: -47px;
                        width: 0;
                        height: 64px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(-60deg);
                        -moz-transform: rotate(-60deg);
                        -ms-transform: rotate(-60deg);
                        -o-transform: rotate(-60deg);
                        transform: rotate(-60deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(5) {
                left: 332px;
                top: 228px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(5) .box-line {
                    width: 58px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 14px;
                    left: -42px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(5) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -26px;
                        top: -46px;
                        width: 0;
                        height: 62px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(-60deg);
                        -moz-transform: rotate(-60deg);
                        -ms-transform: rotate(-60deg);
                        -o-transform: rotate(-60deg);
                        transform: rotate(-60deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(6) {
                left: 300px;
                top: 300px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(6) .box-line {
                    width: 80px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 42px;
                    left: -80px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(6) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -34px;
                        top: -82px;
                        width: 0;
                        height: 96px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(7) {
                left: -260px;
                top: 300px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(7) .box-line {
                    width: 168px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: -52px;
                    left: 122px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(7) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -24px;
                        top: -10px;
                        width: 0;
                        height: 72px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(8) {
                left: -348px;
                top: 292px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(8) .box-line {
                    width: 135px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: -62px;
                    left: 182px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(8) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -18px;
                        top: -5px;
                        width: 0;
                        height: 71px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(30deg);
                        -moz-transform: rotate(30deg);
                        -ms-transform: rotate(30deg);
                        -o-transform: rotate(30deg);
                        transform: rotate(30deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(9) {
                left: -388px;
                top: 228px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(9) .box-line {
                    width: 220px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: -62px;
                    left: 108px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(9) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -18px;
                        top: -4px;
                        width: 0;
                        height: 70px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(30deg);
                        -moz-transform: rotate(30deg);
                        -ms-transform: rotate(30deg);
                        -o-transform: rotate(30deg);
                        transform: rotate(30deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(10) {
                left: -388px;
                top: -280px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(10) .box-line {
                    width: 148px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 320px;
                    left: 168px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(10) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -36px;
                        top: -90px;
                        width: 0;
                        height: 106px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(11) {
                left: -388px;
                top: -300px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(11) .box-line {
                    width: 170px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 312px;
                    left: 185px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(11) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -42px;
                        top: -71px;
                        width: 0;
                        height: 96px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(-60deg);
                        -moz-transform: rotate(-60deg);
                        -ms-transform: rotate(-60deg);
                        -o-transform: rotate(-60deg);
                        transform: rotate(-60deg)
                    }

            .page-content.page-values .circle-wrapper .value-details:nth-child(12) {
                left: -348px;
                top: -276px
            }

                .page-content.page-values .circle-wrapper .value-details:nth-child(12) .box-line {
                    width: 132px;
                    height: 0;
                    border-bottom: 1px solid #b69d8e;
                    top: 216px;
                    left: 244px
                }

                    .page-content.page-values .circle-wrapper .value-details:nth-child(12) .box-line::after {
                        content: ' ';
                        position: absolute;
                        left: -44px;
                        top: -75px;
                        width: 0;
                        height: 100px;
                        border-right: 1px solid #b69d8e;
                        -webkit-transform: rotate(-60deg);
                        -moz-transform: rotate(-60deg);
                        -ms-transform: rotate(-60deg);
                        -o-transform: rotate(-60deg);
                        transform: rotate(-60deg)
                    }

        .page-content.page-values .circle-wrapper .items {
            list-style: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: -130px;
            left: -130px;
            border: 220px solid transparent;
            cursor: default;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 1.4s 70ms;
            transition: -webkit-transform 1.4s 70ms;
            -o-transition: -o-transform 1.4s 70ms;
            -moz-transition: transform 1.4s 70ms, -moz-transform 1.4s 70ms;
            transition: transform 1.4s 70ms;
            transition: transform 1.4s 70ms, -webkit-transform 1.4s 70ms, -moz-transform 1.4s 70ms, -o-transform 1.4s 70ms;
            z-index: -1
        }

            .page-content.page-values .circle-wrapper .items li {
                position: absolute;
                top: -130px;
                left: -130px;
                -webkit-transform-origin: 140px 140px;
                -moz-transform-origin: 140px 140px;
                -ms-transform-origin: 140px 140px;
                -o-transform-origin: 140px 140px;
                transform-origin: 140px 140px;
                -webkit-transition: all .3s .1s;
                -o-transition: all .3s .1s;
                -moz-transition: all .3s .1s;
                transition: all .3s .1s;
                z-index: 2
            }

                .page-content.page-values .circle-wrapper .items li a {
                    -webkit-transition: all .4s ease 0s;
                    -o-transition: all .4s ease 0s;
                    -moz-transition: all .4s ease 0s;
                    transition: all .4s ease 0s;
                    width: 60px;
                    height: 60px;
                    padding: 10px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    position: absolute;
                    font-size: 60%;
                    color: #fff;
                    background-color: #b69d8e;
                    -webkit-transition: .6s;
                    -o-transition: .6s;
                    -moz-transition: .6s;
                    transition: .6s;
                    text-decoration: none;
                    z-index: 2
                }

                    .page-content.page-values .circle-wrapper .items li a .value-icon {
                        height: 100%;
                        width: 100%;
                        background-color: #b69d8e
                    }

                    .page-content.page-values .circle-wrapper .items li a:hover {
                        background-color: #6e5343
                    }

                .page-content.page-values .circle-wrapper .items li:nth-child(1) a .value-icon {
                    background: url(../img/ourvalues/icon-1.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(2) a .value-icon {
                    background: url(../img/ourvalues/icon-2.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(3) a .value-icon {
                    background: url(../img/ourvalues/icon-3.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(4) a .value-icon {
                    background: url(../img/ourvalues/icon-4.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(5) a .value-icon {
                    background: url(../img/ourvalues/icon-5.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(6) a .value-icon {
                    background: url(../img/ourvalues/icon-6.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(7) a .value-icon {
                    background: url(../img/ourvalues/icon-7.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(8) a .value-icon {
                    background: url(../img/ourvalues/icon-8.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(9) a .value-icon {
                    background: url(../img/ourvalues/icon-9.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(10) a .value-icon {
                    background: url(../img/ourvalues/icon-10.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(11) a .value-icon {
                    background: url(../img/ourvalues/icon-11.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

                .page-content.page-values .circle-wrapper .items li:nth-child(12) a .value-icon {
                    background: url(../img/ourvalues/icon-12.svg) center center no-repeat;
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain
                }

            .page-content.page-values .circle-wrapper .items .value-key {
                position: absolute;
                font-size: 18px;
                font-weight: 600;
                color: #6e5343;
                width: 180px;
                height: 40px;
                line-height: 20px;
                z-index: 1
            }

        .page-content.page-values .circle-wrapper.expand .items {
            -webkit-transition: z-index 0s .5s, -webkit-transform .4s 80ms;
            transition: z-index 0s .5s, -webkit-transform .4s 80ms;
            -o-transition: z-index 0s .5s, -o-transform .4s 80ms;
            -moz-transition: transform .4s 80ms, z-index 0s .5s, -moz-transform .4s 80ms;
            transition: transform .4s 80ms, z-index 0s .5s;
            transition: transform .4s 80ms, z-index 0s .5s, -webkit-transform .4s 80ms, -moz-transform .4s 80ms, -o-transform .4s 80ms;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            z-index: 1
        }

            .page-content.page-values .circle-wrapper.expand .items li {
                cursor: pointer;
                -webkit-transition: all .6s;
                -o-transition: all .6s;
                -moz-transition: all .6s;
                transition: all .6s
            }

                .page-content.page-values .circle-wrapper.expand .items li a {
                    -webkit-transition-delay: 0s;
                    -moz-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    background-color: #b69d8e
                }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(1) {
                    -webkit-transition-delay: 20ms;
                    -moz-transition-delay: 20ms;
                    -o-transition-delay: 20ms;
                    transition-delay: 20ms;
                    -webkit-transform: rotate(61deg);
                    -moz-transform: rotate(61deg);
                    -ms-transform: rotate(61deg);
                    -o-transform: rotate(61deg);
                    transform: rotate(61deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(1) a {
                        -webkit-transform: rotate(659deg);
                        -moz-transform: rotate(659deg);
                        -ms-transform: rotate(659deg);
                        -o-transform: rotate(659deg);
                        transform: rotate(659deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(1) .value-key {
                        -webkit-transform: rotate(299deg);
                        -moz-transform: rotate(299deg);
                        -ms-transform: rotate(299deg);
                        -o-transform: rotate(299deg);
                        transform: rotate(299deg);
                        left: -60px;
                        top: -72px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(2) {
                    -webkit-transition-delay: 40ms;
                    -moz-transition-delay: 40ms;
                    -o-transition-delay: 40ms;
                    transition-delay: 40ms;
                    -webkit-transform: rotate(91deg);
                    -moz-transform: rotate(91deg);
                    -ms-transform: rotate(91deg);
                    -o-transform: rotate(91deg);
                    transform: rotate(91deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(2) a {
                        -webkit-transform: rotate(629deg);
                        -moz-transform: rotate(629deg);
                        -ms-transform: rotate(629deg);
                        -o-transform: rotate(629deg);
                        transform: rotate(629deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(2) .value-key {
                        -webkit-transform: rotate(269deg);
                        -moz-transform: rotate(269deg);
                        -ms-transform: rotate(269deg);
                        -o-transform: rotate(269deg);
                        transform: rotate(269deg);
                        left: -64px;
                        top: -84px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(3) {
                    -webkit-transition-delay: 60ms;
                    -moz-transition-delay: 60ms;
                    -o-transition-delay: 60ms;
                    transition-delay: 60ms;
                    -webkit-transform: rotate(121deg);
                    -moz-transform: rotate(121deg);
                    -ms-transform: rotate(121deg);
                    -o-transform: rotate(121deg);
                    transform: rotate(121deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(3) a {
                        -webkit-transform: rotate(599deg);
                        -moz-transform: rotate(599deg);
                        -ms-transform: rotate(599deg);
                        -o-transform: rotate(599deg);
                        transform: rotate(599deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(3) .value-key {
                        -webkit-transform: rotate(239deg);
                        -moz-transform: rotate(239deg);
                        -ms-transform: rotate(239deg);
                        -o-transform: rotate(239deg);
                        transform: rotate(239deg);
                        left: -116px;
                        top: -60px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(4) {
                    -webkit-transition-delay: 80ms;
                    -moz-transition-delay: 80ms;
                    -o-transition-delay: 80ms;
                    transition-delay: 80ms;
                    -webkit-transform: rotate(151deg);
                    -moz-transform: rotate(151deg);
                    -ms-transform: rotate(151deg);
                    -o-transform: rotate(151deg);
                    transform: rotate(151deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(4) a {
                        -webkit-transform: rotate(569deg);
                        -moz-transform: rotate(569deg);
                        -ms-transform: rotate(569deg);
                        -o-transform: rotate(569deg);
                        transform: rotate(569deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(4) .value-key {
                        -webkit-transform: rotate(209deg);
                        -moz-transform: rotate(209deg);
                        -ms-transform: rotate(209deg);
                        -o-transform: rotate(209deg);
                        transform: rotate(209deg);
                        left: -184px;
                        top: -44px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(5) {
                    -webkit-transition-delay: .1s;
                    -moz-transition-delay: .1s;
                    -o-transition-delay: .1s;
                    transition-delay: .1s;
                    -webkit-transform: rotate(181deg);
                    -moz-transform: rotate(181deg);
                    -ms-transform: rotate(181deg);
                    -o-transform: rotate(181deg);
                    transform: rotate(181deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(5) a {
                        -webkit-transform: rotate(539deg);
                        -moz-transform: rotate(539deg);
                        -ms-transform: rotate(539deg);
                        -o-transform: rotate(539deg);
                        transform: rotate(539deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(5) .value-key {
                        -webkit-transform: rotate(179deg);
                        -moz-transform: rotate(179deg);
                        -ms-transform: rotate(179deg);
                        -o-transform: rotate(179deg);
                        transform: rotate(179deg);
                        left: -164px;
                        top: 20px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(6) {
                    -webkit-transition-delay: .12s;
                    -moz-transition-delay: .12s;
                    -o-transition-delay: .12s;
                    transition-delay: .12s;
                    -webkit-transform: rotate(211deg);
                    -moz-transform: rotate(211deg);
                    -ms-transform: rotate(211deg);
                    -o-transform: rotate(211deg);
                    transform: rotate(211deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(6) a {
                        -webkit-transform: rotate(509deg);
                        -moz-transform: rotate(509deg);
                        -ms-transform: rotate(509deg);
                        -o-transform: rotate(509deg);
                        transform: rotate(509deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(6) .value-key {
                        -webkit-transform: rotate(149deg);
                        -moz-transform: rotate(149deg);
                        -ms-transform: rotate(149deg);
                        -o-transform: rotate(149deg);
                        transform: rotate(149deg);
                        left: -168px;
                        top: 50px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(7) {
                    -webkit-transition-delay: .14s;
                    -moz-transition-delay: .14s;
                    -o-transition-delay: .14s;
                    transition-delay: .14s;
                    -webkit-transform: rotate(241deg);
                    -moz-transform: rotate(241deg);
                    -ms-transform: rotate(241deg);
                    -o-transform: rotate(241deg);
                    transform: rotate(241deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(7) a {
                        -webkit-transform: rotate(479deg);
                        -moz-transform: rotate(479deg);
                        -ms-transform: rotate(479deg);
                        -o-transform: rotate(479deg);
                        transform: rotate(479deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(7) .value-key {
                        -webkit-transform: rotate(119deg);
                        -moz-transform: rotate(119deg);
                        -ms-transform: rotate(119deg);
                        -o-transform: rotate(119deg);
                        transform: rotate(119deg);
                        left: -28px;
                        top: -92px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(8) {
                    -webkit-transition-delay: .16s;
                    -moz-transition-delay: .16s;
                    -o-transition-delay: .16s;
                    transition-delay: .16s;
                    -webkit-transform: rotate(271deg);
                    -moz-transform: rotate(271deg);
                    -ms-transform: rotate(271deg);
                    -o-transform: rotate(271deg);
                    transform: rotate(271deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(8) a {
                        -webkit-transform: rotate(449deg);
                        -moz-transform: rotate(449deg);
                        -ms-transform: rotate(449deg);
                        -o-transform: rotate(449deg);
                        transform: rotate(449deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(8) .value-key {
                        -webkit-transform: rotate(89deg);
                        -moz-transform: rotate(89deg);
                        -ms-transform: rotate(89deg);
                        -o-transform: rotate(89deg);
                        transform: rotate(89deg);
                        left: -60px;
                        top: -80px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(9) {
                    -webkit-transition-delay: .18s;
                    -moz-transition-delay: .18s;
                    -o-transition-delay: .18s;
                    transition-delay: .18s;
                    -webkit-transform: rotate(301deg);
                    -moz-transform: rotate(301deg);
                    -ms-transform: rotate(301deg);
                    -o-transform: rotate(301deg);
                    transform: rotate(301deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(9) a {
                        -webkit-transform: rotate(419deg);
                        -moz-transform: rotate(419deg);
                        -ms-transform: rotate(419deg);
                        -o-transform: rotate(419deg);
                        transform: rotate(419deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(9) .value-key {
                        -webkit-transform: rotate(59deg);
                        -moz-transform: rotate(59deg);
                        -ms-transform: rotate(59deg);
                        -o-transform: rotate(59deg);
                        transform: rotate(59deg);
                        left: -128px;
                        top: -92px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(10) {
                    -webkit-transition-delay: .2s;
                    -moz-transition-delay: .2s;
                    -o-transition-delay: .2s;
                    transition-delay: .2s;
                    -webkit-transform: rotate(331deg);
                    -moz-transform: rotate(331deg);
                    -ms-transform: rotate(331deg);
                    -o-transform: rotate(331deg);
                    transform: rotate(331deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(10) a {
                        -webkit-transform: rotate(389deg);
                        -moz-transform: rotate(389deg);
                        -ms-transform: rotate(389deg);
                        -o-transform: rotate(389deg);
                        transform: rotate(389deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(10) .value-key {
                        -webkit-transform: rotate(29deg);
                        -moz-transform: rotate(29deg);
                        -ms-transform: rotate(29deg);
                        -o-transform: rotate(29deg);
                        transform: rotate(29deg);
                        left: -144px;
                        top: -32px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(11) {
                    -webkit-transition-delay: .22s;
                    -moz-transition-delay: .22s;
                    -o-transition-delay: .22s;
                    transition-delay: .22s;
                    -webkit-transform: rotate(361deg);
                    -moz-transform: rotate(361deg);
                    -ms-transform: rotate(361deg);
                    -o-transform: rotate(361deg);
                    transform: rotate(361deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(11) a {
                        -webkit-transform: rotate(359deg);
                        -moz-transform: rotate(359deg);
                        -ms-transform: rotate(359deg);
                        -o-transform: rotate(359deg);
                        transform: rotate(359deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(11) .value-key {
                        -webkit-transform: rotate(-1deg);
                        -moz-transform: rotate(-1deg);
                        -ms-transform: rotate(-1deg);
                        -o-transform: rotate(-1deg);
                        transform: rotate(-1deg);
                        left: -176px;
                        top: 12px
                    }

                .page-content.page-values .circle-wrapper.expand .items li:nth-child(12) {
                    -webkit-transition-delay: .24s;
                    -moz-transition-delay: .24s;
                    -o-transition-delay: .24s;
                    transition-delay: .24s;
                    -webkit-transform: rotate(391deg);
                    -moz-transform: rotate(391deg);
                    -ms-transform: rotate(391deg);
                    -o-transform: rotate(391deg);
                    transform: rotate(391deg)
                }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(12) a {
                        -webkit-transform: rotate(329deg);
                        -moz-transform: rotate(329deg);
                        -ms-transform: rotate(329deg);
                        -o-transform: rotate(329deg);
                        transform: rotate(329deg)
                    }

                    .page-content.page-values .circle-wrapper.expand .items li:nth-child(12) .value-key {
                        -webkit-transform: rotate(-31deg);
                        -moz-transform: rotate(-31deg);
                        -ms-transform: rotate(-31deg);
                        -o-transform: rotate(-31deg);
                        transform: rotate(-31deg);
                        left: -164px;
                        top: 28px
                    }

                .page-content.page-values .circle-wrapper.expand .items li.active a {
                    background-color: #6e5343
                }

                    .page-content.page-values .circle-wrapper.expand .items li.active a .value-key {
                        -webkit-transition-delay: 0s;
                        -moz-transition-delay: 0s;
                        -o-transition-delay: 0s;
                        transition-delay: 0s;
                        color: #da291c
                    }

    .page-content.page-values #accordion-value.panel-group .panel-default {
        border: none
    }

        .page-content.page-values #accordion-value.panel-group .panel-default .panel-heading {
            border-bottom: 1px solid #ddd
        }

            .page-content.page-values #accordion-value.panel-group .panel-default .panel-heading .panel-title {
                margin-bottom: 0
            }

                .page-content.page-values #accordion-value.panel-group .panel-default .panel-heading .panel-title a {
                    font-size: 16px;
                    font-weight: 700;
                    color: #333;
                    text-decoration: none
                }

                    .page-content.page-values #accordion-value.panel-group .panel-default .panel-heading .panel-title a:hover {
                        color: #da291c
                    }

                    .page-content.page-values #accordion-value.panel-group .panel-default .panel-heading .panel-title a[aria-expanded=true] {
                        color: #da291c
                    }

        .page-content.page-values #accordion-value.panel-group .panel-default .panel-collapse .panel-body {
            border-top: none;
            padding: 0 12px 36px 12px
        }

            .page-content.page-values #accordion-value.panel-group .panel-default .panel-collapse .panel-body .value-icon {
                width: 60px;
                height: 60px;
                padding: 10px;
                margin: 20px auto;
                color: #fff;
                border: 4px solid #6e5343;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(1) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-1.svg) center center no-repeat;
            -moz-background-size: 80%;
            -o-background-size: 80%;
            background-size: 80%
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(2) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-2.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(3) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-3.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(4) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-4.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(5) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-5.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(6) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-6.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(7) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-7.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(8) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-8.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(9) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-9.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(10) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-10.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(11) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-11.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

        .page-content.page-values #accordion-value.panel-group .panel-default:nth-child(12) .panel-collapse .panel-body .value-icon {
            background: #6e5343 url(../img/ourvalues/icon-12.svg) center center no-repeat;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

@media screen and (max-width:1360px) {
    .page-content.page-values .circle-wrapper {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

@media (max-width:1290px) {
    .page-content.page-values .circle-wrapper {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }
}

@media (max-width:1120px) {
    .page-content.page-values .circle-wrapper {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (max-width:920px) {
    .page-content.page-values .circle-wrapper {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (max-width:880px) {
    .page-content.page-values .circle-wrapper {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

.page-not-found {
    background-image: url(../img/404.png), url(../img/stripes-light.png);
    background-repeat: no-repeat, repeat;
    -moz-background-size: cover, auto;
    -o-background-size: cover, auto;
    background-size: cover, auto;
    background-position: 0 100%, center
}

    .page-not-found .content-panel {
        min-height: 100vh;
        padding-bottom: 100px;
        position: relative
    }

        .page-not-found .content-panel .logo-row {
            height: 100px;
            padding-left: 55px;
            padding-top: 38px
        }

            .page-not-found .content-panel .logo-row .oll-logo {
                width: 183px
            }

        .page-not-found .content-panel .container-404-wrapper {
            min-height: -webkit-calc(100vh - 300px);
            min-height: -moz-calc(100vh - 300px);
            min-height: calc(100vh - 300px);
            display: -webkit-flex;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-flow: row nowrap;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center
        }

            .page-not-found .content-panel .container-404-wrapper .container-404 {
                max-width: 520px;
                margin-right: auto;
                margin-left: auto;
                padding: 24px 16px
            }

                .page-not-found .content-panel .container-404-wrapper .container-404 .page-title {
                    font-size: 62px;
                    font-weight: 700;
                    font-stretch: normal;
                    line-height: 70px;
                    letter-spacing: 0;
                    color: #27201F
                }

                .page-not-found .content-panel .container-404-wrapper .container-404 .page-content {
                    padding: 20px 0;
                    font-size: 16px;
                    font-weight: 400;
                    font-stretch: normal;
                    line-height: 22px;
                    letter-spacing: 0;
                    color: #747474
                }

        .page-not-found .content-panel #footer {
            background-color: transparent;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%
        }

            .page-not-found .content-panel #footer .footer-legal-block {
                width: 100%;
                height: 100px;
                padding: 20px 5%;
                border-top: none
            }

                .page-not-found .content-panel #footer .footer-legal-block .footer-legal-content {
                    color: #969696;
                    line-height: 30px;
                    display: block;
                    margin: 0 auto;
                    text-align: center
                }

                    .page-not-found .content-panel #footer .footer-legal-block .footer-legal-content span {
                        padding: 0 5px
                    }

                    .page-not-found .content-panel #footer .footer-legal-block .footer-legal-content a {
                        color: #969696;
                        font-size: 14px;
                        text-decoration: none
                    }

                        .page-not-found .content-panel #footer .footer-legal-block .footer-legal-content a:hover {
                            color: #f23325
                        }

@media screen and (max-width:1172px) {
    .page-not-found .footer-legal-block {
        height: 150px;
        position: relative
    }

        .page-not-found .footer-legal-block .right-content {
            position: absolute;
            right: 20px;
            bottom: 50px
        }
}

@media (max-width:768px) {
    .page-not-found #footer {
        overflow: hidden
    }

        .page-not-found #footer .panel-content {
            margin: 10px
        }

    .page-not-found .footer-legal-block {
        height: 100% !important;
        padding: 4px 5%;
        border-top: none
    }

        .page-not-found .footer-legal-block .footer-legal-content .left-content {
            float: none;
            text-align: center;
            line-height: 20px
        }

    .page-not-found .footer-legal-content a,
    .page-not-found .footer-legal-content span {
        display: none
    }
}

@media screen and (max-width:500px) {
    .page-not-found .content-panel .logo-row {
        padding-left: 0;
        padding-top: 24px;
        text-align: center
    }

    .page-not-found .content-panel .container-404-wrapper .container-404 {
        max-width: 330px
    }

        .page-not-found .content-panel .container-404-wrapper .container-404 .page-title {
            font-size: 37px;
            line-height: 48px
        }
}

@media screen and (max-width:330px) {
    .page-not-found .content-panel .container-404-wrapper .container-404 .page-title {
        font-size: 36px;
        line-height: 40px
    }
}

.container-404 .search-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer
}

    .container-404 .search-icon a {
        color: #27201F;
        display: block;
        height: 100%;
        width: 100%
    }

        .container-404 .search-icon a:hover {
            color: #f23325
        }

.container-404 #keywords input {
    padding-right: 48px
}

.container-404 .btn-line-red {
    padding: 0 20px
}

.container-404 .btn-box {
    padding-top: 16px
}

@media screen and (max-width:768px) {
    .container-404 .btn-box {
        text-align: center
    }
}

.container-404 .btn-1:hover rect {
    stroke-dasharray: 80, 362
}

@media screen and (max-width:768px) {
    .container-404 .btn-1:hover rect {
        stroke-dasharray: 80, 600
    }
}

.esg-initiatives {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 48px;
}

@media (max-width:767px) {
    .esg-initiatives {
        font-size: 24px !important;
    }
}

/* --- Appended Environmental CARE Styles --- */
.page-environment-care .page-section {
    margin-bottom: 60px
}

    .page-environment-care .page-section:last-child {
        margin-bottom: 0
    }

    .page-environment-care .page-section .section-title {
        color: #27201F;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 8px
    }

.page-environment-care .ecm-circle-place {
    height: 380px;
    margin: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-font-smoothing: antialiased
}

    .page-environment-care .ecm-circle-place .ecm-circle-desktop {
        height: 100%;
        width: 100%
    }

    .page-environment-care .ecm-circle-place svg {
        max-width: 100%;
        height: 100%;
        width: 100%
    }

    .page-environment-care .ecm-circle-place .ecm-circle-step {
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

        .page-environment-care .ecm-circle-place .ecm-circle-step.active {
            opacity: 1;
            -webkit-transition-delay: .3s !important;
            -moz-transition-delay: .3s !important;
            -o-transition-delay: .3s !important;
            transition-delay: .3s !important
        }

    .page-environment-care .ecm-circle-place .ecm-cp {
        cursor: pointer
    }

        .page-environment-care .ecm-circle-place .ecm-cp.active {
            fill: #107d45;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

    .page-environment-care .ecm-circle-place .ecm-circle-mobile {
        display: none
    }

    .page-environment-care .ecm-circle-place .describe-content {
        display: none
    }

.page-environment-care .ecm-half-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px
}

    .page-environment-care .ecm-half-circle .svg-box {
        width: 30%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-font-smoothing: antialiased
    }

        .page-environment-care .ecm-half-circle .svg-box svg {
            overflow: visible
        }

        .page-environment-care .ecm-half-circle .svg-box .ecmhc-shape {
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            cursor: pointer
        }

            .page-environment-care .ecm-half-circle .svg-box .ecmhc-shape.active {
                fill: #107d45
            }

        .page-environment-care .ecm-half-circle .svg-box #highlight-real {
            -webkit-transform-origin: -2px 311px 0;
            -moz-transform-origin: -2px 311px 0;
            -ms-transform-origin: -2px 311px 0;
            -o-transform-origin: -2px 311px 0;
            transform-origin: -2px 311px 0;
            -webkit-transition: -webkit-transform .4s ease-in-out;
            transition: -webkit-transform .4s ease-in-out;
            -o-transition: -o-transform .4s ease-in-out;
            -moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out;
            transition: transform .4s ease-in-out;
            transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out, -o-transform .4s ease-in-out;
            cursor: pointer
        }

            .page-environment-care .ecm-half-circle .svg-box #highlight-real.active-shape1,
            .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape-shadow.active-shape1 {
                -webkit-transform: rotate(-60deg);
                -moz-transform: rotate(-60deg);
                -ms-transform: rotate(-60deg);
                -o-transform: rotate(-60deg);
                transform: rotate(-60deg)
            }

            .page-environment-care .ecm-half-circle .svg-box #highlight-real.active-shape2,
            .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape-shadow.active-shape2 {
                -webkit-transform: rotate(-30deg);
                -moz-transform: rotate(-30deg);
                -ms-transform: rotate(-30deg);
                -o-transform: rotate(-30deg);
                transform: rotate(-30deg)
            }

            .page-environment-care .ecm-half-circle .svg-box #highlight-real.active-shape3,
            .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape-shadow.active-shape3 {
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0)
            }

            .page-environment-care .ecm-half-circle .svg-box #highlight-real.active-shape4,
            .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape-shadow.active-shape4 {
                -webkit-transform: rotate(30deg);
                -moz-transform: rotate(30deg);
                -ms-transform: rotate(30deg);
                -o-transform: rotate(30deg);
                transform: rotate(30deg)
            }

            .page-environment-care .ecm-half-circle .svg-box #highlight-real.active-shape5,
            .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape-shadow.active-shape5 {
                -webkit-transform: rotate(60deg);
                -moz-transform: rotate(60deg);
                -ms-transform: rotate(60deg);
                -o-transform: rotate(60deg);
                transform: rotate(60deg)
            }

            .page-environment-care .ecm-half-circle .svg-box #highlight-real.active-shape6,
            .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape-shadow.active-shape6 {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape3.active {
            -webkit-transform: scale(1.085) translate(-21px, -19px);
            -moz-transform: scale(1.085) translate(-21px, -19px);
            -ms-transform: scale(1.085) translate(-21px, -19px);
            -o-transform: scale(1.085) translate(-21px, -19px);
            transform: scale(1.085) translate(-21px, -19px)
        }

        .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape2.active {
            -webkit-transform: scale(1.085) translate(-14.5px, -9.8px);
            -moz-transform: scale(1.085) translate(-14.5px, -9.8px);
            -ms-transform: scale(1.085) translate(-14.5px, -9.8px);
            -o-transform: scale(1.085) translate(-14.5px, -9.8px);
            transform: scale(1.085) translate(-14.5px, -9.8px)
        }

        .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape1.active {
            -webkit-transform: scale(1.085) translate(-4.5px, -5.5px);
            -moz-transform: scale(1.085) translate(-4.5px, -5.5px);
            -ms-transform: scale(1.085) translate(-4.5px, -5.5px);
            -o-transform: scale(1.085) translate(-4.5px, -5.5px);
            transform: scale(1.085) translate(-4.5px, -5.5px)
        }

        .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape4.active {
            -webkit-transform: scale(1.085) translate(-22px, -30px);
            -moz-transform: scale(1.085) translate(-22px, -30px);
            -ms-transform: scale(1.085) translate(-22px, -30px);
            -o-transform: scale(1.085) translate(-22px, -30px);
            transform: scale(1.085) translate(-22px, -30px)
        }

        .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape5.active {
            -webkit-transform: scale(1.085) translate(-14.5px, -39.8px);
            -moz-transform: scale(1.085) translate(-14.5px, -39.8px);
            -ms-transform: scale(1.085) translate(-14.5px, -39.8px);
            -o-transform: scale(1.085) translate(-14.5px, -39.8px);
            transform: scale(1.085) translate(-14.5px, -39.8px)
        }

        .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape6.active {
            -webkit-transform: scale(1.085) translate(-5px, -45px);
            -moz-transform: scale(1.085) translate(-5px, -45px);
            -ms-transform: scale(1.085) translate(-5px, -45px);
            -o-transform: scale(1.085) translate(-5px, -45px);
            transform: scale(1.085) translate(-5px, -45px)
        }

        /* Show shadow always */
        .page-environment-care .ecm-half-circle .svg-box #ecmhc-shape-shadow {
            opacity: 1;
            pointer-events: none;
            -webkit-transform-origin: -2px 311px 0;
            -moz-transform-origin: -2px 311px 0;
            -ms-transform-origin: -2px 311px 0;
            -o-transform-origin: -2px 311px 0;
            transform-origin: -2px 311px 0;
            -webkit-transition: -webkit-transform .4s ease-in-out, opacity 0.3s ease;
            transition: -webkit-transform .4s ease-in-out, opacity 0.3s ease;
            -o-transition: -o-transform .4s ease-in-out, opacity 0.3s ease;
            -moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out, opacity 0.3s ease;
            transition: transform .4s ease-in-out, opacity 0.3s ease;
            transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out, -o-transform .4s ease-in-out, opacity 0.3s ease;
        }

        .page-environment-care .ecm-half-circle .svg-box #Group-15:hover #ecmhc-shape-shadow {
            opacity: 1;
        }

    .page-environment-care .ecm-half-circle .active-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 100px
    }

        .page-environment-care .ecm-half-circle .active-content .mobile-title {
            display: none
        }

        .page-environment-care .ecm-half-circle .active-content .part {
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .page-environment-care .ecm-half-circle .active-content .part:not(.active) {
                display: none
            }

        .page-environment-care .ecm-half-circle .active-content .part-title {
            font-size: 20px;
            font-weight: 700;
            color: #107d45;
            margin-bottom: 20px;
            white-space: 0
        }

            .page-environment-care .ecm-half-circle .active-content .part-title .collapse-icon {
                display: none
            }

        .page-environment-care .ecm-half-circle .active-content .initiatives-list-title {
            color: #27201F;
            font-weight: 700;
            font-size: 16px;
            margin: 40px 0 12px;
        }

        .page-environment-care .ecm-half-circle .active-content .initiatives-list {
            list-style-image: url(/Style%20Library/OLL/img/sustainability/leaf.svg);
            font-size: 15px;
            font-weight: 400;
            line-height: 1.4;
            padding-left: 20px
        }

            .page-environment-care .ecm-half-circle .active-content .initiatives-list li {
                margin-top: 10px
            }

@media screen and (max-width:1480px) {
    .page-environment-care .ecm-half-circle .svg-box svg {
        width: 100%
    }

    .page-environment-care .ecm-half-circle .active-content {
        margin-left: 60px;
        padding-top: 60px
    }
}

@media screen and (max-width:768px) {
    .page-environment-care .page-section {
        margin-bottom: 48px
    }

    .page-environment-care .ecm-circle-place .describe-content,
    .page-environment-care .ecm-half-circle .active-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 15px;
        border-bottom: 1px solid #e3e3e3;
        margin: 0 -8px;
        padding: 0 8px
    }

        .page-environment-care .ecm-circle-place .describe-content .mobile-title,
        .page-environment-care .ecm-half-circle .active-content .mobile-title {
            display: block;
            font-size: 20px;
            font-weight: 700;
            color: #107d45;
            margin: 16px 0
        }

        .page-environment-care .ecm-circle-place .describe-content .part-title,
        .page-environment-care .ecm-half-circle .active-content .part-title {
            font-size: 16px;
            font-weight: 700 !important;
            color: #27201F !important;
            margin: 0 -8px;
            padding: 8px;
            border-top: 1px solid #e3e3e3;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 32px
        }

            .page-environment-care .ecm-circle-place .describe-content .part-title .collapse-icon,
            .page-environment-care .ecm-half-circle .active-content .part-title .collapse-icon {
                font-size: 16px;
                top: 0;
                display: inline-block;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

            .page-environment-care .ecm-circle-place .describe-content .part-title.collapsed .collapse-icon,
            .page-environment-care .ecm-half-circle .active-content .part-title.collapsed .collapse-icon {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .page-environment-care .ecm-circle-place .describe-content .part:not(.active),
        .page-environment-care .ecm-half-circle .active-content .part:not(.active) {
            display: block
        }

        .page-environment-care .ecm-circle-place .describe-content .content,
        .page-environment-care .ecm-half-circle .active-content .content {
            margin: 0 -8px 0;
            padding: 0 8px
        }

    .page-environment-care .ecm-circle-place {
        margin: 20px 0;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .page-environment-care .ecm-circle-place .ecm-circle-desktop {
            display: none
        }

        .page-environment-care .ecm-circle-place .ecm-circle-mobile {
            display: table;
            padding: 0 15px;
            height: auto
        }

            .page-environment-care .ecm-circle-place .ecm-circle-mobile svg {
                width: 100%
            }

        .page-environment-care .ecm-circle-place .describe-content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            margin: 8px -8px
        }

            .page-environment-care .ecm-circle-place .describe-content p {
                margin: 0 0 16px
            }

            .page-environment-care .ecm-circle-place .describe-content .part-title {
                padding-left: 32px
            }

                .page-environment-care .ecm-circle-place .describe-content .part-title:before {
                    width: 14px;
                    height: 14px;
                    display: inline-block;
                    position: absolute;
                    background-image: url(/Style%20Library/OLL/img/sustainability/leaf.svg);
                    -moz-background-size: contain;
                    -o-background-size: contain;
                    background-size: contain;
                    background-repeat: no-repeat;
                    content: ' ';
                    left: 0
                }

    .page-environment-care .ecm-half-circle {
        margin: 0 0 20px
    }

        .page-environment-care .ecm-half-circle .svg-box {
            display: none
        }

        .page-environment-care .ecm-half-circle .active-content {
            margin: 0 -8px
        }

            .page-environment-care .ecm-half-circle .active-content .content {
                border-top: 1px solid rgba(0, 0, 0, 0)
            }

                .page-environment-care .ecm-half-circle .active-content .content.collapsing,
                .page-environment-care .ecm-half-circle .active-content .content.in {
                    border-top: 1px solid #e3e3e3
                }

                .page-environment-care .ecm-half-circle .active-content .content :first-child {
                    margin-top: 8px
                }

                .page-environment-care .ecm-half-circle .active-content .content :last-child {
                    margin-bottom: 24px
                }
}

@media screen and (min-width:769px) {
    .page-environment-care .ecm-half-circle .active-content .content {
        display: block !important;
        height: auto !important
    }
}





/* RWD for Desktop (769px and above) */
@media screen and (min-width: 769px) {
    .page-environment-care .ecm-half-circle {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 60px;
        max-width: 1200px;
        margin: 45px auto 20px;
    }

        .page-environment-care .ecm-half-circle .svg-box {
            width: 320px;
            flex: 0 0 320px;
            max-width: 320px;
            display: block !important;
        }

        .page-environment-care .ecm-half-circle .active-content {
            flex: 1;
            margin-left: 0;
            padding-top: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-self: stretch;
        }

            .page-environment-care .ecm-half-circle .active-content .content {
                display: block !important;
                height: auto !important;
                max-width: 700px;
            }
}
