@charset "UTF-8"; /*20240328*/
.ui-datepicker {
    display: none;
    padding: 10px 12px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans',Helvetica,Arial,sans-serif;
    text-align: center;
    color: #666
}

    .ui-datepicker a {
        color: #404040
    }

.ui-datepicker-header {
    position: relative;
    margin: -10px -12px 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 1rem;
    line-height: 27px
}

.ui-datepicker-next, .ui-datepicker-prev {
    position: absolute;
    top: 0;
    display: block;
    width: 47px;
    height: 47px;
    font-size: 1rem;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer
}

.ui-datepicker-prev {
    left: 0
}

.ui-datepicker-next {
    right: 0
}

.ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: .8rem;
    line-height: 27px
}

    .ui-datepicker-calendar th {
        color: #999
    }

    .ui-datepicker-calendar a, .ui-datepicker-calendar span {
        display: block;
        width: 31px;
        margin: auto;
        text-decoration: none;
        color: #404040
    }

        .ui-datepicker-calendar a:hover {
            background: rgba(0,0,0,.05)
        }

    .ui-datepicker-calendar span {
        color: #bfbfbf
    }

.ui-datepicker-today a {
    font-weight: 700
}

.ui-datepicker-calendar .ui-state-active {
    background: rgba(0,0,0,.05);
    cursor: default
}

.ui-datepicker-inline {
    border: 2px solid #e5e5e5;
    background: #fff;
    box-shadow: none
}

    .ui-datepicker-inline .ui-datepicker-header {
        line-height: 47px
    }

    .ui-datepicker-inline .ui-datepicker-calendar {
        width: 100%
    }

.sky-form .ui-slider {
    position: relative;
    height: 3px;
    border: 2px solid #e5e5e5;
    background: #fff;
    margin: 12px 6px 26px
}

.sky-form .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    border: 2px solid #e5e5e5;
    outline: 0;
    background: #fff;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s
}

.sky-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px
}

.sky-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7)
}

.sky-form .label {
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit
}

.sky-form .checkbox, .sky-form .radio {
    font-weight: 400
}

    .sky-form .checkbox + .checkbox, .sky-form .radio + .radio {
        margin-top: 0
    }

.sky-form.contact-style {
    border: none
}

.sky-form.comment-style, .sky-form.comment-style fieldset {
    padding: 0;
    border: none;
    background: inherit
}

    .sky-form.comment-style input, .sky-form.comment-style textarea {
        border: none
    }

        .sky-form.comment-style input:focus, .sky-form.comment-style textarea:focus {
            box-shadow: none
        }

.sky-form.comment-style-v2, .sky-form.comment-style-v2 fieldset {
    padding: 0;
    border: none;
    background: inherit
}

    .sky-form.comment-style-v2 input, .sky-form.comment-style-v2 textarea {
        border: none
    }

        .sky-form.comment-style-v2 input:focus, .sky-form.comment-style-v2 textarea:focus {
            box-shadow: none
        }

    .sky-form.comment-style-v2 .form-control {
        padding: 20px 15px
    }

.sky-form .sky-space-20 {
    margin-bottom: 20px
}

.sky-form .sky-space-30 {
    margin-bottom: 30px
}

.sky-form {
    box-shadow: none;
    border: 1px solid #eee
}

    .sky-form header {
        color: inherit;
        display: block;
        font-size: 1.3rem;
        background: #fff;
        font-weight: 400;
        padding: 8px 30px
    }

    .sky-form fieldset.no-padding {
        padding: 0
    }

    .sky-form fieldset {
        background: #fff
    }

    .sky-form footer {
        background: #fff;
        padding: 15px 30px
    }

    .sky-form a {
        color: inherit
    }

        .sky-form a.btn-u {
            color: #fff
        }

    .sky-form .input input {
        height: 34px;
        padding: 6px 12px
    }

    .sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
        border-width: 1px;
        font-size: .9rem;
        color: #404040
    }

    .sky-form .select select {
        height: 33px;
        padding: 6px 10px
    }

    .sky-form .select-multiple select {
        height: auto
    }

    .sky-form .input-file .button {
        height: 32px;
        top: 1px;
        right: 1px
    }

    .sky-form .input-captcha img {
        position: absolute;
        top: 1px;
        right: 1px;
        border-left: 1px solid #e5e5e5
    }

    .sky-form .checkbox i, .sky-form .icon-append, .sky-form .icon-prepend, .sky-form .input input, .sky-form .radio i, .sky-form .select select, .sky-form .textarea textarea, .sky-form .toggle i {
        border-color: #bbb
    }

        .sky-form .toggle i:before {
            background-color: #999
        }

    .sky-form .button {
        background: #72c02c
    }

    .sky-form .toggle {
        font-weight: 400
    }

        .sky-form .toggle i {
            width: 54px;
            height: 21px;
            border-width: 1px
        }

            .sky-form .toggle i:after {
                top: 3px
            }

            .sky-form .toggle i:before {
                top: 5px;
                right: 6px
            }

.checkbox, .radio {
    margin-top: 0
}

.sky-form .checkbox i, .sky-form .radio i {
    width: 17px;
    height: 17px;
    border-width: 1px
}

.sky-form .checkbox input + i:after {
    top: 2px;
    left: 0;
    font: 400 10px FontAwesome
}

.sky-form .radio input + i:after {
    top: 5px;
    left: 5px;
    background-color: #999
}

.sky-form .checkbox input + i:after {
    color: #999
}

.sky-form .checkbox input:checked + i, .sky-form .radio input:checked + i, .sky-form .toggle input:checked + i {
    border-color: #999
}

.sky-form .rating input:checked ~ label {
    color: #72c02c
}

.sky-form .select i {
    top: 14px;
    width: 9px;
    right: -3px;
    height: 6px
}

    .sky-form .select i:after, .sky-form .select i:before {
        top: 4px
    }

    .sky-form .select i:before {
        top: -2px;
        border-bottom: 4px solid #404040
    }

.label-rounded .ui-slider-handle {
    border-radius: 50% !important
}

.sky-form .icon-append, .sky-form .icon-prepend {
    top: 1px;
    height: 32px;
    font-size: .9rem;
    line-height: 33px;
    background: inherit
}

.sky-form .icon-append {
    right: 1px;
    padding: 0 3px;
    min-width: 34px
}

.sky-form .icon-prepend {
    left: 6px;
    padding-right: 5px
}

.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9
}

.sky-form .checkbox input:focus + i, .sky-form .radio input:focus + i, .sky-form .toggle input:focus + i {
    border-color: #999;
    box-shadow: none
}

.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea {
    border-color: #999
}

.sky-form .checkbox:hover i, .sky-form .radio:hover i, .sky-form .toggle:hover i, .sky-form .ui-slider-handle:hover {
    border-color: #999
}

.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
    color: #72c02c
}

.sky-form .icon-append, .sky-form .icon-prepend {
    color: #b3b3b3
}

.sky-form .checkbox.state-disabled:hover i, .sky-form .input.state-disabled:hover input, .sky-form .radio.state-disabled:hover i, .sky-form .select.state-disabled:hover select, .sky-form .textarea.state-disabled:hover textarea, .sky-form .toggle.state-disabled:hover i {
    border-color: #bbb
}

.ui-datepicker-header {
    padding: 10px 0;
    font-size: 1rem
}

.ui-datepicker-inline {
    border-width: 1px
}

    .ui-datepicker-inline .ui-datepicker-header {
        line-height: 27px
    }

.ui-datepicker-next, .ui-datepicker-prev {
    font-size: 1.2rem;
    line-height: 47px
}

.ui-datepicker-calendar a {
    border: 1px solid transparent
}

.ui-datepicker-calendar .ui-state-active {
    background: inherit;
    border: 1px solid #bbb
}

.ui-datepicker-calendar a:hover {
    background: inherit;
    border: 1px solid #bbb
}

.sky-form button *, .sky-form button :after, .sky-form button :before {
    margin: 0 auto;
    padding: 0
}

.btn-u.button-uploading:after {
    top: 6px
}

.btn-u.btn-u-lg.button-uploading:after {
    top: 10px
}

.btn-u.btn-u-sm.button-uploading:after {
    top: 3px
}

.btn-u.btn-u-xs.button-uploading:after {
    top: 2px
}


.ui-datepicker-calendar span {
    width: 26px
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

[class*=" fa-"], [class^=fa-] {
    font-family: FontAwesome !important
}

[data-href] {
    cursor: pointer
}

body {
    font-family: '微軟正黑體','思源黑體',Roboto,sans-serif;
}

blockquote, blockquote:hover {
    border-color: transparent
}

br {
    font-family: '微軟正黑體'
}

.carousel.slide.t2 a:focus, .carousel.slide.t2 button:focus, .carousel.slide.t2 input:focus, .carousel.slide.t2 select:focus {
    -webkit-box-shadow: 0 0 3px 3px transparent;
    -ms-box-shadow: 0 0 3px 3px transparent;
    box-shadow: 0 0 3px 3px transparent
}

.boxed-layout.header-fixed .header.header-sticky {
    left: inherit;
    width: inherit
}

.showFontSizer {
    position: relative
}

    .showFontSizer a {
        display: none;
        color: #fff;
        padding: .2rem .4rem;
        border: 1px solid #fff;
        margin-left: 5px;
        margin-right: 5px
    }

        .showFontSizer a.is-active, .showFontSizer a:hover {
            background-color: #fff;
            color: #187ac8
        }

@media (max-width:1199px) {
    .showFontSizer a {
        display: block
    }
}

.fontSizer {
    display: flex
}

    .fontSizer a {
        display: block;
        color: #fff;
        padding: .2rem .4rem;
        border: 1px solid #fff;
        margin-left: 5px;
        margin-right: 5px
    }

        .fontSizer a.is-active, .fontSizer a:hover {
            background-color: #fff;
            color: #187ac8
        }

@media (max-width:1199px) {
    .fontSizer {
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        position: absolute;
        background-color: rgba(255,255,255,.8);
        z-index: 1001;
        border-radius: .3125rem;
        right: 0;
        transition: max-height .3s
    }

        .fontSizer a {
            display: block;
            color: #187ac8;
            padding: .2rem .4rem;
            border: 1px solid #187ac8;
            margin: 15px
        }

            .fontSizer a:nth-child(2) {
                margin: 0 15px
            }

            .fontSizer a.is-active, .fontSizer a:hover {
                background-color: #187ac8;
                color: #fff
            }
}

.fontSizer.show {
    max-height: 170px
}

.footer-v1 .footer {
    padding: 40px 0;
    background: #272727
}

    .footer-v1 .footer p {
        color: #eee
    }

    .footer-v1 .footer h2 {
        color: #eee;
        font-size: 1.2rem;
        font-weight: 200
    }

.footer-v1 .link-list li {
    border-top: solid 1px #353535
}

.footer-v1 .link-list a, .footer-v1 .link-list i, .footer-v1 address {
    color: #eee
}

.footer-v1 address {
    line-height: 23px
}

.footer-v1 .footer .posts .dl-horizontal a {
    color: #dadada
}

.footer-v1 .footer .dl-horizontal a:hover {
    color: #5fb611 !important
}

.footer-v1 .copyright {
    background: #222;
    border-top: none;
    padding: 10px 0 5px
}

    .footer-v1 .copyright p {
        color: #eee;
        margin-top: 14px
    }

    .footer-v1 .copyright a {
        margin: 0 2px
    }

.footer-v1 .footer-socials {
    margin-top: 12px;
    text-align: right
}

    .footer-v1 .footer-socials li a {
        color: #777;
        font-size: 1rem
    }

@media (max-width:991px) {
    .footer-v1 .copyright, .footer-v1 .footer-socials {
        text-align: left
    }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(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: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-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: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-moz-keyframes barin1 {
    0% {
        width: 0
    }

    100% {
        width: calc(100% / 10)
    }
}

@-webkit-keyframes barin1 {
    0% {
        width: 0
    }

    100% {
        width: calc(100% / 10)
    }
}

@-o-keyframes barin1 {
    0% {
        width: 0
    }

    100% {
        width: calc(100% / 10)
    }
}

@keyframes barin1 {
    0% {
        width: 0
    }

    100% {
        width: calc(100% / 10)
    }
}

@-moz-keyframes barin2 {
    0% {
        width: 0;
        background: #00e800
    }

    100% {
        width: calc(100% / 10 * 2);
        background: #ffeb3b
    }
}

@-webkit-keyframes barin2 {
    0% {
        width: 0;
        background: #00e800
    }

    100% {
        width: calc(100% / 10 * 2);
        background: #ffeb3b
    }
}

@-o-keyframes barin2 {
    0% {
        width: 0;
        background: #00e800
    }

    100% {
        width: calc(100% / 10 * 2);
        background: #ffeb3b
    }
}

@keyframes barin2 {
    0% {
        width: 0;
        background: #00e800
    }

    100% {
        width: calc(100% / 10 * 2);
        background: #ffeb3b
    }
}

@-moz-keyframes barin3 {
    0% {
        width: 0;
        background: #00e800
    }

    50% {
        background: #ffeb3b
    }

    100% {
        width: calc(100% / 10 * 3);
        background: #f39800
    }
}

@-webkit-keyframes barin3 {
    0% {
        width: 0;
        background: #00e800
    }

    50% {
        background: #ffeb3b
    }

    100% {
        width: calc(100% / 10 * 3);
        background: #f39800
    }
}

@-o-keyframes barin3 {
    0% {
        width: 0;
        background: #00e800
    }

    50% {
        background: #ffeb3b
    }

    100% {
        width: calc(100% / 10 * 3);
        background: #f39800
    }
}

@keyframes barin3 {
    0% {
        width: 0;
        background: #00e800
    }

    50% {
        background: #ffeb3b
    }

    100% {
        width: calc(100% / 10 * 3);
        background: #f39800
    }
}

@-moz-keyframes barin4 {
    0% {
        width: 0;
        background: #00e800
    }

    33% {
        background: #ffeb3b
    }

    66% {
        background: #f39800
    }

    100% {
        width: calc(100% / 10 * 4);
        background: #d32c1b
    }
}

@-webkit-keyframes barin4 {
    0% {
        width: 0;
        background: #00e800
    }

    33% {
        background: #ffeb3b
    }

    66% {
        background: #f39800
    }

    100% {
        width: calc(100% / 10 * 4);
        background: #d32c1b
    }
}

@-o-keyframes barin4 {
    0% {
        width: 0;
        background: #00e800
    }

    33% {
        background: #ffeb3b
    }

    66% {
        background: #f39800
    }

    100% {
        width: calc(100% / 10 * 4);
        background: #d32c1b
    }
}

@keyframes barin4 {
    0% {
        width: 0;
        background: #00e800
    }

    33% {
        background: #ffeb3b
    }

    66% {
        background: #f39800
    }

    100% {
        width: calc(100% / 10 * 4);
        background: #d32c1b
    }
}

@-moz-keyframes barin5 {
    0% {
        width: 0;
        background: #00e800
    }

    25% {
        background: #ffeb3b
    }

    50% {
        background: #f39800
    }

    75% {
        background: #d32c1b
    }

    100% {
        width: calc(100% / 10 * 6);
        background: #ac4a9b
    }
}

@-webkit-keyframes barin5 {
    0% {
        width: 0;
        background: #00e800
    }

    25% {
        background: #ffeb3b
    }

    50% {
        background: #f39800
    }

    75% {
        background: #d32c1b
    }

    100% {
        width: calc(100% / 10 * 6);
        background: #ac4a9b
    }
}

@-o-keyframes barin5 {
    0% {
        width: 0;
        background: #00e800
    }

    25% {
        background: #ffeb3b
    }

    50% {
        background: #f39800
    }

    75% {
        background: #d32c1b
    }

    100% {
        width: calc(100% / 10 * 6);
        background: #ac4a9b
    }
}

@keyframes barin5 {
    0% {
        width: 0;
        background: #00e800
    }

    25% {
        background: #ffeb3b
    }

    50% {
        background: #f39800
    }

    75% {
        background: #d32c1b
    }

    100% {
        width: calc(100% / 10 * 6);
        background: #ac4a9b
    }
}

@-moz-keyframes barin6 {
    0% {
        width: 0;
        background: #00e800
    }

    20% {
        background: #ffeb3b
    }

    40% {
        background: #f39800
    }

    60% {
        background: #d32c1b
    }

    80% {
        background: #ac4a9b
    }

    100% {
        width: 100%;
        background: #411c3b
    }
}

@-webkit-keyframes barin6 {
    0% {
        width: 0;
        background: #00e800
    }

    20% {
        background: #ffeb3b
    }

    40% {
        background: #f39800
    }

    60% {
        background: #d32c1b
    }

    80% {
        background: #ac4a9b
    }

    100% {
        width: 100%;
        background: #411c3b
    }
}

@-o-keyframes barin6 {
    0% {
        width: 0;
        background: #00e800
    }

    20% {
        background: #ffeb3b
    }

    40% {
        background: #f39800
    }

    60% {
        background: #d32c1b
    }

    80% {
        background: #ac4a9b
    }

    100% {
        width: 100%;
        background: #411c3b
    }
}

@keyframes barin6 {
    0% {
        width: 0;
        background: #00e800
    }

    20% {
        background: #ffeb3b
    }

    40% {
        background: #f39800
    }

    60% {
        background: #d32c1b
    }

    80% {
        background: #ac4a9b
    }

    100% {
        width: 100%;
        background: #411c3b
    }
}

@-moz-keyframes addfavorite {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes addfavorite {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes addfavorite {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes addfavorite {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes up {
    50% {
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes up {
    50% {
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes up {
    50% {
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes up {
    50% {
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes down {
    0% {
        opacity: 1;
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }
}

@-webkit-keyframes down {
    0% {
        opacity: 1;
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }
}

@-o-keyframes down {
    0% {
        opacity: 1;
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }
}

@keyframes down {
    0% {
        opacity: 1;
        -moz-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }
}

@-moz-keyframes load {
    0%,100% {
        opacity: .5;
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        opacity: .9;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes load {
    0%,100% {
        opacity: .5;
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        opacity: .9;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes load {
    0%,100% {
        opacity: .5;
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        opacity: .9;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes load {
    0%,100% {
        opacity: .5;
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        opacity: .9;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .hamburger:hover {
        opacity: .7
    }

.hamburger-box {
    width: 20px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner::after, .hamburger-inner::before {
            content: "";
            display: block
        }

        .hamburger-inner::before {
            top: -10px
        }

        .hamburger-inner::after {
            bottom: -10px
        }

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1)
}

    .hamburger--3dx .hamburger-inner::after, .hamburger--3dx .hamburger-inner::before {
        transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0,10px,0) rotate(45deg);
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1)
}

    .hamburger--3dx-r .hamburger-inner::after, .hamburger--3dx-r .hamburger-inner::before {
        transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0,10px,0) rotate(45deg);
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1)
}

    .hamburger--3dy .hamburger-inner::after, .hamburger--3dy .hamburger-inner::before {
        transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
    }

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

    .hamburger--3dy.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0,10px,0) rotate(45deg);
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dy.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1)
}

    .hamburger--3dy-r .hamburger-inner::after, .hamburger--3dy-r .hamburger-inner::before {
        transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
        transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

    .hamburger--3dy-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0,10px,0) rotate(45deg);
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--3dy-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
        transform: translate3d(0,-10px,0) rotate(-45deg)
    }

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowalt .hamburger-inner::before {
    transition: top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px,-10px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-8px,-10px,0) rotate(-45deg) scale(.7,1);
    transition: top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px,10px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-8px,10px,0) rotate(45deg) scale(.7,1);
    transition: bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px,-10px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(8px,-10px,0) rotate(45deg) scale(.7,1);
    transition: top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px,10px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(8px,10px,0) rotate(-45deg) scale(.7,1);
    transition: bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::after, .hamburger--boring .hamburger-inner::before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0
    }

    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .15s;
    transition-delay: .15s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: .32s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .15s;
    transition-delay: .15s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--collapse-r .hamburger-inner::after {
        top: -20px;
        transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
    }

    .hamburger--collapse-r .hamburger-inner::before {
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(45deg);
    transform: translate3d(0,-10px,0) rotate(45deg);
    transition-delay: .32s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear
    }

    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity .15s .4s ease
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
        transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
        transition: transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55)
    }

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(135deg);
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: .1s
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-20px,0) rotate(-270deg);
        transform: translate3d(0,-20px,0) rotate(-270deg);
        transition-delay: .1s
    }

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

    .hamburger--elastic-r .hamburger-inner::before {
        top: 10px;
        transition: opacity .15s .4s ease
    }

    .hamburger--elastic-r .hamburger-inner::after {
        top: 20px;
        transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
        transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
        transition: transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55)
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(-135deg);
    transform: translate3d(0,10px,0) rotate(-135deg);
    transition-delay: .1s
}

    .hamburger--elastic-r.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0
    }

    .hamburger--elastic-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-20px,0) rotate(270deg);
        transform: translate3d(0,-20px,0) rotate(270deg);
        transition-delay: .1s
    }

.hamburger--emphatic {
    overflow: hidden
}

    .hamburger--emphatic .hamburger-inner {
        transition: background-color .2s .25s ease-in
    }

        .hamburger--emphatic .hamburger-inner::before {
            left: 0;
            transition: top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in;
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
        }

        .hamburger--emphatic .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in;
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
        }

    .hamburger--emphatic.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent
    }

        .hamburger--emphatic.is-active .hamburger-inner::before {
            left: -80px;
            top: -80px;
            -webkit-transform: translate3d(80px,80px,0) rotate(45deg);
            transform: translate3d(80px,80px,0) rotate(45deg);
            transition: left .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1)
        }

        .hamburger--emphatic.is-active .hamburger-inner::after {
            right: -80px;
            top: -80px;
            -webkit-transform: translate3d(-80px,80px,0) rotate(-45deg);
            transform: translate3d(-80px,80px,0) rotate(-45deg);
            transition: right .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1)
        }

.hamburger--emphatic-r {
    overflow: hidden
}

    .hamburger--emphatic-r .hamburger-inner {
        transition: background-color .2s .25s ease-in
    }

        .hamburger--emphatic-r .hamburger-inner::before {
            left: 0;
            transition: top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in;
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
        }

        .hamburger--emphatic-r .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in;
            transition: transform .2s cubic-bezier(.6,.04,.98,.335),top 50ms .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)
        }

    .hamburger--emphatic-r.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent
    }

        .hamburger--emphatic-r.is-active .hamburger-inner::before {
            left: -80px;
            top: 80px;
            -webkit-transform: translate3d(80px,-80px,0) rotate(-45deg);
            transform: translate3d(80px,-80px,0) rotate(-45deg);
            transition: left .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: left .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1)
        }

        .hamburger--emphatic-r.is-active .hamburger-inner::after {
            right: -80px;
            top: 80px;
            -webkit-transform: translate3d(-80px,-80px,0) rotate(45deg);
            transform: translate3d(-80px,-80px,0) rotate(45deg);
            transition: right .2s ease-out,top 50ms .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);
            transition: right .2s ease-out,top 50ms .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1)
        }

.hamburger--slider .hamburger-inner {
    top: 2px
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: opacity,-webkit-transform;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        transition-timing-function: ease;
        transition-duration: .2s
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px
    }

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(45deg);
    transform: translate3d(0,10px,0) rotate(45deg)
}

    .hamburger--slider.is-active .hamburger-inner::before {
        -webkit-transform: rotate(-45deg) translate3d(-5.71px,-6px,0);
        transform: rotate(-45deg) translate3d(-5.71px,-6px,0);
        opacity: 0
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
        transform: translate3d(0,-20px,0) rotate(-90deg)
    }

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: opacity,-webkit-transform;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        transition-timing-function: ease;
        transition-duration: .2s
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 20px
    }

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(-45deg);
    transform: translate3d(0,10px,0) rotate(-45deg)
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        -webkit-transform: rotate(45deg) translate3d(5.71px,-6px,0);
        transform: rotate(45deg) translate3d(5.71px,-6px,0);
        opacity: 0
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-20px,0) rotate(90deg);
        transform: translate3d(0,-20px,0) rotate(90deg)
    }

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s .15s linear
}

    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)
    }

    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .32s;
    background-color: transparent
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,10px,0) rotate(45deg);
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top .3s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
        transition: top .3s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);
        transition: top .3s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,10px,0) rotate(-45deg);
        transform: translate3d(0,10px,0) rotate(-45deg)
    }

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .15s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear
    }

    .hamburger--spring-r .hamburger-inner::before {
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: .32s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .32s linear
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .32s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .32s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--stand .hamburger-inner {
    transition: background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
    transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear;
    transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--stand .hamburger-inner::before {
        transition: top .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
    }

    .hamburger--stand .hamburger-inner::after {
        transition: bottom .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
    transition: background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1);
    transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear;
    transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1)
}

    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: top .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1)
    }

    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: bottom .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--stand-r .hamburger-inner {
    transition: background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19);
    transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear;
    transition: transform .1s .22s cubic-bezier(.55,.055,.675,.19),background-color 0s .1s linear,-webkit-transform .1s .22s cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--stand-r .hamburger-inner::before {
        transition: top .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: top .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
    }

    .hamburger--stand-r .hamburger-inner::after {
        transition: bottom .1s .1s ease-in,-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .1s ease-in,transform .1s 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s 0s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent;
    transition: background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1);
    transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear;
    transition: transform .1s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .22s linear,-webkit-transform .1s 0s cubic-bezier(.215,.61,.355,1)
}

    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: top .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1)
    }

    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: bottom .1s .12s ease-out,-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s .12s ease-out,transform .1s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .22s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--spin .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--spin .hamburger-inner::before {
        transition: top .1s .34s ease-in,opacity .1s ease-in
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top .1s ease-out,opacity .1s .14s ease-out
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--spin-r .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--spin-r .hamburger-inner::before {
        transition: top .1s .34s ease-in,opacity .1s ease-in
    }

    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top .1s ease-out,opacity .1s .14s ease-out
    }

    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top .1s .14s ease,opacity .1s ease
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19);
        transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top .1s ease,opacity .1s .14s ease
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1);
        transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1)
    }

.hamburger--vortex .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

    .hamburger--vortex .hamburger-inner::after, .hamburger--vortex .hamburger-inner::before {
        transition-duration: 0s;
        transition-delay: .1s;
        transition-timing-function: linear
    }

    .hamburger--vortex .hamburger-inner::before {
        transition-property: top,opacity
    }

    .hamburger--vortex .hamburger-inner::after {
        transition-property: bottom,-webkit-transform;
        transition-property: bottom,transform;
        transition-property: bottom,transform,-webkit-transform
    }

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

    .hamburger--vortex.is-active .hamburger-inner::after, .hamburger--vortex.is-active .hamburger-inner::before {
        transition-delay: 0s
    }

    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0
    }

    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.hamburger--vortex-r .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

    .hamburger--vortex-r .hamburger-inner::after, .hamburger--vortex-r .hamburger-inner::before {
        transition-duration: 0s;
        transition-delay: .1s;
        transition-timing-function: linear
    }

    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top,opacity
    }

    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom,-webkit-transform;
        transition-property: bottom,transform;
        transition-property: bottom,transform,-webkit-transform
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

    .hamburger--vortex-r.is-active .hamburger-inner::after, .hamburger--vortex-r.is-active .hamburger-inner::before {
        transition-delay: 0s
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.hamburger-drop {
    position: relative
}

    .hamburger-drop::before {
        content: "\e9dd";
        font-family: icomoon;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        font-size: 1.125rem;
        position: absolute;
        top: -6px;
        right: -14px
    }

@media (min-width:641px) and (max-width:991px) {
    #NoData .hamburger {
        display: none
    }
}

.color-dark {
    color: #555 !important
}

.color-red {
    color: #d32c1b !important
}

.color-dk-red {
    color: #cd2500
}

.color-db {
    color: #0959a8 !important
}

.color-green {
    color: #5f7512 !important
}

.color-white {
    color: #fff
}

.color-blue {
    color: #1a67b1
}

.color-base-blue-2 {
    color: #1596ed
}

.color-dk-red {
    color: #cd2500
}

.clr-gray {
    color: #dcdcdc !important
}

.clr-dk-gray {
    color: #767676 !important
}

.bg-base-gray {
    background-color: #f9f9f9 !important
}

.bg-lt5-blue {
    background-color: #f6fafe
}

.bg-highlight {
    background-color: #fffcf5 !important
}

.bg-transparent {
    background-color: transparent !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.margin-x-10 {
    margin: 0 10px
}

.margin-10 {
    margin: 10px !important
}

.padding-0 {
    padding: 0 !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-y-15 {
    padding: 15px 0 !important
}

.no-margin {
    margin: 0 !important
}

.border-radius-025 {
    border-radius: .25rem !important
}

.ver-middle {
    vertical-align: middle !important
}

.default-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .default-flex .flex-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40%
    }

    .default-flex * {
        flex: 0 1 auto;
        -ms-flex: 0 1 auto
    }

    .default-flex section {
        width: 100%
    }

.no-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.row-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-nowrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

ul.no-flex {
    display: block !important
}

    ul.no-flex.nav {
        padding-left: 15px
    }

    ul.no-flex li {
        width: auto !important
    }

.justy-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -o-flex-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.justify-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.relative {
    position: relative
}

.no-float {
    float: none !important
}

.break-all {
    word-break: break-all !important
}

.break-word {
    word-break: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.no-border {
    border: none !important
}

.remark {
    font-size: .875rem;
    color: #767676
}

.width-100 {
    width: 100%
}

.disable {
    color: #767676 !important;
    pointer-events: none
}

.clearconten:after {
    content: "";
    display: block;
    clear: both
}

@media (max-width:992px) {
    .margin-top-sm-30 {
        margin-top: 30px !important
    }

    .margin-top-sm-10 {
        margin-top: 10px !important
    }
}

@media (max-width:480px) {
    .xs-wrap {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.m-1 {
    margin: .25rem
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.p-1 {
    padding: .25rem
}

.pt-1 {
    padding-top: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pr-1 {
    padding-right: .25rem
}

.pl-1 {
    padding-left: .25rem
}

.px-1 {
    padding-right: .25rem;
    padding-left: .25rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.m-2 {
    margin: .5rem
}

.mt-2 {
    margin-top: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.p-2 {
    padding: .5rem
}

.pt-2 {
    padding-top: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pr-2 {
    padding-right: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.px-2 {
    padding-right: .5rem;
    padding-left: .5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.m-3 {
    margin: 1rem
}

.mt-3 {
    margin-top: 1rem
}

.mb-3 {
    margin-bottom: 1rem
}

.mr-3 {
    margin-right: 1rem
}

.ml-3 {
    margin-left: 1rem
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.p-3 {
    padding: 1rem
}

.pt-3 {
    padding-top: 1rem
}

.pb-3 {
    padding-bottom: 1rem
}

.pr-3 {
    padding-right: 1rem
}

.pl-3 {
    padding-left: 1rem
}

.px-3 {
    padding-right: 1rem;
    padding-left: 1rem
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.m-4 {
    margin: 1.5rem
}

.mt-4 {
    margin-top: 1.5rem
}

.mb-4 {
    margin-bottom: 1.5rem
}

.mr-4 {
    margin-right: 1.5rem
}

.ml-4 {
    margin-left: 1.5rem
}

.mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.p-4 {
    padding: 1.5rem
}

.pt-4 {
    padding-top: 1.5rem
}

.pb-4 {
    padding-bottom: 1.5rem
}

.pr-4 {
    padding-right: 1.5rem
}

.pl-4 {
    padding-left: 1.5rem
}

.px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.m-5 {
    margin: 3rem
}

.mt-5 {
    margin-top: 3rem
}

.mb-5 {
    margin-bottom: 3rem
}

.mr-5 {
    margin-right: 3rem
}

.ml-5 {
    margin-left: 3rem
}

.mx-5 {
    margin-left: 3rem;
    margin-right: 3rem
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.p-5 {
    padding: 3rem
}

.pt-5 {
    padding-top: 3rem
}

.pb-5 {
    padding-bottom: 3rem
}

.pr-5 {
    padding-right: 3rem
}

.pl-5 {
    padding-left: 3rem
}

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mr-0 {
    margin-right: 0
}

.ml-0 {
    margin-left: 0
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.px-0 {
    padding-right: 0;
    padding-left: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:768px) {
    .mt-md-0 {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .mt-xl-0 {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0
    }
}

.w-50 {
    width: 50%
}

.w-100 {
    width: 100%
}

.ml-auto {
    margin-left: auto
}

.position-relative {
    position: relative
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex
}

.d-none {
    display: none !important
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) {
    .d-md-flex {
        display: flex !important
    }
}

@media (min-width:992px) {
    .d-lg-flex {
        display: flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-flex {
        display: flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
}



.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline
}

.align-self-center {
    align-self: center !important
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.img-fluid {
    max-width: 100%
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    display: flex;
    align-items: center;
    justify-content: center
}

* {
    border-radius: 0
}

hr {
    margin: 30px 0
}

    hr.hr-xs {
        margin: 10px 0
    }

    hr.hr-md {
        margin: 20px 0
    }

    hr.hr-lg {
        margin: 40px 0
    }

/*h1 {
    font-size: 1.8rem;
    line-height: 35px
}

h2 {
    font-size: 1.6rem;
    line-height: 33px
}

h3 {
    font-size: 1.3rem;
    line-height: 27px
}

h4 {
    line-height: 25px
}

h5 {
    line-height: 20px
}

h6 {
    line-height: 18px
}*/

h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin-top: 5px;
    text-shadow: none;
    font-weight: 400;
    font-family: "Open Sans",Arial,sans-serif
}

    h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
        margin-right: 5px
    }

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #c9c9c9
}

    .headline h2 {
        font-size: 1.4rem
    }

    .headline h2, .headline h3, .headline h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block
    }

    .headline p, .headline small {
        line-height: 33px;
        margin: 0;
        padding: 0
    }

.headline-md {
    margin-bottom: 15px
}

    .headline-md h2 {
        font-size: 1.4rem
    }

.heading {
    text-align: center
}

    .heading h2 {
        padding: 0 12px;
        position: relative;
        display: inline-block;
        line-height: 34px !important
    }

        .heading h2:after, .heading h2:before {
            content: ' ';
            width: 70%;
            position: absolute;
            border-width: 1px;
            border-color: #bbb
        }

        .heading h2:before {
            right: 100%
        }

        .heading h2:after {
            left: 100%
        }

@media (max-width:768px) {
    .heading h2:after, .heading h2:before {
        width: 20%
    }
}

.heading-v1 h2:after, .heading-v1 h2:before {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid
}

.heading-v2 h2:after, .heading-v2 h2:before {
    top: 15px;
    height: 6px;
    border-top-style: dashed;
    border-bottom-style: dashed
}

.heading-v3 h2:after, .heading-v3 h2:before {
    top: 15px;
    height: 6px;
    border-top-style: dotted;
    border-bottom-style: dotted
}

.heading-v4 h2:after, .heading-v4 h2:before {
    top: 17px;
    border-bottom-style: solid
}

.heading-v5 h2:after, .heading-v5 h2:before {
    top: 17px;
    border-bottom-style: dashed
}

.heading-v6 h2:after, .heading-v6 h2:before {
    top: 17px;
    border-bottom-style: dotted
}

.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px
}

    .title-v1 h1, .title-v1 h2 {
        color: #444;
        font-size: 1.8rem;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-family: "Open Sans",Arial,sans-serif
    }

        .title-v1 h1:after, .title-v1 h2:after {
            bottom: 0;
            left: 50%;
            height: 1px;
            width: 70px;
            content: " ";
            margin-left: -35px;
            position: absolute;
            background: #72c02c
        }

    .title-v1 p {
        font-size: 1.1rem;
        font-weight: 200
    }

h2.title-v2 {
    color: #555;
    position: relative;
    margin-bottom: 30px
}

    h2.title-v2:after {
        left: 0;
        width: 70px;
        height: 2px;
        content: " ";
        bottom: -10px;
        background: #555;
        position: absolute
    }

    h1.title-v2.title-center, h2.title-v2.title-center, h3.title-v2.title-center {
        text-align: center
    }

        h1.title-v2.title-center:after, h2.title-v2.title-center:after, h3.title-v2.title-center:after {
            left: 50%;
            width: 70px;
            margin-left: -35px
        }

h1.title-light, h2.title-light, h3.title-light {
    color: #fff
}

    h2.title-light:after {
        background: #fff
    }

h1[class^=title-v3-], h2[class^=title-v3-], h3[class^=title-v3-] {
    color: #555
}

h2.title-v3-xlg {
    font-size: 1.8rem;
    line-height: 32px
}

h1.title-v3-lg, h2.title-v3-lg {
    font-size: 1.6rem;
    line-height: 28px
}

h1.title-v3-md, h2.title-v3-md {
    font-size: 1.3rem;
    line-height: 24px
}

h2.title-v3-sm, h3.title-v3-md {
    font-size: 1.2rem;
    line-height: 24px
}

h3.title-v3-md {
    line-height: 22px
}

h3.title-v3-sm {
    font-size: 1rem;
    line-height: 20px
}

h2.title-v3-xs {
    font-size: 1rem;
    line-height: 22px
}

h3.title-v3-xs {
    font-size: .9rem;
    margin-bottom: 0
}

.title-v4 {
    font-size: 1.2rem;
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid #333
}

.headline-center {
    text-align: center;
    position: relative
}

    .headline-center h2 {
        color: #555;
        font-size: 1.6rem;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 15px
    }

        .headline-center h2:after {
            left: 50%;
            z-index: 1;
            width: 30px;
            height: 2px;
            content: " ";
            bottom: -5px;
            margin-left: -15px;
            text-align: center;
            position: absolute;
            background: #72c02c
        }

    .headline-center p {
        font-size: .9rem
    }

@media (max-width:991px) {
    .headline-center p {
        padding: 0 50px
    }
}

.headline-center.headline-light h2 {
    color: #fff
}

.headline-center.headline-light p {
    color: #eee
}

.headline-center-v2 {
    z-index: 0;
    text-align: center;
    position: relative
}

    .headline-center-v2 h2 {
        color: #555;
        font-size: 1.6rem;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .headline-center-v2 span.bordered-icon {
        color: #fff;
        padding: 0 10px;
        font-size: 1rem;
        line-height: 18px;
        position: relative;
        margin-bottom: 25px;
        display: inline-block
    }

        .headline-center-v2 span.bordered-icon:after, .headline-center-v2 span.bordered-icon:before {
            top: 8px;
            height: 1px;
            content: " ";
            width: 100px;
            background: #fff;
            position: absolute
        }

        .headline-center-v2 span.bordered-icon:before {
            left: 100%
        }

        .headline-center-v2 span.bordered-icon:after {
            right: 100%
        }

    .headline-center-v2 p {
        color: #555;
        font-size: .9rem;
        padding: 0 70px
    }

    .headline-center-v2.headline-center-v2-dark p {
        color: #666
    }

    .headline-center-v2.headline-center-v2-dark span.bordered-icon {
        color: #666
    }

        .headline-center-v2.headline-center-v2-dark span.bordered-icon:after, .headline-center-v2.headline-center-v2-dark span.bordered-icon:before {
            background: #666
        }

.headline-left {
    position: relative
}

    .headline-left .headline-brd {
        color: #555;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 10px
    }

        .headline-left .headline-brd:after {
            left: 1px;
            z-index: 1;
            width: 30px;
            height: 2px;
            content: " ";
            bottom: -5px;
            position: absolute;
            background: #72c02c
        }

.headline-v2 {
    display: block;
    background: #fff;
    padding: 1px 10px;
    margin: 0 0 20px 0;
    border-left: 2px solid #000
}

    .headline-v2 h2 {
        margin: 3px 0;
        font-size: 1.3rem;
        font-weight: 200
    }

h2.heading-md {
    font-size: 1.3rem;
    line-height: 24px
}

h2.heading-sm, h3.heading-md {
    font-size: 1.2rem;
    line-height: 24px
}

h3.heading-md {
    line-height: 22px
}

h3.heading-sm {
    font-size: 1rem;
    line-height: 20px
}

h2.heading-xs {
    font-size: 1rem;
    line-height: 22px
}

h3.heading-xs {
    font-size: .9rem;
    margin-bottom: 0
}

.devider.devider-dotted {
    border-top: 2px dotted #eee
}

.devider.devider-dashed {
    border-top: 2px dashed #eee
}

.devider.devider-db {
    height: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.devider.devider-db-dashed {
    height: 5px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd
}

.devider.devider-db-dotted {
    height: 5px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd
}

.table thead > tr > th {
    border-bottom: none
}

@media (max-width:768px) {
    .table td.hidden-sm, .table th.hidden-sm {
        display: none !important
    }
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto
}

.input-group-addon {
    border-radius: 0
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9
}

.form-spacing .form-control {
    margin-bottom: 15px
}

.input-group-addon {
    color: #b3b3b3;
    font-size: .9rem;
    background: #fff
}

.carousel-v1 .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(0,0,0,.7)
}

    .carousel-v1 .carousel-caption p {
        color: #fff;
        margin-bottom: 0
    }

.carousel-v1 .carousel-arrow a.carousel-control {
    opacity: 1;
    font-size: 2rem;
    height: inherit;
    width: inherit;
    background: 0 0;
    text-shadow: none;
    position: inherit
}

.carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: .6;
    background: #000;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute
}

    .carousel-v1 .carousel-arrow a i:hover {
        opacity: .8
    }

.carousel-v1 .carousel-arrow a.left i {
    left: 0
}

.carousel-v1 .carousel-arrow a.right i {
    right: 0
}

.carousel-v2 .carousel-control, .carousel-v2 .carousel-control:hover {
    opacity: 1;
    text-shadow: none
}

    .carousel-v2 .carousel-control.left, .carousel-v2 .carousel-control.right {
        top: 50%;
        z-index: 5;
        color: #eee;
        width: 45px;
        height: 45px;
        font-size: 2rem;
        margin-top: -22px;
        position: absolute;
        text-align: center;
        display: inline-block;
        border: 2px solid #eee;
        background: rgba(0,0,0,.1)
    }

    .carousel-v2 .carousel-control:hover {
        background: rgba(0,0,0,.3);
        -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
    }

    .carousel-v2 .carousel-control.left {
        left: 20px
    }

    .carousel-v2 .carousel-control.right {
        right: 20px
    }

    .carousel-v2 .carousel-control .arrow-next, .carousel-v2 .carousel-control .arrow-prev {
        top: -5px;
        position: relative
    }

    .carousel-v2 .carousel-control .arrow-next {
        right: -2px
    }

@media (min-width:768px) {
    .carousel-indicators {
        bottom: 10px
    }
}

.nav-pills > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs > li > a {
    border-radius: 0
}

.tab-v1 {
    margin-top: 20px
}

    .tab-v1 .nav-tabs {
        border: none;
        background: 0 0;
        border-bottom: none
    }

.header-v1 .mega-menu .mega-menu-fullwidth .tab-v1 .nav-tabs a {
    font-size: .9rem;
    padding: 5px 25px !important;
    background: #fff
}

.header-v1 .dropdown-menu .tab-v1 .nav-tabs > .active > a, .header-v1 .dropdown-menu .tab-v1 .nav-tabs > .active > a:focus, .header-v1 .dropdown-menu .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:focus, .tab-v1 .nav-tabs > .active > a:hover {
    color: #fff;
    border: none;
    background: #919191 !important
}

.tab-v1 .nav-tabs > li > a {
    border: none
}

    .header-v1 .dropdown-menu .tab-v1 .nav-tabs > li > a:hover, .tab-v1 .nav-tabs > li > a:hover {
        color: #fff;
        background: #919191 !important
    }

.header-v1 .dropdown-menu .tab-v1 .tab-content, .tab-v1 .tab-content {
    padding: 10px 0 0
}

    .tab-v1 .tab-content img {
        margin-top: 4px;
        margin-bottom: 15px
    }

        .tab-v1 .tab-content img.img-tab-space {
            margin-top: 7px
        }

.acc-v1 .panel-heading {
    padding: 0;
    box-shadow: none
}

    .acc-v1 .panel-heading a {
        display: block;
        font-size: .9rem;
        padding: 5px 15px;
        background: #fefefe
    }

.acc-v2 .panel {
    border: none;
    box-shadow: none
}

.acc-v2 .panel-heading {
    padding: 0;
    box-shadow: none
}

    .acc-v2 .panel-heading a {
        display: block;
        font-size: .9rem;
        padding: 5px 0;
        background: #fff
    }

.acc-v2.panel-group .panel-heading + .panel-collapse > .list-group, .acc-v2.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none
}

.acc-icon a.accordion-toggle i {
    color: #555;
    margin-right: 8px
}

.acc-icon a.accordion-toggle:hover i {
    color: #39414c
}

.dropdown-menu, .navbar-toggle {
    border-radius: 0
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0
}

.pagination li a {
    color: #777;
    padding: 5px 15px
}

    .pagination li a:hover {
        color: #fff;
        background: #5fb611;
        border-color: #5fb611
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #72c02c;
    background-color: #72c02c
}

.pagination-no-space .pagination {
    margin: 0
}

.pager li > a, .pager li > span {
    border-radius: 0
}

    .pager li > a:focus, .pager li > a:hover {
        color: #fff;
        background: #5fb611;
        border-color: #5fb611
    }

.pager.pager-v2 li > a {
    border: none
}

.pager.pager-v2 li > a, .pager.pager-v3 li > a {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .pager.pager-v2 li > a:focus, .pager.pager-v2 li > a:hover, .pager.pager-v3 li > a:focus, .pager.pager-v3 li > a:hover {
        color: #fff;
        background: #72c02c
    }

.pager.pager-v2 li.page-amount, .pager.pager-v3 li.page-amount {
    font-size: 1rem;
    font-style: italic
}

    .pager.pager-v2 li.page-amount, .pager.pager-v2 li.page-amount:focus, .pager.pager-v2 li.page-amount:hover, .pager.pager-v3 li.page-amount, .pager.pager-v3 li.page-amount:focus, .pager.pager-v3 li.page-amount:hover {
        top: 7px;
        color: #777;
        position: relative
    }

.pager.pager-v2.pager-md li a, .pager.pager-v3.pager-md li a {
    font-size: 1rem;
    padding: 8px 18px
}

.pager.pager-v4 li > a {
    line-height: normal;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .pager.pager-v4 li > a:focus, .pager.pager-v4 li > a:hover {
        color: #fff;
        background: #222;
        border-color: #222
    }

.pager.pager-v4 li.page-amount {
    font-size: .9rem;
    font-style: italic
}

    .pager.pager-v4 li.page-amount, .pager.pager-v4 li.page-amount:focus, .pager.pager-v4 li.page-amount:hover {
        top: 7px;
        color: #777;
        position: relative
    }

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0
}

.sidebar-nav-v1 li {
    padding: 0
}

    .sidebar-nav-v1 li a {
        display: block;
        padding: 8px 30px 8px 10px
    }

        .sidebar-nav-v1 li a:hover {
            text-decoration: none
        }

.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #717984
}

    .sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:focus, .sidebar-nav-v1 > li.active:hover {
        border-color: #ddd
    }

        .sidebar-nav-v1 > li.active > a {
            color: #fff
        }

.sidebar-nav-v1 li ul {
    padding: 0;
    list-style: none
}

.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
    background: #f8f8f8
}

    .sidebar-nav-v1 li ul a {
        color: #555;
        font-size: .8rem;
        border-top: solid 1px #ddd;
        padding: 6px 30px 6px 17px
    }

.sidebar-nav-v1 ul li.active a, .sidebar-nav-v1 ul li:hover a {
    color: #72c02c
}

.list-group-item li > .badge {
    float: right
}

.sidebar-nav-v1 span.badge {
    margin-top: 8px;
    margin-right: 10px
}

.sidebar-nav-v1 .list-toggle > span.badge {
    margin-right: 25px
}

.sidebar-nav-v1 ul li span.badge {
    margin-top: 8px;
    font-size: .7rem;
    padding: 3px 5px;
    margin-right: 10px
}

.list-toggle:after {
    top: 7px;
    right: 10px;
    color: #777;
    font-size: .9rem;
    content: "\f105";
    position: absolute;
    font-weight: 400;
    display: inline-block;
    font-family: FontAwesome
}

.list-toggle.active:after {
    color: #fff;
    content: "\f107"
}

.btn {
    box-shadow: none;
    border-radius: 0
}

.btn-u {
    border: 0;
    color: #fff !important;
    font-size: .9rem;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none
}

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        -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
    }

    .btn-u.btn-block {
        text-align: center
    }

.btn-u-sm, a.btn-u-sm {
    padding: 3px 12px
}

.btn-u-lg, a.btn-u-lg {
    font-size: 1.2rem;
    padding: 10px 25px
}

.btn-u-xs, a.btn-u-xs {
    font-size: .8rem;
    padding: 2px 12px;
    line-height: 18px
}

.btn-group .dropdown-menu > li > a {
    padding: 3px 13px
}

.btn-group-vertical > .btn-u, .btn-group > .btn-u {
    float: left;
    position: relative
}

    .btn-group > .btn-u:first-child {
        margin-left: 0
    }

@-moz-document url-prefix() {
    .footer-subsribe .btn-u {
        padding-bottom: 4px
    }
}

@media (max-width:768px) {
    @-moz-document url-prefix() {
        .btn-u {
            padding-bottom: 6px
        }
    }
}

.btn-u.active, .btn-u:active, .btn-u:focus, .btn-u:hover, .open .dropdown-toggle.btn-u {
    background: #5fb611
}

.btn-u-split.dropdown-toggle {
    border-left: solid 1px #5fb611
}

.btn-u.btn-u-blue {
    background: #116dbf
}

    .btn-u.btn-u-blue.active, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:hover, .open .dropdown-toggle.btn-u.btn-u-blue {
        background: #2980b9
    }

.btn-u.btn-u-split-blue.dropdown-toggle {
    border-left: solid 1px #2980b9
}

.btn-u.btn-u-red {
    background: #ff3600
}

    .btn-u.btn-u-red.active, .btn-u.btn-u-red:active, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:hover, .open .dropdown-toggle.btn-u.btn-u-red {
        background: #c0392b
    }

.btn-u.btn-u-split-red.dropdown-toggle {
    border-left: solid 1px #c0392b
}

.btn-u.btn-u-orange {
    background: #d63801
}

    .btn-u.btn-u-orange.active, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:hover, .open .dropdown-toggle.btn-u.btn-u-orange {
        background: #d35400;
        color: #000
    }

.btn-u.btn-u-split-orange.dropdown-toggle {
    border-left: solid 1px #d35400
}

.btn-u.btn-u-sea {
    background: #1abc9c
}

    .btn-u.btn-u-sea.active, .btn-u.btn-u-sea:active, .btn-u.btn-u-sea:focus, .btn-u.btn-u-sea:hover, .open .dropdown-toggle.btn-u.btn-u-sea {
        background: #16a085
    }

.btn-u.btn-u-split-sea.dropdown-toggle {
    border-left: solid 1px #16a085
}

.btn-u.btn-u-green {
    background: #00a8a8
}

    .btn-u.btn-u-green.active, .btn-u.btn-u-green:active, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:hover, .open .dropdown-toggle.btn-u.btn-u-green {
        background: #27ae60
    }

.btn-u.btn-u-split-green.dropdown-toggle {
    border-left: solid 1px #27ae60
}

.btn-u.btn-u-yellow {
    background: #f1c40f
}

    .btn-u.btn-u-yellow.active, .btn-u.btn-u-yellow:active, .btn-u.btn-u-yellow:focus, .btn-u.btn-u-yellow:hover, .open .dropdown-toggle.btn-u.btn-u-yellow {
        background: #f39c12
    }

.btn-u.btn-u-split-yellow.dropdown-toggle {
    border-left: solid 1px #f39c12
}

.btn-u.btn-u-default {
    background: #959595
}

    .btn-u.btn-u-default.active, .btn-u.btn-u-default:active, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:hover, .open .dropdown-toggle.btn-u.btn-u-default {
        background: #7f8c8d
    }

.btn-u.btn-u-split-default.dropdown-toggle {
    border-left: solid 1px #7f8c8d
}

.btn-u.btn-u-purple {
    background: #9b6bcc
}

    .btn-u.btn-u-purple.active, .btn-u.btn-u-purple:active, .btn-u.btn-u-purple:focus, .btn-u.btn-u-purple:hover, .open .dropdown-toggle.btn-u.btn-u-purple {
        background: #814fb5
    }

.btn-u.btn-u-split-purple.dropdown-toggle {
    border-left: solid 1px #814fb5
}

.btn-u.btn-u-aqua {
    background: #27d7e7
}

    .btn-u.btn-u-aqua.active, .btn-u.btn-u-aqua:active, .btn-u.btn-u-aqua:focus, .btn-u.btn-u-aqua:hover, .open .dropdown-toggle.btn-u.btn-u-aqua {
        background: #26bac8
    }

.btn-u.btn-u-split-aqua.dropdown-toggle {
    border-left: solid 1px #26bac8
}

.btn-u.btn-u-brown {
    background: #9c8061
}

    .btn-u.btn-u-brown.active, .btn-u.btn-u-brown:active, .btn-u.btn-u-brown:focus, .btn-u.btn-u-brown:hover, .open .dropdown-toggle.btn-u.btn-u-brown {
        background: #81674b
    }

.btn-u.btn-u-split-brown.dropdown-toggle {
    border-left: solid 1px #81674b
}

.btn-u.btn-u-dark-blue {
    background: #4765a0
}

    .btn-u.btn-u-dark-blue.active, .btn-u.btn-u-dark-blue:active, .btn-u.btn-u-dark-blue:focus, .btn-u.btn-u-dark-blue:hover, .open .dropdown-toggle.btn-u.btn-u-dark-blue {
        background: #324c80
    }

.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left: solid 1px #324c80
}

.btn-u.btn-u-light-green {
    background: #79d5b3
}

    .btn-u.btn-u-light-green.active, .btn-u.btn-u-light-green:active, .btn-u.btn-u-light-green:focus, .btn-u.btn-u-light-green:hover, .open .dropdown-toggle.btn-u.btn-u-light-green {
        background: #59b795
    }

.btn-u.btn-u-split-light-green.dropdown-toggle {
    border-left: solid 1px #59b795
}

.btn-u.btn-u-dark {
    background: #555
}

    .btn-u.btn-u-dark.active, .btn-u.btn-u-dark:active, .btn-u.btn-u-dark:focus, .btn-u.btn-u-dark:hover, .open .dropdown-toggle.btn-u.btn-u-dark {
        background: #333
    }

.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left: solid 1px #333
}

.btn-u.btn-u-light-grey {
    background: #585f69
}

    .btn-u.btn-u-light-grey.active, .btn-u.btn-u-light-grey:active, .btn-u.btn-u-light-grey:focus, .btn-u.btn-u-light-grey:hover, .open .dropdown-toggle.btn-u.btn-u-light-grey {
        background: #484f58
    }

.btn-u.btn-u-split-light-grey.dropdown-toggle {
    border-left: solid 1px #484f58
}

.btn-u.btn-brd {
    color: #555;
    background: 0 0;
    padding: 5px 13px;
    border: solid 1px transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .btn-u.btn-brd:hover {
        background: 0 0;
        border: solid 1px #eee
    }

    .btn-u.btn-brd:focus {
        background: 0 0
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        color: #fff !important
    }

.btn-u.btn-brd {
    border-color: #72c02c
}

    .btn-u.btn-brd:hover {
        color: #5fb611;
        border-color: #5fb611
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        background: #5fb611
    }

    .btn-u.btn-brd.btn-u-blue {
        border-color: #116dbf
    }

        .btn-u.btn-brd.btn-u-blue:hover {
            color: #2980b9;
            border-color: #2980b9
        }

        .btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
            background: #2980b9
        }

    .btn-u.btn-brd.btn-u-red {
        border-color: #ff3600
    }

        .btn-u.btn-brd.btn-u-red:hover {
            color: #c0392b;
            border-color: #c0392b
        }

        .btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
            background: #c0392b
        }

    .btn-u.btn-brd.btn-u-orange {
        border-color: #e67e22
    }

        .btn-u.btn-brd.btn-u-orange:hover {
            color: #d35400;
            border-color: #d35400
        }

        .btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
            background: #d35400
        }

    .btn-u.btn-brd.btn-u-sea {
        border-color: #1abc9c
    }

        .btn-u.btn-brd.btn-u-sea:hover {
            color: #16a085;
            border-color: #16a085
        }

        .btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
            background: #16a085
        }

    .btn-u.btn-brd.btn-u-green {
        border-color: #2ecc71
    }

        .btn-u.btn-brd.btn-u-green:hover {
            color: #27ae60;
            border-color: #27ae60
        }

        .btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
            background: #27ae60
        }

    .btn-u.btn-brd.btn-u-yellow {
        border-color: #f1c40f
    }

        .btn-u.btn-brd.btn-u-yellow:hover {
            color: #f39c12;
            border-color: #f39c12
        }

        .btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
            background: #f39c12
        }

    .btn-u.btn-brd.btn-u-default {
        border-color: #95a5a6
    }

        .btn-u.btn-brd.btn-u-default:hover {
            color: #7f8c8d;
            border-color: #7f8c8d
        }

        .btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
            background: #7f8c8d
        }

    .btn-u.btn-brd.btn-u-dark {
        border-color: #555
    }

        .btn-u.btn-brd.btn-u-dark:hover {
            color: #333;
            border-color: #333
        }

        .btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
            background: #333
        }

    .btn-u.btn-brd.btn-u-light-grey {
        border-color: #585f69
    }

        .btn-u.btn-brd.btn-u-light-grey:hover {
            color: #484f58;
            border-color: #484f58
        }

        .btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
            background: #484f58
        }

    .btn-u.btn-brd.btn-u-purple {
        border-color: #9b6bcc
    }

        .btn-u.btn-brd.btn-u-purple:hover {
            color: #814fb5;
            border-color: #814fb5
        }

        .btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
            background: #814fb5
        }

    .btn-u.btn-brd.btn-u-aqua {
        border-color: #27d7e7
    }

        .btn-u.btn-brd.btn-u-aqua:hover {
            color: #26bac8;
            border-color: #26bac8
        }

        .btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
            background: #26bac8
        }

    .btn-u.btn-brd.btn-u-brown {
        border-color: #9c8061
    }

        .btn-u.btn-brd.btn-u-brown:hover {
            color: #81674b;
            border-color: #81674b
        }

        .btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
            background: #81674b
        }

    .btn-u.btn-brd.btn-u-dark-blue {
        border-color: #4765a0
    }

        .btn-u.btn-brd.btn-u-dark-blue:hover {
            color: #324c80;
            border-color: #324c80
        }

        .btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
            background: #324c80
        }

    .btn-u.btn-brd.btn-u-light-green {
        border-color: #79d5b3
    }

        .btn-u.btn-brd.btn-u-light-green:hover {
            color: #59b795;
            border-color: #59b795
        }

        .btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
            background: #59b795
        }

    .btn-u.btn-brd.btn-u-light {
        color: #fff;
        border-color: #fff
    }

        .btn-u.btn-brd.btn-u-light:hover {
            border-color: #fff
        }

        .btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
            background: #fff;
            color: #555 !important
        }

.dropdown-show {
    box-shadow: 0 0 4px #eee;
    display: inline-block;
    position: relative
}

.badge, .label {
    border-radius: 0
}

span.label {
    font-size: .7rem;
    font-weight: 400;
    padding: 4px 7px
}

.list-group-item.active > .badge, span.badge {
    color: #fff;
    font-weight: 400;
    padding: 4px 7px
}

    .list-group-item.active > .badge.badge-u, span.badge-u, span.label-u {
        background: #72c02c
    }

.list-group-item.active > .badge, span.badge-blue, span.label-blue {
    background: #116dbf
}

.list-group-item.active > .badge, span.badge-red, span.label-red {
    background: #ff3600
}

    .list-group-item.active > .badge.badge-green, span.badge-green, span.label-green {
        background: #2ecc71
    }

    .list-group-item.active > .badge.badge-sea, span.badge-sea, span.label-sea {
        background: #1abc9c
    }

    .list-group-item.active > .badge.badge-orange, span.badge-orange, span.label-orange {
        background: #e67e22
    }

    .list-group-item.active > .badge.badge-yellow, span.badge-yellow, span.label-yellow {
        background: #f1c40f
    }

    .list-group-item.active > .badge.badge-purple, span.badge-purple, span.label-purple {
        background: #9b6bcc
    }

    .list-group-item.active > .badge.badge-aqua, span.badge-aqua, span.label-aqua {
        background: #27d7e7
    }

    .list-group-item.active > .badge.badge-brown, span.badge-brown, span.label-brown {
        background: #9c8061
    }

    .list-group-item.active > .badge.badge-dark-blue, span.badge-dark-blue, span.label-dark-blue {
        background: #4765a0
    }

    .list-group-item.active > .badge.badge-light-green, span.badge-light-green, span.label-light-green {
        background: #79d5b3
    }

    .list-group-item.active > .badge.badge-light, span.badge-light, span.label-light {
        color: #777;
        background: #ecf0f1
    }

    .list-group-item.active > .badge.badge-dark, span.badge-dark, span.label-dark {
        background: #555
    }

.badge-lists li {
    position: relative
}

.badge-lists span.badge {
    top: -10px;
    right: -6px;
    position: absolute
}

.badge-lists.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px
}

.badge-lists.badge-icons i {
    font-size: 1.2rem;
    min-width: 25px
}

.badge-box-v1 a {
    color: #777;
    min-width: 40px;
    font-size: 1.2rem;
    padding: 8px 9px;
    display: inline-block;
    border: solid 1px #eee
}

.badge-box-v2 a {
    color: #777;
    font-size: .8rem;
    padding: 10px;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    border: solid 1px #eee
}

    .badge-box-v2 a i {
        font-size: 1.3rem
    }

    .badge-box-v1 a i, .badge-box-v2 a i {
        display: block;
        margin: 1px auto 2px
    }

    .badge-box-v1 a:hover, .badge-box-v2 a:hover {
        color: #555;
        border-color: #555;
        text-decoration: none;
        -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
    }

.social-icons {
    margin: 0;
    padding: 0
}

    .social-icons li {
        list-style: none;
        margin-right: 3px;
        margin-bottom: 5px;
        text-indent: -9999px;
        display: inline-block
    }

        .social-icons li a, a.social-icon {
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .social-icons li:hover a {
            background-position: 0 -38px
        }

.social-icons-color li a {
    opacity: .7;
    background-position: 0 -38px !important;
    -webkit-backface-visibility: hidden
}

    .social-icons-color li a:hover {
        opacity: 1
    }

i.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555
}

i.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    line-height: 35px
}

i.icon-md {
    width: 55px;
    height: 55px;
    font-size: 1.4rem;
    line-height: 55px
}

i.icon-lg {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    line-height: 60px;
    margin-bottom: 10px
}

i.icon-2x {
    font-size: 2rem
}

i.icon-3x {
    font-size: 2.6rem
}

i.icon-4x {
    font-size: 3.3rem
}

i.icon-line {
    font-size: 1.1rem
}

i.icon-sm.icon-line {
    font-size: .9rem
}

i.icon-md.icon-line {
    font-size: 1.4rem
}

i.icon-lg.icon-line {
    font-size: 1.8rem
}

i.icon-2x.icon-line {
    font-size: 1.8rem
}

i.icon-3x.icon-line {
    font-size: 2.4rem
}

i.icon-4x.icon-line {
    font-size: 3.1rem
}

.link-bg-icon, .link-icon {
    color: #555
}

    .link-bg-icon:hover, .link-icon:hover {
        border: none;
        text-decoration: none
    }

        .link-icon:hover i {
            color: #72c02c;
            background: 0 0;
            border: solid 1px #72c02c
        }

        .link-bg-icon:hover i {
            color: #72c02c;
            background: #72c02c;
            border-color: #72c02c;
            color: #fff !important
        }

i.icon-color-aqua, i.icon-color-blue, i.icon-color-brown, i.icon-color-dark, i.icon-color-dark-blue, i.icon-color-green, i.icon-color-grey, i.icon-color-light-green, i.icon-color-light-grey, i.icon-color-orange, i.icon-color-purple, i.icon-color-red, i.icon-color-sea, i.icon-color-u, i.icon-color-yellow {
    background: 0 0
}

i.icon-color-u {
    color: #72c02c;
    border: solid 1px #72c02c
}

i.icon-color-blue {
    color: #116dbf;
    border: solid 1px #116dbf
}

i.icon-color-red {
    color: #ff3600;
    border: solid 1px #ff3600
}

i.icon-color-sea {
    color: #1abc9c;
    border: solid 1px #1abc9c
}

i.icon-color-green {
    color: #2ecc71;
    border: solid 1px #2ecc71
}

i.icon-color-yellow {
    color: #f1c40f;
    border: solid 1px #f1c40f
}

i.icon-color-orange {
    color: #e67e22;
    border: solid 1px #e67e22
}

i.icon-color-grey {
    color: #95a5a6;
    border: solid 1px #95a5a6
}

i.icon-color-purple {
    color: #9b6bcc;
    border: solid 1px #9b6bcc
}

i.icon-color-aqua {
    color: #27d7e7;
    border: solid 1px #27d7e7
}

i.icon-color-brown {
    color: #9c8061;
    border: solid 1px #9c8061
}

i.icon-color-dark-blue {
    color: #4765a0;
    border: solid 1px #4765a0
}

i.icon-color-light-green {
    color: #79d5b3;
    border: solid 1px #79d5b3
}

i.icon-color-light {
    color: #fff;
    border: solid 1px #fff
}

i.icon-color-light-grey {
    color: #585f69;
    border: solid 1px #585f69
}

i.icon-bg-aqua, i.icon-bg-blue, i.icon-bg-brown, i.icon-bg-dark, i.icon-bg-dark-blue, i.icon-bg-darker, i.icon-bg-green, i.icon-bg-grey, i.icon-bg-light-green, i.icon-bg-light-grey, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-u, i.icon-bg-yellow {
    color: #fff;
    border-color: transparent
}

i.icon-bg-u {
    background: #72c02c
}

i.icon-bg-blue {
    background: #116dbf
}

i.icon-bg-red {
    background: #ff3600
}

i.icon-bg-sea {
    background: #1abc9c
}

i.icon-bg-green {
    background: #2ecc71
}

i.icon-bg-yellow {
    background: #f1c40f
}

i.icon-bg-orange {
    background: #e67e22
}

i.icon-bg-grey {
    background: #95a5a6
}

i.icon-bg-dark {
    background: #555
}

i.icon-bg-darker {
    background: #333
}

i.icon-bg-purple {
    background: #9b6bcc
}

i.icon-bg-aqua {
    background: #27d7e7
}

i.icon-bg-brown {
    background: #9c8061
}

i.icon-bg-dark-blue {
    background: #4765a0
}

i.icon-bg-light-green {
    background: #79d5b3
}

i.icon-bg-light {
    background: #fff;
    border-color: transparent
}

i.icon-bg-light-grey {
    background: #585f69;
    border-color: transparent
}

.fa-fixed [class*=" fa"], .fa-fixed [class^=fa] {
    width: 1.25em;
    text-align: center;
    display: inline-block
}

    .fa-fixed [class*=" fa"].fa-lg, .fa-fixed [class^=fa].fa-lg {
        width: 1.5625em
    }

.content-boxes-v1 {
    text-align: center
}

    .content-boxes-v1 span {
        display: block;
        margin-top: 5px
    }

.content-boxes-v2-o span {
    display: block;
    overflow: hidden
}

.content-boxes-v2-o small {
    display: block;
    line-height: 1.6
}

.content-boxes-v2-o .icon-md + span {
    margin-top: 9px
}

.content-boxes-v2-o .icon-lg + span {
    margin-top: 11px
}

.content-boxes-v2-o .icon-custom {
    float: left;
    margin-top: 3px;
    margin-right: 15px
}

@media (max-width:992px) {
    .content-boxes-v2, .content-boxes-v2 .text-justify {
        text-align: center
    }

        .content-boxes-v2 span {
            display: block;
            margin-top: 5px
        }
}

.content-boxes-v3 i.icon-custom {
    top: 8px;
    float: left;
    position: relative
}

.content-boxes-v3 .content-boxes-in-v3 {
    padding: 0 20px;
    overflow: hidden
}

    .content-boxes-v3 .content-boxes-in-v3 h3 {
        font-size: 1.2rem;
        line-height: 22px;
        margin-bottom: 3px;
        text-transform: capitalize
    }

        .content-boxes-v3 .content-boxes-in-v3 h3 a {
            color: #555
        }

.content-boxes-v3.content-boxes-v3-right {
    text-align: right
}

    .content-boxes-v3.content-boxes-v3-right i.icon-custom {
        float: right
    }

@media (max-width:768px) {
    .content-boxes-v3.content-boxes-v3-right {
        text-align: inherit
    }

        .content-boxes-v3.content-boxes-v3-right i.icon-custom {
            float: left;
            margin-left: 0
        }
}

.content-boxes-v4 h2 {
    color: #555;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase
}

.content-boxes-v4 a {
    color: #777;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase
}

.content-boxes-v4 i {
    width: 25px;
    color: #72c02c;
    font-size: 2.3rem;
    margin-top: 10px
}

.content-boxes-in-v4 {
    padding: 0 10px;
    overflow: hidden
}

.content-boxes-v4-sm i {
    font-size: 1.7rem;
    margin-top: 10px;
    margin-right: 5px
}

.content-boxes-v5 i {
    float: left;
    color: #999;
    width: 50px;
    height: 50px;
    padding: 11px;
    font-size: 1.4rem;
    background: #eee;
    line-height: 28px;
    text-align: center;
    margin-right: 15px;
    display: inline-block
}

.content-boxes-v5:hover i {
    color: #fff;
    background: #72c02c
}

.content-boxes-v6 {
    padding-top: 25px;
    text-align: center
}

    .content-boxes-v6 i {
        color: #fff;
        width: 90px;
        height: 90px;
        padding: 30px;
        font-size: 2rem;
        line-height: 30px;
        position: relative;
        text-align: center;
        background: #dedede;
        margin-bottom: 25px;
        display: inline-block
    }

        .content-boxes-v6 i:after {
            top: -8px;
            left: -8px;
            right: -8px;
            bottom: -8px;
            content: " ";
            position: absolute;
            border: 1px solid #dedede;
            border-radius: 50% !important
        }

    .content-boxes-v6:hover i, .content-boxes-v6:hover i:after {
        -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
    }

    .content-boxes-v6:hover i {
        background: #72c02c
    }

        .content-boxes-v6:hover i:after {
            border-color: #72c02c
        }

.service-block {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px
}

    .service-block h2, .service-block p {
        color: #fff
    }

        .service-block h2 a:hover {
            text-decoration: none
        }

.service-block-default, .service-block-light {
    background: #fafafa;
    border: solid 1px #eee
}

    .service-block-default:hover {
        box-shadow: 0 0 8px #eee
    }

    .service-block-default h2, .service-block-default p, .service-block-light h2, .service-block-light p {
        color: #555
    }

.service-block-u {
    background: #72c02c
}

.service-block-blue {
    background: #116dbf
}

.service-block-red {
    background: #ff3600
}

.service-block-sea {
    background: #1abc9c
}

.service-block-grey {
    background: #95a5a6
}

.service-block-yellow {
    background: #f1c40f
}

.service-block-orange {
    background: #e67e22
}

.service-block-green {
    background: #2ecc71
}

.service-block-purple {
    background: #9b6bcc
}

.service-block-aqua {
    background: #27d7e7
}

.service-block-brown {
    background: #9c8061
}

.service-block-dark-blue {
    background: #4765a0
}

.service-block-light-green {
    background: #79d5b3
}

.service-block-dark {
    background: #555
}

.service-block-light {
    background: #ecf0f1
}

.funny-boxes {
    background: #f7f7f7;
    padding: 20px 20px 15px;
    -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
}

    .funny-boxes h2 {
        margin-top: 0;
        font-size: 1.2rem;
        line-height: 20px
    }

        .funny-boxes h2 a {
            color: #555
        }

    .funny-boxes p a {
        color: #72c02c
    }

    .funny-boxes .funny-boxes-img li {
        font-size: .8rem;
        margin-bottom: 2px
    }

        .funny-boxes .funny-boxes-img li i {
            color: #72c02c;
            font-size: .8rem;
            margin-right: 5px
        }

@media (max-width:992px) {
    .funny-boxes .funny-boxes-img li {
        display: inline-block
    }
}

.funny-boxes .funny-boxes-img img {
    margin: 5px 10px 15px 0
}

.funny-boxes ul.funny-boxes-rating li {
    display: inline-block
}

    .funny-boxes ul.funny-boxes-rating li i {
        color: #f8be2c;
        cursor: pointer;
        font-size: .9rem
    }

        .funny-boxes ul.funny-boxes-rating li i:hover {
            color: #f8be2c
        }

.funny-boxes-colored .funny-boxes-img li, .funny-boxes-colored .funny-boxes-img li i, .funny-boxes-colored h2 a, .funny-boxes-colored p {
    color: #fff
}

.funny-boxes-red {
    background: #ff3600
}

.funny-boxes-purple {
    background: #9b6bcc
}

.funny-boxes-blue {
    background: #116dbf
}

.funny-boxes-grey {
    background: #95a5a6
}

.funny-boxes-sea {
    background: #1abc9c
}

.funny-boxes-top-sea {
    border-top: solid 2px #1abc9c
}

    .funny-boxes-top-sea:hover {
        border-top-color: #16a085
    }

.funny-boxes-top-yellow {
    border-top: solid 2px #f1c40f
}

    .funny-boxes-top-yellow:hover {
        border-top-color: #f39c12
    }

.funny-boxes-top-red {
    border-top: solid 2px #ff3600
}

    .funny-boxes-top-red:hover {
        border-top-color: #c0392b
    }

.funny-boxes-top-purple {
    border-top: solid 2px #9b6bcc
}

    .funny-boxes-top-purple:hover {
        border-top-color: #814fb5
    }

.funny-boxes-left-orange {
    border-left: solid 2px #e67e22
}

    .funny-boxes-left-orange:hover {
        border-left-color: #d35400
    }

.funny-boxes-left-green {
    border-left: solid 2px #72c02c
}

    .funny-boxes-left-green:hover {
        border-left-color: #5fb611
    }

.funny-boxes-left-blue {
    border-left: solid 2px #116dbf
}

    .funny-boxes-left-blue:hover {
        border-left-color: #2980b9
    }

.funny-boxes-left-dark {
    border-left: solid 2px #555
}

    .funny-boxes-left-dark:hover {
        border-left-color: #333
    }

.text-justify p {
    text-align: justify
}

.text-transform-uppercase {
    text-transform: uppercase
}

.text-transform-normal {
    text-transform: inherit !important
}

.font-bold {
    font-weight: 600
}

.font-light {
    font-weight: 200
}

.font-normal {
    font-weight: 400 !important
}

.dropcap {
    float: left;
    color: #72c02c;
    padding: 5px 0;
    font-size: 3rem;
    font-weight: 200;
    line-height: 30px;
    margin: 0 5px 0 0
}

.dropcap-bg {
    float: left;
    color: #fff;
    padding: 7px 0;
    min-width: 50px;
    font-size: 2.3rem;
    font-weight: 200;
    line-height: 35px;
    text-align: center;
    background: #72c02c;
    margin: 4px 10px 0 0
}

.text-highlights {
    color: #fff;
    font-weight: 200;
    padding: 0 5px;
    background: #555
}

.text-highlights-green {
    background: #72c02c
}

.text-highlights-blue {
    background: #116dbf
}

.text-highlights-red {
    background: #ff3600
}

.text-highlights-sea {
    background: #1abc9c
}

.text-highlights-orange {
    background: #e67e22
}

.text-highlights-yellow {
    background: #f1c40f
}

.text-highlights-purple {
    background: #9b6bcc
}

.text-highlights-aqua {
    background: #27d7e7
}

.text-highlights-brown {
    background: #9c8061
}

.text-highlights-dark-blue {
    background: #4765a0
}

.text-highlights-light-green {
    background: #79d5b3
}

.text-border {
    border-bottom: dashed 1px #555
}

.text-border-default {
    border-color: #95a5a6
}

.text-border-green {
    border-color: #72c02c
}

.text-border-blue {
    border-color: #116dbf
}

.text-border-red {
    border-color: #ff3600
}

.text-border-yellow {
    border-color: #f1c40f
}

.text-border-purple {
    border-color: #9b6bcc
}

.list-styles li {
    margin-bottom: 8px
}

.contex-bg p {
    opacity: .8;
    padding: 8px 10px
}

    .contex-bg p:hover {
        opacity: 1
    }

blockquote {
    padding: 5px 15px;
    border-left-width: 2px
}

    blockquote p {
        font-size: .9rem;
        font-weight: 400
    }

    blockquote h1, blockquote h2, blockquote span {
        font-size: 1.2rem;
        margin: 0 0 8px;
        line-height: 24px
    }

    blockquote.bq-text-lg p, blockquote.bq-text-lg small {
        text-transform: uppercase
    }

    blockquote.bq-text-lg p {
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 32px
    }

    blockquote.hero.text-right, blockquote.text-right {
        border-left: none;
        border-right: 2px solid #eee
    }

        blockquote.hero.text-right, blockquote.hero.text-right:hover {
            border-color: #555
        }

        blockquote.text-right:hover, blockquote:hover {
            border-color: #72c02c;
            -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
        }

    blockquote.bq-dark, blockquote.bq-dark:hover {
        border-color: #585f69
    }

    blockquote.bq-green {
        border-color: #72c02c
    }

    blockquote.hero {
        border: none;
        padding: 18px;
        font-size: 1rem;
        background: #f3f3f3;
        border-left: solid 2px #666
    }

        blockquote.hero:hover {
            background: #eee;
            border-left-color: #666
        }

        blockquote.hero.hero-dark, blockquote.hero.hero-default {
            border: none
        }

        blockquote.hero.hero-dark {
            background: #444
        }

            blockquote.hero.hero-dark:hover {
                background: #555
            }

        blockquote.hero.hero-default {
            background: #72c02c
        }

            blockquote.hero.hero-default:hover {
                background: #5fb611
            }

            blockquote.hero.hero-dark h2, blockquote.hero.hero-dark p, blockquote.hero.hero-dark small, blockquote.hero.hero-default h2, blockquote.hero.hero-default p, blockquote.hero.hero-default small {
                color: #fff;
                font-weight: 200
            }

.alert {
    border-radius: 0
}

.thumbnail {
    border-radius: 0
}

.tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px
}

    .tag-box h2 {
        font-size: 1.3rem;
        line-height: 25px
    }

    .tag-box p {
        margin-bottom: 0
    }

    .tag-box.tag-text-space p {
        margin-bottom: 10px
    }

.tag-box-v1 {
    border: solid 1px #eee;
    border-top: solid 2px #72c02c
}

.tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #72c02c
}

.tag-box-v3 {
    border: solid 2px #eee
}

.tag-box-v4 {
    border: dashed 1px #bbb
}

.tag-box-v5 {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc
}

    .tag-box-v5 span {
        color: #555;
        font-size: 1.8rem;
        margin-bottom: 0
    }

.tag-box-v6 {
    background: #fafafa;
    border: solid 1px #eee
}

.tag-box-v7 {
    border: solid 1px #eee;
    border-bottom: solid 2px #72c02c
}

.testimonials {
    margin-bottom: 10px
}

    .testimonials .testimonial-info {
        color: #72c02c;
        font-size: 1rem;
        padding: 0 15px;
        margin-top: 18px
    }

        .testimonials .testimonial-info span {
            top: 3px;
            position: relative
        }

        .testimonials .testimonial-info em {
            color: #777;
            display: block;
            font-size: .8rem
        }

        .testimonials .testimonial-info img {
            width: 60px;
            float: left;
            height: 60px;
            padding: 2px;
            margin-right: 15px;
            border: solid 1px #ccc
        }

    .testimonials .testimonial-author {
        overflow: hidden
    }

    .testimonials .carousel-arrow {
        top: -65px;
        position: relative
    }

        .testimonials .carousel-arrow i {
            color: #777;
            padding: 2px;
            min-width: 25px;
            font-size: 1.3rem;
            text-align: center;
            background: #f5f5f5
        }

            .testimonials .carousel-arrow i:hover {
                color: #fff;
                background: #72c02c
            }

    .testimonials .carousel-control {
        opacity: 1;
        width: 100%;
        text-align: right;
        text-shadow: none;
        position: absolute
    }

        .testimonials .carousel-control.left {
            right: 27px;
            left: auto
        }

        .testimonials .carousel-control.right {
            right: 0
        }

    .testimonials.testimonials-v1 .item p {
        position: relative
    }

        .testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v1 .item p:before {
            left: 80px;
            bottom: -20px
        }

        .testimonials.testimonials-v1 .item p:after {
            border-top: 22px solid;
            border-left: 0 solid transparent;
            border-right: 22px solid transparent
        }

    .testimonials.testimonials-v2 .testimonial-info {
        padding: 0 20px
    }

    .testimonials.testimonials-v2 p {
        padding-bottom: 15px
    }

    .testimonials.testimonials-v2 .carousel-arrow {
        top: -55px
    }

    .testimonials.testimonials-v2 .item p:after, .testimonials.testimonials-v2 .item p:before {
        left: 8%;
        bottom: 45px
    }

    .testimonials.testimonials-v2 .item p:after {
        border-top: 20px solid;
        border-left: 25px solid transparent;
        border-right: 0 solid transparent
    }

    .testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
        padding: 15px;
        font-size: .9rem;
        font-style: italic;
        background: #f5f5f5
    }

    .testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v2 .item p:after {
        width: 0;
        height: 0;
        content: " ";
        display: block;
        position: absolute;
        border-top-color: #f5f5f5;
        border-left-style: inset;
        border-right-style: inset
    }

.testimonials-bg-dark .item p, .testimonials-bg-default .item p {
    color: #fff;
    font-weight: 200
}

.testimonials-bg-dark .carousel-arrow i, .testimonials-bg-default .carousel-arrow i {
    color: #fff
}

.testimonials-bg-default .item p {
    background: #72c02c
}

.testimonials.testimonials-bg-default .item p:after {
    border-top-color: #72c02c
}

.testimonials-bg-default .carousel-arrow i {
    background: #72c02c
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #5fb611
}

.testimonials-bg-dark .item p {
    background: #555
}

.testimonials.testimonials-bg-dark .item p:after {
    border-top-color: #555
}

.testimonials-bg-dark .carousel-arrow i {
    color: #fff;
    background: #555
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background: #333
}

.testimonials.testimonials-bg-dark .testimonial-info {
    color: #555
}

.panel, .panel-group .panel, .panel-heading {
    border-radius: 0
}

.panel-heading {
    color: #fff;
    padding: 5px 15px
}

.panel .table {
    margin-bottom: 0
}

.panel-u {
    border-color: #72c02c
}

    .panel-u > .panel-heading {
        background: #72c02c
    }

.panel-blue {
    border-color: #f5f1e8;
    background: #fff
}

    .panel-blue > .panel-heading {
        background: #1170bf
    }

.panel-blue2 {
    border-color: #f5f1e8;
    background: #f5f1e8
}

    .panel-blue2 > .panel-heading {
        background: #116dbf
    }

.panel-red {
    border-color: #ff3600
}

    .panel-red > .panel-heading {
        background: #ff3600
    }

.panel-green {
    border-color: #2ecc71
}

    .panel-green > .panel-heading {
        background: #2ecc71
    }

.panel-sea {
    border-color: #1abc9c
}

    .panel-sea > .panel-heading {
        background: #1abc9c
    }

.panel-orange {
    border-color: #e67e22
}

    .panel-orange > .panel-heading {
        background: #e67e22
    }

.panel-yellow {
    border-color: #f1c40f
}

    .panel-yellow > .panel-heading {
        background: #f1c40f
    }

.panel-grey {
    border-color: #95a5a6
}

    .panel-grey > .panel-heading {
        background: #95a5a6
    }

.panel-dark {
    border-color: #555
}

    .panel-dark > .panel-heading {
        background: #555
    }

.panel-purple {
    border-color: #9b6bcc
}

    .panel-purple > .panel-heading {
        background: #9b6bcc
    }

.panel-aqua {
    border-color: #27d7e7
}

    .panel-aqua > .panel-heading {
        background: #27d7e7
    }

.panel-brown {
    border-color: #9c8061
}

    .panel-brown > .panel-heading {
        background: #9c8061
    }

.panel-dark-blue {
    border-color: #4765a0
}

    .panel-dark-blue > .panel-heading {
        background: #4765a0
    }

.panel-light-green {
    border-color: #79d5b3
}

    .panel-light-green > .panel-heading {
        background: #79d5b3
    }

.panel-default-dark {
    border-color: #585f69
}

    .panel-default-dark > .panel-heading {
        background: #585f69
    }

.progress {
    border-radius: 0
}

.progress-u {
    box-shadow: none
}

    .progress-u .progress-bar {
        box-shadow: none
    }

.progress-lg {
    height: 25px
}

    .progress-lg p {
        padding-top: 3px
    }

.progress-sm {
    height: 12px
}

.progress-xs {
    height: 7px
}

.progress-xxs {
    height: 3px
}

.progress {
    background: #e5e5e5
}

.progress-bar-u {
    background: #72c02c
}

.progress-bar-blue {
    background: #116dbf
}

.progress-bar-orange {
    background: #e67e22
}

.progress-bar-red {
    background: #ff3600
}

.progress-bar-purple {
    background: #9b6bcc
}

.progress-bar-aqua {
    background: #27d7e7
}

.progress-bar-brown {
    background: #9c8061
}

.progress-bar-dark-blue {
    background: #4765a0
}

.progress-bar-light-green {
    background: #79d5b3
}

.progress-bar-dark {
    background: #555
}

.progress {
    position: relative
}

    .progress .progress-bar {
        overflow: hidden;
        line-height: 20px;
        position: absolute
    }

.progress-box .progress-bar {
    transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    -ms-transition: all 3s ease-in;
    -moz-transition: all 3s ease-in;
    -webkit-transition: all 3s ease-in
}

.progress.vertical {
    float: left;
    width: 100%;
    height: 200px;
    margin-right: 20px
}

    .progress.vertical.bottom {
        position: relative
    }

    .progress.vertical .progress-bar {
        height: 0;
        width: 100%;
        transition: height 3s ease;
        -o-transition: height 3s ease;
        -ms-transition: height 3s ease;
        -moz-transition: height 3s ease;
        -webkit-transition: height 3s ease
    }

    .progress.vertical.bottom .progress-bar {
        bottom: 0;
        position: absolute
    }

.stars-existing {
    color: #72c02c;
    cursor: pointer
}

.star-lg {
    font-size: 2rem
}

.star-sm {
    font-size: 1.6rem
}

.star-xs {
    font-size: 1.3rem
}

.star-default {
    font-size: 1rem
}

img.img-bordered {
    padding: 3px;
    border: solid 1px #eee
}

img.img-circle {
    border-radius: 50% !important
}

img.image-sm {
    width: 50px;
    height: 50px
}

img.image-md {
    width: 100px;
    height: 100px
}

.responsive-video {
    height: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 56.25%
}

    .responsive-video iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute
    }

.tags-v1 li {
    margin: 0;
    padding: 0
}

    .tags-v1 li a {
        font-size: .8rem;
        padding: 4px 8px;
        line-height: 32px;
        border: solid 2px #eee;
        border-radius: 20px !important;
        -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
    }

        .tags-v1 li a:hover {
            text-decoration: none;
            border-color: #e0e0e0
        }

.tags-v2 li {
    padding: 7px 0 7px 4px
}

    .tags-v2 li a {
        color: #555;
        font-size: .8rem;
        padding: 5px 10px;
        border: solid 1px #bbb
    }

        .tags-v2 li a:hover {
            color: #fff;
            background: #555;
            border-color: #555;
            text-decoration: none;
            -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
        }

.tags-v3 li {
    padding: 7px 0 7px 4px
}

    .tags-v3 li a {
        color: #555;
        font-size: .8rem;
        padding: 4px 12px;
        border: solid 1px #eee
    }

        .tags-v3 li a:hover {
            color: #fff;
            background: #222;
            border-color: #222;
            text-decoration: none;
            -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
        }

.tags-v4 {
    padding-left: 0;
    list-style: none
}

    .tags-v4 li {
        padding: 3px 2px;
        line-height: 28px;
        display: inline-block
    }

    .tags-v4 a {
        color: #bbb;
        font-size: .8rem;
        font-weight: 400;
        padding: 4px 10px;
        border: 1px solid #bbb
    }

        .tags-v4 a:hover {
            color: #fff;
            background: #ff3600;
            border-color: #ff3600;
            text-decoration: none;
            -webkit-transition: all .25s,-webkit-transform .25s;
            transition: all .25s,transform .25s
        }

.list-row {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.lists-v1 li {
    margin-bottom: 10px
}

.lists-v1 i {
    color: #fff;
    width: 15px;
    height: 15px;
    padding: 1px;
    font-size: .8rem;
    margin-right: 7px;
    text-align: center;
    background: #72c02c;
    display: inline-block;
    border-radius: 50% !important
}

.lists-v2 li {
    margin-bottom: 10px
}

.lists-v2 i {
    color: #72c02c;
    font-size: .8rem;
    margin-right: 7px;
    display: inline-block
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.no-gutter.no-gutter-boxed {
    padding-right: 15px;
    padding-left: 15px
}

.height-100 {
    min-height: 100px
}

.height-150 {
    min-height: 150px
}

.height-200 {
    min-height: 200px
}

.height-250 {
    min-height: 250px
}

.height-300 {
    min-height: 300px
}

.height-350 {
    min-height: 350px
}

.height-400 {
    min-height: 400px
}

.height-450 {
    min-height: 450px
}

.height-500 {
    min-height: 500px !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0
}

.no-top-space {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.no-bottom-space {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.content-xs {
    padding-top: 20px;
    padding-bottom: 20px
}

.content {
    padding-top: 40px;
    padding-bottom: 40px
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px
}

.content-lg {
    padding-top: 100px;
    padding-bottom: 100px
}

.space-lg-hor {
    padding-left: 60px;
    padding-right: 60px
}

.space-xlg-hor {
    padding-left: 100px;
    padding-right: 100px
}

.margin-bottom-10, .margin-bottom-100, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-5, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60 {
    clear: both
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-55 {
    margin-bottom: 55px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.margin-bottom-100 {
    margin-bottom: 100px
}

@media (max-width:768px) {
    .sm-margin-bottom-10 {
        margin-bottom: 10px
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px
    }
}

@media (min-width:991px) {
    .no-padding-md {
        padding: 0 !important
    }

    .padding-md-left-5 {
        padding-left: 5px
    }
}

@media (max-width:992px) {
    .no-padding-md {
        padding-left: 15px;
        padding-right: 15px
    }

    .md-margin-bottom-10 {
        margin-bottom: 10px
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px
    }
}

.margin-top-20 {
    margin-top: 20px
}

.margin-left-5 {
    margin-left: 5px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right-10 {
    margin-right: 10px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-left-5 {
    padding-left: 5px
}

.padding-right-5 {
    padding-right: 5px
}

.padding-left-0 {
    padding-left: 0
}

.padding-right-0 {
    padding-right: 0
}

.color-sea {
    color: #1abc9c
}

.color-red {
    color: #ff3600
}

.color-aqua {
    color: #27d7e7
}

.color-grey {
    color: #95a5a6
}

.color-dark {
    color: #555
}

.color-darker {
    color: #333
}

.color-green {
    color: #72c02c
}

.color-brown {
    color: #9c8061
}

.color-light {
    color: #fff
}

.color-orange {
    color: #e67e22
}

.color-yellow {
    color: #f1c40f
}

.color-green1 {
    color: #2ecc71
}

.color-purple {
    color: #9b6bcc
}

.color-inherit {
    color: inherit
}

.color-dark-blue {
    color: #4765a0
}

.color-light-grey {
    color: #585f69
}

.color-light-green {
    color: #79d5b3
}

.bg-color-aqua, .bg-color-blue, .bg-color-brown, .bg-color-dark, .bg-color-dark-blue, .bg-color-darker, .bg-color-green, .bg-color-green1, .bg-color-grey, .bg-color-light, .bg-color-light-green, .bg-color-light-grey, .bg-color-orange, .bg-color-purple, .bg-color-red, .bg-color-sea {
    color: #fff
}

.bg-color-white {
    color: #555
}

.bg-color-dark {
    background-color: #555 !important
}

.bg-color-darker {
    background-color: #222 !important
}

.bg-color-white {
    background-color: #fff !important
}

.bg-color-sea {
    background-color: #1abc9c !important
}

.bg-color-red {
    background-color: #ff3600 !important
}

.bg-color-aqua {
    background-color: #27d7e7 !important
}

.bg-color-blue {
    background-color: #116dbf !important
}

.bg-color-grey {
    background-color: #95a5a6 !important
}

.bg-color-light {
    background-color: #f7f7f7 !important
}

.bg-color-green {
    background-color: #72c02c !important
}

.bg-color-brown {
    background-color: #9c8061 !important
}

.bg-color-orange {
    background-color: #e67e22 !important
}

.bg-color-green1 {
    background-color: #2ecc71 !important
}

.bg-color-purple {
    background-color: #9b6bcc !important
}

.bg-color-dark-blue {
    background-color: #4765a0 !important
}

.bg-color-light-grey {
    background-color: #585f69 !important
}

.bg-color-light-green {
    background-color: #79d5b3 !important
}

.rgba-red {
    background-color: rgba(231,76,60,.8)
}

.rgba-blue {
    background-color: rgba(52,152,219,.8)
}

.rgba-aqua {
    background-color: rgba(39,215,231,.8)
}

.rgba-yellow {
    background-color: rgba(241,196,15,.8)
}

.rgba-default {
    background-color: rgba(114,192,44,.8)
}

.rgba-purple {
    background-color: rgba(155,107,204,.8)
}

.bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.no-rounded {
    border-radius: 0 !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-x {
    border-radius: 50% !important
}

.rounded-2x {
    border-radius: 10px !important
}

.rounded-3x {
    border-radius: 15px !important
}

.rounded-4x {
    border-radius: 20px !important
}

.rounded-sm {
    border-radius: 2px !important
}

.rounded-md {
    border-radius: 3px !important
}

.rounded-top {
    border-radius: 4px 4px 0 0 !important
}

.rounded-left {
    border-radius: 4px 0 0 4px !important
}

.rounded-right {
    border-radius: 0 4px 4px 0 !important
}

.rounded-bottom {
    border-radius: 0 0 4px 4px !important
}

.overflow-h {
    overflow: hidden
}

.overflow-a {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.clear-both {
    clear: both
}

.dp-none {
    display: none
}

.dp-block {
    display: block
}

.dp-table {
    display: table
}

.dp-inline-block {
    display: inline-block
}

.dp-table-cell {
    display: table-cell;
    vertical-align: middle
}

.full-width {
    width: 100%
}

@media (max-width:767px) {
    .equal-height-column {
        height: auto !important
    }
}

.img-width-200 {
    width: 200px
}

.lft-img-margin {
    margin: 0 20px 5px 0
}

.rgt-img-margin {
    margin: 0 0 5px 10px
}

.img-center img, img.img-center {
    margin-left: auto;
    margin-right: auto
}

.bg-light {
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fcfcfc;
    border: solid 1px #e5e5e5
}

    .bg-light:hover {
        border: solid 1px #bbb
    }

.hover-effect {
    -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
}

.hover-effect-kenburn {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

    .hover-effect-kenburn:hover {
        -webkit-transform: scale(2) rotate(5deg);
        -moz-transform: scale(2) rotate(5deg);
        -o-transform: scale(2) rotate(5deg);
        -ms-transform: scale(2) rotate(5deg);
        transform: scale(2) rotate(5deg)
    }

.img-hover-v1 span {
    display: block;
    overflow: hidden;
    position: relative
}

    .img-hover-v1 span:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

.img-hover-v1:hover span:after {
    background: rgba(0,0,0,.3)
}

.img-hover-v1 img, .img-hover-v1 span:after, .img-hover-v2 img {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.img-hover-v1:hover img {
    -transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.img-hover-v2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.img-hover-v2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.block-grid-v1 {
    background: #fff;
    padding: 15px 15px 5px;
    border-bottom: solid 2px #eee;
    -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
}

    .block-grid-v1:hover {
        border-color: #72c02c
    }

    .block-grid-v1 img {
        margin-bottom: 10px
    }

        .block-grid-v1 img.block-grid-v1-img {
            width: 35px;
            height: 35px;
            margin-top: 8px
        }

    .block-grid-v1.content-boxes-v1 img.pull-left {
        float: inherit !important
    }

    .block-grid-v1 h3 a {
        font-size: 1.4rem;
        font-weight: 200;
        margin-right: 10px
    }

    .block-grid-v1.content-boxes-v1 h3 {
        margin-bottom: 0
    }

        .block-grid-v1.content-boxes-v1 h3 a {
            color: #555
        }

    .block-grid-v1 .star-vote {
        padding: 0;
        margin-bottom: 10px;
        vertical-align: middle
    }

        .block-grid-v1 .star-vote li {
            padding: 0;
            font-size: .7rem;
            display: inline-block
        }

.block-grid-v1-add-info {
    margin: 0;
    padding-top: 15px;
    border-top: solid 1px #eee
}

    .block-grid-v1-add-info li {
        padding: 0;
        margin-right: 3px;
        margin-bottom: 10px
    }

        .block-grid-v1-add-info li a {
            font-size: .7rem;
            padding: 4px 7px;
            text-decoration: none;
            border: solid 2px #eee;
            border-radius: 3px !important
        }

.block-grid-v2 {
    padding: 0
}

    .block-grid-v2 li {
        list-style: none;
        position: relative;
        -webkit-backface-visibility: hidden
    }

.block-grid-v2-info {
    padding: 15px;
    text-align: center;
    background: #f9f9f9;
    border-bottom: solid 3px #eee;
    -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
}

.block-grid-v2 li:hover .block-grid-v2-info {
    border-color: #72c02c
}

.block-grid-v2-info h3 {
    font-size: 1.4rem;
    font-weight: 200;
    margin-bottom: 10px
}

.block-grid-v2-info .star-vote li {
    padding: 2px;
    font-size: 1rem
}

.service-box-v1 .service-block {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px
}

.service-box-v1 p {
    position: relative;
    margin-bottom: 50px
}

    .service-box-v1 p:after {
        content: " ";
        left: 50%;
        height: 1px;
        width: 50px;
        bottom: -15px;
        position: absolute;
        margin-left: -25px;
        background: #72c02c
    }

.service-box-v1 ul {
    padding: 0 40px
}

.service-box-v1 li {
    margin: 8px 0;
    font-size: 1rem;
    padding-top: 8px;
    border-top: dotted 1px #72c02c
}

    .service-box-v1 li:hover {
        color: #72c02c
    }

    .service-box-v1 li:first-child {
        padding-top: 0;
        border-top: none
    }

.service-block-v1 {
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding: 45px 20px 20px;
    border: 1px solid #f2f2f2
}

    .service-block-v1 i {
        left: 50%;
        top: -30px;
        color: #fff;
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
        line-height: 62px;
        margin-left: -30px;
        text-align: center;
        position: absolute;
        background: #72c02c;
        display: inline-block
    }

    .service-block-v1 h3, .service-block-v1 p {
        margin-bottom: 20px
    }

.service-block-v2 .service-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255,255,255,.2)
}

    .service-block-v2 .service-block-in i {
        font-size: 2.6rem
    }

    .service-block-v2 .service-block-in h4 {
        line-height: 25px
    }

    .service-block-v2 .service-block-in p {
        margin-bottom: 20px
    }

    .service-block-v2 .service-block-in h4, .service-block-v2 .service-block-in i, .service-block-v2 .service-block-in p {
        color: #fff
    }

.service-block-v3 {
    padding: 20px
}

    .service-block-v3 i {
        color: #fff;
        float: left;
        font-size: 3.3rem;
        margin: 0 20px 20px 0
    }

    .service-block-v3 .service-heading, .service-block-v3 .service-in small {
        color: #fff;
        opacity: .8;
        line-height: 1
    }

    .service-block-v3 .counter, .service-block-v3 .service-in h4 {
        color: #fff
    }

    .service-block-v3 .service-heading {
        font-size: 1rem;
        text-transform: uppercase
    }

    .service-block-v3 .counter {
        display: block;
        line-height: 1;
        font-size: 2rem
    }

    .service-block-v3 .progress {
        margin-bottom: 7px
    }

    .service-block-v3 .service-in small {
        font-size: 1rem;
        text-transform: uppercase
    }

    .service-block-v3 .service-in h4 {
        font-size: 1rem;
        line-height: .8;
        margin-bottom: 0
    }

    .service-block-v3 .statistics .heading-xs {
        color: #fff;
        opacity: .8
    }

    .service-block-v3 .statistics small {
        color: #fff
    }

    .service-block-v3 .statistics .progress {
        background: #bbb
    }

    .service-block-v3 .statistics .progress-bar-light {
        background: #fff
    }

.service-block-v4 {
    position: relative;
    background: #f7f7f7
}

    .service-block-v4:after {
        top: 0;
        width: 0;
        height: 0;
        left: 50%;
        content: '';
        margin-left: -20px;
        position: absolute;
        border-style: solid;
        border-width: 25px 20px 0 20px;
        border-color: #fff transparent transparent transparent
    }

    .service-block-v4 .service-desc {
        text-align: center
    }

        .service-block-v4 .service-desc i {
            color: #72c02c;
            display: block;
            font-size: 2rem;
            margin-bottom: 20px
        }

        .service-block-v4 .service-desc h3 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            text-transform: uppercase
        }

.service-block-v5 {
    text-align: center;
    background: #f7f7f7
}

    .service-block-v5 .service-inner {
        padding: 80px 40px
    }

        .service-block-v5 .service-inner i {
            margin-bottom: 30px
        }

        .service-block-v5 .service-inner span {
            display: block;
            font-size: 1.2rem;
            font-weight: 200;
            margin-bottom: 15px;
            text-transform: uppercase
        }

    .service-block-v5 .service-border {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }

@media (max-width:992px) {
    .service-block-v5 .service-border {
        border-left: none;
        border-right: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
}

.service-block-v6 i {
    float: left;
    margin: 5px 15px 0 0
}

.service-block-v6 .service-desc {
    overflow: hidden
}

    .service-block-v6 .service-desc h2 {
        font-size: 1.2rem;
        margin: 0 0 10px;
        text-transform: uppercase
    }

    .service-block-v6 .service-desc a {
        text-transform: uppercase
    }

.service-block-v7 {
    margin-top: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding: 45px 20px 20px
}

    .service-block-v7 i {
        left: 50%;
        top: -25px;
        color: #fff;
        width: 45px;
        height: 45px;
        font-size: 1.4rem;
        line-height: 46px;
        text-align: center;
        position: absolute;
        background: #72c02c;
        margin-left: -22.5px;
        display: inline-block
    }

    .service-block-v7 h3, .service-block-v7 p {
        margin-bottom: 20px
    }

.service-block-v8 {
    padding: 25px;
    background: #fff
}

    .service-block-v8 i {
        color: #555;
        float: left;
        font-size: 1.4rem;
        margin: 5px 25px 0 0
    }

    .service-block-v8 .service-block-desc {
        overflow: hidden
    }

        .service-block-v8 .service-block-desc h3 {
            font-size: 1.2rem;
            margin: 0 0 30px;
            position: relative;
            text-transform: uppercase
        }

            .service-block-v8 .service-block-desc h3:after {
                left: 0;
                top: 40px;
                height: 1px;
                width: 30px;
                content: " ";
                position: absolute;
                background: #72c02c
            }

.process-v1 .process-in {
    text-align: center
}

    .process-v1 .process-in > li i {
        z-index: 1;
        width: 30px;
        height: 30px;
        position: relative;
        text-align: center;
        background: #72c02c;
        margin-bottom: 15px;
        display: inline-block;
        border: solid 9px #fff
    }

        .process-v1 .process-in > li i:after {
            top: -9px;
            left: -9px;
            right: -9px;
            bottom: -9px;
            content: " ";
            border-radius: 50%;
            position: absolute;
            border: 1px solid #bbb
        }

    .process-v1 .process-in .process-desc {
        padding: 0 20px
    }

    .process-v1 .process-in > li h3 {
        font-size: 1rem;
        font-weight: 600;
        margin: 0 0 10px;
        text-transform: uppercase
    }

.process-v1 .process-border {
    position: relative
}

    .process-v1 .process-border:before {
        top: 15px;
        width: 75%;
        left: 12%;
        content: " ";
        display: block;
        position: absolute;
        border-top: solid 2px #ddd
    }

@media (max-width:768px) {
    .process-v1 .process-border:before {
        border: none
    }
}

.team-v1 ul {
    position: relative
}

.team-v1 li > .team-img {
    position: relative
}

    .team-v1 li > .team-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: 0 0;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

.team-v1 li:hover > .team-img:after {
    background: rgba(0,0,0,.5)
}

.team-v1 li > .team-img ul {
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 36px;
    list-style: none;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v1 li:hover > .team-img ul {
    top: 50%;
    visibility: visible
}

.team-v1 li > .team-img ul li {
    margin: 0 5px;
    text-align: center;
    display: inline-block
}

.team-v1 li > .team-img li i {
    color: #eee;
    border-width: 2px;
    border-color: #eee;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out
}

    .team-v1 li > .team-img li i.fa-twitter:hover {
        color: #fff;
        background: #3498db;
        border-color: #3498db
    }

    .team-v1 li > .team-img li i.fa-facebook:hover {
        color: #fff;
        background: #4765a0;
        border-color: #4765a0
    }

    .team-v1 li > .team-img li i.fa-google-plus:hover {
        color: #fff;
        background: #e74c3c;
        border-color: #e74c3c
    }

.team-v1 li > h3 {
    color: #000;
    font-size: 1.2rem;
    line-height: 20px;
    margin: 15px 0 7px;
    text-transform: uppercase
}

.team-v1 li > h4 {
    color: #999;
    font-size: .7rem;
    line-height: 16px;
    text-transform: uppercase
}

.team-v1 li > p {
    margin: 20px 0;
    position: relative
}

    .team-v1 li > p:before {
        left: 0;
        top: -10px;
        height: 2px;
        width: 40px;
        content: " ";
        position: absolute;
        background: #bbb;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

.team-v1 li:hover > p:before {
    width: 100%;
    background: #72c02c
}

.team-v2 {
    position: relative;
    margin-bottom: 20px
}

    .team-v2 img {
        width: 100%
    }

    .team-v2 .inner-team {
        padding: 20px;
        background: #fff;
        text-align: center
    }

        .team-v2 .inner-team h3 {
            margin: 0
        }

        .team-v2 .inner-team small {
            display: block;
            font-size: .8rem;
            margin-bottom: 7px
        }

        .team-v2 .inner-team p {
            font-size: .8rem
        }

        .team-v2 .inner-team hr {
            margin: 10px 0 15px
        }

.team-social {
    margin-bottom: 0
}

    .team-social li {
        padding: 0 2px
    }

        .team-social li a {
            font-size: .9rem;
            padding: 6px 4px;
            text-align: center;
            border-radius: 50% !important
        }

        .team-social li i {
            min-width: 20px
        }

        .team-social li a.fb {
            color: #4862a3;
            border: 1px solid #4862a3
        }

        .team-social li a.tw {
            color: #159ceb;
            border: 1px solid #159ceb
        }

        .team-social li a.gp {
            color: #dc4a38;
            border: 1px solid #dc4a38
        }

        .team-social li a:hover {
            text-decoration: none
        }

        .team-social li a.fb:hover {
            color: #fff;
            background: #4862a3
        }

        .team-social li a.tw:hover {
            color: #fff;
            background: #159ceb
        }

        .team-social li a.gp:hover {
            color: #fff;
            background: #dc4a38
        }

.team-v3 .team-img {
    position: relative
}

    .team-v3 .team-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

    .team-v3 .team-img:hover:after {
        background: rgba(0,0,0,.5);
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .team-v3 .team-img > img {
        width: 100%
    }

.team-v3 .team-hover {
    left: 0;
    top: 60%;
    z-index: 1;
    padding: 0;
    width: 100%;
    padding: 20px;
    list-style: none;
    margin-top: -90px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v3 .team-img:hover .team-hover {
    top: 50%;
    visibility: visible
}

.team-v3 .team-hover small, .team-v3 .team-hover span {
    color: #fff;
    display: block
}

.team-v3 .team-hover span {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase
}

.team-v3 .team-hover small {
    font-size: .8rem;
    font-weight: 200;
    margin-bottom: 10px
}

.team-v3 .team-hover p {
    color: #fff;
    font-weight: 200;
    margin-bottom: 20px
}

.team-v3 .team-hover .team-social-v3 i {
    color: #fff;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: .9rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff
}

    .team-v3 .team-hover .team-social-v3 i:hover {
        color: #666;
        background: #fff;
        text-decoration: none;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

.team-v4 {
    text-align: center
}

    .team-v4 img {
        width: 100%;
        margin-bottom: 20px
    }

    .team-v4 span {
        color: #333;
        display: block;
        font-size: 1.2rem;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .team-v4 small {
        color: #999;
        display: block;
        font-size: .8rem;
        font-style: italic;
        margin-bottom: 10px
    }

    .team-v4 .team-social-v4 a {
        color: #555;
        font-size: 1rem
    }

        .team-v4 .team-social-v4 a:hover {
            color: #72c02c;
            text-decoration: none
        }

.team-v5 {
    text-align: center
}

    .team-v5 span {
        color: #555;
        display: block;
        font-size: 1rem;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .team-v5 small {
        display: block;
        color: #72c02c;
        font-size: .8rem;
        font-style: italic;
        position: relative;
        margin-bottom: 25px
    }

        .team-v5 small:after {
            left: 50%;
            top: 30px;
            height: 1px;
            width: 30px;
            content: " ";
            background: #777;
            margin-left: -15px;
            position: absolute
        }

    .team-v5 .team-img {
        position: relative
    }

        .team-v5 .team-img:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out
        }

        .team-v5 .team-img:hover:after {
            background: rgba(0,0,0,.5);
            transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

        .team-v5 .team-img > img {
            width: 100%;
            margin-bottom: 20px
        }

    .team-v5 .team-hover {
        left: 0;
        top: 60%;
        z-index: 1;
        padding: 0;
        width: 100%;
        list-style: none;
        margin-top: -16px;
        text-align: center;
        visibility: hidden;
        position: absolute;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .team-v5 .team-img:hover .team-hover {
        top: 50%;
        visibility: visible
    }

    .team-v5 .team-hover .team-social-v5 i {
        color: #fff;
        width: 33px;
        height: 33px;
        padding: 9px;
        font-size: .9rem;
        text-align: center;
        display: inline-block;
        border: 1px solid #fff
    }

        .team-v5 .team-hover .team-social-v5 i:hover {
            color: #666;
            background: #fff;
            text-decoration: none;
            transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

.team-v6 {
    text-align: center
}

    .team-v6 img {
        width: 100%;
        margin-bottom: 20px
    }

    .team-v6 span {
        color: #777;
        display: block;
        font-size: 1rem;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .team-v6 small {
        display: block;
        color: #72c02c;
        font-size: .8rem;
        margin-bottom: 15px
    }

.team-v7 .team-v7-in {
    padding: 0 50px
}

.team-v7 .team-v7-name {
    color: #555;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-transform: uppercase
}

.team-v7 .team-v7-position {
    display: block;
    color: #72c02c;
    font-style: normal;
    margin-bottom: 15px
}

.team-v7 p {
    font-size: .9rem;
    line-height: 24px;
    margin-bottom: 20px
}

.team-v7 .team-v7-name {
    margin-top: 60px
}

.team-v7 .social-icons-v1 {
    margin-bottom: 60px
}

.team-v7 .team-v7-img {
    position: relative
}

    .team-v7 .team-v7-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.1)
    }

.team-v7 .team-arrow-left, .team-v7 .team-arrow-right {
    position: relative
}

    .team-v7 .team-arrow-left:before, .team-v7 .team-arrow-right:before {
        width: 0;
        height: 0;
        top: 20%;
        z-index: 2;
        content: " ";
        position: absolute;
        border-style: solid
    }

    .team-v7 .team-arrow-right:before {
        right: -25px;
        border-width: 20px 0 20px 25px;
        border-color: transparent transparent transparent #fff
    }

    .team-v7 .team-arrow-left:before {
        left: -25px;
        border-width: 20px 25px 20px 0;
        border-color: transparent #fff transparent transparent
    }

@media (max-width:991px) {
    .team-v7 .team-arrow-left:before, .team-v7 .team-arrow-right:before {
        top: auto;
        left: 70px;
        bottom: -25px;
        border-width: 25px 20px 0 20px;
        border-color: #fff transparent transparent transparent
    }

    .team-v7 .team-arrow-left:before, .team-v7 .team-arrow-right:before {
        left: 70px;
        bottom: -25px;
        border-width: 25px 20px 0 20px
    }

    .team-v7 .equal-height-column {
        height: auto !important
    }
}

.call-action-v1 p {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 200;
    margin-bottom: 0
}

.call-action-v1 .call-action-v1-box {
    width: 100%;
    display: table;
    padding: 30px 0;
    vertical-align: middle
}

.call-action-v1 .call-action-v1-in {
    display: table-cell;
    vertical-align: middle
}

    .call-action-v1 .call-action-v1-in.inner-btn {
        min-width: 250px;
        text-align: right
    }

@media (max-width:992px) {
    .call-action-v1 .call-action-v1-in, .call-action-v1 .call-action-v1-in.inner-btn {
        display: block;
        text-align: center
    }

        .call-action-v1 .call-action-v1-in p {
            margin-bottom: 20px
        }
}

.call-action-v2 {
    padding: 50px 0;
    text-align: center
}

    .call-action-v2 h2 {
        font-size: 1.4rem;
        text-transform: uppercase
    }

    .call-action-v2 p {
        padding: 0 100px;
        margin-bottom: 20px
    }

@media (max-width:768px) {
    .call-action-v2 p {
        padding: inherit
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .portfolio-box {
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .portfolio-box {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .portfolio-box {
        margin-bottom: 60px
    }
}

.portfolio-box a.fancybox {
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}

    .portfolio-box a.fancybox:after {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

    .portfolio-box a.fancybox:hover:after {
        background: rgba(0,0,0,.5)
    }

    .portfolio-box a.fancybox img {
        width: 100%;
        overflow: hidden;
        transition: all .5s ease 0s
    }

    .portfolio-box a.fancybox:hover img {
        transform: scale(1.1) rotate(.1deg)
    }

.portfolio-box .portfolio-box-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    min-height: 50px;
    margin-top: -25px;
    visibility: hidden;
    text-align: center;
    position: absolute
}

.portfolio-box a.fancybox:hover .portfolio-box-in {
    visibility: visible
}

    .portfolio-box a.fancybox:after, .portfolio-box a.fancybox:hover .portfolio-box-in i, .portfolio-box a.fancybox:hover:after {
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

.portfolio-box .portfolio-box-in i {
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 16px;
    font-size: 1.3rem;
    text-align: center;
    background: #72c02c;
    display: inline-block
}

.portfolio-box small.project-tag {
    display: block;
    font-size: .8rem;
    margin-bottom: 5px
}

    .portfolio-box small.project-tag, .portfolio-box small.project-tag a {
        color: #999
    }

        .portfolio-box small.project-tag i {
            margin-right: 5px
        }

        .portfolio-box small.project-tag a:hover {
            color: #72c02c
        }

.portfolio-box-v1 {
    margin: 0
}

    .portfolio-box-v1 [class^=col-] {
        padding: 0;
        overflow: hidden
    }

    .portfolio-box-v1 li {
        background: #333;
        position: relative;
        -webkit-backface-visibility: hidden
    }

        .portfolio-box-v1 li:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute
        }

        .portfolio-box-v1 li:hover:after {
            background: rgba(0,0,0,.7)
        }

        .portfolio-box-v1 li:after, .portfolio-box-v1 li:hover:after {
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v1 li img {
            width: 100%;
            overflow: hidden;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v1 li:hover img {
            -transform: scale(1.1);
            -o-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1)
        }

    .portfolio-box-v1 .portfolio-box-v1-in {
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        visibility: hidden;
        min-height: 150px;
        margin-top: -75px;
        text-align: center;
        position: absolute;
        font-family: "Open Sans",Arial,sans-serif
    }

    .portfolio-box-v1 li:hover .portfolio-box-v1-in {
        visibility: visible
    }

    .portfolio-box-v1 .portfolio-box-v1-in h3 {
        font-size: 1.4rem;
        margin-top: 20px;
        position: relative;
        margin-bottom: 20px;
        text-transform: uppercase
    }

        .portfolio-box-v1 .portfolio-box-v1-in h3:after {
            left: 50%;
            height: 1px;
            width: 40px;
            content: " ";
            bottom: -10px;
            background: #fff;
            margin-left: -20px;
            position: absolute
        }

    .portfolio-box-v1 .portfolio-box-v1-in h3, .portfolio-box-v1 .portfolio-box-v1-in p {
        color: #fff
    }

    .portfolio-box-v1 .portfolio-box-v1-in p {
        font-size: 1rem;
        margin-bottom: 20px
    }

    .portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
        font-weight: 400;
        -webkit-backface-visibility: hidden
    }

.portfolio-box-v2 {
    margin: 0 0 60px
}

    .portfolio-box-v2 [class^=col-] {
        padding: 0;
        overflow: hidden
    }

    .portfolio-box-v2 li {
        background: #333;
        overflow: hidden;
        position: relative;
        -webkit-backface-visibility: hidden
    }

        .portfolio-box-v2 li:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute
        }

        .portfolio-box-v2 li:hover:after {
            background: rgba(255,255,255,.6)
        }

        .portfolio-box-v2 li:after, .portfolio-box-v2 li:hover:after {
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v2 li img {
            width: 100%;
            overflow: hidden;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v2 li:hover img {
            -transform: scale(1.1);
            -o-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1)
        }

    .portfolio-box-v2 .portfolio-box-v2-in {
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        visibility: hidden;
        min-height: 60px;
        margin-top: -30px;
        text-align: center;
        position: absolute;
        font-family: "Open Sans",Arial,sans-serif
    }

    .portfolio-box-v2 li:hover .portfolio-box-v2-in {
        visibility: visible
    }

    .portfolio-box-v2 .portfolio-box-v2-in i {
        color: #fff;
        width: 60px;
        height: 60px;
        padding: 20px;
        font-size: 1.4rem;
        cursor: pointer;
        margin-right: 5px;
        text-align: center;
        display: inline-block;
        background: rgba(114,192,44,.8)
    }

        .portfolio-box-v2 .portfolio-box-v2-in i:hover {
            background: #72c02c
        }

.thumbnails-v1 .thumbnail-img {
    margin-bottom: 12px
}

.thumbnails-v1 h3 {
    margin-bottom: 5px
}

    .thumbnails-v1 h3 a {
        color: #555;
        font-size: 1rem;
        text-transform: uppercase
    }

.thumbnails-v1 .read-more {
    color: #72c02c;
    font-size: .8rem;
    text-transform: uppercase
}

.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative
}

    .bg-image-v1:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.5)
    }

.bg-image-v2 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative
}

    .bg-image-v2:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255,255,255,.7)
    }

.bg-image-v2-dark:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.5)
}

.bg-image-v2-dark h2, .bg-image-v2-dark p {
    color: #eee !important
}

.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center
}

    .parallax-quote:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.8)
    }

    .parallax-quote:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative
}

    .parallax-quote-in p {
        color: #fff;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-family: "Open Sans",Arial,sans-serif
    }

        .parallax-quote-in p:after, .parallax-quote-in p:before {
            content: ' " ';
            position: absolute;
            font-family: Tahoma
        }

        .parallax-quote-in p:after {
            margin-left: 3px
        }

        .parallax-quote-in p:before {
            margin-left: -15px
        }

    .parallax-quote-in small {
        color: #bbb;
        font-size: .8rem;
        font-weight: 400;
        text-transform: uppercase
    }

@media (max-width:768px) {
    .parallax-quote-in {
        padding: 0 40px
    }

        .parallax-quote-in p {
            font-size: 1.3rem
        }
}

.parallax-quote-light:after {
    background: rgba(255,255,255,.9)
}

.parallax-quote-light .parallax-quote-in {
    background: #fff;
    padding: 30px 80px;
    border-bottom: solid 2px #ddd
}

    .parallax-quote-light .parallax-quote-in p {
        color: #555;
        font-size: 1.8rem;
        font-weight: 200
    }

    .parallax-quote-light .parallax-quote-in small {
        color: #555
    }

@media (max-width:768px) {
    .parallax-quote-light .parallax-quote-in {
        padding: 30px 40px
    }

        .parallax-quote-light .parallax-quote-in p {
            font-size: 1.3rem
        }

        .parallax-quote-light .parallax-quote-in small {
            font-weight: 200
        }
}

.parallax-team, .parallax-team .title-box-v2 {
    position: relative
}

    .parallax-team-dark:before, .parallax-team:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255,255,255,.9)
    }

    .parallax-team, .parallax-team .title-box-v2 {
        position: relative
    }

.parallax-team-dark:before {
    background: rgba(0,0,0,.8)
}

.parallax-counter {
    padding: 30px 0
}

    .parallax-counter .counters {
        color: #fff;
        padding: 15px 0
    }

    .parallax-counter h4 {
        color: #999;
        font-size: 1rem;
        text-transform: uppercase
    }

    .parallax-counter span.counter {
        font-size: 3.2rem
    }

.parallax-counter-v1 {
    padding: 60px 0
}

    .parallax-counter-v1 .counters {
        color: #fff;
        padding: 15px 0 10px;
        border: solid 1px #555
    }

    .parallax-counter-v1 h4 {
        color: #eee;
        font-size: 1rem;
        text-transform: uppercase
    }

    .parallax-counter-v1 span.counter {
        font-size: 2.8rem;
        line-height: 48px
    }

.parallax-counter-v2 {
    position: relative;
    padding: 80px 0 60px
}

    .parallax-counter-v2:after {
        top: 0;
        left: 50%;
        content: " ";
        margin-left: -25px;
        position: absolute;
        border-top: 25px solid #fff;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent
    }

    .parallax-counter-v2:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.02)
    }

    .parallax-counter-v2 .counters {
        padding: 20px 0;
        border-bottom: solid 2px #ddd;
        background: rgba(255,255,255,.9)
    }

        .parallax-counter-v2 .counters h4, .parallax-counter-v2 .counters span {
            color: #555;
            font-weight: 200;
            font-family: "Open Sans",Arial,sans-serif
        }

        .parallax-counter-v2 .counters span {
            font-size: 2.4rem
        }

        .parallax-counter-v2 .counters h4 {
            font-size: 1.4rem;
            text-transform: uppercase
        }

@media (max-width:992px) {
    .parallax-counter-v2 .counters {
        margin-bottom: 0 !important
    }
}

.parallax-counter-v3 {
    z-index: 1;
    height: auto;
    padding: 80px 0;
    overflow: hidden;
    text-align: center;
    position: relative
}

    .parallax-counter-v3:after {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        content: " ";
        height: 100%;
        text-align: center;
        position: absolute;
        background: rgba(0,0,0,.5)
    }

    .parallax-counter-v3 .features {
        width: 130px;
        height: 130px;
        padding: 25px;
        position: relative;
        text-align: center;
        display: inline-block;
        border-radius: 50% !important;
        background: rgba(255,255,255,.2)
    }

        .parallax-counter-v3 .features:after {
            top: -9px;
            left: -9px;
            right: -9px;
            bottom: -9px;
            content: " ";
            border-radius: 50%;
            position: absolute;
            border: 1px solid #fff
        }

        .parallax-counter-v3 .features span {
            color: #fff;
            display: block;
            font-weight: 200
        }

            .parallax-counter-v3 .features span.counter {
                font-size: 2rem
            }

            .parallax-counter-v3 .features span.features-info {
                text-transform: uppercase
            }

@media (max-width:550px) {
    .parallax-counter-v3 .features {
        width: 110px;
        height: 110px;
        padding: 22px
    }

        .parallax-counter-v3 .features:after {
            top: -7px;
            left: -7px;
            right: -7px;
            bottom: -7px
        }

        .parallax-counter-v3 .features span.counter {
            font-size: 1.3rem
        }

        .parallax-counter-v3 .features span.features-info {
            font-size: .7rem
        }
}

.parallax-counter-v4 {
    z-index: 1;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    position: relative
}

    .parallax-counter-v4:after {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        content: " ";
        height: 100%;
        text-align: center;
        position: absolute;
        background: rgba(0,0,0,.5)
    }

    .parallax-counter-v4 i {
        color: #fff;
        display: block;
        font-size: 3.3rem;
        margin-bottom: 20px
    }

    .parallax-counter-v4 span.counter {
        color: #fff;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 10px
    }

    .parallax-counter-v4 h4 {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 200;
        text-transform: uppercase
    }

.flat-bg-block-v1 {
    padding: 40px 0
}

    .flat-bg-block-v1 .checked-list.first-child {
        float: left;
        margin-right: 100px
    }

    .flat-bg-block-v1 .checked-list li {
        color: #888;
        margin-bottom: 5px
    }

    .flat-bg-block-v1 .checked-list i {
        color: #72c02c;
        margin-right: 5px
    }

    .flat-bg-block-v1 img.img-over {
        top: -70px;
        right: 10px;
        position: absolute
    }

@media (min-width:991px) and (max-width:1199px) {
    .flat-bg-block-v1 img.img-over {
        top: -18px
    }
}

@media (max-width:991px) {
    .flat-bg-block-v1 img.img-over {
        position: static
    }
}

.flat-testimonials {
    padding: 50px 0;
    background-color: #333
}

    .flat-testimonials .flat-testimonials-in {
        padding: 30px;
        text-align: center;
        background: rgba(255,255,255,.2)
    }

        .flat-testimonials .flat-testimonials-in img {
            width: 135px;
            height: 135px;
            margin: 0 auto 25px
        }

        .flat-testimonials .flat-testimonials-in h3 {
            color: #fff;
            font-size: 1.4rem;
            font-weight: 200
        }

        .flat-testimonials .flat-testimonials-in span {
            display: block;
            margin-bottom: 5px
        }

        .flat-testimonials .flat-testimonials-in p {
            color: #fff;
            font-weight: 200;
            position: relative
        }

            .flat-testimonials .flat-testimonials-in p:after, .flat-testimonials .flat-testimonials-in p:before {
                top: 5px;
                font-size: 1.4rem;
                line-height: 10px;
                position: relative
            }

            .flat-testimonials .flat-testimonials-in p:before {
                content: "â€œ";
                padding-right: 5px
            }

            .flat-testimonials .flat-testimonials-in p:after {
                content: "â€";
                padding-left: 5px
            }

.testimonials-v4 {
    overflow: hidden
}

    .testimonials-v4 .testimonials-v4-in {
        background: #fff;
        position: relative;
        margin-bottom: 40px;
        padding: 20px 20px 20px 55px;
        -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
        box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1)
    }

        .testimonials-v4 .testimonials-v4-in:before {
            color: #bbb;
            font-size: 4rem;
            content: "\201C";
            position: absolute;
            margin: -25px 0 0 -40px;
            font-family: Georgia,serif
        }

        .testimonials-v4 .testimonials-v4-in:after {
            width: 0;
            height: 0;
            left: 80px;
            content: " ";
            bottom: -30px;
            position: absolute;
            border-style: solid;
            border-width: 30px 30px 0 0;
            border-color: #fff transparent transparent transparent;
            -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
            filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1))
        }

        .testimonials-v4 .testimonials-v4-in p {
            color: #777;
            font-size: .9rem;
            font-style: italic
        }

    .testimonials-v4 img {
        float: left;
        width: 60px;
        height: auto;
        margin: 0 20px
    }

    .testimonials-v4 .testimonials-author {
        color: #555;
        display: block;
        font-size: .9rem;
        overflow: hidden;
        padding-top: 8px;
        text-transform: uppercase
    }

        .testimonials-v4 .testimonials-author em {
            font-size: .8rem;
            text-transform: capitalize
        }

.testimonials-v5 {
    padding-top: 50px;
    padding-bottom: 50px
}

    .testimonials-v5 .testimonials-desc span {
        font-size: .8rem;
        font-weight: 200
    }

    .testimonials-v5 .testimonials-desc p {
        padding: 15px;
        position: relative;
        background: #f9f9f9;
        margin-bottom: 25px
    }

        .testimonials-v5 .testimonials-desc p:after {
            width: 0;
            height: 0;
            left: 30px;
            color: #fff;
            bottom: -12px;
            content: " ";
            text-align: center;
            position: absolute;
            border-style: solid;
            border-width: 13px 10px 0 10px;
            border-color: #f9f9f9 transparent transparent transparent
        }

    .testimonials-v5 .testimonials-by {
        margin-left: 20px
    }

        .testimonials-v5 .testimonials-by img {
            float: left;
            width: 40px;
            height: auto;
            margin-right: 15px
        }

        .testimonials-v5 .testimonials-by small {
            color: #72c02c;
            font-size: .8rem
        }

        .testimonials-v5 .testimonials-by span {
            text-transform: uppercase
        }

.testimonials-v6.testimonials-wrap {
    padding-left: 70px;
    padding-right: 70px
}

.testimonials-v6 .testimonials-info {
    padding: 20px;
    background: #fff;
    border-bottom: solid 3px #eee;
    -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
}

    .testimonials-v6 .testimonials-info:hover {
        border-color: #72c02c
    }

    .testimonials-v6 .testimonials-info img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 20px
    }

.testimonials-v6 .testimonials-desc {
    overflow: hidden
}

    .testimonials-v6 .testimonials-desc p {
        margin-bottom: 15px
    }

    .testimonials-v6 .testimonials-desc span, .testimonials-v6 .testimonials-desc strong {
        color: #555;
        display: block
    }

@media (max-width:768px) {
    .testimonials-v6 .testimonials-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

.featured-blog h2 {
    font-size: 1.2rem;
    margin: 0 0 25px;
    line-height: 25px;
    position: relative
}

    .featured-blog h2:after {
        left: 0;
        z-index: 1;
        width: 30px;
        height: 2px;
        content: " ";
        bottom: -10px;
        position: absolute;
        background: #72c02c
    }

.featured-blog .featured-img {
    position: relative
}

    .featured-blog .featured-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

    .featured-blog .featured-img:hover:after {
        background: rgba(0,0,0,.3);
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .featured-blog .featured-img > img {
        width: 100%
    }

    .featured-blog .featured-img i {
        top: 60%;
        left: 50%;
        z-index: 1;
        width: 100%;
        list-style: none;
        text-align: center;
        visibility: hidden;
        position: absolute;
        margin: -17.5px 0 0 -17.5px;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .featured-blog .featured-img:hover i {
        top: 50%;
        visibility: visible
    }

    .featured-blog .featured-img i {
        color: #fff;
        width: 35px;
        height: 35px;
        padding: 11px;
        font-size: .9rem;
        text-align: center;
        display: inline-block;
        background: rgba(255,255,255,.4)
    }

        .featured-blog .featured-img i:hover {
            color: #fff;
            background: #72c02c;
            text-decoration: none;
            transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

.blog-comments img {
    width: 80px;
    height: auto
}

.blog-comments .comments-itself {
    background: #fff;
    padding: 20px 30px;
    position: relative
}

    .blog-comments .comments-itself:before {
        width: 0;
        height: 0;
        top: 20px;
        left: -17px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 15px 17px 15px 0;
        border-color: transparent #fff transparent transparent
    }

    .blog-comments .comments-itself h3 {
        margin: 0 0 10px
    }

    .blog-comments .comments-itself span {
        color: #999;
        float: right;
        font-size: .8rem
    }

    .blog-comments .comments-itself p {
        color: #999
    }

.blog-comments.blog-comments-reply {
    margin-left: 70px
}

@media (max-width:768px) {
    .blog-comments .comments-itself:before {
        display: none
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fff transparent
    }
}

.quote-v1 {
    padding: 60px 0;
    text-align: center
}

    .quote-v1 p {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 200;
        padding: 0 100px;
        position: relative;
        margin-bottom: 20px
    }

        .quote-v1 p:before {
            color: #72c02c;
            font-size: 4rem;
            content: "\201C";
            position: absolute;
            margin: -30px 0 0 -40px;
            font-family: Georgia,serif
        }

    .quote-v1 span {
        color: #fff;
        font-size: 1.2rem
    }

@media (max-width:768px) {
    .quote-v1 p {
        font-size: 1.2rem;
        padding: 0 50px
    }
}

.quote-v2 {
    text-align: center;
    padding: 85px 10% 40px
}

    .quote-v2 p {
        color: #555;
        font-size: 1rem;
        font-style: italic;
        position: relative;
        margin-bottom: 20px
    }

        .quote-v2 p:before {
            left: 50%;
            top: -75px;
            font-size: 5.3rem;
            content: "\201C";
            position: absolute;
            margin-left: -25px;
            font-family: Georgia,serif
        }

    .quote-v2 span {
        color: #555;
        font-weight: 400
    }

.social-icons-v1 i {
    color: #555;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: .9rem;
    text-align: center;
    background: #f7f7f7;
    display: inline-block
}

    .social-icons-v1 i:hover {
        color: #fff;
        background: #72c02c;
        text-decoration: none;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

.shadow-wrapper {
    z-index: 1;
    position: relative
}

.box-shadow {
    background: #fff;
    position: relative
}

    .box-shadow:after, .box-shadow:before {
        top: 80%;
        left: 5px;
        width: 50%;
        z-index: -1;
        content: "";
        bottom: 15px;
        max-width: 300px;
        background: #999;
        position: absolute
    }

.shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb
}

.shadow-effect-2 {
    position: relative
}

    .shadow-effect-2:after, .shadow-effect-2:before, .shadow-effect-3:before, .shadow-effect-4:after {
        transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        box-shadow: 0 15px 10px #999;
        -moz-box-shadow: 0 15px 10px #999;
        -webkit-box-shadow: 0 15px 10px #999
    }

    .shadow-effect-2:after, .shadow-effect-4:after {
        left: auto;
        right: 5px;
        transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg)
    }

.interactive-slider-v1 {
    z-index: 1;
    padding: 120px 0 0;
    position: relative
}

    .interactive-slider-v1.img-v1 {
        background-size: cover;
        background-position: top center
    }

    .interactive-slider-v1:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.3)
    }

    .interactive-slider-v1 h2 {
        color: #fff;
        font-size: 2.6rem;
        font-weight: 400;
        text-transform: uppercase
    }

    .interactive-slider-v1 p {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 200;
        text-transform: uppercase
    }

@media (max-width:768px) {
    .interactive-slider-v1 {
        z-index: 1;
        padding: 20px 0 0;
        position: relative
    }

        .interactive-slider-v1 h2 {
            font-size: 2rem
        }

        .interactive-slider-v1 p {
            font-size: 1.2rem
        }
}

.interactive-slider-v2 {
    z-index: 1;
    padding: 50px 0 110px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center
}

    .interactive-slider-v2.img-v1 {
        background: url(../img/structure/demo-slider.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 220px 0 220px
    }

    .interactive-slider-v2.img-v2 {
        background-size: cover;
        background-position: center center;
        padding: 30px 0 30px
    }

    .interactive-slider-v2 h1 {
        color: #fff;
        font-size: 4.6rem;
        font-weight: 600;
        line-height: 80px;
        text-transform: uppercase
    }

    .interactive-slider-v2 p {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 200;
        font-family: "Open Sans",Arial,sans-serif
    }

@media (max-width:768px) {
    .interactive-slider-v2 {
        padding: 50px 0 450px
    }

        .interactive-slider-v2 h1 {
            font-size: 3.3rem;
            line-height: 60px;
            margin-bottom: 20px
        }
}

.blog-trending li {
    margin-bottom: 20px
}

.blog-trending h3 {
    font-size: .9rem;
    margin: 0 0 5px;
    line-height: 17px
}

.blog-trending small, .blog-trending small a {
    color: #777
}

    .blog-trending small a:hover {
        color: #72c02c
    }

.blog-latest-posts li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd
}

    .blog-latest-posts li:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }

.blog-latest-posts h3 {
    font-size: .9rem;
    margin: 0 0 3px;
    line-height: 20px
}

.blog-latest-posts small, .blog-latest-posts small a {
    color: #777
}

.blog-latest-posts small {
    margin-bottom: 8px;
    display: inline-block
}

.blog-latest-posts p {
    font-size: .8rem
}

.blog-photostream {
    margin-right: -5px
}

    .blog-photostream li {
        padding: 0;
        margin: 3px 5px 5px;
        position: relative
    }

        .blog-photostream li img {
            width: 78px;
            height: auto
        }

.blog-newsletter p {
    color: #555;
    margin-bottom: 15px
}

.blog-newsletter .form-control {
    border: none
}

    .blog-newsletter .form-control:focus {
        box-shadow: none
    }

.blog-post-quote {
    padding: 35px 60px;
    background: #fff;
    text-align: center
}

    .blog-post-quote p {
        color: #555;
        font-size: 2.1rem;
        font-weight: 200;
        line-height: 45px;
        position: relative;
        margin-bottom: 20px;
        font-family: "Open Sans",Arial,sans-serif
    }

@media (max-width:768px) {
    .blog-post-quote {
        padding: 35px 25px
    }

        .blog-post-quote p {
            font-size: 1.7rem;
            line-height: 35px
        }
}

.blog-post-quote p:after, .blog-post-quote p:before {
    top: -3px;
    font-size: 2rem;
    position: relative
}

.blog-post-quote p:before {
    left: -10px;
    content: "\0022"
}

.blog-post-quote p:after {
    right: -10px;
    content: "\0022"
}

.blog-post-quote span {
    color: #555;
    font-size: 1.3rem;
    font-weight: 200
}

.blog-author {
    padding: 20px;
    background: #fff
}

    .blog-author img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 20px
    }

    .blog-author .blog-author-desc {
        overflow: hidden
    }

        .blog-author .blog-author-desc h4 {
            float: left;
            font-size: 1.2rem;
            margin: 0 0 10px;
            text-transform: uppercase
        }

        .blog-author .blog-author-desc ul {
            float: right;
            margin-top: 6px
        }

        .blog-author .blog-author-desc p {
            color: #555
        }

.blog-comments img {
    width: 80px;
    height: auto
}

.blog-comments .comments-itself {
    background: #fff;
    padding: 20px 30px;
    position: relative
}

    .blog-comments .comments-itself:before {
        width: 0;
        height: 0;
        top: 20px;
        left: -17px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 15px 17px 15px 0;
        border-color: transparent #fff transparent transparent
    }

    .blog-comments .comments-itself h3 {
        margin: 0 0 10px
    }

    .blog-comments .comments-itself span {
        color: #555;
        float: right;
        font-size: .8rem
    }

    .blog-comments .comments-itself p {
        color: #555
    }

.blog-comments.blog-comments-reply {
    margin-left: 70px
}

@media (max-width:768px) {
    .blog-comments .comments-itself:before {
        display: none
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fff transparent
    }
}

.news-section {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.news-v1 .news-v1-in {
    background: #fafafa
}

.news-v1 h3 {
    margin-bottom: 0;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 15px 15px
}

    .news-v1 h3 a {
        color: #555
    }

        .news-v1 h3 a:hover {
            color: #72c02c
        }

.news-v1 p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 20px
}

.news-v1 .news-v1-info {
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 8px 10px;
    border-top: solid 1px #eee
}

    .news-v1 .news-v1-info li {
        font-size: .8rem
    }

        .news-v1 .news-v1-info li a:hover {
            color: #72c02c;
            text-decoration: none
        }

.news-v2 .news-v2-badge {
    overflow: hidden;
    position: relative
}

    .news-v2 .news-v2-badge p {
        left: 0;
        top: 20px;
        background: #fff;
        padding: 5px 15px;
        text-align: center;
        position: absolute
    }

    .news-v2 .news-v2-badge span {
        color: #555;
        display: block;
        font-size: 1rem;
        line-height: 16px
    }

    .news-v2 .news-v2-badge small {
        color: #555;
        display: block;
        font-size: .6rem;
        text-transform: uppercase
    }

.news-v2 .news-v2-desc {
    padding: 20px;
    background: #fff
}

    .news-v2 .news-v2-desc h3 {
        margin: 0 0 3px;
        font-size: 1rem
    }

        .news-v2 .news-v2-desc h3 a {
            color: #555
        }

            .news-v2 .news-v2-desc h3 a:hover {
                color: #72c02c
            }

    .news-v2 .news-v2-desc small {
        color: #555;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase
    }

    .news-v2 .news-v2-desc p {
        color: #555
    }

.news-v3 .news-v3-in {
    padding: 35px 30px
}

.news-v3 .news-v3-in-sm {
    padding: 20px
}

.news-v3 h2 {
    font-size: 2.1rem;
    font-weight: 200;
    margin: 0 0 20px;
    line-height: 45px;
    text-transform: uppercase
}

.news-v3 .news-v3-in-sm h2 {
    font-size: 1.4rem;
    margin: 0 0 15px;
    line-height: 30px;
    text-transform: inherit
}

@media (max-width:768px) {
    .news-v3 h2 {
        font-size: 1.4rem;
        line-height: 30px
    }
}

.news-v3 h2 a {
    color: #555
}

    .news-v3 h2 a:hover {
        color: #72c02c;
        text-decoration: none
    }

.news-v3 p {
    color: #555;
    margin-bottom: 20px
}

.news-v3 .posted-info li {
    color: #555;
    font-style: italic
}

.news-v3 .news-v3-in-sm .posted-info li {
    padding: 0;
    font-size: .8rem;
    padding-left: 5px
}

    .news-v3 .news-v3-in-sm .posted-info li:before, .news-v3 .posted-info li:before {
        content: '/'
    }

.news-v3 .posted-info li:before {
    font-size: .8rem;
    line-height: 12px;
    margin-right: 13px
}

.news-v3 .news-v3-in-sm .posted-info li:before {
    font-size: .7rem;
    line-height: 11px;
    margin-right: 9px
}

.news-v3 .news-v3-in-sm .posted-info li:first-child:before, .news-v3 .posted-info li:first-child:before {
    content: " ";
    margin-right: 0
}

.news-v3 .posted-info li a {
    color: #555
}

    .news-v3 .posted-info li a:hover {
        color: #72c02c
    }

.news-v3 .post-shares {
    padding-left: 0;
    list-style: none;
    margin: 40px 0 0 -5px
}

.news-v3 .news-v3-in-sm .post-shares {
    margin: 20px 0 0 -5px
}

.news-v3 .post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block
}

    .news-v3 .post-shares li i {
        color: #555;
        width: 40px;
        height: 40px;
        padding: 13px;
        font-size: 1rem;
        background: #eee;
        text-align: center;
        display: inline-block
    }

        .news-v3 .post-shares li i:hover {
            background: #ddd
        }

    .news-v3 .post-shares li span {
        top: -5px;
        right: 6px;
        color: #fff;
        width: 22px;
        height: 22px;
        padding: 4px;
        font-size: .6rem;
        line-height: 10px;
        position: absolute;
        text-align: center;
        background: #72c02c;
        border: 2px solid #fff;
        border-radius: 50% !important
    }

.news-v3 .post-shares-lg li span {
    top: -10px;
    right: 0;
    width: 29px;
    height: 29px;
    padding: 4px;
    font-size: .6rem;
    line-height: 16px
}

.blog-grid img {
    margin-bottom: 15px
}

.blog-grid h3 {
    font-size: 1.4rem;
    margin: 0 0 10px;
    line-height: 1.4
}

.blog-grid h2.blog-grid-title-lg {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 10px
}

.blog-grid h3.blog-grid-title-sm {
    font-size: 1rem;
    line-height: 1.4
}

.blog-grid h3 a {
    color: #333
}

.blog-grid p {
    margin-bottom: 15px
}

.blog-grid-inner {
    padding: 20px;
    background: #fff;
    margin: -70px 40px 0;
    position: relative
}

.blog-grid .blog-grid-grad {
    position: relative
}

    .blog-grid .blog-grid-grad i {
        top: 10px;
        left: 10px;
        z-index: 1;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
        position: absolute;
        display: inline-block;
        background: rgba(0,0,0,.5)
    }

.blog-grid .blog-grid-info {
    padding-left: 0;
    list-style: none
}

    .blog-grid .blog-grid-info li {
        color: #888;
        padding: 0 2px;
        font-size: .8rem;
        display: inline-block
    }

        .blog-grid .blog-grid-info li:before {
            content: '/';
            font-size: .8rem;
            line-height: 1.4;
            margin-right: 9px
        }

        .blog-grid .blog-grid-info li:first-child:before {
            content: " ";
            margin-right: 0
        }

        .blog-grid .blog-grid-info li a {
            color: #888
        }

            .blog-grid .blog-grid-info li a:hover {
                text-decoration: none
            }

.blog-grid a.r-more {
    font-size: .8rem;
    font-weight: 400;
    font-style: italic;
    display: inline-block
}

    .blog-grid a.r-more:hover {
        text-decoration: none
    }

.blog-thumb {
    overflow: hidden
}

    .blog-thumb .blog-thumb-hover {
        float: left;
        position: relative;
        margin-right: 15px
    }

        .blog-thumb .blog-thumb-hover:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            -webkit-transition: all .35s,-webkit-transform .35s;
            transition: all .35s,transform .35s
        }

        .blog-thumb .blog-thumb-hover img {
            width: 120px;
            height: auto
        }

            .blog-thumb .blog-thumb-hover img.video-play-btn {
                width: 30px;
                height: 30px
            }

        .blog-thumb .blog-thumb-hover .hover-grad {
            left: 0;
            top: 50%;
            z-index: 1;
            opacity: 0;
            width: 100%;
            color: #fff;
            font-size: 1.3rem;
            margin-top: -14px;
            text-align: center;
            position: absolute;
            display: inline-block;
            -webkit-transition: all .65s,-webkit-transform .65s;
            transition: all .65s,transform .65s
        }

        .blog-thumb .blog-thumb-hover:hover .hover-grad {
            opacity: 1;
            -webkit-transition: opacity .55s,-webkit-transform .55s;
            transition: opacity .55s,transform .55s
        }

    .blog-thumb .blog-thumb-desc {
        overflow: hidden
    }

        .blog-thumb .blog-thumb-desc h3 {
            font-size: .9rem;
            margin: 0 0 5px;
            font-weight: 400;
            line-height: 1.4
        }

            .blog-thumb .blog-thumb-desc h3 a {
                color: #555
            }

    .blog-thumb .blog-thumb-info {
        padding-left: 0;
        list-style: none
    }

        .blog-thumb .blog-thumb-info li {
            color: #888;
            padding: 0 2px;
            font-size: .8rem;
            display: inline-block
        }

            .blog-thumb .blog-thumb-info li:before {
                content: '/';
                font-size: .8rem;
                line-height: 1.4;
                margin-right: 9px
            }

            .blog-thumb .blog-thumb-info li:first-child:before {
                content: " ";
                margin-right: 0
            }

            .blog-thumb .blog-thumb-info li a {
                color: #888
            }

                .blog-thumb .blog-thumb-info li a:hover {
                    color: #e74c3c
                }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
        border-radius: 50% !important
    }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover img {
        width: 50px;
        height: 50px
    }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
        font-size: 1rem;
        margin-top: -10px
    }

.ie8 .header-fixed .header.header-fixed-shrink {
    background: #fff
}

.ie8 .blog-twitter .blog-twitter-inner:after, .ie8 .blog-twitter .blog-twitter-inner:before {
    border: none
}

.ie8 .our-clients img {
    width: 100%;
    height: 100px;
    vertical-align: inherit
}

.ie8 .our-clients .img-hover {
    display: none
}

.ie8 .sticker-left {
    width: 90px;
    text-align: right;
    background: #72c02c
}

.ie8 .sticker-right {
    width: 100px;
    text-align: left;
    background: #e74c3c
}

.ie8 .easy-bg-v2 {
    width: 75px;
    text-align: left
}

.ie8 .rgba-red {
    background: #e74c3c
}

.ie8 .rgba-blue {
    background: #3498db
}

.ie8 .rgba-default {
    background: #72c02c
}

.ie8 .rgba-purple {
    background: #9b6bcc
}

.ie8 .rgba-aqua {
    background: #27d7e7
}

.ie8 .rgba-yellow {
    background: #f1c40f
}

.ie8 .sky-form .icon-append {
    right: 5px !important;
    padding-left: 0
}

.slider-inner .da-slider {
    box-shadow: none;
    border-bottom: 2px solid #ddd
}

.slider-inner .da-dots {
    z-index: 10
}

@media (max-width:450px) {
    .da-slide p {
        display: none
    }
}

@media (max-width:900px) {
    .da-slide .da-img {
        display: none
    }
}

.ms-promo-info {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif
}

.ms-promo-info-in {
    font-size: 4rem;
    font-weight: 600
}

.ms-promo-sub {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans",Arial,sans-serif
}

.ms-promo-sub-in {
    font-size: 1rem
}

.ms-img-bordered {
    background: #fff;
    padding: 7px
}

.tp-dottedoverlay {
    z-index: 1 !important
}

.tp-bullets.preview4 .bullet {
    border-radius: 10px !important
}

.fullscreenbanner-container ul li, .tp-banner-container ul li {
    list-style: none;
    visibility: hidden
}

.tp-banner-container a.btn-u, .tp-banner-container a.btn-u:hover {
    color: #fff;
    border: solid 1px transparent
}

.tp-banner-container a.re-btn-brd {
    background: 0 0;
    border: solid 1px #fff
}

    .tp-banner-container a.re-btn-brd:hover {
        color: #555;
        background: #fff
    }

.tp-banner-container .btn-u.btn-brd {
    font-weight: 400
}

.tp-banner-container {
    position: relative
}

.fullscreen-container {
    padding: 0;
    width: 100%;
    position: relative
}

.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,.3)
}

.revolution-ch1 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif
}

.revolution-ch2 {
    color: #fff;
    font-size: 1.3rem;
    max-width: 470px;
    line-height: 32px;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-family: "Open Sans",Arial,sans-serif
}

    .revolution-ch2:after {
        left: 50%;
        width: 70px;
        height: 2px;
        content: ' ';
        bottom: -20px;
        background: #fff;
        margin-left: -35px;
        position: absolute
    }

.re-title-v1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif
}

.re-title-v2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif
}

.re-text-v1 {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-family: "Open Sans",Arial,sans-serif
}

.re-text-v2 {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Open Sans",Arial,sans-serif
}

.rs-caption-1 {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 200;
    padding: 6px 75px;
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff
}

    .rs-caption-1:after, .rs-caption-1:before {
        font-size: 1rem;
        content: "\f005";
        position: absolute;
        font-family: FontAwesome
    }

@media (max-width:768px) {
    .rs-caption-1:after, .rs-caption-1:before {
        content: ""
    }
}

.rs-caption-1:after {
    right: 4%
}

.rs-caption-1:before {
    left: 4%
}

.rs-caption-2 {
    color: #fff;
    position: relative;
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 40px;
    padding: 10px 50px;
    text-align: center
}

    .rs-caption-2:after {
        left: 50%;
        content: "";
        height: 1px;
        width: 100px;
        bottom: -10px;
        background: #fff;
        margin-left: -50px;
        position: absolute
    }

.rs-caption-3 a {
    margin: 0 5px;
    padding: 7px 20px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .rs-caption-1, .rs-caption-2, .rs-caption-3 {
        font-weight: 400
    }
}

.layer_slider {
    overflow: hidden
}

.ls-ct-center, .ls-ct-half {
    border-radius: 100px !important
}

@media (max-width:900px) {
    #sequence-theme .info {
        top: 80px !important;
        width: 60% !important;
        margin-right: 50px
    }
}

@media (max-width:450px) {
    #sequence-theme .info {
        top: 70px !important;
        width: 70% !important;
        margin-right: 25px
    }

    #sequence-theme h2 {
        font-size: 2rem !important
    }

    #sequence-theme .info p {
        font-size: 1.2rem !important
    }
}

.clients {
    border: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: none !important;
    margin-bottom: 0 !important
}

    .clients li {
        overflow: hidden;
        margin-left: 1px;
        position: relative;
        background: #fafafa
    }

        .clients li:hover {
            background: #f6f6f6
        }

        .clients li img.color-img {
            top: 0;
            left: 0;
            display: none;
            position: absolute
        }

        .clients li:hover img.color-img {
            display: block
        }

        .clients li img {
            filter: gray;
            float: none !important;
            margin: 0 auto !important
        }

            .clients li img:hover {
                filter: none
            }

.pie-progress-charts .inner-pchart {
    text-align: center
}

.pie-progress-charts .circle {
    color: #555;
    font-weight: 200;
    margin-bottom: 20px
}

.pie-progress-charts .circle-title {
    font-size: 1.4rem
}

@media (max-width:767px) {
    .pie-progress-charts .inner-pchart {
        margin-bottom: 40px
    }
}

.counters {
    color: #555;
    text-align: center
}

@media (max-width:767px) {
    .counters {
        margin-bottom: 30px
    }

        .counters:last-child {
            margin-bottom: inherit
        }
}

.counters span {
    font-size: 2.3rem
}

    .counters span.counter-icon {
        display: block;
        margin-bottom: 10px
    }

        .counters span.counter-icon i {
            color: #fff;
            padding: 16px;
            min-width: 65px;
            font-size: 2rem;
            position: relative;
            background: #72c02c
        }

            .counters span.counter-icon i:after {
                width: 0;
                height: 0;
                left: 38%;
                content: " ";
                bottom: -7px;
                display: block;
                position: absolute;
                border-top: 7px solid #72c02c;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-left-style: inset;
                border-right-style: inset
            }

.counters:hover span.counter-icon i {
    border-color: #000
}

.owl-btn {
    color: #777;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 2px 9px;
    text-align: center;
    background: #f5f5f5
}

    .owl-btn:hover {
        color: #fff;
        background: #3965a1
    }

.owl-carousel-v1 .owl-navigation {
    text-align: right;
    margin-bottom: 20px
}

.owl-carousel-v1 .item {
    margin: 0 5px
}

    .owl-carousel-v1 .item img {
        text-align: center
    }

.owl-carousel-v1 .owl-pagination {
    display: none
}

.owl-carousel-v2 .owl-slider-v2 {
    margin-bottom: 20px
}

.owl-carousel-v2 .item {
    margin: 0 15px
}

    .owl-carousel-v2 .item img {
        text-align: center
    }

.owl-carousel-v2 .owl-navigation {
    text-align: center
}

.owl-carousel-v2 .owl-pagination {
    display: none
}

.owl-carousel-v3 .item {
    margin: 0 15px
}

    .owl-carousel-v3 .item img {
        text-align: center
    }

.owl-carousel-v3 .owl-pagination {
    display: none
}

.owl-carousel-v4 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v4 .item {
    margin: 0 3px
}

    .owl-carousel-v4 .item img {
        width: 100%
    }

.owl-carousel-v5 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v5 .owl-controls .owl-page.active span, .owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
    background: #72c02c
}

.owl-carousel-v5 .owl-controls .owl-page span {
    margin: 5px 3px !important
}

.owl-carousel-v1a .owl-navigation {
    text-align: right;
    margin-bottom: 20px
}

.owl-carousel-v1a .item {
    margin: 0 5px;
    display: table
}

    .owl-carousel-v1a .item em {
        display: table-cell;
        padding: 10px 0
    }

    .owl-carousel-v1a .item .meida {
        float: left;
        width: 50%;
        margin: 0 10px
    }

        .owl-carousel-v1a .item .meida iframe {
            width: 100%;
            height: auto
        }

    .owl-carousel-v1a .item p {
        vertical-align: middle;
        line-height: 1.8em;
        font-style: normal;
        padding: 10px
    }

.owl-carousel-v1a .owl-pagination {
    display: none
}

.owl-carousel-v1b .owl-navigation {
    text-align: right;
    margin-bottom: 20px
}

.owl-carousel-v1b .item {
    width: 100%;
    margin: 0 5px;
    display: table
}

    .owl-carousel-v1b .item .high-area {
        display: block;
        padding: 10px;
        margin: 0 10px;
        border: 1px #ddd solid;
        height: 150px
    }

        .owl-carousel-v1b .item .high-area.one {
            background: url(../img/structure/highArea-1.png) no-repeat right bottom
        }

        .owl-carousel-v1b .item .high-area.two {
            background: url(../img/structure/highArea-2.png) no-repeat right bottom
        }

        .owl-carousel-v1b .item .high-area.three {
            background: url(../img/structure/highArea-3.png) no-repeat right bottom
        }

        .owl-carousel-v1b .item .high-area.four {
            background: url(../img/structure/highArea-4.png) no-repeat right bottom
        }

    .owl-carousel-v1b .item h3 {
        color: #3965a1;
        font-style: normal;
        text-align: left
    }

    .owl-carousel-v1b .item p {
        color: #323232;
        font-style: normal;
        text-align: left
    }

.owl-carousel-v6 .owl-carousel-item {
    margin: 0 10px;
    padding: 0;
    text-align: center;
    position: relative;
    border: 1px solid #e4e2e2
}

    .owl-carousel-v6 .owl-carousel-item img {
        width: 100%;
        height: auto
    }

.owl-carousel-v6 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v6 .owl-controls .owl-page span {
    margin: 5px 3px !important
}

.owl-pagination {
    text-align: center !important
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: alpha(opacity=100)
}

.owl-theme .owl-controls .owl-page {
    zoom: 1;
    display: inline-block
}

    .owl-theme .owl-controls .owl-page span {
        width: 12px;
        height: 12px;
        opacity: .3;
        display: block;
        margin: 5px 7px;
        background: #bbb;
        filter: alpha(opacity=50);
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important
    }

.owl-carousel-style-v1 img {
    width: 120px;
    height: auto
}

.owl-carousel-style-v2 .item {
    margin: 0 3px;
    background: #fafafa;
    text-align: center;
    border: solid 1px #eee
}

    .owl-carousel-style-v2 .item img {
        padding: 0 3px;
        display: inline-block
    }

    .owl-carousel-style-v2 .item:hover {
        background: #f7f7f7;
        border-color: #e5e5e5;
        transition: all .4s ease-in-out
    }

.owl-carousel-style-v2 .owl-pagination {
    display: none
}

.owl-clients-v1 img {
    width: 120px;
    height: auto
}

.owl-clients-v1 .owl-pagination {
    display: none
}

.testimonials-v3 {
    padding: 100px 0;
    font-family: "Open Sans",Arial,sans-serif
}

    .testimonials-v3 ul {
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative
    }

    .testimonials-v3 li img {
        width: 150px;
        height: 150px;
        margin-bottom: 10px
    }

    .testimonials-v3 li > p {
        font-size: .9rem
    }

    .testimonials-v3 .testimonials-v3-title {
        font-size: 1.4rem;
        font-weight: 200;
        margin-bottom: 20px
    }

        .testimonials-v3 .testimonials-v3-title p {
            color: #72c02c;
            margin-bottom: 0
        }

        .testimonials-v3 .testimonials-v3-title span {
            color: #777;
            display: block;
            font-size: .9rem
        }

    .testimonials-v3 .owl-pagination {
        display: none
    }

    .testimonials-v3 .owl-buttons .owl-next, .testimonials-v3 .owl-buttons .owl-prev {
        padding: 13px;
        position: relative;
        margin: 15px 2px 0;
        background: #f5f5f5;
        display: inline-block
    }

        .testimonials-v3 .owl-buttons .owl-next:after, .testimonials-v3 .owl-buttons .owl-prev:after {
            top: 0;
            color: #bbb;
            font-size: 1rem;
            position: absolute;
            font-weight: 400;
            display: inline-block;
            font-family: FontAwesome
        }

        .testimonials-v3 .owl-buttons .owl-prev:after {
            left: 10px;
            content: "\f104"
        }

        .testimonials-v3 .owl-buttons .owl-next:after {
            right: 10px;
            content: "\f105"
        }

        .testimonials-v3 .owl-buttons .owl-next:hover:after, .testimonials-v3 .owl-buttons .owl-prev:hover:after {
            color: #fff
        }

        .testimonials-v3 .owl-buttons .owl-next:hover, .testimonials-v3 .owl-buttons .owl-prev:hover {
            background: #72c02c;
            -webkit-transition: background .4s ease-in-out;
            -moz-transition: background .4s ease-in-out;
            -o-transition: background .4s ease-in-out;
            transition: background .4s ease-in-out
        }

.owl-work-v1 .owl-navigation {
    top: 3px;
    position: relative
}

.owl-work-v1 .owl-navigation {
    margin-bottom: 10px
}

.owl-work-v1 .item a {
    text-align: center
}

    .owl-work-v1 .item a:hover {
        text-decoration: none
    }

        .owl-work-v1 .item a:hover strong {
            color: #555
        }

.owl-work-v1 .item em.overflow-hidden {
    display: block
}

.owl-work-v1 .item a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee
}

.owl-work-v1 .item a strong {
    color: #555;
    display: block
}

.owl-work-v1 .item a i {
    color: #777
}

.owl-work-v1 .item a img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.owl-work-v1 .item a:hover img {
    opacity: .8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.owl-work-v1 .item a:hover span {
    border-bottom: solid 2px #72c02c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out
}

.parallax-twitter {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center
}

    .parallax-twitter:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.5)
    }

    .parallax-twitter:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

.parallax-twitter-in {
    z-index: 1;
    position: relative
}

    .parallax-twitter-in ul {
        margin: 0
    }

    .parallax-twitter-in li {
        color: #fff
    }

        .parallax-twitter-in li p {
            color: #fff;
            font-size: 1.2rem;
            font-weight: 200
        }

        .parallax-twitter-in li a {
            color: #eee;
            text-decoration: underline
        }

            .parallax-twitter-in li a:hover {
                text-decoration: none
            }

        .parallax-twitter-in li span {
            color: #ddd;
            display: block;
            font-size: .9rem;
            font-weight: 400;
            margin-bottom: 20px
        }

    .parallax-twitter-in .owl-page {
        width: 18px
    }

.clients-section {
    padding: 60px 0;
    position: relative;
    background-size: cover;
    background-position: center center
}

    .clients-section:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.8)
    }

    .clients-section:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

    .clients-section .title-v1 h2, .clients-section .title-v1 p {
        color: #fff
    }

    .clients-section ul {
        padding: 0;
        z-index: 1;
        list-style: none
    }

    .clients-section li {
        margin: 0 3px;
        background: #fff
    }

        .clients-section li a {
            padding: 10px;
            display: block;
            overflow: hidden;
            text-align: center;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

            .clients-section li a:hover {
                -transform: scale(1.2);
                -o-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2)
            }

    .clients-section img {
        width: 100px;
        height: 100px
    }

    .clients-section .owl-pagination {
        display: none
    }

.owl-video img {
    position: relative;
    text-align: center;
    margin: 0 auto 20px
}

    .owl-video img.video-play {
        top: 50%;
        left: 50%;
        margin-top: -52px;
        margin-left: -52px;
        position: absolute
    }

.owl-video .owl-controls .owl-page span {
    margin: 5px 3px
}

.ekko-lightbox-container {
    position: relative
}

    .ekko-lightbox-container > div.ekko-lightbox-item {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%
    }

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

    .ekko-lightbox-nav-overlay a {
        flex: 1;
        display: flex;
        align-items: center;
        opacity: 0;
        transition: opacity .5s;
        color: #fff;
        font-size: 2rem;
        z-index: 100
    }

        .ekko-lightbox-nav-overlay a > * {
            flex-grow: 1
        }

        .ekko-lightbox-nav-overlay a > :focus {
            outline: 0
        }

        .ekko-lightbox-nav-overlay a span {
            padding: 0 30px
        }

        .ekko-lightbox-nav-overlay a:last-child span {
            text-align: right
        }

        .ekko-lightbox-nav-overlay a:hover {
            text-decoration: none
        }

        .ekko-lightbox-nav-overlay a:focus {
            outline: 0
        }

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.ekko-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .ekko-lightbox-loader > div {
        width: 40px;
        height: 40px;
        position: relative;
        text-align: center
    }

        .ekko-lightbox-loader > div > div {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #fff;
            opacity: .6;
            position: absolute;
            top: 0;
            left: 0;
            animation: sk-bounce 2s infinite ease-in-out
        }

            .ekko-lightbox-loader > div > div:last-child {
                animation-delay: -1s
            }

.modal-dialog .ekko-lightbox-loader > div > div {
    background-color: #333
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

body.header-fixed-space {
    padding-top: 94px
}

body.header-fixed-space-v2 {
    padding-top: 135px
}

@media (max-width:991px) {
    body.header-fixed-space, body.header-fixed-space-v2 {
        padding-top: 0
    }
}

/*label, li, li a, p {
    color: #333
}
*/

.wrapper {
    background: #fff
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important
}

.purchase {
    padding: 25px 0 30px;
    border-bottom: solid 1px #eee
}

    .purchase p {
        margin-bottom: 0
    }

    .purchase span {
        color: #666;
        display: block;
        font-size: 1.6rem;
        line-height: 35px;
        font-weight: 400;
        margin-bottom: 12px;
        font-family: "Open Sans",Arial,sans-serif
    }

    .purchase .btn-buy {
        text-align: center
    }

        .purchase .btn-buy a {
            margin-top: 27px
        }

            .purchase .btn-buy a i {
                margin-right: 5px
            }

@media (max-width:992px) {
    .purchase {
        text-align: center
    }

        .purchase span {
            font-size: 1.4rem;
            line-height: 29px
        }

        .purchase .btn-buy a {
            margin-top: 25px;
            font-size: 1rem
        }
}

.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px
}

    .service:hover {
        background: #fcfcfc;
        box-shadow: 0 0 5px #ddd;
        -webkit-transition: box-shadow .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out
    }

        .service:hover i {
            color: #656565
        }

    .service .desc {
        padding: 0 15px;
        overflow: hidden
    }

        .service .desc h4 {
            font-size: 1.4rem;
            line-height: 25px
        }

    .service .service-icon {
        float: left;
        padding: 10px;
        color: #5ebdca;
        font-size: 2.3rem;
        text-align: center;
        -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
    }

        .service .service-icon.icon-cogs {
            font-size: 2.4rem
        }

        .service .service-icon.icon-plane {
            font-size: 2.8rem
        }

.recent-work a {
    text-align: center;
    background: #fcfcfc;
    display: inline-block
}

    .recent-work a:hover {
        text-decoration: none
    }

        .recent-work a:hover strong {
            color: #555
        }

.recent-work em.overflow-hidden {
    display: block
}

.recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee
}

.recent-work a strong {
    color: #555;
    display: block
}

.recent-work a i {
    color: #777
}

.recent-work a img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.recent-work a:hover img {
    opacity: .8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.recent-work a:hover span {
    border-bottom: solid 2px #5ebdca;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out
}

.work {
    margin-top: 6px
}

    .work .details {
        padding: 10px
    }

    .work .caption {
        display: block;
        padding-top: 5px;
        color: #585f69 !important;
        font-size: 1.2rem !important
    }

        .work .caption:hover {
            cursor: pointer;
            color: #444 !important;
            text-decoration: underline
        }

.thumb-headline h2 {
    color: #eee;
    font-size: 1rem
}

.footer-logo {
    margin: 17px 0 20px
}

.latest-list li {
    padding: 8px 0;
    border-top: 1px solid #353535
}

    .latest-list li:first-child {
        padding-top: 0;
        border-top: none
    }

    .latest-list li a {
        color: #eee
    }

.latest-list small {
    color: #999;
    display: block
}

.link-list li {
    border-top: solid 1px #353535
}

    .link-list li:first-child {
        border-top: none !important
    }

.link-list a {
    color: #eee;
    font-size: .7rem;
    padding: 6px 0;
    display: inline-block;
    text-transform: uppercase
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px
}

.latest-tweets .latest-tweets-inner p {
    color: #555;
    font-size: .8rem
}

.latest-tweets .latest-tweets-inner a {
    text-decoration: none
}

    .latest-tweets .latest-tweets-inner a:hover {
        text-decoration: underline
    }

.latest-tweets .latest-tweets-inner i.fa {
    top: 2px;
    float: left;
    color: #bbb;
    color: #55acee;
    font-size: 1.2rem;
    margin-right: 5px;
    position: relative
}

.latest-tweets .latest-tweets-inner small {
    color: #777;
    display: block
}

.social-icons {
    margin-top: 5px
}

    .social-icons li {
        margin: 0
    }

        .social-icons li a {
            margin: 0 3px
        }

a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px
}

    .thumbnail-style:hover {
        box-shadow: 0 0 8px #ddd;
        -webkit-transition: box-shadow .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out
    }

    .thumbnail h3, .thumbnail-style h3 {
        margin: 6px 0 8px 0
    }

        .thumbnail h3 a, .thumbnail-style h3 a {
            color: #585f69;
            font-size: 1.2rem
        }

            .thumbnail h3 a:hover, .thumbnail-style h3 a:hover {
                color: #5ebdca;
                text-decoration: none
            }

    .thumbnail-style .thumbnail-img {
        position: relative;
        margin-bottom: 11px
    }

    .thumbnail-style a.btn-more {
        right: -10px;
        bottom: 10px;
        color: #fff;
        padding: 1px 6px;
        position: absolute;
        background: #5ebdca;
        display: inline-block
    }

        .thumbnail-style a.btn-more:hover {
            text-decoration: none;
            box-shadow: 0 0 0 2px #5fb611
        }

    .thumbnail-style:hover a.btn-more {
        right: 10px
    }

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg)
}

.service-alternative .service:hover {
    background: #76ca2c;
    -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
}

    .service-alternative .service:hover h4, .service-alternative .service:hover i, .service-alternative .service:hover p {
        color: #fff
    }

.service-v1 h2 {
    margin: 15px 0 10px;
    font-size: 1.3rem;
    line-height: 28px
}

.service-v1 p {
    text-align: justify
}

.posts .dl-horizontal a {
    color: #555
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden
}

    .posts .dl-horizontal dt {
        width: 60px;
        float: left
    }

        .posts .dl-horizontal dt img {
            width: 60px;
            height: 60px;
            padding: 2px;
            margin-top: 2px;
            border: solid 1px #ddd
        }

    .posts .dl-horizontal dd {
        margin-left: 70px
    }

        .posts .dl-horizontal dd p {
            margin: 0
        }

        .posts .dl-horizontal dd a {
            font-size: .9rem;
            line-height: 16px !important
        }

            .posts .dl-horizontal dd a:hover {
                color: #5ebdca;
                text-decoration: none
            }

    .posts .dl-horizontal:hover dd a, .posts .dl-horizontal:hover dt img {
        color: #5ebdca;
        border-color: #5ebdca !important;
        -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
    }

.team ul.team-socail {
    text-align: right
}

    .team ul.team-socail li {
        margin: 0 !important;
        padding: 0 !important
    }

        .team ul.team-socail li a, .team ul.team-socail li a:hover {
            text-decoration: none
        }

        .team ul.team-socail li i {
            color: #aaa;
            padding: 6px 7px;
            min-width: 30px;
            font-size: 1.2rem;
            text-align: center;
            background: #f7f7f7;
            display: inline-block
        }

            .team ul.team-socail li i:hover {
                color: #fff;
                background: #5ebdca;
                -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
            }

.team .thumbnail-style {
    padding: 12px
}

    .team .thumbnail-style img {
        margin-bottom: 7px
    }

    .team .thumbnail-style h3 {
        margin-bottom: 5px
    }

    .team .thumbnail-style:hover h3 a {
        color: #5ebdca !important
    }

    .team .thumbnail-style small {
        display: block;
        margin-top: 5px;
        font-size: .8rem
    }

.about-me {
    overflow: hidden
}

    .about-me h2 {
        margin: 0;
        font-size: 1.3rem;
        text-transform: uppercase
    }

    .about-me span {
        color: #999;
        display: block;
        font-size: .9rem;
        margin-bottom: 10px
    }

    .about-me .social-icons {
        margin-top: 7px
    }

.about-my-goals h2 {
    text-transform: uppercase
}

.about-skills {
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.gallery-page .thumbnail, .gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none
}

.gallery-page .thumbnails {
    margin-bottom: 6px
}

.privacy a {
    text-decoration: underline
}

    .privacy a:hover {
        color: #5ebdca;
        text-decoration: none
    }

.portfolio-item h2 {
    color: #555;
    font-size: 1.6rem;
    margin: 0 0 15px
}

.portfolio-item li {
    padding: 3px 0
}

.portfolio-item p a {
    text-decoration: underline
}

    .portfolio-item p a:hover {
        text-decoration: none
    }

.portfolio-item1 ul {
    margin: 10px 0 20px
}

.portfolio-item1 li {
    font-size: 1rem;
    margin-bottom: 3px
}

    .portfolio-item1 li i {
        font-size: 1.2rem;
        margin-right: 4px
    }

ul.blog-tags li {
    display: inline-block
}

ul.blog-tags a {
    font-size: .8rem;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0;
    display: inline-block
}

    ul.blog-tags a i {
        color: #666
    }

    ul.blog-tags a:hover {
        background: #5ebdca
    }

        ul.blog-tags a:hover, ul.blog-tags a:hover i {
            color: #fff !important;
            text-decoration: none;
            -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
        }

.blog-photos li {
    display: inline
}

    .blog-photos li img {
        width: 58px;
        height: 58px;
        margin: 0 2px 8px
    }

        .blog-photos li img:hover {
            box-shadow: 0 0 0 2px #5ebdca
        }

.blog-twitter .blog-twitter-inner {
    padding: 10px;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 10px
}

    .blog-twitter .blog-twitter-inner, .blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

        .blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
            width: 0;
            height: 0;
            right: 0;
            bottom: 0;
            content: " ";
            display: block;
            position: absolute
        }

        .blog-twitter .blog-twitter-inner:after {
            border-top: 15px solid #eee;
            border-right: 15px solid transparent;
            border-left: 0 solid transparent;
            border-left-style: inset;
            border-right-style: inset
        }

        .blog-twitter .blog-twitter-inner:before {
            border-bottom: 15px solid #fff;
            border-right: 0 solid transparent;
            border-left: 15px solid transparent;
            border-left-style: inset;
            border-bottom-style: inset
        }

        .blog-twitter .blog-twitter-inner:hover {
            border-color: #5ebdca;
            border-top-color: #5ebdca
        }

            .blog-twitter .blog-twitter-inner:hover:after {
                border-top-color: #5ebdca
            }

        .blog-twitter .blog-twitter-inner span.twitter-time {
            color: #777;
            display: block;
            font-size: .7rem
        }

        .blog-twitter .blog-twitter-inner a {
            color: #5ebdca;
            text-decoration: none
        }

            .blog-twitter .blog-twitter-inner a:hover {
                text-decoration: underline
            }

        .blog-twitter .blog-twitter-inner i.fa {
            top: 2px;
            color: #bbb;
            font-size: 1.2rem;
            position: relative
        }

.who li {
    margin-bottom: 6px
}

    .who li i {
        color: #5ebdca;
        font-size: .8rem;
        min-width: 15px;
        margin-right: 8px;
        text-align: center;
        position: relative
    }

    .who li:hover a, .who li:hover i {
        color: #777
    }

        .who li:hover a:hover {
            text-decoration: none
        }

.fullwidthbanner-container.slider-promo {
    max-height: 460px !important
}

.slider-promo-info-bg {
    padding: 25px 20px 20px
}

.slider-promo-info span.big-size {
    color: #fff;
    display: block;
    font-size: 2rem;
    margin-bottom: 25px;
    text-shadow: none !important
}

.slider-promo-info p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0
}

.promo-box {
    padding: 20px;
    margin: 25px 0 20px;
    text-align: center
}

    .promo-box i {
        display: block;
        font-size: 3.3rem
    }

    .promo-box p {
        font-size: .9rem;
        margin-bottom: 0
    }

    .promo-box strong, .promo-box strong a {
        color: #555;
        display: block;
        font-size: 1.3rem;
        font-weight: 200;
        margin: 20px 0 15px
    }

    .promo-box:hover strong, .promo-box:hover strong a {
        color: #5ebdca
    }

.promo-service {
    margin-bottom: 20px
}

    .promo-service li {
        margin-bottom: 5px
    }

    .promo-service a.btn-u {
        margin: 0 20px 10px 0
    }

.title-box {
    font-size: 1rem;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: solid 1px #eee
}

    .title-box .title-box-text {
        color: #555;
        display: block;
        font-size: 2.3rem;
        font-weight: 200
    }

@media (max-width:768px) {
    .title-box .title-box-text {
        font-size: 1.7rem;
        line-height: 34px;
        margin-bottom: 10px
    }

    .title-box p {
        font-size: 1rem
    }
}

.block-blockquote {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc
}

.block-blockquote-inner {
    padding: 15px
}

.block-blockquote p {
    font-size: 1.7rem;
    margin-bottom: 0
}

.info-blocks {
    margin-bottom: 15px
}

    .info-blocks:hover i.icon-info-blocks {
        color: #5ebdca;
        -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
    }

    .info-blocks i.icon-info-blocks {
        float: left;
        color: #777;
        font-size: 2rem;
        min-width: 50px;
        margin-top: 10px;
        text-align: center
    }

    .info-blocks .info-blocks-in {
        padding: 0 10px;
        overflow: hidden
    }

        .info-blocks .info-blocks-in h3 {
            color: #555;
            font-size: 1.3rem;
            line-height: 28px
        }

        .info-blocks .info-blocks-in p {
            font-size: .8rem
        }

.brand-page .btn {
    margin-bottom: 10px
}

.form-page input, .form-page select {
    margin-bottom: 10px
}

ul.labels-demo {
    margin: 5px 0
}

    ul.labels-demo li {
        list-style: none;
        display: inline-block;
        margin: 0 5px 2px 0
    }

.badge-sidebar {
    border-left: solid 1px #eee
}

@media (max-width:991px) {
    .badge-sidebar {
        border-left: none
    }
}

.line-icon-page .item-box {
    width: 25%;
    float: left;
    height: 90px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 -1px -1px 0;
    word-wrap: break-word;
    border: 1px solid #ddd
}

@media (max-width:768px) {
    .line-icon-page .item-box {
        height: 115px
    }
}

@media (max-width:450px) {
    .line-icon-page .item-box {
        height: 130px
    }
}

.line-icon-page .item-box:hover {
    background: #fafafa
}

.line-icon-page .item span {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px
}

.line-icon-page .item:hover {
    color: #5ebdca
}

.icon-page-fa {
    margin-bottom: 20px
}

    .icon-page-fa .item-box {
        float: left;
        height: 100px;
        width: 16% !important
    }

    .icon-page-fa .item {
        font-size: .8rem
    }

        .icon-page-fa .item i {
            color: #555;
            display: block;
            font-size: 1.6rem;
            margin-bottom: 10px
        }

@media (max-width:767px) {
    .icon-page-fa .item-box {
        width: 20% !important
    }
}

@media (max-width:600px) {
    .icon-page-fa .item-box {
        width: 30% !important
    }
}

@media (max-width:400px) {
    .icon-page-fa .item-box {
        width: 50% !important
    }
}

.bs-glyphicons {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    padding-bottom: 1px;
    margin-bottom: 20px
}

    .bs-glyphicons li {
        width: 25%;
        float: left;
        height: 115px;
        padding: 10px;
        font-size: .7rem;
        line-height: 1.4;
        text-align: center;
        margin: 0 -1px -1px 0;
        border: 1px solid #ddd
    }

    .bs-glyphicons .glyphicon {
        display: block;
        font-size: 1.2rem;
        margin: 5px auto 10px
    }

    .bs-glyphicons li:hover {
        color: #5ebdca;
        background-color: #fafafa
    }

@media (min-width:768px) {
    .bs-glyphicons li {
        width: 12.5%
    }
}

.demo-pro-glyphicons li {
    width: 170px;
    height: 100px;
    padding: 20px 10px 30px
}

.demo-pro-glyphicons span {
    height: 40px;
    display: block
}

    .demo-pro-glyphicons span:before {
        color: #555;
        padding: 10px 62px
    }

    .demo-pro-glyphicons span.glyphicons:before {
        font-size: 1.4rem
    }

    .demo-pro-glyphicons span.halflings {
        height: 30px
    }

        .demo-pro-glyphicons span.halflings:before {
            padding: 10px 70px
        }

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.map-box {
    height: 250px
}

.map-box-space {
    margin-top: 15px
}

.map-box-space1 {
    margin-top: 7px
}

.service-or {
    overflow: hidden;
    position: relative
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,.1);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg)
}

.easy-block-v1 {
    position: relative
}

    .easy-block-v1 img {
        width: 100%
    }

    .easy-block-v1 .overflow-h h3 {
        width: 60%;
        float: left;
        font-size: 1.2rem;
        line-height: 24px;
        margin-bottom: 5px
    }

    .easy-block-v1 .easy-block-v1-badge {
        left: 0;
        top: 10px;
        z-index: 1;
        color: #fff;
        padding: 4px 10px;
        position: absolute
    }

.easy-block-v2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

    .easy-block-v2 img {
        width: 100%
    }

    .easy-block-v2 .easy-bg-v2 {
        top: 5px;
        color: #fff;
        width: 100px;
        padding: 5px;
        right: -32px;
        font-size: .8rem;
        position: absolute;
        text-align: center;
        letter-spacing: 2px;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

.easy-block-v3 {
    text-align: left;
    background: #585f69;
    padding: 30px 20px 20px
}

    .easy-block-v3.first {
        background: #696f77
    }

    .easy-block-v3.second {
        background: #707780
    }

    .easy-block-v3.third {
        background: #787f88
    }

    .easy-block-v3 i {
        color: #fff;
        float: left;
        font-size: 2rem;
        min-width: 45px;
        padding-top: 10px
    }

    .easy-block-v3 .inner-faq-b {
        overflow: hidden
    }

        .easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3 {
            font-size: 1.4rem;
            margin-bottom: 8px
        }

        .easy-block-v3 .inner-faq-b h4 {
            color: #fff;
            font-size: 1.1rem;
            margin-bottom: 2px
        }

        .easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3, .easy-block-v3 .inner-faq-b p {
            color: #fff
        }

.full-w-block {
    padding: 30px 0;
    background: #282828
}

    .full-w-block .info-blocks i, .full-w-block .info-blocks-in h3 {
        color: #fff
    }

    .full-w-block .info-blocks-in p {
        color: #ccc
    }

    .full-w-block .info-blocks:hover i.icon-info-blocks {
        color: #fff
    }

.simple-block {
    margin-bottom: 20px
}

    .simple-block img {
        width: 100%
    }

    .simple-block p {
        text-align: center
    }

    .simple-block .carousel-indicators {
        top: 10px;
        left: 65%;
        text-align: right
    }

        .simple-block .carousel-indicators .active {
            background: #555
        }

        .simple-block .carousel-indicators li {
            border-color: #555
        }

    .simple-block .carousel-inner > .item {
        margin: 0
    }

    .simple-block .responsive-video {
        margin-bottom: 3px
    }

.two-blocks {
    text-align: center
}

.two-blocks-in {
    margin-bottom: 30px
}

    .two-blocks-in i {
        color: #fff;
        padding: 11px;
        font-size: 2rem;
        min-width: 50px;
        text-align: center;
        background: #585f69;
        margin-bottom: 10px;
        display: inline-block
    }

.three-blocks {
    text-align: center
}

.three-blocks-in {
    margin-bottom: 30px
}

    .three-blocks-in i {
        color: #777;
        padding: 9px 6px;
        font-size: 1.3rem;
        min-width: 40px;
        margin-bottom: 10px;
        border: 1px solid #777
    }

    .three-blocks-in h3 {
        font-size: 1.3rem;
        margin-bottom: 7px
    }

.banner-info {
    margin-bottom: 10px
}

    .banner-info i {
        float: left;
        color: #fff;
        padding: 11px;
        min-width: 40px;
        font-size: 1.4rem;
        text-align: center;
        margin: 7px 20px 0 0
    }

        .banner-info i.fa {
            min-width: 46px
        }

    .banner-info.light i {
        border: 1px solid #fff
    }

    .banner-info.dark i {
        background: #555
    }

    .banner-info h3 {
        font-size: 1.4rem;
        margin-bottom: 5px
    }

    .banner-info.light h3 {
        color: #fff
    }

    .banner-info.light p {
        color: #eee
    }

.title-box-v2 {
    text-align: center;
    margin-bottom: 40px
}

    .title-box-v2 h2 {
        font-size: 1.6rem;
        text-transform: uppercase
    }

    .title-box-v2 p {
        font-size: .8rem
    }

.no-space {
    padding: 0
}

.no-space-left {
    padding-left: 0;
    padding-right: 15px !important
}

.no-space-right {
    padding-right: 0;
    padding-left: 15px !important
}

.list-style-v1 li {
    margin-bottom: 7px
}

.list-style-v1 i {
    margin-right: 5px
}

.social-contacts li {
    padding: 5px 0;
    border-top: 1px solid #ddd
}

    .social-contacts li:first-child {
        border-top: none
    }

    .social-contacts li i {
        color: #777;
        font-size: .8rem;
        min-width: 13px;
        margin-right: 12px;
        text-align: center
    }

.status-bar li {
    padding-left: 9px;
    border-left: 1px solid #eee
}

    .status-bar li:first-child {
        border-left: none
    }

    .status-bar li i {
        color: #5ebdca;
        margin-right: 5px
    }

    .status-bar li a:hover {
        text-decoration: none
    }

.status-bar-in {
    padding: 10px;
    position: relative;
    background: #f0f0f0
}

    .status-bar-in:after {
        width: 0;
        height: 0;
        top: -10px;
        left: 50px;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 11px solid #f0f0f0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-left-style: inset;
        border-right-style: inset
    }

.share-list {
    margin-bottom: 0
}

    .share-list li {
        padding-left: 20px
    }

        .share-list li:first-child {
            padding-left: 0
        }

        .share-list li i {
            color: #5ebdca;
            margin-right: 5px
        }

.people-say img {
    float: left;
    width: 40px;
    height: auto;
    margin: 6px 10px 0 0
}

.people-say .overflow-h span {
    font-weight: 700
}

.people-say .overflow-h p {
    font-style: italic;
    line-height: 1.3
}

.people-say .overflow-h small {
    text-align: right;
    font-style: italic
}

img.img-mouse {
    width: 150px;
    height: auto;
    margin: 0 auto 60px
}

.service-info {
    position: relative;
    padding: 40px 0 50px
}

    .service-info .info-description {
        overflow: hidden
    }

    .service-info i.service-info-icon {
        color: #777;
        float: left;
        width: 50px;
        height: 50px;
        padding: 15px;
        font-size: 1.3rem;
        line-height: 17px;
        margin-right: 20px;
        text-align: center;
        display: inline-block;
        border: 1px solid #777
    }

    .service-info .info-description h3 {
        margin: 0 0 10px
    }

    .service-info .info-description p {
        color: #777
    }

.project-details li {
    color: #555;
    font-weight: 200;
    margin-bottom: 5px
}

.project-details strong {
    min-width: 100px;
    display: inline-block
}

.project-details a {
    text-decoration: underline
}

.testimonials-bs {
    padding: 50px 0
}

    .testimonials-bs .headline-center-v2 span.author {
        color: #777;
        font-size: .9rem
    }

    .testimonials-bs .item {
        margin-bottom: 30px
    }

    .testimonials-bs .carousel-arrow {
        text-align: center
    }

    .testimonials-bs .carousel-control-v2 i {
        color: #888;
        width: 30px;
        height: 30px;
        padding: 2px;
        font-size: 1.4rem;
        display: inline-block;
        border: 2px solid #888
    }

        .testimonials-bs .carousel-control-v2 i:hover {
            color: #5ebdca;
            border-color: #5ebdca;
            text-decoration: none;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

    .testimonials-bs .carousel-control-v2.left, .testimonials-bs .carousel-control-v2.right {
        text-decoration: none;
        background-image: none
    }

.team-v1 li > h3 {
    color: #555
}

.img-hover-v1 span {
    display: block;
    overflow: hidden;
    position: relative
}

    .img-hover-v1 span:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

.img-hover-v1:hover span:after {
    background: rgba(0,0,0,.3)
}

.img-hover-v1 img, .img-hover-v1 span:after, .img-hover-v2 img {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.img-hover-v1:hover img {
    -transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.img-hover-v2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.img-hover-v2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.block-grid-v1 {
    background: #fff;
    padding: 15px 15px 5px;
    border-bottom: solid 2px #eee;
    -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
}

    .block-grid-v1:hover {
        border-color: #72c02c
    }

    .block-grid-v1 img {
        margin-bottom: 10px
    }

        .block-grid-v1 img.block-grid-v1-img {
            width: 35px;
            height: 35px;
            margin-top: 8px
        }

    .block-grid-v1.content-boxes-v1 img.pull-left {
        float: inherit !important
    }

    .block-grid-v1 h3 a {
        font-size: 1.4rem;
        font-weight: 200;
        margin-right: 10px
    }

    .block-grid-v1.content-boxes-v1 h3 {
        margin-bottom: 0
    }

        .block-grid-v1.content-boxes-v1 h3 a {
            color: #555
        }

    .block-grid-v1 .star-vote {
        padding: 0;
        margin-bottom: 10px;
        vertical-align: middle
    }

        .block-grid-v1 .star-vote li {
            padding: 0;
            font-size: .7rem;
            display: inline-block
        }

.block-grid-v1-add-info {
    margin: 0;
    padding-top: 15px;
    border-top: solid 1px #eee
}

    .block-grid-v1-add-info li {
        padding: 0;
        margin-right: 3px;
        margin-bottom: 10px
    }

        .block-grid-v1-add-info li a {
            font-size: .7rem;
            padding: 4px 7px;
            text-decoration: none;
            border: solid 2px #eee;
            border-radius: 3px !important
        }

.block-grid-v2 {
    padding: 0
}

    .block-grid-v2 li {
        list-style: none;
        position: relative;
        -webkit-backface-visibility: hidden
    }

.block-grid-v2-info {
    padding: 15px;
    text-align: center;
    background: #f9f9f9;
    border-bottom: solid 3px #eee;
    -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
}

.block-grid-v2 li:hover .block-grid-v2-info {
    border-color: #72c02c
}

.block-grid-v2-info h3 {
    font-size: 1.4rem;
    font-weight: 200;
    margin-bottom: 10px
}

.block-grid-v2-info .star-vote li {
    padding: 2px;
    font-size: 1rem
}

.service-box-v1 .service-block {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px
}

.service-box-v1 p {
    position: relative;
    margin-bottom: 50px
}

    .service-box-v1 p:after {
        content: " ";
        left: 50%;
        height: 1px;
        width: 50px;
        bottom: -15px;
        position: absolute;
        margin-left: -25px;
        background: #72c02c
    }

.service-box-v1 ul {
    padding: 0 40px
}

.service-box-v1 li {
    margin: 8px 0;
    font-size: 1rem;
    padding-top: 8px;
    border-top: dotted 1px #72c02c
}

    .service-box-v1 li:hover {
        color: #72c02c
    }

    .service-box-v1 li:first-child {
        padding-top: 0;
        border-top: none
    }

.service-block-v1 {
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding: 45px 20px 20px;
    border: 1px solid #f2f2f2
}

    .service-block-v1 i {
        left: 50%;
        top: -30px;
        color: #fff;
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
        line-height: 62px;
        margin-left: -30px;
        text-align: center;
        position: absolute;
        background: #72c02c;
        display: inline-block
    }

    .service-block-v1 h3, .service-block-v1 p {
        margin-bottom: 20px
    }

.service-block-v2 .service-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255,255,255,.2)
}

    .service-block-v2 .service-block-in i {
        font-size: 2.6rem
    }

    .service-block-v2 .service-block-in h4 {
        line-height: 25px
    }

    .service-block-v2 .service-block-in p {
        margin-bottom: 20px
    }

    .service-block-v2 .service-block-in h4, .service-block-v2 .service-block-in i, .service-block-v2 .service-block-in p {
        color: #fff
    }

.service-block-v3 {
    padding: 20px
}

    .service-block-v3 i {
        color: #fff;
        float: left;
        font-size: 3.3rem;
        margin: 0 20px 20px 0
    }

    .service-block-v3 .service-heading, .service-block-v3 .service-in small {
        color: #fff;
        opacity: .8;
        line-height: 1
    }

    .service-block-v3 .counter, .service-block-v3 .service-in h4 {
        color: #fff
    }

    .service-block-v3 .service-heading {
        font-size: 1rem;
        text-transform: uppercase
    }

    .service-block-v3 .counter {
        display: block;
        line-height: 1;
        font-size: 2rem
    }

    .service-block-v3 .progress {
        margin-bottom: 7px
    }

    .service-block-v3 .service-in small {
        font-size: 1rem;
        text-transform: uppercase
    }

    .service-block-v3 .service-in h4 {
        font-size: 1rem;
        line-height: .8;
        margin-bottom: 0
    }

    .service-block-v3 .statistics .heading-xs {
        color: #fff;
        opacity: .8
    }

    .service-block-v3 .statistics small {
        color: #fff
    }

    .service-block-v3 .statistics .progress {
        background: #bbb
    }

    .service-block-v3 .statistics .progress-bar-light {
        background: #fff
    }

.service-block-v4 {
    position: relative;
    background: #f7f7f7
}

    .service-block-v4:after {
        top: 0;
        width: 0;
        height: 0;
        left: 50%;
        content: '';
        margin-left: -20px;
        position: absolute;
        border-style: solid;
        border-width: 25px 20px 0 20px;
        border-color: #fff transparent transparent transparent
    }

    .service-block-v4 .service-desc {
        text-align: center
    }

        .service-block-v4 .service-desc i {
            color: #72c02c;
            display: block;
            font-size: 2rem;
            margin-bottom: 20px
        }

        .service-block-v4 .service-desc h3 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            text-transform: uppercase
        }

.service-block-v5 {
    text-align: center;
    background: #f7f7f7
}

    .service-block-v5 .service-inner {
        padding: 80px 40px
    }

        .service-block-v5 .service-inner i {
            margin-bottom: 30px
        }

        .service-block-v5 .service-inner span {
            display: block;
            font-size: 1.2rem;
            font-weight: 200;
            margin-bottom: 15px;
            text-transform: uppercase
        }

    .service-block-v5 .service-border {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }

@media (max-width:992px) {
    .service-block-v5 .service-border {
        border-left: none;
        border-right: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
}

.service-block-v6 i {
    float: left;
    margin: 5px 15px 0 0
}

.service-block-v6 .service-desc {
    overflow: hidden
}

    .service-block-v6 .service-desc h2 {
        font-size: 1.2rem;
        margin: 0 0 10px;
        text-transform: uppercase
    }

    .service-block-v6 .service-desc a {
        text-transform: uppercase
    }

.service-block-v7 {
    margin-top: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding: 45px 20px 20px
}

    .service-block-v7 i {
        left: 50%;
        top: -25px;
        color: #fff;
        width: 45px;
        height: 45px;
        font-size: 1.4rem;
        line-height: 46px;
        text-align: center;
        position: absolute;
        background: #72c02c;
        margin-left: -22.5px;
        display: inline-block
    }

    .service-block-v7 h3, .service-block-v7 p {
        margin-bottom: 20px
    }

.service-block-v8 {
    padding: 25px;
    background: #fff
}

    .service-block-v8 i {
        color: #555;
        float: left;
        font-size: 1.4rem;
        margin: 5px 25px 0 0
    }

    .service-block-v8 .service-block-desc {
        overflow: hidden
    }

        .service-block-v8 .service-block-desc h3 {
            font-size: 1.2rem;
            margin: 0 0 30px;
            position: relative;
            text-transform: uppercase
        }

            .service-block-v8 .service-block-desc h3:after {
                left: 0;
                top: 40px;
                height: 1px;
                width: 30px;
                content: " ";
                position: absolute;
                background: #72c02c
            }

.process-v1 .process-in {
    text-align: center
}

    .process-v1 .process-in > li i {
        z-index: 1;
        width: 30px;
        height: 30px;
        position: relative;
        text-align: center;
        background: #72c02c;
        margin-bottom: 15px;
        display: inline-block;
        border: solid 9px #fff
    }

        .process-v1 .process-in > li i:after {
            top: -9px;
            left: -9px;
            right: -9px;
            bottom: -9px;
            content: " ";
            border-radius: 50%;
            position: absolute;
            border: 1px solid #bbb
        }

    .process-v1 .process-in .process-desc {
        padding: 0 20px
    }

    .process-v1 .process-in > li h3 {
        font-size: 1rem;
        font-weight: 600;
        margin: 0 0 10px;
        text-transform: uppercase
    }

.process-v1 .process-border {
    position: relative
}

    .process-v1 .process-border:before {
        top: 15px;
        width: 75%;
        left: 12%;
        content: " ";
        display: block;
        position: absolute;
        border-top: solid 2px #ddd
    }

@media (max-width:768px) {
    .process-v1 .process-border:before {
        border: none
    }
}

.team-v1 ul {
    position: relative
}

.team-v1 li > .team-img {
    position: relative
}

    .team-v1 li > .team-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: 0 0;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

.team-v1 li:hover > .team-img:after {
    background: rgba(0,0,0,.5)
}

.team-v1 li > .team-img ul {
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 36px;
    list-style: none;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v1 li:hover > .team-img ul {
    top: 50%;
    visibility: visible
}

.team-v1 li > .team-img ul li {
    margin: 0 5px;
    text-align: center;
    display: inline-block
}

.team-v1 li > .team-img li i {
    color: #eee;
    border-width: 2px;
    border-color: #eee;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out
}

    .team-v1 li > .team-img li i.fa-twitter:hover {
        color: #fff;
        background: #3498db;
        border-color: #3498db
    }

    .team-v1 li > .team-img li i.fa-facebook:hover {
        color: #fff;
        background: #4765a0;
        border-color: #4765a0
    }

    .team-v1 li > .team-img li i.fa-google-plus:hover {
        color: #fff;
        background: #e74c3c;
        border-color: #e74c3c
    }

.team-v1 li > h3 {
    color: #000;
    font-size: 1.2rem;
    line-height: 20px;
    margin: 15px 0 7px;
    text-transform: uppercase
}

.team-v1 li > h4 {
    color: #999;
    font-size: .7rem;
    line-height: 16px;
    text-transform: uppercase
}

.team-v1 li > p {
    margin: 20px 0;
    position: relative
}

    .team-v1 li > p:before {
        left: 0;
        top: -10px;
        height: 2px;
        width: 40px;
        content: " ";
        position: absolute;
        background: #bbb;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

.team-v1 li:hover > p:before {
    width: 100%;
    background: #72c02c
}

.team-v2 {
    position: relative;
    margin-bottom: 20px
}

    .team-v2 img {
        width: 100%
    }

    .team-v2 .inner-team {
        padding: 20px;
        background: #fff;
        text-align: center
    }

        .team-v2 .inner-team h3 {
            margin: 0
        }

        .team-v2 .inner-team small {
            display: block;
            font-size: .8rem;
            margin-bottom: 7px
        }

        .team-v2 .inner-team p {
            font-size: .8rem
        }

        .team-v2 .inner-team hr {
            margin: 10px 0 15px
        }

.team-social {
    margin-bottom: 0
}

    .team-social li {
        padding: 0 2px
    }

        .team-social li a {
            font-size: .9rem;
            padding: 6px 4px;
            text-align: center;
            border-radius: 50% !important
        }

        .team-social li i {
            min-width: 20px
        }

        .team-social li a.fb {
            color: #4862a3;
            border: 1px solid #4862a3
        }

        .team-social li a.tw {
            color: #159ceb;
            border: 1px solid #159ceb
        }

        .team-social li a.gp {
            color: #dc4a38;
            border: 1px solid #dc4a38
        }

        .team-social li a:hover {
            text-decoration: none
        }

        .team-social li a.fb:hover {
            color: #fff;
            background: #4862a3
        }

        .team-social li a.tw:hover {
            color: #fff;
            background: #159ceb
        }

        .team-social li a.gp:hover {
            color: #fff;
            background: #dc4a38
        }

.team-v3 .team-img {
    position: relative
}

    .team-v3 .team-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

    .team-v3 .team-img:hover:after {
        background: rgba(0,0,0,.5);
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .team-v3 .team-img > img {
        width: 100%
    }

.team-v3 .team-hover {
    left: 0;
    top: 60%;
    z-index: 1;
    padding: 0;
    width: 100%;
    padding: 20px;
    list-style: none;
    margin-top: -90px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v3 .team-img:hover .team-hover {
    top: 50%;
    visibility: visible
}

.team-v3 .team-hover small, .team-v3 .team-hover span {
    color: #fff;
    display: block
}

.team-v3 .team-hover span {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase
}

.team-v3 .team-hover small {
    font-size: .8rem;
    font-weight: 200;
    margin-bottom: 10px
}

.team-v3 .team-hover p {
    color: #fff;
    font-weight: 200;
    margin-bottom: 20px
}

.team-v3 .team-hover .team-social-v3 i {
    color: #fff;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: .9rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff
}

    .team-v3 .team-hover .team-social-v3 i:hover {
        color: #666;
        background: #fff;
        text-decoration: none;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

.team-v4 {
    text-align: center
}

    .team-v4 img {
        width: 100%;
        margin-bottom: 20px
    }

    .team-v4 span {
        color: #333;
        display: block;
        font-size: 1.2rem;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .team-v4 small {
        color: #999;
        display: block;
        font-size: .8rem;
        font-style: italic;
        margin-bottom: 10px
    }

    .team-v4 .team-social-v4 a {
        color: #555;
        font-size: 1rem
    }

        .team-v4 .team-social-v4 a:hover {
            color: #72c02c;
            text-decoration: none
        }

.team-v5 {
    text-align: center
}

    .team-v5 span {
        color: #555;
        display: block;
        font-size: 1rem;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .team-v5 small {
        display: block;
        color: #72c02c;
        font-size: .8rem;
        font-style: italic;
        position: relative;
        margin-bottom: 25px
    }

        .team-v5 small:after {
            left: 50%;
            top: 30px;
            height: 1px;
            width: 30px;
            content: " ";
            background: #777;
            margin-left: -15px;
            position: absolute
        }

    .team-v5 .team-img {
        position: relative
    }

        .team-v5 .team-img:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out
        }

        .team-v5 .team-img:hover:after {
            background: rgba(0,0,0,.5);
            transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

        .team-v5 .team-img > img {
            width: 100%;
            margin-bottom: 20px
        }

    .team-v5 .team-hover {
        left: 0;
        top: 60%;
        z-index: 1;
        padding: 0;
        width: 100%;
        list-style: none;
        margin-top: -16px;
        text-align: center;
        visibility: hidden;
        position: absolute;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .team-v5 .team-img:hover .team-hover {
        top: 50%;
        visibility: visible
    }

    .team-v5 .team-hover .team-social-v5 i {
        color: #fff;
        width: 33px;
        height: 33px;
        padding: 9px;
        font-size: .9rem;
        text-align: center;
        display: inline-block;
        border: 1px solid #fff
    }

        .team-v5 .team-hover .team-social-v5 i:hover {
            color: #666;
            background: #fff;
            text-decoration: none;
            transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

.team-v6 {
    text-align: center
}

    .team-v6 img {
        width: 100%;
        margin-bottom: 20px
    }

    .team-v6 span {
        color: #777;
        display: block;
        font-size: 1rem;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .team-v6 small {
        display: block;
        color: #72c02c;
        font-size: .8rem;
        margin-bottom: 15px
    }

.team-v7 .team-v7-in {
    padding: 0 50px
}

.team-v7 .team-v7-name {
    color: #555;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-transform: uppercase
}

.team-v7 .team-v7-position {
    display: block;
    color: #72c02c;
    font-style: normal;
    margin-bottom: 15px
}

.team-v7 p {
    font-size: .9rem;
    line-height: 24px;
    margin-bottom: 20px
}

.team-v7 .team-v7-name {
    margin-top: 60px
}

.team-v7 .social-icons-v1 {
    margin-bottom: 60px
}

.team-v7 .team-v7-img {
    position: relative
}

    .team-v7 .team-v7-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.1)
    }

.team-v7 .team-arrow-left, .team-v7 .team-arrow-right {
    position: relative
}

    .team-v7 .team-arrow-left:before, .team-v7 .team-arrow-right:before {
        width: 0;
        height: 0;
        top: 20%;
        z-index: 2;
        content: " ";
        position: absolute;
        border-style: solid
    }

    .team-v7 .team-arrow-right:before {
        right: -25px;
        border-width: 20px 0 20px 25px;
        border-color: transparent transparent transparent #fff
    }

    .team-v7 .team-arrow-left:before {
        left: -25px;
        border-width: 20px 25px 20px 0;
        border-color: transparent #fff transparent transparent
    }

@media (max-width:991px) {
    .team-v7 .team-arrow-left:before, .team-v7 .team-arrow-right:before {
        top: auto;
        left: 70px;
        bottom: -25px;
        border-width: 25px 20px 0 20px;
        border-color: #fff transparent transparent transparent
    }

    .team-v7 .team-arrow-left:before, .team-v7 .team-arrow-right:before {
        left: 70px;
        bottom: -25px;
        border-width: 25px 20px 0 20px
    }

    .team-v7 .equal-height-column {
        height: auto !important
    }
}

.call-action-v1 p {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 200;
    margin-bottom: 0
}

.call-action-v1 .call-action-v1-box {
    width: 100%;
    display: table;
    padding: 30px 0;
    vertical-align: middle
}

.call-action-v1 .call-action-v1-in {
    display: table-cell;
    vertical-align: middle
}

    .call-action-v1 .call-action-v1-in.inner-btn {
        min-width: 250px;
        text-align: right
    }

@media (max-width:992px) {
    .call-action-v1 .call-action-v1-in, .call-action-v1 .call-action-v1-in.inner-btn {
        display: block;
        text-align: center
    }

        .call-action-v1 .call-action-v1-in p {
            margin-bottom: 20px
        }
}

.call-action-v2 {
    padding: 50px 0;
    text-align: center
}

    .call-action-v2 h2 {
        font-size: 1.4rem;
        text-transform: uppercase
    }

    .call-action-v2 p {
        padding: 0 100px;
        margin-bottom: 20px
    }

@media (max-width:768px) {
    .call-action-v2 p {
        padding: inherit
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .portfolio-box {
        margin-bottom: 60px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .portfolio-box {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .portfolio-box {
        margin-bottom: 60px
    }
}

.portfolio-box a.fancybox {
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}

    .portfolio-box a.fancybox:after {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

    .portfolio-box a.fancybox:hover:after {
        background: rgba(0,0,0,.5)
    }

    .portfolio-box a.fancybox img {
        width: 100%;
        overflow: hidden;
        transition: all .5s ease 0s
    }

    .portfolio-box a.fancybox:hover img {
        transform: scale(1.1) rotate(.1deg)
    }

.portfolio-box .portfolio-box-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    min-height: 50px;
    margin-top: -25px;
    visibility: hidden;
    text-align: center;
    position: absolute
}

.portfolio-box a.fancybox:hover .portfolio-box-in {
    visibility: visible
}

    .portfolio-box a.fancybox:after, .portfolio-box a.fancybox:hover .portfolio-box-in i, .portfolio-box a.fancybox:hover:after {
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

.portfolio-box .portfolio-box-in i {
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 16px;
    font-size: 1.3rem;
    text-align: center;
    background: #72c02c;
    display: inline-block
}

.portfolio-box small.project-tag {
    display: block;
    font-size: .8rem;
    margin-bottom: 5px
}

    .portfolio-box small.project-tag, .portfolio-box small.project-tag a {
        color: #999
    }

        .portfolio-box small.project-tag i {
            margin-right: 5px
        }

        .portfolio-box small.project-tag a:hover {
            color: #72c02c
        }

.portfolio-box-v1 {
    margin: 0
}

    .portfolio-box-v1 [class^=col-] {
        padding: 0;
        overflow: hidden
    }

    .portfolio-box-v1 li {
        background: #333;
        position: relative;
        -webkit-backface-visibility: hidden
    }

        .portfolio-box-v1 li:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute
        }

        .portfolio-box-v1 li:hover:after {
            background: rgba(0,0,0,.7)
        }

        .portfolio-box-v1 li:after, .portfolio-box-v1 li:hover:after {
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v1 li img {
            width: 100%;
            overflow: hidden;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v1 li:hover img {
            -transform: scale(1.1);
            -o-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1)
        }

    .portfolio-box-v1 .portfolio-box-v1-in {
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        visibility: hidden;
        min-height: 150px;
        margin-top: -75px;
        text-align: center;
        position: absolute;
        font-family: "Open Sans",Arial,sans-serif
    }

    .portfolio-box-v1 li:hover .portfolio-box-v1-in {
        visibility: visible
    }

    .portfolio-box-v1 .portfolio-box-v1-in h3 {
        font-size: 1.4rem;
        margin-top: 20px;
        position: relative;
        margin-bottom: 20px;
        text-transform: uppercase
    }

        .portfolio-box-v1 .portfolio-box-v1-in h3:after {
            left: 50%;
            height: 1px;
            width: 40px;
            content: " ";
            bottom: -10px;
            background: #fff;
            margin-left: -20px;
            position: absolute
        }

    .portfolio-box-v1 .portfolio-box-v1-in h3, .portfolio-box-v1 .portfolio-box-v1-in p {
        color: #fff
    }

    .portfolio-box-v1 .portfolio-box-v1-in p {
        font-size: 1rem;
        margin-bottom: 20px
    }

    .portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
        font-weight: 400;
        -webkit-backface-visibility: hidden
    }

.portfolio-box-v2 {
    margin: 0 0 60px
}

    .portfolio-box-v2 [class^=col-] {
        padding: 0;
        overflow: hidden
    }

    .portfolio-box-v2 li {
        background: #333;
        overflow: hidden;
        position: relative;
        -webkit-backface-visibility: hidden
    }

        .portfolio-box-v2 li:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute
        }

        .portfolio-box-v2 li:hover:after {
            background: rgba(255,255,255,.6)
        }

        .portfolio-box-v2 li:after, .portfolio-box-v2 li:hover:after {
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v2 li img {
            width: 100%;
            overflow: hidden;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .portfolio-box-v2 li:hover img {
            -transform: scale(1.1);
            -o-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1)
        }

    .portfolio-box-v2 .portfolio-box-v2-in {
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        visibility: hidden;
        min-height: 60px;
        margin-top: -30px;
        text-align: center;
        position: absolute;
        font-family: "Open Sans",Arial,sans-serif
    }

    .portfolio-box-v2 li:hover .portfolio-box-v2-in {
        visibility: visible
    }

    .portfolio-box-v2 .portfolio-box-v2-in i {
        color: #fff;
        width: 60px;
        height: 60px;
        padding: 20px;
        font-size: 1.4rem;
        cursor: pointer;
        margin-right: 5px;
        text-align: center;
        display: inline-block;
        background: rgba(114,192,44,.8)
    }

        .portfolio-box-v2 .portfolio-box-v2-in i:hover {
            background: #72c02c
        }

.thumbnails-v1 .thumbnail-img {
    margin-bottom: 12px
}

.thumbnails-v1 h3 {
    margin-bottom: 5px
}

    .thumbnails-v1 h3 a {
        color: #555;
        font-size: 1rem;
        text-transform: uppercase
    }

.thumbnails-v1 .read-more {
    color: #72c02c;
    font-size: .8rem;
    text-transform: uppercase
}

.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative
}

    .bg-image-v1:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.5)
    }

.bg-image-v2 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative
}

    .bg-image-v2:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255,255,255,.7)
    }

.bg-image-v2-dark:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.5)
}

.bg-image-v2-dark h2, .bg-image-v2-dark p {
    color: #eee !important
}

.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center
}

    .parallax-quote:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.8)
    }

    .parallax-quote:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute
    }

.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative
}

    .parallax-quote-in p {
        color: #fff;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-family: "Open Sans",Arial,sans-serif
    }

        .parallax-quote-in p:after, .parallax-quote-in p:before {
            content: ' " ';
            position: absolute;
            font-family: Tahoma
        }

        .parallax-quote-in p:after {
            margin-left: 3px
        }

        .parallax-quote-in p:before {
            margin-left: -15px
        }

    .parallax-quote-in small {
        color: #bbb;
        font-size: .8rem;
        font-weight: 400;
        text-transform: uppercase
    }

@media (max-width:768px) {
    .parallax-quote-in {
        padding: 0 40px
    }

        .parallax-quote-in p {
            font-size: 1.3rem
        }
}

.parallax-quote-light:after {
    background: rgba(255,255,255,.9)
}

.parallax-quote-light .parallax-quote-in {
    background: #fff;
    padding: 30px 80px;
    border-bottom: solid 2px #ddd
}

    .parallax-quote-light .parallax-quote-in p {
        color: #555;
        font-size: 1.8rem;
        font-weight: 200
    }

    .parallax-quote-light .parallax-quote-in small {
        color: #555
    }

@media (max-width:768px) {
    .parallax-quote-light .parallax-quote-in {
        padding: 30px 40px
    }

        .parallax-quote-light .parallax-quote-in p {
            font-size: 1.3rem
        }

        .parallax-quote-light .parallax-quote-in small {
            font-weight: 200
        }
}

.parallax-team, .parallax-team .title-box-v2 {
    position: relative
}

    .parallax-team-dark:before, .parallax-team:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255,255,255,.9)
    }

    .parallax-team, .parallax-team .title-box-v2 {
        position: relative
    }

.parallax-team-dark:before {
    background: rgba(0,0,0,.8)
}

.parallax-counter {
    padding: 30px 0
}

    .parallax-counter .counters {
        color: #fff;
        padding: 15px 0
    }

    .parallax-counter h4 {
        color: #999;
        font-size: 1rem;
        text-transform: uppercase
    }

    .parallax-counter span.counter {
        font-size: 3.2rem
    }

.parallax-counter-v1 {
    padding: 60px 0
}

    .parallax-counter-v1 .counters {
        color: #fff;
        padding: 15px 0 10px;
        border: solid 1px #555
    }

    .parallax-counter-v1 h4 {
        color: #eee;
        font-size: 1rem;
        text-transform: uppercase
    }

    .parallax-counter-v1 span.counter {
        font-size: 2.8rem;
        line-height: 48px
    }

.parallax-counter-v2 {
    position: relative;
    padding: 80px 0 60px
}

    .parallax-counter-v2:after {
        top: 0;
        left: 50%;
        content: " ";
        margin-left: -25px;
        position: absolute;
        border-top: 25px solid #fff;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent
    }

    .parallax-counter-v2:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.02)
    }

    .parallax-counter-v2 .counters {
        padding: 20px 0;
        border-bottom: solid 2px #ddd;
        background: rgba(255,255,255,.9)
    }

        .parallax-counter-v2 .counters h4, .parallax-counter-v2 .counters span {
            color: #555;
            font-weight: 200;
            font-family: "Open Sans",Arial,sans-serif
        }

        .parallax-counter-v2 .counters span {
            font-size: 2.4rem
        }

        .parallax-counter-v2 .counters h4 {
            font-size: 1.4rem;
            text-transform: uppercase
        }

@media (max-width:992px) {
    .parallax-counter-v2 .counters {
        margin-bottom: 0 !important
    }
}

.parallax-counter-v3 {
    z-index: 1;
    height: auto;
    padding: 80px 0;
    overflow: hidden;
    text-align: center;
    position: relative
}

    .parallax-counter-v3:after {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        content: " ";
        height: 100%;
        text-align: center;
        position: absolute;
        background: rgba(0,0,0,.5)
    }

    .parallax-counter-v3 .features {
        width: 130px;
        height: 130px;
        padding: 25px;
        position: relative;
        text-align: center;
        display: inline-block;
        border-radius: 50% !important;
        background: rgba(255,255,255,.2)
    }

        .parallax-counter-v3 .features:after {
            top: -9px;
            left: -9px;
            right: -9px;
            bottom: -9px;
            content: " ";
            border-radius: 50%;
            position: absolute;
            border: 1px solid #fff
        }

        .parallax-counter-v3 .features span {
            color: #fff;
            display: block;
            font-weight: 200
        }

            .parallax-counter-v3 .features span.counter {
                font-size: 2rem
            }

            .parallax-counter-v3 .features span.features-info {
                text-transform: uppercase
            }

@media (max-width:550px) {
    .parallax-counter-v3 .features {
        width: 110px;
        height: 110px;
        padding: 22px
    }

        .parallax-counter-v3 .features:after {
            top: -7px;
            left: -7px;
            right: -7px;
            bottom: -7px
        }

        .parallax-counter-v3 .features span.counter {
            font-size: 1.3rem
        }

        .parallax-counter-v3 .features span.features-info {
            font-size: .7rem
        }
}

.parallax-counter-v4 {
    z-index: 1;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    position: relative
}

    .parallax-counter-v4:after {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        content: " ";
        height: 100%;
        text-align: center;
        position: absolute;
        background: rgba(0,0,0,.5)
    }

    .parallax-counter-v4 i {
        color: #fff;
        display: block;
        font-size: 3.3rem;
        margin-bottom: 20px
    }

    .parallax-counter-v4 span.counter {
        color: #fff;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 10px
    }

    .parallax-counter-v4 h4 {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 200;
        text-transform: uppercase
    }

.flat-bg-block-v1 {
    padding: 40px 0
}

    .flat-bg-block-v1 .checked-list.first-child {
        float: left;
        margin-right: 100px
    }

    .flat-bg-block-v1 .checked-list li {
        color: #888;
        margin-bottom: 5px
    }

    .flat-bg-block-v1 .checked-list i {
        color: #72c02c;
        margin-right: 5px
    }

    .flat-bg-block-v1 img.img-over {
        top: -70px;
        right: 10px;
        position: absolute
    }

@media (min-width:991px) and (max-width:1199px) {
    .flat-bg-block-v1 img.img-over {
        top: -18px
    }
}

@media (max-width:991px) {
    .flat-bg-block-v1 img.img-over {
        position: static
    }
}

.flat-testimonials {
    padding: 50px 0;
    background-color: #333
}

    .flat-testimonials .flat-testimonials-in {
        padding: 30px;
        text-align: center;
        background: rgba(255,255,255,.2)
    }

        .flat-testimonials .flat-testimonials-in img {
            width: 135px;
            height: 135px;
            margin: 0 auto 25px
        }

        .flat-testimonials .flat-testimonials-in h3 {
            color: #fff;
            font-size: 1.4rem;
            font-weight: 200
        }

        .flat-testimonials .flat-testimonials-in span {
            display: block;
            margin-bottom: 5px
        }

        .flat-testimonials .flat-testimonials-in p {
            color: #fff;
            font-weight: 200;
            position: relative
        }

            .flat-testimonials .flat-testimonials-in p:after, .flat-testimonials .flat-testimonials-in p:before {
                top: 5px;
                font-size: 1.4rem;
                line-height: 10px;
                position: relative
            }

            .flat-testimonials .flat-testimonials-in p:before {
                content: "“";
                padding-right: 5px
            }

            .flat-testimonials .flat-testimonials-in p:after {
                content: "”";
                padding-left: 5px
            }

.testimonials-v4 {
    overflow: hidden
}

    .testimonials-v4 .testimonials-v4-in {
        background: #fff;
        position: relative;
        margin-bottom: 40px;
        padding: 20px 20px 20px 55px;
        -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
        box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1)
    }

        .testimonials-v4 .testimonials-v4-in:before {
            color: #bbb;
            font-size: 4rem;
            content: "\201C";
            position: absolute;
            margin: -25px 0 0 -40px;
            font-family: Georgia,serif
        }

        .testimonials-v4 .testimonials-v4-in:after {
            width: 0;
            height: 0;
            left: 80px;
            content: " ";
            bottom: -30px;
            position: absolute;
            border-style: solid;
            border-width: 30px 30px 0 0;
            border-color: #fff transparent transparent transparent;
            -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
            filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1))
        }

        .testimonials-v4 .testimonials-v4-in p {
            color: #777;
            font-size: .9rem;
            font-style: italic
        }

    .testimonials-v4 img {
        float: left;
        width: 60px;
        height: auto;
        margin: 0 20px
    }

    .testimonials-v4 .testimonials-author {
        color: #555;
        display: block;
        font-size: .9rem;
        overflow: hidden;
        padding-top: 8px;
        text-transform: uppercase
    }

        .testimonials-v4 .testimonials-author em {
            font-size: .8rem;
            text-transform: capitalize
        }

.testimonials-v5 {
    padding-top: 50px;
    padding-bottom: 50px
}

    .testimonials-v5 .testimonials-desc span {
        font-size: .8rem;
        font-weight: 200
    }

    .testimonials-v5 .testimonials-desc p {
        padding: 15px;
        position: relative;
        background: #f9f9f9;
        margin-bottom: 25px
    }

        .testimonials-v5 .testimonials-desc p:after {
            width: 0;
            height: 0;
            left: 30px;
            color: #fff;
            bottom: -12px;
            content: " ";
            text-align: center;
            position: absolute;
            border-style: solid;
            border-width: 13px 10px 0 10px;
            border-color: #f9f9f9 transparent transparent transparent
        }

    .testimonials-v5 .testimonials-by {
        margin-left: 20px
    }

        .testimonials-v5 .testimonials-by img {
            float: left;
            width: 40px;
            height: auto;
            margin-right: 15px
        }

        .testimonials-v5 .testimonials-by small {
            color: #72c02c;
            font-size: .8rem
        }

        .testimonials-v5 .testimonials-by span {
            text-transform: uppercase
        }

.testimonials-v6.testimonials-wrap {
    padding-left: 70px;
    padding-right: 70px
}

.testimonials-v6 .testimonials-info {
    padding: 20px;
    background: #fff;
    border-bottom: solid 3px #eee;
    -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
}

    .testimonials-v6 .testimonials-info:hover {
        border-color: #72c02c
    }

    .testimonials-v6 .testimonials-info img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 20px
    }

.testimonials-v6 .testimonials-desc {
    overflow: hidden
}

    .testimonials-v6 .testimonials-desc p {
        margin-bottom: 15px
    }

    .testimonials-v6 .testimonials-desc span, .testimonials-v6 .testimonials-desc strong {
        color: #555;
        display: block
    }

@media (max-width:768px) {
    .testimonials-v6 .testimonials-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

.featured-blog h2 {
    font-size: 1.2rem;
    margin: 0 0 25px;
    line-height: 25px;
    position: relative
}

    .featured-blog h2:after {
        left: 0;
        z-index: 1;
        width: 30px;
        height: 2px;
        content: " ";
        bottom: -10px;
        position: absolute;
        background: #72c02c
    }

.featured-blog .featured-img {
    position: relative
}

    .featured-blog .featured-img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
    }

    .featured-blog .featured-img:hover:after {
        background: rgba(0,0,0,.3);
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .featured-blog .featured-img > img {
        width: 100%
    }

    .featured-blog .featured-img i {
        top: 60%;
        left: 50%;
        z-index: 1;
        width: 100%;
        list-style: none;
        text-align: center;
        visibility: hidden;
        position: absolute;
        margin: -17.5px 0 0 -17.5px;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .featured-blog .featured-img:hover i {
        top: 50%;
        visibility: visible
    }

    .featured-blog .featured-img i {
        color: #fff;
        width: 35px;
        height: 35px;
        padding: 11px;
        font-size: .9rem;
        text-align: center;
        display: inline-block;
        background: rgba(255,255,255,.4)
    }

        .featured-blog .featured-img i:hover {
            color: #fff;
            background: #72c02c;
            text-decoration: none;
            transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

.blog-comments img {
    width: 80px;
    height: auto
}

.blog-comments .comments-itself {
    background: #fff;
    padding: 20px 30px;
    position: relative
}

    .blog-comments .comments-itself:before {
        width: 0;
        height: 0;
        top: 20px;
        left: -17px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 15px 17px 15px 0;
        border-color: transparent #fff transparent transparent
    }

    .blog-comments .comments-itself h3 {
        margin: 0 0 10px
    }

    .blog-comments .comments-itself span {
        color: #999;
        float: right;
        font-size: .8rem
    }

    .blog-comments .comments-itself p {
        color: #999
    }

.blog-comments.blog-comments-reply {
    margin-left: 70px
}

@media (max-width:768px) {
    .blog-comments .comments-itself:before {
        display: none
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fff transparent
    }
}

.quote-v1 {
    padding: 60px 0;
    text-align: center
}

    .quote-v1 p {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 200;
        padding: 0 100px;
        position: relative;
        margin-bottom: 20px
    }

        .quote-v1 p:before {
            color: #72c02c;
            font-size: 4rem;
            content: "\201C";
            position: absolute;
            margin: -30px 0 0 -40px;
            font-family: Georgia,serif
        }

    .quote-v1 span {
        color: #fff;
        font-size: 1.2rem
    }

@media (max-width:768px) {
    .quote-v1 p {
        font-size: 1.2rem;
        padding: 0 50px
    }
}

.quote-v2 {
    text-align: center;
    padding: 85px 10% 40px
}

    .quote-v2 p {
        color: #555;
        font-size: 1rem;
        font-style: italic;
        position: relative;
        margin-bottom: 20px
    }

        .quote-v2 p:before {
            left: 50%;
            top: -75px;
            font-size: 5.3rem;
            content: "\201C";
            position: absolute;
            margin-left: -25px;
            font-family: Georgia,serif
        }

    .quote-v2 span {
        color: #555;
        font-weight: 400
    }

.social-icons-v1 i {
    color: #555;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: .9rem;
    text-align: center;
    background: #f7f7f7;
    display: inline-block
}

    .social-icons-v1 i:hover {
        color: #fff;
        background: #72c02c;
        text-decoration: none;
        transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

.shadow-wrapper {
    z-index: 1;
    position: relative
}

.box-shadow {
    background: #fff;
    position: relative
}

    .box-shadow:after, .box-shadow:before {
        top: 80%;
        left: 5px;
        width: 50%;
        z-index: -1;
        content: "";
        bottom: 15px;
        max-width: 300px;
        background: #999;
        position: absolute
    }

.shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb
}

.shadow-effect-2 {
    position: relative
}

    .shadow-effect-2:after, .shadow-effect-2:before, .shadow-effect-3:before, .shadow-effect-4:after {
        transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        box-shadow: 0 15px 10px #999;
        -moz-box-shadow: 0 15px 10px #999;
        -webkit-box-shadow: 0 15px 10px #999
    }

    .shadow-effect-2:after, .shadow-effect-4:after {
        left: auto;
        right: 5px;
        transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg)
    }

.interactive-slider-v1 {
    z-index: 1;
    padding: 120px 0 0;
    position: relative
}

    .interactive-slider-v1.img-v1 {
        background-size: cover;
        background-position: top center
    }

    .interactive-slider-v1:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,.3)
    }

    .interactive-slider-v1 h2 {
        color: #fff;
        font-size: 2.6rem;
        font-weight: 400;
        text-transform: uppercase
    }

    .interactive-slider-v1 p {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 200;
        text-transform: uppercase
    }

@media (max-width:768px) {
    .interactive-slider-v1 {
        z-index: 1;
        padding: 20px 0 0;
        position: relative
    }

        .interactive-slider-v1 h2 {
            font-size: 2rem
        }

        .interactive-slider-v1 p {
            font-size: 1.2rem
        }
}

.interactive-slider-v2 {
    z-index: 1;
    padding: 50px 0 110px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center
}

    .interactive-slider-v2.img-v1 {
        background: url(../img/structure/demo-slider.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 220px 0 220px
    }

    .interactive-slider-v2.img-v2 {
        background-size: cover;
        background-position: center center;
        padding: 30px 0 30px
    }

    .interactive-slider-v2 h1 {
        color: #fff;
        font-size: 4.6rem;
        font-weight: 600;
        line-height: 80px;
        text-transform: uppercase
    }

    .interactive-slider-v2 p {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 200;
        font-family: "Open Sans",Arial,sans-serif
    }

@media (max-width:768px) {
    .interactive-slider-v2 {
        padding: 50px 0 450px
    }

        .interactive-slider-v2 h1 {
            font-size: 3.3rem;
            line-height: 60px;
            margin-bottom: 20px
        }
}

.blog-trending li {
    margin-bottom: 20px
}

.blog-trending h3 {
    font-size: .9rem;
    margin: 0 0 5px;
    line-height: 17px
}

.blog-trending small, .blog-trending small a {
    color: #777
}

    .blog-trending small a:hover {
        color: #72c02c
    }

.blog-latest-posts li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd
}

    .blog-latest-posts li:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }

.blog-latest-posts h3 {
    font-size: .9rem;
    margin: 0 0 3px;
    line-height: 20px
}

.blog-latest-posts small, .blog-latest-posts small a {
    color: #777
}

.blog-latest-posts small {
    margin-bottom: 8px;
    display: inline-block
}

.blog-latest-posts p {
    font-size: .8rem
}

.blog-photostream {
    margin-right: -5px
}

    .blog-photostream li {
        padding: 0;
        margin: 3px 5px 5px;
        position: relative
    }

        .blog-photostream li img {
            width: 78px;
            height: auto
        }

.blog-newsletter p {
    color: #555;
    margin-bottom: 15px
}

.blog-newsletter .form-control {
    border: none
}

    .blog-newsletter .form-control:focus {
        box-shadow: none
    }

.blog-post-quote {
    padding: 35px 60px;
    background: #fff;
    text-align: center
}

    .blog-post-quote p {
        color: #555;
        font-size: 2.1rem;
        font-weight: 200;
        line-height: 45px;
        position: relative;
        margin-bottom: 20px;
        font-family: "Open Sans",Arial,sans-serif
    }

@media (max-width:768px) {
    .blog-post-quote {
        padding: 35px 25px
    }

        .blog-post-quote p {
            font-size: 1.7rem;
            line-height: 35px
        }
}

.blog-post-quote p:after, .blog-post-quote p:before {
    top: -3px;
    font-size: 2rem;
    position: relative
}

.blog-post-quote p:before {
    left: -10px;
    content: "\0022"
}

.blog-post-quote p:after {
    right: -10px;
    content: "\0022"
}

.blog-post-quote span {
    color: #555;
    font-size: 1.3rem;
    font-weight: 200
}

.blog-author {
    padding: 20px;
    background: #fff
}

    .blog-author img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 20px
    }

    .blog-author .blog-author-desc {
        overflow: hidden
    }

        .blog-author .blog-author-desc h4 {
            float: left;
            font-size: 1.2rem;
            margin: 0 0 10px;
            text-transform: uppercase
        }

        .blog-author .blog-author-desc ul {
            float: right;
            margin-top: 6px
        }

        .blog-author .blog-author-desc p {
            color: #555
        }

.blog-comments img {
    width: 80px;
    height: auto
}

.blog-comments .comments-itself {
    background: #fff;
    padding: 20px 30px;
    position: relative
}

    .blog-comments .comments-itself:before {
        width: 0;
        height: 0;
        top: 20px;
        left: -17px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 15px 17px 15px 0;
        border-color: transparent #fff transparent transparent
    }

    .blog-comments .comments-itself h3 {
        margin: 0 0 10px
    }

    .blog-comments .comments-itself span {
        color: #555;
        float: right;
        font-size: .8rem
    }

    .blog-comments .comments-itself p {
        color: #555
    }

.blog-comments.blog-comments-reply {
    margin-left: 70px
}

@media (max-width:768px) {
    .blog-comments .comments-itself:before {
        display: none
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fff transparent
    }
}

.news-section {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.news-v1 .news-v1-in {
    background: #fafafa
}

.news-v1 h3 {
    margin-bottom: 0;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 15px 15px
}

    .news-v1 h3 a {
        color: #555
    }

        .news-v1 h3 a:hover {
            color: #72c02c
        }

.news-v1 p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 20px
}

.news-v1 .news-v1-info {
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 8px 10px;
    border-top: solid 1px #eee
}

    .news-v1 .news-v1-info li {
        font-size: .8rem
    }

        .news-v1 .news-v1-info li a:hover {
            color: #72c02c;
            text-decoration: none
        }

.news-v2 .news-v2-badge {
    overflow: hidden;
    position: relative
}

    .news-v2 .news-v2-badge p {
        left: 0;
        top: 20px;
        background: #fff;
        padding: 5px 15px;
        text-align: center;
        position: absolute
    }

    .news-v2 .news-v2-badge span {
        color: #555;
        display: block;
        font-size: 1rem;
        line-height: 16px
    }

    .news-v2 .news-v2-badge small {
        color: #555;
        display: block;
        font-size: .6rem;
        text-transform: uppercase
    }

.news-v2 .news-v2-desc {
    padding: 20px;
    background: #fff
}

    .news-v2 .news-v2-desc h3 {
        margin: 0 0 3px;
        font-size: 1rem
    }

        .news-v2 .news-v2-desc h3 a {
            color: #555
        }

            .news-v2 .news-v2-desc h3 a:hover {
                color: #72c02c
            }

    .news-v2 .news-v2-desc small {
        color: #555;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase
    }

    .news-v2 .news-v2-desc p {
        color: #555
    }

.news-v3 .news-v3-in {
    padding: 35px 30px
}

.news-v3 .news-v3-in-sm {
    padding: 20px
}

.news-v3 h2 {
    font-size: 2.1rem;
    font-weight: 200;
    margin: 0 0 20px;
    line-height: 45px;
    text-transform: uppercase
}

.news-v3 .news-v3-in-sm h2 {
    font-size: 1.4rem;
    margin: 0 0 15px;
    line-height: 30px;
    text-transform: inherit
}

@media (max-width:768px) {
    .news-v3 h2 {
        font-size: 1.4rem;
        line-height: 30px
    }
}

.news-v3 h2 a {
    color: #555
}

    .news-v3 h2 a:hover {
        color: #72c02c;
        text-decoration: none
    }

.news-v3 p {
    color: #555;
    margin-bottom: 20px
}

.news-v3 .posted-info li {
    color: #555;
    font-style: italic
}

.news-v3 .news-v3-in-sm .posted-info li {
    padding: 0;
    font-size: .8rem;
    padding-left: 5px
}

    .news-v3 .news-v3-in-sm .posted-info li:before, .news-v3 .posted-info li:before {
        content: '/'
    }

.news-v3 .posted-info li:before {
    font-size: .8rem;
    line-height: 12px;
    margin-right: 13px
}

.news-v3 .news-v3-in-sm .posted-info li:before {
    font-size: .7rem;
    line-height: 11px;
    margin-right: 9px
}

.news-v3 .news-v3-in-sm .posted-info li:first-child:before, .news-v3 .posted-info li:first-child:before {
    content: " ";
    margin-right: 0
}

.news-v3 .posted-info li a {
    color: #555
}

    .news-v3 .posted-info li a:hover {
        color: #72c02c
    }

.news-v3 .post-shares {
    padding-left: 0;
    list-style: none;
    margin: 40px 0 0 -5px
}

.news-v3 .news-v3-in-sm .post-shares {
    margin: 20px 0 0 -5px
}

.news-v3 .post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block
}

    .news-v3 .post-shares li i {
        color: #555;
        width: 40px;
        height: 40px;
        padding: 13px;
        font-size: 1rem;
        background: #eee;
        text-align: center;
        display: inline-block
    }

        .news-v3 .post-shares li i:hover {
            background: #ddd
        }

    .news-v3 .post-shares li span {
        top: -5px;
        right: 6px;
        color: #fff;
        width: 22px;
        height: 22px;
        padding: 4px;
        font-size: .6rem;
        line-height: 10px;
        position: absolute;
        text-align: center;
        background: #72c02c;
        border: 2px solid #fff;
        border-radius: 50% !important
    }

.news-v3 .post-shares-lg li span {
    top: -10px;
    right: 0;
    width: 29px;
    height: 29px;
    padding: 4px;
    font-size: .6rem;
    line-height: 16px
}

.blog-grid img {
    margin-bottom: 15px
}

.blog-grid h3 {
    font-size: 1.4rem;
    margin: 0 0 10px;
    line-height: 1.4
}

.blog-grid h2.blog-grid-title-lg {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 10px
}

.blog-grid h3.blog-grid-title-sm {
    font-size: 1rem;
    line-height: 1.4
}

.blog-grid h3 a {
    color: #333
}

.blog-grid p {
    margin-bottom: 15px
}

.blog-grid-inner {
    padding: 20px;
    background: #fff;
    margin: -70px 40px 0;
    position: relative
}

.blog-grid .blog-grid-grad {
    position: relative
}

    .blog-grid .blog-grid-grad i {
        top: 10px;
        left: 10px;
        z-index: 1;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
        position: absolute;
        display: inline-block;
        background: rgba(0,0,0,.5)
    }

.blog-grid .blog-grid-info {
    padding-left: 0;
    list-style: none
}

    .blog-grid .blog-grid-info li {
        color: #888;
        padding: 0 2px;
        font-size: .8rem;
        display: inline-block
    }

        .blog-grid .blog-grid-info li:before {
            content: '/';
            font-size: .8rem;
            line-height: 1.4;
            margin-right: 9px
        }

        .blog-grid .blog-grid-info li:first-child:before {
            content: " ";
            margin-right: 0
        }

        .blog-grid .blog-grid-info li a {
            color: #888
        }

            .blog-grid .blog-grid-info li a:hover {
                text-decoration: none
            }

.blog-grid a.r-more {
    font-size: .8rem;
    font-weight: 400;
    font-style: italic;
    display: inline-block
}

    .blog-grid a.r-more:hover {
        text-decoration: none
    }

.blog-thumb {
    overflow: hidden
}

    .blog-thumb .blog-thumb-hover {
        float: left;
        position: relative;
        margin-right: 15px
    }

        .blog-thumb .blog-thumb-hover:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            -webkit-transition: all .35s,-webkit-transform .35s;
            transition: all .35s,transform .35s
        }

        .blog-thumb .blog-thumb-hover img {
            width: 120px;
            height: auto
        }

            .blog-thumb .blog-thumb-hover img.video-play-btn {
                width: 30px;
                height: 30px
            }

        .blog-thumb .blog-thumb-hover .hover-grad {
            left: 0;
            top: 50%;
            z-index: 1;
            opacity: 0;
            width: 100%;
            color: #fff;
            font-size: 1.3rem;
            margin-top: -14px;
            text-align: center;
            position: absolute;
            display: inline-block;
            -webkit-transition: all .65s,-webkit-transform .65s;
            transition: all .65s,transform .65s
        }

        .blog-thumb .blog-thumb-hover:hover .hover-grad {
            opacity: 1;
            -webkit-transition: opacity .55s,-webkit-transform .55s;
            transition: opacity .55s,transform .55s
        }

    .blog-thumb .blog-thumb-desc {
        overflow: hidden
    }

        .blog-thumb .blog-thumb-desc h3 {
            font-size: .9rem;
            margin: 0 0 5px;
            font-weight: 400;
            line-height: 1.4
        }

            .blog-thumb .blog-thumb-desc h3 a {
                color: #555
            }

    .blog-thumb .blog-thumb-info {
        padding-left: 0;
        list-style: none
    }

        .blog-thumb .blog-thumb-info li {
            color: #888;
            padding: 0 2px;
            font-size: .8rem;
            display: inline-block
        }

            .blog-thumb .blog-thumb-info li:before {
                content: '/';
                font-size: .8rem;
                line-height: 1.4;
                margin-right: 9px
            }

            .blog-thumb .blog-thumb-info li:first-child:before {
                content: " ";
                margin-right: 0
            }

            .blog-thumb .blog-thumb-info li a {
                color: #888
            }

                .blog-thumb .blog-thumb-info li a:hover {
                    color: #e74c3c
                }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
        border-radius: 50% !important
    }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover img {
        width: 50px;
        height: 50px
    }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
        font-size: 1rem;
        margin-top: -10px
    }

@-moz-keyframes play_icon {
    0% {
        background-position: 0
    }

    100% {
        background-position: -1000%
    }
}

@-webkit-keyframes play_icon {
    0% {
        background-position: 0
    }

    100% {
        background-position: -1000%
    }
}

@-o-keyframes play_icon {
    0% {
        background-position: 0
    }

    100% {
        background-position: -1000%
    }
}

@keyframes play_icon {
    0% {
        background-position: 0
    }

    100% {
        background-position: -1000%
    }
}

#form_search {
    position: relative
}

.search-box {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transform: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    background-color: #0959a8;
    max-height: 0;
    overflow: hidden
}

    .search-box.is_open {
        max-height: 500px
    }

    .search-box input[type=search] {
        margin: 8px 0;
        background: #fff;
        box-shadow: none;
        border: 1px solid #dcdcdc;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        height: 100%;
        -ms-flex: 0 1 auto;
        font-size: .875rem;
        color: #0959a8;
        min-height: 2rem;
        display: inline-block
    }

        .search-box input[type=search]::-webkit-input-placeholder {
            color: #0959a8
        }

        .search-box input[type=search]:-moz-placeholder {
            color: #0959a8;
            opacity: 1
        }

        .search-box input[type=search]::-moz-placeholder {
            color: #0959a8;
            opacity: 1
        }

        .search-box input[type=search]:-ms-input-placeholder {
            color: #0959a8
        }

        .search-box input[type=search]::-ms-input-placeholder {
            color: #0959a8
        }

    .search-box .close {
        cursor: pointer;
        color: #fff !important;
        z-index: 99;
        opacity: .8;
        padding: 12px
    }

    .search-box button[type=submit] {
        font-size: 1.375rem;
        background: 0 0;
        color: #fff
    }

    .search-box .hotkeyword {
        padding: 13px 0
    }

        .search-box .hotkeyword a, .search-box .hotkeyword span {
            color: #ffeb3b
        }

        .search-box .hotkeyword a {
            position: static !important
        }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

@media (min-width:992px) {
    .hamburger {
        display: none
    }

    .navbar-nav {
        padding-top: 0
    }

    .header .logo {
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:1200px) {
    .header .navbar-nav, .header .navbar-nav > li {
        height: auto
    }

    .header .topbar {
        width: 100%
    }

        .header .topbar ul.loginbar {
            height: 100%
        }
}

@media (max-width:992px) {
    .header .flex-menu-wrap {
        display: block
    }

    .header .topbar {
        height: auto
    }

        .header .topbar ul.loginbar {
            height: auto
        }

    .mobile-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -o-flex-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header .mega-menu .equal-height.equal-inpage {
        border: none
    }

        .header .mega-menu .equal-height.equal-inpage .equal-height-in {
            width: 100%;
            padding: 0 15px
        }

    .header .mega-menu .mega-menu-inpage {
        padding: 0 !important
    }

    .header .mega-menu .weather-index {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .equal-title {
        display: none
    }

    .header .citytownlink {
        width: 100%
    }

        .header .citytownlink + .col-md-9 {
            width: 100%
        }

        .header .citytownlink .equal-title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }

        .header .citytownlink .menu-tabs .nav-tabs li a {
            text-align: center
        }

    .dropdown-menu {
        padding: 0
    }
}

@media (max-width:480px) {
    .header .flex-menu-wrap .flex-menu {
        padding: 0
    }
}

#loading {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: #87c0ed;
    z-index: 999999
}

.loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999999;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

    .loading-img span {
        width: 8px;
        height: 8px;
        display: inline-block;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: #fff;
        position: absolute;
        opacity: 0
    }

        .loading-img span:nth-child(1) {
            left: 29.34%;
            top: 0
        }

        .loading-img span:nth-child(2) {
            left: 70.66%;
            top: 0
        }

        .loading-img span:nth-child(3) {
            left: 100%;
            top: 29.34%
        }

        .loading-img span:nth-child(4) {
            left: 100%;
            top: 70.66%
        }

        .loading-img span:nth-child(5) {
            left: 70.66%;
            top: 100%
        }

        .loading-img span:nth-child(6) {
            left: 29.34%;
            top: 100%
        }

        .loading-img span:nth-child(7) {
            left: 0;
            top: 70.66%
        }

        .loading-img span:nth-child(8) {
            left: 0;
            top: 29.34%
        }

        .loading-img span:nth-child(1) {
            -webkit-animation: load 1s 50ms ease-in-out infinite;
            -moz-animation: load 1s 50ms ease-in-out infinite;
            -o-animation: load 1s 50ms ease-in-out infinite;
            animation: load 1s 50ms ease-in-out infinite
        }

        .loading-img span:nth-child(2) {
            -webkit-animation: load 1s .1s ease-in-out infinite;
            -moz-animation: load 1s .1s ease-in-out infinite;
            -o-animation: load 1s .1s ease-in-out infinite;
            animation: load 1s .1s ease-in-out infinite
        }

        .loading-img span:nth-child(3) {
            -webkit-animation: load 1s .15s ease-in-out infinite;
            -moz-animation: load 1s .15s ease-in-out infinite;
            -o-animation: load 1s .15s ease-in-out infinite;
            animation: load 1s .15s ease-in-out infinite
        }

        .loading-img span:nth-child(4) {
            -webkit-animation: load 1s .2s ease-in-out infinite;
            -moz-animation: load 1s .2s ease-in-out infinite;
            -o-animation: load 1s .2s ease-in-out infinite;
            animation: load 1s .2s ease-in-out infinite
        }

        .loading-img span:nth-child(5) {
            -webkit-animation: load 1s .25s ease-in-out infinite;
            -moz-animation: load 1s .25s ease-in-out infinite;
            -o-animation: load 1s .25s ease-in-out infinite;
            animation: load 1s .25s ease-in-out infinite
        }

        .loading-img span:nth-child(6) {
            -webkit-animation: load 1s .3s ease-in-out infinite;
            -moz-animation: load 1s .3s ease-in-out infinite;
            -o-animation: load 1s .3s ease-in-out infinite;
            animation: load 1s .3s ease-in-out infinite
        }

        .loading-img span:nth-child(7) {
            -webkit-animation: load 1s .35s ease-in-out infinite;
            -moz-animation: load 1s .35s ease-in-out infinite;
            -o-animation: load 1s .35s ease-in-out infinite;
            animation: load 1s .35s ease-in-out infinite
        }

        .loading-img span:nth-child(8) {
            -webkit-animation: load 1s .4s ease-in-out infinite;
            -moz-animation: load 1s .4s ease-in-out infinite;
            -o-animation: load 1s .4s ease-in-out infinite;
            animation: load 1s .4s ease-in-out infinite
        }

.footer-v3 a, .footer-v3 p {
    font-size: .8rem
}

.footer-v3 .footer {
    padding: 40px 0;
    background: #eee;
    border-top: 2px solid #ddd
}

    .footer-v3 .footer .footer-toplink div {
        line-height: 1.6em
    }

        .footer-v3 .footer .footer-toplink div a {
            color: #555;
            text-decoration: none;
            border-bottom: 1px #666 dotted;
            display: inline-block;
            width: 100%;
            padding: 5px 0;
            margin: 3px 0
        }

            .footer-v3 .footer .footer-toplink div a i {
                padding-left: 5px;
                padding-right: 5px
            }

                .footer-v3 .footer .footer-toplink div a i:hover {
                    animation: move .8s ease-in-out 1
                }

.footer-v3 .thumb-headline h2 {
    color: #555;
    line-height: 22px;
    margin-bottom: 10px
}

.footer-v3 .footer p, .footer-v3 .simple-list a {
    color: #bbb
}

.footer-v3 .copyright {
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    margin: 0
}

    .footer-v3 .copyright ul {
        display: inline-flex;
        width: 33.33333%;
        float: left
    }

        .footer-v3 .copyright ul li {
            width: 100%;
            border-left: 1px solid #ddd
        }

            .footer-v3 .copyright ul li a {
                display: block;
                padding: 0 5px;
                text-align: center;
                font-size: .8rem;
                color: #777
            }

        .footer-v3 .copyright ul:first-child li:first-child {
            border-left: none
        }

    .footer-v3 .copyright p {
        color: #767676;
        margin: 1px 0;
        text-align: center
    }

        .footer-v3 .copyright p.link {
            color: #555;
            margin: 10px 0
        }

        .footer-v3 .copyright p a {
            color: #333;
            position: static
        }

            .footer-v3 .copyright p a:hover {
                text-decoration: underline
            }

    .footer-v3 .copyright .social-icons {
        margin-top: 10px
    }

@media (min-width:992px) {
    .tab-v2 .nav-tabs li a, .tab-v2.big-tab .nav-tabs li.active a {
        padding: 10px 8px 10px;
        font-size: .875rem;
        letter-spacing: 1px
    }
}

@media (max-width:992px) {
    .footer-v3 .copyright, .footer-v3 .copyright p, .footer-v3 .copyright ul {
        text-align: left
    }

        .footer-v3 .copyright .social-icons.pull-right {
            float: inherit !important
        }
}

.banner-part {
    width: 100%;
    height: 330px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover
}

    .banner-part .public-time {
        color: #fff;
        color: #222;
        padding: 10px;
        font-size: .775rem;
        letter-spacing: 1px
    }

.banner-low {
    background-position: center center
}

.banner_wrap .banner-info-outer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin: 10px auto
}

.banner_wrap .to-to {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 600px
}

    .banner_wrap .to-to li {
        width: 30%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        background: rgba(0,0,0,.5);
        border-radius: 10px;
        margin: 0 10px;
        padding: 5px
    }

        .banner_wrap .to-to li img {
            width: 50px;
            height: 50px
        }

@media (min-width:576px) {
    .banner_wrap .to-to li img {
        width: 60px;
        height: 60px
    }
}

.banner_wrap .to-to li span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .875rem;
    letter-spacing: 2px
}

    .banner_wrap .to-to li span.title {
        font-size: 1.175rem
    }

.cube {
    background: #1a67b1;
    position: absolute;
    bottom: 0
}

    .cube ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .cube ul li {
            padding: 15px;
            width: 100%;
            color: #fff;
            -ms-flex: 0 1 auto;
            text-align: center
        }

            .cube ul li i {
                display: block;
                font-size: 3.3rem;
                padding-bottom: 10px
            }

.main-title-bar-v2 {
    margin-top: 0;
    margin-bottom: 30px
}

    .main-title-bar-v2.ident20 {
        margin-left: 20px
    }

    .main-title-bar-v2 .main-title {
        font-size: 1.275rem;
        letter-spacing: 2px;
        color: #1b1b1b;
        position: relative
    }

        .main-title-bar-v2 .main-title:after {
            bottom: -2px;
            left: 0;
            height: 2px;
            width: 50%;
            content: ' ';
            margin-left: 0;
            position: absolute;
            background: #3e9fd2
        }

        .main-title-bar-v2 .main-title:before {
            bottom: -2px;
            left: 50%;
            height: 2px;
            width: 50%;
            content: ' ';
            margin-left: 0;
            position: absolute;
            background: #1170bf
        }

    .main-title-bar-v2.center {
        text-align: center
    }

        .main-title-bar-v2.center .main-title {
            margin: 0 auto;
            display: inline-block;
            padding: 0 20px
        }

.main-title-bar .default-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .main-title-bar .default-flex h2 {
        width: 100%
    }

.main-title-bar .main-title {
    font-size: 1.375rem;
    letter-spacing: 4px;
    color: #1a67b1;
    font-weight: 400;
    position: relative;
    padding: 10px 0 10px 45px;
    margin: 0
}

    .main-title-bar .main-title + a.marquee {
        max-width: 100%;
        display: block;
        padding: 10px 100px 10px 20px;
        background-color: #187ac8;
        color: #fff;
        -ms-border-radius: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
        margin: 10px 0;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .main-title-bar .main-title + a.marquee:hover {
            background-color: #5babeb
        }

            .main-title-bar .main-title + a.marquee:hover > span > span {
                opacity: 1;
                right: 35px
            }

        .main-title-bar .main-title + a.marquee > span {
            color: #fff;
            position: absolute;
            right: 15px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .main-title-bar .main-title + a.marquee > span > span {
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                opacity: 0;
                font-size: 1.125rem;
                color: #0959a8;
                position: absolute;
                right: 15px;
                top: 50%;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .main-title-bar .main-title + a.marquee > span i {
                font-size: 1.375rem
            }

        .main-title-bar .main-title + a.marquee.red {
            background-color: #d32c1b
        }

            .main-title-bar .main-title + a.marquee.red > span > span {
                color: #fff
            }

            .main-title-bar .main-title + a.marquee.red:hover {
                background-color: #ec7468
            }

    .main-title-bar .main-title > i {
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.875rem;
        color: #1a67b1
    }

.main-title-bar.type_1 .main-title {
    padding: 10px 0 10px 60px
}

    .main-title-bar.type_1 .main-title img {
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px
    }

.sm_subtitle {
    font-size: 1.125rem;
    letter-spacing: 1px;
    color: #1a67b1;
    padding: 3px 3px 3px 0;
    position: relative
}

    .sm_subtitle .notes {
        float: right
    }

    .sm_subtitle.coverage {
        margin-left: 15px
    }

        .sm_subtitle.coverage:before {
            content: '';
            background: #1a67b1;
            width: 5px;
            height: 1em;
            position: absolute;
            border-radius: 2px;
            top: 6px;
            left: -15px
        }

.xs_subtitle {
    font-size: .875rem;
    letter-spacing: 1px;
    color: #1a67b1;
    padding: 3px
}

.notes {
    font-size: .875rem;
    letter-spacing: 1px;
    color: #555
}

.heading-title {
    font-size: 1.125rem;
    letter-spacing: 1px;
    color: #555;
    position: relative;
    padding-left: 65px;
    margin-bottom: 40px
}

    .heading-title:before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        width: 56px;
        height: 71px
    }

    .heading-title.type_1 {
        color: #1a67b1
    }

        .heading-title.type_1:before {
            background: url(../../assets/img/cwb/pic/icon-title_tidal.svg) no-repeat center center;
            background-size: contain
        }

    .heading-title.type_2 {
        color: #1a67b1
    }

        .heading-title.type_2:before {
            background: url(../../assets/img/cwb/pic/icon-title_tree.svg) no-repeat center center;
            background-size: contain
        }

    .heading-title.type_3 {
        color: #1a67b1
    }

        .heading-title.type_3:before {
            background: url(../../assets/img/cwb/pic/icon-title_map.svg) no-repeat center center;
            background-size: contain
        }

    .heading-title.type_4 {
        color: #1b1b1b
    }

        .heading-title.type_4:before {
            background: url(../../assets/img/cwb/pic/icon-title_cam.svg) no-repeat center center;
            background-size: contain
        }

    .heading-title.type_5 {
        color: #cd2500
    }

        .heading-title.type_5:before {
            background: url(../../assets/img/cwb/pic/icon-title_observation.svg) no-repeat center center;
            background-size: contain
        }

        .heading-title.type_5 a {
            color: #d32c1b;
            text-decoration: underline
        }

    .heading-title.type_6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        .heading-title.type_6 a {
            color: #187ac8;
            padding: 0 .5rem;
            -ms-flex: 0 1 auto
        }

            .heading-title.type_6 a:hover {
                color: #08273f
            }

            .heading-title.type_6 a + a {
                position: relative
            }

                .heading-title.type_6 a + a::before {
                    content: '';
                    position: absolute;
                    height: 100%;
                    width: 2px;
                    left: 0;
                    bottom: 50%;
                    background: #187ac8;
                    -moz-transform: translate(-50%,50%);
                    -webkit-transform: translate(-50%,50%);
                    -o-transform: translate(-50%,50%);
                    -ms-transform: translate(-50%,50%);
                    transform: translate(-50%,50%)
                }

        .heading-title.type_6:before {
            background: url(../../assets/img/cwb/pic/icon-title_three.svg) no-repeat center center;
            background-size: contain
        }

    .heading-title.type_7 {
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px
    }

        .heading-title.type_7 a {
            color: unset;
            background-color: #a4dbd5;
            padding: .5rem;
            width: 100%;
            text-align: center;
            font-size: 1rem;
            display: block;
            flex: 1 1 0%;
            margin-right: 1px;
            margin-bottom: 1px
        }

@media (max-width:320px) {
    .heading-title.type_7 a {
        font-size: .75rem
    }
}

.heading-title.type_7 a + a {
    margin-left: 1px
}

.heading-title.type_7 a:last-child::before {
    display: none
}

.heading-title.type_7 a.active, .heading-title.type_7 a:hover {
    color: #fff !important;
    background-color: #0f7b8c
}

.heading-title.type_8 {
    color: #1a67b1;
    margin: 10px 10px 10px 0;
    display: inline-block
}

    .heading-title.type_8:before {
        content: '\e944';
        font-size: 3rem;
        top: 0;
        font-family: icomoon !important
    }

.other {
    position: relative;
    margin: 2rem 0
}

    .other > * {
        font-size: .975rem;
        letter-spacing: 1px;
        color: #555
    }

    .other .note {
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
        position: relative
    }

        .other .note::before {
            content: '';
            background: #1a67b1;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 50%
        }

    .other .note-md {
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
        position: relative
    }

        .other .note-md::before {
            content: '';
            background: #1a67b1;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 50%
        }

    .other .note-lg {
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
        position: relative
    }

        .other .note-lg::before {
            content: '';
            background: #1a67b1;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 100%
        }

    .other > ul > li {
        font-size: .9rem;
        letter-spacing: 1px;
        color: #555;
        padding-left: 18px;
        position: relative;
        margin: 10px 0
    }

        .other > ul > li:before {
            content: '';
            -ms-border-radius: 50% 50%;
            -moz-border-radius: 50% 50%;
            -webkit-border-radius: 50% 50%;
            border-radius: 50% 50%;
            position: absolute;
            left: 0;
            top: 10px;
            width: 11px;
            height: 11px;
            border: 4px solid #d32c1b;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .other > ul > li.blue:before {
            border: 4px solid #1a67b1
        }

        .other > ul > li.datalink {
            padding-left: 0
        }

            .other > ul > li.datalink a {
                color: #1a67b1
            }

                .other > ul > li.datalink a i {
                    padding-right: 2px
                }

            .other > ul > li.datalink:before {
                content: none
            }

.download-file h4 {
    border-bottom: 2px solid #3c8fd1;
    width: 50%;
    font-size: 1rem;
    padding: 10px 0
}

.download-file a {
    color: #1a67b1;
    font-size: .9rem;
    letter-spacing: 1px
}

.download-file i {
    margin-right: 4px;
    margin-left: -1px
}

.yellow-dot-title {
    font-size: .975rem;
    letter-spacing: 2px;
    color: #1a67b1;
    position: relative;
    padding-left: 15px
}

    .yellow-dot-title:before {
        content: '';
        border-radius: 100%;
        border: 3px solid orange;
        width: 11px;
        height: 11px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        top: 50%
    }

.eq_note, .eq_note_m {
    color: #555;
    margin-top: 15px;
    clear: both
}

    .eq_note.on-small, .eq_note_m.on-small {
        position: absolute;
        left: 30px;
        bottom: 35px
    }

        .eq_note.on-small > span, .eq_note_m.on-small > span {
            position: relative;
            padding: .5rem 1rem .5rem 40px;
            color: #0959a8;
            -ms-border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background: rgba(255,255,255,.8)
        }

            .eq_note.on-small > span:before, .eq_note_m.on-small > span:before {
                content: '?';
                position: absolute;
                left: .5rem;
                top: 50%;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 28px;
                height: 28px;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                border: 2px solid #0959a8;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -o-flex-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 1;
                font-size: 1.125rem
            }

            .eq_note.on-small > span:after, .eq_note_m.on-small > span:after {
                display: none
            }

            .eq_note.on-small > span:hover, .eq_note_m.on-small > span:hover {
                cursor: pointer
            }

        .eq_note.on-small ol, .eq_note_m.on-small ol {
            opacity: 0;
            -webkit-transition: all .3s cubic-bezier(.57,-.49,.25,1.5);
            -moz-transition: all .3s cubic-bezier(.57,-.49,.25,1.5);
            -o-transition: all .3s cubic-bezier(.57,-.49,.25,1.5);
            -ms-transform: all .3s cubic-bezier(.57,-.49,.25,1.5);
            transition: all .3s cubic-bezier(.57,-.49,.25,1.5);
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            position: absolute;
            padding: 15px;
            background-color: rgba(255,255,255,.8);
            width: 390px;
            bottom: 40px
        }

            .eq_note.on-small ol:after, .eq_note_m.on-small ol:after {
                content: '';
                position: absolute;
                width: 0;
                height: 4px;
                background-color: #fff;
                left: 0;
                bottom: 0
            }

            .eq_note.on-small ol.on-show, .eq_note_m.on-small ol.on-show {
                opacity: 1;
                z-index: 9;
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

                .eq_note.on-small ol.on-show:after, .eq_note_m.on-small ol.on-show:after {
                    width: 100%;
                    -webkit-transition: all 15s linear;
                    -moz-transition: all 15s linear;
                    -o-transition: all 15s linear;
                    -ms-transform: all 15s linear;
                    transition: all 15s linear
                }

    .eq_note span, .eq_note_m span {
        float: left;
        font-size: .775rem;
        letter-spacing: 1px;
        padding-right: 0
    }

        .eq_note span:after, .eq_note_m span:after {
            content: '/'
        }

    .eq_note ol, .eq_note_m ol {
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0
    }

        .eq_note ol li, .eq_note_m ol li {
            width: 100%;
            padding: 0 10px;
            text-align: left;
            position: relative;
            z-index: 0;
            padding-left: 20px
        }

            .eq_note ol li:after, .eq_note_m ol li:after {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                width: 12px;
                height: 12px;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                z-index: 1;
                background-color: transparent
            }

            .eq_note ol li:nth-child(1):after, .eq_note_m ol li:nth-child(1):after {
                background-color: #21cf42
            }

            .eq_note ol li:nth-child(2):after, .eq_note_m ol li:nth-child(2):after {
                background-color: #fed23a
            }

            .eq_note ol li:nth-child(3):after, .eq_note_m ol li:nth-child(3):after {
                background-color: #f39800
            }

            .eq_note ol li:nth-child(4):after, .eq_note_m ol li:nth-child(4):after {
                background-color: red
            }

.text-content {
    margin: 25px 0
}

span.datetime {
    font-size: .775rem;
    letter-spacing: 1px;
    color: #1a67b1;
    margin-bottom: 10px;
    display: block;
    text-align: left
}

.lititle {
    color: #1a67b1;
    font-size: .875rem;
    position: relative;
    padding: 0 15px 6px;
    border-bottom: 1px solid #f9f9f9;
    letter-spacing: 1px
}

    .lititle:before {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0
    }

.title-bar {
    background: #05335f;
    padding: 7px 15px
}

    .title-bar h3 {
        font-size: 1.125rem;
        color: #fff;
        letter-spacing: 3px;
        display: inline-block;
        margin: 0
    }

    .title-bar a {
        color: #fff;
        font-size: .875rem;
        margin: 5px
    }

        .title-bar a i {
            padding-right: 5px
        }

.new {
    border: 1px solid #d63801;
    color: #d63801;
    padding: 2px 10px;
    display: inline-block;
    text-align: center;
    font-size: .675rem;
    font-style: normal;
    margin: 0 .5rem
}

.height-100 {
    min-height: 60px
}

.height-60 {
    min-height: 60px
}

.height-auto {
    height: auto !important
}

/*.main-content {
    padding: 20px 15px
}*/

.observe .main-content {
    padding: 0 15px
}

.country .main-content {
    padding: 0 15px
}

.town .main-content {
    padding: 0 15px
}

.bg-white {
    background: #fff
}

.bg-blue {
    background: #bfe9ff
}

.border-blue {
    border: 2px solid #1a67b1
}

.border-ltr-blue {
    border: 2px solid #e4f3fe
}

.content-border-gray {
    border: 1px solid #dcdcdc;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden
}

.border-gray {
    border: 1px solid #dcdcdc
}

.flex-row-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-row-nowrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.trigger-img {
    margin: 5px
}

    .trigger-img h3 {
        background: #1a67b1;
        font-size: .875rem;
        letter-spacing: 1px;
        color: #fff;
        margin: 0;
        padding: 5px 10px;
        text-align: center
    }

    .trigger-img:hover h3 {
        background: #0959a8
    }

.highcharts-title {
    fill: #1a67b1 !important;
    color: #1a67b1 !important;
    display: block;
    width: 100%;
    text-align: left
}

.icon_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #187ac8
}

    .icon_block .block_info {
        -ms-flex: 0 1 auto
    }

        .icon_block .block_info.title-icon {
            text-align: center;
            padding: 40px
        }

        .icon_block .block_info:first-child {
            flex-grow: 1
        }

            .icon_block .block_info:first-child i {
                color: #fff;
                font-size: 4.075rem
            }

            .icon_block .block_info:first-child h1, .icon_block .block_info:first-child h2, .icon_block .block_info:first-child h3, .icon_block .block_info:first-child h4, .icon_block .block_info:first-child h5, .icon_block .block_info:first-child h6 {
                color: #fff
            }

        .icon_block .block_info:last-child {
            flex-grow: 2;
            background: #e4f3fe
        }

        .icon_block .block_info ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            .icon_block .block_info ul li {
                padding: 10px;
                position: relative;
                width: 100%;
                -ms-flex: 0 1 auto
            }

                .icon_block .block_info ul li:first-child:before {
                    content: ':';
                    position: absolute;
                    right: 0
                }

.sp {
    float: right
}

    .sp:hover .icon-bg-gray {
        background: #767676
    }

    .sp > ul {
        margin-bottom: 0
    }

        .sp > ul > li {
            position: relative
        }

    .sp .icon-custom {
        color: #fff;
        border: none;
        font-size: 2rem;
        position: relative
    }

        .sp .icon-custom:before {
            position: absolute;
            top: 50%;
            left: 55%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%)
        }

    .sp i.icon-sm {
        width: 40px;
        height: 40px
    }

    .sp .icon-bg-gray {
        background: #dcdcdc
    }

.share-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .share-btn.active > ul {
        display: block;
        z-index: 999
    }

        .share-btn.active > ul .fab {
            -webkit-animation: .48s up forwards;
            -moz-animation: .48s up forwards;
            -o-animation: .48s up forwards;
            animation: .48s up forwards
        }

            .share-btn.active > ul .fab:nth-child(1) {
                -webkit-animation-delay: .39s;
                animation-delay: .39s
            }

            .share-btn.active > ul .fab:nth-child(2) {
                -webkit-animation-delay: .2s;
                animation-delay: .2s
            }

    .share-btn > ul {
        position: absolute;
        left: 50%;
        top: 100%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0;
        padding-top: 2rem;
        list-style: none;
        z-index: 10;
        display: none
    }

        .share-btn > ul.pos-right {
            left: 100%;
            top: 50%;
            -moz-transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            transform: translate(0,-50%)
        }

        .share-btn > ul .fab {
            opacity: 0;
            box-shadow: 0 2px 5px rgba(0,0,0,.3);
            will-change: animation;
            position: relative;
            -webkit-animation: none;
            -moz-animation: none;
            -o-animation: none;
            animation: none;
            overflow: hidden;
            padding-bottom: 0 !important;
            margin: .5rem 0;
            height: 56px;
            width: 56px;
            border-radius: 50%;
            cursor: pointer
        }

            .share-btn > ul .fab a {
                display: block;
                width: 100%;
                height: 100%
            }

                .share-btn > ul .fab a:hover {
                    opacity: .8
                }

                .share-btn > ul .fab a i {
                    font-size: 1.375rem;
                    color: #fff;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%)
                }

            .share-btn > ul .fab.share-twitter a {
                background: #1da1f2
            }

            .share-btn > ul .fab.share-fb a {
                background: #46629e
            }

            .share-btn > ul .fab.share-google a {
                background: #db4437
            }

            .share-btn > ul .fab.share-line a {
                background: #3aae36
            }

.sp > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .sp > ul > li {
        width: 100%;
        padding: 0 10px;
        text-align: center
    }

        .sp > ul > li > a {
            display: block;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            word-break: keep-all
        }

            .sp > ul > li > a:hover {
                opacity: .6
            }

            .sp > ul > li > a > i {
                font-size: 1.375rem;
                display: block
            }

.sp.padding-3 ul > li {
    padding: 0 3px
}

.quake_info {
    margin: 35px 0
}

    .quake_info li {
        color: #555;
        padding-bottom: 10px;
        padding-left: 20px
    }

    .quake_info i {
        color: #dcdcdc;
        padding-right: 10px;
        position: absolute;
        left: 16px;
        margin-top: 4px
    }

    .quake_info span {
        display: block;
        padding-left: 3em
    }

.list_info_block.vision_1 .list_row {
    padding: 15px 0;
    border-bottom: 1px solid #e4f3fe;
    position: relative;
    display: block
}

    .list_info_block.vision_1 .list_row:first-child {
        border-top: 1px solid #e4f3fe
    }

    .list_info_block.vision_1 .list_row:hover {
        background-color: #f3faff
    }

        .list_info_block.vision_1 .list_row:hover .sp {
            z-index: 1
        }

            .list_info_block.vision_1 .list_row:hover .sp .share-btn {
                pointer-events: auto
            }

    .list_info_block.vision_1 .list_row .sp {
        z-index: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 50px;
        top: 50%
    }

        .list_info_block.vision_1 .list_row .sp .share-btn {
            pointer-events: none
        }

    .list_info_block.vision_1 .list_row .info_detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

        .list_info_block.vision_1 .list_row .info_detail > li {
            width: 100%;
            -ms-flex: 0 1 auto;
            color: #555;
            position: relative;
            letter-spacing: 1px;
            padding-bottom: 15px
        }

            .list_info_block.vision_1 .list_row .info_detail > li > span {
                padding: 0 10px 0 20px;
                display: inline-block
            }

                .list_info_block.vision_1 .list_row .info_detail > li > span:after {
                    content: ':';
                    padding-left: 10px
                }

                .list_info_block.vision_1 .list_row .info_detail > li > span.position {
                    display: block
                }

            .list_info_block.vision_1 .list_row .info_detail > li:before {
                color: #dcdcdc
            }

            .list_info_block.vision_1 .list_row .info_detail > li:nth-child(1):before {
                content: '\f041';
                font-family: FontAwesome;
                position: absolute;
                left: 0
            }

            .list_info_block.vision_1 .list_row .info_detail > li:nth-child(1) span:after {
                display: none
            }

            .list_info_block.vision_1 .list_row .info_detail > li:nth-child(2):before {
                content: '\e91c';
                font-family: icomoon;
                position: absolute;
                left: 0
            }

            .list_info_block.vision_1 .list_row .info_detail > li:nth-child(3):before {
                content: '\e91d';
                font-family: icomoon;
                position: absolute;
                left: 0
            }

        .list_info_block.vision_1 .list_row .info_detail .position ol {
            list-style: none;
            margin: 0 20px;
            padding: 0
        }

            .list_info_block.vision_1 .list_row .info_detail .position ol li {
                padding-left: 15px;
                position: relative
            }

                .list_info_block.vision_1 .list_row .info_detail .position ol li::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 8px;
                    height: 8px;
                    -ms-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                    background-color: #dcdcdc
                }

.quake_table_th {
    width: 100px
}

.info_block .text {
    margin-top: 10px
}

.info_block-L {
    border-right: 1px solid #f9f9f9
}

.info_block-R {
    position: relative;
    height: 100%;
    min-height: 550px
}

    .info_block-R:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: 0;
        left: 0;
        z-index: 1
    }

    .info_block-R.bike:before {
        background: url(../../assets/img/cwb/pic/01-bike.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.mountaineering:before {
        background: url(../../assets/img/cwb/pic/02-mountaineering.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.govtree:before {
        background: url(../../assets/img/cwb/pic/03-govtree.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.govpark:before {
        background: url(../../assets/img/cwb/pic/04-govpark.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.govview:before {
        background: url(../../assets/img/cwb/pic/05-govview.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.farm:before {
        background: url(../../assets/img/cwb/pic/06-farm.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.reservoirs:before {
        background: url(../../assets/img/cwb/pic/07-reservoirs.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.sea:before {
        background: url(../../assets/img/cwb/pic/08-sea.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.fishing:before {
        background: url(../../assets/img/cwb/pic/09-fishing.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.ferry:before {
        background: url(../../assets/img/cwb/pic/10-ferry.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.leisure-ferry:before {
        background: url(../../assets/img/cwb/pic/11-leisure-ferry.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.star:before {
        background: url(../../assets/img/cwb/pic/12-star.png) no-repeat center center;
        background-size: contain
    }

    .info_block-R.breeding:before {
        background: url(../../assets/img/cwb/pic/13-breeding.png) no-repeat center center;
        background-size: contain
    }

span .calm, span .calmen, span .icon-unstable {
    display: block;
    color: #767676;
    font-size: 1.375rem;
    font-style: normal
}

span.seadirec .icon-cwb-arrow-up {
    display: block;
    color: #42a1ae;
    font-size: 1.2rem
}

    span.seadirec .icon-cwb-arrow-up.nne {
        -moz-transform: rotate(22.5deg);
        -webkit-transform: rotate(22.5deg);
        -o-transform: rotate(22.5deg);
        -ms-transform: rotate(22.5deg);
        transform: rotate(22.5deg)
    }

    span.seadirec .icon-cwb-arrow-up.ne {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    span.seadirec .icon-cwb-arrow-up.ene {
        -moz-transform: rotate(67.5deg);
        -webkit-transform: rotate(67.5deg);
        -o-transform: rotate(67.5deg);
        -ms-transform: rotate(67.5deg);
        transform: rotate(67.5deg)
    }

    span.seadirec .icon-cwb-arrow-up.e {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    span.seadirec .icon-cwb-arrow-up.ese {
        -moz-transform: rotate(112.5deg);
        -webkit-transform: rotate(112.5deg);
        -o-transform: rotate(112.5deg);
        -ms-transform: rotate(112.5deg);
        transform: rotate(112.5deg)
    }

    span.seadirec .icon-cwb-arrow-up.se {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    span.seadirec .icon-cwb-arrow-up.sse {
        -moz-transform: rotate(157.5deg);
        -webkit-transform: rotate(157.5deg);
        -o-transform: rotate(157.5deg);
        -ms-transform: rotate(157.5deg);
        transform: rotate(157.5deg)
    }

    span.seadirec .icon-cwb-arrow-up.s {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    span.seadirec .icon-cwb-arrow-up.ssw {
        -moz-transform: rotate(202.5deg);
        -webkit-transform: rotate(202.5deg);
        -o-transform: rotate(202.5deg);
        -ms-transform: rotate(202.5deg);
        transform: rotate(202.5deg)
    }

    span.seadirec .icon-cwb-arrow-up.sw {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    span.seadirec .icon-cwb-arrow-up.wsw {
        -moz-transform: rotate(247.5deg);
        -webkit-transform: rotate(247.5deg);
        -o-transform: rotate(247.5deg);
        -ms-transform: rotate(247.5deg);
        transform: rotate(247.5deg)
    }

    span.seadirec .icon-cwb-arrow-up.w {
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    span.seadirec .icon-cwb-arrow-up.wnw {
        -moz-transform: rotate(292.5deg);
        -webkit-transform: rotate(292.5deg);
        -o-transform: rotate(292.5deg);
        -ms-transform: rotate(292.5deg);
        transform: rotate(292.5deg)
    }

    span.seadirec .icon-cwb-arrow-up.nw {
        -moz-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg)
    }

    span.seadirec .icon-cwb-arrow-up.nnw {
        -moz-transform: rotate(337.5deg);
        -webkit-transform: rotate(337.5deg);
        -o-transform: rotate(337.5deg);
        -ms-transform: rotate(337.5deg);
        transform: rotate(337.5deg)
    }

span.wind .icon-cwb-arrow-up {
    display: block;
    color: #0959a8;
    font-size: 1.375rem
}

    span.wind .icon-cwb-arrow-up.ssw {
        -moz-transform: rotate(22.5deg);
        -webkit-transform: rotate(22.5deg);
        -o-transform: rotate(22.5deg);
        -ms-transform: rotate(22.5deg);
        transform: rotate(22.5deg)
    }

    span.wind .icon-cwb-arrow-up.sw {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    span.wind .icon-cwb-arrow-up.wsw {
        -moz-transform: rotate(67.5deg);
        -webkit-transform: rotate(67.5deg);
        -o-transform: rotate(67.5deg);
        -ms-transform: rotate(67.5deg);
        transform: rotate(67.5deg)
    }

    span.wind .icon-cwb-arrow-up.w {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    span.wind .icon-cwb-arrow-up.wnw {
        -moz-transform: rotate(112.5deg);
        -webkit-transform: rotate(112.5deg);
        -o-transform: rotate(112.5deg);
        -ms-transform: rotate(112.5deg);
        transform: rotate(112.5deg)
    }

    span.wind .icon-cwb-arrow-up.nw {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    span.wind .icon-cwb-arrow-up.nnw {
        -moz-transform: rotate(157.5deg);
        -webkit-transform: rotate(157.5deg);
        -o-transform: rotate(157.5deg);
        -ms-transform: rotate(157.5deg);
        transform: rotate(157.5deg)
    }

    span.wind .icon-cwb-arrow-up.n {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    span.wind .icon-cwb-arrow-up.nne {
        -moz-transform: rotate(202.5deg);
        -webkit-transform: rotate(202.5deg);
        -o-transform: rotate(202.5deg);
        -ms-transform: rotate(202.5deg);
        transform: rotate(202.5deg)
    }

    span.wind .icon-cwb-arrow-up.ne {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    span.wind .icon-cwb-arrow-up.ene {
        -moz-transform: rotate(247.5deg);
        -webkit-transform: rotate(247.5deg);
        -o-transform: rotate(247.5deg);
        -ms-transform: rotate(247.5deg);
        transform: rotate(247.5deg)
    }

    span.wind .icon-cwb-arrow-up.e {
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    span.wind .icon-cwb-arrow-up.ese {
        -moz-transform: rotate(292.5deg);
        -webkit-transform: rotate(292.5deg);
        -o-transform: rotate(292.5deg);
        -ms-transform: rotate(292.5deg);
        transform: rotate(292.5deg)
    }

    span.wind .icon-cwb-arrow-up.se {
        -moz-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg)
    }

    span.wind .icon-cwb-arrow-up.sse {
        -moz-transform: rotate(337.5deg);
        -webkit-transform: rotate(337.5deg);
        -o-transform: rotate(337.5deg);
        -ms-transform: rotate(337.5deg);
        transform: rotate(337.5deg)
    }

span.ships {
    display: block
}

    span.ships .icon-ships {
        font-size: 1.375rem
    }

span.beach {
    display: block
}

    span.beach .icon-beach {
        font-size: 1.375rem
    }

.icon-tribes {
    background: url(../../assets/img/cwb/tribes/icon-tribes.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    float: left;
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.note_icon ul {
    display: flex
}

    .note_icon ul li {
        position: relative;
        font-size: .875rem;
        padding-left: 25px;
        margin: 0 10px
    }

        .note_icon ul li i {
            position: absolute;
            top: 50%;
            left: 0;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 1.175rem
        }

            .note_icon ul li i.icon-cwb-height {
                color: #fe6029
            }

            .note_icon ul li i.icon-cwb-low {
                color: #17d1f0
            }

.tidal-chart-wrap .tidal-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

    .tidal-chart-wrap .tidal-head h4 {
        position: relative;
        color: #555;
        font-size: .875rem;
        letter-spacing: 1px;
        padding: 0;
        width: 100%
    }

        .tidal-chart-wrap .tidal-head h4 i {
            background: #d63801;
            color: #fff;
            padding: 10px
        }

    .tidal-chart-wrap .tidal-head .text-content {
        width: 100%;
        text-align: right
    }

    .tidal-chart-wrap .tidal-head p {
        color: #555;
        letter-spacing: 1px;
        display: inline-block
    }

        .tidal-chart-wrap .tidal-head p small {
            color: #767676;
            display: block
        }

.tidal-chart-wrap label {
    font-weight: 200
}

    .tidal-chart-wrap label + .btn {
        background: #187ac8;
        color: #fff;
        margin-left: 15px
    }

        .tidal-chart-wrap label + .btn:hover {
            opacity: .8
        }

.tidal-chart-wrap #tidal-chart {
    width: 100%;
    position: relative
}

    .tidal-chart-wrap #tidal-chart .date_line {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%
    }

        .tidal-chart-wrap #tidal-chart .date_line:after, .tidal-chart-wrap #tidal-chart .date_line:before {
            content: '';
            position: absolute;
            background: #1a67b1;
            top: 0;
            width: 1px;
            height: 100%
        }

        .tidal-chart-wrap #tidal-chart .date_line:before {
            left: calc(100% / 3)
        }

        .tidal-chart-wrap #tidal-chart .date_line:after {
            right: calc(100% / 3)
        }

.tidal-chart-wrap .chart_top {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

    .tidal-chart-wrap .chart_top .date {
        order: 2;
        padding-left: 0;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .tidal-chart-wrap .chart_top .date li {
            width: 100%;
            -ms-flex: 0 1 auto;
            text-align: center
        }

            .tidal-chart-wrap .chart_top .date li span {
                color: #d63801
            }

    .tidal-chart-wrap .chart_top .xAxis {
        order: 1;
        padding-left: 0;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 98%;
        margin: 0 auto
    }

        .tidal-chart-wrap .chart_top .xAxis li {
            width: 100%;
            -ms-flex: 0 1 auto;
            padding: 5px 0;
            margin: 0 1px;
            font-size: .775rem;
            min-height: 73px
        }

            .tidal-chart-wrap .chart_top .xAxis li span {
                background: #555;
                color: #fff;
                text-align: center;
                display: block
            }

            .tidal-chart-wrap .chart_top .xAxis li i {
                display: block;
                font-size: 1.975rem;
                text-align: center;
                padding-bottom: 5px;
                min-height: 43px
            }

                .tidal-chart-wrap .chart_top .xAxis li i.icon-cwb-low {
                    color: #60c5f9
                }

                .tidal-chart-wrap .chart_top .xAxis li i.icon-cwb-height {
                    color: #d63801
                }

.en-name span {
    display: block;
    color: #777;
    font-size: .8rem
}

.table-headstyle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #116dbf;
    padding: 12px
}

.gradient-blue {
    background: #bfe9ff;
    background: -moz-linear-gradient(top,#fff 30%,#e0f0f9 100%);
    background: -webkit-linear-gradient(top,#fff 30%,#e0f0f9 100%);
    background: linear-gradient(to bottom,#fff 30%,#e0f0f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0f0f9', GradientType=0)
}

.news-list, .news-list dd, .news-list dt {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0 5px;
    list-style: none;
    line-height: 1.8
}

.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

    .news-list dt {
        width: 200px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .news-list dd {
        width: 100%;
        padding-bottom: 0;
        text-align: justify
    }

        .news-list dd a {
            color: #1a1a1a
        }

    .news-list span {
        color: #555;
        display: inline-block;
        font-size: .775rem;
        padding: 2px 0;
        text-align: center;
        width: 110px;
        height: 30px;
        -ms-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

        .news-list span.news {
            background: #3e9fd2;
            color: #fff
        }

        .news-list span.announce {
            background: #41c1c2;
            color: #fff
        }

        .news-list span.opening {
            background: #125aac;
            color: #fff
        }

.announce-container p {
    margin-top: 10px
}

.common-func {
    background: #dcdcdc;
    min-height: 300px
}

    .common-func h4 {
        margin-bottom: 0
    }

    .common-func ul {
        margin-bottom: 0
    }

    .common-func li {
        border-top: 1px solid #fff;
        padding: 15px 40px
    }

        .common-func li:hover a, .common-func li:hover i {
            color: #fff
        }

    .common-func i {
        color: #0959a8;
        padding-right: 10px;
        font-size: 1.125rem
    }

.featured-wrapper {
    min-height: 120px
}

.featured .featured-content {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    display: block
}

@media (min-width:992px) {
    .featured .featured-content {
        margin-left: -10px;
        margin-right: -10px;
        display: flex
    }
}

.featured .featured-content.pc {
    display: none
}

@media (min-width:992px) {
    .featured .featured-content.pc {
        display: flex
    }
}

@media (min-width:992px) {
    .featured .featured-content.sp {
        display: none !important
    }
}

@media (min-width:992px) {
    .featured .featured-col {
        padding: 10px;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.featured .featured-col a {
    color: #1b1b1b;
    padding: .8rem;
    font-size: 1rem;
    border-radius: 6px;
    display: flex
}

@media (min-width:992px) {
    .featured .featured-col a {
        opacity: 1
    }
}

.featured .featured-col a:hover {
    color: #0959a8;
    background-color: #e4f3fe
}

@media (min-width:992px) {
    .featured .featured-col a:hover {
        background-color: #fff;
        box-shadow: 3px 3px 15px rgba(0,0,0,.25);
        opacity: 1 !important
    }
}

.featured .featured-col a:active {
    opacity: 1 !important
}

@media (max-width:991px) {
    .featured .featured-col a:active {
        outline: 0 !important;
        outline-offset: 0;
        box-shadow: none
    }
}

.featured .featured-col .featured-icon {
    width: 55px !important;
    height: 55px !important;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 100%;
    position: relative;
    background: -moz-linear-gradient(69.27% 92.86% 114.2deg,#0b90c8 0,#0a59a8 100%);
    background: -webkit-linear-gradient(114.2deg,#0b90c8 0,#0a59a8 100%);
    background: -webkit-gradient(linear,69.27% 92.86%,28.26% 1.63%,color-stop(0,#0b90c8),color-stop(1,#0a59a8));
    background: -o-linear-gradient(114.2deg,#0b90c8 0,#0a59a8 100%);
    background: -ms-linear-gradient(114.2deg,#0b90c8 0,#0a59a8 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B90C8', endColorstr='#0A59A8' ,GradientType=0)";
    background: linear-gradient(-24.2deg,#0b90c8 0,#0a59a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B90C8', endColorstr='#0A59A8', GradientType=1)
}

    .featured .featured-col .featured-icon i {
        color: #fff;
        font-size: 2rem;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

.featured .featured-col span {
    display: block;
    align-self: center;
    flex-shrink: 1;
    word-break: keep-all
}

@media (max-width:991px) {
    .featured .viewmore {
        margin-top: 1.5rem
    }
}

.media-container {
    min-height: 300px;
    text-align: center
}

    .media-container h3 {
        position: relative;
        display: inline-block;
        padding: 15px 0
    }

        .media-container h3::before {
            content: '';
            position: absolute;
            border-bottom: 2px solid;
            width: 100%;
            bottom: 5px
        }

    .media-container li {
        cursor: pointer;
        padding: 10px;
        text-align: left
    }

        .media-container li:hover {
            background: #187ac8
        }

            .media-container li:hover a, .media-container li:hover i {
                color: #fff
            }

    .media-container i {
        padding: 0 5px
    }

    .media-container .video-sub li a {
        padding-left: 1.5rem;
        display: block
    }

        .media-container .video-sub li a i {
            position: absolute;
            left: 0;
            top: 5px
        }

.content-bg-blue {
    background-image: url(../../assets/img/home/content-bg-blue.png);
    background-position: bottom center;
    background-repeat: repeat-x
}

.cube-wrap {
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 transparent;
    -ms-box-shadow: 0 1px 0 transparent;
    box-shadow: 0 1px 0 transparent;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    -ms-transform: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important
}

    .cube-wrap:hover {
        -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.1);
        -ms-box-shadow: 0 1px 15px rgba(0,0,0,.1);
        box-shadow: 0 1px 15px rgba(0,0,0,.1)
    }

        .cube-wrap:hover .cube-head {
            background-color: #eee
        }

        .cube-wrap:hover .cube-body:before {
            opacity: 1
        }

        .cube-wrap:hover .cube-body .ovr-text i, .cube-wrap:hover .cube-body .ovr-text span {
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
            -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
            -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
            -ms-transform: all .3s cubic-bezier(.645,.045,.355,1);
            transition: all .3s cubic-bezier(.645,.045,.355,1);
            opacity: 1
        }

        .cube-wrap:hover .cube-body .ovr-text i {
            transition-delay: .1s
        }

        .cube-wrap:hover .cube-body .ovr-text span {
            transition-delay: .2s
        }

    .cube-wrap .cube-head {
        padding: 8px 10px;
        font-size: .975rem;
        letter-spacing: 2px;
        font-weight: 400;
        color: #555
    }

    .cube-wrap .cube-body {
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 0
    }

        .cube-wrap .cube-body:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.4);
            z-index: 1;
            opacity: 0;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .cube-wrap .cube-body .ovr-text {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            z-index: 10;
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .cube-wrap .cube-body .ovr-text i, .cube-wrap .cube-body .ovr-text span {
                display: block;
                width: 100%;
                text-align: center;
                color: #fff;
                -moz-transform: translateY(30px);
                -webkit-transform: translateY(30px);
                -o-transform: translateY(30px);
                -ms-transform: translateY(30px);
                transform: translateY(30px);
                -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
                -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
                -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
                -ms-transform: all .3s cubic-bezier(.645,.045,.355,1);
                transition: all .3s cubic-bezier(.645,.045,.355,1);
                opacity: 0
            }

            .cube-wrap .cube-body .ovr-text i {
                font-size: 1.375rem;
                padding: 10px
            }

            .cube-wrap .cube-body .ovr-text span {
                font-size: .875rem;
                letter-spacing: 2px
            }

.profile .notification {
    overflow: hidden;
    padding: 10px 15px
}

    .profile .notification i {
        float: left;
        margin-right: 10px
    }

    .profile .notification img {
        float: left;
        margin-right: 10px;
        width: 35px;
        height: 35px
    }

    .profile .notification .two {
        color: #000;
        font-size: 1rem;
        width: 75%
    }

        .profile .notification .two span {
            color: #000;
            text-align: left;
            font-size: 1rem
        }

    .profile .notification .three {
        width: 25%;
        max-width: 140px
    }

        .profile .notification .three span {
            white-space: nowrap
        }

        .profile .notification .three .new {
            position: absolute;
            left: 0
        }

    .profile .notification span {
        color: #1170bf;
        display: inline-block
    }

    .profile .notification > .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 5rem
    }

.measures-v2 {
    height: 156px
}

    .measures-v2 .day2, .measures-v2 .day3 {
        position: relative;
        color: #fff;
        width: 50%;
        height: auto
    }

        .measures-v2 .day2 h3, .measures-v2 .day3 h3 {
            color: inherit;
            position: absolute;
            left: 38px;
            top: 10px;
            letter-spacing: 2px;
            z-index: 2;
            text-align: center;
            font-size: 1.2rem
        }

            .measures-v2 .day2 h3 small, .measures-v2 .day3 h3 small {
                color: inherit;
                letter-spacing: 1px;
                font-size: .9rem;
                padding-left: 11px
            }

        .measures-v2 .day2 h4, .measures-v2 .day3 h4 {
            color: inherit;
            position: absolute;
            left: 35px;
            top: 88px;
            letter-spacing: 1px;
            z-index: 2;
            font-size: 1.2rem;
            font-family: Karla,sans-serif
        }

        .measures-v2 .day2 h5, .measures-v2 .day3 h5 {
            color: inherit;
            position: absolute;
            left: 43px;
            top: 113px
        }

    .measures-v2 .day2 {
        float: left
    }

        .measures-v2 .day2::after {
            top: 22px;
            right: -1px;
            height: 110px;
            width: 2px;
            content: ' ';
            margin-left: 0;
            position: absolute;
            background: #fff
        }

    .measures-v2 .day3 {
        float: right
    }

.sun-cloud, .sun-cloud-rain {
    display: block;
    width: 60px;
    height: 54px;
    position: relative;
    left: 37px;
    top: 40px
}

.sun-cloud {
    background: url(../../assets/img/home/sun-cloud.png) no-repeat center center;
    background-size: cover
}

.sun-cloud-rain {
    background: url(../../assets/img/home/sun-cloud-rain.png) no-repeat center center;
    background-size: cover
}

.measures-v3 {
    height: 156px;
    background-size: cover;
    position: relative;
    color: #fff
}

    .measures-v3 h3 {
        color: inherit;
        position: absolute;
        letter-spacing: 1px;
        z-index: 2;
        text-align: center;
        font-size: 1.2rem
    }

    .measures-v3 .title-1 {
        left: 146px;
        top: 10px
    }

    .measures-v3 .title-2 {
        left: 127px;
        top: 74px
    }

    .measures-v3 p {
        color: inherit;
        position: absolute;
        letter-spacing: 1px;
        z-index: 2;
        text-align: center;
        font-size: 1.4rem
    }

    .measures-v3 .content-1 {
        left: 170px;
        top: 43px
    }

    .measures-v3 .content-2 {
        left: 170px;
        top: 106px
    }

    .measures-v3 span.icon-atmos {
        position: absolute;
        left: 31px;
        top: 38px;
        display: block;
        z-index: 2;
        width: 80px;
        height: 80px;
        background: url(../../assets/img/home/kv-mask-1.png) no-repeat top left;
        background-size: cover
    }

.img-lightbox {
    margin: 5px 0
}

    .img-lightbox.single-link a {
        position: static;
        color: #1a67b1
    }

        .img-lightbox.single-link a span {
            display: block;
            letter-spacing: 1px
        }

            .img-lightbox.single-link a span i {
                padding-right: 10px
            }

        .img-lightbox.single-link a:hover span {
            text-decoration: underline
        }

        .img-lightbox.single-link a:before {
            display: none
        }

    .img-lightbox a {
        display: block;
        position: relative;
        z-index: 0
    }

        .img-lightbox a .fa-search {
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translateX(-50%) translateY(30px);
            -webkit-transform: translateX(-50%) translateY(30px);
            -o-transform: translateX(-50%) translateY(30px);
            -ms-transform: translateX(-50%) translateY(30px);
            transform: translateX(-50%) translateY(30px);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #fff;
            font-size: 2.4rem;
            opacity: 0
        }

        .img-lightbox a:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: #1a67b1;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            opacity: 0
        }

        .img-lightbox a:hover .fa-search {
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            opacity: 1
        }

        .img-lightbox a:hover:before {
            opacity: .7
        }

.modal-content h3 {
    padding: 0 15px
}

.bg-gray {
    background: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .bg-gray img {
        width: 60%;
        margin-bottom: 1em
    }

    .bg-gray p {
        color: #555;
        line-height: 1em;
        font-size: 1.125rem;
        text-align: center
    }

.talk img {
    float: left;
    width: 30%;
    height: auto;
    margin: 0 30px 30px 0
}

.talk p {
    line-height: 2em
}

.letter {
    background: #e4f3fe;
    padding: 20px
}

.letter-title {
    text-align: center;
    margin: 30px 0 60px
}

    .letter-title h3 {
        color: #1a67b1;
        position: relative;
        letter-spacing: 1.5px;
        font-size: 1.375rem
    }

        .letter-title h3:before {
            content: '';
            border-bottom: 3px solid #1a67b1;
            position: absolute;
            bottom: -26px;
            width: 3em;
            left: 50%;
            transform: translateX(-50%)
        }

.letter-content {
    background: #fff;
    padding: 45px
}

    .letter-content h3 {
        color: #1a67b1;
        float: right
    }

    .letter-content img {
        text-align: right
    }

.report {
    background: #f9f9f9;
    position: relative;
    margin: 20px
}

    .report a.fanbox {
        min-height: 170px;
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .report a.fanbox .visible-more {
            text-align: center;
            display: none;
            width: 96%;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 1;
            margin-top: -15px
        }

        .report a.fanbox:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            background: #0f7b8c;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            opacity: 0
        }

        .report a.fanbox:hover::after {
            opacity: .5
        }

        .report a.fanbox:hover .visible-more {
            display: block
        }

    .report h3 {
        color: #1a67b1;
        margin-top: 15px
    }

    .report .cir-photo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid #1a67b1;
        overflow: hidden;
        float: left;
        margin: 15px
    }

        .report .cir-photo img {
            height: 100%
        }

.fa-red {
    color: #d32c1b
}

.fa-blue {
    color: #0959a8
}

.fa-yellow {
    color: #ffeb3b
}

.fa-green {
    color: #257d2a
}

.story-photo {
    border-bottom: 2px solid #e4f3fe;
    text-align: center;
    padding-bottom: 10px
}

    .story-photo .photo-visible {
        padding: 0;
        width: 99%;
        max-height: 232px;
        overflow: hidden;
        margin-bottom: 10px
    }

.chart-box {
    background: #f9f9f9;
    position: relative;
    padding: 10px
}

    .chart-box h3 {
        position: absolute;
        z-index: 2;
        right: 40px;
        top: 5px;
        color: #555;
        font-size: .875rem
    }

.mid {
    text-align: center;
    margin: 0 auto
}

.service-fa {
    display: flex;
    flex-wrap: wrap
}

    .service-fa > p {
        width: 100%
    }

    .service-fa p {
        color: #767676;
        text-align: center;
        min-height: 52px
    }

    .service-fa .service-content {
        position: relative;
        border: 1px solid #dcdcdc;
        padding: 40px 5px;
        margin-top: 50px;
        margin-bottom: 50px;
        min-height: 235px;
        text-align: center
    }

        .service-fa .service-content h3 {
            vertical-align: middle;
            min-height: 3em;
            text-align: center
        }

        .service-fa .service-content .mug {
            border: 3px solid #0959a8;
            border-radius: 50%;
            overflow: hidden;
            width: 60px;
            height: 60px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -30px
        }

            .service-fa .service-content .mug img {
                height: 100%;
                position: absolute;
                left: 50%;
                transform: translateX(-50%)
            }

.show-time {
    border: 1px solid #dcdcdc;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    font-size: .875rem;
    letter-spacing: 1.5px;
    position: relative
}

    .show-time i {
        font-size: 1.375rem;
        position: absolute;
        left: 10px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #d32c1b
    }

    .show-time + p {
        margin: 0
    }

.blue-box {
    border: 1px solid #dcdcdc;
    padding: 0 20px 10px
}

    .blue-box h3 {
        background: #1a67b1;
        color: #fff;
        margin: 0 -20px 20px;
        padding: 15px;
        font-size: 1.125rem
    }

    .blue-box p {
        padding: 20px 3px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }

    .blue-box a, .blue-box span {
        background: #dcdcdc;
        padding: 10px 20px;
        color: #555;
        border-radius: 3px;
        display: inline-block
    }

        .blue-box a:hover, .blue-box span:hover {
            background: #767676;
            color: #fff
        }

        .blue-box a:hover {
            cursor: pointer
        }

.detailed ul {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

    .detailed ul li {
        width: 100%;
        -ms-flex: 0 1 auto;
        padding: 10px 30px
    }

        .detailed ul li i {
            font-size: 1.125rem;
            position: absolute;
            left: -1.5em
        }

        .detailed ul li span {
            position: relative;
            margin-right: 20px;
            color: #1a67b1
        }

            .detailed ul li span:before {
                content: '';
                width: 2px;
                height: 1.2em;
                position: absolute;
                top: 0;
                right: -12px;
                background: #1a67b1
            }

        .detailed ul li:first-child {
            text-align: right
        }

.btn-red {
    text-align: center
}

.accordingstyle {
    border-bottom: 1px solid #e4f3fe;
    border-top: 1px solid #e4f3fe;
    padding: 10px 0;
    position: relative;
    font-size: 1.2rem
}

    .accordingstyle i {
        color: #1a67b1;
        font-size: 1.375rem;
        vertical-align: -5px
    }

    .accordingstyle:before {
        content: '';
        border-top: 8px solid #dcdcdc;
        position: absolute;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

.red-care:before {
    content: '2';
    background: #d12d33;
    color: #fff;
    font-style: initial;
    padding: 6px;
    border: 1px solid #f9f9f9;
    margin: 0 6px
}

.green-care:before {
    content: '3';
    background: #007c59;
    color: #fff;
    font-style: initial;
    padding: 6px;
    border: 1px solid #f9f9f9;
    margin: 0 6px
}

.mainlink {
    text-align: center
}

@-moz-keyframes rotate {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

.mainlink ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 40px 0
}

    .mainlink ul li {
        margin-bottom: 30px
    }

        .mainlink ul li > a {
            border-radius: 50%;
            background: #0f7b8c;
            display: inline-block;
            margin: 0 40px 20px;
            width: 100px;
            height: 100px;
            position: relative;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transform: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            .mainlink ul li > a i {
                font-size: 3.175rem;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transform: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            .mainlink ul li > a:before {
                content: '';
                position: absolute;
                border: 1px solid #0f7b8c;
                width: 114px;
                height: 114px;
                left: -7px;
                top: -7px;
                border-radius: 50%;
                opacity: 1;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transform: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            .mainlink ul li > a:hover {
                -webkit-animation: rotate 1s linear alternate;
                -moz-animation: rotate 1s linear alternate;
                -o-animation: rotate 1s linear alternate;
                animation: rotate 1s linear alternate;
                background: #fff;
                -webkit-box-shadow: 0 0 0 1px #0f7b8c inset;
                -ms-box-shadow: 0 0 0 1px #0f7b8c inset;
                box-shadow: 0 0 0 1px #0f7b8c inset
            }

                .mainlink ul li > a:hover i {
                    color: #000202
                }

                .mainlink ul li > a:hover:before {
                    border-color: #32d0e9
                }

            .mainlink ul li > a:focus {
                -webkit-box-shadow: 0 0 0 10px #0f7b8c;
                -ms-box-shadow: 0 0 0 10px #0f7b8c;
                box-shadow: 0 0 0 10px #0f7b8c
            }

.mainlink p {
    text-align: center
}

.mainlink h3 {
    border-bottom: 2px solid #dcdcdc;
    display: inline-block;
    letter-spacing: 4px;
    padding-bottom: 5px;
    color: #767676
}

.mainlink .detail-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin: 20px 5px
}

    .mainlink .detail-item i {
        background: orange;
        color: #fff;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: relative;
        font-size: 1.375rem;
        margin: 0 10px
    }

        .mainlink .detail-item i:before {
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

    .mainlink .detail-item dl {
        flex: 2;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.mainlink .member-item a {
    color: #555;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .mainlink .member-item a:hover {
        opacity: .6
    }

.download-paper {
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .download-paper a {
        background: orange;
        padding: 5px;
        color: #222;
        width: 100%;
        box-shadow: none
    }

        .download-paper a:nth-child(2) {
            margin-left: 10px
        }

        .download-paper a:hover {
            background: #cc8400
        }

.half-content {
    width: 70%;
    text-align: center;
    margin: 0 auto 40px
}

i.warn {
    float: left;
    margin: 15px 15px 0 0;
    font-size: 2.475rem
}

    i.warn i {
        font-style: normal
    }

    i.warn ~ p {
        margin-left: 4em
    }

.yellowstyle h3 {
    color: #d63801
}

.week-loop {
    text-align: center;
    padding: 0
}

    .week-loop img {
        width: 100%;
        margin: 10px auto
    }

.base-grid {
    padding: 30px 0
}

.sm-align-r {
    text-align: right;
    display: inline-block
}

.md-min-65 {
    min-width: 65px
}

.path-blue {
    background-color: #e9f5fe;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

    .path-blue .back {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #187ac8;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 99;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .path-blue .back:hover {
            background: #1a67b1
        }

        .path-blue .back i, .path-blue .back span {
            display: block;
            width: 100%;
            color: #fff;
            text-align: center
        }

        .path-blue .back i {
            font-size: 1.375rem
        }

        .path-blue .back span {
            padding-top: 10px;
            font-size: .775rem;
            letter-spacing: 2px
        }

    .path-blue:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .path-blue img {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .path-blue .path-blue-active {
        display: block
    }

    .path-blue .path-blue-hidden {
        display: none
    }

.dl-horizontal dt {
    float: left;
    width: 20px
}

.dl-horizontal dd {
    margin-left: 25px;
    font-size: .775rem;
    text-align: left
}

.cir-blu {
    margin: 0 5px
}

.mark-bgblue {
    background: #1a67b1;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.075rem;
    letter-spacing: 2px
}

.qr-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px
}

.flex-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .flex-label label {
        margin: 0 5px
    }

        .flex-label label:first-child {
            flex: 1 1;
            -ms-flex: 1 1;
            text-align: right
        }

        .flex-label label:last-child {
            flex: 4 1;
            -ms-flex: 4 1
        }

.hide-content {
    overflow: hidden;
    line-height: 2;
    height: 9rem
}

.show-content {
    height: auto;
    line-height: 2
}

.orange-text {
    display: block;
    color: #d63801
}

.gray-bar {
    position: relative;
    padding-left: 10px;
    font-size: 1.075rem;
    margin-bottom: 10px;
    display: block
}

    .gray-bar::before {
        content: '';
        background: #dcdcdc;
        width: 3px;
        height: 1.5em;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.anchor.active {
    color: #08273f !important
}

.nomore, .viewmore {
    display: block;
    text-align: center;
    margin: 10px
}

@media screen and (max-width:991px) {
    .nomore, .viewmore {
        margin-bottom: 30px
    }
}

.less {
    display: none
}

.carousel-font-size {
    font-size: 1.3rem
}

.tab_chart_wrap_C path, .tab_chart_wrap_C rect, .tab_chart_wrap_C text {
    font-size: .8rem !important
}

.d-inline {
    display: inline
}

.font-size-1rem {
    font-size: 1rem
}

.iframe-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    .iframe-map embed, .iframe-map iframe, .iframe-map object {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.typhoon-slider {
    position: relative;
    margin-bottom: 1rem
}

    .typhoon-slider .typhoon-donlow-img {
        position: absolute;
        top: 0;
        left: 100%;
        margin: 16px 0 0 -16px;
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

        .typhoon-slider .typhoon-donlow-img .sky-form {
            background-color: transparent;
            border: 1px solid transparent
        }

    .typhoon-slider .name {
        position: absolute;
        font-size: .975rem;
        background: rgba(0,0,0,.6);
        padding: .2rem .5rem;
        color: #fff
    }

    .typhoon-slider img {
        width: 100%
    }

.typhoon-slider-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem
}

    .typhoon-slider-list button {
        padding: 0;
        width: 100%;
        -ms-flex: 0 1 auto;
        max-width: 25%;
        margin-right: .5rem
    }

        .typhoon-slider-list button.active, .typhoon-slider-list button:hover {
            opacity: .6
        }

    .typhoon-slider-list .legend {
        background: #62abc7;
        text-align: center;
        padding: .5rem;
        width: 100%
    }

    .typhoon-slider-list .automatic-slider .sky-form {
        background-color: transparent;
        border: 1px solid transparent
    }

    .typhoon-slider-list .automatic-slider input {
        border-width: 1px;
        margin-right: .5rem
    }

.probability-caption {
    background: rgba(255,255,255,.2);
    padding: 1rem;
    margin: 0 -15px 1rem
}

    .probability-caption p {
        font-size: .875rem;
        color: #fff;
        margin: 0;
        line-height: 2
    }

.typ-path {
    margin: .5rem 0
}

    .typ-path .now, .typ-path .prediction {
        display: inline-block;
        padding: .3rem 1rem;
        color: #fff
    }

    .typ-path .now {
        background: #cd2500
    }

    .typ-path .prediction {
        background: #13508c
    }

    .typ-path p {
        margin: .5rem 0
    }

    .typ-path ul {
        padding-left: 1rem
    }

.media-block p {
    padding: 10px 20px;
    margin: 0;
    letter-spacing: 2px;
    font-size: .925rem;
    color: #fff;
    background: #0959a8
}

.media-block a {
    overflow: hidden;
    display: block;
    position: relative
}

    .media-block a::after, .media-block a::before {
        position: absolute;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        pointer-events: none
    }

    .media-block a::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(9,89,168,0)
    }

    .media-block a::after {
        content: '\e923';
        font-family: icomoon;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: transparent;
        font-size: 3.375rem
    }

    .media-block a:hover::before {
        background: rgba(9,89,168,.5)
    }

    .media-block a:hover::after {
        color: #fff
    }

.grid-line {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.typ-nowlist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .typ-nowlist li span:first-child {
        width: 30%;
        min-width: 10rem;
        text-align: right
    }

    .typ-nowlist li span:last-child {
        width: 70%
    }

.chief .container {
    padding: 40px 0
}

.chief .bg-blue {
    background-color: #e4f3fe
}

.chief .list {
    padding-top: 40px
}

    .chief .list h3 {
        color: #1a67b1;
        font-size: 1rem
    }

    .chief .list ul {
        padding-left: 25px
    }

        .chief .list ul li {
            padding-bottom: 5px;
            color: #555
        }

.chief .avatar-photo {
    border-radius: 100%;
    border: 5px solid #187ac8;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 459px;
    margin: 0 auto
}

    .chief .avatar-photo span {
        display: block;
        color: #fff;
        background-color: rgba(24,122,200,.8);
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0 15px;
        font-size: 1.375rem;
        font-weight: 700
    }

.app-banner {
    background: url(../img/cwb/service/app/phone-banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 2px
}

    .app-banner .title {
        font-size: 1.375rem;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3);
        line-height: 1.5;
        text-align: center
    }

    .app-banner p {
        color: #ffeb3b;
        font-size: 1.075rem;
        text-shadow: 2px 2px 5px rgba(0,0,0,.3)
    }

    .app-banner .btn-default-r {
        background: 0 0;
        color: #fff
    }

        .app-banner .btn-default-r i {
            color: #fff;
            padding-right: 0
        }

        .app-banner .btn-default-r:hover, .app-banner .btn-default-r:hover i {
            color: #1a67b1
        }

.blue-s-area {
    background: #1a67b1;
    border-radius: .3rem;
    display: inline-block;
    padding: .5rem 1rem;
    color: #fff
}

    .blue-s-area span {
        border: 1px solid #dcdcdc;
        background: #fff;
        color: #555;
        padding: .3rem .6rem;
        display: inline-block;
        margin: 0 1rem
    }

        .blue-s-area span i {
            color: #dcdcdc;
            padding-left: .5rem
        }

.app-icon .icon {
    width: 200px
}

    .app-icon .icon img {
        width: 100%
    }

.app-download .app-item + .app-item {
    border-left: 1px solid #dcdcdc
}

.app-download .app-link {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -ms-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

    .app-download .app-link:active {
        -webkit-box-shadow: 0 0 0 transparent;
        -ms-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        -moz-transform: translateY(1px);
        -webkit-transform: translateY(1px);
        -o-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px)
    }

.vab-bk {
    background: url(../../assets/img/cwb/service/vba-bk.png) no-repeat top;
    background-size: cover;
    min-height: 100vh
}

    .vab-bk .wrapper {
        background: 0 0
    }

.vab-litle {
    color: #1a67b1;
    position: relative;
    display: inline-block;
    padding: 3rem 0 .5rem 0;
    margin-bottom: 2rem
}

    .vab-litle::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 25%,#fff 75%,rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 25%,#fff 75%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 25%,#fff 75%,rgba(255,255,255,0) 100%);
        bottom: 0
    }

.vab-text {
    color: #1a67b1;
    text-align: center;
    font-size: 1.125rem
}

.vab-microphone {
    position: relative;
    padding: 8rem
}

    .vab-microphone button {
        background-color: transparent;
        border: none
    }

        .vab-microphone button i:active {
            color: #13508c
        }

    .vab-microphone i {
        color: #1a67b1;
        font-size: calc(1.375rem * 2);
        z-index: 100
    }

        .vab-microphone i::after {
            content: '';
            display: block;
            position: absolute;
            background-color: #fff;
            width: 0;
            height: 0;
            top: 50%;
            left: 50%;
            right: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            z-index: -1;
            width: 120px;
            height: 120px
        }

    .vab-microphone::after, .vab-microphone::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        width: 0;
        height: 0;
        opacity: .3;
        top: 50%;
        left: 50%;
        right: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: -1
    }

    .vab-microphone::before {
        width: 220px;
        height: 220px;
        -webkit-box-shadow: 0 0 20px #1a67b1;
        -ms-box-shadow: 0 0 20px #1a67b1;
        box-shadow: 0 0 20px #1a67b1
    }

    .vab-microphone::after {
        width: 170px;
        height: 170px
    }

.say-password {
    margin: 0 auto;
    display: block
}

    .say-password .vab-label {
        color: #1a67b1
    }

    .say-password .vab-input {
        background-color: rgba(255,255,255,.5);
        border: 1px solid #fff;
        -ms-border-radius: 50px !important;
        -moz-border-radius: 50px !important;
        -webkit-border-radius: 50px !important;
        border-radius: 50px !important;
        -webkit-box-shadow: 0 0 5px #fff;
        -ms-box-shadow: 0 0 5px #fff;
        box-shadow: 0 0 5px #fff
    }

        .say-password .vab-input:focus {
            border: 1px solid #fff
        }

    .say-password .form-control {
        margin-bottom: 1rem;
        display: block
    }

    .say-password .input-success {
        border: 1px solid #257d2a
    }

        .say-password .input-success:focus {
            border: 1px solid #257d2a
        }

    .say-password .input-failed {
        border: 1px solid #cd2500
    }

        .say-password .input-failed:focus {
            border: 1px solid #cd2500
        }

    .say-password .vab-success {
        display: inherit;
        color: #257d2a
    }

    .say-password .vab-failed {
        display: inherit;
        color: #cd2500
    }

    .say-password .next-btn {
        width: 100%;
        color: #fff;
        background-color: #1a67b1;
        border: 1px solid #1a67b1;
        -ms-border-radius: 50px !important;
        -moz-border-radius: 50px !important;
        -webkit-border-radius: 50px !important;
        border-radius: 50px !important;
        margin-bottom: 1rem
    }

.vab-prompt button {
    background-color: transparent;
    font-size: 1.375rem;
    color: #1a67b1;
    top: -10px
}

.vab-prompt .dropdown-toggle:active, .vab-prompt.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.prompt-menu {
    background-color: #5797d2;
    outline: 0;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    width: 270px;
    padding: 8px
}

    .prompt-menu li {
        color: #fff
    }

    .prompt-menu::before {
        content: ' ';
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: -.5rem;
        left: 1rem;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #5797d2;
        z-index: -1
    }

.vab-answer {
    background-color: rgba(255,255,255,.8);
    margin: 2rem 0;
    padding: 1rem
}

    .vab-answer .vab-answer-text {
        color: #1a67b1
    }

        .vab-answer .vab-answer-text a {
            color: #1a67b1;
            border-bottom: 1px solid #1a67b1
        }

            .vab-answer .vab-answer-text a:hover {
                color: #333;
                border-bottom: 1px solid #333
            }

.temp-img iframe {
    border: none
}

.flex_table .table, .flex_table .table tbody, .flex_table .table tfoot, .flex_table .table thead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
    align-items: center
}

    .flex_table .table tbody tr, .flex_table .table tfoot tr, .flex_table .table thead tr, .flex_table .table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        -ms-flex: 0 1 auto;
        -webkit-box-align: center;
        -webkit-align-items: stretch;
        -ms-flex-align: center;
        align-items: stretch;
        position: relative
    }

        .flex_table .table tbody tr#table_top td, .flex_table .table tfoot tr#table_top td, .flex_table .table thead tr#table_top td, .flex_table .table tr#table_top td {
            width: 100vw
        }

        .flex_table .table tbody tr td, .flex_table .table tbody tr th, .flex_table .table tfoot tr td, .flex_table .table tfoot tr th, .flex_table .table thead tr td, .flex_table .table thead tr th, .flex_table .table tr td, .flex_table .table tr th {
            vertical-align: middle;
            width: 100%;
            display: block;
            -ms-flex: 0 1 auto
        }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none
}

.table > tbody + tbody {
    border-top: none
}

#PH .table-striped tbody tr:nth-child(even) {
    background-color: transparent
}

#PH.flex_table .table tbody tr td, #PH.flex_table .table tbody tr th, #PH.flex_table .table tfoot tr td, #PH.flex_table .table tfoot tr th, #PH.flex_table .table thead tr td, #PH.flex_table .table thead tr th, #PH.flex_table .table tr td, #PH.flex_table .table tr th {
    text-align: center
}

#PH.mobile_table-month .table > tbody > tr {
    width: calc(100% / 14) !important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    #PH.mobile_table-month .table > tbody > tr th {
        background-color: #e4f3fe;
        color: #555
    }

.flex_table .table-striped.version_5 thead th:first-child {
    width: 100%
}

.sunrise .table > tbody > tr {
    width: calc(100% / 6) !important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .sunrise .table > tbody > tr th {
        text-align: center;
        background: #187ac8;
        color: #fff;
        padding: 15px 8px;
        border-right: 1px solid #fff
    }

    .sunrise .table > tbody > tr td {
        background: #effcfe
    }

.mobile_table-month .table#UVIHistory_MOD > tbody > tr > th:first-child {
    word-break: inherit
}

@media (max-width:992px) {
    .break-table thead {
        display: none
    }

    .break-table tbody tr td, .break-table tbody tr th {
        display: block;
        padding: .5rem !important
    }

        .break-table tbody tr td::before, .break-table tbody tr th::before {
            content: attr(data-title) "："
        }

    .break-table tbody tr th {
        background: #0959a8 !important;
        color: #fff !important
    }

    #PH.mobile_table-month {
        padding-left: 0;
        margin-bottom: 0
    }

        #PH.mobile_table-month .table > tbody > tr {
            width: calc(100% / 7) !important
        }

            #PH.mobile_table-month .table > tbody > tr > td, #PH.mobile_table-month .table > tbody > tr > th, #PH.mobile_table-month .table > tfoot > tr > td, #PH.mobile_table-month .table > tfoot > tr > th, #PH.mobile_table-month .table > thead > tr > td, #PH.mobile_table-month .table > thead > tr > th {
                display: block;
                width: 100% !important
            }

                #PH.mobile_table-month .table > tbody > tr > td:first-child, #PH.mobile_table-month .table > tbody > tr > th:first-child, #PH.mobile_table-month .table > tfoot > tr > td:first-child, #PH.mobile_table-month .table > tfoot > tr > th:first-child, #PH.mobile_table-month .table > thead > tr > td:first-child, #PH.mobile_table-month .table > thead > tr > th:first-child {
                    position: static;
                    left: inherit;
                    width: 100% !important;
                    display: block;
                    text-align: center;
                    height: inherit
                }

    .mobile_table-month .table#UVIHistory_MOD > tbody > tr > th:first-child {
        left: -90px;
        width: 90px !important
    }
}

.obs-list th {
    flex: 0 11 auto;
    -ms-flex: 0 11 auto
}

@media (max-width:640px) {
    .sunrise .table > tbody > tr {
        width: calc(100% / 3) !important
    }

    #PH.mobile_table-month .table > tbody > tr {
        width: calc(100% / 4) !important
    }
}

.table-striped thead tr {
    background-color: #187ac8
}

    .table-striped thead tr th {
        font-size: 1rem;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
        font-weight: 400
    }

.table-striped thead .th_row_1 th {
    padding: 15px 8px;
    border-left: 1px solid #fff
}

.table-striped thead .th_row_2 {
    background-color: #e4f3fe
}

    .table-striped thead .th_row_2 th {
        color: #555
    }

.table-striped tbody tr td, .table-striped tbody tr th {
    text-align: center;
    font-weight: 400
}

.table-striped tbody tr p {
    text-align: center
}

.table-striped tbody tr th {
    color: #1a67b1;
    text-align: left
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff
}

.table-striped tbody tr:nth-child(even) {
    background-color: #ebebeb
}

.table-striped.chang-col td:before {
    content: attr(data-th)
}

.table-striped.version_5 thead tr {
    background-color: #0f7b8c
}

.table-striped.version_5 thead th {
    padding: 12px 8px;
    vertical-align: middle
}

    .table-striped.version_5 thead th:first-child {
        background-color: #0959a8;
        width: 15%
    }

.table-striped.version_5 tbody td {
    vertical-align: middle
}

    .table-striped.version_5 tbody td > a > i {
        font-size: .875rem;
        padding: 5px;
        color: #1a67b1
    }

        .table-striped.version_5 tbody td > a > i:hover {
            color: #0959a8
        }

.table-striped.version_5 tbody tr th {
    text-align: center
}

    .table-striped.version_5 tbody tr th a {
        color: #0959a8
    }

        .table-striped.version_5 tbody tr th a:hover {
            opacity: .5
        }

    .table-striped.version_5 tbody tr th:nth-child(odd) {
        background-color: #f6f6f6
    }

.table-striped.version_5 tbody tr:nth-child(even) th {
    background-color: #fff
}

.table-striped.version_3 thead tr {
    background-color: #e4f3fe
}

    .table-striped.version_3 thead tr th {
        color: #555
    }

.table-striped.version_3 tbody tr td {
    color: #187ac8
}

.table-striped.version_4 tr td {
    text-align: left
}

.table-striped.version_6 td, .table-striped.version_6 th {
    vertical-align: middle
}

.table-striped.version_6 thead {
    border-bottom: 1px solid #fff
}

    .table-striped.version_6 thead tr {
        background-color: #e4f3fe
    }

        .table-striped.version_6 thead tr th {
            color: #555
        }

            .table-striped.version_6 thead tr th:nth-child(1) {
                width: 10%
            }

            .table-striped.version_6 thead tr th:nth-child(2) {
                width: 17%
            }

.table-striped.version_6 .eq_list tr:nth-child(2n) {
    background-color: #f9f9f9
}

.table-striped.version_6 .eq_list tr td:nth-child(2) {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    color: #222
}

    .table-striped.version_6 .eq_list tr td:nth-child(2):after {
        content: "";
        position: absolute;
        left: 50%;
        width: 40px;
        height: 40px;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transform: translateX(-50%) translateY(-10%);
        -webkit-transform: translateX(-50%) translateY(-10%);
        -o-transform: translateX(-50%) translateY(-10%);
        -ms-transform: translateX(-50%) translateY(-10%);
        transform: translateX(-50%) translateY(-10%);
        background-color: #ddd;
        z-index: -1
    }

.table-striped.version_6 .eq_list tr td.eq_lv-1:after {
    background-color: #21cf42
}

.table-striped.version_6 .eq_list tr td.eq_lv-2:after {
    background-color: #fed23a
}

.table-striped.version_6 .eq_list tr td.eq_lv-3:after {
    background-color: #ff8400
}

.table-striped.version_6 .eq_list tr td.eq_lv-4:after {
    background-color: red
}

.table-striped.version_6 .eq_list tr td:nth-child(3) {
    text-align: left;
    font-size: .875rem
}

    .table-striped.version_6 .eq_list tr td:nth-child(3) ul {
        list-style: none;
        padding-left: 0
    }

        .table-striped.version_6 .eq_list tr td:nth-child(3) ul li {
            text-align: left;
            color: #555;
            padding-bottom: 5px;
            letter-spacing: 1px
        }

        .table-striped.version_6 .eq_list tr td:nth-child(3) ul span {
            padding-right: 5px
        }

            .table-striped.version_6 .eq_list tr td:nth-child(3) ul span:after {
                content: ":"
            }

.table-striped.version_6 .unlist tr:nth-child(even) {
    background: #f9f9f9
}

.table-striped.version_6 .unlist tr td {
    text-align: left;
    padding: 20px
}

    .table-striped.version_6 .unlist tr td:first-child {
        width: 80%
    }

.table-striped.version_7 .tribes-list tr:hover {
    opacity: .8
}

.table-striped.version_7 .tribes-list .weather-icon {
    width: 50px;
    height: 50px
}

.table-striped.version_7 tbody tr:nth-of-type(2n+1) {
    background-color: #fef0f0
}

.table-striped.version_7 tbody tr:nth-of-type(2n) {
    background-color: #fff
}

.table-striped.version_7 tbody tr td {
    vertical-align: middle;
    font-size: .975rem
}

    .table-striped.version_7 tbody tr td ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none
    }

        .table-striped.version_7 tbody tr td ul li {
            width: 100%;
            padding: 0 3px;
            font-size: .975rem
        }

            .table-striped.version_7 tbody tr td ul li:first-child {
                color: #1a67b1;
                text-align: right
            }

                .table-striped.version_7 tbody tr td ul li:first-child:after {
                    content: "/";
                    color: #dcdcdc;
                    padding-left: 8px
                }

            .table-striped.version_7 tbody tr td ul li:last-child {
                color: #d32c1b;
                text-align: left
            }

.table-striped.version_7 .hakka-list tr td {
    vertical-align: middle;
    font-size: .975rem
}

    .table-striped.version_7 .hakka-list tr td:nth-child(1) {
        width: 50%;
        position: relative;
        padding-left: 30px
    }

        .table-striped.version_7 .hakka-list tr td:nth-child(1) span {
            font-size: 2.1rem;
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 40px
        }

            .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path10:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path1:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path2:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path3:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path4:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path5:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path6:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path7:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path8:before, .table-striped.version_7 .hakka-list tr td:nth-child(1) span .path9:before {
                color: #a6a5a5
            }

    .table-striped.version_7 .hakka-list tr td:nth-child(2) {
        margin: 0 auto
    }

.table-typhoon > thead > tr > th {
    vertical-align: middle
}

.table-typhoon tbody tr:nth-of-type(2n+1) {
    background-color: #effcfe
}

.table-typhoon tbody tr:nth-child(even) {
    background-color: #fff
}

.table-typhoon tbody tr:first-child {
    background: #e4f3fe
}

.table-wind thead tr {
    background: #0f7b8c
}

    .table-wind thead tr th {
        vertical-align: middle
    }

        .table-wind thead tr th:first-child {
            background: #187ac8
        }

.table-wind tbody tr th {
    vertical-align: middle;
    text-align: center;
    background: #f9f9f9
}

.table-wind tbody tr:nth-of-type(3n) th {
    background: #fff
}

.organization * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.organization .cf:after, .organization .cf:before {
    content: " ";
    display: table
}

.organization .cf:after {
    clear: both
}

.organization body {
    background: #f5eec9
}

.organization .content {
    width: 100%;
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 20px
}

.organization a:focus {
    outline: 2px dashed #f7f7f7
}

@media all and (max-width:767px) {
    .organization .content {
        padding: 0 20px
    }
}

.organization ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .organization ul a {
        display: block;
        background: #1879c9;
        border: 4px solid #e1f2ff;
        text-align: center;
        font-size: .7em;
        text-decoration: none;
        font-weight: 700;
        color: #fff;
        box-shadow: 4px 4px 9px -4px rgba(0,0,0,.4);
        -webkit-transition: all linear .1s;
        -moz-transition: all linear .1s;
        transition: all linear .1s
    }

@media all and (max-width:767px) {
    .organization ul a {
        font-size: 1em
    }
}

.organization ul a span {
    padding: .5rem 0;
    font-size: 1.125rem;
    display: block
}

.organization .administration > li > a {
    margin-bottom: 25px
}

.organization .director > li > a {
    width: 50%;
    margin: 0 auto 0 auto
}

.organization .subdirector:after {
    content: "";
    display: block;
    width: 0;
    height: 130px;
    background: red;
    border-left: 4px solid #c3c3c3;
    left: 45.45%;
    position: relative
}

.organization .departments, .organization .subdirector {
    position: absolute;
    width: 100%
}

    .organization .departments > li:first-child, .organization .subdirector > li:first-child {
        width: 18.59894921%;
        height: 64px;
        margin: 0 auto 92px auto;
        padding-top: 25px;
        border-bottom: 4px solid #c3c3c3;
        z-index: 1
    }

    .organization .subdirector > li:first-child {
        float: right;
        right: 27.2%;
        border-left: 4px solid #c3c3c3
    }

    .organization .departments > li:first-child {
        float: left;
        left: 27.2%;
        border-right: 4px solid #c3c3c3
    }

        .organization .departments > li:first-child a, .organization .subdirector > li:first-child a {
            width: 100%;
            background: #afddff;
            color: #1260a1
        }

    .organization .subdirector > li:first-child a {
        left: 25px
    }

.organization .secre-t {
    width: 50%;
    margin: 0 auto
}

.organization .secretary {
    width: 50%
}

    .organization .secretary li a {
        border-color: #c3c3c3;
        background: #f9f9f9;
        color: #767676;
        font-size: .875rem;
        -ms-border-radius: .3rem;
        -moz-border-radius: .3rem;
        -webkit-border-radius: .3rem;
        border-radius: .3rem;
        padding: 0 .5rem;
        height: 110px;
        display: inline-block
    }

    .organization .secretary li::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        background: #c3c3c3
    }

    .organization .secretary.r1 li:first-child:before {
        -moz-transform: translate(50%);
        -webkit-transform: translate(50%);
        -o-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%)
    }

    .organization .secretary.r2 li:last-child:before {
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }

@media all and (max-width:767px) {
    .organization .departments > li:first-child, .organization .subdirector > li:first-child {
        width: 40%
    }

    .organization .subdirector > li:first-child {
        right: 10%;
        margin-right: 2px
    }

    .organization .subdirector:after {
        left: 49.8%
    }

    .organization .departments > li:first-child {
        left: 10%;
        margin-left: 2px
    }
}

.organization .departments > li:first-child a {
    right: 25px
}

.organization .department:first-child, .organization .departments li:nth-child(2) {
    margin-left: 0;
    clear: left
}

.organization .departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 76.3%;
    height: 22px;
    border-top: 4px solid #c3c3c3;
    border-right: 4px solid #c3c3c3;
    border-left: 4px solid #c3c3c3;
    margin: 0 auto;
    top: 130px;
    left: 0;
    right: 0
}

@media all and (max-width:767px) {
    .organization .departments:after {
        border-right: none;
        left: 0;
        width: 49.8%
    }
}

@media all and (min-width:768px) {
    .organization .department:first-child:before, .organization .department:last-child:before {
        border: none
    }

    .organization .secretary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        .organization .secretary li {
            width: 100%;
            text-align: center;
            padding-top: 40px
        }

            .organization .secretary li a span {
                -ms-writing-mode: tb-rl;
                writing-mode: vertical-lr
            }

            .organization .secretary li a.s-font span {
                font-size: .875rem
            }

            .organization .secretary li a::before {
                content: "";
                position: absolute;
                width: 3px;
                height: 44px;
                background: #c3c3c3;
                top: -44px;
                left: 50%;
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%)
            }
}

.organization .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 4px solid #c3c3c3;
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -4px
}

.organization .department {
    border-left: 4px solid #c3c3c3;
    width: 24%;
    float: left;
    margin-left: 1%;
    margin-bottom: 60px
}

.organization .lt-ie8 .department {
    width: 18.25%
}

@media all and (max-width:767px) {
    .organization .department {
        float: none;
        width: 100%;
        margin-left: 0
    }

        .organization .department:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 60px;
            border-left: 4px solid #c3c3c3;
            z-index: 1;
            top: -60px;
            left: 0;
            margin-left: -4px
        }

        .organization .department:nth-child(2):before {
            display: none
        }
}

.organization .department > a {
    margin: 0 0 -26px -4px;
    z-index: 1
}

.organization .department > ul {
    margin-top: 0;
    margin-bottom: 0
}

.organization .department li {
    padding-left: 25px;
    border-bottom: 4px solid #c3c3c3;
    height: 80px
}

    .organization .department li a {
        border: none;
        background: #c3c3c3;
        top: 48px;
        position: absolute;
        z-index: 1;
        width: 90%;
        height: 60px;
        vertical-align: middle;
        right: -1px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background-image: -moz-linear-gradient(-45deg,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 100%) !important;
        background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(0,0,0,.25)),color-stop(100%,rgba(0,0,0,0))) !important;
        background-image: -webkit-linear-gradient(-45deg,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 100%) !important;
        background-image: -o-linear-gradient(-45deg,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 100%) !important;
        background-image: -ms-linear-gradient(-45deg,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 100%) !important;
        background-image: linear-gradient(135deg,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1)
    }

        .organization .department li a:hover {
            height: 80px;
            width: 95%;
            top: 39px;
            background-image: none !important
        }

.organization .department.dep-a a {
    background: #1879c9;
    border-color: #85c3f7
}

.organization .department.dep-b a {
    background: #b44fa2;
    border-color: #ffaef1
}

.organization .department.dep-c a {
    background: #d43434;
    border-color: #ffd0d0
}

.organization .department.dep-d a {
    background: #257d2a;
    border-color: #9feca4
}

.organization .department.dep-e a {
    background: #f0f0f0;
    border-color: #f0f0f0
}

@media (max-width:1200px) {
    .table-striped.version_7 tbody tr {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .table-striped.version_7 tbody tr td {
            width: 50%
        }
}

.table-profile table {
    width: 100% !important
}

.sevenDaysReport table #table_top {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transform: none;
    transition: none;
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

    .sevenDaysReport table #table_top.fixed_top {
        width: 100%;
        position: fixed;
        left: 50%;
        top: 0;
        z-index: 9999;
        -moz-transform: translateY(0) translateX(-50%) translateZ(0);
        -webkit-transform: translateY(0) translateX(-50%) translateZ(0);
        -o-transform: translateY(0) translateX(-50%) translateZ(0);
        -ms-transform: translateY(0) translateX(-50%) translateZ(0);
        transform: translateY(0) translateX(-50%) translateZ(0);
        transform-origin: center center;
        -webkit-transform: translateZ(0) translateY(0) translateX(-50%)
    }

.sevenDaysReport table td .heading_3, .sevenDaysReport table td p, .sevenDaysReport table th .heading_3, .sevenDaysReport table th p {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin: 0
}

.sevenDaysReport table thead td, .sevenDaysReport table thead th {
    padding: 5px;
    vertical-align: middle;
    background-color: #0f7b8c
}

    .sevenDaysReport table thead td .heading_3, .sevenDaysReport table thead th .heading_3 {
        font-size: 1rem
    }

        .sevenDaysReport table thead td .heading_3 span, .sevenDaysReport table thead th .heading_3 span {
            font-size: 1rem
        }

        .sevenDaysReport table thead td .heading_3 span, .sevenDaysReport table thead td p span, .sevenDaysReport table thead th .heading_3 span, .sevenDaysReport table thead th p span {
            color: #fff
        }

.sevenDaysReport table thead .holiday {
    background-color: #d83023
}

.sevenDaysReport table tbody .day th {
    vertical-align: middle;
    background-color: #0d6775
}

    .sevenDaysReport table tbody .day th span.heading_3 {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 1.125rem;
        letter-spacing: 1px
    }

        .sevenDaysReport table tbody .day th span.heading_3 a {
            text-align: center;
            padding: 6px 0
        }

.sevenDaysReport table tbody .day p {
    color: #555
}

.sevenDaysReport table tbody .day img {
    width: 30px;
    min-height: 30px
}

.sevenDaysReport table tbody .night {
    background-color: #fffcf5
}

    .sevenDaysReport table tbody .night p {
        color: #fff
    }

        .sevenDaysReport table tbody .night p span {
            color: #333
        }

    .sevenDaysReport table tbody .night img {
        width: 30px;
        min-height: 30px
    }

.three-hr-forecast {
    border-bottom: 1px solid #dcdcdc
}

    .three-hr-forecast.fixed_wrap {
        padding-top: 60px
    }

    .three-hr-forecast .table thead {
        -ms-overflow-style: none
    }

        .three-hr-forecast .table thead tr {
            background-color: #187ac8
        }

            .three-hr-forecast .table thead tr .t {
                display: block
            }

            .three-hr-forecast .table thead tr th {
                text-align: center;
                color: #fff;
                letter-spacing: 1px;
                vertical-align: middle
            }

    .three-hr-forecast .table tbody tr td {
        text-align: center;
        font-size: .875rem;
        letter-spacing: 1px;
        vertical-align: middle
    }

    .three-hr-forecast .table tbody tr.tr_shadow td div {
        width: 111px
    }

    .three-hr-forecast .table tbody .body-temp, .three-hr-forecast .table tbody .wind-dir {
        background-color: #f9f9f9
    }

    .three-hr-forecast .table tbody .rain {
        background-color: #e4f3fe
    }

.table-striped.version_8 tbody tr td {
    color: #555;
    text-align: left;
    padding: 15px;
    vertical-align: middle
}

    .table-striped.version_8 tbody tr td:nth-child(1) a {
        color: #1a67b1
    }

        .table-striped.version_8 tbody tr td:nth-child(1) a i {
            padding-right: 5px
        }

    .table-striped.version_8 tbody tr td:nth-child(2) a:before {
        content: "\e921";
        font-family: icomoon;
        color: #d32c1b;
        font-size: 1.6rem;
        padding-right: 6px;
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .table-striped.version_8 tbody tr td:nth-child(2) a:hover {
        color: #d32c1b
    }

    .table-striped.version_8 tbody tr td:nth-child(3) a:before {
        content: "\e924";
        font-family: icomoon;
        color: #0959a8;
        font-size: 1.6rem;
        padding-right: 6px;
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .table-striped.version_8 tbody tr td:nth-child(3) a:hover {
        color: #0959a8
    }

    .table-striped.version_8 tbody tr td a {
        color: #555;
        position: relative;
        display: block;
        padding: 5px 10px 5px 30px
    }

.table-striped.text-left tbody tr td {
    padding: 20px 25px;
    text-align: left
}

    .table-striped.text-left tbody tr td:first-child {
        text-align: center
    }

.table-striped.top3 tbody tr td {
    color: #0959a8
}

.table-striped.top3 tbody tr:nth-child(1) td, .table-striped.top3 tbody tr:nth-child(2) td, .table-striped.top3 tbody tr:nth-child(3) td {
    color: #cd2500
}

.table-astrology thead tr th {
    color: orange;
    border-bottom: 1px solid;
    padding: 16px
}

    .table-astrology thead tr th:last-child {
        text-align: center;
        width: 56%
    }

.table-astrology tbody tr td {
    border-bottom: 1px dashed #dcdcdc;
    padding: 16px
}

.table.disc td {
    padding: 4px
}

    .table.disc td:first-child {
        position: relative;
        padding-left: 15px
    }

        .table.disc td:first-child::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            background: #1a67b1;
            left: 0;
            top: 11px;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

    .table.disc td:first-child, .table.disc td:last-child {
        width: 25%
    }

.th-disc {
    margin: 0 6px 30px;
    color: #767676
}

    .th-disc th {
        position: relative;
        padding: 0 15px
    }

        .th-disc th::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            background: #1a67b1;
            left: 0;
            top: 8px;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

    .th-disc td {
        padding: 0 15px
    }

.table-blueroute-v2 .warn-middle {
    background-color: #fff6ac !important
}

    .table-blueroute-v2 .warn-middle + .warn-middle {
        border-top: 1px solid #fff
    }

.table-blueroute-v2 .warn-hight {
    background-color: #ffc580 !important
}

    .table-blueroute-v2 .warn-hight + .warn-hight {
        border-top: 1px solid #fff
    }

.table-blueroute-v2 img[src*="/weather_icons/"] {
    width: 60px;
    height: 60px
}

@media (max-width:640px) {
    .sm-colup {
        width: 100%;
        max-width: 100%
    }

        .sm-colup td {
            display: block;
            text-align: left !important;
            padding: 1px !important
        }

            .sm-colup td::before {
                content: attr(data-th);
                display: inline-block;
                width: 49%;
                background: #e4f3fe;
                color: #555;
                margin-right: 1em;
                padding: 10px
            }

        .sm-colup th {
            display: none
        }
}

.day_night_report.scroll_X, .week_report.scroll_X {
    width: 100vw;
    overflow-x: scroll
}

.day_night_report .flex_wrap ul, .week_report .flex_wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap
}

    .day_night_report .flex_wrap ul li, .week_report .flex_wrap ul li {
        padding: 10px 15px;
        width: 100%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

.day_night_report .flex_wrap #head_top, .week_report .flex_wrap #head_top {
    position: static;
    width: 100vw
}

    .day_night_report .flex_wrap #head_top.fixed, .week_report .flex_wrap #head_top.fixed {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0
    }

    .day_night_report .flex_wrap #head_top.static, .week_report .flex_wrap #head_top.static {
        position: static
    }

.day_night_report .flex_wrap #head_top_2, .week_report .flex_wrap #head_top_2 {
    position: static;
    width: 100vw
}

    .day_night_report .flex_wrap #head_top_2.fixed, .week_report .flex_wrap #head_top_2.fixed {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0
    }

    .day_night_report .flex_wrap #head_top_2.static, .week_report .flex_wrap #head_top_2.static {
        position: static
    }

.day_night_report .flex_wrap .flex_head ul, .week_report .flex_wrap .flex_head ul {
    background: #1a67b1
}

    .day_night_report .flex_wrap .flex_head ul li, .week_report .flex_wrap .flex_head ul li {
        border-right: 1px solid rgba(255,255,255,.2)
    }

        .day_night_report .flex_wrap .flex_head ul li:last-child, .week_report .flex_wrap .flex_head ul li:last-child {
            border-right: none
        }

        .day_night_report .flex_wrap .flex_head ul li.holiday, .week_report .flex_wrap .flex_head ul li.holiday {
            background: #42a1ae
        }

        .day_night_report .flex_wrap .flex_head ul li h3, .day_night_report .flex_wrap .flex_head ul li p, .day_night_report .flex_wrap .flex_head ul li span, .week_report .flex_wrap .flex_head ul li h3, .week_report .flex_wrap .flex_head ul li p, .week_report .flex_wrap .flex_head ul li span {
            text-align: center;
            color: #fff;
            font-size: 1.025rem;
            letter-spacing: 2px
        }

            .day_night_report .flex_wrap .flex_head ul li p, .day_night_report .flex_wrap .flex_head ul li p span, .week_report .flex_wrap .flex_head ul li p, .week_report .flex_wrap .flex_head ul li p span {
                font-size: .875rem;
                font-weight: 200
            }

.day_night_report .flex_wrap .flex_body ul.day, .week_report .flex_wrap .flex_body ul.day {
    background: #fff
}

.day_night_report .flex_wrap .flex_body ul.night, .week_report .flex_wrap .flex_body ul.night {
    background: #4774b8
}

    .day_night_report .flex_wrap .flex_body ul.night li > p, .week_report .flex_wrap .flex_body ul.night li > p {
        color: #fff
    }

.day_night_report .flex_wrap .flex_body ul li object, .week_report .flex_wrap .flex_body ul li object {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.day_night_report .flex_wrap .flex_body ul li p, .week_report .flex_wrap .flex_body ul li p {
    color: #555;
    font-size: .875rem;
    text-align: center;
    letter-spacing: 1px
}

.table-time .thead {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid orange;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .table-time .thead li {
        width: 100%;
        color: orange;
        padding: 10px 30px;
        font-weight: 700
    }

.table-time .tbody {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px dashed #dcdcdc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .table-time .tbody li {
        width: 100%;
        padding: 10px 30px
    }

.table-blueroute > tbody > tr > td, .table-blueroute > tbody > tr > th, .table-blueroute > tfoot > tr > td, .table-blueroute > tfoot > tr > th, .table-blueroute > thead > tr > td, .table-blueroute > thead > tr > th {
    text-align: center;
    vertical-align: middle
}

.table-blueroute > tbody > tr > th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .table-blueroute > tbody > tr > th span {
        display: block;
        color: #555;
        letter-spacing: 1px
    }

.table-blueroute .icon-anchor {
    width: 30px;
    height: 30px;
    padding: 4px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4774b8;
    color: #e4f3fe;
    position: relative;
    display: inline-block
}

    .table-blueroute .icon-anchor.yellow-dot {
        background-color: #ffeb3b;
        color: #222
    }

    .table-blueroute .icon-anchor.orange-dot {
        background-color: #d63801
    }

    .table-blueroute .icon-anchor:before {
        transform-origin: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        font-size: 1.175rem
    }

.table-blueroute i.icon-cwb-height, .table-blueroute i.icon-cwb-low {
    font-size: 1.575rem
}

.item-gray tbody:nth-child(even) td[rowspan], .item-gray tbody:nth-child(even) th[rowspan] {
    background: #f9f9f9
}

.item-gray tbody + tbody {
    border-top: 2px solid #ececec
}

.warn-table tbody tr th {
    width: 2rem
}

.warn-table tbody tr td {
    height: 3rem
}

.mobile_table-month .btn-group {
    display: none
}

.mobile_table-month thead.fixed_top {
    position: fixed;
    z-index: 9;
    top: 0
}

.mobile_table-month thead th:first-child {
    background: #187ac8
}

@media (max-width:992px) {
    .mobile_table-month {
        position: relative;
        padding-left: 80px;
        margin-bottom: 0px;
        clear: both
    }

        .mobile_table-month .fixed-table-left {
            background: 0 0;
            width: auto;
            position: fixed;
            left: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column !important;
            -moz-flex-direction: column !important;
            -ms-flex-direction: column !important;
            -o-flex-direction: column !important;
            flex-direction: column !important;
            -webkit-flex-wrap: nowrap !important;
            -moz-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
            -o-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important
        }

        .mobile_table-month .table > tbody > tr > td, .mobile_table-month .table > tbody > tr > th, .mobile_table-month .table > tfoot > tr > td, .mobile_table-month .table > tfoot > tr > th, .mobile_table-month .table > thead > tr > td, .mobile_table-month .table > thead > tr > th {
            display: none;
        }

            .mobile_table-month .table > tbody > tr > td.is_show, .mobile_table-month .table > tbody > tr > th.is_show, .mobile_table-month .table > tfoot > tr > td.is_show, .mobile_table-month .table > tfoot > tr > th.is_show, .mobile_table-month .table > thead > tr > td.is_show, .mobile_table-month .table > thead > tr > th.is_show {
                display: block
            }

            .mobile_table-month .table > tbody > tr > td:first-child, .mobile_table-month .table > tbody > tr > th:first-child, .mobile_table-month .table > tfoot > tr > td:first-child, .mobile_table-month .table > tfoot > tr > th:first-child, .mobile_table-month .table > thead > tr > td:first-child, .mobile_table-month .table > thead > tr > th:first-child {
                position: absolute;
                left: -80px;
                width: 80px !important;
                display: block;
                text-align: center;
                min-height: 100%;
                padding: 8px 3px;
                word-break: keep-all
            }

        .mobile_table-month .btn-group {
            width: 100%;
            display: block
        }

            .mobile_table-month .btn-group + table {
                margin-top: 40px
            }

            .mobile_table-month .btn-group a {
                position: absolute;
                -moz-transform: translateY(-10px);
                -webkit-transform: translateY(-10px);
                -o-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                padding: 5px 15px;
                background: #f2f2f2;
                width: 100px;
                height: 30px;
                margin-top: 10px;
                -ms-border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                z-index: 99;
                bottom: 100%
            }

                .mobile_table-month .btn-group a.is_done {
                    pointer-events: none;
                    background: #eee
                }

                    .mobile_table-month .btn-group a.is_done i {
                        color: #ddd
                    }

                .mobile_table-month .btn-group a:hover {
                    background: #8acbff
                }

                    .mobile_table-month .btn-group a:hover i {
                        color: #f2f2f2
                    }

                .mobile_table-month .btn-group a#back, .mobile_table-month .btn-group a.back {
                    left: 0
                }

                .mobile_table-month .btn-group a#next, .mobile_table-month .btn-group a.next {
                    right: 0
                }

                .mobile_table-month .btn-group a i {
                    color: #187ac8;
                    font-size: 1.375rem;
                    position: absolute;
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    top: 50%;
                    left: 50%
                }

            .mobile_table-month .btn-group.fixed_bottom {
                position: fixed;
                z-index: 9
            }

    table.two-th tbody td {
        min-height: 60px
    }

    table.two-th tbody th {
        text-align: center
    }
}

#StationData tbody tr td img {
    width: 30px;
    height: 30px
}

.go-left {
    opacity: 0;
    pointer-events: none
}

    .go-left:before {
        padding-right: 10px;
        content: "\f104";
        font-family: FontAwesome
    }

    .go-left.show {
        opacity: 1;
        pointer-events: auto
    }

.go-right:after {
    padding-left: 10px;
    content: "\f105";
    font-family: FontAwesome
}

@media (max-width:768px) {
    .three-hr-forecast.fixed_wrap {
        padding-top: 0
    }

    .clone-head-table-wrap > table > thead > tr > th:first-child {
        left: 0 !important
    }

    .table_fix_left {
        table-layout: fixed;
        white-space: nowrap
    }

        .table_fix_left .table {
            margin-left: 100px
        }

            .table_fix_left .table .th_row_1 th {
                height: 50px
            }

            .table_fix_left .table > tbody > tr > th:first-child, .table_fix_left .table > tfoot > tr > th:first-child, .table_fix_left .table > thead > tr > th:first-child {
                width: 100px;
                position: absolute;
                left: 16px;
                border-right: 2px solid #1a67b1;
                background: #fff
            }

            .table_fix_left .table > thead > tr > th:first-child {
                background: #e4f3fe
            }

            .table_fix_left .table > thead > tr.th_row_1 > th:first-child {
                background: #187ac8;
                min-height: 70px
            }

            .table_fix_left .table > tbody > tr:nth-child(even) > th:first-child, .table_fix_left .table > tfoot > tr:nth-child(even) > th:first-child {
                background: #effcfe
            }

            .table_fix_left .table .H-0 {
                border-left: 1px solid #187ac8
            }
}

.sortAsc {
    position: relative
}

    .sortAsc:before {
        content: "\f106";
        font-family: FontAwesome;
        position: absolute;
        right: 3px;
        top: 0;
        color: #fff
    }

.sortDesc {
    position: relative
}

    .sortDesc:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 3px;
        top: 0;
        color: #fff
    }

.sortDefault {
    position: relative
}

    .sortDefault:after, .sortDefault:before {
        color: rgba(255,255,255,.5);
        position: absolute;
        right: 3px
    }

    .sortDefault:before {
        content: "\f106";
        font-family: FontAwesome;
        top: 0
    }

    .sortDefault:after {
        content: "\f107";
        font-family: FontAwesome;
        top: 8px
    }

.table-container {
    max-width: 1020px;
    margin: 0 auto
}

.scroll_table {
    overflow-x: auto
}

    .scroll_table .table {
        word-break: keep-all
    }

.table_verA {
    margin: 50px auto
}

    .table_verA tbody tr:nth-of-type(2n+1) {
        background-color: #effcfe
    }

    .table_verA tbody tr:nth-child(even) {
        background-color: #fff
    }

    .table_verA tbody tr td {
        text-align: left;
        vertical-align: middle
    }

    .table_verA tbody tr th {
        background-color: #1a67b1;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 12px 8px;
        width: 150px;
        vertical-align: middle;
        text-align: center;
        font-weight: 400
    }

.table_verB {
    margin: 50px auto
}

    .table_verB thead tr th {
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        background-color: #0f838c;
        color: #fff;
        font-weight: 400;
        min-width: 210px
    }

        .table_verB thead tr th:first-child {
            top: 0;
            left: 0;
            background-color: #1a67b1;
            min-width: 150px !important;
            width: 150px !important
        }

    .table_verB tbody tr:nth-child(even) {
        background-color: #effcfe
    }

        .table_verB tbody tr:nth-child(even) th {
            background-color: #fff;
            text-align: center;
            vertical-align: middle;
            color: #1a67b1;
            font-weight: 400
        }

    .table_verB tbody tr:nth-child(odd) {
        background-color: #fff
    }

        .table_verB tbody tr:nth-child(odd) th {
            background-color: #effcfe;
            text-align: center;
            vertical-align: middle;
            color: #1a67b1;
            font-weight: 400
        }

    .table_verB tbody tr td {
        vertical-align: middle;
        text-align: center
    }

.table_verC tbody tr {
    background-color: #fff
}

    .table_verC tbody tr th {
        background-color: #1a67b1;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 12px 8px;
        text-align: center;
        vertical-align: middle;
        font-weight: 400;
        width: 150px;
        min-width: 150px
    }

    .table_verC tbody tr td {
        border-bottom: 1px solid #1a67b1;
        border-top: 1px solid #1a67b1;
        border-right: 1px solid #1a67b1;
        text-align: left;
        vertical-align: middle
    }

    .table_verC tbody tr:last-child th {
        border-bottom: 1px solid #1a67b1
    }

.table_verD thead tr {
    border: 1px solid #1a67b1
}

    .table_verD thead tr th:nth-child(odd) {
        background-color: #e4f3fe;
        border: 1px solid #1a67b1;
        color: #1a67b1;
        font-weight: 400;
        text-align: center
    }

    .table_verD thead tr th:nth-child(even) {
        background-color: #1a67b1;
        border: 1px solid #1a67b1;
        color: #fff;
        font-weight: 400;
        text-align: center
    }

    .table_verD thead tr th:first-child {
        border: 1px solid #007180;
        border-bottom: #fff 1px solid;
        background-color: #007180;
        color: #fff
    }

.table_verD tbody tr th {
    border: 1px solid #007180;
    background-color: #007180;
    border-bottom: #fff 1px solid;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-weight: 400
}

.table_verD tbody tr td {
    border: 1px solid #1a67b1;
    vertical-align: middle;
    text-align: center
}

.table_verD tbody tr:last-child th {
    border-bottom: 1px solid #007180
}

.qAnda table thead th {
    border: 1px solid #a9a9a9
}

.qAnda table tbody tr {
    background-color: #e4f3fe;
    font-size: 1.125rem
}

    .qAnda table tbody tr th {
        color: #1a67b1;
        font-weight: 400;
        padding: 10px;
        padding-right: 0
    }

    .qAnda table tbody tr td {
        padding: 0
    }

.qAnda table tbody a {
    color: #1a67b1;
    padding: 10px;
    width: 100%;
    display: inline-block
}

    .qAnda table tbody a h3 {
        color: #1a67b1;
        font-size: 1.125rem;
        margin: 0
    }

.qAnda .qAnda-list tbody tr:hover {
    background-color: #0959a8
}

    .qAnda .qAnda-list tbody tr:hover a, .qAnda .qAnda-list tbody tr:hover h3, .qAnda .qAnda-list tbody tr:hover td, .qAnda .qAnda-list tbody tr:hover th {
        color: #fff
    }

.qAnda .qAnda-list tbody tr td {
    width: 100%
}

.full-book table tbody th {
    border: 1px solid #a9a9a9
}

.full-book table tbody tr {
    border: 1px solid #a9a9a9;
    border-bottom: 1px solid #fff
}

.full-book .table.table-striped.version_5 > thead > tr > th {
    border: 1px solid #a9a9a9
}

.full-book .table.table-striped.version_5 > tbody > tr > td {
    border: 1px solid #a9a9a9
}

@media (max-width:991px) {
    .table_loc thead {
        display: none
    }

    .table_loc tr:first-child td:first-child {
        border-top: 1px solid #dcdcdc !important
    }

    .table_loc tr td {
        display: block;
        padding: 5px !important;
        border: 1px solid #dcdcdc
    }

        .table_loc tr td:before {
            content: attr(data-th);
            font-weight: 700;
            display: block
        }

        .table_loc tr td:nth-child(3) a:before {
            font-size: 1.1rem !important
        }

        .table_loc tr td:nth-child(2) a:before {
            font-size: 1.1rem !important
        }

        .table_loc tr td span {
            display: block;
            padding: 5px 10px 5px 30px;
            font-size: 1.1rem;
            min-height: 35px
        }

        .table_loc tr td a {
            font-size: 1.1rem
        }
}

.table-bordered.v2 {
    border-bottom: 0;
    border-left: 0
}

    .table-bordered.v2 > tbody > tr > td, .table-bordered.v2 > tbody > tr > th, .table-bordered.v2 > tfoot > tr > td, .table-bordered.v2 > tfoot > tr > th, .table-bordered.v2 > thead > tr > td, .table-bordered.v2 > thead > tr > th {
        border-right: 0
    }

.report-table.pc {
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:500px) {
    .report-table.pc {
        display: none
    }
}

.report-table.pc table td, .report-table.pc table th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative
}

.report-table.pc table img {
    width: 30px
}

.report-table.pc table p {
    margin-bottom: 0
}

.report-table.pc table thead {
    background-color: #42a1ae;
    color: #fff
}

    .report-table.pc table thead th.holiday {
        background-color: #d83023
    }

.report-table.pc table tbody tr:nth-child(odd) {
    background-color: #fffcf5
}

.report-table.pc table tbody tr th {
    color: #0f7b8c;
    background-clip: revert
}

.report-table.pc table tbody tr td b {
    font-weight: 400
}

.report-table.pc table tbody .time {
    color: #0f7b8c;
    font-weight: 700
}

    .report-table.pc table tbody .time th[scope=col] {
        background-color: #fffcf5;
        color: #0f7b8c;
        background-clip: padding-box
    }

    .report-table.pc table tbody .time th[headers] {
        background-color: #fffcf5;
        color: #0f7b8c;
        background-clip: padding-box
    }

.report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2 {
    display: block;
    padding-bottom: 6px;
    font-size: 2.5rem
}

    .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_0-2 {
        color: #a7cd20
    }

    .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_3-5 {
        color: orange
    }

    .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_6-7 {
        color: #f39800
    }

    .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_8-10 {
        color: #d32c1b
    }

    .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_11 {
        color: #ac4a9b
    }

.report-table.pc table tbody strong {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #222;
    text-shadow: #fff 0 2px,#fff 2px 0,#fff -2px 0,#fff 0 -2px,#fff -1.4px -1.4px,#fff 1.4px 1.4px,#fff 1.4px -1.4px,#fff -1.4px 1.4px
}

.report-table.sp {
    display: none
}

@media (max-width:500px) {
    .report-table.sp {
        display: block
    }
}

.report-table.sp table {
    table-layout: fixed;
    margin-bottom: 5px
}

    .report-table.sp table:nth-child(odd) {
        background-color: #fffcf5
    }

    .report-table.sp table:nth-child(even) {
        border: 1px solid #0f7b8c
    }

    .report-table.sp table thead > tr > th > span {
        background-color: #daf3f0;
        border-radius: 50px;
        font-weight: 400
    }

        .report-table.sp table thead > tr > th > span.holiday {
            background-color: #ffdfdf
        }

    .report-table.sp table td, .report-table.sp table th {
        vertical-align: middle;
        position: relative
    }

    .report-table.sp table tbody th {
        color: #0f7b8c;
        white-space: nowrap
    }

    .report-table.sp table img {
        width: 30px;
        margin-left: 1rem
    }

@media (max-width:375px) {
    .report-table.sp table img {
        margin-left: 0
    }
}

.report-table.sp table .c-blue {
    color: #1a67b1
}

.report-table.sp table .c-red {
    color: #cd2500
}

.report-table.sp table .weather-info {
    background-color: #a4dbd5;
    padding: 2px 20px;
    border-radius: 5px;
    position: relative
}

@media (max-width:320px) {
    .report-table.sp table .weather-info {
        width: 120px;
        margin-left: auto
    }
}

.report-table.sp table .weather-info::before {
    content: "";
    border-style: solid;
    border-width: 8px;
    border-color: transparent #a4dbd5 transparent transparent;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -16px
}

.report-table.sp table .weather-info span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 2px
}

.report-table.sp table .weather-info a {
    display: block;
    border: 0;
    display: inline-block;
    background-color: #0f7b8c;
    border-radius: 100%;
    padding: 1px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 22px;
    height: 22px;
    text-align: center
}

    .report-table.sp table .weather-info a i {
        font-style: normal;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

.report-table .wrapper {
    overflow: hidden
}

    .report-table .wrapper.show-content {
        height: auto !important;
        line-height: 0 !important
    }

.report-table-v1.pc table tbody tr:nth-child(odd) {
    background-color: transparent
}

.report-table-v1.pc table tbody tr th {
    background-color: transparent;
    color: #42a1ae
}

.report-table-v1.sp {
    overflow-x: hidden
}

    .report-table-v1.sp .btn-default-r {
        margin: 0
    }

    .report-table-v1.sp table {
        margin-bottom: 0
    }

        .report-table-v1.sp table:nth-child(odd) {
            background-color: transparent
        }

        .report-table-v1.sp table thead tr:first-child th:first-child {
            background-color: #42a1ae;
            color: #fff;
            font-weight: 400
        }

        .report-table-v1.sp table thead tr th {
            font-weight: 400;
            color: #42a1ae;
            border-bottom: 1px solid #ddd;
            text-align: center
        }

            .report-table-v1.sp table thead tr th:nth-child(even) {
                background-color: #fffcf5
            }

@media (max-width:375px) {
    .report-table-v1.sp table thead tr th {
        white-space: normal;
        padding: 2px
    }
}

.report-table-v1.sp table tbody tr th {
    background-color: #42a1ae;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #ddd !important
}

@media (max-width:375px) {
    .report-table-v1.sp table tbody tr th {
        white-space: normal;
        padding: 2px
    }
}

.report-table-v1.sp table tbody tr td {
    text-align: center;
    border-bottom: 1px solid #ddd !important
}

    .report-table-v1.sp table tbody tr td:nth-child(even) {
        background-color: #fffcf5
    }

@media (max-width:375px) {
    .report-table-v1.sp table tbody tr td {
        white-space: normal;
        padding: 2px
    }
}

.report-table-v1 .wrapper {
    height: 500px
}

.cubeV9-table {
    color: #1a67b1;
    border: 1px solid #7fd9e4;
    width: 100%;
    float: none
}

    .cubeV9-table i {
        display: block;
        font-size: 2.5rem;
        padding-bottom: 6px;
        text-align: center
    }

@media (max-width:992px) {
    .cubeV9-table i {
        font-size: 2.5rem
    }
}

.cubeV9-table td, .cubeV9-table th {
    text-align: center;
    vertical-align: middle !important
}

.cubeV9-table.pc {
    display: none
}

    .cubeV9-table.pc thead td, .cubeV9-table.pc thead th {
        border-right: 1px solid #7fd9e4
    }

        .cubeV9-table.pc thead td:last-child, .cubeV9-table.pc thead th:last-child {
            border-right: unset
        }

    .cubeV9-table.pc tbody td {
        border: 1px solid #7fd9e4
    }

@media (min-width:1200px) {
    .cubeV9-table.pc {
        display: table
    }
}

.cubeV9-table.sp {
    margin-bottom: 2rem
}

@media (min-width:1200px) {
    .cubeV9-table.sp {
        display: none
    }
}

.cubeV9-table.sp .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.33333%
}

.cubeV9-table.sp .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1px
}

.cubeV9-table.sp .border-top-solid {
    border-top: 1px solid #7fd9e4
}

.cubeV9-table.sp .border-left-solid {
    border-left: 1px solid #7fd9e4;
    padding: 15px 0
}

.cubeV9-table-v1 {
    border-color: #dcdcdc
}

    .cubeV9-table-v1 thead {
        background-color: #0f7b8c;
        color: #fff;
        font-weight: 400
    }

        .cubeV9-table-v1 thead td, .cubeV9-table-v1 thead th {
            border-color: #dcdcdc
        }

    .cubeV9-table-v1 tbody {
        background-color: #fffcf5;
        color: #555
    }

        .cubeV9-table-v1 tbody td {
            border-color: #dcdcdc
        }

.simple-table {
    width: 100%;
    border: 1px solid #7fd9e4;
    table-layout: fixed
}

.table-responsive {
    overflow-x: auto;
    scrollbar-base-color: #767676;
    scrollbar-face-color: #187ac8;
    scrollbar-shadow-color: #187ac8;
    scrollbar-color: #187ac8 #dcdcdc
}

    .table-responsive::-webkit-scrollbar {
        height: 20px
    }

    .table-responsive::-webkit-scrollbar-track {
        background: 0 0
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background: #187ac8;
        padding: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

.table-scrollBarColor-sea {
    scrollbar-base-color: #f9f9f9;
    scrollbar-face-color: #42a1ae;
    scrollbar-shadow-color: #42a1ae;
    scrollbar-color: #42a1ae #f9f9f9
}

    .table-scrollBarColor-sea::-webkit-scrollbar-track {
        background: #f9f9f9
    }

    .table-scrollBarColor-sea::-webkit-scrollbar-thumb {
        background: #42a1ae;
        padding: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

.acc-v1.vision_1 .span_location {
    background: #dcdcdc;
    padding: 5px;
    font-size: .875rem;
    letter-spacing: 1px;
    color: #555;
    margin: 8px;
    white-space: nowrap;
    min-width: 60px;
    display: inline-block;
    text-align: center
}

.acc-v1.vision_1 .panel {
    box-shadow: none
}

    .acc-v1.vision_1 .panel, .acc-v1.vision_1 .panel + .panel {
        margin-top: 0;
        border: none;
        border-top: 1px solid #e4f3fe
    }

        .acc-v1.vision_1 .panel:last-child {
            border-bottom: 1px solid #e4f3fe
        }

.acc-v1.vision_1 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e4f3fe
}

.acc-v1.vision_1 .panel-heading a {
    font-size: .975rem;
    letter-spacing: 1px;
    color: #555;
    padding: 10px 1.5rem 10px 0;
    position: relative
}

    .acc-v1.vision_1 .panel-heading a:after {
        content: "\f0d7";
        font-family: FontAwesome;
        color: #dcdcdc;
        position: absolute;
        top: .5rem;
        right: 0
    }

.panel-default.hurricane {
    box-shadow: none;
    border: none
}

    .panel-default.hurricane .panel-heading {
        border-top: 1px solid #ddd;
        position: relative
    }

        .panel-default.hurricane .panel-heading a {
            padding: 15px;
            color: #777
        }

            .panel-default.hurricane .panel-heading a:hover {
                color: #ddd
            }

            .panel-default.hurricane .panel-heading a i {
                font-size: 1.2rem
            }

    .panel-default.hurricane .panel-body {
        border-top: none
    }

        .panel-default.hurricane .panel-body p {
            color: #777
        }

        .panel-default.hurricane .panel-body span {
            color: #4774b8;
            font-size: .8rem
        }

        .panel-default.hurricane .panel-body img {
            margin-bottom: 10px
        }

        .panel-default.hurricane .panel-body .tow-pic span {
            display: block;
            text-align: center
        }

        .panel-default.hurricane .panel-body ol li {
            line-height: 2em;
            padding: 10px 0
        }

    .panel-default.hurricane .accordion-toggle:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        border-width: 10px 6px 0 6px;
        right: 10px;
        border-color: #777 rgba(255,255,255,0);
        border-style: solid;
        top: 50%;
        transform: translateY(-50%)
    }

    .panel-default.hurricane .accordion-toggle:hover:before {
        border-color: #ddd rgba(255,255,255,0)
    }

.city-weeek {
    position: relative
}

    .city-weeek .panel {
        margin-right: 10px
    }

    .city-weeek .panel-body {
        padding: 0
    }

        .city-weeek .panel-body > ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            width: 100%;
            border-bottom: 1px solid #fff
        }

            .city-weeek .panel-body > ul.hoilday .date {
                background-color: #d83023
            }

            .city-weeek .panel-body > ul > li {
                width: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -o-flex-direction: column;
                flex-direction: column;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                -o-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -o-flex-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

                .city-weeek .panel-body > ul > li > span {
                    display: block;
                    width: 100%;
                    text-align: center
                }

                .city-weeek .panel-body > ul > li.date {
                    background-color: #42a1ae;
                    color: #fff
                }

                    .city-weeek .panel-body > ul > li.date span {
                        font-size: .925rem;
                        letter-spacing: 2px
                    }

                .city-weeek .panel-body > ul > li.Day, .city-weeek .panel-body > ul > li.Night {
                    padding: 6px
                }

                    .city-weeek .panel-body > ul > li.Day span, .city-weeek .panel-body > ul > li.Night span {
                        padding: 2px 0
                    }

                    .city-weeek .panel-body > ul > li.Day img, .city-weeek .panel-body > ul > li.Night img {
                        width: 30px;
                        height: 30px
                    }

                .city-weeek .panel-body > ul > li.Night {
                    background-color: #f2f2f2
                }

        .city-weeek .panel-body .column-title {
            background: #0f7b8c
        }

            .city-weeek .panel-body .column-title li {
                color: #fff;
                padding: .5rem
            }

    .city-weeek .panel-title {
        padding: 0
    }

        .city-weeek .panel-title a {
            width: 100%;
            display: block;
            background-color: #0f838c;
            font-size: 1.125rem;
            letter-spacing: 2px;
            padding: 12px 27px;
            color: #fff
        }

    .city-weeek .panel, .city-weeek .panel-heading + .panel-collapse > .list-group, .city-weeek .panel-heading + .panel-collapse > .panel-body {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none;
        background: 0 0
    }

    .city-weeek .panel-default > .panel-heading {
        padding: 0;
        border: none;
        z-index: 0
    }

        .city-weeek .panel-default > .panel-heading > .panel-title .collapsed {
            position: relative
        }

            .city-weeek .panel-default > .panel-heading > .panel-title .collapsed:after {
                content: "\f067";
                font-family: FontAwesome
            }

        .city-weeek .panel-default > .panel-heading > .panel-title a {
            position: relative
        }

            .city-weeek .panel-default > .panel-heading > .panel-title a:after {
                content: "\f068";
                font-family: FontAwesome;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -o-flex-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                position: absolute;
                width: 25px;
                height: 25px;
                text-align: center;
                top: 50%;
                right: -14px;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background-color: #fff;
                color: #0f838c;
                z-index: 2;
                font-size: .8rem
            }

    .city-weeek .panel + .panel {
        margin-top: 10px
    }

.lt-blue-aco .panel {
    border: none;
    position: relative;
    top: 1px
}

.lt-blue-aco .panel-heading {
    background: #0f7b8c
}

    .lt-blue-aco .panel-heading h4 {
        text-align: center
    }

        .lt-blue-aco .panel-heading h4 a {
            padding: 10px;
            display: block
        }

            .lt-blue-aco .panel-heading h4 a:hover {
                color: #fff
            }

.lt-blue-aco .panel-body {
    padding: 0
}

    .lt-blue-aco .panel-body .tab-default {
        margin: 0
    }

.sitemap-row {
    margin-bottom: 15px
}

    .sitemap-row h3 {
        color: #fff;
        background-color: #187ac8;
        padding: 25px;
        margin: 0 2px;
        font-size: 1rem;
        text-align: center
    }

.sitemep-group {
    margin: 0 2px;
    padding: 3px 0
}

.panel-site {
    border-color: #0f7b8c;
    margin-top: 3px;
    padding: 0
}

.panel-heading-site {
    padding: 14px
}

.panel-body-site {
    border-top-color: #0f7b8c;
    background-color: #e4f3fe
}

    .panel-body-site ul {
        padding: 25px 0 15px 50px
    }

    .panel-body-site li {
        color: orange
    }

        .panel-body-site li span {
            color: #000
        }

.sitemap-row .col-md-3 {
    margin: 0 -2% 0 0
}

.sky-form section {
    margin-bottom: 0
}

.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus {
    -webkit-box-shadow: 0 0 3px 3px orange;
    -ms-box-shadow: 0 0 3px 3px orange;
    box-shadow: 0 0 3px 3px orange
}

select::-ms-expand {
    display: none
}

.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #dcdcdc;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .form-control + i {
        pointer-events: none
    }

        .form-control + i::before {
            content: '\f107';
            font-family: FontAwesome;
            font-size: 1.125rem;
            color: #dcdcdc;
            position: absolute;
            right: 10px;
            transform: translateY(-50%);
            top: 50%;
            font-style: normal
        }

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 3px 3px orange;
        -ms-box-shadow: 0 0 3px 3px orange;
        box-shadow: 0 0 3px 3px orange
    }

.form-nwp label {
    font-size: .875rem
}

.label {
    font-size: .875rem;
    letter-spacing: 1px;
    color: #555
}

.sky-form-fix {
    padding: 3px;
    overflow: hidden
}

.sky-form {
    box-shadow: 0 0 20px transparent;
    background: #dcdcdc;
    margin-bottom: 20px;
    font-size: .875rem;
    font: inherit
}

    .sky-form fieldset {
        background: #dcdcdc;
        padding: 15px 10px 0;
        margin-bottom: 10px
    }

    .sky-form .label {
        font-size: .875rem;
        letter-spacing: 1px;
        color: #555;
        font-weight: 500;
        margin-bottom: 0;
        line-height: inherit
    }

    .sky-form .select i {
        height: calc(100% - 2px);
        transform: translateY(-50%);
        top: 50%;
        right: 1px;
        width: 20px;
        background-color: transparent
    }

        .sky-form .select i::after {
            display: none
        }

        .sky-form .select i::before {
            content: '\f107';
            font-family: FontAwesome;
            border: none;
            font-style: normal;
            font-size: 1.125rem !important;
            color: #dcdcdc;
            transform: translateY(-50%);
            top: 50%;
            right: 4px
        }

    .sky-form .input input, .sky-form .textarea textarea {
        border: none
    }

    .sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
        height: 32px;
        padding: 0 10px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 1rem !important
    }

    .sky-form.vision_1, .sky-form.vision_1 fieldset {
        background: #fff;
        margin-bottom: 0
    }

        .sky-form.vision_1 .input input, .sky-form.vision_1 .select select, .sky-form.vision_1 .textarea textarea {
            border: 1px solid #bbb
        }

    .sky-form.vision_2 {
        border: none
    }

        .sky-form.vision_2, .sky-form.vision_2 fieldset {
            background: #fff;
            margin-bottom: 0;
            padding: 0
        }

            .sky-form.vision_2 .input input, .sky-form.vision_2 .select select, .sky-form.vision_2 .textarea textarea {
                border: 1px solid #bbb
            }

.player_block {
    margin-bottom: 30px
}

    .player_block > section + section {
        margin-top: 30px
    }

    .player_block .select i::before {
        right: 16px
    }

    .player_block .play_function {
        list-style: none;
        margin: 0;
        padding: 5px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .player_block .play_function li {
            margin: 0 5px
        }

            .player_block .play_function li a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                -o-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: nowrap;
                -moz-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                -o-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                color: #222;
                font-size: .875rem;
                letter-spacing: 1px
            }

                .player_block .play_function li a:hover {
                    opacity: .8;
                    color: #555
                }

                .player_block .play_function li a i {
                    background-color: #0959a8;
                    -ms-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                    position: relative;
                    color: #fff;
                    padding: 6px;
                    margin: 0 4px;
                    width: 25px;
                    height: 25px;
                    font-size: .675rem
                }

                    .player_block .play_function li a i:before {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -moz-transform: translateX(-50%) translateY(-50%);
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        -o-transform: translateX(-50%) translateY(-50%);
                        -ms-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%)
                    }

        .player_block .play_function.lt li a i {
            background-color: #87c0ed
        }

    .player_block img {
        width: 100%
    }

    .player_block hr {
        margin: 5px 0;
        border-top: 1px solid #fff
    }

    .player_block .sky-form .inline-group {
        margin: 10px 0
    }

    .player_block #sky-form0, .player_block #sky-form1 {
        padding: 20px 15px;
        background: #e4f3fe;
        margin-bottom: 0
    }

        .player_block #sky-form0 .photo_player, .player_block #sky-form1 .photo_player {
            background: #187ac8;
            margin-top: 20px;
            padding: 15px 0
        }

            .player_block #sky-form0 .photo_player .label, .player_block #sky-form1 .photo_player .label {
                font-size: 1.275rem;
                color: #fff
            }

            .player_block #sky-form0 .photo_player .ui-slider, .player_block #sky-form1 .photo_player .ui-slider {
                background: #1a67b1;
                height: 10px;
                border: 1px solid #0959a8;
                margin: 20px 0;
                -ms-border-radius: 25px;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                border-radius: 25px
            }

            .player_block #sky-form0 .photo_player .ui-slider-handle, .player_block #sky-form1 .photo_player .ui-slider-handle {
                position: absolute;
                width: 20px;
                height: 20px;
                margin: -6px 0 0 -8px;
                border: 5px solid #fff;
                background-color: #0f7b8c
            }

            .player_block #sky-form0 .photo_player .inline-group, .player_block #sky-form1 .photo_player .inline-group {
                margin: 6px 0
            }

                .player_block #sky-form0 .photo_player .inline-group .radio, .player_block #sky-form1 .photo_player .inline-group .radio {
                    margin-bottom: 0;
                    font-size: 1.275rem;
                    color: #fff
                }

            .player_block #sky-form0 .photo_player .play-btn, .player_block #sky-form1 .photo_player .play-btn {
                display: block;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #fff;
                width: 40px;
                height: 40px;
                position: relative
            }

                .player_block #sky-form0 .photo_player .play-btn:after, .player_block #sky-form1 .photo_player .play-btn:after {
                    content: '\f0da';
                    font-family: FontAwesome;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    color: #1a67b1;
                    font-size: 2.3rem;
                    -moz-transform: translateX(-35%) translateY(-50%);
                    -webkit-transform: translateX(-35%) translateY(-50%);
                    -o-transform: translateX(-35%) translateY(-50%);
                    -ms-transform: translateX(-35%) translateY(-50%);
                    transform: translateX(-35%) translateY(-50%)
                }

    .player_block .sky-form2 {
        padding: 20px 15px 0;
        background: #e4f3fe;
        margin-bottom: 0
    }

        .player_block .sky-form2 .input, .player_block .sky-form2 .select {
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden
        }

            .player_block .sky-form2 .select i {
                right: -10px
            }

        .player_block .sky-form2 .photo_player {
            background: #187ac8;
            padding: 15px 0;
            position: relative
        }

            .player_block .sky-form2 .photo_player .label {
                font-size: .975rem;
                color: #fff;
                margin: 0
            }

                .player_block .sky-form2 .photo_player .label.date-time {
                    position: absolute;
                    right: 25px;
                    bottom: 15px
                }

            .player_block .sky-form2 .photo_player .ui-slider {
                background: #1a67b1;
                height: 10px;
                border: 1px solid #0959a8;
                margin: 20px 0;
                -ms-border-radius: 25px;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                border-radius: 25px
            }

            .player_block .sky-form2 .photo_player .ui-slider-handle {
                position: absolute;
                width: 20px;
                height: 20px;
                margin: -6px 0 0 -8px;
                border: 5px solid #fff;
                background-color: #0f7b8c;
                -webkit-box-shadow: 0 0 20px #0959a8;
                -ms-box-shadow: 0 0 20px #0959a8;
                box-shadow: 0 0 20px #0959a8
            }

            .player_block .sky-form2 .photo_player .ui-state-hover {
                border: 2px solid #fff
            }

            .player_block .sky-form2 .photo_player .inline-group {
                margin: 6px 0
            }

                .player_block .sky-form2 .photo_player .inline-group .radio {
                    margin-bottom: 0;
                    font-size: .975rem;
                    color: #fff
                }

            .player_block .sky-form2 .photo_player .play-btn {
                display: block;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #fff;
                width: 40px;
                height: 40px;
                position: relative;
                cursor: pointer;
                margin: 0 auto
            }

                .player_block .sky-form2 .photo_player .play-btn:hover {
                    background: #ddd
                }

                .player_block .sky-form2 .photo_player .play-btn.pause-btn:after {
                    content: '\f04c';
                    font-family: FontAwesome;
                    top: 50%;
                    left: 50%;
                    color: #1a67b1;
                    font-size: 1.3rem;
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%)
                }

                .player_block .sky-form2 .photo_player .play-btn:after {
                    content: '\f0da';
                    font-family: FontAwesome;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    color: #1a67b1;
                    font-size: 2.3rem;
                    -moz-transform: translateX(-35%) translateY(-50%);
                    -webkit-transform: translateX(-35%) translateY(-50%);
                    -o-transform: translateX(-35%) translateY(-50%);
                    -ms-transform: translateX(-35%) translateY(-50%);
                    transform: translateX(-35%) translateY(-50%)
                }

    .player_block .typhoon-form {
        padding: 20px 15px !important
    }

    .player_block .photo_player .about_flow {
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background: #fff;
        padding: .5rem;
        display: inline-block;
        font-size: .875rem;
        width: 2rem;
        height: 2rem;
        text-align: center;
        margin: 0 .5rem;
        color: #1a67b1
    }

    .player_block .probability-caption {
        display: none
    }

.sky-form .checkbox i, .sky-form .radio i {
    width: 19px;
    height: 19px;
    border-width: 1px !important;
    border-style: solid !important
}

.sky-form .checkbox input + i:after {
    top: 3px;
    left: 1px
}

.no-bd {
    border: none;
    background: 0 0
}

@media (min-width:768px) {
    .form-inline {
        position: relative;
        display: inline-block
    }

        .form-inline .form-control {
            padding-right: 30px
        }
}

.switch-wrap {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 75%;
    padding-right: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    pointer-events: none;
    opacity: 0
}

    .switch-wrap .check-block {
        width: 100%;
        height: 100%;
        -ms-flex: 0 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .switch-wrap .check-block + .check-block {
            border-left: 1px solid rgba(255,255,255,.2)
        }

        .switch-wrap .check-block > span {
            padding-right: 20px;
            color: #fff
        }

    .switch-wrap.is_open {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        pointer-events: auto;
        opacity: 1
    }

        .switch-wrap.is_open:after {
            width: 100%
        }

    .switch-wrap:after {
        content: '';
        width: 0;
        height: 100%;
        background-color: #0959a8;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: -1
    }

    .switch-wrap .close {
        position: absolute;
        top: 50%;
        right: 15px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        color: #fff !important;
        z-index: 99
    }

.switch-ui {
    position: relative;
    width: 75px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

    .switch-ui.animate .switch-ui-inner {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transform: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: block
    }

    .switch-ui.animate .switch-ui-switch {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transform: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: block
    }

    .switch-ui .switch-ui-checkbox {
        display: none
    }

        .switch-ui .switch-ui-checkbox:disabled + .switch-ui-label {
            opacity: .6
        }

        .switch-ui .switch-ui-checkbox:checked + .switch-ui-label .switch-ui-inner {
            margin-left: 0;
            background-color: #b1d6f3;
            color: #08498b;
            display: block
        }

        .switch-ui .switch-ui-checkbox:checked + .switch-ui-label .switch-ui-switch {
            display: block;
            left: inherit;
            right: 3px
        }

    .switch-ui .switch-ui-label {
        display: block;
        overflow: hidden;
        border-radius: 24px;
        height: 100%
    }

        .switch-ui .switch-ui-label .switch-ui-inner {
            display: block;
            width: 200%;
            height: 100%;
            margin-left: -100%;
            background-color: #eee;
            color: #999
        }

            .switch-ui .switch-ui-label .switch-ui-inner:after, .switch-ui .switch-ui-label .switch-ui-inner:before {
                float: left;
                width: 50%;
                height: 100%;
                padding: 0;
                font-size: .9rem
            }

            .switch-ui .switch-ui-label .switch-ui-inner.tem:before {
                content: '°C';
                padding-left: 10px;
                text-align: left
            }

            .switch-ui .switch-ui-label .switch-ui-inner.tem:after {
                content: '°F';
                padding-right: 10px;
                text-align: right
            }

            .switch-ui .switch-ui-label .switch-ui-inner.wind:before {
                content: '級';
                padding-left: 10px;
                text-align: left
            }

            .switch-ui .switch-ui-label .switch-ui-inner.wind:after {
                content: 'm/s';
                padding-right: 10px;
                text-align: right
            }

            .switch-ui .switch-ui-label .switch-ui-inner.d-switch:before {
                content: 'on';
                padding-left: 10px;
                text-align: left
            }

            .switch-ui .switch-ui-label .switch-ui-inner.d-switch:after {
                content: 'off';
                padding-right: 10px;
                text-align: right
            }

        .switch-ui .switch-ui-label .switch-ui-switch {
            display: block;
            position: absolute;
            width: 18px;
            height: 18px;
            background: #fefefe;
            border-radius: 24px;
            top: 3px;
            left: 3px
        }

@media (widrh:1200px) {
    .switch-wrap {
        width: 100%
    }
}

@media (max-width:992px) {
    .sky-form .text-right {
        text-align: center !important
    }

    .switch-wrap {
        display: none
    }

        .switch-wrap.sm_open {
            position: static;
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            display: block;
            opacity: 1;
            pointer-events: auto
        }

            .switch-wrap.sm_open::after {
                width: 100%
            }

            .switch-wrap.sm_open a {
                border: none !important;
                padding: 6px 0 !important
            }

            .switch-wrap.sm_open .switch-ui {
                height: 2rem;
                width: 6rem
            }

                .switch-wrap.sm_open .switch-ui .switch-ui-label .switch-ui-switch {
                    width: 1.625rem;
                    height: 1.625rem;
                    padding: 0
                }

                .switch-wrap.sm_open .switch-ui .switch-ui-label .switch-ui-inner::before, .switch-wrap.sm_open .switch-ui .switch-ui-label .switch-ui-inner:after {
                    padding: .1875rem 0
                }

        .switch-wrap:after {
            background: 0 0
        }

        .switch-wrap .check-block {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .switch-wrap .check-block span {
                width: 100%;
                padding: 0 10px;
                display: block;
                color: inherit
            }

    .player_block #sky-form2 label {
        margin-bottom: 12px
    }
}

input.switch {
    font-size: .6rem;
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    width: 5em;
    height: 2.6em;
    line-height: 2.6em;
    border-radius: 1.3em;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 0 0 .2em #eee;
    outline: 1px solid transparent !important;
    cursor: pointer;
    border: none;
    background: 0 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    transition: box-shadow .3s ease-in-out,padding .25s ease-in-out;
    transition-delay: .1s,0s
}

    input.switch:checked {
        transition-delay: 0s,0s;
        box-shadow: inset 0 0 0 1.48571429em #1a67b1 !important;
        padding-left: 2.4em
    }

    input.switch.hit {
        animation: slide-off .35s ease both
    }

        input.switch.hit:checked {
            animation: slide-on .35s ease both 50ms
        }

    input.switch::after, input.switch::before {
        content: ''
    }

    input.switch::after {
        position: absolute;
        top: -.73333333em;
        left: -.73333333em;
        bottom: -.73333333em;
        right: -.73333333em
    }

    input.switch::before {
        display: inline-block;
        height: 2.2em;
        width: 2.2em;
        margin: .2em 0 0 .2em;
        background-color: #fff;
        border-radius: 1.1em;
        box-shadow: 0 .2em .4em 0 rgba(0,0,0,.2),0 0 .1em .1em rgba(0,0,0,.1);
        transition: all .1s ease .1s
    }

    input.switch:active::before {
        transition: all .1s ease 50ms
    }

    input.switch.touch:hover::before {
        transition: all 0s ease 0s
    }

    input.switch.touch:hover::before, input.switch:active::before {
        width: 3em
    }

    input.switch.touch:hover:checked::before, input.switch:active:checked::before {
        margin-left: -.6em
    }

@keyframes slide-on {
    0% {
        padding-left: 0
    }

    60% {
        padding-left: 2.8em
    }

    100% {
        padding-left: 2.4em
    }
}

@keyframes slide-off {
    0% {
        padding-left: 2.4em;
        text-indent: 0
    }

    60% {
        padding-left: 0;
        text-indent: -.4em
    }

    100% {
        padding-left: 0;
        text-indent: 0
    }
}

.flip {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    width: 30px;
    height: 25px
}

    .flip .hamburger-inner, .flip .hamburger-inner::after, .flip .hamburger-inner::before {
        background-color: #fff;
        width: 30px
    }

.panel {
    position: relative
}

.tab-content-border {
    border: 1px solid #ddd;
    padding: 10px
}

.tab-default {
    margin: 20px 0;
    border-bottom: 2px solid #0959a8
}

    .tab-default .nav-tabs > li.active > a, .tab-default .nav-tabs > li.active > a:focus, .tab-default .nav-tabs > li.active > a:hover {
        border: none
    }

    .tab-default .nav-tabs {
        border-bottom-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        .tab-default .nav-tabs li {
            width: 100%;
            -ms-flex: 0 1 auto
        }

        .tab-default .nav-tabs i {
            padding-right: 5px
        }

        .tab-default .nav-tabs > li > a {
            margin: 0;
            border: none;
            padding: 12px 10px;
            text-align: center;
            letter-spacing: 1px;
            font-size: .875rem;
            letter-spacing: 2px;
            -ms-border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            height: 100%
        }

        .tab-default .nav-tabs .active a {
            background-color: #0959a8;
            color: #fff;
            -ms-border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            position: relative;
            overflow: hidden;
            cursor: pointer
        }

            .tab-default .nav-tabs .active a:before {
                content: "";
                background: rgba(255,255,255,.2);
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                width: 100px;
                height: 100px;
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                opacity: 0
            }

            .tab-default .nav-tabs .active a:focus:before, .tab-default .nav-tabs .active a:hover:before {
                -webkit-animation: btn-effect .5s ease-in-out both;
                -moz-animation: btn-effect .5s ease-in-out both;
                -o-animation: btn-effect .5s ease-in-out both;
                animation: btn-effect .5s ease-in-out both
            }

@keyframes btn-effect {
    0% {
        opacity: 1;
        -moz-transform: translateX(-50%) translateY(-50%) scale(0);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        -o-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-50%) translateY(-50%) scale(3);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(3);
        -o-transform: translateX(-50%) translateY(-50%) scale(3);
        -ms-transform: translateX(-50%) translateY(-50%) scale(3);
        transform: translateX(-50%) translateY(-50%) scale(3)
    }
}

.tab-default .nav > li > a:focus, .tab-default .nav > li > a:hover {
    background-color: #0959a8;
    color: #fff;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.tab-default.vision_1 .nav-tabs {
    border-bottom: 1px solid #dcdcdc
}

    .tab-default.vision_1 .nav-tabs + .tab-content {
        padding: 20px 0
    }

.tab-default.vision_2 .nav-tabs {
    border-bottom: none
}

    .tab-default.vision_2 .nav-tabs + .tab-content {
        padding: 35px 10px
    }

.tab-default.vision_2 .nav > li {
    width: 24%;
    margin-left: .5%;
    margin-right: .5%
}

    .tab-default.vision_2 .nav > li > a {
        border: 1px #ced2d6 solid;
        border-radius: 4px;
        width: 100%
    }

.tab-default.vision_2 .nav-tabs a:hover {
    background-color: #64b2dc
}

.tab-default.vision_2 .nav-tabs i {
    font-size: 1.4rem;
    color: #959595
}

.tab-default.vision_2 .nav-tabs .active a {
    background-color: #64b2dc
}

.tab-default.vision_2 .nav-tabs a:hover i {
    font-size: 1.4rem;
    color: #fff
}

.tab-default.vision_2 .nav-tabs .active a i {
    font-size: 1.4rem;
    color: #fff
}

.tab-default.vision_2.tab-default {
    border-bottom: none
}

.tab-default.vision_3 .nav-tabs {
    border-bottom: none
}

    .tab-default.vision_3 .nav-tabs + .tab-content {
        padding: 15px 10px
    }

.tab-default.vision_3 .nav > li {
    width: auto;
    margin: .5rem
}

    .tab-default.vision_3 .nav > li > a {
        border: 1px #eee solid;
        border-radius: 4px;
        width: 100%;
        position: relative;
        background: #fff
    }

        .tab-default.vision_3 .nav > li > a:before {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: -1;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 15px 0 15px;
            border-color: #c01b1b transparent transparent transparent;
            bottom: 0
        }

.tab-default.vision_3 .nav-tabs a:hover {
    background-color: #c01b1b
}

.tab-default.vision_3 .nav-tabs i {
    font-size: 1.4rem;
    color: #959595
}

.tab-default.vision_3 .nav-tabs .active a {
    background-color: #c01b1b;
    border: none
}

    .tab-default.vision_3 .nav-tabs .active a:before {
        border-width: 20px 15px 0 15px;
        border-color: #c01b1b transparent transparent transparent;
        bottom: -20px;
        z-index: 0
    }

.tab-default.vision_3 .nav-tabs a:hover i {
    font-size: 1.4rem;
    color: #fff
}

.tab-default.vision_3 .nav-tabs .active a i {
    font-size: 1.4rem;
    color: #fff
}

.tab-default.vision_3.tab-default {
    border-bottom: none
}

.tab-default.vision_3 .tab-content p {
    font-size: .875rem;
    letter-spacing: 1px;
    color: #555;
    font-weight: 600;
    padding: 0;
    margin: 0
}

.tab-default.vision_3 .tab-content h4.title-blu, .tab-default.vision_3 .tab-content h4.title-red {
    font-size: .875rem;
    letter-spacing: 2px;
    color: #555;
    color: #fff;
    line-height: 1.6em;
    padding: 3px 10px;
    display: inline-block
}

.tab-default.vision_3 .tab-content .title-blu {
    background: #125aac;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.tab-default.vision_3 .tab-content .title-red {
    background: #c01b1b;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.tab-default.vision_3 .tab-content ul > li {
    font-size: .975rem;
    letter-spacing: 2px;
    color: #555;
    line-height: 1.5em
}

.tab-default.drop-tab {
    border-bottom: none;
    z-index: 99
}

    .tab-default.drop-tab .nav > li > a:hover {
        background-color: #fff;
        color: #0959a8
    }

    .tab-default.drop-tab ul > li:hover .dropbtn {
        color: #fff !important;
        background-color: #0959a8 !important
    }

        .tab-default.drop-tab ul > li:hover .dropbtn:after {
            color: #fff
        }

    .tab-default.drop-tab .dropbtn {
        color: #333;
        padding: 10px 20px;
        border: none;
        cursor: pointer
    }

        .tab-default.drop-tab .dropbtn:after {
            content: "\f0d7";
            font-family: FontAwesome;
            position: absolute;
            right: 7px
        }

    .tab-default.drop-tab .active .dropdown-content, .tab-default.drop-tab .dropdown-content {
        color: #0959a8;
        list-style: none;
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
        z-index: 1;
        padding: 0
    }

        .tab-default.drop-tab .active .dropdown-content a, .tab-default.drop-tab .dropdown-content a {
            color: #333;
            padding: 12px 16px;
            text-decoration: none;
            background-color: #e4f3fe;
            display: block
        }

            .tab-default.drop-tab .active .dropdown-content a:hover, .tab-default.drop-tab .dropdown-content a:hover {
                background-color: #fff;
                color: #1a67b1
            }

    .tab-default.drop-tab .dropdown:hover .dropdown-content {
        display: block
    }

    .tab-default.drop-tab .dropdown:hover .dropbtn {
        background-color: #fff;
        color: #1a67b1
    }

    .tab-default.drop-tab .dropdown:hover.active > .dropbtn {
        background-color: #0959a8;
        color: #fff
    }

    .tab-default.drop-tab .nav-tabs {
        border-bottom: 2px solid #0959a8
    }

.tab-v1 .nav-pills {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .tab-v1 .nav-pills li {
        width: 100%;
        flex-shrink: 1
    }

        .tab-v1 .nav-pills li a {
            -ms-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
            letter-spacing: 1px;
            padding: 10px 0;
            height: 100%
        }

    .tab-v1 .nav-pills > li.active > a, .tab-v1 .nav-pills > li.active > a:focus, .tab-v1 .nav-pills > li.active > a:hover {
        background: #e4f3fe;
        color: #1a67b1
    }

.tab-v1 .nav > li > a {
    color: #666;
    display: block;
    text-align: center
}

    .tab-v1 .nav > li > a:hover {
        background: #f9f9f9
    }

.tab-v1 .tab-content {
    padding: 0;
    border: 2px solid #e4f3fe
}

    .tab-v1 .tab-content .text_content {
        padding: 15px 25px;
        overflow: scroll;
        max-height: 500px
    }

        .tab-v1 .tab-content .text_content::-webkit-scrollbar {
            width: 8px;
            height: 0
        }

        .tab-v1 .tab-content .text_content::-webkit-scrollbar-track {
            background: #f2f2f2
        }

        .tab-v1 .tab-content .text_content::-webkit-scrollbar-thumb {
            background: #187ac8;
            padding: 10px;
            -ms-border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px
        }

    .tab-v1 .tab-content .text_content_blue {
        padding: 10px 40px;
        background: #e4f3fe;
        height: 414px;
        overflow: scroll
    }

.nav-above .tab-content {
    border: 2px solid #1a67b1;
    margin: 10px 18px;
    padding: 10px
}

.nav-above-list {
    padding: 0;
    text-align: center
}

    .nav-above-list li {
        display: inline-block;
        width: 31%;
        margin-left: -1px;
        position: relative;
        margin: 8px;
        text-align: left
    }

        .nav-above-list li a {
            border: 2px solid #1a67b1;
            color: #1a67b1;
            width: 100%;
            display: inline-block;
            letter-spacing: 1.5px;
            position: relative;
            background-color: transparent;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .nav-above-list li a i, .nav-above-list li a img {
                margin-right: 20px
            }

            .nav-above-list li a img {
                min-width: 60px;
                height: 36px
            }

            .nav-above-list li a i {
                display: inline-block;
                vertical-align: middle;
                font-size: 2.375rem
            }

            .nav-above-list li a:after {
                content: "\f105";
                font-family: FontAwesome;
                right: 24px;
                position: absolute;
                font-size: 2rem;
                top: 50%;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #1a67b1
            }

        .nav-above-list li:after, .nav-above-list li:before {
            content: "";
            position: absolute;
            border: 2px solid transparent;
            z-index: 5;
            width: 0;
            height: 0;
            pointer-events: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .nav-above-list li:before {
            top: 0;
            right: 0;
            transition-delay: .1s
        }

        .nav-above-list li:after {
            bottom: 0;
            left: 0
        }

        .nav-above-list li:focus a, .nav-above-list li:hover a {
            background: 0 0;
            border-color: transparent;
            color: #d63801
        }

            .nav-above-list li:focus a:after, .nav-above-list li:hover a:after {
                color: #d63801
            }

        .nav-above-list li:focus:after, .nav-above-list li:focus:before, .nav-above-list li:hover:after, .nav-above-list li:hover:before {
            width: 100%;
            height: 100%
        }

        .nav-above-list li:focus:before, .nav-above-list li:hover:before {
            border-color: #d63801 #d63801 transparent transparent
        }

        .nav-above-list li:focus:after, .nav-above-list li:hover:after {
            border-color: transparent transparent #d63801 #d63801
        }

        .nav-above-list li.active a {
            border-color: #d63801;
            color: #d63801
        }

            .nav-above-list li.active a:after {
                color: #d63801
            }

            .nav-above-list li.active a:hover {
                border-color: transparent
            }

            .nav-above-list li.active a:focus {
                background: 0 0
            }

.nav-canopen {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .nav-canopen li {
        margin: 10px 20px
    }

        .nav-canopen li a {
            border: 1px solid #0959a8;
            padding: 5px 10px;
            color: #0959a8
        }

            .nav-canopen li a:focus, .nav-canopen li a:hover {
                background: #0959a8;
                color: #fff
            }

        .nav-canopen li.cbp-filter-item-active a {
            background: #0959a8;
            color: #fff
        }

.tab-circle {
    text-align: center
}

    .tab-circle .nav.nav-icon > li {
        display: inline-block;
        margin: 0 26px
    }

        .tab-circle .nav.nav-icon > li > a {
            border-radius: 50%;
            width: 51px;
            height: 51px;
            background: #dcdcdc;
            margin: 0 auto 15px
        }

            .tab-circle .nav.nav-icon > li > a i {
                font-size: 1.575rem;
                color: #a9a9a9;
                position: absolute;
                left: 50%;
                top: 50%;
                -moz-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%)
            }

        .tab-circle .nav.nav-icon > li:before {
            content: "";
            position: absolute;
            background: 0 0;
            width: 100%;
            height: 8px;
            border-radius: 30px;
            left: -.3%;
            bottom: -19px;
            z-index: 1;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .tab-circle .nav.nav-icon > li.active > a i, .tab-circle .nav.nav-icon > li:hover > a i {
            color: #fff
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+1).active > a, .tab-circle .nav.nav-icon > li:nth-child(3n+1):hover > a {
            background: #187ac8
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+1).active:before {
            background: #187ac8
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+2).active > a, .tab-circle .nav.nav-icon > li:nth-child(3n+2):hover > a {
            background: #eb619f
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+2).active:before {
            background: #eb619f
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+3).active > a, .tab-circle .nav.nav-icon > li:nth-child(3n+3):hover > a {
            background: #42a1ae
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+3).active:before {
            background: #42a1ae
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+4).active a, .tab-circle .nav.nav-icon > li:nth-child(3n+4):hover a {
            background: #f39800
        }

        .tab-circle .nav.nav-icon > li:nth-child(3n+4).active:before {
            background: #f39800
        }

    .tab-circle > .tab-content {
        border: 1px solid #f9f9f9;
        padding: 40px 10px 0;
        border-top: 3px;
        margin-top: 10px;
        position: relative
    }

        .tab-circle > .tab-content:before {
            content: "";
            position: absolute;
            background: #ddd;
            width: 100.6%;
            height: 10px;
            border-radius: 30px;
            left: -.3%;
            top: 0
        }

.no-serifs {
    text-align: center
}

    .no-serifs .nav > li {
        display: inline-block;
        border: 1px solid #0959a8;
        width: 15%;
        margin: 0 15px
    }

        .no-serifs .nav > li a {
            color: #0959a8;
            padding: 5px 0
        }

            .no-serifs .nav > li a:focus, .no-serifs .nav > li a:hover {
                background: 0 0
            }

        .no-serifs .nav > li.active, .no-serifs .nav > li:hover {
            background: #0959a8
        }

            .no-serifs .nav > li.active a, .no-serifs .nav > li:hover a {
                color: #fff
            }

    .no-serifs .tab-content {
        text-align: left
    }

        .no-serifs .tab-content ul {
            list-style-type: none;
            padding: 0
        }

            .no-serifs .tab-content ul li {
                border-bottom: 1px solid #187ac8;
                color: #187ac8;
                margin: 30px 0;
                padding: 10px 0;
                position: relative
            }

                .no-serifs .tab-content ul li data {
                    background: #187ac8;
                    color: #fff;
                    padding: 5px 10px;
                    display: inline-block;
                    vertical-align: middle
                }

                .no-serifs .tab-content ul li a p {
                    color: #0959a8
                }

                .no-serifs .tab-content ul li p {
                    margin-bottom: 0;
                    display: inline-block;
                    width: 78%;
                    line-height: 2;
                    margin: 0 10px;
                    vertical-align: top
                }

                .no-serifs .tab-content ul li div {
                    position: absolute;
                    right: 0;
                    display: inline-block
                }

.tab-sat.left-sat ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

    .tab-sat.left-sat ul li {
        width: 100%
    }

.tab-sat .nav-tabs > li.active > a, .tab-sat .nav-tabs > li.active > a:focus, .tab-sat .nav-tabs > li.active > a:hover {
    border: none
}

.tab-sat ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 50px
}

    .tab-sat ul li {
        float: none;
        width: 50%;
        -ms-flex: 0 1 auto;
        margin: 0
    }

        .tab-sat ul li a {
            border: none;
            padding: 0
        }

            .tab-sat ul li a:hover {
                background: 0 0
            }

                .tab-sat ul li a:hover .trigger-img img {
                    -moz-transform: scale(1.2);
                    -webkit-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2)
                }

                .tab-sat ul li a:hover .trigger-img:before {
                    opacity: .4
                }

            .tab-sat ul li a .trigger-img {
                position: relative;
                overflow: hidden
            }

                .tab-sat ul li a .trigger-img img {
                    padding-top: 35px;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transform: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                .tab-sat ul li a .trigger-img h3 {
                    position: absolute;
                    width: 100%;
                    top: 0;
                    z-index: 99;
                    letter-spacing: 2px
                }

                .tab-sat ul li a .trigger-img:before {
                    content: "";
                    position: absolute;
                    z-index: 2;
                    width: 100%;
                    height: 100%;
                    background: #1a67b1;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transform: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    opacity: 0
                }

.tab-flex-sunrise {
    border-bottom: none
}

    .tab-flex-sunrise .panel {
        margin: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none
    }

        .tab-flex-sunrise .panel > .panel-heading {
            border: none;
            background-color: #063f78;
            color: #fff
        }

            .tab-flex-sunrise .panel > .panel-heading h3 {
                font-size: 1.125rem;
                letter-spacing: 2px;
                padding: 8px 12px
            }

                .tab-flex-sunrise .panel > .panel-heading h3 a {
                    padding: 0 20px;
                    font-size: .875rem;
                    letter-spacing: 2px;
                    float: right
                }

    .tab-flex-sunrise .nav-tabs {
        background-color: #0959a8
    }

        .tab-flex-sunrise .nav-tabs > li {
            width: 18%;
            margin-bottom: 0;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            position: relative
        }

            .tab-flex-sunrise .nav-tabs > li:after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 20px 30px 20px;
                border-color: transparent transparent #187ac8 transparent;
                position: absolute;
                left: 50%;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                bottom: -80px;
                z-index: 0
            }

            .tab-flex-sunrise .nav-tabs > li.active {
                flex-grow: 1
            }

                .tab-flex-sunrise .nav-tabs > li.active:after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 20px 30px 20px;
                    border-color: transparent transparent #187ac8 transparent;
                    position: absolute;
                    left: 50%;
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    bottom: -40px;
                    z-index: 0
                }

                .tab-flex-sunrise .nav-tabs > li.active .sunrise-zone .sun-cube {
                    background-color: rgba(255,255,255,.1);
                    opacity: 1
                }

                    .tab-flex-sunrise .nav-tabs > li.active .sunrise-zone .sun-cube span i {
                        color: #f39800
                    }

                .tab-flex-sunrise .nav-tabs > li.active a {
                    background: 0 0
                }

            .tab-flex-sunrise .nav-tabs > li:nth-child(1) a:after {
                opacity: .1
            }

            .tab-flex-sunrise .nav-tabs > li:nth-child(2) a:after {
                opacity: .15
            }

            .tab-flex-sunrise .nav-tabs > li:nth-child(3) a:after {
                opacity: .2
            }

            .tab-flex-sunrise .nav-tabs > li:nth-child(4) a:after {
                opacity: .25
            }

            .tab-flex-sunrise .nav-tabs > li:nth-child(5) a:after {
                opacity: .3
            }

            .tab-flex-sunrise .nav-tabs > li > a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                -o-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                -o-flex-wrap: wrap;
                flex-wrap: wrap;
                width: 100%;
                height: 100%;
                -ms-flex: 0 1 auto;
                position: relative;
                padding: 12px 2px;
                z-index: 1;
                color: #fff
            }

                .tab-flex-sunrise .nav-tabs > li > a::after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    pointer-events: none;
                    background-color: #fff;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 0;
                    opacity: 0
                }

                .tab-flex-sunrise .nav-tabs > li > a span {
                    display: block;
                    letter-spacing: 2px;
                    font-weight: 400;
                    width: 100%;
                    font-size: .975rem
                }

                .tab-flex-sunrise .nav-tabs > li > a .day-zone, .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone {
                    width: 100%;
                    -ms-flex: 0 1 auto
                }

                .tab-flex-sunrise .nav-tabs > li > a .day-zone {
                    padding: 25px
                }

                    .tab-flex-sunrise .nav-tabs > li > a .day-zone .date {
                        font-size: 1.075rem;
                        letter-spacing: 5px
                    }

                    .tab-flex-sunrise .nav-tabs > li > a .day-zone .week {
                        font-size: .875rem;
                        opacity: .7
                    }

                .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -ms-flex: 0 1 auto;
                    width: 100%
                }

                    .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone .sun-cube {
                        padding: 15px 5px;
                        margin: 5px;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-flex-direction: row;
                        -moz-flex-direction: row;
                        -ms-flex-direction: row;
                        -o-flex-direction: row;
                        flex-direction: row;
                        -webkit-flex-wrap: wrap;
                        -moz-flex-wrap: wrap;
                        -ms-flex-wrap: wrap;
                        -o-flex-wrap: wrap;
                        flex-wrap: wrap;
                        -ms-border-radius: 4px;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        opacity: .8
                    }

                        .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone .sun-cube span {
                            text-align: center;
                            -webkit-transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -o-transition: all .3s ease-in-out;
                            -ms-transform: all .3s ease-in-out;
                            transition: all .3s ease-in-out
                        }

                            .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone .sun-cube span i {
                                display: block;
                                font-size: 1.775rem;
                                width: 100%
                            }

                        .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone .sun-cube .time {
                            font-size: 1.075rem
                        }

    .tab-flex-sunrise .tab-content {
        margin-top: 30px;
        border: 5px solid #187ac8;
        background-color: #fff;
        padding: 15px;
        position: relative;
        z-index: 1
    }

        .tab-flex-sunrise .tab-content .d-title {
            color: #1a67b1;
            font-size: 1.075rem;
            width: 100%
        }

.hakka-weather_data .tab-forecast-map .tab-content ol li a, .tribes-weather_data .tab-forecast-map .tab-content ol li a {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .hakka-weather_data .tab-forecast-map .tab-content ol li a > span, .tribes-weather_data .tab-forecast-map .tab-content ol li a > span {
        word-break: normal
    }

        .hakka-weather_data .tab-forecast-map .tab-content ol li a > span.city, .tribes-weather_data .tab-forecast-map .tab-content ol li a > span.city {
            padding-top: 40px
        }

            .hakka-weather_data .tab-forecast-map .tab-content ol li a > span.city:before, .tribes-weather_data .tab-forecast-map .tab-content ol li a > span.city:before {
                content: "";
                width: 40px;
                height: 40px;
                position: absolute;
                top: 0;
                left: 50%;
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%)
            }

.hakka-weather_data .tab-forecast-map .tab-content ol li:nth-child(4n+1) a, .hakka-weather_data .tab-forecast-map .tab-content ol li:nth-child(4n+2) a, .tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(4n+1) a, .tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(4n+2) a {
    background-color: #fef0f0
}

.hakka-weather_data .tab-forecast-map .tab-content ol li a > span.city::before {
    content: "\e937";
    font-family: icomoon;
    font-size: 1.7rem
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(1) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_1.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-1 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_1.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(2) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_2.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-2 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_2.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(3) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_3.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-3 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_3.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(4) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_4.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-4 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_4.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(5) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_5.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-5 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_5.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(6) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_6.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-6 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_6.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(7) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_7.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-7 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_7.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(8) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_8.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-8 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_8.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(9) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_9.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-9 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_9.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(10) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_10.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-10 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_10.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(11) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_11.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-11 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_11.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(12) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_12.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-12 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_12.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(13) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_13.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-13 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_13.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(14) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_14.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-14 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_14.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(15) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_15.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-15 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_15.png) !important
}

.tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(16) a > .city:before {
    background: url(../../assets/img/cwb/tribes/tribes_16.png) no-repeat center center;
    background-size: contain
}

.tribes-weather_data.abori-16 .tab-forecast-map .tab-content ol li a > .city:before {
    background-image: url(../../assets/img/cwb/tribes/tribes_16.png) !important
}

.tab-forecast-map {
    position: relative
}

    .tab-forecast-map .nav-pills {
        border-bottom: 2px solid #e4f3fe
    }

    .tab-forecast-map .tab-content {
        border: none;
        margin: 15px 0
    }

        .tab-forecast-map .tab-content ol {
            list-style: none;
            margin: 0;
            padding: 0;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }

            .tab-forecast-map .tab-content ol li {
                width: 50%;
                min-height: 80px
            }

                .tab-forecast-map .tab-content ol li a {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding: 10px 6px;
                    color: #555;
                    background-color: #fff;
                    font-size: .875rem;
                    letter-spacing: 1px;
                    position: relative;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transform: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    z-index: 0;
                    height: 100%
                }

                    .tab-forecast-map .tab-content ol li a:after {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        -webkit-box-shadow: 0 0 15px transparent;
                        -ms-box-shadow: 0 0 15px transparent;
                        box-shadow: 0 0 15px transparent
                    }

                    .tab-forecast-map .tab-content ol li a:hover {
                        z-index: 99
                    }

                        .tab-forecast-map .tab-content ol li a:hover:after {
                            -webkit-box-shadow: 0 0 25px rgba(0,0,0,.2);
                            -ms-box-shadow: 0 0 25px rgba(0,0,0,.2);
                            box-shadow: 0 0 25px rgba(0,0,0,.2)
                        }

                    .tab-forecast-map .tab-content ol li a > span {
                        display: block;
                        padding: 0 4px;
                        text-align: center;
                        word-break: keep-all;
                        width: 100%;
                        position: relative;
                        flex-shrink: 1
                    }

                        .tab-forecast-map .tab-content ol li a > span.rain.not-show {
                            display: none
                        }

                        .tab-forecast-map .tab-content ol li a > span.rain:before {
                            color: #1a67b1;
                            content: "\e926";
                            font-family: icomoon;
                            display: block;
                            text-align: center
                        }

                        .tab-forecast-map .tab-content ol li a > span.weather img {
                            width: 25px;
                            height: 25px;
                            margin: 0 auto
                        }

                        .tab-forecast-map .tab-content ol li a > span.weather i {
                            font-style: normal
                        }

                        .tab-forecast-map .tab-content ol li a > span.city {
                            text-align: center
                        }

                .tab-forecast-map .tab-content ol li:nth-child(4n+1) a, .tab-forecast-map .tab-content ol li:nth-child(4n+2) a {
                    background-color: #eee
                }

.tab-weather_profile-map {
    width: 50%
}

    .tab-weather_profile-map .tab-content {
        border: 1px solid #ddd
    }

        .tab-weather_profile-map .tab-content .week_zone {
            padding: 5px 15px
        }

            .tab-weather_profile-map .tab-content .week_zone ul {
                padding: 10px 0
            }

                .tab-weather_profile-map .tab-content .week_zone ul li a {
                    padding: 3px
                }

                .tab-weather_profile-map .tab-content .week_zone ul + ul {
                    border-top: 1px solid #ddd
                }

            .tab-weather_profile-map .tab-content .week_zone .nav-pills > li.active > a, .tab-weather_profile-map .tab-content .week_zone .nav-pills > li.active > a:focus, .tab-weather_profile-map .tab-content .week_zone .nav-pills > li.active > a:hover {
                background-color: #1a67b1;
                color: #fff;
                -ms-border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0
            }

.tab-collapsing .flip {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    display: none
}

.tab-collapsing .panel {
    margin: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    display: none
}

    .tab-collapsing .panel > .panel-heading {
        border: none;
        background-color: #1a67b1;
        color: #fff
    }

        .tab-collapsing .panel > .panel-heading h3 {
            font-size: 1.125rem;
            letter-spacing: 2px;
            padding: 8px 12px
        }

.index-news ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .index-news ul li {
        text-align: center;
        width: 100%;
        -ms-flex: 0 1 auto;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        margin: 0 2px
    }

        .index-news ul li:hover a {
            background-color: transparent
        }

        .index-news ul li::before {
            content: "";
            position: absolute;
            top: -5px;
            left: 0;
            background: #f3f3f3;
            width: 100%;
            height: 5px;
            box-shadow: 1px 1px 3px #c5c5c5 inset
        }

        .index-news ul li a {
            color: #0959a8;
            position: relative;
            -ms-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px
        }

            .index-news ul li a > i {
                font-size: 1.975rem;
                display: block;
                margin-bottom: 10px
            }

        .index-news ul li.active a {
            background: #0959a8;
            color: #fff
        }

            .index-news ul li.active a::after {
                color: #fff
            }

            .index-news ul li.active a::before {
                content: "";
                background: #187ac8;
                position: absolute;
                top: -5px;
                left: 0;
                width: 100%;
                height: 5px;
                -ms-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -webkit-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transform: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

.img-tab {
    border-bottom: none
}

    .img-tab li > a {
        background: #f9f9f9
    }

    .img-tab.nav-tabs > li.active > a, .img-tab.nav-tabs > li.active > a:focus, .img-tab.nav-tabs > li.active > a:hover {
        border: none;
        background: #dcdcdc
    }

    .img-tab.nav-pills > li > a, .img-tab.nav-tabs.nav-justified > li > a, .img-tab.nav-tabs > li > a {
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

@media (max-width:1200px) {
    .tab-flex-sunrise .nav-tabs > li > a {
        padding: 15px 5px
    }

        .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .tab-flex-sunrise .nav-tabs > li > a .day-zone .date {
            font-size: 1.175rem
        }
}

@media (max-width:1024px) {
    .tab-flex-sunrise .nav-tabs > li:after {
        display: none
    }

    .tab-default .nav-tabs li {
        width: 100%
    }

        .tab-default .nav-tabs li a {
            padding: 10px 5px;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            .tab-default .nav-tabs li a .day-zone {
                padding: 10px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -o-flex-direction: column;
                flex-direction: column;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                -o-flex-wrap: wrap;
                flex-wrap: wrap;
                flex-shrink: 3;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -o-flex-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }

    .tab-flex-sunrise.tab-default .nav-tabs li a {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:992px) {
    .tab-forecast-map .tab-content ol li {
        width: 100%
    }

    .hakka-weather_data .tab-forecast-map .tab-content ol li a, .tribes-weather_data .tab-forecast-map .tab-content ol li a {
        padding: 10px 25px
    }

    .hakka-weather_data .tab-forecast-map .tab-content ol li:nth-child(even) a, .tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(even) a {
        background-color: #fef0f0
    }

    .hakka-weather_data .tab-forecast-map .tab-content ol li:nth-child(odd) a, .tribes-weather_data .tab-forecast-map .tab-content ol li:nth-child(odd) a {
        background-color: #fff
    }

    .hakka-weather_data .tab-forecast-map .tab-content ol li a {
        padding: 10px 35px 10px 70px
    }

    .tab-sat ul {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .tab-sat ul li {
            width: 100%
        }

    .tab-v3 .nav-pills.tabbox li.active:before, .tab-v3 .nav-pills.tabbox li:hover:before {
        content: none
    }
}

@media (max-width:768px) {
    .index-news ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .index-news ul li {
            text-align: left
        }

            .index-news ul li a {
                padding-left: 30%
            }

                .index-news ul li a > i {
                    display: inline-block;
                    vertical-align: middle;
                    padding-right: 10px
                }

                .index-news ul li a::after {
                    display: inline-block;
                    padding-left: 10px
                }
}

@media (max-width:640px) {
    .tab-flex-sunrise .nav-tabs > li > a .day-zone {
        padding: 0 10px
    }

        .tab-flex-sunrise .nav-tabs > li > a .day-zone .date {
            font-size: .975rem
        }

    .tab-collapsing .nav-tabs {
        height: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: none;
        overflow: hidden
    }

        .tab-collapsing .nav-tabs.is_open {
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }

    .tab-default .nav-tabs {
        display: block
    }

        .tab-default .nav-tabs li, .tab-default .nav-tabs li.active {
            height: inherit
        }

    .img-tab li {
        width: 100%;
        text-align: center
    }

    .tab-flex-sunrise .nav-tabs > li > a .sunrise-zone .sun-cube {
        padding: 0 5px;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tab-flex-sunrise .panel > .panel-heading h3 a {
        float: none;
        display: block;
        padding: 0
    }

    .flip {
        display: block
    }
}

@media (max-width:480px) {
    .tab-default.vision_3 .nav {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .tab-default.vision_3 .nav > li {
            width: 100%;
            -ms-flex: 0 1 auto;
            margin: .25rem 0
        }
}

.t1-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
    flex-wrap: wrap;
    margin-bottom: 30px
}

    .t1-tabs .nav-item .nav-link {
        margin: 10px 0;
        border: 1px solid #1a67b1;
        color: #1a67b1;
        width: 150px;
        text-align: center;
        padding: 10px 5px
    }

@media (min-width:575px) {
    .t1-tabs .nav-item .nav-link {
        margin: 10px;
        border: 1px solid #1a67b1;
        color: #1a67b1;
        width: 150px;
        text-align: center;
        padding: 10px 5px
    }
}

.t1-tabs .nav-item.active .nav-link {
    background-color: #1a67b1;
    color: #fff
}

@media (min-width:575px) {
    .t1-tabs {
        display: flex;
        justify-content: center;
        border-bottom: none;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.qAnda .qAnda-nav {
    padding-inline-start: 0;
    list-style: none;
    padding-left: 0
}

    .qAnda .qAnda-nav li a {
        display: block;
        padding: 8px;
        color: #0959a8;
        font-size: 1.125rem;
        border: 1px solid #e4f3fe
    }

        .qAnda .qAnda-nav li a > h3 {
            color: #0959a8;
            font-size: 1.125rem;
            margin-bottom: 5px
        }

    .qAnda .qAnda-nav > li.active > a, .qAnda .qAnda-nav > li.active > a:focus, .qAnda .qAnda-nav > li.active > a:hover, .qAnda .qAnda-nav > li > a:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0959a8;
        border: 1px solid #0959a8
    }

        .qAnda .qAnda-nav > li.active > a:focus > h3, .qAnda .qAnda-nav > li.active > a:hover > h3, .qAnda .qAnda-nav > li.active > a > h3, .qAnda .qAnda-nav > li > a:hover > h3 {
            color: #fff;
            background-color: #0959a8
        }

.qAnda .paginationNav {
    text-align: center
}

.qAnda .pagination > .active > a, .qAnda .pagination > .active > a:focus, .qAnda .pagination > .active > a:hover, .qAnda .pagination > .active > span, .qAnda .pagination > .active > span:focus, .qAnda .pagination > .active > span:hover {
    border-color: #0959a8;
    background-color: #0959a8;
    color: #fff
}

.qAnda .pagination li a:hover {
    color: #fff;
    background: 0 0;
    border-color: transparent
}

.qAnda .pagination > li > a, .qAnda .pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent
}

    .qAnda .pagination > li > a:focus, .qAnda .pagination > li > a:hover, .qAnda .pagination > li > span:focus, .qAnda .pagination > li > span:hover {
        z-index: 3;
        color: #23527c;
        background-color: transparent;
        border-color: #0959a8
    }

.wrapper.observe .nav-pills > li + li {
    margin-left: 0
}

.wrapper.observe .tab-v1 .nav-pills li a {
    padding: 5px 0
}

.wrapper.observe .tab-forecast-map .tab-content ol li {
    min-height: 55px;
    border-left: 1px solid #767676;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676
}

    .wrapper.observe .tab-forecast-map .tab-content ol li:first-child {
        border-top: 1px solid #767676
    }

    .wrapper.observe .tab-forecast-map .tab-content ol li:nth-child(2) {
        border-top: 1px solid #767676
    }

@media (max-width:992px) {
    .wrapper.observe .tab-forecast-map .tab-content ol li:nth-child(2) {
        border-top: 0 solid #767676
    }
}

.wrapper.observe .tab-forecast-map .tab-content ol li:nth-child(even) {
    border-left: 0 solid #767676
}

@media (max-width:992px) {
    .wrapper.observe .tab-forecast-map .tab-content ol li:nth-child(even) {
        border-left: 1px solid #767676
    }
}

.wrapper.observe .tab-forecast-map .tab-content ol li a {
    padding: 0
}

.wrapper.country .nav-pills > li + li {
    margin-left: 0
}

.wrapper.country .tab-v1 .nav-pills li a {
    padding: 5px 0
}

.wrapper.country .tab-forecast-map .tab-content ol li {
    min-height: 55px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

    .wrapper.country .tab-forecast-map .tab-content ol li:first-child {
        border-top: 1px solid #ddd
    }

    .wrapper.country .tab-forecast-map .tab-content ol li:nth-child(2) {
        border-top: 1px solid #ddd
    }

@media (max-width:992px) {
    .wrapper.country .tab-forecast-map .tab-content ol li:nth-child(2) {
        border-top: 0
    }
}

.wrapper.country .tab-forecast-map .tab-content ol li:nth-child(even) {
    border-left: 0 solid #ddd
}

@media (max-width:992px) {
    .wrapper.country .tab-forecast-map .tab-content ol li:nth-child(even) {
        border-left: 1px solid #ddd
    }
}

.wrapper.country .tab-forecast-map .tab-content ol li a {
    padding: 0
}

.wrapper.country .tab-country-map .tab-content ul li {
    float: none;
    margin: 0 0 0 -1px
}

.wrapper.country .tab-country-map .tab-content .threehr_zone, .wrapper.country .tab-country-map .tab-content .week_zone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

    .wrapper.country .tab-country-map .tab-content .threehr_zone .nav-pills, .wrapper.country .tab-country-map .tab-content .week_zone .nav-pills {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .wrapper.country .tab-country-map .tab-content .threehr_zone .threehr_time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

        .wrapper.country .tab-country-map .tab-content .threehr_zone .threehr_time ul {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            .wrapper.country .tab-country-map .tab-content .threehr_zone .threehr_time ul li {
                width: 100%
            }

                .wrapper.country .tab-country-map .tab-content .threehr_zone .threehr_time ul li a {
                    padding: 5px
                }

.wrapper.country .tab-country-map .tab-content .is_open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.wrapper.country .tab-country-map .tab-content .is_close {
    display: none !important
}

.tab-town-map .tab-content ul li {
    float: none;
    margin: 0 0 0 -1px
}

.tab-town-map .tab-content .threehr_zone, .tab-town-map .tab-content .week_zone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

    .tab-town-map .tab-content .threehr_zone .nav-pills, .tab-town-map .tab-content .week_zone .nav-pills {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .tab-town-map .tab-content .threehr_zone .threehr_time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

        .tab-town-map .tab-content .threehr_zone .threehr_time ul {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            .tab-town-map .tab-content .threehr_zone .threehr_time ul li {
                width: 100%
            }

                .tab-town-map .tab-content .threehr_zone .threehr_time ul li a {
                    padding: 5px
                }

.tab-town-map .tab-content .is_open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.tab-town-map .tab-content .is_close {
    display: none !important
}

.wrapper.town .nav-pills > li + li {
    margin-left: 0
}

.wrapper.town .tab-v1 .nav-pills li a {
    padding: 5px 0
}

.wrapper.town .tab-forecast-map .tab-content ol li {
    min-height: 55px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

    .wrapper.town .tab-forecast-map .tab-content ol li:first-child {
        border-top: 1px solid #ddd
    }

    .wrapper.town .tab-forecast-map .tab-content ol li:nth-child(2) {
        border-top: 1px solid #ddd
    }

@media (max-width:992px) {
    .wrapper.town .tab-forecast-map .tab-content ol li:nth-child(2) {
        border-top: 0
    }
}

.wrapper.town .tab-forecast-map .tab-content ol li:nth-child(even) {
    border-left: 0 solid #ddd
}

@media (max-width:992px) {
    .wrapper.town .tab-forecast-map .tab-content ol li:nth-child(even) {
        border-left: 1px solid #ddd
    }
}

.wrapper.town .tab-forecast-map .tab-content ol li a {
    padding: 0
}

@media (max-width:991px) {
    #selectday2 {
        background-color: #98d0d8
    }

        #selectday2 li:not(:last-child):after {
            content: "";
            display: block;
            width: 1px;
            height: 1.5rem;
            background-color: #767676;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%)
        }
}

@media (max-width:640px) {
    #selectday2 {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:576px) {
    #selectday2 li:nth-child(3)::after {
        display: none
    }

    #selectday2 li:nth-child(4)::before, #selectday2 li:nth-child(5)::before, #selectday2 li:nth-child(6)::before {
        content: "";
        display: block;
        width: 90%;
        height: 1px;
        background-color: #767676;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }
}

@media (max-width:640px) {
    #selectday2 li, #selectday2 li:active {
        flex: 0 1 16.66%
    }
}

@media (max-width:576px) {
    #selectday2 li, #selectday2 li:active {
        flex: 0 1 33.2%
    }
}

@media (max-width:640px) {
    #NoData .nav-tabs.is_open {
        height: 400px;
        flex-wrap: nowrap;
        display: flex
    }

        #NoData .nav-tabs.is_open li {
            flex: 0 1 14.28%;
            height: auto
        }
}

#NoData .nav-tabs.is_open br {
    display: none
}

@media (max-width:640px) {
    #NoData .nav-tabs {
        height: auto;
        display: none;
        flex-wrap: wrap
    }

        #NoData .nav-tabs li {
            float: none;
            flex: 0 1 33.33%
        }
}

@media (min-width:992px) {
    #NoData .nav-tabs br {
        display: none
    }
}

.tab-v2 .nav-tabs {
    border-bottom: none
}

    .tab-v2 .nav-tabs li a {
        padding: 9px 16px;
        background: 0 0;
        border: none
    }

    .tab-v2 .nav-tabs li.active a {
        color: #fff;
        background: #116dbf;
        padding: 7px 15px 9px;
        border: solid 1px #eee;
        border-bottom: none !important
    }

.tab-v2 .tab-content {
    padding: 10px 0;
    border-top: solid 1px #eee
}

.tab-v3 .nav-pills li a {
    color: #666;
    font-size: 1.1rem;
    padding: 4px 8px;
    margin-bottom: 3px;
    background: #fafafa;
    border: solid 1px #eee;
    text-align: center;
    letter-spacing: 1px
}

    .tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
        background-color: #0959a8;
        border: 1px solid #0959a8;
        color: #fff;
        background: #72c02c;
        border: solid 1px #68af28
    }

.tab-v3 .nav-pills li i {
    width: 1.25em;
    margin-right: 5px;
    text-align: center;
    display: inline-block
}

.tab-v3 .tab-content {
    padding: 15px;
    background: #fafafa;
    border: solid 1px #eee
}

.tab-v3 .tab-content {
    background: 0 0;
    border: none;
    padding: 0;
    margin-bottom: 0
}

.tab-v3 .nav-pills.tabbox li.active:before, .tab-v3 .nav-pills.tabbox li:hover:before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    border-width: 10px 0 10px 12px;
    border-color: transparent #4774b8;
    top: 50%;
    right: -12px;
    transform: translateY(-50%)
}

.tab-v3 .nav-pills.tabbox li a {
    padding: 18px 6px 18px 14px;
    background-color: #e4f3fe;
    text-align: left;
    border: none;
    font-size: 1rem;
    width: 100%
}

.tab-v3 .nav-pills.tabbox li.active a, .tab-v3 .nav-pills.tabbox li:hover a {
    background-color: #4774b8;
    border: none
}

.tab-v4 .tab-heading {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #333
}

    .tab-v4 .tab-heading h2 {
        margin: 0;
        float: left;
        font-size: 1.2rem;
        font-weight: 700
    }

.tab-v4 .nav-tabs {
    top: 3px;
    border: none;
    float: right;
    overflow: hidden;
    position: relative
}

    .tab-v4 .nav-tabs a {
        color: #555;
        font-size: .8rem;
        padding: 6px 15px;
        text-transform: uppercase
    }

    .tab-v4 .nav-tabs > .active > a, .tab-v4 .nav-tabs > .active > a:focus, .tab-v4 .nav-tabs > .active > a:hover {
        border: none;
        background: inherit
    }

    .tab-v4 .nav-tabs > li > a {
        border: none
    }

        .tab-v4 .nav-tabs > li > a:hover {
            background: inherit
        }

.tab-v4 .tab-content {
    padding: 20px 0 10px
}

.tab-v5 .nav-tabs {
    border-bottom: none
}

    .tab-v5 .nav-tabs li a {
        border: none;
        font-size: .9rem;
        background: 0 0;
        padding: 9px 16px
    }

    .tab-v5 .nav-tabs li.active a {
        background: #fff;
        padding: 7px 15px 9px;
        border: solid 1px #eee;
        border-top: solid 3px #222;
        border-bottom: none !important
    }

.tab-v5 .tab-content {
    padding: 13px;
    border: solid 1px #eee
}

.tab-v6 .nav-pills {
    display: flex;
    flex-wrap: wrap
}

    .tab-v6 .nav-pills > li + li {
        margin-left: 1px
    }

    .tab-v6 .nav-pills li {
        width: 100%;
        float: none;
        flex: 1 1 0%;
        margin-bottom: 1px
    }

        .tab-v6 .nav-pills li a {
            font-size: 1.1rem;
            text-align: center;
            letter-spacing: 1px;
            padding: 10px 5px;
            background-color: #a4dbd5;
            color: unset;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center
        }

@media (max-width:320px) {
    .tab-v6 .nav-pills li a {
        font-size: .75rem
    }
}

.tab-v6 .nav-pills li a:hover {
    background-color: #0f7b8c;
    color: #fff
}

.tab-v6 .nav-pills li.active a {
    background-color: #0f7b8c;
    color: #fff
}

.tab-v6 img {
    width: 100%
}

@media (min-width:1200px) {
    .tab-v6 img {
        width: 60%
    }
}

.tab-v7 .nav-pills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

    .tab-v7 .nav-pills > li + li {
        margin-left: 0
    }

    .tab-v7 .nav-pills li {
        width: 100%;
        float: none;
        flex: 1 1 0%;
        margin-bottom: 1px
    }

        .tab-v7 .nav-pills li + li a {
            border-left: 0
        }

        .tab-v7 .nav-pills li:first-child a {
            border-radius: .25rem 0 0 .25rem
        }

        .tab-v7 .nav-pills li:last-child a {
            border-radius: 0 .25rem .25rem 0
        }

        .tab-v7 .nav-pills li a {
            text-align: center;
            letter-spacing: 1px;
            padding: 10px 5px;
            color: unset;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border: 1px solid #dcdcdc;
            color: #767676
        }

            .tab-v7 .nav-pills li a i {
                color: #187ac8;
                font-size: 1.5rem
            }

@media (max-width:480px) {
    .tab-v7 .nav-pills li a i {
        font-size: 1rem
    }
}

@media (max-width:1199px) {
    .tab-v7 .nav-pills li a span {
        display: none
    }
}

.tab-v7 .nav-pills li a:hover {
    color: #fff;
    background-color: #187ac8;
    border-color: #187ac8
}

    .tab-v7 .nav-pills li a:hover i {
        color: #fff
    }

@media (min-width:376px) {
    .tab-v7 .nav-pills li a:hover span {
        display: inline-block
    }
}

.tab-v7 .nav-pills li.active a {
    background-color: #187ac8;
    border-color: #187ac8;
    color: #fff
}

    .tab-v7 .nav-pills li.active a::before {
        content: "";
        border-width: 12px 6px;
        border-style: solid;
        border-color: #187ac8 transparent transparent transparent;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: -20px
    }

    .tab-v7 .nav-pills li.active a i {
        color: #fff
    }

    .tab-v7 .nav-pills li.active a span {
        display: inline-block
    }

.tab-v7.tab_graph .nav-pills li a span {
    white-space: nowrap
}

.tab-v7.tab_graph .tab-pane a img {
    width: 100%
}

@media (min-width:1200px) {
    .tab-v7.tab_graph .tab-pane a img {
        width: 60%
    }
}

.tab-v8 .nav-pills > li {
    float: none
}

    .tab-v8 .nav-pills > li + li {
        margin-left: 1rem
    }

.tab-v8 .nav > li > a {
    padding: 1rem 2em;
    font-size: 1.25rem;
    border: 1px solid #f39800
}

@media (max-width:370px) {
    .tab-v8 .nav > li > a {
        padding: 1rem;
        font-size: 1rem
    }
}

.tab-v8 .nav > li > a i {
    display: block;
    text-align: center;
    color: #f39800
}

.tab-v8 .nav > li > a:focus, .tab-v8 .nav > li > a:hover {
    text-decoration: none;
    color: #000;
    background-color: #f39800
}

    .tab-v8 .nav > li > a:focus i, .tab-v8 .nav > li > a:hover i {
        color: #000
    }

.tab-v8 .nav-pills > li.active > a, .tab-v8 .nav-pills > li.active > a:focus, .tab-v8 .nav-pills > li.active > a:hover {
    color: #000;
    background-color: #f39800
}

    .tab-v8 .nav-pills > li.active > a i, .tab-v8 .nav-pills > li.active > a:focus i, .tab-v8 .nav-pills > li.active > a:hover i {
        color: #000
    }

.tab-v9 .nav-pills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

    .tab-v9 .nav-pills > li + li {
        margin-left: 0
    }

    .tab-v9 .nav-pills li {
        width: 100%;
        float: none;
        flex: 1 1 0%;
        margin-bottom: 1px
    }

        .tab-v9 .nav-pills li + li a {
            border-left: 0
        }

        .tab-v9 .nav-pills li:first-child a {
            border-radius: .25rem 0 0 .25rem
        }

        .tab-v9 .nav-pills li:last-child a {
            border-radius: 0 .25rem .25rem 0
        }

        .tab-v9 .nav-pills li a {
            text-align: center;
            letter-spacing: 1px;
            padding: 10px 5px;
            color: unset;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border: 1px solid #dcdcdc;
            color: #187ac8;
            font-size: 1.25rem
        }

            .tab-v9 .nav-pills li a i {
                color: #187ac8;
                font-size: 1.5rem
            }

@media (max-width:480px) {
    .tab-v9 .nav-pills li a i {
        font-size: 1rem
    }
}

@media (max-width:1199px) {
    .tab-v9 .nav-pills li a span {
        display: none
    }
}

.tab-v9 .nav-pills li a:hover {
    color: #fff;
    background-color: #187ac8;
    border-color: #187ac8
}

    .tab-v9 .nav-pills li a:hover i {
        color: #fff
    }

@media (min-width:376px) {
    .tab-v9 .nav-pills li a:hover span {
        display: inline-block
    }
}

.tab-v9 .nav-pills li.active a {
    background-color: #187ac8;
    border-color: #187ac8;
    color: #fff
}

    .tab-v9 .nav-pills li.active a i {
        color: #fff
    }

    .tab-v9 .nav-pills li.active a span {
        display: inline-block
    }

.tab-v9.tab_graph .nav-pills li a span {
    white-space: nowrap
}

.tab-v9.tab_graph .tab-pane a img {
    width: 100%
}

@media (min-width:1200px) {
    .tab-v9.tab_graph .tab-pane a img {
        width: 60%
    }
}

.btn-block {
    text-align: center !important
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px transparent;
    box-shadow: inset 0 3px 5px transparent
}

.btn {
    font-size: 1rem;
    letter-spacing: 1px;
    position: relative;
    -webkit-box-shadow: inset 0 3px 5px transparent;
    box-shadow: inset 0 3px 5px transparent;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

    .btn:before {
        content: "";
        background: rgba(255,255,255,.4);
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0
    }

    .btn:hover:before {
        -webkit-animation: btn-effect .5s ease-in-out both;
        -moz-animation: btn-effect .5s ease-in-out both;
        -o-animation: btn-effect .5s ease-in-out both;
        animation: btn-effect .5s ease-in-out both
    }

@keyframes btn-effect {
    0% {
        opacity: 1;
        -moz-transform: translateX(-50%) translateY(-50%) scale(0);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        -o-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
        -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
        transform: translateX(-50%) translateY(-50%) scale(1.2)
    }
}

.btn[data-target="#eq-modal"] {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0ed899;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: fixed;
    bottom: 35%;
    right: 20px;
    z-index: 99
}

    .btn[data-target="#eq-modal"]:after {
        content: "";
        -webkit-box-shadow: 0 10px 20px #0ed899;
        -ms-box-shadow: 0 10px 20px #0ed899;
        box-shadow: 0 10px 20px #0ed899;
        position: absolute;
        width: 100%;
        height: 100%;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        opacity: .5
    }

    .btn[data-target="#eq-modal"] i {
        color: #fff;
        font-size: 1.375rem
    }

.btn-back {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    letter-spacing: 1px;
    font-weight: 700;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 20px 0
}

    .btn-back span {
        z-index: 1
    }

    .btn-back:before {
        content: "";
        background-color: #f2f2f2;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .btn-back:hover {
        text-decoration: none
    }

        .btn-back:hover:before {
            width: 100%
        }

    .btn-back i {
        background-color: #ddd;
        padding: 5px;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        font-size: 1.175rem
    }

.btn-u {
    background: #1a67b1
}

    .btn-u:active, .btn-u:focus, .btn-u:hover {
        background: #1a67b1;
        color: #fff
    }

.btn-default {
    background-color: #767676;
    border: none;
    color: #fff !important;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden
}

    .btn-default:focus, .btn-default:hover {
        background-color: #767676;
        border: none;
        opacity: .9
    }

.btn-default-r {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #555;
    margin: 0 2px
}

    .btn-default-r:hover {
        background-color: #dcdcdc;
        opacity: .9
    }

    .btn-default-r i {
        color: #1a67b1;
        padding-right: 20px
    }

.btn-sea {
    border-color: transparent;
    background-color: #0f7b8c;
    color: #fff !important
}

    .btn-sea:focus, .btn-sea:hover {
        background-color: #0f7b8c;
        color: #fff !important;
        opacity: .8
    }

.btn-blue {
    border-color: transparent;
    background-color: #1a67b1;
    color: #fff !important
}

.btn-bk-blue {
    color: #fff;
    background-color: #0959a8
}

    .btn-bk-blue:hover {
        color: #fff;
        background-color: #1a67b1
    }

.btn-white {
    color: #767676;
    border-color: #dcdcdc;
    background-color: #fff;
    padding: 3px 12px
}

    .btn-white.active, .btn-white:hover {
        color: #1a67b1;
        background-color: #e4f3fe;
        border-color: #e4f3fe
    }

.play-btn {
    text-align: center
}

    .play-btn .disable-btn {
        border-color: #ddd !important;
        pointer-events: none
    }

        .play-btn .disable-btn i {
            color: #ddd !important
        }

    .play-btn .playbtn-circle {
        border-radius: 50%;
        height: 50px;
        width: 50px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        margin: 0 2px 12px;
        border: 2px solid #187ac8
    }

        .play-btn .playbtn-circle i {
            color: #187ac8;
            font-size: 1.4rem;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%)
        }

        .play-btn .playbtn-circle:hover {
            background: #eee
        }

        .play-btn .playbtn-circle.green-circle {
            border: 2px solid #6cc972
        }

            .play-btn .playbtn-circle.green-circle i {
                color: #6cc972
            }

.btu-blue-bor {
    border: 1px solid #1a67b1;
    color: #1a67b1
}

    .btu-blue-bor i {
        padding-right: 5px
    }

    .btu-blue-bor:focus, .btu-blue-bor:hover {
        color: #1a67b1
    }

.btn-lt-blue {
    background: #187ac8;
    color: #fff;
    padding: 6px 20px
}

    .btn-lt-blue:active, .btn-lt-blue:focus, .btn-lt-blue:hover {
        color: #fff
    }

    .btn-lt-blue:hover {
        background: #156cb1
    }

.btn.btn-yellow {
    background: orange;
    color: #222
}

    .btn.btn-yellow i {
        color: #222;
        padding-right: 5px
    }

.slider-btn {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

    .slider-btn.open:after {
        width: 100%
    }

    .slider-btn.open .btn_group .about_flow {
        background-color: #1a67b1;
        color: #fff
    }

    .slider-btn.open p {
        opacity: 1;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .slider-btn:after {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transform: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        top: 0;
        right: 0;
        background-color: #f2f2f2;
        z-index: -1
    }

    .slider-btn p {
        float: left;
        margin: 0;
        padding: 0 15px;
        -moz-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #555;
        font-size: .875rem;
        letter-spacing: 1px;
        width: calc(100% - 200px)
    }

    .slider-btn .btn_group {
        min-height: 50px;
        padding: 10px;
        border: 1px solid #f2f2f2;
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -o-flex-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

        .slider-btn .btn_group .about_flow {
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 10px;
            left: -40px;
            width: 30px;
            height: 30px;
            border: 1px solid #1a67b1;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            color: #1a67b1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .slider-btn .btn_group .about_flow span {
                font-size: .875rem;
                line-height: 1
            }

    .slider-btn label {
        margin: 0;
        font-size: .875rem;
        padding-right: 15px;
        color: #555;
        letter-spacing: 1px
    }

@media (min-width:992px) {
    .save-gigabytes {
        position: absolute;
        top: -73px;
        right: 15px
    }
}

.control-box {
    padding: 0 60px;
    position: relative
}

    .control-box .btn-group {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .control-box .btn-group a {
            position: absolute;
            border: 2px solid #1a67b1;
            padding: 6px;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            width: 55px;
            height: 55px;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .control-box .btn-group a:hover {
                background-color: #eee
            }

            .control-box .btn-group a i {
                font-size: 1.125rem;
                position: absolute;
                left: 50%;
                top: 50%;
                -moz-transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                color: #1a67b1
            }

            .control-box .btn-group a#back {
                left: 0
            }

            .control-box .btn-group a#next {
                right: 0
            }

            .control-box .btn-group a.disable {
                border-color: #dcdcdc;
                pointer-events: none
            }

                .control-box .btn-group a.disable i {
                    color: #dcdcdc
                }

.open-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #187ac8;
    color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer
}

    .open-btn::before {
        content: "\f067";
        font-family: FontAwesome;
        top: 50%;
        left: 50%;
        position: absolute;
        -moz-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

    .open-btn:hover {
        opacity: .5
    }

.share-comm {
    list-style-type: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.btn-redtouch {
    border: 1px solid #dcdcdc;
    padding: 6px 10px;
    position: relative;
    color: #555;
    letter-spacing: 2px;
    display: inline-block
}

    .btn-redtouch i {
        margin: 0 10px;
        color: #e2574c
    }

    .btn-redtouch span {
        padding: 11px 15px;
        background: #d32c1b;
        margin: 0 -10px 0 10px;
        color: #fff
    }

    .btn-redtouch:hover {
        color: #555;
        background: #f9f9f9
    }

        .btn-redtouch:hover > span {
            background: #d83023
        }

    .btn-redtouch:focus {
        color: #555
    }

.btn-redtouch-v2 {
    border: 1px solid #dcdcdc;
    padding: 6px 8px;
    position: relative;
    color: #555;
    letter-spacing: 2px;
    display: inline-block
}

    .btn-redtouch-v2:hover {
        color: #555;
        background: #f9f9f9
    }

    .btn-redtouch-v2:focus {
        color: #555
    }

[aria-label] {
    position: relative
}

    [aria-label]:hover:after, [aria-label]:hover:before {
        display: block
    }

#tooltip, #tooltip2 {
    pointer-events: none;
    background-color: rgba(0,0,0,.6);
    display: none;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    z-index: 10000;
    padding: 5px 10px;
    font-size: .675rem
}

    #tooltip2:before, #tooltip:before {
        content: "";
        position: absolute;
        left: 5px;
        top: -10px;
        border: 5px solid transparent;
        border-bottom-color: rgba(0,0,0,.6)
    }

.index-fab-group {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    bottom: 62px;
    right: 15px
}

.fab-group {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    right: 1rem;
    bottom: 1rem
}

#closeBtn {
    width: 35px;
    height: 35px
}

    #closeBtn::after, #closeBtn::before {
        content: "";
        width: 100%;
        border-radius: 5px;
        height: 5px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) rotate(45deg);
        left: 50%
    }

    #closeBtn::after {
        transform: translateX(-50%) rotate(135deg)
    }

@media screen and (min-width:1200px) {
    .index-fab-group {
        right: 50px
    }
}

.index-fab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #f39933;
    background: radial-gradient(farthest-corner at 40px 40px,#f39933 0,#f3712d 100%);
    border-radius: 55px;
    border: none;
    box-shadow: 0 0 5px 2px #fff;
    margin-bottom: 8px;
    position: relative
}

    .index-fab:focus, .index-fab:hover {
        box-shadow: 0 0 5px 2px #f3712d;
        background: radial-gradient(farthest-corner at 40px 40px,#df841d 0,#ee5605 100%)
    }

    .index-fab img {
        width: 40px;
        height: 40px;
        flex: 0 1 100%
    }

@media (max-width:575px) {
    .index-fab-cwbInfo {
        display: none
    }
}

.index-fab-bot iframe {
    position: fixed;
    right: 10px;
    bottom: 4px;
    width: 0;
    height: 0;
    z-index: 100;
    transition: width .5s ease-in-out,height .5s ease-in-out;
    transform-origin: right bottom
}

    .index-fab-bot iframe.js-opened {
        width: 550px;
        height: calc(100% - 110px)
    }

.index-fab-bot #closeBtn {
    position: fixed;
    opacity: 0;
    z-index: -500;
    visibility: hidden
}

    .index-fab-bot #closeBtn.js-opened {
        transition: all 0s .5s ease-in-out;
        visibility: visible;
        z-index: 500;
        opacity: 1;
        color: #fff;
        display: inline-block;
        background-color: transparent;
        outline: 0;
        border: none
    }

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    background: #1a67b1;
    position: relative;
    border-radius: 3px !important;
    box-shadow: 0 0 5px 2px #fff
}

    #topcontrol::after {
        top: -2px;
        left: 8.5px;
        content: "\f106";
        position: absolute;
        text-align: center;
        font-family: FontAwesome
    }

    #topcontrol:focus, #topcontrol:hover {
        color: #fff;
        background: #134d85;
        transition: all .3s ease-in-out;
        -webkit-box-shadow: 0 0 3px 3px orange;
        -ms-box-shadow: 0 0 3px 3px orange;
        box-shadow: 0 0 3px 3px orange
    }

.default_list {
    list-style: none;
    padding: 0
}

    .default_list.list-nostyle li > :first-child:after, .default_list.single li > :first-child:after {
        background: 0 0
    }

    .default_list > li {
        padding: 8px 0 8px 15px;
        position: relative;
        color: #1a67b1;
        letter-spacing: 1px;
        margin-bottom: 5px
    }

        .default_list > li h3 {
            color: #1a67b1;
            margin-top: 0 !important;
            padding-top: 0 !important
        }

        .default_list > li > span {
            color: #333
        }

        .default_list > li:before {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 6px;
            color: #1a67b1;
            font-size: 1rem
        }

        .default_list > li > p {
            margin: 0;
            word-break: break-all
        }

        .default_list > li a {
            color: #0f7b8c
        }

        .default_list > li ol {
            padding-left: 1rem
        }

            .default_list > li ol li {
                margin: 0 15px 15px
            }

        .default_list > li > :first-child {
            margin-top: .5rem;
            padding-top: 1rem;
            position: relative
        }

            .default_list > li > :first-child:after {
                content: "";
                position: absolute;
                top: 0;
                left: -1rem;
                width: calc(100% + 1rem);
                height: 1px;
                background: #ddd
            }

        .default_list > li #f-4 {
            color: #0f7b8c
        }

        .default_list > li.column {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 1px solid #ddd;
            position: relative
        }

            .default_list > li.column:after {
                content: "";
                position: absolute;
                border-bottom: 1px solid #1a67b1;
                width: 0;
                height: 1px;
                left: 0;
                top: inherit;
                bottom: -1px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .default_list > li.column > span {
                color: #555;
                letter-spacing: 1px;
                margin: 0;
                padding: 0;
                width: 85%
            }

                .default_list > li.column > span a {
                    color: #1a67b1;
                    display: block
                }

                .default_list > li.column > span:nth-child(1) {
                    width: 15%;
                    min-width: 6rem
                }

            .default_list > li.column:hover:after {
                width: 100%
            }

    .default_list.single li {
        border-bottom: 1px solid #dcdcdc
    }

    .default_list .bd-none {
        position: relative
    }

        .default_list .bd-none:after {
            content: "";
            position: absolute;
            display: none
        }

.t1-txt .carousel.slide.button:focus, .t1-txt .carousel.slide.input:focus, .t1-txt .carousel.slide.select:focus, .t1-txt .carousel.slide.w1180.a:focus {
    box-shadow: 0 0 3px 3px transparent
}

.t1-txt .no-margin-top {
    margin-top: 0
}

.t1-txt h2 {
    color: #1a67b1;
    margin: 20px 0;
    font-size: 1.8rem
}

.t1-txt h3 {
    color: #1a67b1;
    margin: 0 0 20px 0;
    font-size: 1.4rem
}

.t1-txt h4 {
    color: #1a67b1;
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    font-weight: 400
}

.t1-txt .mt-100 {
    margin-top: 100px
}

.t1-txt .detailed2 ul {
    padding: 0;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    justify-content: center
}

    .t1-txt .detailed2 ul li {
        -ms-flex: 0 1 auto;
        padding: 10px 30px
    }

        .t1-txt .detailed2 ul li i {
            font-size: 1.125rem;
            position: absolute;
            left: -1.5em
        }

        .t1-txt .detailed2 ul li span {
            position: relative;
            margin-right: 20px;
            color: #1a67b1
        }

            .t1-txt .detailed2 ul li span:before {
                content: "";
                width: 2px;
                height: 1.2em;
                position: absolute;
                top: 0;
                right: -12px;
                background: #1a67b1
            }

        .t1-txt .detailed2 ul li:first-child {
            text-align: center
        }

.t1-txt .carousel {
    margin: 0 -15px 50px -15px
}

.t1-txt .carousel-control.left {
    background-image: none;
    filter: none;
    box-shadow: 0 0 3px 3px transparent
}

    .t1-txt .carousel-control.left span:before {
        background-color: rgba(255,255,255,.5);
        border-radius: 50%;
        width: 53px;
        height: 53px;
        box-sizing: border-box;
        text-align: center;
        padding: 10px
    }

.t1-txt .carousel-control.right {
    background-image: none;
    filter: none;
    box-shadow: 0 0 3px 3px transparent
}

    .t1-txt .carousel-control.right span:before {
        background-color: rgba(255,255,255,.5);
        border-radius: 50%;
        width: 53px;
        height: 53px;
        box-sizing: border-box;
        text-align: center;
        padding: 10px
    }

.t1-txt .carousel-indicators li {
    border: 1px solid #fff
}

.t1-txt .carousel-indicators .active {
    background-color: #fff
}

.t1-txt .carousel-indicators {
    bottom: -50px
}

@media (min-width:768px) {
    .t1-txt .carousel-indicators {
        bottom: 10px
    }
}

.t1-txt .default_list2 > p {
    padding: 8px 0 8px 15px;
    position: relative;
    color: #1a67b1;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 1.1rem
}

    .t1-txt .default_list2 > p > span {
        color: #333
    }

    .t1-txt .default_list2 > p:before {
        content: "";
        position: absolute;
        left: 0;
        top: 17px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #1a67b1
    }

    .t1-txt .default_list2 > p > p {
        margin: 0;
        word-break: break-all
    }

    .t1-txt .default_list2 > p a {
        color: #0f7b8c
    }

    .t1-txt .default_list2 > p ol {
        padding-left: 1rem
    }

        .t1-txt .default_list2 > p ol li {
            margin: 0 15px 15px
        }

    .t1-txt .default_list2 > p > :first-child {
        margin-top: .5rem;
        padding-top: 1rem;
        position: relative
    }

        .t1-txt .default_list2 > p > :first-child:after {
            content: "";
            position: absolute;
            top: 0;
            left: -1rem;
            width: calc(100% + 1rem);
            height: 1px;
            background: #ddd
        }

.t1-txt .default_list2 .pl-15 {
    padding-left: 15px
}

.t1-photo {
    display: block;
    margin: 0 auto;
    max-width: 500px
}

    .t1-photo img {
        width: 100%
    }

.map-container {
    max-width: 820px;
    margin: 0 auto
}

.list-parentheses {
    counter-reset: list
}

    .list-parentheses li {
        list-style-type: none;
        text-indent: -1.5rem
    }

        .list-parentheses li::before {
            content: "(" counter(list) ")";
            counter-increment: list;
            display: inline-block;
            width: 1.5em;
            margin-left: 0;
            text-align: right;
            padding-right: .5rem
        }

.color-map {
    list-style-type: none;
    padding-left: 15px
}

    .color-map > li h4 {
        font-size: 1.125rem;
        border-bottom: 2px solid #f9f9f9;
        position: relative;
        padding-left: 30px;
        padding-bottom: 8px
    }

        .color-map > li h4:before {
            content: "\e921";
            font-family: icomoon !important;
            font-size: 1.375rem;
            position: absolute;
            left: 0
        }

    .color-map > li:nth-child(5n+1) > h4 {
        color: #d63801
    }

    .color-map > li:nth-child(5n+2) > h4 {
        color: #ac4a9b
    }

    .color-map > li:nth-child(5n+3) > h4 {
        color: #0f7b8c
    }

    .color-map > li:nth-child(5n+4) > h4 {
        color: #4774b8
    }

    .color-map > li:nth-child(5n+5) > h4 {
        color: #13508c
    }

    .color-map .region {
        margin-left: 50px;
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .color-map .region > li {
            margin: 10px;
            position: relative
        }

            .color-map .region > li > ul {
                list-style-type: none;
                padding: 0;
                text-align: center
            }

                .color-map .region > li > ul li {
                    background: #fff
                }

                    .color-map .region > li > ul li a {
                        padding: 4px 12px;
                        background: 0 0;
                        border: 1px solid #dcdcdc
                    }

                        .color-map .region > li > ul li a:hover {
                            color: #767676
                        }

                    .color-map .region > li > ul li:first-child a {
                        -ms-border-radius: 3px 3px 0 0;
                        -moz-border-radius: 3px 3px 0 0;
                        -webkit-border-radius: 3px 3px 0 0;
                        border-radius: 3px 3px 0 0;
                        margin-top: 3px
                    }

                    .color-map .region > li > ul li:last-child a {
                        -ms-border-radius: 0 0 3px 3px;
                        -moz-border-radius: 0 0 3px 3px;
                        -webkit-border-radius: 0 0 3px 3px;
                        border-radius: 0 0 3px 3px;
                        border-top: none
                    }

.disc-blue {
    list-style-type: none
}

    .disc-blue li {
        position: relative
    }

        .disc-blue li:before {
            content: "";
            background: #1a67b1;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            position: absolute;
            left: -20px;
            top: .5em
        }

.cube-blue {
    list-style-type: none
}

    .cube-blue li h4 {
        position: relative;
        margin-top: 1em
    }

        .cube-blue li h4:before {
            content: "";
            background: #1a67b1;
            width: 5px;
            height: 5px;
            position: absolute;
            left: -20px;
            top: .5em
        }

.list-unstyled-npl0 {
    list-style: none
}

    .list-unstyled-npl0 li {
        margin-bottom: 5px
    }

.list-type-lower {
    list-style-type: lower-latin
}

    .list-type-lower li {
        margin: 10px 0
    }

.arrow-list {
    list-style-type: none;
    padding: 0 0 0 20px
}

    .arrow-list > li {
        padding: 10px 0 10px 15px;
        border-bottom: 1px solid #f9f9f9;
        color: #555;
        position: relative
    }

        .arrow-list > li:before {
            content: "\f105";
            font-family: FontAwesome;
            color: #1a67b1;
            font-size: 1.125rem;
            position: absolute;
            left: 0;
            top: 5px
        }

    .arrow-list.no-bor {
        padding: 0 0 0 3em
    }

        .arrow-list.no-bor li {
            border-bottom: none
        }

    .arrow-list.icons .icon-map {
        vertical-align: -4px;
        color: #d32c1b;
        font-size: 1.6rem;
        padding-right: 10px
    }

    .arrow-list ol, .arrow-list ol li {
        display: inline-block
    }

        .arrow-list ol li {
            padding: 0 10px
        }

    .arrow-list.open-file a {
        color: #1a67b1
    }

        .arrow-list.open-file a:hover {
            color: #1a67b1
        }

    .arrow-list.open-file span {
        color: #767676;
        float: right;
        margin-top: 5px
    }

.icon-list {
    list-style-type: none;
    padding: 0
}

    .icon-list li {
        padding: 10px;
        position: relative;
        padding-left: 50px;
        line-height: 1.5em
    }

        .icon-list li i {
            font-size: 1.375rem;
            position: absolute;
            left: 5px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #d32c1b
        }

    .icon-list a {
        color: #1a67b1
    }

.pdf-list {
    margin-bottom: 60px;
    list-style-type: none;
    padding: 0
}

    .pdf-list li {
        border-bottom: 1px solid #f9f9f9;
        margin: 20px 0;
        padding-bottom: 5px
    }

        .pdf-list li i {
            padding-right: 5px;
            color: #1a67b1
        }

        .pdf-list li a {
            position: relative;
            display: inline-block;
            margin-left: 24px
        }

            .pdf-list li a i {
                position: absolute;
                top: 2px;
                left: -22px
            }

.awards-list {
    list-style-type: none;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding: 1em 0
}

    .awards-list li {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        .awards-list li .title {
            color: #187ac8;
            font-size: .875rem;
            width: 20%;
            vertical-align: text-top;
            margin-top: 0;
            padding-left: 2em
        }

        .awards-list li:before {
            content: "";
            width: 3px;
            height: 100%;
            background: #187ac8;
            position: absolute;
            left: 0;
            top: 0
        }

        .awards-list li:last-child:before {
            height: 2em
        }

        .awards-list li p {
            width: 80%;
            vertical-align: top
        }

        .awards-list li a {
            vertical-align: top;
            color: #0f7b8c
        }

        .awards-list li i {
            padding-right: 5px
        }

.main-menulist {
    list-style-type: none;
    padding: 0
}

    .main-menulist > li {
        display: inline-block;
        width: 31%;
        margin: 5px;
        -webkit-border-image-source: url(../../assets/img/pattern/pattern-01.jpg);
        -moz-border-image-source: url(../../assets/img/pattern/pattern-01.jpg);
        border-image-source: url(../../assets/img/pattern/pattern-01.jpg);
        -webkit-border-image-slice: 18;
        -moz-border-image-slice: 18;
        border-image-slice: 18;
        -webkit-border-image-repeat: repeat;
        -moz-border-image-repeat: repeat;
        border-image-repeat: repeat;
        border-color: #e4f3fe;
        border-width: 10px;
        border-style: solid;
        position: relative;
        vertical-align: text-bottom
    }

        .main-menulist > li a {
            display: block;
            padding: 30px 10px 30px 40px;
            color: #0959a8;
            position: relative
        }

            .main-menulist > li a:hover {
                color: #187ac8
            }

        .main-menulist > li i {
            color: #767676;
            position: absolute;
            font-size: 3.8rem;
            right: 5%;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .main-menulist > li:before {
            content: "";
            position: absolute;
            border-right: 50px solid;
            border-top: 50px solid transparent;
            right: -20px;
            bottom: -10px;
            -moz-transform: translateX(-10px);
            -webkit-transform: translateX(-10px);
            -o-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .main-menulist > li:after {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            bottom: -12px;
            right: -10px;
            font-size: 1.125rem;
            color: #fff;
            -moz-transform: translateX(-10px);
            -webkit-transform: translateX(-10px);
            -o-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .main-menulist > li:nth-child(9n+1):before {
            border-right-color: #0959a8
        }

        .main-menulist > li:nth-child(9n+2):before {
            border-right-color: #6cc972
        }

        .main-menulist > li:nth-child(9n+3):before {
            border-right-color: #a7cd20
        }

        .main-menulist > li:nth-child(9n+4):before {
            border-right-color: #4774b8
        }

        .main-menulist > li:nth-child(9n+5):before {
            border-right-color: #1a67b1
        }

        .main-menulist > li:nth-child(9n+6):before {
            border-right-color: #187ac8
        }

        .main-menulist > li:nth-child(9n+7):before {
            border-right-color: orange
        }

        .main-menulist > li:nth-child(9n+8):before {
            border-right-color: #f39800
        }

        .main-menulist > li:nth-child(9n):before {
            border-right-color: #ac4a9b
        }

        .main-menulist > li:hover:after {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        .main-menulist > li:hover:before {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        .main-menulist > li:hover a {
            color: #187ac8
        }

        .main-menulist > li:hover i {
            color: #ddd
        }

.detail-menulist {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .detail-menulist > li {
        -webkit-border-image-source: url(../../assets/img/pattern/pattern-01.jpg);
        -moz-border-image-source: url(../../assets/img/pattern/pattern-01.jpg);
        border-image-source: url(../../assets/img/pattern/pattern-01.jpg);
        -webkit-border-image-slice: 18;
        -moz-border-image-slice: 18;
        border-image-slice: 18;
        -webkit-border-image-repeat: repeat;
        -moz-border-image-repeat: repeat;
        border-image-repeat: repeat;
        -webkit-border-image-slice: 108 18 18 18;
        -moz-border-image-slice: 108 18 18 18;
        border-image-slice: 108 18 18 18;
        border-width: 60px 10px 10px 10px;
        border-color: #e4f3fe;
        border-style: solid;
        width: 30%;
        padding: 20px;
        margin: 10px;
        min-height: 250px;
        vertical-align: middle;
        position: relative
    }

        .detail-menulist > li h4 {
            position: absolute;
            top: -46px;
            left: 50%;
            color: #4774b8;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%;
            text-align: center
        }

        .detail-menulist > li ol {
            list-style-type: none;
            padding: 0;
            width: 70%
        }

            .detail-menulist > li ol > li {
                margin: 5px 0
            }

        .detail-menulist > li a:hover {
            color: #187ac8
        }

        .detail-menulist > li i {
            position: absolute;
            right: 20px;
            bottom: 10px;
            font-size: 5.575rem;
            color: #909090
        }

        .detail-menulist > li:before {
            content: "";
            position: absolute;
            border-right: 50px solid;
            border-top: 50px solid transparent;
            right: -20px;
            bottom: -10px;
            -moz-transform: translateX(-10px);
            -webkit-transform: translateX(-10px);
            -o-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .detail-menulist > li:after {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            bottom: -12px;
            right: -10px;
            font-size: 1.125rem;
            color: #fff;
            -moz-transform: translateX(-10px);
            -webkit-transform: translateX(-10px);
            -o-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .detail-menulist > li:nth-child(9n+1):before {
            border-right-color: #0959a8
        }

        .detail-menulist > li:nth-child(9n+2):before {
            border-right-color: #6cc972
        }

        .detail-menulist > li:nth-child(9n+3):before {
            border-right-color: #a7cd20
        }

        .detail-menulist > li:nth-child(9n+4):before {
            border-right-color: #4774b8
        }

        .detail-menulist > li:nth-child(9n+5):before {
            border-right-color: #1a67b1
        }

        .detail-menulist > li:nth-child(9n+6):before {
            border-right-color: #187ac8
        }

        .detail-menulist > li:nth-child(9n+7):before {
            border-right-color: orange
        }

        .detail-menulist > li:nth-child(9n+8):before {
            border-right-color: #f39800
        }

        .detail-menulist > li:nth-child(9n):before {
            border-right-color: #ac4a9b
        }

        .detail-menulist > li:hover i {
            color: #dcdcdc
        }

        .detail-menulist > li.fore:after {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        .detail-menulist > li.fore:before {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

.hotlink {
    list-style-type: none;
    padding: 0
}

    .hotlink li {
        display: inline-block;
        width: 49%;
        margin: 10px 0;
        vertical-align: top
    }

        .hotlink li a {
            color: #0959a8;
            border: 1px solid #0959a8;
            padding: 15px 20px;
            display: block;
            min-height: 80px;
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .hotlink li a:before {
                pointer-events: none;
                content: "";
                border-left: 15px solid #0959a8;
                border-bottom: 15px solid transparent;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .hotlink li a:after {
                content: "\e900";
                font-family: icomoon;
                pointer-events: none;
                position: absolute;
                right: 10px;
                bottom: 5px
            }

            .hotlink li a:hover {
                color: #187ac8;
                border-color: #187ac8
            }

                .hotlink li a:hover span {
                    color: #1b1b1b
                }

                .hotlink li a:hover:before {
                    border-width: 0 0 30px 30px;
                    border-left-color: #187ac8
                }

            .hotlink li a:active:after {
                -moz-transform: translateX(2px) translateY(2px);
                -webkit-transform: translateX(2px) translateY(2px);
                -o-transform: translateX(2px) translateY(2px);
                -ms-transform: translateX(2px) translateY(2px);
                transform: translateX(2px) translateY(2px)
            }

            .hotlink li a span {
                display: inherit;
                font-size: .675rem;
                color: #767676;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

        .hotlink li:nth-child(2n+1) a {
            margin-right: 10px
        }

.blueblock li {
    margin: .5rem 0
}

    .blueblock li > span {
        background: #187ac8;
        color: #fff;
        width: 10rem;
        display: inline-block;
        text-align: center;
        padding: .5rem;
        margin-right: 1rem
    }

        .blueblock li > span img {
            width: 2rem
        }

    .blueblock li p {
        margin: 0;
        width: 80%;
        line-height: 2
    }

    .blueblock li .ps {
        display: block;
        font-size: .775rem;
        color: #1a67b1;
        line-height: 1.5;
        margin: .5rem 0;
        padding-left: 1rem;
        position: relative
    }

        .blueblock li .ps::before {
            content: "\f02e";
            position: absolute;
            left: 0;
            top: 0;
            color: #f39800;
            font-family: FontAwesome;
            font-size: .875rem
        }

    .blueblock li a {
        color: inherit;
        text-decoration: underline
    }

.blueblock.highline li {
    margin: 2rem;
    text-indent: -1rem
}

.blueblock.highline i {
    color: #1a67b1;
    padding-right: 1rem
}

.yellow-list {
    list-style-type: none;
    padding: 0
}

    .yellow-list h3, .yellow-list h4, .yellow-list h5 {
        font-size: 1rem;
        display: inline-block;
        margin-top: 3px
    }

    .yellow-list > li {
        border-top: 1px solid #dcdcdc;
        padding: 18px 0
    }

        .yellow-list > li > a {
            display: inherit;
            margin: 10px 0 0 34px
        }

            .yellow-list > li > a:first-child {
                display: inline-block;
                margin-left: 0
            }

            .yellow-list > li > a:hover * {
                color: #0f7b8c
            }

        .yellow-list > li:before {
            content: "\e901";
            font-family: icomoon;
            color: orange;
            margin-right: 15px
        }

        .yellow-list > li:last-child {
            border-bottom: 1px solid #dcdcdc
        }

        .yellow-list > li > ol {
            display: inline-block;
            width: 75%;
            vertical-align: top;
            margin-top: 5px
        }

            .yellow-list > li > ol > li {
                display: inline-block;
                position: relative;
                min-width: 19%;
                vertical-align: top;
                padding-left: 15px
            }

                .yellow-list > li > ol > li:before {
                    content: "";
                    background: orange;
                    width: 7px;
                    height: 7px;
                    position: absolute;
                    border-radius: 100%;
                    top: .5em;
                    left: 0
                }

        .yellow-list > li > h5 {
            display: inline-block;
            width: 20%
        }

        .yellow-list > li > .yellow-list-title {
            display: inline-block;
            width: 20%;
            font-size: .875em
        }

.big-icon-list {
    list-style-type: none
}

    .big-icon-list > li {
        border-bottom: 1px dashed #dcdcdc;
        text-align: center
    }

        .big-icon-list > li img {
            height: 120px;
            display: inline-block;
            -ms-border-radius: 30%;
            -moz-border-radius: 30%;
            -webkit-border-radius: 30%;
            border-radius: 30%;
            margin: 20px 0
        }

        .big-icon-list > li ul {
            list-style-type: none;
            padding: 20px 20px 0;
            margin: 0;
            display: inline-block;
            width: 74%;
            vertical-align: top;
            text-align: justify
        }

        .big-icon-list > li > a {
            margin-bottom: 20px
        }

        .big-icon-list > li h4 {
            color: #1a67b1
        }

ul.none-type {
    list-style-type: none;
    padding: 0
}

    ul.none-type li {
        display: inline-block;
        margin: 10px
    }

.pricing-table-v1 .pricing-v1-blue .pricing-v1-head.efc {
    position: relative
}

    .pricing-table-v1 .pricing-v1-blue .pricing-v1-head.efc:after {
        content: "";
        position: absolute;
        border-right: 50px solid #0959a8;
        border-top: 50px solid transparent;
        right: 0;
        bottom: 0
    }

    .pricing-table-v1 .pricing-v1-blue .pricing-v1-head.efc::before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        bottom: 0;
        color: #fff;
        font-size: 1.125rem;
        z-index: 1
    }

.pseudo-list h4 {
    display: list-item;
    list-style-type: decimal;
    margin-left: 2em;
    font-size: .875rem
}

.open-menu {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

    .open-menu li {
        margin: 10px 0;
        padding: 10px;
        width: 25%;
        border-bottom: 1px dashed #dcdcdc
    }

        .open-menu li:before {
            content: "\e923";
            font-family: icomoon;
            font-size: .925rem;
            padding-right: 10px;
            color: #1a67b1
        }

.open-menu-v2 {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

    .open-menu-v2 > li {
        padding: 20px 0;
        width: calc(100%/3 - 20px);
        margin: 0 10px;
        border-bottom: 1px dashed #dcdcdc;
        position: relative;
        padding-left: 1.125rem
    }

        .open-menu-v2 > li:before {
            content: "\e923";
            font-family: icomoon;
            position: absolute;
            font-size: .925rem;
            color: #1a67b1;
            left: 0;
            top: 1rem
        }

.botm-fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    text-align: center;
    margin: 0
}

    .botm-fill li {
        width: 33%;
        margin-bottom: 15px
    }

    .botm-fill span {
        color: #187ac8;
        font-size: .925rem;
        position: relative;
        padding: 0 10px;
        display: block;
        margin-bottom: 5px
    }

    .botm-fill .select-bor {
        position: relative;
        padding: 5px
    }

        .botm-fill .select-bor::after, .botm-fill .select-bor::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border: 2px solid transparent;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .botm-fill .select-bor::after {
            bottom: 0;
            left: 0
        }

        .botm-fill .select-bor::before {
            top: 0;
            right: 0
        }

    .botm-fill a {
        display: block
    }

        .botm-fill a:active .select-bor::before, .botm-fill a:focus .select-bor::before, .botm-fill a:hover .select-bor::before {
            width: 100%;
            height: 100%;
            border-color: #42a1ae #42a1ae transparent transparent
        }

        .botm-fill a:active .select-bor::after, .botm-fill a:focus .select-bor::after, .botm-fill a:hover .select-bor::after {
            width: 100%;
            height: 100%;
            border-color: transparent transparent #42a1ae #42a1ae
        }

.checklist li {
    padding: 15px;
    text-align: center;
    width: calc(100% / 5)
}

    .checklist li:nth-child(10n+1), .checklist li:nth-child(10n+2), .checklist li:nth-child(10n+3), .checklist li:nth-child(10n+4), .checklist li:nth-child(10n+5) {
        background: #e4f3fe
    }

.checklist.porition {
    border: 1px solid #e4f3fe
}

    .checklist.porition li {
        width: calc(100% / 8);
        border: 1px solid #e4f3fe;
        padding: 5px
    }

        .checklist.porition li:nth-child(10n+1), .checklist.porition li:nth-child(10n+2), .checklist.porition li:nth-child(10n+3), .checklist.porition li:nth-child(10n+4), .checklist.porition li:nth-child(10n+5) {
            background: #fff
        }

.sky-form .checklist .checkbox {
    padding-left: 0
}

    .sky-form .checklist .checkbox i {
        position: relative;
        margin: 0 auto
    }

.legend-typ {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .legend-typ li {
        position: relative;
        margin: 0 5px;
        padding-left: 15px;
        display: inline-block
    }

        .legend-typ li::before {
            content: "";
            width: 12px;
            height: 12px;
            position: absolute;
            top: 5px;
            left: 0
        }

        .legend-typ li:nth-child(1):before {
            background: #00f
        }

        .legend-typ li:nth-child(2):before {
            background: green
        }

        .legend-typ li:nth-child(3):before {
            background: #ff0
        }

        .legend-typ li:nth-child(4):before {
            background: red
        }

.data-colorbar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding-right: 125px
}

    .data-colorbar:after, .data-colorbar:before {
        position: absolute;
        right: 0;
        text-align: left;
        font-size: .775rem
    }

    .data-colorbar:after {
        content: "級（風級）";
        top: 10px
    }

    .data-colorbar:before {
        content: "風速（公尺 / 秒）";
        bottom: 6px
    }

    .data-colorbar li {
        width: 100%;
        height: 20px;
        position: relative;
        margin: 30px 0
    }

        .data-colorbar li:before {
            font-size: .975rem;
            position: absolute;
            top: -25px;
            left: 50%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            letter-spacing: 2px;
            color: #555
        }

        .data-colorbar li:after {
            font-size: .875rem;
            position: absolute;
            bottom: -25px;
            left: 100%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            letter-spacing: 2px;
            color: #555
        }

        .data-colorbar li:nth-child(1) {
            background-color: #a0d2ff
        }

            .data-colorbar li:nth-child(1):before {
                content: "≦1"
            }

            .data-colorbar li:nth-child(1)::after {
                content: "1.5"
            }

        .data-colorbar li:nth-child(2) {
            background-color: #d2f5ff
        }

            .data-colorbar li:nth-child(2):before {
                content: "2"
            }

            .data-colorbar li:nth-child(2)::after {
                content: "3.3"
            }

        .data-colorbar li:nth-child(3) {
            background-color: #cce5c1
        }

            .data-colorbar li:nth-child(3):before {
                content: "3"
            }

            .data-colorbar li:nth-child(3)::after {
                content: "5.4"
            }

        .data-colorbar li:nth-child(4) {
            background-color: #acde82
        }

            .data-colorbar li:nth-child(4):before {
                content: "4"
            }

            .data-colorbar li:nth-child(4)::after {
                content: "7.9"
            }

        .data-colorbar li:nth-child(5) {
            background-color: #fa0
        }

            .data-colorbar li:nth-child(5):before {
                content: "5"
            }

            .data-colorbar li:nth-child(5)::after {
                content: "10.7"
            }

        .data-colorbar li:nth-child(6) {
            background-color: #f50
        }

            .data-colorbar li:nth-child(6):before {
                content: "6"
            }

            .data-colorbar li:nth-child(6)::after {
                content: "13.8"
            }

        .data-colorbar li:nth-child(7) {
            background-color: #f535a0
        }

            .data-colorbar li:nth-child(7):before {
                content: "7"
            }

            .data-colorbar li:nth-child(7)::after {
                content: "17.1"
            }

        .data-colorbar li:nth-child(8) {
            background-color: #fac5fa
        }

            .data-colorbar li:nth-child(8):before {
                content: "≧8"
            }

.small-font {
    list-style-type: none;
    padding: 0
}

    .small-font li {
        font-size: .775rem;
        color: #555
    }

        .small-font li a {
            color: #0f7b8c
        }

.beeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

    .beeline li {
        color: #555
    }

    .beeline > li + li {
        position: relative;
        padding-left: 5px;
        margin-left: 5px
    }

        .beeline > li + li::before {
            content: "";
            border-left: 1px solid #dcdcdc;
            position: absolute;
            left: 0;
            top: 0;
            height: 1.5em
        }

.bottom-dashline {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .bottom-dashline span.tem-C.is-active {
        text-align: left
    }

    .bottom-dashline > li {
        margin: .625rem 0;
        width: calc(100% / 3);
        flex-shrink: 1
    }

        .bottom-dashline > li > a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            border-bottom: 1px dashed #dcdcdc;
            margin-right: .625rem;
            padding-bottom: 5px
        }

        .bottom-dashline > li:nth-child(3n) > a {
            margin-right: 0
        }

    .bottom-dashline img {
        width: 50px;
        height: 50px;
        padding-right: .625rem;
        margin: 0
    }

    .bottom-dashline dl {
        margin: 0;
        flex-shrink: 1
    }

    .bottom-dashline dt {
        margin: 0 0 1rem 0;
        color: #0959a8;
        font-weight: 700;
        font-size: 1.075rem
    }

.stag {
    text-align: center;
    margin: 0
}

    .stag li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #fff
    }

        .stag li span {
            padding: 20px;
            width: 100%
        }

            .stag li span:first-child {
                -webkit-box-flex: 0;
                -webkit-flex: 0 2 auto;
                -moz-box-flex: 0;
                -moz-flex: 0 2 auto;
                -ms-flex: 0 2 auto;
                flex: 0 2 auto;
                color: #1a67b1
            }

            .stag li span:nth-child(2) {
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 auto;
                -moz-box-flex: 0;
                -moz-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                flex: 0 1 auto
            }

            .stag li span img {
                width: 60px;
                height: 60px
            }

        .stag li:nth-child(odd) span:first-child {
            background: #f9f9f9
        }

        .stag li:nth-child(even) span:nth-child(2) {
            background: #effcfe
        }

.date-list ul {
    list-style-type: none;
    padding: 0
}

    .date-list ul li {
        display: none;
        padding: 10px 0;
        border-bottom: 2px solid rgba(146,201,243,.5)
    }

        .date-list ul li .date-mark {
            color: #1a67b1;
            margin-right: 20px
        }

        .date-list ul li .new {
            background: #d63801;
            color: #fff;
            font-size: .675rem;
            padding: 2px 10px;
            display: inline-block
        }

        .date-list ul li span {
            color: #555
        }

            .date-list ul li span + a, .date-list ul li span + span {
                margin-left: 8px
            }

        .date-list ul li:nth-child(1), .date-list ul li:nth-child(2), .date-list ul li:nth-child(3), .date-list ul li:nth-child(4) {
            display: inherit
        }

        .date-list ul li a, .date-list ul li a span {
            color: #0959a8
        }

.date-list .flex-row-nowrap > * {
    -ms-flex: 0 1 auto
}

.date-list .flex-row-nowrap > a, .date-list .flex-row-nowrap > span {
    display: block
}

.station-deail {
    padding: 0;
    list-style-type: none
}

    .station-deail li {
        min-height: 3em
    }

.main-share {
    display: none
}

    .main-share ul {
        list-style-type: none;
        padding: 0;
        position: absolute;
        background: rgba(255,255,255,.8);
        z-index: 9999;
        -ms-border-radius: .3125rem;
        -moz-border-radius: .3125rem;
        -webkit-border-radius: .3125rem;
        border-radius: .3125rem
    }

        .main-share ul li {
            text-align: center;
            margin: .625rem
        }

            .main-share ul li a {
                display: block;
                padding: 1rem 0;
                width: 4rem;
                height: 4rem;
                position: relative;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                -webkit-box-shadow: 2px 2px 1px rgba(100,100,100,.6);
                -ms-box-shadow: 2px 2px 1px rgba(100,100,100,.6);
                box-shadow: 2px 2px 1px rgba(100,100,100,.6)
            }

                .main-share ul li a i {
                    font-size: 1.375rem !important;
                    color: #fff !important;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%)
                }

            .main-share ul li.share-fb a {
                background: #3b5998
            }

            .main-share ul li.share-line a {
                background: #00c300
            }

#ShareBtn:hover .main-share {
    display: block
}

.diagram {
    text-align: center
}

    .diagram ul {
        list-style: none;
        padding-inline-start: 0
    }

    .diagram .title, .diagram a {
        display: inline-block;
        padding: .5rem;
        line-height: 1.2;
        flex: 0 1 100%
    }

    .diagram a {
        font-size: .925rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .diagram a:focus, .diagram a:hover {
            color: initial;
            opacity: .7
        }

    .diagram .title {
        color: #fff;
        width: 100%;
        font-size: 1rem;
        font-weight: 700;
        position: relative
    }

        .diagram .title.arrow::after {
            content: "\f0d7";
            font-family: FontAwesome;
            margin: .5rem
        }

        .diagram .title.v-1 {
            background: #187ac8
        }

        .diagram .title.v-2 {
            background: #afddff;
            color: #0959a8
        }

        .diagram .title.v-3 {
            background: #d32c1b;
            -ms-border-radius: 3rem;
            -moz-border-radius: 3rem;
            -webkit-border-radius: 3rem;
            border-radius: 3rem;
            padding: .5rem;
            display: block;
            font-size: 1rem;
            font-weight: 700
        }

    .diagram .main-cation {
        width: 500px;
        max-width: 100%;
        margin: 0 auto
    }

    .diagram .item-wrapper {
        display: flex;
        margin-top: 2rem
    }

        .diagram .item-wrapper::before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #dcdcdc;
            position: absolute;
            transform: translateX(-50%);
            left: 50%
        }

    .diagram #item-wrapper-lev-4::before {
        display: none !important
    }

@media screen and (min-width:767px) {
    .diagram #item-wrapper-lev-4::before {
        display: block !important
    }
}

.diagram .item-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.diagram .item {
    position: relative
}

    .diagram .item a {
        color: #fff;
        width: 100%;
        position: relative;
        z-index: 2
    }

.diagram .lev-main {
    position: relative
}

    .diagram .lev-main::before {
        content: "";
        width: 1px;
        height: 100%;
        background: #dcdcdc;
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }

.diagram .lev-2 .main-cation {
    position: relative
}

    .diagram .lev-2 .main-cation::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #dcdcdc;
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%
    }

.diagram .lev-2 .title + .title {
    margin-left: 4rem
}

.diagram .lev-3 .item-wrapper::before {
    width: calc((100% / 2) + 2.5vw)
}

.diagram .lev-3 .item-content + .item-content {
    margin-left: 5%
}

.diagram .lev-3 .item {
    padding-top: 2rem;
    writing-mode: inherit;
    text-align: center
}

    .diagram .lev-3 .item::before {
        content: "";
        width: 2px;
        height: 2rem;
        background-color: #dcdcdc;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        top: 0
    }

    .diagram .lev-3 .item + .item::before {
        display: none
    }

    .diagram .lev-3 .item.v-1 a {
        background-color: #1a67b1
    }

    .diagram .lev-3 .item.v-2 a {
        background-color: #922095
    }

    .diagram .lev-3 .item.v-3 a {
        background-color: #dcdcdc;
        color: #333
    }

    .diagram .lev-3 .item.v-double {
        margin-left: 0;
        margin-bottom: 2.5rem
    }

        .diagram .lev-3 .item.v-double .item {
            position: absolute;
            top: 4rem;
            left: 0;
            width: 100%;
            padding-left: 2rem;
            padding-top: 1rem
        }

            .diagram .lev-3 .item.v-double .item::before {
                height: 1rem
            }

            .diagram .lev-3 .item.v-double .item::after {
                content: "";
                width: 100%;
                height: 2px;
                background-color: #dcdcdc;
                position: absolute;
                top: 0;
                left: 50%;
                display: none
            }

.diagram .lev-4 {
    margin-top: 3rem;
    position: relative
}

    .diagram .lev-4 .item-wrapper {
        background-color: #fff
    }

@media (min-width:768px) {
    .diagram .lev-4 .item-wrapper::before {
        width: calc((100% / 4 * 3) + 4px)
    }
}

@media (min-width:992px) {
    .diagram .lev-4 .item-wrapper::before {
        width: calc(100% / 4 * 3)
    }
}

.diagram .lev-4 .item {
    margin-top: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:768px) {
    .diagram .lev-4 .item {
        margin-top: 2rem
    }
}

.diagram .lev-4 .item + .item {
    margin-top: 1rem
}

@media (min-width:768px) {
    .diagram .lev-4 .item + .item {
        margin-top: 2rem
    }
}

.diagram .lev-4 .item::before {
    content: "";
    width: 2px;
    height: 2rem;
    background-color: #dcdcdc;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -2rem;
    display: none
}

@media (min-width:768px) {
    .diagram .lev-4 .item::before {
        display: block
    }
}

.diagram .lev-4 .item.v-1 a {
    background: #d32c1b
}

.diagram .lev-4 .item.v-2 a {
    background: #0f7b8c
}

.diagram .lev-4 .item.v-3 a {
    background: #922095
}

.diagram .lev-4 .item.v-4 a {
    background: #257d2a
}

.diagram .lev-4 .item .item li + li {
    margin-top: 1rem
}

@media (max-width:768px) {
    .collapse-content {
        transition: all ease-in-out .3s;
        max-height: 0;
        overflow: hidden
    }
}

.collapse-content.js-open {
    max-height: 1000px;
    margin-bottom: 2rem;
    margin-top: 2rem !important
}

@media (min-width:768px) {
    .diagram.tw .item-content {
        flex-direction: row
    }
}

.diagram.tw .item {
    white-space: nowrap
}

.diagram.tw .lev-3 .item-wrapper {
    letter-spacing: 1px
}

@media (min-width:768px) {
    .diagram.tw .lev-3 .item-wrapper::before {
        width: calc(100% - 2rem)
    }
}

@media screen and (min-width:768px) {
    .diagram.tw .lev-3 .item-wrapper {
        letter-spacing: 4px
    }
}

@media (min-width:768px) {
    .diagram.tw .lev-3 .item {
        writing-mode: vertical-lr;
        text-align: start
    }
}

@media (min-width:768px) {
    .diagram.tw .lev-3 .item + .item::before {
        display: block
    }
}

@media (min-width:768px) {
    .diagram.tw .lev-3 .item.v-double {
        margin-left: 2.5rem;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .diagram.tw .lev-3 .item.v-double .item {
        padding-left: 0;
        top: 3rem;
        left: -3rem
    }
}

.diagram.tw .lev-3 .item.v-double .item::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    top: 0;
    left: 50%;
    display: none
}

@media (min-width:768px) {
    .diagram.tw .lev-3 .item.v-double .item::after {
        display: block
    }
}

@media (min-width:1200px) {
    .diagram.en .lev-4 .item-content {
        flex-direction: row;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .diagram.en .lev-4 .item.vv::before {
        display: block
    }
}

@media (min-width:768px) {
    .diagram.en .lev-4 .item.vv {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .diagram.en .lev-4 .item.vv {
        margin-top: 2rem;
        padding: 0 4px
    }
}

.diagram.en .lev-4 .item-wrapper {
    background-color: #fff
}

@media (min-width:1200px) {
    .diagram.en .lev-4 .item-wrapper::before {
        width: calc(78%)
    }
}

@media (min-width:1200px) {
    .diagram.en .lev-4 #item-wrapper-lev-4 .link-item {
        width: 255px !important
    }
}

@media (max-width:1200px) {
    .diagram.en .lev-4 #item-wrapper-lev-4 .collapse-content {
        transition: all ease-in-out .3s;
        max-height: 0;
        overflow: hidden
    }
}

.diagram.en .lev-4 #item-wrapper-lev-4 .collapse-content.js-open {
    max-height: 1000px;
    margin-bottom: 2rem;
    margin-top: 2rem !important
}

@media (max-width:1200px) {
    .main-menulist li {
        min-height: 140px
    }

        .main-menulist li a {
            padding: 40px 90px 30px 40px
        }

    .bottom-dashline > li {
        width: 50%
    }
}

@media (max-width:991px) {
    .open-menu li {
        width: 33%;
        padding: 10px 0
    }

    .open-menu-v2 li {
        width: 46%
    }

    .detail-menulist > li {
        width: -webkit-calc(30%);
        width: -moz-calc(30%);
        width: calc(50% - 20px);
        margin: 10px
    }

    .main-menulist li {
        width: 48%
    }

    .yellow-list > li > ol {
        width: inherit;
        display: block
    }

        .yellow-list > li > ol > li {
            min-width: 30%;
            margin-right: 5px
        }

    .yellow-list > li > h5 {
        width: inherit
    }

    .big-icon-list > li ul {
        width: 68%
    }
}

@media (max-width:640px) {
    .checklist.porition li {
        width: 25%
    }

    .legend-typ {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .legend-typ li {
            margin: 0;
            width: 50%
        }

    .open-menu-v2 li {
        width: 100%
    }

    .open-menu li {
        width: 50%
    }

    .detail-menulist > li {
        width: inherit;
        margin: 10px;
        display: block;
        height: inherit;
        min-height: 175px;
        width: 100%
    }

    .color-map .region {
        margin: 10px 0;
        padding: 0
    }

    .color-map > li {
        margin: 40px 0
    }

    .main-menulist li {
        width: 100%;
        min-height: inherit;
        margin: 3px 0
    }

        .main-menulist li a {
            padding: 20px 80px 20px 20px
        }

    .big-icon-list {
        padding: 0
    }

        .big-icon-list > li ul {
            padding: 0 20px;
            display: block;
            width: 100%
        }

    .bottom-dashline > li {
        width: 100%
    }
}

@media (max-width:480px) {
    .color-map {
        padding-left: 0
    }

        .color-map .region > li {
            margin: 10px 0;
            width: 50%;
            text-align: center
        }

            .color-map .region > li > ul > li a {
                padding: 10px 30px
            }

    .blue-box a, .blue-box span {
        padding: 15px 38px;
        font-size: 1.025rem
    }

    .open-menu li {
        margin: 20px 0;
        position: relative;
        padding-left: 25px;
        vertical-align: top
    }

        .open-menu li:before {
            position: absolute;
            left: 3px;
            top: 7px
        }

    .hotlink li {
        width: 100%
    }

        .hotlink li:nth-child(2n+1) a {
            margin-right: 0
        }

    .beeline li {
        width: 50%;
        position: relative;
        padding-left: 10px
    }

        .beeline li + li {
            margin: 0
        }

        .beeline li::before {
            content: "";
            border-left: 1px solid #dcdcdc;
            position: absolute;
            left: 0;
            top: 2px;
            height: 1.5em
        }

    .arrow-list.open-file span {
        float: inherit;
        margin-top: 0;
        display: block
    }

    .default_list > li > ol > li {
        margin: 0 0 15px
    }
}

@media (min-width:640px) and (max-width:992px) {
    .beeline li {
        width: 50%;
        position: relative;
        padding-left: 10px
    }

        .beeline li + li {
            margin: 0
        }

        .beeline li::before {
            content: "";
            border-left: 1px solid #dcdcdc;
            position: absolute;
            left: 0;
            top: 2px;
            height: 1.5em
        }
}

ol.uvi-description {
    padding: 0;
    list-style-type: none
}

    ol.uvi-description li {
        width: 100%;
        text-align: left;
        padding: 0 5px;
        letter-spacing: 1px
    }

        ol.uvi-description li i {
            font-size: 1.8rem
        }

        ol.uvi-description li:nth-child(1) i {
            color: #a7cd20
        }

        ol.uvi-description li:nth-child(2) i {
            color: orange
        }

        ol.uvi-description li:nth-child(3) i {
            color: #f39800
        }

        ol.uvi-description li:nth-child(4) i {
            color: #d32c1b
        }

        ol.uvi-description li:nth-child(5) i {
            color: #ac4a9b
        }

        ol.uvi-description li p {
            display: inline-block;
            width: 33%;
            text-align: center
        }

.wind-pos {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    background: #dcdcdc;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-style: normal;
    color: #fff
}

    .wind-pos span {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0 !important;
        color: #666
    }

    .wind-pos::before {
        content: "";
        position: absolute;
        border-top: 14px solid #1a67b1;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        left: 50%;
        top: -5px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .wind-pos.N {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

        .wind-pos.N span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(0);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
            -o-transform: translateX(-50%) translateY(-50%) rotate(0);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(0);
            transform: translateX(-50%) translateY(-50%) rotate(0)
        }

    .wind-pos.NNE {
        -moz-transform: rotate(22.5deg);
        -webkit-transform: rotate(22.5deg);
        -o-transform: rotate(22.5deg);
        -ms-transform: rotate(22.5deg);
        transform: rotate(22.5deg)
    }

        .wind-pos.NNE span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-22.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-22.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-22.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-22.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-22.5deg)
        }

    .wind-pos.NE {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .wind-pos.NE span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg)
        }

    .wind-pos.ENE {
        -moz-transform: rotate(62.5deg);
        -webkit-transform: rotate(62.5deg);
        -o-transform: rotate(62.5deg);
        -ms-transform: rotate(62.5deg);
        transform: rotate(62.5deg)
    }

        .wind-pos.ENE span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-62.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-62.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-62.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-62.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-62.5deg)
        }

    .wind-pos.E {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

        .wind-pos.E span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg)
        }

    .wind-pos.ESE {
        -moz-transform: rotate(112.5deg);
        -webkit-transform: rotate(112.5deg);
        -o-transform: rotate(112.5deg);
        -ms-transform: rotate(112.5deg);
        transform: rotate(112.5deg)
    }

        .wind-pos.ESE span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-112.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-112.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-112.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-112.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-112.5deg)
        }

    .wind-pos.SE {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

        .wind-pos.SE span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
            transform: translateX(-50%) translateY(-50%) rotate(-135deg)
        }

    .wind-pos.SSE {
        -moz-transform: rotate(157.5deg);
        -webkit-transform: rotate(157.5deg);
        -o-transform: rotate(157.5deg);
        -ms-transform: rotate(157.5deg);
        transform: rotate(157.5deg)
    }

        .wind-pos.SSE span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-157.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-157.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-157.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-157.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-157.5deg)
        }

    .wind-pos.S {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .wind-pos.S span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg)
        }

    .wind-pos.SSW {
        -moz-transform: rotate(202.5deg);
        -webkit-transform: rotate(202.5deg);
        -o-transform: rotate(202.5deg);
        -ms-transform: rotate(202.5deg);
        transform: rotate(202.5deg)
    }

        .wind-pos.SSW span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-202.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-202.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-202.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-202.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-202.5deg)
        }

    .wind-pos.SW {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg)
    }

        .wind-pos.SW span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-225deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-225deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-225deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-225deg);
            transform: translateX(-50%) translateY(-50%) rotate(-225deg)
        }

    .wind-pos.WSW {
        -moz-transform: rotate(247.5deg);
        -webkit-transform: rotate(247.5deg);
        -o-transform: rotate(247.5deg);
        -ms-transform: rotate(247.5deg);
        transform: rotate(247.5deg)
    }

        .wind-pos.WSW span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-247.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-247.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-247.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-247.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-247.5deg)
        }

    .wind-pos.W {
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

        .wind-pos.W span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
            transform: translateX(-50%) translateY(-50%) rotate(-270deg)
        }

    .wind-pos.WNW {
        -moz-transform: rotate(292.5deg);
        -webkit-transform: rotate(292.5deg);
        -o-transform: rotate(292.5deg);
        -ms-transform: rotate(292.5deg);
        transform: rotate(292.5deg)
    }

        .wind-pos.WNW span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-292.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-292.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-292.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-292.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-292.5deg)
        }

    .wind-pos.NW {
        -moz-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg)
    }

        .wind-pos.NW span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-315deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-315deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-315deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-315deg);
            transform: translateX(-50%) translateY(-50%) rotate(-315deg)
        }

    .wind-pos.NNW {
        -moz-transform: rotate(337.5deg);
        -webkit-transform: rotate(337.5deg);
        -o-transform: rotate(337.5deg);
        -ms-transform: rotate(337.5deg);
        transform: rotate(337.5deg)
    }

        .wind-pos.NNW span {
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-337.5deg);
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-337.5deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-337.5deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-337.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(-337.5deg)
        }

.icon-warn-middle {
    width: 20px;
    height: 20px;
    display: block;
    background: #fff6ac
}

.icon-warn-hight {
    width: 20px;
    height: 20px;
    display: block;
    background: #ffc580
}

.strbar {
    width: 2px;
    height: 1em;
    background: #187ac8
}

.icon-cwb-height {
    color: #d63801;
    font-size: 1.575rem
}

.icon-cwb-low {
    color: #187ac8;
    font-size: 1.575rem
}

.icon-as_ban-cam .path1::before, .icon-as_ban-cam .path2::before {
    color: inherit
}

.icon-as_ban-eye .path2::before, .icon-as_ban-eye .path3::before {
    color: inherit
}

.icon-as_ban-instrument .path2::before {
    color: inherit
}

.e-card {
    position: relative
}

    .e-card a {
        display: block
    }

    .e-card img:hover {
        opacity: .8
    }

.common-list {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10px 0;
    position: absolute;
    top: -70px;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

    .common-list li:hover {
        opacity: .8
    }

    .common-list li a {
        width: 56px;
        height: 56px;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        position: relative;
        margin: 0 5px;
        -webkit-box-shadow: 1px 1px 3px #555;
        -ms-box-shadow: 1px 1px 3px #555;
        box-shadow: 1px 1px 3px #555;
        display: block
    }

        .common-list li a i {
            color: #fff;
            font-size: 1.375rem;
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%)
        }

        .common-list li a.share-twitter {
            background: #1DA1F2
        }

        .common-list li a.share-fb {
            background: #46629E
        }

        .common-list li a.share-google {
            background: #DB4437
        }

        .common-list li a.share-line {
            background: #3aae36
        }

    .common-list.active {
        opacity: 1
    }

.rain-level-1 {
    color: #1b1b1b !important
}

.rain-level-2 {
    color: #1a67b1 !important
}

.rain-level-3 {
    color: #257d2a !important
}

.rain-level-4 {
    color: #9f6601 !important
}

.rain-level-5 {
    color: #de1804 !important
}

.rain-level-6 {
    color: #ac4a9b !important
}

.gray-circle {
    display: inline-block;
    background: #767676;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 1.125rem;
    padding: 5px;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

    .gray-circle:active, .gray-circle:focus, .gray-circle:hover {
        color: #fff;
        background: #dcdcdc
    }

.airbar {
    width: 100%;
    margin-top: .875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .airbar .airicon {
        width: 15%;
        color: #fff !important
    }

        .airbar .airicon i {
            font-size: 1.875rem
        }

    .airbar .bar {
        border: 1px solid #dcdcdc;
        width: 78%;
        height: 20px;
        margin-left: 14px;
        background: #fff;
        position: relative
    }

    .airbar#level-1 .bar .level, .airbar#level-2 .bar .level, .airbar#level-3 .bar .level, .airbar#level-4 .bar .level, .airbar#level-5 .bar .level, .airbar#level-6 .bar .level {
        display: block;
        height: 100%;
        position: relative;
        width: 0
    }

        .airbar#level-1 .bar .level span, .airbar#level-2 .bar .level span, .airbar#level-3 .bar .level span, .airbar#level-4 .bar .level span, .airbar#level-5 .bar .level span, .airbar#level-6 .bar .level span {
            position: absolute;
            bottom: 100%;
            font-style: normal
        }

            .airbar#level-1 .bar .level span:first-child, .airbar#level-2 .bar .level span:first-child, .airbar#level-3 .bar .level span:first-child, .airbar#level-4 .bar .level span:first-child, .airbar#level-5 .bar .level span:first-child, .airbar#level-6 .bar .level span:first-child {
                left: 0;
                opacity: 0
            }

            .airbar#level-1 .bar .level span:nth-child(2), .airbar#level-2 .bar .level span:nth-child(2), .airbar#level-3 .bar .level span:nth-child(2), .airbar#level-4 .bar .level span:nth-child(2), .airbar#level-5 .bar .level span:nth-child(2), .airbar#level-6 .bar .level span:nth-child(2) {
                right: 0
            }

    .airbar#level-1 .airicon {
        color: #00e800
    }

    .airbar#level-1 .bar .level {
        width: calc(100% / 10);
        background: #00e800;
        -webkit-animation: barin1 2s ease-in-out;
        -moz-animation: barin1 2s ease-in-out;
        -o-animation: barin1 2s ease-in-out;
        animation: barin1 2s ease-in-out
    }

    .airbar#level-2 .airicon {
        color: #ffeb3b
    }

    .airbar#level-2 .bar .level {
        width: calc(100% / 10 * 2);
        background: #ffeb3b;
        -webkit-animation: barin2 2s ease-in-out;
        -moz-animation: barin2 2s ease-in-out;
        -o-animation: barin2 2s ease-in-out;
        animation: barin2 2s ease-in-out
    }

    .airbar#level-3 .airicon {
        color: #f39800
    }

    .airbar#level-3 .bar .level {
        width: calc(100% / 10 * 3);
        background: #f39800;
        -webkit-animation: barin3 2s ease-in-out;
        -moz-animation: barin3 2s ease-in-out;
        -o-animation: barin3 2s ease-in-out;
        animation: barin3 2s ease-in-out
    }

    .airbar#level-4 .airicon {
        color: #d32c1b
    }

    .airbar#level-4 .bar .level {
        width: calc(100% / 10 * 4);
        background: #d32c1b;
        -webkit-animation: barin4 2s ease-in-out;
        -moz-animation: barin4 2s ease-in-out;
        -o-animation: barin4 2s ease-in-out;
        animation: barin4 2s ease-in-out
    }

    .airbar#level-5 .airicon {
        color: #ac4a9b
    }

    .airbar#level-5 .bar .level {
        width: calc(100% / 10 * 6);
        background: #ac4a9b;
        -webkit-animation: barin5 2s ease-in-out;
        -moz-animation: barin5 2s ease-in-out;
        -o-animation: barin5 2s ease-in-out;
        animation: barin5 2s ease-in-out
    }

    .airbar#level-6 .airicon {
        color: #411c3b
    }

    .airbar#level-6 .bar .level {
        width: 100%;
        background: #411c3b;
        -webkit-animation: barin6 2s ease-in-out;
        -moz-animation: barin6 2s ease-in-out;
        -o-animation: barin6 2s ease-in-out;
        animation: barin6 2s ease-in-out
    }

.lightning-sign {
    padding: 0;
    list-style-type: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .lightning-sign li + li {
        padding-left: 1rem;
        position: relative
    }

        .lightning-sign li + li::before {
            content: "/";
            position: absolute;
            left: .5rem;
            -moz-transform: translate(-50%);
            -webkit-transform: translate(-50%);
            -o-transform: translate(-50%);
            -ms-transform: translate(-50%);
            transform: translate(-50%)
        }

        .lightning-sign li + li i {
            width: 1rem
        }

.lightning-bar {
    margin-bottom: 3rem;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .lightning-bar li {
        position: relative
    }

        .lightning-bar li span {
            position: absolute;
            top: 100%;
            right: 0;
            -moz-transform: translate(50%);
            -webkit-transform: translate(50%);
            -o-transform: translate(50%);
            -ms-transform: translate(50%);
            transform: translate(50%)
        }

        .lightning-bar li:first-child::before {
            content: "0";
            position: absolute;
            top: 100%;
            left: 0;
            -moz-transform: translate(-50%);
            -webkit-transform: translate(-50%);
            -o-transform: translate(-50%);
            -ms-transform: translate(-50%);
            transform: translate(-50%)
        }

    .lightning-bar .bar-red {
        background: #d32c1b;
        width: calc(100% / 60 * 5);
        height: 20px
    }

    .lightning-bar .bar-yellow {
        background: #ffeb3b;
        width: calc(100% / 60 * 5);
        height: 20px
    }

    .lightning-bar .bar-green {
        background: #257d2a;
        width: calc(100% / 60 * 20);
        height: 20px
    }

    .lightning-bar .bar-blue {
        background: #0959a8;
        width: calc(100% / 60 * 30);
        height: 20px
    }

.warn-rain-1 {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #d600cc
}

    .warn-rain-1 i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-rain-2 {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: red
}

    .warn-rain-2 i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-rain-3 {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #ff8000
}

    .warn-rain-3 i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-rain-4 {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #ffff02
}

    .warn-rain-4 i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-fog {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #97f03c
}

    .warn-fog i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-temperature {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #96eaff
}

    .warn-temperature i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-temperature-2 {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #40a6ee
}

    .warn-temperature-2 i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-temperature-3 {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #0834bb
}

    .warn-temperature-3 i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-wind {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #e6e562
}

    .warn-wind i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-more {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal;
    width: .7875rem;
    margin-right: .5rem;
    background: #ed929c
}

    .warn-more i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-type {
    height: 1.575rem;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-style: normal
}

    .warn-type i {
        color: #000;
        font-size: 1.625rem;
        vertical-align: middle
    }

.warn-list {
    padding: 0;
    list-style-type: none
}

    .warn-list > a, .warn-list > div {
        padding: .5rem;
        position: relative;
        display: block
    }

    .warn-list > a {
        border: 2px solid #e4f3fe;
        margin-top: -2px
    }

        .warn-list > a:focus, .warn-list > a:hover {
            cursor: pointer;
            background: #e4f3fe
        }

        .warn-list > a::after {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            right: .5rem;
            top: 50%;
            font-size: 1.375rem;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .warn-list > a .warn-status span {
            color: #1a67b1
        }

    .warn-list .warn-status {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        .warn-list .warn-status i {
            font-size: 1.625rem;
            vertical-align: middle;
            margin-right: .5rem;
            color: #333
        }

        .warn-list .warn-status span {
            margin-right: .5rem;
            color: #333
        }

    .warn-list .warn-time {
        font-style: italic;
        color: #767676;
        white-space: nowrap;
        font-size: .575rem;
        margin-left: 2.5rem
    }

.timeline-v2 {
    padding: 0;
    list-style: none;
    position: relative
}

    .timeline-v2 > li {
        position: relative
    }

    .timeline-v2:before {
        top: 10px;
        bottom: 25px;
        left: 10%;
        width: 13px;
        content: '';
        background: #e4f3fe;
        position: absolute;
        margin-left: -13px
    }

    .timeline-v2 > li .cbp_tmtime {
        display: inline-block;
        position: absolute;
        left: 0;
        font-size: 1.125rem;
        color: #1a67b1;
        letter-spacing: 1.5px
    }

        .timeline-v2 > li .cbp_tmtime span {
            top: 9px;
            display: block;
            text-align: right;
            position: relative
        }

            .timeline-v2 > li .cbp_tmtime span:first-child {
                color: #999;
                font-size: .875rem;
                line-height: .9
            }

            .timeline-v2 > li .cbp_tmtime span:last-child {
                color: #585f69;
                font-size: 1.125rem;
                font-weight: 400
            }

    .timeline-v2 > li .cbp_tmlabel {
        color: #fff;
        padding: 10px 30px;
        background: #e4f3fe;
        line-height: 1.4;
        clear: both;
        position: relative;
        margin: 0 0 40px 15%
    }

        .timeline-v2 > li .cbp_tmlabel li {
            padding: 0
        }

        .timeline-v2 > li .cbp_tmlabel h2 {
            margin-top: 0;
            font-size: 1.125rem;
            padding: 0 0 5px;
            margin-bottom: 10px;
            text-transform: capitalize;
            border-bottom: 1px solid #ddd
        }

        .timeline-v2 > li .cbp_tmlabel .text-left {
            float: left
        }

        .timeline-v2 > li .cbp_tmlabel:after {
            right: 100%;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right: 15px solid #e4f3fe;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            top: 8px
        }

    .timeline-v2 > li .cbp_tmicon {
        top: 5px;
        left: 10%;
        width: 20px;
        height: 20px;
        position: absolute;
        background: #42a1ae;
        margin: 0 0 0 -17px;
        box-shadow: 0 0 0 4px #e4f3fe;
        -webkit-font-smoothing: antialiased
    }

    .timeline-v2 li:last-child > .cbp_tmicon {
        bottom: 15px;
        top: inherit
    }

    .timeline-v2 li:last-child > .cbp_tmlabel:after {
        top: 20px
    }

@media screen and (max-width:65.375em) {
    .timeline-v2 > li .cbp_tmtime span:last-child {
        font-size: 1.125rem
    }
}

@media screen and (max-width:47.2em) {
    .timeline-v2:before {
        display: none
    }

    .timeline-v2 > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px
    }

        .timeline-v2 > li .cbp_tmtime span {
            text-align: left
        }

    .timeline-v2 > li .cbp_tmlabel {
        padding: 1em 2em;
        font-weight: 400;
        margin: 0 0 30px
    }

        .timeline-v2 > li .cbp_tmlabel:after {
            left: 20px;
            top: -23px;
            right: auto;
            border-bottom: 16px solid #e4f3fe;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent
        }

    .timeline-v2 li:last-child > .cbp_tmlabel:after {
        top: -23px
    }

    .timeline-v2 > li .cbp_tmicon {
        left: auto;
        float: right;
        position: relative;
        margin: -55px 5px 0 0
    }
}

.timeline-v2 > li .cbp_tmlabel.equal-height-column {
    height: auto !important
}

.cd-horizontal-timeline .events-wrapper::before {
    background-image: -webkit-linear-gradient(left,#fff,rgba(248,248,248,0));
    background-image: linear-gradient(to right,#fff,rgba(248,248,248,0))
}

.cd-horizontal-timeline .events-wrapper::after {
    background-image: -webkit-linear-gradient(right,#fff,rgba(248,248,248,0));
    background-image: linear-gradient(to left,#fff,rgba(248,248,248,0))
}

.cd-horizontal-timeline .filling-line {
    background-color: orange
}

.cd-horizontal-timeline .events {
    background: #ffd280;
    top: 50%
}

    .cd-horizontal-timeline .events a {
        padding: 10px 25px
    }

        .cd-horizontal-timeline .events a::after {
            border-color: #ffd280;
            background-color: #fff
        }

        .cd-horizontal-timeline .events a.older-event::after {
            border-color: #ffd280
        }

        .cd-horizontal-timeline .events a.selected {
            border: 2px solid orange;
            top: -80px;
            bottom: inherit
        }

            .cd-horizontal-timeline .events a.selected::after {
                background-color: orange;
                border-color: orange;
                bottom: -45px
            }

            .cd-horizontal-timeline .events a.selected::before {
                content: "";
                position: absolute;
                background: orange;
                width: 2px;
                height: 40px;
                left: 50%;
                bottom: -40px;
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%)
            }

.cd-horizontal-timeline .timeline {
    height: 170px;
    max-width: inherit
}

.cd-horizontal-timeline .events-content {
    margin: 0
}

    .cd-horizontal-timeline .events-content li > * {
        max-width: inherit
    }

    .cd-horizontal-timeline .events-content li p {
        font-size: .875rem;
        color: #555
    }

    .cd-horizontal-timeline .events-content li > .yellowstyle {
        max-width: 800px
    }

.cd-timeline-navigation a::after {
    content: "\f105";
    font-family: FontAwesome;
    height: inherit;
    width: inherit;
    left: 0;
    background: 0 0;
    font-size: 1.125rem;
    color: orange
}

.cd-timeline-navigation a.inactive::after {
    color: #dcdcdc
}

.cd-timeline-navigation a.inactive:hover {
    border-color: #dcdcdc
}

.cd-timeline-navigation a:hover {
    border-color: orange
}

@media (max-width:991px) {
    .cd-horizontal-timeline .events-content li > .yellowstyle {
        padding: 0 40px
    }
}

.calen {
    padding: 40px
}

    .calen .carousel-indicators {
        bottom: inherit;
        top: 0;
        margin: 0;
        left: 50%;
        width: 94%;
        height: 110px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        overflow: hidden;
        white-space: nowrap
    }

        .calen .carousel-indicators li {
            border: 2px solid transparent;
            width: auto;
            height: auto;
            margin: 0;
            padding: 5px 10px;
            -ms-border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            text-indent: inherit;
            position: relative
        }

            .calen .carousel-indicators li::after, .calen .carousel-indicators li::before {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -50px;
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%)
            }

            .calen .carousel-indicators li::after {
                height: 0;
                width: 2px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .calen .carousel-indicators li::before {
                border: 2px solid #ffc966;
                background: #fff;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                width: 13px;
                height: 13px;
                z-index: 1
            }

            .calen .carousel-indicators li.active {
                background-color: transparent;
                border-color: orange
            }

                .calen .carousel-indicators li.active::after, .calen .carousel-indicators li.active::before {
                    background: orange
                }

                .calen .carousel-indicators li.active::before {
                    border-color: orange
                }

                .calen .carousel-indicators li.active::after {
                    height: 50px
                }

        .calen .carousel-indicators::after {
            content: "";
            background: #ffc966;
            height: 2px;
            width: 1280px;
            position: absolute;
            bottom: 30px;
            left: 0;
            z-index: -1
        }

    .calen .carousel-inner .item {
        margin-top: 130px
    }

    .calen .carousel-control {
        width: 30px;
        height: 30px;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #dcdcdc;
        color: #dcdcdc;
        text-shadow: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 1;
        font-size: 1.375rem;
        top: 62px;
        z-index: 999
    }

        .calen .carousel-control span {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%)
        }

        .calen .carousel-control:hover {
            color: orange;
            border-color: orange
        }

.move {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.defaule-carousel .carousel-inner {
    width: 80%;
    margin: 0 auto
}

    .defaule-carousel .carousel-inner img {
        width: 100%
    }

.defaule-carousel .carousel-control {
    opacity: 1;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #1a67b1;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .defaule-carousel .carousel-control span {
        color: #1a67b1;
        text-shadow: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .defaule-carousel .carousel-control:hover {
        background: #f9f9f9
    }

.defaule-carousel .carousel-caption {
    position: static;
    text-shadow: none;
    width: 80%;
    margin: 0 auto
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .owl-carousel .owl-dots .owl-dot {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: 0 0;
        border: none
    }

        .owl-carousel .owl-dots .owl-dot span {
            display: inline-block;
            width: .6rem;
            height: .6rem;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background: #fff;
            -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
            -ms-box-shadow: 0 0 15px rgba(0,0,0,.5);
            box-shadow: 0 0 15px rgba(0,0,0,.5);
            margin: 0 .5rem
        }

        .owl-carousel .owl-dots .owl-dot.active span {
            background: #13508c
        }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    background: 0 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none
}

.w-owl {
    position: relative
}

    .w-owl .owl-nav {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

        .w-owl .owl-nav .owl-next, .w-owl .owl-nav .owl-prev {
            position: absolute;
            background: #1a67b1;
            text-align: center;
            width: 3rem;
            height: 3rem
        }

            .w-owl .owl-nav .owl-next a, .w-owl .owl-nav .owl-prev a {
                position: absolute;
                transform: translate(-50%,-50%);
                top: 50%;
                left: 50%
            }

            .w-owl .owl-nav .owl-next i, .w-owl .owl-nav .owl-prev i {
                font-size: 2.375rem;
                color: #fff
            }

        .w-owl .owl-nav .owl-prev {
            left: 0
        }

        .w-owl .owl-nav .owl-next {
            right: 0
        }

    .w-owl .item {
        margin: 0 3.5rem
    }

        .w-owl .item p {
            text-align: center;
            color: #1a67b1;
            font-size: 1.125rem
        }

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    display: none;
    z-index: 1050
}

.sl-wrapper {
    z-index: 1040
}

    .sl-wrapper button {
        border: 0 none;
        background: 0 0;
        font-size: 1.8rem;
        padding: 0;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .sl-wrapper button:hover {
            opacity: .7
        }

    .sl-wrapper .sl-close {
        display: none;
        position: fixed;
        right: 30px;
        top: 30px;
        z-index: 1060;
        height: 36px;
        width: 36px;
        line-height: 34px;
        font-family: Arial,Baskerville,monospace;
        color: #fff;
        font-size: 3rem;
        background: orange;
        border: 3px solid #fff;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

        .sl-wrapper .sl-close:focus {
            outline: 0
        }

    .sl-wrapper .sl-counter {
        display: none;
        position: fixed;
        top: 30px;
        left: 30px;
        z-index: 1060;
        color: #fff;
        font-size: .875rem
    }

    .sl-wrapper .sl-navigation {
        width: 100%;
        display: none
    }

        .sl-wrapper .sl-navigation button {
            position: fixed;
            top: 50%;
            margin-top: -22px;
            height: 44px;
            width: 22px;
            line-height: 44px;
            text-align: center;
            display: block;
            z-index: 1060;
            font-family: Arial,Baskerville,monospace;
            color: #fff
        }

            .sl-wrapper .sl-navigation button.sl-next {
                right: 5px;
                font-size: 2rem
            }

            .sl-wrapper .sl-navigation button.sl-prev {
                left: 5px;
                font-size: 2rem
            }

            .sl-wrapper .sl-navigation button:focus {
                outline: 0
            }

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

        .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem
        }

        .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem
        }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

        .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem
        }

        .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem
        }
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
    border: 6px solid #fff;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    .sl-wrapper .sl-image img {
        margin: 0;
        padding: 0;
        display: block;
        border: 0 none
    }

@media (min-width:35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

    .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0
    }

    .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto
    }

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-ms-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.wallpaper {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px
}

    .wallpaper .wallpaper-title {
        color: #1a67b1;
        font-size: 1.125rem;
        margin: 25px 0;
        position: relative
    }

        .wallpaper .wallpaper-title:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            background: orange;
            height: 2px;
            width: 1.5em
        }

        .wallpaper .wallpaper-title + p {
            position: relative;
            padding-left: 30px;
            color: #666
        }

            .wallpaper .wallpaper-title + p:before {
                content: "\e062";
                font-family: "Glyphicons Halflings";
                position: absolute;
                font-size: 1.025rem;
                left: 0;
                top: -5px
            }

    .wallpaper > a {
        position: relative;
        display: inline-block
    }

        .wallpaper > a:before {
            content: "";
            background: orange;
            position: absolute;
            width: 0;
            height: 0;
            top: 50%;
            left: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            z-index: 1
        }

        .wallpaper > a i {
            position: absolute;
            font-size: 0;
            color: #fff;
            top: 50%;
            left: 50%;
            z-index: 2;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transform: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .wallpaper > a .popup > img {
            opacity: 1;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .wallpaper > a:hover:before {
            width: 80px;
            height: 80px
        }

        .wallpaper > a:hover i {
            font-size: 2.6rem
        }

        .wallpaper > a:hover .popup > img {
            opacity: .5
        }

.blueimp-gallery > .description {
    position: absolute;
    top: 30px;
    left: 15px;
    color: #fff;
    display: none
}

.blueimp-gallery-controls > .description {
    display: block
}

#blueimp-gallery .slide img {
    width: 60%;
    height: auto;
    border: 15px solid #fff;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.modal {
    z-index: 99999
}

.modal-dialog.week-obs .modal-content {
    position: relative
}

.modal-dialog.week-obs button.close {
    position: absolute;
    right: 10px;
    top: 10px
}

.modal-dialog.week-obs .modal-body {
    pointer-events: none;
    padding: 30px
}

    .modal-dialog.week-obs .modal-body img {
        margin: 0 auto;
        width: 100%
    }

.modal.in .modal-dialog.week-obs {
    -moz-transform: translate(0,30%);
    -webkit-transform: translate(0,30%);
    -o-transform: translate(0,30%);
    -ms-transform: translate(0,30%);
    transform: translate(0,30%)
}

.nwp-modal .modal-title {
    font-size: 1.375rem;
    color: #1a67b1
}

    .nwp-modal .modal-title span {
        font-size: 1.125rem;
        color: #767676
    }

.nwp-modal .modal-header {
    border-bottom: 2px solid #e4f3fe
}

.nwp-modal .close {
    position: relative;
    width: 36px;
    height: 36px;
    border: 2px solid;
    color: #1a67b1;
    opacity: .5;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .nwp-modal .close:hover {
        opacity: 1
    }

.nwp-modal .modal-footer {
    border-top: none
}

.modal-satellite_topics {
    height: 100vh
}

    .modal-satellite_topics .close {
        position: absolute;
        top: 30px;
        right: 30px;
        opacity: 1;
        font-size: 1.375rem;
        color: #555;
        text-shadow: none;
        padding: 15px;
        background: #fff;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 60px;
        height: 60px
    }

        .modal-satellite_topics .close:hover {
            background-color: #eee
        }

    .modal-satellite_topics .modal-dialog {
        position: absolute;
        top: 60%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%) !important;
        -webkit-transform: translateX(-50%) translateY(-50%) !important;
        -o-transform: translateX(-50%) translateY(-50%) !important;
        -ms-transform: translateX(-50%) translateY(-50%) !important;
        transform: translateX(-50%) translateY(-50%) !important
    }

        .modal-satellite_topics .modal-dialog[role=document] {
            position: relative;
            left: 0;
            top: 0;
            transform: translate(0,0) !important
        }

        .modal-satellite_topics .modal-dialog .modal-content {
            border: none;
            padding: 15px;
            -ms-border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px
        }

            .modal-satellite_topics .modal-dialog .modal-content h3 {
                padding: 20px 0;
                margin: 0;
                font-size: 1.025rem;
                letter-spacing: 1px
            }

#marquee .modal-body {
    padding: 30px 45px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

#marquee .modal-footer {
    border-top: none
}

.taiwan-btn button.close {
    position: absolute;
    font-size: 1.375rem;
    top: 10px;
    right: 20px;
    color: #fff;
    opacity: 1;
    z-index: 99;
    background-color: #1a67b1;
    width: 50px;
    height: 50px;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

@media (max-width:991px) {
    .modal-satellite_topics .modal-dialog {
        position: static;
        -moz-transform: translateX(0) translateY(0) !important;
        -webkit-transform: translateX(0) translateY(0) !important;
        -o-transform: translateX(0) translateY(0) !important;
        -ms-transform: translateX(0) translateY(0) !important;
        transform: translateX(0) translateY(0) !important;
        left: inherit;
        top: inherit;
        margin-top: 70px
    }

    .modal-satellite_topics .close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        z-index: 1;
        padding: 0
    }
}

.alert-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999
}

    .alert-block .alert-inner {
        background-color: rgba(255,255,255,.8);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #1a67b1;
        padding: 25px 20px;
        border-left: 4px solid #1a67b1;
        position: relative
    }

        .alert-block .alert-inner:after {
            content: "";
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255,255,255,.3);
            z-index: -1;
            animation: is-alert 3s linear both
        }

@keyframes is-alert {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.alert-block .alert-inner span {
    font-size: .875rem
}

.alert-block .alert-inner i {
    font-size: 1.775rem;
    padding-right: 12px
}

.sweet-alert h2 {
    font-size: 1.875rem !important
}

.sweet-alert p {
    font-size: 1rem !important
}

.sweet-alert button {
    font-size: 1rem !important
}

@media screen and (max-width:576px) {
    .sweet-alert p {
        font-size: .875rem !important
    }

    .sweet-alert button {
        font-size: .875rem !important
    }
}

.cbp .cbp-item-hidden {
    display: none
}

.know .cbp-singlePageInline-active {
    opacity: 1 !important
}

    .know .cbp-singlePageInline-active .know-container {
        background: #14a3ba
    }

        .know .cbp-singlePageInline-active .know-container p {
            color: #fff
        }

        .know .cbp-singlePageInline-active .know-container::after {
            content: "";
            background: #0f7b8c;
            position: absolute;
            height: 100%;
            width: 100%;
            left: -50%;
            top: 0;
            pointer-events: none;
            -moz-transform: skew(-35deg);
            -webkit-transform: skew(-35deg);
            -o-transform: skew(-35deg);
            -ms-transform: skew(-35deg);
            transform: skew(-35deg)
        }

.know .cbp-l-inline {
    background-color: #e4f3fe;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    min-height: 500px
}

.know .cbp-l-inline-title {
    font-size: 1.125rem;
    color: #0959a8
}

.know .cbp-l-inline-desc {
    font: inherit;
    color: #0959a8
}

    .know .cbp-l-inline-desc h3 {
        color: #0959a8
    }

    .know .cbp-l-inline-desc li, .know .cbp-l-inline-desc p {
        color: #0959a8;
        font-size: .875rem;
        line-height: 2em
    }

.know .cbp-popup-singlePageInline .cbp-popup-close {
    background: 0 0;
    border: 3px solid #0f7b8c;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    right: 0;
    top: 10px;
    width: 30px;
    height: 30px
}

    .know .cbp-popup-singlePageInline .cbp-popup-close::before {
        content: "\f00d";
        font-family: FontAwesome;
        font-size: .875rem;
        color: #0f7b8c;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

.nous {
    background-image: url(../../assets/img/cwb/know/background/cloudy.png)
}

.inst {
    background-image: url(../../assets/img/cwb/know/background/tool.png)
}

.typhoon {
    background-image: url(../../assets/img/cwb/know/background/typhoon.png)
}

.ast {
    background-image: url(../../assets/img/cwb/know/background/rocket.png)
}

.sea {
    background-image: url(../../assets/img/cwb/know/background/boat.png)
}

.comm {
    background-image: url(../../assets/img/cwb/know/background/comm.png)
}

.earthquake {
    background-image: url(../../assets/img/cwb/know/background/encyclopedia.png)
}

.know-container {
    background: #f9f9f9;
    padding: 15px;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .5s cubic-bezier(.19,1,.22,1);
    -o-transition: all .5s cubic-bezier(.19,1,.22,1);
    -ms-transform: all .5s cubic-bezier(.19,1,.22,1);
    transition: all .5s cubic-bezier(.19,1,.22,1)
}

    .know-container p {
        color: #1a67b1;
        text-align: center;
        margin-bottom: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden
    }

    .know-container::after {
        content: "";
        background: #0f7b8c;
        position: absolute;
        height: 100%;
        width: 100%;
        left: -130%;
        top: 0;
        pointer-events: none;
        -moz-transform: skew(-35deg);
        -webkit-transform: skew(-35deg);
        -o-transform: skew(-35deg);
        -ms-transform: skew(-35deg);
        transform: skew(-35deg);
        -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
        -moz-transition: all .5s cubic-bezier(.19,1,.22,1);
        -o-transition: all .5s cubic-bezier(.19,1,.22,1);
        -ms-transform: all .5s cubic-bezier(.19,1,.22,1);
        transition: all .5s cubic-bezier(.19,1,.22,1)
    }

    .know-container:focus, .know-container:hover {
        background: #14a3ba
    }

        .know-container:focus p, .know-container:hover p {
            color: #fff
        }

        .know-container:focus::after, .know-container:hover::after {
            left: -50%
        }

.cubmargin {
    margin-bottom: 150px
}

.qAnda .qAnda-content .cbp-popup-content {
    width: 100%
}

.qAnda .qAnda-content .cbp-l-inline-desc {
    color: #0959a8
}

    .qAnda .qAnda-content .cbp-l-inline-desc h3 {
        color: #0959a8;
        font-size: 1.375rem
    }

    .qAnda .qAnda-content .cbp-l-inline-desc li, .qAnda .qAnda-content .cbp-l-inline-desc p {
        color: #0959a8;
        font-size: 1.125rem;
        line-height: 2em
    }

    .qAnda .qAnda-content .cbp-l-inline-desc table tbody th {
        white-space: nowrap
    }

.qAnda .qAnda-content .cbp-l-inline p {
    font-size: 1.125rem
}

.qAnda .qAnda-content tbody tr td, .qAnda .qAnda-content tbody tr th {
    font-size: 1.125rem;
    padding: 10px;
    border: 1px solid #a9a9a9
}

.qAnda .btn-qAnda {
    font-size: 1.125rem;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    border: 1px solid #767676;
    border-radius: 0;
    background-color: transparent;
    color: #767676 !important
}

    .qAnda .btn-qAnda i {
        color: #0959a8 !important;
        font-size: 1.375rem;
        font-weight: 700
    }

.qAnda .qAnda-content-outer {
    display: none
}

.qAnda .showAtFullBook {
    display: none
}

.full-book .qAnda-content-outer {
    display: block
}

.full-book .showAtFullBook {
    display: block;
    font-size: 2rem;
    color: #0959a8
}

.full-book .ast, .full-book .comm, .full-book .inst, .full-book .nous, .full-book .sea, .full-book .typhoon {
    background-image: none
}

.full-book .cubmargin {
    margin-bottom: 0
}

.full-book .know .cbp-l-inline {
    background-color: transparent;
    min-height: auto
}

.full-book .know .cbp-l-inline-title {
    background-color: #e4f3fe;
    padding: 1rem
}

.highcharts-root .highcharts-label text {
    font-size: 1.4rem
}

.show-chart {
    display: block !important
}

.chart-responsive::-webkit-scrollbar {
    width: 0;
    height: 8px
}

.chart-responsive::-webkit-scrollbar-track {
    background: #fff
}

.chart-responsive::-webkit-scrollbar-thumb {
    background: #187ac8;
    padding: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.chart-responsive div {
    width: 100%
}

.fishery_inshore .note_icon ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-flex-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.fishery_inshore.tidal-chart-wrap .chart_top {
    margin: 0
}

    .fishery_inshore.tidal-chart-wrap .chart_top .xAxis {
        order: 3;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 450px;
        width: 100%
    }

        .fishery_inshore.tidal-chart-wrap .chart_top .xAxis li {
            width: 100%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 auto;
            -moz-box-flex: 0;
            -moz-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto
        }

            .fishery_inshore.tidal-chart-wrap .chart_top .xAxis li span:last-child {
                background: #dcdcdc;
                color: #555;
                min-height: 1.8em;
                margin-top: 5px
            }

.chart-box .chart-title {
    background: #fff;
    padding: 10px 10px 30px
}

    .chart-box .chart-title h2 {
        font-size: .925rem;
        text-align: center
    }

    .chart-box .chart-title p {
        margin: 0;
        color: #666;
        text-align: center;
        font-size: .675rem;
        letter-spacing: 1px
    }

#ChartId24hr, #ChartId3hr, #ChartIdweeks, #ChartIdweeksbody {
    font-size: 1rem
}

.fc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .fc td, .fc th {
        border-width: 2px
    }

    .fc .nav-tabs {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 2px;
        border-bottom: none;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border: 2px solid #0b3b82
    }

        .fc .nav-tabs > li.active > a, .fc .nav-tabs > li.active > a:focus, .fc .nav-tabs > li.active > a:hover {
            background: #063266;
            color: #fff;
            border: none
        }

        .fc .nav-tabs li {
            width: 100%;
            margin: 0
        }

            .fc .nav-tabs li:nth-child(1) a:before {
                content: "";
                background: url(../../assets/img/icons/astronomy_profile.svg) no-repeat;
                display: block
            }

            .fc .nav-tabs li:nth-child(2) a:before {
                content: "";
                background: url(../../assets/img/icons/astronomy_calendar.svg) no-repeat;
                display: block
            }

            .fc .nav-tabs li:nth-child(3) a:before {
                content: "";
                background: url(../../assets/img/icons/astronomy_planet.svg) no-repeat;
                display: block
            }

            .fc .nav-tabs li:nth-child(4) a:before {
                content: "";
                background: url(../../assets/img/icons/astronomy_calendar2.svg) no-repeat;
                display: block
            }

            .fc .nav-tabs li a {
                background: rgba(6,50,102,.4);
                color: rgba(255,255,255,.7);
                margin: 0;
                border: none;
                display: block;
                text-align: left;
                letter-spacing: 2px;
                position: relative;
                z-index: 0;
                padding: 18px 6px 18px 60px
            }

                .fc .nav-tabs li a:before {
                    width: 30px;
                    height: 30px;
                    margin: 0;
                    position: absolute;
                    left: 15px;
                    top: 50%;
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .fc .nav-tabs li a:hover {
                    background: #063266;
                    color: #fff;
                    margin: 0;
                    border: none
                }

                    .fc .nav-tabs li a:hover:after {
                        bottom: -20px
                    }

    .fc .fc-header-toolbar {
        border: 2px solid #0b3b82;
        width: 35%;
        background: #0b3b82;
        position: relative;
        z-index: 0
    }

        .fc .fc-header-toolbar .satellite {
            display: block;
            background: url(../../assets/img/icons/satellite.svg) no-repeat;
            width: 80px;
            height: 80px;
            position: absolute;
            top: 20px;
            right: 20px;
            -moz-transform: rotate(0) scale(1);
            -webkit-transform: rotate(0) scale(1);
            -o-transform: rotate(0) scale(1);
            -ms-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
            -webkit-animation: satellite 6s infinite;
            -moz-animation: satellite 6s infinite;
            -o-animation: satellite 6s infinite;
            animation: satellite 6s infinite
        }

@keyframes satellite {
    0% {
        -moz-transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        top: 20px;
        right: 20px
    }

    50% {
        -moz-transform: rotate(-10deg) scale(1.2);
        -webkit-transform: rotate(-10deg) scale(1.2);
        -o-transform: rotate(-10deg) scale(1.2);
        -ms-transform: rotate(-10deg) scale(1.2);
        transform: rotate(-10deg) scale(1.2);
        top: 30px;
        right: 30px
    }

    100% {
        -moz-transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        top: 20px;
        right: 20px
    }
}

.fc .fc-header-toolbar.fc-toolbar {
    margin-bottom: 0
}

    .fc .fc-header-toolbar.fc-toolbar .fc-center h2 {
        font-size: 1.375rem
    }

.fc .fc-header-toolbar .astronomy_sky {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 200px
}

    .fc .fc-header-toolbar .astronomy_sky:before {
        content: "";
        background: url(../../assets/img/icons/astronomy_sky.svg) no-repeat;
        display: block;
        width: 480px;
        height: 200px;
        position: absolute;
        top: 0;
        left: -50px;
        z-index: -1;
        -webkit-animation: sky_1 10s infinite;
        -moz-animation: sky_1 10s infinite;
        -o-animation: sky_1 10s infinite;
        animation: sky_1 10s infinite
    }

@keyframes sky_1 {
    0% {
        left: -50px
    }

    50% {
        left: -20px
    }

    100% {
        left: -50px
    }
}

.fc .fc-header-toolbar .astronomy_sky:after {
    content: "";
    background: url(../../assets/img/icons/astronomy_sky_2.svg) no-repeat;
    display: block;
    width: 480px;
    height: 200px;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
    -webkit-animation: sky_2 10s infinite;
    -moz-animation: sky_2 10s infinite;
    -o-animation: sky_2 10s infinite;
    animation: sky_2 10s infinite
}

@keyframes sky_2 {
    0% {
        right: -50px
    }

    50% {
        right: -20px
    }

    100% {
        right: -50px
    }
}

.fc .fc-left .fc-today-button {
    height: 80px;
    width: 80px;
    padding: 15px;
    border: 2px solid #fff;
    background: 0 0;
    margin: 10px;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff
}

    .fc .fc-left .fc-today-button:before {
        content: "今日";
        display: block
    }

    .fc .fc-left .fc-today-button:hover {
        background: #fff;
        color: #1a67b1
    }

.fc .fc-view-container {
    width: 65%;
    border: 2px solid #0b3b82;
    border-left: none;
    padding: 10px
}

    .fc .fc-view-container td.fc-today {
        background: #f2f2f2
    }

        .fc .fc-view-container td.fc-today .fc-day-number {
            color: #d32c1b
        }

    .fc .fc-view-container .fc-day[data-date='2017-05-21'], .fc .fc-view-container .fc-day[data-date='2017-05-28'] {
        background: #42a1ae
    }

    .fc .fc-view-container .fc-day-top[data-date='2017-05-21'] .fc-day-number, .fc .fc-view-container .fc-day-top[data-date='2017-05-28'] .fc-day-number {
        color: #fff
    }

    .fc .fc-view-container .fc-event-container {
        position: relative
    }

        .fc .fc-view-container .fc-event-container .on_event {
            background: 0 0;
            border: none
        }

.fc .fc-state-default {
    background: 0 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: rgba(255,255,255,.7);
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none
}

    .fc .fc-state-default .fc-icon {
        font-size: 1.5rem;
        color: #fff
    }

.fc .fc-state-active, .fc .fc-state-down {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #000;
    color: #fff
}

.fc .fc-toolbar .fc-center {
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

    .fc .fc-toolbar .fc-center h2 {
        color: #fff
    }

.fc .fc-button-group .fc-corner-left, .fc .fc-button-group .fc-corner-right {
    position: absolute;
    top: 40%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px
}

.fc .fc-button-group .fc-corner-left {
    left: 10px
}

.fc .fc-button-group .fc-corner-right {
    right: 10px
}

.fc .fc-basic-view .fc-day-number {
    padding: 5px 12px;
    font-size: 1.125rem;
    color: #1a67b1;
    letter-spacing: 1px
}

.fc .fc-basic-view .fc-body .fc-row {
    min-height: 3em
}

.fc .fc-day {
    background: #f2f2f2
}

    .fc .fc-day.fc-other-month {
        background: #ddd
    }

.fc .fc-day-header span {
    color: #1a67b1;
    letter-spacing: 1px
}

    .fc .fc-day-header span:before {
        font-size: 1.125rem
    }

.fc .fc-day-header.fc-sun span:before {
    content: "日";
    display: block
}

.fc .fc-day-header.fc-mon span:before {
    content: "一";
    display: block
}

.fc .fc-day-header.fc-tue span:before {
    content: "二";
    display: block
}

.fc .fc-day-header.fc-wed span:before {
    content: "三";
    display: block
}

.fc .fc-day-header.fc-thu span:before {
    content: "四";
    display: block
}

.fc .fc-day-header.fc-fri span:before {
    content: "五";
    display: block
}

.fc .fc-day-header.fc-sat span:before {
    content: "六";
    display: block
}

#calendar + .tab-content {
    margin-top: 30px;
    border: 5px solid #187ac8;
    padding: 15px
}

    #calendar + .tab-content .ca-title {
        color: #1a67b1;
        font-size: .925rem;
        margin-bottom: 20px
    }

    #calendar + .tab-content .sky-form {
        margin-bottom: 0
    }

    #calendar + .tab-content .text_wrap {
        padding: 10px 0
    }

        #calendar + .tab-content .text_wrap + .text_wrap {
            border-top: 1px solid #ddd
        }

        #calendar + .tab-content .text_wrap .as-title {
            font-size: 1.175rem;
            color: #1a67b1;
            letter-spacing: 1px;
            margin: 15px 0;
            line-height: 1.5
        }

            #calendar + .tab-content .text_wrap .as-title i {
                color: orange
            }

            #calendar + .tab-content .text_wrap .as-title .date {
                float: right;
                color: #555
            }

        #calendar + .tab-content .text_wrap .icon_list_note {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -o-flex-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
            -ms-flex-align: baseline;
            align-items: baseline
        }

            #calendar + .tab-content .text_wrap .icon_list_note li {
                padding: 0 5px
            }

                #calendar + .tab-content .text_wrap .icon_list_note li i, #calendar + .tab-content .text_wrap .icon_list_note li span {
                    font-size: 1.375rem
                }

            #calendar + .tab-content .text_wrap .icon_list_note + span {
                color: #d32c1b;
                text-align: right;
                display: block
            }

    #calendar + .tab-content .icon_wrap_note {
        background: #f2f2f2;
        padding: 10px;
        margin-bottom: 20px
    }

        #calendar + .tab-content .icon_wrap_note ul {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none
        }

            #calendar + .tab-content .icon_wrap_note ul li {
                width: 25%;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                -o-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: nowrap;
                -moz-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                -o-flex-wrap: nowrap;
                flex-wrap: nowrap;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 10px 0
            }

                #calendar + .tab-content .icon_wrap_note ul li span[class*=icon-], #calendar + .tab-content .icon_wrap_note ul li span[class^=icon-], #calendar + .tab-content .icon_wrap_note ul li > i {
                    width: 15%;
                    font-size: 1.375rem
                }

                    #calendar + .tab-content .icon_wrap_note ul li span[class*=icon-] > span, #calendar + .tab-content .icon_wrap_note ul li span[class^=icon-] > span, #calendar + .tab-content .icon_wrap_note ul li > i > span {
                        font-size: 1.375rem
                    }

.icon_list_note .icon-as_cam, .icon_list_note .icon-as_eye, .icon_list_note .icon-as_instrument, .icon_list_note .icon-as_telescope, .icon_wrap_note .icon-as_cam, .icon_wrap_note .icon-as_eye, .icon_wrap_note .icon-as_instrument, .icon_wrap_note .icon-as_telescope {
    color: #187ac8
}

.icon_list_note .icon-as_ban, .icon_wrap_note .icon-as_ban {
    color: #d32c1b
}

.icon_list_note .icon-as_ban-cam .path1:before, .icon_list_note .icon-as_ban-cam .path2:before, .icon_wrap_note .icon-as_ban-cam .path1:before, .icon_wrap_note .icon-as_ban-cam .path2:before {
    color: #187ac8
}

.icon_list_note .icon-as_ban-cam .path3:before, .icon_wrap_note .icon-as_ban-cam .path3:before {
    color: #d32c1b
}

.icon_list_note .icon-as_ban-eye .path2:before, .icon_list_note .icon-as_ban-eye .path3:before, .icon_wrap_note .icon-as_ban-eye .path2:before, .icon_wrap_note .icon-as_ban-eye .path3:before {
    color: #187ac8
}

.icon_list_note .icon-as_ban-eye .path1:before, .icon_wrap_note .icon-as_ban-eye .path1:before {
    color: #d32c1b
}

.icon_list_note .icon-as_ban-instrument .path1:before, .icon_wrap_note .icon-as_ban-instrument .path1:before {
    color: #d32c1b
}

.icon_list_note .icon-as_ban-instrument .path2:before, .icon_wrap_note .icon-as_ban-instrument .path2:before {
    color: #187ac8
}

@media (min-width:992px) {
    .fc .nav-tabs li a {
        font-size: .775rem
    }
}

@media (max-width:992px) {
    #calendar + .tab-content .icon_wrap_note ul li {
        width: calc(100% / 3)
    }

    .fc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .fc > div {
            width: 100% !important
        }

        .fc .fc-header-toolbar {
            height: 350px;
            order: 1
        }

        .fc .fc-view-container {
            order: 2;
            border: 2px solid #0b3b82
        }

            .fc .fc-view-container.is-hidden {
                display: none
            }

        .fc .nav-tabs li a {
            padding: 10px 0;
            padding-left: 60px
        }

        .fc .fc-view-container {
            padding: 20px 0 0
        }

        .fc .nav-tabs {
            bottom: -4px
        }
}

@media (max-width:640px) {
    #calendar + .tab-content .icon_wrap_note ul li {
        width: 50%
    }
}

@media (max-width:480px) {
    #calendar + .tab-content .icon_wrap_note ul li {
        width: 100%
    }

    #calendar + .tab-content .text_wrap .as-title .date {
        display: block;
        font-size: .875rem;
        text-align: right;
        float: none
    }
}

.marker, .zoomHolder img {
    display: block
}

.fullscreenToggle, .zoomIn, .zoomOut {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    z-index: 100;
    margin: 5px;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #187ac8;
    position: relative;
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .fullscreenToggle::before, .zoomIn::before, .zoomOut::before {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 1.125rem;
        -moz-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

    .fullscreenToggle:hover, .zoomIn:hover, .zoomOut:hover {
        opacity: 1
    }

.zoomIn {
    background-position: 0 0
}

    .zoomIn::before {
        content: "\f067";
        font-family: FontAwesome
    }

.zoomOut {
    background-position: -30px 0
}

    .zoomOut::before {
        content: "\f068";
        font-family: FontAwesome
    }

.fullscreenToggle {
    background-position: -60px 0;
    cursor: pointer
}

.zoomIn.on, .zoomOut.on {
    cursor: pointer
}

.zoomIn.off, .zoomOut.off {
    opacity: .3;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    cursor: auto
}

.controlHolder {
    position: absolute;
    right: 10px;
    bottom: 0;
    padding: 5px;
    z-index: 100
}

.fullscreenDiv, .marker {
    left: 0 !important;
    top: 0 !important
}

.fullscreenToggle.on {
    background-position: -90px 0
}

.fullscreenToggle.off {
    background-position: -60px 0
}

.fullscreenDiv {
    width: auto !important;
    height: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    position: absolute !important;
    background: #FFF;
    z-index: 999999;
    overflow: hidden
}

.zoomHolder {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    object-fit: cover
}

.zoomtime {
    display: block;
    background: #555;
    color: #fff;
    text-align: center;
    padding: 5px
}

.marker {
    position: absolute !important;
    bottom: auto !important;
    right: auto !important
}

@media (max-width:992px) {
    .zoomHolder {
        height: 400px
    }
}

.js-cursor-pointer {
    cursor: pointer
}

.OB_wrap {
    margin-bottom: 50px
}

    .OB_wrap .panel-heading {
        background-color: #187ac8;
        color: #fff;
        text-align: center;
        font-size: .875rem;
        letter-spacing: 1px
    }

    .OB_wrap .table_weather-info {
        border: 1px solid #ddd;
        border-top: none;
        text-align: center;
        font-size: .875rem;
        letter-spacing: 1px
    }

        .OB_wrap .table_weather-info thead {
            background-color: #0f7b8c
        }

            .OB_wrap .table_weather-info thead th {
                text-align: center;
                color: #fff
            }

        .OB_wrap .table_weather-info tbody {
            background-color: #fff
        }

            .OB_wrap .table_weather-info tbody td {
                padding: 12px 6px
            }

    .OB_wrap .main_block {
        background: #e4f3fe;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 210px
    }

        .OB_wrap .main_block object {
            width: 100px;
            height: 100px
        }

        .OB_wrap .main_block h6 {
            color: #cd2500
        }

        .OB_wrap .main_block p {
            color: #555;
            letter-spacing: 1px
        }

        .OB_wrap .main_block h6, .OB_wrap .main_block p {
            text-align: center
        }

    .OB_wrap .list-block {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #e4f3fe;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 210px;
        align-content: stretch
    }

        .OB_wrap .list-block li {
            width: 25%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .OB_wrap .list-block li:nth-child(1), .OB_wrap .list-block li:nth-child(2), .OB_wrap .list-block li:nth-child(3), .OB_wrap .list-block li:nth-child(4) {
                border-bottom: 1px solid #fff
            }

            .OB_wrap .list-block li h6, .OB_wrap .list-block li i {
                color: #0959a8
            }

            .OB_wrap .list-block li h6, .OB_wrap .list-block li i, .OB_wrap .list-block li p {
                -ms-flex: 0 1 auto;
                width: 100%;
                text-align: center;
                margin: 0
            }

            .OB_wrap .list-block li p {
                border-right: 2px dotted #fff;
                color: #555
            }

            .OB_wrap .list-block li i {
                font-size: 1.375rem
            }

        .OB_wrap .list-block.no-border {
            min-height: inherit
        }

            .OB_wrap .list-block.no-border li:nth-child(1), .OB_wrap .list-block.no-border li:nth-child(2), .OB_wrap .list-block.no-border li:nth-child(3), .OB_wrap .list-block.no-border li:nth-child(4) {
                border: none
            }

@media (max-width:991px) {
    .OB_wrap .main_block {
        min-height: 170px;
        padding: 0
    }
}

@media (max-width:768px) {
    .OB_wrap .list-block li {
        padding: 25px 0;
        width: 50%;
        border-bottom: 1px solid #fff !important;
        border-right: none
    }

        .OB_wrap .list-block li:nth-child(even) p {
            border-right: none
        }
}

@media (max-width:480px) {
    .OB_wrap .list-block {
        padding: 0 6px
    }

        .OB_wrap .list-block li {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            .OB_wrap .list-block li:nth-child(odd) {
                border-right: 2px dotted #fff;
                padding-right: 10px
            }

            .OB_wrap .list-block li p {
                border-right: none
            }

            .OB_wrap .list-block li h6, .OB_wrap .list-block li i, .OB_wrap .list-block li p {
                padding: 5px 2px
            }
}

.warning_wrap {
    position: relative;
    z-index: 1;
    height: 100%;
    margin-left: 10px
}

@media (max-width:991px) {
    .warning_wrap {
        margin-left: 0
    }
}

.warning_wrap a {
    cursor: pointer;
    display: block;
    border-bottom: none;
    height: 100%
}

    .warning_wrap a > i {
        font-size: 1.675rem;
        color: #c01b1b
    }

        .warning_wrap a > i.fa-exclamation-triangle:after {
            content: "";
            background: #fff;
            width: 7px;
            height: 20px;
            position: absolute;
            left: 50%;
            top: 5px;
            z-index: -1;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .warning_wrap a:hover i {
        color: #e12d2d
    }

.warning_wrap .warning_information {
    position: absolute;
    width: 300px;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.5);
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    border: 1px solid #ddd;
    background: #fff;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    .warning_wrap .warning_information.is_open_list {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .warning_wrap .warning_information h3 {
        width: 100%;
        -ms-flex: 0 1 auto;
        text-align: center;
        padding: 10px 0 0
    }

    .warning_wrap .warning_information ol {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        position: relative;
        transition: .3s
    }

@media (max-width:991px) {
    .warning_wrap .warning_information ol {
        max-height: 2.3rem
    }
}

.warning_wrap .warning_information ol li {
    padding: 10px 5px;
    border: 1px solid #f2f2f2;
    color: #c01b1b;
    letter-spacing: 1px
}

    .warning_wrap .warning_information ol li i {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.125rem;
        position: relative;
        left: 0;
        top: 3px
    }

@media (max-width:991px) {
    .warning_wrap .warning_information ol li i {
        padding-left: 0
    }
}

.warning_wrap .warning_information ol.warnlist > li {
    padding: .5rem;
    color: #555
}

    .warning_wrap .warning_information ol.warnlist > li a {
        position: relative;
        padding: .5rem;
        display: block
    }

@media (max-width:991px) {
    .warning_wrap .warning_information ol.warnlist > li a {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.warning_wrap .warning_information ol.warnlist > li a:after {
    content: "\f105";
    position: absolute;
    font-family: Fontawesome;
    color: #a9a9a9;
    right: .75rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.warning_wrap .warning_information ol.warnlist > li.warn-bg-gray {
    background: #f9f9f9;
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding: 0
}

    .warning_wrap .warning_information ol.warnlist > li.warn-bg-gray:hover {
        background: #fff
    }

.warning_wrap .warning_information ol.warnlist > li ul {
    list-style-type: none;
    margin-top: 14px;
    padding: 0
}

    .warning_wrap .warning_information ol.warnlist > li ul li {
        border: none;
        padding: 0;
        border-top: 1px solid #f9f9f9;
        position: relative;
        color: #767676
    }

        .warning_wrap .warning_information ol.warnlist > li ul li i {
            color: #1b1b1b
        }

        .warning_wrap .warning_information ol.warnlist > li ul li a {
            position: relative;
            padding: .5rem;
            display: block
        }

            .warning_wrap .warning_information ol.warnlist > li ul li a:after {
                content: "\f105";
                position: absolute;
                font-family: Fontawesome;
                color: #a9a9a9;
                right: 5px;
                top: 50%;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

.warning_wrap .warning_information ol.warnlist i {
    color: #d32c1b
}

.warning_wrap .warning_information ol.warnlist a {
    color: #d32c1b
}

    .warning_wrap .warning_information ol.warnlist a:hover {
        text-decoration: none
    }

.warning_wrap .warning_information ol.active {
    max-height: 800px;
    overflow: hidden
}

.warn-data .warn-info {
    border: 1px solid #1a67b1;
    -ms-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    background: rgba(255,255,255,.8);
    position: absolute;
    padding: .25rem 1rem;
    opacity: 0;
    z-index: -1
}

    .warn-data .warn-info.show {
        opacity: 1;
        z-index: 9
    }

    .warn-data .warn-info .city {
        color: #1a67b1;
        margin: .5rem 0;
        display: block
    }

    .warn-data .warn-info .warn-info-item {
        margin: 0
    }

        .warn-data .warn-info .warn-info-item i {
            font-size: 1.625rem;
            padding-right: .5rem;
            vertical-align: middle
        }

        .warn-data .warn-info .warn-info-item li > a {
            display: block;
            margin: .5rem 0
        }

@media (min-width:992px) {
    #inpage_warning_wrap .inpage_w_zone ul.notice_city > li > ol li {
        padding: 0
    }

        #inpage_warning_wrap .inpage_w_zone ul.notice_city > li > ol li a {
            padding: 5px 17px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            #inpage_warning_wrap .inpage_w_zone ul.notice_city > li > ol li a::after {
                content: none
            }

    #inpage_warning_wrap .inpage_w_zone ul.notice_city {
        padding-right: 60px
    }

        #inpage_warning_wrap .inpage_w_zone ul.notice_city > li span {
            color: #999;
            padding: 0 13px;
            font-size: .875rem
        }

        #inpage_warning_wrap .inpage_w_zone ul.notice_city > li {
            padding-top: 5px
        }

    #inpage_warning_wrap {
        right: 0
    }

        #inpage_warning_wrap.is_open .inpage_w_zone {
            -moz-transform: translateX(0) translateY(-50%);
            -webkit-transform: translateX(0) translateY(-50%);
            -o-transform: translateX(0) translateY(-50%);
            -ms-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%)
        }

        #inpage_warning_wrap .inpage_w_zone {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -moz-transform: translateX(100%) translateY(-50%);
            -webkit-transform: translateX(100%) translateY(-50%);
            -o-transform: translateX(100%) translateY(-50%);
            -ms-transform: translateX(100%) translateY(-50%);
            transform: translateX(100%) translateY(-50%)
        }

            #inpage_warning_wrap .inpage_w_zone .inpage_w_title {
                margin-bottom: 8px
            }

            #inpage_warning_wrap .inpage_w_zone ul {
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                -o-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: nowrap;
                -moz-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                -o-flex-wrap: nowrap;
                flex-wrap: nowrap
            }

                #inpage_warning_wrap .inpage_w_zone ul > li {
                    width: 190px
                }

                    #inpage_warning_wrap .inpage_w_zone ul > li a {
                        padding: 5px 13px
                    }
}

@media (max-width:1024px) {
    #warning_wrap .list_block > ul {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        #warning_wrap .list_block > ul > li {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            width: 33%;
            margin: 5px 0;
            -webkit-box-align: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: flex-start;
            align-items: flex-start
        }

            #warning_wrap .list_block > ul > li span {
                width: 50%
            }

            #warning_wrap .list_block > ul > li > ol {
                margin-top: 0;
                width: 100%;
                height: 100%;
                min-height: inherit;
                border-left: 1px dotted #fff !important;
                -ms-flex: 0 1 auto
            }

    #warning_wrap .list_block .notice li a {
        padding: 5px 20px
    }
}

@media (max-width:992px) {
    #warning_wrap {
        display: none
    }
}

#open_search {
    display: block;
    margin-bottom: 15px
}

    #open_search label {
        pointer-events: none
    }

option.b-point {
    color: #4774b8
}

option.y-point {
    color: orange
}

option.o-point {
    color: #d63801
}

.ui-autocomplete {
    z-index: 999999
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #13508c;
    background: #13508c
}

@media (min-width:992px) {
    #quick_search {
        position: fixed;
        right: 0;
        top: 50%;
        top: 30vh;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 999
    }

        #quick_search.is_open {
            z-index: 999
        }

            #quick_search.is_open .sky-form.vision_1 {
                -moz-transform: translateX(0);
                -webkit-transform: translateX(0);
                -o-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0)
            }

        #quick_search .container {
            width: auto
        }

        #quick_search .sky-form.vision_1, #quick_search .sky-form.vision_1 fieldset {
            background: rgba(255,255,255,.9)
        }

        #quick_search .sky-form.vision_1 {
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transform: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            -o-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            width: 334px;
            border: none;
            -ms-border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px
        }

            #quick_search .sky-form.vision_1 .label {
                text-align: left !important;
                font-size: .875rem
            }

            #quick_search .sky-form.vision_1 .quick_search_btn {
                position: absolute;
                top: 0;
                background: #1a67b1;
                width: 60px;
                height: 60px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                left: -60px;
                -ms-border-radius: 100% 0 0 100%;
                -moz-border-radius: 100% 0 0 100%;
                -webkit-border-radius: 100% 0 0 100%;
                border-radius: 100% 0 0 100%
            }

                #quick_search .sky-form.vision_1 .quick_search_btn:focus, #quick_search .sky-form.vision_1 .quick_search_btn:hover {
                    background: #0959a8;
                    border: none
                }

                #quick_search .sky-form.vision_1 .quick_search_btn i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    color: #fff;
                    font-size: 1.125rem
                }

            #quick_search .sky-form.vision_1 fieldset {
                padding: 15px;
                border: 5px solid #1a67b1;
                position: absolute;
                right: 0
            }
}

@media (max-width:992px) {
    #open_search:hover {
        text-decoration: none
    }

        #open_search:hover label {
            background: #f2f2f2
        }

    #open_search label {
        pointer-events: inherit;
        cursor: pointer;
        position: relative;
        padding: 18px 10px;
        border: 1px solid #ddd
    }

        #open_search label:after {
            content: "\f002";
            font-family: FontAwesome;
            position: absolute;
            width: 20px;
            right: 30px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    #mobile_search {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transform: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        height: 0;
        visibility: hidden;
        opacity: 0;
        display: none
    }

        #mobile_search.is_open {
            height: auto;
            visibility: visible;
            opacity: 1;
            display: block
        }
}

.sweet-alert p {
    max-height: 350px;
    overflow-y: scroll
}

    .sweet-alert p::-webkit-scrollbar {
        width: 8px
    }

    .sweet-alert p::-webkit-scrollbar-track {
        background: #fff;
        border: none
    }

    .sweet-alert p::-webkit-scrollbar-thumb {
        background: #187ac8;
        padding: 5px;
        margin-left: 5px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

.sweet-alert button {
    background-color: #1a67b1
}

    .sweet-alert button:hover {
        background-color: #1d74c7
    }

.banner_wrap {
    position: relative;
    display: flex;
    padding: 1rem 0;
    justify-content: space-between
}

    .banner_wrap .marquee {
        padding: 10px 0;
        height: 40px
    }

        .banner_wrap .marquee.is_open {
            height: inherit
        }

        .banner_wrap .marquee span {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            font-weight: 700;
            height: 50px;
            padding: 15px;
            color: #fff
        }

            .banner_wrap .marquee span.is_hidden {
                display: none
            }

            .banner_wrap .marquee span a {
                padding: 0 10px;
                font-size: .875rem;
                color: #fff;
                cursor: pointer;
                text-decoration: underline;
                letter-spacing: 1px
            }

                .banner_wrap .marquee span a:hover {
                    color: #ddd
                }

            .banner_wrap .marquee span .marquee-sun {
                background-size: contain;
                width: 40px;
                height: 40px;
                position: absolute;
                top: 50%;
                left: 0;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

        .banner_wrap .marquee .more_text {
            pointer-events: none;
            position: relative;
            padding: 15px 30px;
            background: rgba(255,255,255,.8);
            width: 650px;
            height: 200px;
            overflow: scroll;
            font-size: .875rem;
            color: #555;
            font-weight: 700;
            letter-spacing: 1px;
            opacity: 0;
            -moz-transform: translateY(200px);
            -webkit-transform: translateY(200px);
            -o-transform: translateY(200px);
            -ms-transform: translateY(200px);
            transform: translateY(200px);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transform: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .banner_wrap .marquee .more_text a {
                position: absolute;
                top: 10px;
                right: 10px;
                cursor: pointer;
                font-size: .975rem
            }

                .banner_wrap .marquee .more_text a:hover {
                    color: #222
                }

            .banner_wrap .marquee .more_text.is_more {
                pointer-events: auto;
                opacity: 1;
                -moz-transform: translateY(0);
                -webkit-transform: translateY(0);
                -o-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transform: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

    .banner_wrap .cube {
        background: 0 0
    }

        .banner_wrap .cube ul {
            margin-bottom: 0
        }

            .banner_wrap .cube ul li {
                background: #1a67b1;
                font-weight: 300;
                letter-spacing: 2px;
                font-size: .775rem;
                color: rgba(255,255,255,.85)
            }

                .banner_wrap .cube ul li i {
                    color: #fff
                }

                .banner_wrap .cube ul li span {
                    color: rgba(255,255,255,.85)
                }

    .banner_wrap .warning_cube {
        background: -moz-linear-gradient(left,#ff1a00 0,rgba(255,26,0,0) 100%);
        background: -webkit-linear-gradient(left,#ff1a00 0,rgba(255,26,0,0) 100%);
        background: linear-gradient(to right,#ff1a00 0,rgba(255,26,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a00', endColorstr='#00ff1a00', GradientType=1)
    }

        .banner_wrap .warning_cube ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            width: 60%
        }

            .banner_wrap .warning_cube ul li {
                -ms-flex: 0 1 auto;
                background: 0 0;
                padding: 0;
                width: calc(100% / 6)
            }

                .banner_wrap .warning_cube ul li a {
                    display: block;
                    width: 100%;
                    padding: 15px
                }

                    .banner_wrap .warning_cube ul li a:hover {
                        background: rgba(255,255,255,.3);
                        text-decoration: none
                    }

                .banner_wrap .warning_cube ul li i {
                    color: #fff;
                    font-size: 1.375rem;
                    padding-bottom: 0
                }

@media (max-width:991px) {
    .banner_wrap {
        flex-flow: column;
        padding: 0 15px
    }

        .banner_wrap .banner-info-outer {
            max-width: 100%;
            width: 100%
        }
}

.coastal_inpageMap {
    border: 1px solid #1a67b1;
    overflow: hidden;
    position: relative
}

    .coastal_inpageMap .back {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #187ac8;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 99;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .coastal_inpageMap .back:hover {
            background: #1a67b1
        }

        .coastal_inpageMap .back i, .coastal_inpageMap .back span {
            display: block;
            width: 100%;
            color: #fff;
            text-align: center
        }

        .coastal_inpageMap .back i {
            font-size: 1.375rem
        }

        .coastal_inpageMap .back span {
            padding-top: 10px;
            font-size: .775rem;
            letter-spacing: 2px
        }

    .coastal_inpageMap:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .coastal_inpageMap img {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

.coastal_select {
    margin-bottom: 10px
}

    .coastal_select .sky-form .input input, .coastal_select .sky-form .select select, .coastal_select .sky-form .textarea textarea {
        border: none
    }

    .coastal_select .city {
        color: #187ac8;
        text-align: center
    }

        .coastal_select .city span {
            display: inline-block;
            height: 32px;
            padding: 5px 10px;
            font-size: .9rem;
            text-align: center;
            display: none
        }

        .coastal_select .city .sky-form {
            border: 1px solid #187ac8;
            margin-bottom: 0
        }

            .coastal_select .city .sky-form .select {
                margin-bottom: 0
            }

                .coastal_select .city .sky-form .select select {
                    color: #187ac8;
                    text-align-last: center
                }

                .coastal_select .city .sky-form .select i::before {
                    color: #187ac8;
                    top: 16px
                }

    .coastal_select .coastal .sky-form {
        border: 1px solid #187ac8;
        margin-bottom: 16px
    }

        .coastal_select .coastal .sky-form .select {
            margin-bottom: 0
        }

            .coastal_select .coastal .sky-form .select select {
                border-radius: 0;
                color: #187ac8;
                text-align-last: center
            }

            .coastal_select .coastal .sky-form .select i::before {
                color: #187ac8;
                top: 16px
            }

    .coastal_select .coastal_select-left {
        padding: 0 8px 0 0
    }

@media (max-width:992px) {
    .coastal_select .coastal_select-left {
        padding: 0 0 16px 0
    }
}

.coastal_select .coastal_select-right {
    padding: 0 0 0 8px
}

@media (max-width:992px) {
    .coastal_select .coastal_select-right {
        padding: 0
    }
}

.coastal-weather_data .icon_zone {
    border: 1px solid #187ac8
}

@media (max-width:992px) {
    .coastal_select .city span {
        display: none
    }

    .coastal_select .city .sky-form {
        display: block;
        margin-bottom: 0
    }
}

.coastal_tips {
    margin-bottom: 40px
}

    .coastal_tips li {
        color: #187ac8
    }

        .coastal_tips li i {
            display: inline-block;
            position: relative;
            top: 4px
        }

    .coastal_tips span {
        color: #333
    }

.coastal_detail {
    margin-top: 10px
}

    .coastal_detail .coastal_main-title {
        font-size: 1.375rem;
        letter-spacing: 4px;
        color: #1a67b1;
        font-weight: 400;
        margin-bottom: 40px
    }

    .coastal_detail table, .coastal_detail td, .coastal_detail th {
        border: 1px solid #dcdcdc
    }

.coastal-table {
    text-align: center;
    width: 100%;
    margin-bottom: 40px
}

    .coastal-table th a {
        color: #ffeb3b;
        text-decoration: underline
    }

    .coastal-table th .pfuV, .coastal-table th .windV {
        width: 40px;
        display: block;
        margin: 0 auto
    }

    .coastal-table thead tr {
        background: #187ac8;
        color: #fff;
        text-align: center
    }

    .coastal-table td, .coastal-table th {
        font-weight: 400;
        padding: 5px 0;
        text-align: center
    }

        .coastal-table td img {
            width: 25px
        }

.coastal-table-place {
    width: 135px;
    padding: 0 5px
}

#theme-9 {
    position: relative
}

    #theme-9 .main_map {
        position: relative;
        left: 0;
        top: 3px
    }

    #theme-9 .coastal_map {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: -1
    }

        #theme-9 .coastal_map g path {
            fill: #f1f1f1;
            stroke: transparent
        }

        #theme-9 .coastal_map g.active path {
            fill: #187ac8;
            stroke: transparent
        }

    #theme-9 .coastal_map-info {
        text-align: left;
        border: 1px solid #1a67b1;
        background-color: rgba(255,255,255,.8);
        position: absolute;
        top: 0;
        left: 0
    }

        #theme-9 .coastal_map-info a {
            color: #333;
            padding-left: 10px
        }

            #theme-9 .coastal_map-info a::before {
                content: '';
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #187ac8;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%)
            }

        #theme-9 .coastal_map-info table {
            margin-bottom: 0
        }

        #theme-9 .coastal_map-info .table-hover tbody tr:hover {
            background-color: #e4f3fe
        }

    #theme-9 .map-info-C10017 {
        transform: translate(418px,73px)
    }

@media (max-width:1200px) {
    #theme-9 .map-info-C10017 {
        transform: translate(368px,73px)
    }
}

#theme-9 .map-info-C65 {
    transform: translate(384px,112px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C65 {
        transform: translate(334px,112px)
    }
}

#theme-9 .map-info-C68 {
    transform: translate(339px,102px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C68 {
        transform: translate(289px,102px)
    }
}

#theme-9 .map-info-C10004 {
    transform: translate(339px,153px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10004 {
        transform: translate(289px,153px)
    }
}

#theme-9 .map-info-C10018 {
    transform: translate(305px,130px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10018 {
        transform: translate(255px,130px)
    }
}

#theme-9 .map-info-C10005 {
    transform: translate(305px,185px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10005 {
        transform: translate(255px,185px)
    }
}

#theme-9 .map-info-C66 {
    transform: translate(272px,229px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C66 {
        transform: translate(122px,229px)
    }
}

#theme-9 .map-info-C10007 {
    transform: translate(239px,274px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10007 {
        transform: translate(189px,274px)
    }
}

#theme-9 .map-info-C10009 {
    transform: translate(216px,303px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10009 {
        transform: translate(166px,303px)
    }
}

#theme-9 .map-info-C10010 {
    transform: translate(273px,347px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10010 {
        transform: translate(123px,347px)
    }
}

#theme-9 .map-info-C67 {
    transform: translate(216px,398px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C67 {
        transform: translate(166px,398px)
    }
}

#theme-9 .map-info-C64 {
    transform: translate(216px,466px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C64 {
        transform: translate(166px,466px)
    }
}

#theme-9 .map-info-C10013 {
    transform: translate(261px,510px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10013 {
        transform: translate(111px,510px)
    }
}

#theme-9 .map-info-C10014 {
    transform: translate(322px,432px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10014 {
        transform: translate(272px,432px)
    }
}

#theme-9 .map-info-C10015 {
    transform: translate(378px,286px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10015 {
        transform: translate(228px,286px)
    }
}

#theme-9 .map-info-C10002 {
    transform: translate(406px,169px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10002 {
        transform: translate(356px,169px)
    }
}

#theme-9 .map-info-C10016 {
    transform: translate(87px,320px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C10016 {
        transform: translate(37px,320px)
    }
}

#theme-9 .map-info-C09020 {
    transform: translate(93px,207px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C09020 {
        transform: translate(43px,207px)
    }
}

#theme-9 .map-info-C09007 {
    transform: translate(92px,129px)
}

@media (max-width:1200px) {
    #theme-9 .map-info-C09007 {
        transform: translate(42px,129px)
    }
}

.warn-middle {
    background-color: #fdf6da
}

.warn-height {
    background-color: #fff3e5
}

.btn-coastal {
    color: #1a67b1;
    background-color: #e4f3fe;
    display: block;
    margin: 0 auto
}

    .btn-coastal:hover {
        color: #175a9b;
        background-color: #cbe8fd
    }

    .btn-coastal i {
        padding-left: 12px
    }

.btn-coastal-oval {
    color: #187ac8;
    background: 0 0;
    border: 1px solid #187ac8;
    border-radius: 30px;
    width: 120px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-top: 5px;
    padding: 6px 20px
}

    .btn-coastal-oval svg {
        height: 22px;
        vertical-align: middle;
        margin-bottom: 3px
    }

    .btn-coastal-oval .fill-red {
        fill: red
    }

    .btn-coastal-oval .fill-blue {
        fill: #187ac8
    }

.temp-img iframe {
    border: none
}

.clr-blue {
    color: #1a67b1
}

.mt-40 {
    margin-top: 40px
}

.countyBody .wrapper {
    overflow-x: hidden
}

@media (min-width:1440px) {
    .countyBody .wrapper {
        width: 1360px;
        margin: 0 auto
    }
}

.countyBody .sp {
    float: none
}

.countyBody .sr-only {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important
}

.countyBody .table-responsive {
    overflow-x: auto;
    scrollbar-base-color: #767676;
    scrollbar-face-color: #187ac8;
    scrollbar-shadow-color: #187ac8;
    scrollbar-color: #187ac8 #dcdcdc
}

    .countyBody .table-responsive::-webkit-scrollbar {
        height: 20px
    }

    .countyBody .table-responsive::-webkit-scrollbar-track {
        background: #e2e2e2
    }

    .countyBody .table-responsive::-webkit-scrollbar-thumb {
        background: #187ac8;
        padding: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

.countyBody .btn-link:focus, .countyBody .btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #187ac8
}

@media (min-width:1200px) {
    .countyBody .map-wrapper {
        min-height: 600px
    }
}

@media (max-width:1199px) {
    .countyBody .map_theme {
        display: none
    }
}

.countyBody .map_theme .weather_data {
    z-index: auto
}

    .countyBody .map_theme .weather_data .icon_zone {
        padding: 3px;
        z-index: 9
    }

        .countyBody .map_theme .weather_data .icon_zone img {
            width: 30px;
            height: 30px
        }

.countyBody .map_theme .map-tag[data-name=C64L2] {
    left: 4%;
    top: 66%
}

.countyBody .map_theme .map-tag[data-name=C64L3] {
    left: 16%;
    top: 89%
}

.countyBody .map_theme .map-tag[data-name=C66L2] {
    left: 4%;
    top: 23%
}

.countyBody .map_theme .map-tag[data-name=C66L3] {
    left: 20%;
    top: 58%
}

.countyBody .weather_data .icon_zone[name=T6500600] {
    left: 37%;
    top: 68%
}

.countyBody .weather_data .icon_zone[name=T6500900] {
    left: 4%;
    top: 62%
}

.countyBody .weather_data .icon_zone[name=T6501200] {
    left: 83%;
    top: 13%
}

.countyBody .weather_data .icon_zone[name=T6501700] {
    left: 9%;
    top: 38%
}

.countyBody .weather_data .icon_zone[name=T6501900] {
    left: 55%;
    top: 51%
}

.countyBody .weather_data .icon_zone[name=T6502100] {
    left: 31%;
    top: -3%
}

.countyBody .weather_data .icon_zone[name=T6502200] {
    left: 43%;
    top: -12%
}

.countyBody .weather_data .icon_zone[name=T6502300] {
    left: 6%;
    top: 17%
}

.countyBody .weather_data .icon_zone[name=T6502600] {
    left: 93%;
    top: 30%
}

.countyBody .weather_data .icon_zone[name=T6502700] {
    left: 54%;
    top: 1%
}

.countyBody .weather_data .icon_zone[name=T6502800] {
    left: 66%;
    top: 13%
}

.countyBody .weather_data .icon_zone[name=T6502900] {
    left: 22%;
    top: 81%
}

.countyBody .weather_data .icon_zone.icon_zone_main[name=T6500100] {
    left: 24%;
    top: 29%
}

.countyBody .weather_data .icon_zone[name=T6700200] {
    left: 40%;
    top: 0
}

.countyBody .weather_data .icon_zone[name=T6700300] {
    left: 73%;
    top: -7%
}

.countyBody .weather_data .icon_zone[name=T6700500] {
    left: 53%;
    top: -11%
}

.countyBody .weather_data .icon_zone[name=T6700600] {
    left: 87%;
    top: 4%
}

.countyBody .weather_data .icon_zone[name=T6700800] {
    left: 34%;
    top: 39%
}

.countyBody .weather_data .icon_zone[name=T6700900] {
    left: 67%;
    top: 43%
}

.countyBody .weather_data .icon_zone[name=T6701000] {
    left: 49%;
    top: 47%
}

.countyBody .weather_data .icon_zone[name=T6701300] {
    left: 26%;
    top: 9%
}

.countyBody .weather_data .icon_zone[name=T6701600] {
    left: 8%;
    top: 37%
}

.countyBody .weather_data .icon_zone[name=T6701700] {
    left: 7%;
    top: 16%
}

.countyBody .weather_data .icon_zone[name=T6702400] {
    left: 84%;
    top: 24%
}

.countyBody .weather_data .icon_zone.icon_zone_main[name=T6703600] {
    left: 10%;
    top: 77%
}

.countyBody .weather_data .icon_zone[name=T6402200] {
    left: 19%;
    top: 55%
}

.countyBody .weather_data .icon_zone[name=T6403000] {
    left: 36%;
    top: 76%
}

.countyBody .weather_data .icon_zone[name=T6403100] {
    left: 51%;
    top: 77%
}

.countyBody .weather_data .icon_zone[name=T6403200] {
    left: 61%;
    top: 63%
}

.countyBody .weather_data .icon_zone[name=T6403300] {
    left: 44%;
    top: 26%
}

.countyBody .weather_data .icon_zone[name=T6403400] {
    left: 36%;
    top: 41%
}

.countyBody .weather_data .icon_zone[name=T6403500] {
    left: 21%;
    top: 40%
}

.countyBody .weather_data .icon_zone[name=T6403600] {
    left: 84%;
    top: 62%
}

.countyBody .weather_data .icon_zone[name=T6403700] {
    left: 73%;
    top: 26%
}

.countyBody .weather_data .icon_zone[name=T6403800] {
    left: 62%;
    top: 8%
}

.countyBody .weather_data .icon_zone.icon_zone_main[name=T6400800] {
    left: 5%;
    top: 85%
}

.countyBody .weather_data .icon_zone[name=T6601500] {
    top: 0;
    left: 16%
}

.countyBody .weather_data .icon_zone[name=T6600900] {
    top: 5%;
    left: 30%
}

.countyBody .weather_data .icon_zone.icon_zone_main[name=T6600400] {
    left: 28%;
    top: 90%
}

.countyBody .weather_data .icon_zone.icon_zone_main[name=T1001001] {
    left: 20%;
    top: 13%
}

.countyBody .weather_data .icon_zone.icon_zone_main[name=T1001301] {
    left: 26%;
    top: 20%
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .countyBody .map_theme svg {
        height: auto
    }
}

.countyBody #highcharts-qqmvvyo-0, .countyBody #highcharts-qqmvvyo-18, .countyBody #highcharts-qqmvvyo-216, .countyBody #highcharts-qqmvvyo-254 {
    width: 100%;
    height: auto;
    font-size: 2em
}

@media (max-width:992px) {
    .countyBody #highcharts-qqmvvyo-0, .countyBody #highcharts-qqmvvyo-18, .countyBody #highcharts-qqmvvyo-216, .countyBody #highcharts-qqmvvyo-254 {
        font-size: 1.3em
    }
}

.countyBody #highcharts-qqmvvyo-0 svg, .countyBody #highcharts-qqmvvyo-18 svg, .countyBody #highcharts-qqmvvyo-216 svg, .countyBody #highcharts-qqmvvyo-254 svg {
    width: 100%;
    min-height: 250px
}

@media (max-width:1199px) {
    .countyBody #highcharts-qqmvvyo-0 svg, .countyBody #highcharts-qqmvvyo-18 svg, .countyBody #highcharts-qqmvvyo-216 svg, .countyBody #highcharts-qqmvvyo-254 svg {
        min-height: 350px
    }
}

@media (max-width:1199px) {
    .countyBody .area_search_item-v9 #open_search, .countyBody .area_search_item-v9 .countryselect-title, .countyBody .area_search_item-v9 .ui-widget, .countyBody .area_search_item-v9 .w-50 {
        margin: 0
    }
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 {
        height: auto
    }
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 #open_search {
        width: 100%;
        margin: 5px 0;
        align-self: baseline
    }
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 #open_search:hover {
        text-decoration: none
    }
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 #open_search:hover label {
        background: #f2f2f2
    }
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 #open_search label {
        pointer-events: inherit;
        cursor: pointer;
        position: relative;
        display: inline;
        width: 100%;
        padding: 0;
        border: 0;
        background-color: transparent
    }
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 #open_search label::after {
        content: "\f002";
        font-family: FontAwesome;
        position: absolute;
        width: 20px;
        right: -26px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.countyBody .area_search-v9 .ui-widget {
    flex-shrink: 1;
    width: 100%
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 .ui-widget {
        width: 100%;
        margin-bottom: 10px
    }
}

.countyBody .area_search-v9 .ui-widget label {
    width: 100%
}

@media (max-width:1199px) {
    .countyBody .area_search-v9 .ui-widget label {
        display: block;
        width: 100%
    }
}

.countyBody .area_search_item-v9 {
    margin-bottom: 15px;
    width: 44%
}

@media (max-width:1199px) {
    .countyBody .area_search_item-v9 {
        display: block;
        width: 100%;
        margin-bottom: 0
    }
}

@media (max-width:1199px) {
    .countyBody .area_search_item-v9 .countryselect-title {
        margin: 5px 0;
        align-self: baseline
    }
}

@media (max-width:767px) {
    .countyBody .area_search_item-v9 .countryselect-title {
        display: inline-block
    }
}

@media (max-width:767px) {
    .countyBody .area_search_item-v9 .countryselect-title + .col {
        display: inline-block;
        width: calc(100% - 2.15rem)
    }
}

.countyBody .area_search_item-v9 .col {
    width: 100%
}

.countyBody .area_search_item-v9 .w-50:first-child {
    padding-right: 5px
}

.countyBody .area_search_btn-v9 {
    margin-bottom: 15px
}

@media (max-width:1199px) {
    .countyBody .area_search_btn-v9 {
        width: 3.8rem;
        margin-top: 15px;
        margin-bottom: 30px;
        transform: translateY(26px)
    }
}

@media (max-width:767px) {
    .countyBody .area_search_btn-v9 {
        transform: translateY(10px)
    }
}

@media (max-width:1199px) {
    .countyBody .area_search_place {
        width: calc(100% - 4.5rem)
    }
}

@media (max-width:1199px) {
    .countyBody .area_search_town {
        width: calc(100% - 4.5rem);
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .countyBody .area_search_town {
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .countyBody #open_search {
        display: inline !important
    }
}

@media (max-width:767px) {
    .countyBody #open_search + .ui-widget {
        display: inline-block;
        width: calc(100% - 6rem)
    }
}

.countyBody .wraning-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.countyBody .warning_cube {
    margin-bottom: 40px;
    margin-top: 5px;
    position: relative;
    z-index: 100
}

@media (max-width:992px) {
    .countyBody .warning_cube {
        margin-bottom: 0
    }
}

.countyBody .warning_cube .list-unstyled li {
    font-size: 2rem;
    margin-right: 10px
}

.countyBody #chart_tem {
    padding: 0
}

.countyBody .table-responsive {
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:500px) {
    .countyBody .report-table.pc {
        display: none
    }
}

.countyBody .report-table.pc table td, .countyBody .report-table.pc table th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative
}

.countyBody .report-table.pc table img {
    width: 30px
}

.countyBody .report-table.pc table p {
    margin-bottom: 0
}

.countyBody .report-table.pc table thead {
    background-color: #0f7b8c;
    color: #fff
}

    .countyBody .report-table.pc table thead th.holiday {
        background-color: #d83023
    }

.countyBody .report-table.pc table tbody tr:nth-child(odd) {
    background-color: #fffcf5
}

.countyBody .report-table.pc table tbody tr th {
    background-color: #0d6775;
    color: #fff;
    background-clip: padding-box
}

.countyBody .report-table.pc table tbody tr td b {
    font-weight: 400
}

.countyBody .report-table.pc table tbody .time {
    color: #0f7b8c;
    font-weight: 700
}

    .countyBody .report-table.pc table tbody .time th[scope=col] {
        background-color: #fffcf5;
        color: #0f7b8c;
        background-clip: padding-box
    }

    .countyBody .report-table.pc table tbody .time th[headers] {
        background-color: #fffcf5;
        color: #0f7b8c;
        background-clip: padding-box
    }

.countyBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2 {
    display: block;
    padding-bottom: 6px;
    font-size: 2.5rem
}

    .countyBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_0-2 {
        color: #a7cd20
    }

    .countyBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_3-5 {
        color: orange
    }

    .countyBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_6-7 {
        color: #f39800
    }

    .countyBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_8-10 {
        color: #d32c1b
    }

    .countyBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_11 {
        color: #ac4a9b
    }

.countyBody .report-table.pc table tbody strong {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #222;
    text-shadow: #fff 0 2px,#fff 2px 0,#fff -2px 0,#fff 0 -2px,#fff -1.4px -1.4px,#fff 1.4px 1.4px,#fff 1.4px -1.4px,#fff -1.4px 1.4px
}

.countyBody .report-table.sp {
    display: none
}

@media (max-width:500px) {
    .countyBody .report-table.sp {
        display: block
    }
}

.countyBody .report-table.sp table {
    table-layout: fixed;
    margin-bottom: 5px
}

    .countyBody .report-table.sp table:nth-child(odd) {
        background-color: #fffcf5
    }

    .countyBody .report-table.sp table:nth-child(even) {
        border: 1px solid #0f7b8c
    }

    .countyBody .report-table.sp table thead > tr > th > span {
        background-color: #daf3f0;
        border-radius: 50px;
        font-weight: 400
    }

        .countyBody .report-table.sp table thead > tr > th > span.holiday {
            background-color: #ffdfdf
        }

    .countyBody .report-table.sp table td, .countyBody .report-table.sp table th {
        vertical-align: middle;
        position: relative
    }

    .countyBody .report-table.sp table tbody th {
        color: #0f7b8c;
        white-space: nowrap
    }

    .countyBody .report-table.sp table img {
        width: 30px;
        margin-left: 1rem
    }

@media (max-width:375px) {
    .countyBody .report-table.sp table img {
        margin-left: 0
    }
}

.countyBody .report-table.sp table .c-blue {
    color: #1a67b1
}

.countyBody .report-table.sp table .c-red {
    color: #cd2500
}

.countyBody .report-table.sp table .weather-info {
    background-color: #a4dbd5;
    padding: 2px 20px;
    border-radius: 5px;
    position: relative
}

@media (max-width:320px) {
    .countyBody .report-table.sp table .weather-info {
        width: 120px;
        margin-left: auto
    }
}

.countyBody .report-table.sp table .weather-info::before {
    content: "";
    border-style: solid;
    border-width: 8px;
    border-color: transparent #a4dbd5 transparent transparent;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -16px
}

.countyBody .report-table.sp table .weather-info span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 2px
}

.countyBody .report-table.sp table .weather-info a {
    display: block;
    border: 0;
    display: inline-block;
    background-color: #0f7b8c;
    border-radius: 100%;
    padding: 1px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 22px;
    height: 22px;
    text-align: center
}

    .countyBody .report-table.sp table .weather-info a i {
        font-style: normal;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

.countyBody .tidal-wrapper thead {
    background-color: #42a1ae;
    color: #fff
}

.countyBody .tidal-wrapper a {
    text-decoration: underline;
    color: #fff
}

.countyBody .tidal-wrapper td, .countyBody .tidal-wrapper th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

@media (max-width:500px) {
    .countyBody .tidal-wrapper td, .countyBody .tidal-wrapper th {
        white-space: normal
    }
}

@media (max-width:500px) {
    .countyBody .tidal-wrapper.pc {
        display: none
    }
}

.countyBody .tidal-wrapper.pc img {
    width: 30px
}

.countyBody .tidal-wrapper.pc tbody tr th {
    color: #0f7b8c
}

.countyBody .tidal-wrapper.sp {
    display: none
}

@media (max-width:500px) {
    .countyBody .tidal-wrapper.sp {
        display: block
    }
}

.countyBody .tidal-wrapper.sp tbody tr:nth-child(8n+1) th {
    background-color: #0f7b8c;
    color: #fff
}

.countyBody .tidal-wrapper.sp tbody tr:nth-child(8n+5) a, .countyBody .tidal-wrapper.sp tbody tr:nth-child(8n+5) th {
    color: #0f7b8c
}

.countyBody .tidal-wrapper.sp .tidal-table {
    overflow: hidden;
    height: 499px
}

@media (max-width:375px) {
    .countyBody .tidal-wrapper.sp .tidal-table {
        height: 780px
    }
}

.countyBody .btn-default-r {
    margin: 0
}

.countyBody .show-content {
    height: auto !important;
    line-height: unset !important
}

.countyBody #TableSpId3hr .wrapper {
    overflow: hidden;
    height: 586px
}

.countyBody #TableSpId24hr .wrapper {
    overflow: hidden;
    height: 681px
}

.countyBody #TableSpIdweeks .wrapper {
    overflow: hidden;
    height: 586px
}

.countyBody #SP_week .m_week .panel-heading .panel-title a .date {
    background-color: #0f7b8c
}

.countyBody #SP_week .m_week .panel-body ol li:nth-child(1), .countyBody #SP_week .m_week .panel-body ul li:nth-child(1) {
    background-color: #0d6775
}

.countyBody #SP_week .m_week .panel-body ol {
    background-color: #fffcf5
}

.countyBody #SP_week .m_week .panel-heading .panel-title.holiday a .date {
    background-color: #d83023
}

.countyBody #SP_week .m_week .panel-heading .panel-title a:after {
    color: #0f7b8c
}

.countyBody #SP_week .m_week .panel-heading .panel-title.holiday a:after {
    color: #d83023
}

.countyBody #SP_week .uvi_wrap i {
    font-size: 2.3rem
}

.countyBody #SP_week .uvi_wrap b {
    position: absolute;
    padding-left: 0;
    color: #222;
    line-height: 2.3;
    text-shadow: #fff 0 2px,#fff 2px 0,#fff -2px 0,#fff 0 -2px,#fff -1.4px -1.4px,#fff 1.4px 1.4px,#fff 1.4px -1.4px,#fff -1.4px 1.4px;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.countyBody .title_wrap + .banner_wrap .to-to {
    width: 100%;
    justify-content: center
}

@media (max-width:991px) {
    .countyBody .title_wrap + .banner_wrap .to-to {
        padding: 15px 0
    }
}

.countyBody .title_wrap + .banner_wrap .to-to li {
    background: #f5f5f5;
    position: relative
}

    .countyBody .title_wrap + .banner_wrap .to-to li span {
        color: #333
    }

@media (max-width:480px) {
    .countyBody .title_wrap + .banner_wrap .to-to li span.text {
        width: 100%;
        text-align: left
    }

    .countyBody .title_wrap + .banner_wrap .to-to li span.title {
        flex: 0 1 50%;
        text-align: left
    }

    .countyBody .title_wrap + .banner_wrap .to-to li img {
        flex: 0 1 50%
    }
}

.countyBody .title_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.countyBody .main-title-bar .main-title > .btn-question .fa-question-circle {
    position: static;
    font-style: normal;
    font-size: 1.4rem;
    color: #187ac8
}

@media screen and (max-width:1199px) {
    .countyBody .heading-title.type_7 a.active span, .countyBody .heading-title.type_7 a:hover span, .countyBody .tab-v6 .nav-pills li a:hover span, .countyBody .tab-v6 .nav-pills li.active a span {
        transform: scaleX(1);
        width: auto
    }

    .countyBody .heading-title.type_7 a span, .countyBody .tab-v6 .nav-pills li a span {
        font-size: .875rem
    }

    .countyBody .heading-title.type_7 a i {
        margin-right: .5rem
    }

    .countyBody .btn-back, .countyBody .weather_time {
        display: none
    }
}

@media screen and (max-width:767px) and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .countyBody #open_search label {
        transform: translateY(-20px)
    }

    .countyBody .countryselect-title label {
        transform: translateY(-12px)
    }
}

@media (min-width:1200px) {
    .countyBody .area_search_place::before {
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        background-color: #767676
    }
}

@media print {
    .countyBody .row:after {
        display: table;
        clear: both
    }

    .countyBody .col-lg-5 {
        float: left !important;
        width: 420px
    }

    .countyBody .col-lg-7 {
        float: right !important;
        width: calc(100% - 450px)
    }

    .countyBody #div_chart, .countyBody .col-sm-6 {
        width: 100%
    }
}

.countyBody .modal-dialog {
    width: auto;
    margin: 30px auto
}

@media (min-width:576px) {
    .countyBody .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

@media (min-width:768px) {
    .countyBody .d-md-none {
        display: none
    }

    .countyBody .modal-dialog {
        width: auto
    }
}

@media (min-width:992px) {
    .countyBody .modal-lg, .countyBody .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .countyBody .modal-xl {
        max-width: 1140px
    }
}

@media (max-width:991px) {
    .countyBody .coastal-table th .btn.focus, .countyBody .coastal-table th .btn:focus, .countyBody .coastal-table th .btn:hover {
        color: #fff
    }
}

.countyBody .unitChange-label {
    width: 160px
}

.countyBody .unitChange-content {
    width: 60px;
    text-align: right
}

.countyBody i {
    font-style: normal
}

.countyBody .coastal-table td {
    color: #000;
    border: 1px solid #dcdcdc
}

.countyBody .coastal-table th {
    border: 1px solid #dcdcdc
}

.countyBody .coastal-table thead > tr > th {
    vertical-align: top
}

.countyBody .sky-form {
    background: 0 0;
    border: 0 solid #eee
}

.countyBody .icon-nearSea {
    font-size: 2rem !important
}

.countyBody .weather_time {
    top: 30px
}

.countyBody .full_map .weather_info {
    top: -10px
}

@media (max-width:991px) {
    .countyBody form[name=form1] {
        width: 100%
    }

    .countyBody .area_search-v9.is_open {
        height: auto
    }
}

@media (min-width:1200px) {
    .countyBody .area_search_town::before {
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        background-color: #767676
    }
}

@media (max-width:991px) {
    .countyBody .Night {
        background-color: #fffcf5
    }

    .countyBody .panel-body ol li:last-child {
        background-color: #fffcf5
    }

    .countyBody .panel-body ol li:nth-child(2) {
        background-color: #fff
    }
}

.townBody .wrapper {
    overflow-x: hidden
}

@media (min-width:1440px) {
    .townBody .wrapper {
        width: 1360px;
        margin: 0 auto
    }
}

.townBody .sp {
    float: none
}

.townBody .sr-only {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important
}

.townBody .table-responsive {
    overflow-x: auto;
    scrollbar-base-color: #767676;
    scrollbar-face-color: #187ac8;
    scrollbar-shadow-color: #187ac8;
    scrollbar-color: #187ac8 #dcdcdc
}

    .townBody .table-responsive::-webkit-scrollbar {
        height: 20px
    }

    .townBody .table-responsive::-webkit-scrollbar-track {
        background: #e2e2e2
    }

    .townBody .table-responsive::-webkit-scrollbar-thumb {
        background: #187ac8;
        padding: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

.townBody .btn-link:focus, .townBody .btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #187ac8
}

@media (min-width:1200px) {
    .townBody .map-wrapper {
        min-height: 600px
    }
}

@media (max-width:1199px) {
    .townBody .map_theme {
        display: none
    }
}

.townBody .map_theme .weather_data {
    z-index: auto
}

    .townBody .map_theme .weather_data .icon_zone {
        padding: 3px;
        z-index: 9
    }

        .townBody .map_theme .weather_data .icon_zone img {
            width: 30px;
            height: 30px
        }

.townBody .map_theme .map-tag[data-name=C64L2] {
    left: 4%;
    top: 66%
}

.townBody .map_theme .map-tag[data-name=C64L3] {
    left: 16%;
    top: 89%
}

.townBody .map_theme .map-tag[data-name=C66L2] {
    left: 4%;
    top: 23%
}

.townBody .map_theme .map-tag[data-name=C66L3] {
    left: 20%;
    top: 58%
}

.townBody .weather_data .icon_zone[name=T6500600] {
    left: 37%;
    top: 68%
}

.townBody .weather_data .icon_zone[name=T6500900] {
    left: 4%;
    top: 62%
}

.townBody .weather_data .icon_zone[name=T6501200] {
    left: 83%;
    top: 13%
}

.townBody .weather_data .icon_zone[name=T6501700] {
    left: 9%;
    top: 38%
}

.townBody .weather_data .icon_zone[name=T6501900] {
    left: 55%;
    top: 51%
}

.townBody .weather_data .icon_zone[name=T6502100] {
    left: 31%;
    top: -3%
}

.townBody .weather_data .icon_zone[name=T6502200] {
    left: 43%;
    top: -12%
}

.townBody .weather_data .icon_zone[name=T6502300] {
    left: 6%;
    top: 17%
}

.townBody .weather_data .icon_zone[name=T6502600] {
    left: 93%;
    top: 30%
}

.townBody .weather_data .icon_zone[name=T6502700] {
    left: 54%;
    top: 1%
}

.townBody .weather_data .icon_zone[name=T6502800] {
    left: 66%;
    top: 13%
}

.townBody .weather_data .icon_zone[name=T6502900] {
    left: 22%;
    top: 81%
}

.townBody .weather_data .icon_zone.icon_zone_main[name=T6500100] {
    left: 24%;
    top: 29%
}

.townBody .weather_data .icon_zone[name=T6700200] {
    left: 40%;
    top: 0
}

.townBody .weather_data .icon_zone[name=T6700300] {
    left: 73%;
    top: -7%
}

.townBody .weather_data .icon_zone[name=T6700500] {
    left: 53%;
    top: -11%
}

.townBody .weather_data .icon_zone[name=T6700600] {
    left: 87%;
    top: 4%
}

.townBody .weather_data .icon_zone[name=T6700800] {
    left: 34%;
    top: 39%
}

.townBody .weather_data .icon_zone[name=T6700900] {
    left: 67%;
    top: 43%
}

.townBody .weather_data .icon_zone[name=T6701000] {
    left: 49%;
    top: 47%
}

.townBody .weather_data .icon_zone[name=T6701300] {
    left: 26%;
    top: 9%
}

.townBody .weather_data .icon_zone[name=T6701600] {
    left: 8%;
    top: 37%
}

.townBody .weather_data .icon_zone[name=T6701700] {
    left: 7%;
    top: 16%
}

.townBody .weather_data .icon_zone[name=T6702400] {
    left: 84%;
    top: 24%
}

.townBody .weather_data .icon_zone.icon_zone_main[name=T6703600] {
    left: 10%;
    top: 77%
}

.townBody .weather_data .icon_zone[name=T6402200] {
    left: 19%;
    top: 55%
}

.townBody .weather_data .icon_zone[name=T6403000] {
    left: 36%;
    top: 76%
}

.townBody .weather_data .icon_zone[name=T6403100] {
    left: 51%;
    top: 77%
}

.townBody .weather_data .icon_zone[name=T6403200] {
    left: 61%;
    top: 63%
}

.townBody .weather_data .icon_zone[name=T6403300] {
    left: 44%;
    top: 26%
}

.townBody .weather_data .icon_zone[name=T6403400] {
    left: 36%;
    top: 41%
}

.townBody .weather_data .icon_zone[name=T6403500] {
    left: 21%;
    top: 40%
}

.townBody .weather_data .icon_zone[name=T6403600] {
    left: 84%;
    top: 62%
}

.townBody .weather_data .icon_zone[name=T6403700] {
    left: 73%;
    top: 26%
}

.townBody .weather_data .icon_zone[name=T6403800] {
    left: 62%;
    top: 8%
}

.townBody .weather_data .icon_zone.icon_zone_main[name=T6400800] {
    left: 5%;
    top: 85%
}

.townBody .weather_data .icon_zone[name=T6601500] {
    top: 0;
    left: 16%
}

.townBody .weather_data .icon_zone[name=T6600900] {
    top: 5%;
    left: 30%
}

.townBody .weather_data .icon_zone.icon_zone_main[name=T6600400] {
    left: 28%;
    top: 90%
}

.townBody .weather_data .icon_zone.icon_zone_main[name=T1001001] {
    left: 20%;
    top: 13%
}

.townBody .weather_data .icon_zone.icon_zone_main[name=T1001301] {
    left: 26%;
    top: 20%
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .townBody .map_theme svg {
        height: auto
    }
}

.townBody #highcharts-qqmvvyo-0, .townBody #highcharts-qqmvvyo-18, .townBody #highcharts-qqmvvyo-216, .townBody #highcharts-qqmvvyo-254 {
    width: 100%;
    height: auto;
    font-size: 2em
}

@media (max-width:992px) {
    .townBody #highcharts-qqmvvyo-0, .townBody #highcharts-qqmvvyo-18, .townBody #highcharts-qqmvvyo-216, .townBody #highcharts-qqmvvyo-254 {
        font-size: 1.3em
    }
}

.townBody #highcharts-qqmvvyo-0 svg, .townBody #highcharts-qqmvvyo-18 svg, .townBody #highcharts-qqmvvyo-216 svg, .townBody #highcharts-qqmvvyo-254 svg {
    width: 100%;
    min-height: 250px
}

@media (max-width:1199px) {
    .townBody #highcharts-qqmvvyo-0 svg, .townBody #highcharts-qqmvvyo-18 svg, .townBody #highcharts-qqmvvyo-216 svg, .townBody #highcharts-qqmvvyo-254 svg {
        min-height: 350px
    }
}

@media (max-width:1199px) {
    .townBody .area_search_item-v9 #open_search, .townBody .area_search_item-v9 .countryselect-title, .townBody .area_search_item-v9 .ui-widget, .townBody .area_search_item-v9 .w-50 {
        margin: 0
    }
}

@media (max-width:1199px) {
    .townBody .area_search-v9 {
        height: auto
    }
}

@media (max-width:1199px) {
    .townBody .area_search-v9 #open_search {
        width: 100%;
        margin: 5px 0;
        align-self: baseline
    }
}

@media (max-width:1199px) {
    .townBody .area_search-v9 #open_search:hover {
        text-decoration: none
    }
}

@media (max-width:1199px) {
    .townBody .area_search-v9 #open_search:hover label {
        background: #f2f2f2
    }
}

@media (max-width:1199px) {
    .townBody .area_search-v9 #open_search label {
        pointer-events: inherit;
        cursor: pointer;
        position: relative;
        display: inline;
        width: 100%;
        padding: 0;
        border: 0;
        background-color: transparent
    }
}

@media (max-width:1199px) {
    .townBody .area_search-v9 #open_search label::after {
        content: "\f002";
        font-family: FontAwesome;
        position: absolute;
        width: 20px;
        right: -26px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.townBody .area_search-v9 .ui-widget {
    flex-shrink: 1;
    width: 100%
}

@media (max-width:1199px) {
    .townBody .area_search-v9 .ui-widget {
        width: 100%;
        margin-bottom: 10px
    }
}

.townBody .area_search-v9 .ui-widget label {
    width: 100%
}

@media (max-width:1199px) {
    .townBody .area_search-v9 .ui-widget label {
        display: block;
        width: 100%
    }
}

.townBody .area_search_item-v9 {
    margin-bottom: 15px;
    width: 44%
}

@media (max-width:1199px) {
    .townBody .area_search_item-v9 {
        display: block;
        width: 100%;
        margin-bottom: 0
    }
}

@media (max-width:1199px) {
    .townBody .area_search_item-v9 .countryselect-title {
        margin: 5px 0;
        align-self: baseline
    }
}

@media (max-width:767px) {
    .townBody .area_search_item-v9 .countryselect-title {
        display: inline-block
    }
}

@media (max-width:767px) {
    .townBody .area_search_item-v9 .countryselect-title + .col {
        display: inline-block;
        width: calc(100% - 2.15rem)
    }
}

.townBody .area_search_item-v9 .col {
    width: 100%
}

.townBody .area_search_item-v9 .w-50:first-child {
    padding-right: 5px
}

.townBody .area_search_btn-v9 {
    margin-bottom: 15px
}

@media (max-width:1199px) {
    .townBody .area_search_btn-v9 {
        width: 3.8rem;
        margin-top: 15px;
        margin-bottom: 30px;
        transform: translateY(26px)
    }
}

@media (max-width:767px) {
    .townBody .area_search_btn-v9 {
        transform: translateY(10px)
    }
}

@media (max-width:1199px) {
    .townBody .area_search_place {
        width: calc(100% - 4.5rem)
    }
}

@media (max-width:1199px) {
    .townBody .area_search_town {
        width: calc(100% - 4.5rem);
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .townBody .area_search_town {
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .townBody #open_search {
        display: inline !important
    }
}

@media (max-width:767px) {
    .townBody #open_search + .ui-widget {
        display: inline-block;
        width: calc(100% - 6rem)
    }
}

.townBody .wraning-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.townBody .warning_cube {
    margin-bottom: 40px;
    margin-top: 5px;
    position: relative;
    z-index: 100
}

@media (max-width:992px) {
    .townBody .warning_cube {
        margin-bottom: 0
    }
}

.townBody .warning_cube .list-unstyled li {
    font-size: 2rem;
    margin-right: 10px
}

.townBody #chart_tem {
    padding: 0
}

.townBody .table-responsive {
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:500px) {
    .townBody .report-table.pc {
        display: none
    }
}

.townBody .report-table.pc table td, .townBody .report-table.pc table th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative
}

.townBody .report-table.pc table img {
    width: 30px
}

.townBody .report-table.pc table p {
    margin-bottom: 0
}

.townBody .report-table.pc table thead {
    background-color: #0f7b8c;
    color: #fff
}

    .townBody .report-table.pc table thead th.holiday {
        background-color: #d83023
    }

.townBody .report-table.pc table tbody tr:nth-child(odd) {
    background-color: #fffcf5
}

.townBody .report-table.pc table tbody tr th {
    background-color: #0f7b8c;
    color: #fff;
    background-clip: padding-box
}

.townBody .report-table.pc table tbody tr td b {
    font-weight: 400
}

.townBody .report-table.pc table tbody .time {
    color: #0f7b8c;
    font-weight: 700
}

    .townBody .report-table.pc table tbody .time th[scope=col] {
        background-color: #fffcf5;
        color: #0f7b8c;
        background-clip: padding-box
    }

    .townBody .report-table.pc table tbody .time th[headers] {
        background-color: #fffcf5;
        color: #0f7b8c;
        background-clip: padding-box
    }

.townBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2 {
    display: block;
    padding-bottom: 6px;
    font-size: 2.5rem
}

    .townBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_0-2 {
        color: #a7cd20
    }

    .townBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_3-5 {
        color: orange
    }

    .townBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_6-7 {
        color: #f39800
    }

    .townBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_8-10 {
        color: #d32c1b
    }

    .townBody .report-table.pc table tbody .icon-cwb-Ultraviolet-radiation2.uvi_11 {
        color: #ac4a9b
    }

.townBody .report-table.pc table tbody strong {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #222;
    text-shadow: #fff 0 2px,#fff 2px 0,#fff -2px 0,#fff 0 -2px,#fff -1.4px -1.4px,#fff 1.4px 1.4px,#fff 1.4px -1.4px,#fff -1.4px 1.4px
}

.townBody .report-table.sp {
    display: none
}

@media (max-width:500px) {
    .townBody .report-table.sp {
        display: block
    }
}

.townBody .report-table.sp table {
    table-layout: fixed;
    margin-bottom: 5px
}

    .townBody .report-table.sp table:nth-child(odd) {
        background-color: #fffcf5
    }

    .townBody .report-table.sp table:nth-child(even) {
        border: 1px solid #0f7b8c
    }

    .townBody .report-table.sp table thead > tr > th > span {
        background-color: #daf3f0;
        border-radius: 50px;
        font-weight: 400
    }

        .townBody .report-table.sp table thead > tr > th > span.holiday {
            background-color: #ffdfdf
        }

    .townBody .report-table.sp table td, .townBody .report-table.sp table th {
        vertical-align: middle;
        position: relative
    }

    .townBody .report-table.sp table tbody th {
        color: #0f7b8c;
        white-space: nowrap
    }

    .townBody .report-table.sp table img {
        width: 30px;
        margin-left: 1rem
    }

@media (max-width:375px) {
    .townBody .report-table.sp table img {
        margin-left: 0
    }
}

.townBody .report-table.sp table .c-blue {
    color: #1a67b1
}

.townBody .report-table.sp table .c-red {
    color: #cd2500
}

.townBody .report-table.sp table .weather-info {
    background-color: #a4dbd5;
    padding: 2px 20px;
    border-radius: 5px;
    position: relative
}

@media (max-width:320px) {
    .townBody .report-table.sp table .weather-info {
        width: 120px;
        margin-left: auto
    }
}

.townBody .report-table.sp table .weather-info::before {
    content: "";
    border-style: solid;
    border-width: 8px;
    border-color: transparent #a4dbd5 transparent transparent;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -16px
}

.townBody .report-table.sp table .weather-info span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 2px
}

.townBody .report-table.sp table .weather-info a {
    display: block;
    border: 0;
    display: inline-block;
    background-color: #0f7b8c;
    border-radius: 100%;
    padding: 1px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 22px;
    height: 22px;
    text-align: center
}

    .townBody .report-table.sp table .weather-info a i {
        font-style: normal;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

.townBody .tidal-wrapper thead {
    background-color: #0f7b8c;
    color: #fff
}

.townBody .tidal-wrapper a {
    text-decoration: underline;
    color: #fff
}

.townBody .tidal-wrapper td, .townBody .tidal-wrapper th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

@media (max-width:500px) {
    .townBody .tidal-wrapper td, .townBody .tidal-wrapper th {
        white-space: normal
    }
}

@media (max-width:500px) {
    .townBody .tidal-wrapper.pc {
        display: none
    }
}

.townBody .tidal-wrapper.pc img {
    width: 30px
}

.townBody .tidal-wrapper.pc tbody tr th {
    color: #0f7b8c
}

.townBody .tidal-wrapper.sp {
    display: none
}

@media (max-width:500px) {
    .townBody .tidal-wrapper.sp {
        display: block
    }
}

.townBody .tidal-wrapper.sp tbody tr:nth-child(8n+1) th {
    background-color: #0f7b8c;
    color: #fff
}

.townBody .tidal-wrapper.sp tbody tr:nth-child(8n+5) a, .townBody .tidal-wrapper.sp tbody tr:nth-child(8n+5) th {
    color: #0f7b8c
}

.townBody .tidal-wrapper.sp .tidal-table {
    overflow: hidden;
    height: 499px
}

@media (max-width:375px) {
    .townBody .tidal-wrapper.sp .tidal-table {
        height: 780px
    }
}

.townBody .btn-default-r {
    margin: 0
}

.townBody .show-content {
    height: auto !important;
    line-height: unset !important
}

.townBody #TableSpId3hr .wrapper {
    overflow: hidden;
    height: 586px
}

.townBody #TableSpId24hr .wrapper {
    overflow: hidden;
    height: 681px
}

.townBody #TableSpIdweeks .wrapper {
    overflow: hidden;
    height: 586px
}

.townBody #SP_week .m_week .panel-heading .panel-title a .date {
    background-color: #42a1ae
}

.townBody #SP_week .m_week .panel-body ol li:nth-child(1), .townBody #SP_week .m_week .panel-body ul li:nth-child(1) {
    background-color: #0f838c
}

.townBody #SP_week .m_week .panel-body ol {
    background-color: #fffcf5
}

.townBody #SP_week .m_week .panel-heading .panel-title.holiday a .date {
    background-color: #d83023
}

.townBody #SP_week .m_week .panel-heading .panel-title a:after {
    color: #42a1ae
}

.townBody #SP_week .m_week .panel-heading .panel-title.holiday a:after {
    color: #d83023
}

.townBody #SP_week .uvi_wrap i {
    font-size: 2.3rem
}

.townBody #SP_week .uvi_wrap b {
    position: absolute;
    padding-left: 0;
    color: #222;
    line-height: 2.3;
    text-shadow: #fff 0 2px,#fff 2px 0,#fff -2px 0,#fff 0 -2px,#fff -1.4px -1.4px,#fff 1.4px 1.4px,#fff 1.4px -1.4px,#fff -1.4px 1.4px;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.townBody .title_wrap + .banner_wrap .to-to {
    width: 100%;
    justify-content: center
}

@media (max-width:991px) {
    .townBody .title_wrap + .banner_wrap .to-to {
        padding: 15px 0
    }
}

.townBody .title_wrap + .banner_wrap .to-to li {
    background: #f5f5f5;
    position: relative
}

    .townBody .title_wrap + .banner_wrap .to-to li span {
        color: #333
    }

@media (max-width:480px) {
    .townBody .title_wrap + .banner_wrap .to-to li span.text {
        width: 100%;
        text-align: left
    }

    .townBody .title_wrap + .banner_wrap .to-to li span.title {
        flex: 0 1 50%;
        text-align: left
    }

    .townBody .title_wrap + .banner_wrap .to-to li img {
        flex: 0 1 50%
    }
}

.townBody .title_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.townBody .main-title-bar .main-title > .btn-question .fa-question-circle {
    position: static;
    font-style: normal;
    font-size: 1.4rem;
    color: #187ac8
}

.townBody .btn-question {
    background-color: transparent;
    padding: 0;
    vertical-align: baseline
}

.townBody .weather_time {
    background-color: transparent;
    color: #187ac8;
    width: auto;
    padding: 0;
    position: static;
    text-align: left !important
}

.townBody .btn-back {
    color: #fff !important;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background-color: #187ac8;
    display: block;
    position: absolute;
    text-align: center;
    z-index: 10
}

    .townBody .btn-back:hover {
        background-color: #135e9a;
        color: #fff
    }

    .townBody .btn-back .icon-taiwan-land {
        background-color: transparent;
        font-size: 2rem;
        transform: translateX(2px);
        display: block
    }

.townBody .cubeV9-table.pc i, .townBody .cubeV9-table.pc th {
    color: #fff
}

.townBody .cubeV9-table.pc {
    color: #555
}

    .townBody .cubeV9-table.pc thead td, .townBody .cubeV9-table.pc thead th {
        background-color: #0f7b8c;
        border-color: #ddd
    }

    .townBody .cubeV9-table.pc tbody td {
        background-color: #fffcf5;
        border-color: #ddd
    }

.townBody .marquee {
    border-radius: 5px
}

.townBody .cubeV9-table .sp {
    border: 1px solid #ddd
}

.townBody .area_search_btn-v9 button {
    background-color: #187ac8
}

    .townBody .area_search_btn-v9 button:hover {
        background-color: #135e9a
    }

.townBody .heading-title.type_7 a {
    background-color: transparent;
    color: #767676;
    border: 1px solid #dcdcdc;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important
}

    .townBody .heading-title.type_7 a:first-child {
        border-radius: 5px 0 0 5px
    }

    .townBody .heading-title.type_7 a:last-child {
        border-radius: 0 5px 5px 0
    }

    .townBody .heading-title.type_7 a:hover {
        background-color: #187ac8;
        color: #fff;
        border-color: #187ac8 #dcdcdc
    }

        .townBody .heading-title.type_7 a:hover i {
            color: #fff
        }

    .townBody .heading-title.type_7 a.active {
        background-color: #187ac8;
        color: #fff;
        border-color: #187ac8 #dcdcdc
    }

        .townBody .heading-title.type_7 a.active i {
            color: #fff
        }

.townBody .heading-title.type_7 i {
    color: #187ac8;
    font-size: 1.2rem
}

.townBody .highcharts-title {
    color: #0f7b8c !important;
    fill: #0f7b8c !important
}

.townBody .table-responsive::-webkit-scrollbar-thumb {
    background-color: #a4dbd5
}

.townBody .tab-v6 .nav-pills li {
    transition: all .3s ease-in-out;
    margin: 0 !important
}

    .townBody .tab-v6 .nav-pills li a {
        background-color: transparent;
        color: #767676;
        border: 1px solid #dcdcdc;
        font-size: 1rem;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .townBody .tab-v6 .nav-pills li a i {
            color: #187ac8;
            font-size: 1.2rem
        }

    .townBody .tab-v6 .nav-pills li:first-child a {
        border-radius: 5px 0 0 5px
    }

    .townBody .tab-v6 .nav-pills li:last-child a {
        border-radius: 0 5px 5px 0
    }

    .townBody .tab-v6 .nav-pills li a:hover, .townBody .tab-v6 .nav-pills li.active a {
        background-color: #187ac8;
        color: #fff;
        border-color: #187ac8 #dcdcdc
    }

        .townBody .tab-v6 .nav-pills li a:hover i, .townBody .tab-v6 .nav-pills li.active a i {
            color: #fff
        }

@media screen and (max-width:1199px) {
    .townBody .heading-title.type_7 {
        height: 50px
    }

        .townBody .heading-title.type_7 a span, .townBody .tab-v6 .nav-pills li a span {
            transform: scaleX(0);
            transition: transform ease-in-out .3s;
            overflow: hidden;
            transform-origin: left center;
            width: 0
        }

        .townBody .heading-title.type_7 a.active, .townBody .heading-title.type_7 a:hover, .townBody .tab-v6 .nav-pills li.active, .townBody .tab-v6 .nav-pills li.hover {
            flex-grow: 2
        }

            .townBody .heading-title.type_7 a.active span, .townBody .heading-title.type_7 a:hover span, .townBody .tab-v6 .nav-pills li a:hover span, .townBody .tab-v6 .nav-pills li.active a span {
                transform: scaleX(1);
                width: auto
            }

    .townBody .tab-v6 .nav-pills li a {
        flex-direction: column;
        height: 100px;
        justify-content: space-between
    }

        .townBody .heading-title.type_7 a span, .townBody .tab-v6 .nav-pills li a span {
            font-size: .875rem
        }

    .townBody .heading-title.type_7 a i {
        margin-right: .5rem
    }

    .townBody .tab-v6 .nav-pills li a i {
        margin-bottom: .5rem
    }

    .townBody .btn-back, .townBody .weather_time {
        display: none
    }
}

@media screen and (max-width:767px) {
    .townBody .heading-title.type_7 {
        height: 100px
    }

    .townBody .tab-v6 .nav-pills li a {
        flex-direction: column;
        height: 120px;
        justify-content: space-between
    }
}

@media screen and (max-width:767px) and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .townBody #open_search label {
        transform: translateY(-20px)
    }

    .townBody .countryselect-title label {
        transform: translateY(-12px)
    }
}

@media (min-width:1200px) {
    .townBody .area_search_place::before {
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        background-color: #767676
    }
}

@media print {
    .townBody .row:after {
        display: table;
        clear: both
    }

    .townBody .col-lg-5 {
        float: left !important;
        width: 420px
    }

    .townBody .col-lg-7 {
        float: right !important;
        width: calc(100% - 450px)
    }

    .townBody #div_chart, .townBody .col-sm-6 {
        width: 100%
    }
}

.townBody .modal-dialog {
    width: auto;
    margin: 30px auto
}

@media (min-width:576px) {
    .townBody .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

@media (min-width:768px) {
    .townBody .d-md-none {
        display: none
    }

    .townBody .modal-dialog {
        width: auto
    }
}

@media (min-width:992px) {
    .townBody .modal-lg, .townBody .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .townBody .modal-xl {
        max-width: 1140px
    }
}

@media (max-width:991px) {
    .townBody .coastal-table th .btn.focus, .townBody .coastal-table th .btn:focus, .townBody .coastal-table th .btn:hover {
        color: #fff
    }
}

.townBody .report-table td {
    color: #000
}

.townBody .report-table.pc table tbody tr th {
    background-color: #fff;
    color: #0f7b8c;
    background-clip: padding-box;
    position: relative
}

.townBody i {
    font-style: normal
}

.townBody .coastal-table td {
    color: #000;
    border: 1px solid #dcdcdc
}

.townBody .coastal-table th {
    border: 1px solid #dcdcdc
}

.townBody .coastal-table thead > tr > th {
    vertical-align: top
}

.townBody .sky-form {
    background: 0 0;
    border: 0 solid #eee
}

.townBody .icon-nearSea {
    font-size: 2rem !important
}

.windExplanatoryColor-00 {
    background-color: #9DFEFB
}

.windExplanatoryColor-03 {
    background-color: #0F9EE9
}

.windExplanatoryColor-04 {
    background-color: #26A41C
}

.windExplanatoryColor-05 {
    background-color: #00FD22
}

.windExplanatoryColor-06 {
    background-color: #FFE200
}

.windExplanatoryColor-07 {
    background-color: #FEAC00
}

.windExplanatoryColor-08 {
    background-color: #FF7802
}

.windExplanatoryColor-09 {
    background-color: #853A0F;
    color: #fff !important
}

.windExplanatoryColor-10 {
    background-color: #FB2D04
}

.windExplanatoryColor-11 {
    background-color: #D82104;
    color: #fff !important
}

.windExplanatoryColor-14 {
    background-color: #AC1DAE;
    color: #fff !important
}

.windExplanatoryColor-17 {
    background-color: #FF35FD
}

.colorblindness .windExplanatoryColor-00 {
    background-color: #fff8b4
}

.colorblindness .windExplanatoryColor-03 {
    background-color: #fff57f
}

.colorblindness .windExplanatoryColor-04 {
    background-color: #fff100
}

.colorblindness .windExplanatoryColor-05 {
    background-color: #f6dc00
}

.colorblindness .windExplanatoryColor-06 {
    background-color: #ddc200
}

.colorblindness .windExplanatoryColor-07 {
    background-color: #d5b900
}

.colorblindness .windExplanatoryColor-08 {
    background-color: #b79b00
}

.colorblindness .windExplanatoryColor-09 {
    background-color: #9c8225;
    color: #fff !important
}

.colorblindness .windExplanatoryColor-10 {
    background-color: #8a7447;
    color: #fff !important
}

.colorblindness .windExplanatoryColor-11 {
    background-color: #695965;
    color: #fff !important
}

.colorblindness .windExplanatoryColor-14 {
    background-color: #4c3d40;
    color: #fff !important
}

.colorblindness .windExplanatoryColor-17 {
    background-color: #00243b;
    color: #fff !important
}

.waveHeightExplanatoryColor-000 {
    background-color: #d7d7d7;
    color: #000
}

.waveHeightExplanatoryColor-005 {
    background-color: #9dffff;
    color: #000
}

.waveHeightExplanatoryColor-010 {
    background-color: #86dcff;
    color: #000
}

.waveHeightExplanatoryColor-020 {
    background-color: #6af;
    color: #000
}

.waveHeightExplanatoryColor-030 {
    background-color: #528bfe;
    color: #000
}

.waveHeightExplanatoryColor-040 {
    background-color: #0054ff;
    color: #fff !important
}

.waveHeightExplanatoryColor-060 {
    background-color: #00f;
    color: #fff !important
}

.waveHeightExplanatoryColor-100 {
    background-color: #400044;
    color: #fff !important
}

.colorblindness .waveHeightExplanatoryColor-000 {
    background-color: #FFFCE2;
    color: #000
}

.colorblindness .waveHeightExplanatoryColor-005 {
    background-color: #FFEE61;
    color: #000
}

.colorblindness .waveHeightExplanatoryColor-010 {
    background-color: #EFCE00;
    color: #000
}

.colorblindness .waveHeightExplanatoryColor-020 {
    background-color: #BDA300;
    color: #000
}

.colorblindness .waveHeightExplanatoryColor-030 {
    background-color: #9C8225;
    color: #fff !important
}

.colorblindness .waveHeightExplanatoryColor-040 {
    background-color: #79614D;
    color: #fff !important
}

.colorblindness .waveHeightExplanatoryColor-060 {
    background-color: #45525A;
    color: #fff !important
}

.colorblindness .waveHeightExplanatoryColor-100 {
    background-color: #0C293C;
    color: #fff !important
}

.circletExplanatoryColor-00 {
    background-color: #00FFAE;
    color: #000
}

.circletExplanatoryColor-04 {
    background-color: #00FF7B;
    color: #000
}

.circletExplanatoryColor-05 {
    background-color: #00FF14;
    color: #000
}

.circletExplanatoryColor-06 {
    background-color: #48FF00;
    color: #000
}

.circletExplanatoryColor-07 {
    background-color: #7BFF00;
    color: #000
}

.circletExplanatoryColor-08 {
    background-color: #B2FF00;
    color: #000
}

.circletExplanatoryColor-09 {
    background-color: #DF0;
    color: #000
}

.circletExplanatoryColor-10 {
    background-color: #FE0;
    color: #000
}

.colorblindness .circletExplanatoryColor-00 {
    background-color: #FFF57F;
    color: #000
}

.colorblindness .circletExplanatoryColor-04 {
    background-color: #F6DC00;
    color: #000
}

.colorblindness .circletExplanatoryColor-05 {
    background-color: #DDC200;
    color: #000
}

.colorblindness .circletExplanatoryColor-06 {
    background-color: #B79B00;
    color: #000
}

.colorblindness .circletExplanatoryColor-07 {
    background-color: #9C8225;
    color: #fff !important
}

.colorblindness .circletExplanatoryColor-08 {
    background-color: #756258;
    color: #fff !important
}

.colorblindness .circletExplanatoryColor-09 {
    background-color: #5D4E5C;
    color: #fff !important
}

.colorblindness .circletExplanatoryColor-10 {
    background-color: #4C3D40;
    color: #fff !important
}

.flowExplanatoryColor-00 {
    background-color: #26A41C;
    color: #000
}

.flowExplanatoryColor-01 {
    background-color: #00FD22;
    color: #000
}

.flowExplanatoryColor-02 {
    background-color: #FFE200;
    color: #000
}

.flowExplanatoryColor-03 {
    background-color: #FEAC00;
    color: #000
}

.colorblindness .flowExplanatoryColor-00 {
    background-color: #FFFBDA;
    color: #000
}

.colorblindness .flowExplanatoryColor-01 {
    background-color: #DDC200;
    color: #000
}

.colorblindness .flowExplanatoryColor-02 {
    background-color: #695965;
    color: #fff !important
}

.colorblindness .flowExplanatoryColor-03 {
    background-color: #4C3D40;
    color: #fff !important
}

.life_weather #GIS_MAP .map_theme .weather_data .icon_zone {
    background: linear-gradient(to bottom,rgba(0,0,0,.4),#282828);
    color: #fff
}

    .life_weather #GIS_MAP .map_theme .weather_data .icon_zone.on-hover, .life_weather #GIS_MAP .map_theme .weather_data .icon_zone:focus, .life_weather #GIS_MAP .map_theme .weather_data .icon_zone:hover {
        background: #004566;
        border: 2px solid #f99d2c
    }

    .life_weather #GIS_MAP .map_theme .weather_data .icon_zone .city {
        color: #fff
    }

.life_weather #GIS_MAP span.temperature i:first-child {
    color: #00f3ff
}

.life_weather #GIS_MAP span.temperature i:last-child {
    color: #ff964b
}

.life_weather #GIS_MAP .MapKeyboardControl {
    position: absolute;
    bottom: 0;
    padding: 3px;
    width: 100%;
    background: #fff;
    border-top: 2px solid #f99d2c;
    border-left: 2px solid #f99d2c;
    border-right: 2px solid #f99d2c;
    text-align: center
}

    .life_weather #GIS_MAP .MapKeyboardControl.TipsOn {
        border-top: 2px solid #f99d2c;
        border-left: 2px solid #f99d2c;
        border-right: 2px solid #f99d2c
    }

    .life_weather #GIS_MAP .MapKeyboardControl.TipsOff {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff
    }

.life_weather #TableId3hr tr th:first-child, .life_weather #TableIdweeks tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 1
}

.life_weather #TableId3hr tbody tr th:first-child, .life_weather #TableIdweeks tbody tr th:first-child {
    background-color: #fff;
    border-top: 2px solid #ddd
}

@media (max-width:1199px) {
    .life_weather .townBody .map_theme {
        display: block
    }
}

.life-switcher-container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width:768px) {
    .life-switcher-container {
        width: 750px
    }
}

@media (min-width:992px) {
    .life-switcher-container {
        width: 100%
    }
}

.life-switcher-title i {
    margin-right: 10px
}

@media (min-width:992px) {
    .life-switcher-title {
        display: none
    }
}

.life-switcher-btn {
    padding: 6px 10px;
    font-size: .875rem;
    font-weight: 700;
    margin-right: 12px
}

@media (min-width:992px) {
    .life-switcher-btn {
        display: none
    }
}

.life-switcher-content {
    position: relative;
    width: 100%;
    transition: height .3s
}

@media (max-width:991px) {
    .life-switcher-content {
        height: 0;
        overflow: hidden
    }
}

.life-switcher-content.show-content {
    height: auto
}

@media (min-width:1199px) {
    .life-switcher-content-btnshome {
        padding-right: 270px
    }
}

.life-switcher-content-deco {
    width: 250px;
    position: absolute;
    bottom: -50px;
    right: 0
}

@media (max-width:1199px) {
    .life-switcher-content-deco {
        display: none
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.organ-historyLine-container {
    position: relative;
    display: flex
}

    .organ-historyLine-container::before {
        content: "";
        width: 1px;
        height: calc(100% - 2.2rem);
        background-color: #1a67b1;
        position: absolute;
        left: calc(2rem + 15px);
        top: 2em
    }

@media (min-width:576px) {
    .organ-historyLine-container::before {
        height: 100%;
        left: 0;
        top: .75em
    }
}

.organ-historyLine-container:last-child::before {
    display: none
}

.organ-historyLine-stationTitle {
    font-size: 1.125rem
}

.organ-historyLine-title {
    color: #1a67b1;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    width: 190px;
    min-width: 190px
}

    .organ-historyLine-title::before {
        content: "";
        width: 1.5rem;
        height: 1px;
        background-color: #1a67b1;
        position: absolute;
        left: 0;
        top: .75em;
        display: none
    }

@media (min-width:576px) {
    .organ-historyLine-title::before {
        display: block
    }
}

.organ-historyLine-title i {
    font-size: 1.05rem;
    margin-right: .2rem;
    margin-left: .5rem
}

.organ-historyLine-content {
    width: 80%;
    margin-right: 2.5rem
}

.organ-historyLine-readMore {
    cursor: pointer;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: absolute;
    right: 0
}

    .organ-historyLine-readMore::after, .organ-historyLine-readMore::before {
        content: "";
        background-color: #187ac8;
        height: 3px;
        width: 100%;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        transition: transform ease-in-out .3s
    }

    .organ-historyLine-readMore::after {
        transform: translate(-50%,-50%) rotate(90deg)
    }

    .organ-historyLine-readMore.js-active::after {
        transform: translate(-50%,-50%)
    }

.organ-historyLine-txt {
    font-weight: 700
}

.organ-historyLine-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    height: auto;
    transition: max-height ease-in-out .3s
}

    .organ-historyLine-gallery.js-collapse {
        max-height: 0;
        overflow: hidden
    }

    .organ-historyLine-gallery.js-active {
        max-height: 2000px
    }

.organ-historyLine-gallery-group {
    text-align: center;
    cursor: pointer;
    margin: 1rem .5rem;
    flex: 0 0 auto;
    width: auto
}

    .organ-historyLine-gallery-group:hover {
        opacity: .8
    }

    .organ-historyLine-gallery-group p {
        text-align: center
    }

    .organ-historyLine-gallery-group.js-active {
        box-shadow: 0 0 3px 3px orange
    }

.organ-historyLine-gallery-img {
    display: block
}

    .organ-historyLine-gallery-img img {
        width: auto !important;
        max-height: 84px
    }

.organ-historyLine-btn {
    background: #1a67b1;
    color: #fff;
    border-radius: .25rem;
    border: 0;
    font-size: 1.125rem;
    width: 180px
}

@media (min-width:576px) {
    .organ-historyLine-btn {
        width: 250px
    }
}

.organ-modal-img {
    text-align: center;
    width: 534px;
    height: 45vh;
    max-width: 100%;
    position: relative
}

    .organ-modal-img img {
        animation-name: fadeIn;
        animation-duration: .5s;
        animation-timing-function: ease-in-out;
        max-height: 100%;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

.organ-modal-info ul {
    list-style: none
}

.organ-modal-info-title {
    font-size: 1.125rem;
    font-weight: 700
}

.organ-modal-close {
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #1a67b1;
    width: 30px;
    height: 30px;
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 1
}

    .organ-modal-close::after, .organ-modal-close::before {
        content: "";
        width: 2px;
        height: calc(100% - 5px);
        transform: translate(-50%,-50%);
        background-color: #1a67b1;
        top: 50%;
        left: 50%;
        position: absolute
    }

    .organ-modal-close::before {
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .organ-modal-close::after {
        transform: translate(-50%,-50%) rotate(-45deg)
    }

.organ-modal-arrow {
    background-color: transparent;
    border: 0;
    color: #1a67b1;
    font-size: 1.775rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1
}

    .organ-modal-arrow[aria-label="上一張"] {
        left: 0
    }

    .organ-modal-arrow[aria-label="下一張"] {
        right: 0
    }

.organ-modal .modal-body {
    position: relative;
    padding-bottom: 0;
    padding: 2rem 2rem 0 2rem
}

.organ-modal .modal-footer {
    border-top: 0;
    padding: 0 2rem 1rem 2rem
}

.organ-modal .organ-historyLine-gallery-img img {
    width: auto !important;
    max-height: 53px
}

.yunbot-wrapper {
    background: 0 0
}

    .yunbot-wrapper .blueblock > li {
        border: 1px solid #187ac8;
        border-radius: 10px;
        padding: 1.5rem 2rem;
        position: relative
    }

    .yunbot-wrapper .blueblock li ul li {
        margin: 0;
        width: 80%;
        line-height: 2
    }

    .yunbot-wrapper .blueblock li > span {
        text-align: left;
        width: 11rem;
        background: 0 0;
        background-color: #fff;
        color: #187ac8;
        position: absolute;
        top: -1.5rem;
        left: 2rem
    }

        .yunbot-wrapper .blueblock li > span img {
            background-color: #187ac8;
            border-radius: 50%
        }

    .yunbot-wrapper .main-title-bar-v2 .main-title {
        font-size: 2rem;
        line-height: 1.2
    }

        .yunbot-wrapper .main-title-bar-v2 .main-title::after, .yunbot-wrapper .main-title-bar-v2 .main-title::before {
            bottom: -1rem
        }

.yunbot-gradient {
    background: linear-gradient(180deg,#FFF 12.22%,#E3EFF7 42.66%)
}

.yunbot-banner {
    background: url(/V8/C/S/eservice/yunbot/banner.jpg) 30% 77% no-repeat;
    min-height: 25em
}

@media screen and (max-width:1300px) {
    .yunbot-banner {
        background-position: 34%;
        background-size: 150%
    }
}

@media screen and (max-width:1000px) {
    .yunbot-banner {
        background-size: 180%;
        min-height: 22em
    }
}

@media screen and (max-width:768px) {
    .yunbot-banner {
        background-size: 180%;
        min-height: 18em
    }
}

@media screen and (max-width:576px) {
    .yunbot-banner {
        background-size: cover;
        min-height: 10em
    }
}

@media screen and (max-width:415px) {
    .yunbot-banner {
        background-size: 180%;
        min-height: 9em
    }
}

.yunbot-qa p {
    text-align: left;
    word-break: break-all
}

.yunbot-qa-listStyle {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 700
}

    .yunbot-qa-listStyle span {
        position: relative
    }

    .yunbot-qa-listStyle::before {
        content: "";
        background-color: #187ac8;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 12px;
        left: 50%
    }

.yunbot-qa-listStyle--q::before {
    background-color: #187ac8
}

.yunbot-qa-listStyle--a::before {
    background-color: orange
}

.yunbot-table {
    background-color: #fff
}

    .yunbot-table thead {
        background-color: #187ac8;
        color: #fff
    }

        .yunbot-table thead th {
            text-align: center;
            padding: 1.5rem !important
        }

            .yunbot-table thead th + th {
                border-left: 1px solid #f9f9f9
            }

    .yunbot-table tbody tr:nth-child(even) {
        background-color: #dcdcdc
    }

    .yunbot-table tbody td, .yunbot-table tbody th {
        text-align: center;
        padding: 1.5rem !important
    }

    .yunbot-table tbody td {
        border-left: 1px solid #f9f9f9
    }

        .yunbot-table tbody td .img-checked {
            width: 35px;
            height: 26px
        }

.warning-section + .intro_vision {
    margin-bottom: 100px
}

    .warning-section + .intro_vision .intro_wrap .cloud.cloud-1 {
        bottom: -550px
    }

    .warning-section + .intro_vision .intro_wrap .cloud.cloud-2 {
        bottom: -350px
    }

.friend-carousel .item .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 70px
}

    .friend-carousel .item .img-wrap > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #555;
        font-size: .875rem;
        padding: 15px;
        border: 2px solid #ddd;
        background-color: #fff
    }

.jumbotron {
    padding: 0;
    margin: 0
}

.intro_vision {
    background: #3c8fd1 url(../../assets/img/home/jumbotron_pattern.png) no-repeat center center;
    width: 100%;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden
}

    .intro_vision .intro_wrap {
        background: #3c8fd1;
        width: 100%;
        height: 100%;
        position: relative;
        background-attachment: fixed;
        padding: 0 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .intro_vision .intro_wrap .cube_weather .rain i {
            padding-right: 10px
        }

        .intro_vision .intro_wrap .cube_weather .low {
            opacity: .9
        }

        .intro_vision .intro_wrap .cube_weather .favorite {
            z-index: 9;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            list-style-type: none;
            padding: 0 6px;
            margin: 0 4px 4px;
            width: 100%;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -o-flex-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

            .intro_vision .intro_wrap .cube_weather .favorite .tag, .intro_vision .intro_wrap .cube_weather .favorite li {
                color: rgba(255,255,255,.5);
                font-size: 1.075rem
            }

            .intro_vision .intro_wrap .cube_weather .favorite > li {
                width: 25%;
                position: relative
            }

                .intro_vision .intro_wrap .cube_weather .favorite > li + li {
                    margin-left: 2px
                }

            .intro_vision .intro_wrap .cube_weather .favorite .tag {
                background-color: rgba(255,255,255,.9);
                padding: 5px;
                -ms-border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex
            }

                .intro_vision .intro_wrap .cube_weather .favorite .tag.ovr_on + .log {
                    display: block
                }

                .intro_vision .intro_wrap .cube_weather .favorite .tag + .log {
                    position: absolute;
                    top: 100%;
                    right: 0;
                    width: 100%;
                    z-index: 8;
                    display: none
                }

                    .intro_vision .intro_wrap .cube_weather .favorite .tag + .log > ul {
                        padding: 0;
                        list-style: none
                    }

                        .intro_vision .intro_wrap .cube_weather .favorite .tag + .log > ul > li > a {
                            padding: 4px 6px;
                            display: block;
                            font-size: .875rem;
                            color: #1a67b1;
                            letter-spacing: 2px;
                            background-color: #fff
                        }

                            .intro_vision .intro_wrap .cube_weather .favorite .tag + .log > ul > li > a i {
                                padding-right: 4px
                            }

                        .intro_vision .intro_wrap .cube_weather .favorite .tag + .log > ul > li + li {
                            margin-top: 2px
                        }

                .intro_vision .intro_wrap .cube_weather .favorite .tag > .city-name {
                    width: 100%;
                    color: #1a67b1;
                    padding-left: 10px;
                    text-align: left
                }

                .intro_vision .intro_wrap .cube_weather .favorite .tag > a {
                    font-size: .875rem;
                    padding: 0;
                    min-width: 1rem;
                    text-align: center
                }

                    .intro_vision .intro_wrap .cube_weather .favorite .tag > a i {
                        color: #1a67b1
                    }

                .intro_vision .intro_wrap .cube_weather .favorite .tag > span {
                    display: inline-block;
                    padding-right: 5px
                }

        .intro_vision .intro_wrap .cube_map {
            position: relative;
            z-index: 99;
            top: 21px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            height: 100%;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .intro_vision .intro_wrap .cube_sideNAV {
            z-index: 99;
            width: 100%;
            overflow: hidden
        }

            .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap {
                width: 100%
            }

                .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .AD-item {
                    position: relative;
                    height: 353px;
                    -ms-border-radius: 10px;
                    -moz-border-radius: 10px;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    overflow: hidden
                }

                    .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .AD-item img {
                        object-fit: cover;
                        height: 100%;
                        width: 100%;
                        object-position: center center
                    }

                .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .item p {
                    text-align: center;
                    font-size: .975rem;
                    letter-spacing: 2px;
                    line-height: 2;
                    color: #fff;
                    margin: 10px 0
                }

                .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-nav .owl-next, .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-nav .owl-prev {
                    color: #fff;
                    position: absolute
                }

                    .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-nav .owl-next i, .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-nav .owl-prev i {
                        font-size: 1.775rem
                    }

                .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-dots {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%)
                }

                .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-dot span {
                    width: 5px;
                    height: 5px;
                    background: #fff;
                    -ms-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                    display: block;
                    margin: 10px
                }

                .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-dot.active span {
                    width: 10px;
                    height: 10px
                }

                .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-nav {
                    position: absolute;
                    width: 100%;
                    top: 50%;
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                    .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-nav .owl-next {
                        right: 20px
                    }

                    .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .owl-carousel .owl-nav .owl-prev {
                        left: 20px
                    }

        .intro_vision .intro_wrap .move-cloud-1 {
            background: url(../../assets/img/home/jumbotron_cloud.png) no-repeat center top;
            width: 400px;
            height: 200px;
            display: block;
            position: absolute;
            top: -10%;
            right: 0;
            -webkit-animation: move-cloud-1 15s both infinite;
            -moz-animation: move-cloud-1 15s both infinite;
            -o-animation: move-cloud-1 15s both infinite;
            animation: move-cloud-1 15s both infinite
        }

@keyframes move-cloud-1 {
    0% {
        opacity: .2;
        top: -10%;
        right: -2%
    }

    50% {
        opacity: 1;
        top: 0;
        right: 2%
    }

    100% {
        opacity: .2;
        top: -10%;
        right: 0
    }
}

.intro_vision .intro_wrap .move-cloud-2 {
    background: url(../../assets/img/home/jumbotron_cloud.png) no-repeat center top;
    width: 400px;
    height: 200px;
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-animation: move-cloud-2 15s both infinite;
    -moz-animation: move-cloud-2 15s both infinite;
    -o-animation: move-cloud-2 15s both infinite;
    animation: move-cloud-2 15s both infinite
}

@keyframes move-cloud-2 {
    0% {
        opacity: .2;
        top: 10%;
        left: 5%
    }

    50% {
        opacity: .4;
        top: 0;
        left: 2%
    }

    100% {
        opacity: .2;
        top: 10%;
        left: 0
    }
}

.intro_vision .intro_wrap .cloud {
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0
}

    .intro_vision .intro_wrap .cloud.cloud-1 {
        background: url(../../assets/img/home/jumbotron_cloud_pattern_l1.png) no-repeat center top;
        background-size: cover;
        bottom: -250px;
        opacity: .4
    }

    .intro_vision .intro_wrap .cloud.cloud-2 {
        background: url(../../assets/img/home/jumbotron_cloud_pattern_l2.png) no-repeat center top;
        background-size: cover;
        bottom: -85px;
        opacity: .15
    }

.intro_vision .cube_sideNAV {
    width: 20%
}

.intro_vision .intro-index-kv {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .intro_vision .intro-index-kv .cube_map {
        width: 40%
    }

    .intro_vision .intro-index-kv .cube_weather {
        max-width: 750px;
        width: 60%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 99;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-flex-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .intro_vision .intro-index-kv .cube_weather .weather-AD, .intro_vision .intro-index-kv .cube_weather .weather-days, .intro_vision .intro-index-kv .cube_weather .weather-loc, .intro_vision .intro-index-kv .cube_weather .weather-sun {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            width: calc(50% - 8px);
            padding: 2px 12px;
            background-color: #1a67b1;
            -ms-border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            color: #fff;
            margin: 4px 0;
            font-size: .875rem;
            letter-spacing: 1px
        }

            .intro_vision .intro-index-kv .cube_weather .weather-AD:hover, .intro_vision .intro-index-kv .cube_weather .weather-days:hover, .intro_vision .intro-index-kv .cube_weather .weather-loc:hover, .intro_vision .intro-index-kv .cube_weather .weather-sun:hover {
                background-color: #0959a8
            }

        .intro_vision .intro-index-kv .cube_weather .weather-sun {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .intro_vision .intro-index-kv .cube_weather .weather-sun .top {
                width: 100%
            }

                .intro_vision .intro-index-kv .cube_weather .weather-sun .top .sun-clock, .intro_vision .intro-index-kv .cube_weather .weather-sun .top .time-wrap {
                    width: 100%
                }

                .intro_vision .intro-index-kv .cube_weather .weather-sun .top .time-wrap {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-justify-content: space-between;
                    -moz-justify-content: space-between;
                    -o-flex-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

                    .intro_vision .intro-index-kv .cube_weather .weather-sun .top .time-wrap .sun-time {
                        margin: 4px
                    }

                        .intro_vision .intro-index-kv .cube_weather .weather-sun .top .time-wrap .sun-time span {
                            display: block;
                            text-align: center
                        }

            .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom {
                padding-top: 10px;
                border-top: 1px solid rgba(255,255,255,.5);
                width: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                -o-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                -o-flex-wrap: wrap;
                flex-wrap: wrap
            }

                .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom .air-title, .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom .icon {
                    width: 50%
                }

                .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom > span {
                    text-align: center;
                    font-size: .875rem;
                    width: 100%
                }

                .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom .icon {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom .icon i {
                        font-size: 4rem;
                        display: block
                    }

                .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom .air-title {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom .air-title span {
                        width: 100%;
                        display: block
                    }

        .intro_vision .intro-index-kv .cube_weather .weather-loc {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            padding: 15px
        }

            .intro_vision .intro-index-kv .cube_weather .weather-loc .city, .intro_vision .intro-index-kv .cube_weather .weather-loc .datetime, .intro_vision .intro-index-kv .cube_weather .weather-loc .rain, .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem {
                display: block;
                width: 100%
            }

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .time {
        display: none
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city {
    font-size: .925rem;
    margin-top: 0
}

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city a {
        color: #fff;
        padding-left: 5px;
        font-size: .9rem;
        position: static
    }

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .date {
        float: right
    }

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-form {
        width: 100%
    }

        .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-form .sky-form {
            display: none;
            width: 100%;
            margin: 0;
            background: 0 0;
            border: none
        }

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-form .sky-form {
        display: block
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-form .sky-form label {
    margin: 0
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-form .sky-form select {
    background-color: rgba(255,255,255,.9);
    color: #1a67b1;
    font-size: 1.4rem
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-form .sky-form .select i::before {
    color: #1a67b1
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-wrapper {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-wrapper {
        display: none
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-name a {
    font-size: 1.2rem;
    padding: 0;
    position: static;
    margin-right: 1rem
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-datetime {
    font-size: .925rem;
    text-align: center;
    color: #fff
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 10px
}

@media (max-width:1199px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function {
        padding: 0
    }
}

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function {
        padding: 1rem 0 0 0
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon {
    display: block;
    text-align: center;
    margin: .5rem
}

@media (min-width:992px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon {
        width: 34%
    }
}

@media (max-width:1199px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon {
        margin: .25rem
    }
}

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon {
        margin: 0
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon i {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 7px 2px #fff;
    margin: 0 auto;
    font-size: .75rem
}

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon i::before {
        position: absolute;
        transform: translate(-50%,-50%);
        top: 51%;
        left: 52%;
        color: #1a67b1
    }

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon i {
        font-size: 1.2rem;
        width: 30px;
        height: 30px
    }
}

@media (max-width:320px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon i {
        font-size: 1rem;
        width: 22px;
        height: 22px
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon span {
    display: inline-block;
    white-space: nowrap;
    margin-top: .25rem
}

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function-icon span {
        display: none
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .rain, .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem {
    font-size: .875rem
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .city-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex: 0 1 auto
}

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city-in p {
        color: #fff;
        font-size: 1.1rem !important;
        font-weight: 700 !important;
        margin-bottom: 0
    }

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city-in .sky-form {
        background-color: transparent;
        border: none;
        margin-bottom: 0
    }

        .intro_vision .intro-index-kv .cube_weather .weather-loc .city-in .sky-form label {
            color: #fff;
            font-weight: 400
        }

.intro_vision .intro-index-kv .cube_weather .weather-loc .datetime {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 15px 0;
    display: none
}

@media (max-width:991px) {
    .intro_vision .intro-index-kv .cube_weather .weather-loc .datetime {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .datetime li {
    display: block;
    font-size: .925rem;
    text-align: center;
    color: #fff;
    width: 100%
}

.intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem {
    width: 100%;
    -ms-flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem .icon {
        display: flex;
        width: 60%;
        height: 80px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 1rem auto
    }

        .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem .icon img {
            width: 100%;
            margin: 0 auto
        }

    .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem .moment {
        font-size: .925rem
    }

    .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem .tem {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        font-size: 1.775rem;
        letter-spacing: 1px;
        text-align: center
    }

        .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem .tem i {
            font-style: normal;
            font-size: 1.175rem;
            position: relative
        }

            .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem .tem i:last-child:before {
                content: "-";
                margin: 0 10px
            }

            .intro_vision .intro-index-kv .cube_weather .weather-loc .today-tem .tem i sup {
                top: .5rem;
                right: -.5rem;
                position: absolute
            }

.intro_vision .intro-index-kv .cube_weather .weather-AD {
    padding: 0
}

    .intro_vision .intro-index-kv .cube_weather .weather-AD span {
        display: block;
        width: 100%
    }

    .intro_vision .intro-index-kv .cube_weather .weather-AD > span {
        text-align: center
    }

.intro_vision .intro-index-kv .cube_weather .weather-days {
    padding: 0
}

    .intro_vision .intro-index-kv .cube_weather .weather-days .col-day {
        width: 100%;
        -ms-flex: 0 1 auto;
        padding: 15px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        -ms-flex-pack: center;
        justify-content: space-between
    }

        .intro_vision .intro-index-kv .cube_weather .weather-days .col-day + .col-day {
            border-left: 1px solid rgba(255,255,255,.5)
        }

        .intro_vision .intro-index-kv .cube_weather .weather-days .col-day .week-day {
            display: block;
            font-size: .925rem;
            text-align: center
        }

        .intro_vision .intro-index-kv .cube_weather .weather-days .col-day .icon {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            width: 60%;
            height: 80px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 1rem auto
        }

            .intro_vision .intro-index-kv .cube_weather .weather-days .col-day .icon img {
                width: 100%
            }

    .intro_vision .intro-index-kv .cube_weather .weather-days .rain {
        text-align: center
    }

    .intro_vision .intro-index-kv .cube_weather .weather-days .tem {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        font-size: 1.125rem;
        letter-spacing: 1px;
        text-align: center
    }

        .intro_vision .intro-index-kv .cube_weather .weather-days .tem i {
            font-style: normal;
            position: relative
        }

            .intro_vision .intro-index-kv .cube_weather .weather-days .tem i:last-child:before {
                content: " - "
            }

.acc, .acc:hover {
    color: #1a67b1;
    border: none;
    background: 0 0;
    font-size: 1.5rem
}

.jumbotron .acc, .jumbotron .acc:hover {
    color: #fff
}

body.show-focus-outlines [tabindex]:focus, body.show-focus-outlines a:focus, body.show-focus-outlines button:focus, body.show-focus-outlines input:focus {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 2px rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.5)
}

body:not(.show-focus-outlines) [tabindex]:focus, body:not(.show-focus-outlines) a:focus, body:not(.show-focus-outlines) button:focus, body:not(.show-focus-outlines) input:focus {
    outline: 0;
    outline-offset: 0
}

#chart_tem {
    padding: 0 20px
}

.sevenDaysReport .uvi_wrap td {
    vertical-align: middle
}

    .sevenDaysReport .uvi_wrap td > span {
        display: block
    }

        .sevenDaysReport .uvi_wrap td > span b, .sevenDaysReport .uvi_wrap td > span i {
            width: 100%
        }

        .sevenDaysReport .uvi_wrap td > span b {
            font-weight: 400
        }

.sevenDaysReport .table {
    position: relative
}

    .sevenDaysReport .table tbody .signal object {
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .sevenDaysReport .table tbody .signal img {
        display: block;
        max-width: 100%;
        height: 30px
    }

    .sevenDaysReport .table tbody td {
        padding: 2px
    }

    .sevenDaysReport .table thead tr {
        position: static;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .sevenDaysReport .table thead tr.fixed {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999
        }

        .sevenDaysReport .table thead tr.static {
            position: static
        }

    .sevenDaysReport .table thead td, .sevenDaysReport .table thead th {
        width: calc(100vw / 7);
        border-right: 1px solid rgba(255,255,255,.2)
    }

        .sevenDaysReport .table thead td:last-child, .sevenDaysReport .table thead th:last-child {
            border-right: none
        }

    .sevenDaysReport .table td {
        text-align: center;
        vertical-align: middle
    }

.sevenDaysReport .data-time {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transform-origin: top center;
    position: absolute
}

    .sevenDaysReport .data-time.is_open {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static
    }

    .sevenDaysReport .data-time .th_row_2 {
        position: static;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #e4f3fe !important
    }

        .sevenDaysReport .data-time .th_row_2.fixed {
            position: fixed;
            top: 89px;
            left: 0;
            z-index: 9999;
            border-bottom: 3px solid #1a67b1
        }

        .sevenDaysReport .data-time .th_row_2.static {
            position: static
        }

        .sevenDaysReport .data-time .th_row_2 th {
            color: #555;
            padding: 25px 0;
            text-align: center;
            font-size: .875rem;
            letter-spacing: 1px
        }

            .sevenDaysReport .data-time .th_row_2 th:nth-child(even) {
                background: #daecf7
            }

    .sevenDaysReport .data-time tr:nth-child(4n+4), .sevenDaysReport .data-time tr:nth-child(4n+5) {
        background: #f9f9f9
    }

    .sevenDaysReport .data-time tr td {
        font-size: .875rem
    }

        .sevenDaysReport .data-time tr td .icon-umbrella {
            display: inline-block;
            padding-bottom: 6px;
            font-size: 1.125rem;
            color: #1a67b1
        }

        .sevenDaysReport .data-time tr td .icon-cwb-Ultraviolet-radiation2 {
            display: block;
            padding-bottom: 6px;
            font-size: 1.775rem
        }

            .sevenDaysReport .data-time tr td .icon-cwb-Ultraviolet-radiation2.uvi_0-2 {
                color: #a7cd20
            }

            .sevenDaysReport .data-time tr td .icon-cwb-Ultraviolet-radiation2.uvi_3-5 {
                color: orange
            }

            .sevenDaysReport .data-time tr td .icon-cwb-Ultraviolet-radiation2.uvi_6-7 {
                color: #f39800
            }

            .sevenDaysReport .data-time tr td .icon-cwb-Ultraviolet-radiation2.uvi_8-10 {
                color: #d32c1b
            }

            .sevenDaysReport .data-time tr td .icon-cwb-Ultraviolet-radiation2.uvi_11 {
                color: #ac4a9b
            }

        .sevenDaysReport .data-time tr td .wind-block {
            position: relative;
            background: #dcdcdc;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            margin: auto
        }

            .sevenDaysReport .data-time tr td .wind-block span {
                font-size: .775rem;
                color: #222;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                -moz-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%)
            }

            .sevenDaysReport .data-time tr td .wind-block + p {
                color: #555;
                padding-top: 30px
            }

            .sevenDaysReport .data-time tr td .wind-block:before {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                left: 50%;
                bottom: 0;
                border-bottom: 14px solid #1a67b1;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                -moz-transform: translate(-50%,50%);
                -webkit-transform: translate(-50%,50%);
                -o-transform: translate(-50%,50%);
                -ms-transform: translate(-50%,50%);
                transform: translate(-50%,50%)
            }

            .sevenDaysReport .data-time tr td .wind-block.pos-W {
                -moz-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-W span {
                    -moz-transform: translate(-50%,-50%) rotate(-90deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
                    -o-transform: translate(-50%,-50%) rotate(-90deg);
                    -ms-transform: translate(-50%,-50%) rotate(-90deg);
                    transform: translate(-50%,-50%) rotate(-90deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-N {
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-N span {
                    -moz-transform: translate(-50%,-50%) rotate(-180deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-180deg);
                    -o-transform: translate(-50%,-50%) rotate(-180deg);
                    -ms-transform: translate(-50%,-50%) rotate(-180deg);
                    transform: translate(-50%,-50%) rotate(-180deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-E {
                -moz-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-E span {
                    -moz-transform: translate(-50%,-50%) rotate(90deg);
                    -webkit-transform: translate(-50%,-50%) rotate(90deg);
                    -o-transform: translate(-50%,-50%) rotate(90deg);
                    -ms-transform: translate(-50%,-50%) rotate(90deg);
                    transform: translate(-50%,-50%) rotate(90deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-SSW {
                -moz-transform: rotate(22.5deg);
                -webkit-transform: rotate(22.5deg);
                -o-transform: rotate(22.5deg);
                -ms-transform: rotate(22.5deg);
                transform: rotate(22.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-SSW span {
                    -moz-transform: translate(-50%,-50%) rotate(-22.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-22.5deg);
                    -o-transform: translate(-50%,-50%) rotate(-22.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(-22.5deg);
                    transform: translate(-50%,-50%) rotate(-22.5deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-SW {
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-SW span {
                    -moz-transform: translate(-50%,-50%) rotate(-45deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
                    -o-transform: translate(-50%,-50%) rotate(-45deg);
                    -ms-transform: translate(-50%,-50%) rotate(-45deg);
                    transform: translate(-50%,-50%) rotate(-45deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-WSW {
                -moz-transform: rotate(67.5deg);
                -webkit-transform: rotate(67.5deg);
                -o-transform: rotate(67.5deg);
                -ms-transform: rotate(67.5deg);
                transform: rotate(67.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-WSW span {
                    -moz-transform: translate(-50%,-50%) rotate(-67.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-67.5deg);
                    -o-transform: translate(-50%,-50%) rotate(-67.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(-67.5deg);
                    transform: translate(-50%,-50%) rotate(-67.5deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-WNW {
                -moz-transform: rotate(112.5deg);
                -webkit-transform: rotate(112.5deg);
                -o-transform: rotate(112.5deg);
                -ms-transform: rotate(112.5deg);
                transform: rotate(112.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-WNW span {
                    -moz-transform: translate(-50%,-50%) rotate(-112.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-112.5deg);
                    -o-transform: translate(-50%,-50%) rotate(-112.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(-112.5deg);
                    transform: translate(-50%,-50%) rotate(-112.5deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-NW {
                -moz-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                transform: rotate(135deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-NW span {
                    -moz-transform: translate(-50%,-50%) rotate(-135deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-135deg);
                    -o-transform: translate(-50%,-50%) rotate(-135deg);
                    -ms-transform: translate(-50%,-50%) rotate(-135deg);
                    transform: translate(-50%,-50%) rotate(-135deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-NNW {
                -moz-transform: rotate(157.5deg);
                -webkit-transform: rotate(157.5deg);
                -o-transform: rotate(157.5deg);
                -ms-transform: rotate(157.5deg);
                transform: rotate(157.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-NNW span {
                    -moz-transform: translate(-50%,-50%) rotate(-157.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(-157.5deg);
                    -o-transform: translate(-50%,-50%) rotate(-157.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(-157.5deg);
                    transform: translate(-50%,-50%) rotate(-157.5deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-NNE {
                -moz-transform: rotate(-157.5deg);
                -webkit-transform: rotate(-157.5deg);
                -o-transform: rotate(-157.5deg);
                -ms-transform: rotate(-157.5deg);
                transform: rotate(-157.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-NNE span {
                    -moz-transform: translate(-50%,-50%) rotate(157.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(157.5deg);
                    -o-transform: translate(-50%,-50%) rotate(157.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(157.5deg);
                    transform: translate(-50%,-50%) rotate(157.5deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-NE {
                -moz-transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                -o-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-NE span {
                    -moz-transform: translate(-50%,-50%) rotate(135deg);
                    -webkit-transform: translate(-50%,-50%) rotate(135deg);
                    -o-transform: translate(-50%,-50%) rotate(135deg);
                    -ms-transform: translate(-50%,-50%) rotate(135deg);
                    transform: translate(-50%,-50%) rotate(135deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-ENE {
                -moz-transform: rotate(-112.5deg);
                -webkit-transform: rotate(-112.5deg);
                -o-transform: rotate(-112.5deg);
                -ms-transform: rotate(-112.5deg);
                transform: rotate(-112.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-ENE span {
                    -moz-transform: translate(-50%,-50%) rotate(112.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(112.5deg);
                    -o-transform: translate(-50%,-50%) rotate(112.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(112.5deg);
                    transform: translate(-50%,-50%) rotate(112.5deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-ESE {
                -moz-transform: rotate(-67.5deg);
                -webkit-transform: rotate(-67.5deg);
                -o-transform: rotate(-67.5deg);
                -ms-transform: rotate(-67.5deg);
                transform: rotate(-67.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-ESE span {
                    -moz-transform: translate(-50%,-50%) rotate(67.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(67.5deg);
                    -o-transform: translate(-50%,-50%) rotate(67.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(67.5deg);
                    transform: translate(-50%,-50%) rotate(67.5deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-SE {
                -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-SE span {
                    -moz-transform: translate(-50%,-50%) rotate(45deg);
                    -webkit-transform: translate(-50%,-50%) rotate(45deg);
                    -o-transform: translate(-50%,-50%) rotate(45deg);
                    -ms-transform: translate(-50%,-50%) rotate(45deg);
                    transform: translate(-50%,-50%) rotate(45deg)
                }

            .sevenDaysReport .data-time tr td .wind-block.pos-SSE {
                -moz-transform: rotate(-22.5deg);
                -webkit-transform: rotate(-22.5deg);
                -o-transform: rotate(-22.5deg);
                -ms-transform: rotate(-22.5deg);
                transform: rotate(-22.5deg)
            }

                .sevenDaysReport .data-time tr td .wind-block.pos-SSE span {
                    -moz-transform: translate(-50%,-50%) rotate(22.5deg);
                    -webkit-transform: translate(-50%,-50%) rotate(22.5deg);
                    -o-transform: translate(-50%,-50%) rotate(22.5deg);
                    -ms-transform: translate(-50%,-50%) rotate(22.5deg);
                    transform: translate(-50%,-50%) rotate(22.5deg)
                }

    .sevenDaysReport .data-time .data-title .h4 {
        font-size: .875rem;
        color: #555;
        margin-top: 5px;
        text-shadow: none;
        font-weight: 400
    }

        .sevenDaysReport .data-time .data-title .h4.ttem-C:after {
            content: '（˚C）'
        }

        .sevenDaysReport .data-time .data-title .h4.ttem-F:after {
            content: '（˚F）'
        }

    .sevenDaysReport .data-time.v2 tr:nth-child(4n+2), .sevenDaysReport .data-time.v2 tr:nth-child(4n+3) {
        background: #f9f9f9
    }

    .sevenDaysReport .data-time.v2 tr:nth-child(4n+4), .sevenDaysReport .data-time.v2 tr:nth-child(4n+5) {
        background: 0 0
    }

    .sevenDaysReport .data-time .td-nopadding td {
        padding: 0 0 15px
    }

.tempChart_ex ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .tempChart_ex ul li {
        display: block;
        padding: 5px 15px 5px 30px;
        position: relative
    }

        .tempChart_ex ul li.ttem-C:after {
            content: '（˚C）'
        }

        .tempChart_ex ul li.ttem-F:after {
            content: '（˚F）'
        }

        .tempChart_ex ul li:before {
            content: '';
            position: absolute;
            left: 0;
            width: 25px;
            height: 4px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .tempChart_ex ul li:nth-child(1):before {
            background: rgba(198,198,198,.9)
        }

        .tempChart_ex ul li:nth-child(2):before {
            background: rgba(241,94,58,.5)
        }

.three-hr-forecast .table .signal img {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.three-hr-forecast .table .signal + p {
    padding-top: 10px;
    letter-spacing: 1px;
    color: #555
}

.three-hr-forecast .table tr.rain_wrap {
    background: #e4f3fe
}

    .three-hr-forecast .table tr.rain_wrap td {
        table-layout: fixed;
        position: relative
    }

        .three-hr-forecast .table tr.rain_wrap td:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1px;
            height: 60%;
            background: #999
        }

        .three-hr-forecast .table tr.rain_wrap td:last-child:after {
            display: none
        }

.three-hr-forecast .table tr .riseset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

    .three-hr-forecast .table tr .riseset > i {
        font-size: 1.375rem;
        color: #dcdcdc
    }

    .three-hr-forecast .table tr .riseset span i {
        padding-right: 5px
    }

.three-hr-forecast .table tr.wind-wrap {
    background: #fff
}

.three-hr-forecast .table tr.uvi_wrap {
    background: #f9f9f9
}

    .three-hr-forecast .table tr.uvi_wrap td > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .three-hr-forecast .table tr.uvi_wrap td > span b, .three-hr-forecast .table tr.uvi_wrap td > span i {
            width: 100%
        }

        .three-hr-forecast .table tr.uvi_wrap td > span b {
            font-weight: 400
        }

.three-hr-forecast .table tr.data-title .h4 {
    font-size: .875rem;
    color: #555;
    text-shadow: none;
    font-weight: 400
}

.three-hr-forecast .table tr td .icon-umbrella {
    display: inline-block;
    padding-bottom: 6px;
    font-size: 1.125rem;
    color: #1a67b1
}

.three-hr-forecast .table tr td .icon-cwb-Ultraviolet-radiation2 {
    display: inline-block;
    font-size: 1.775rem
}

    .three-hr-forecast .table tr td .icon-cwb-Ultraviolet-radiation2.uvi_0-2 {
        color: #a7cd20
    }

    .three-hr-forecast .table tr td .icon-cwb-Ultraviolet-radiation2.uvi_3-5 {
        color: orange
    }

    .three-hr-forecast .table tr td .icon-cwb-Ultraviolet-radiation2.uvi_6-7 {
        color: #f39800
    }

    .three-hr-forecast .table tr td .icon-cwb-Ultraviolet-radiation2.uvi_8-10 {
        color: #d32c1b
    }

    .three-hr-forecast .table tr td .icon-cwb-Ultraviolet-radiation2.uvi_11 {
        color: #ac4a9b
    }

.three-hr-forecast .table tr td .wind-block {
    position: relative;
    background: #dcdcdc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto
}

    .three-hr-forecast .table tr td .wind-block span {
        font-size: .775rem;
        color: #222;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .three-hr-forecast .table tr td .wind-block + p {
        color: #555;
        padding-top: 30px
    }

    .three-hr-forecast .table tr td .wind-block:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        left: 50%;
        bottom: 0;
        border-bottom: 14px solid #1a67b1;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        -moz-transform: translate(-50%,50%);
        -webkit-transform: translate(-50%,50%);
        -o-transform: translate(-50%,50%);
        -ms-transform: translate(-50%,50%);
        transform: translate(-50%,50%)
    }

    .three-hr-forecast .table tr td .wind-block.pos-W {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-W span {
            -moz-transform: translate(-50%,-50%) rotate(-90deg);
            -webkit-transform: translate(-50%,-50%) rotate(-90deg);
            -o-transform: translate(-50%,-50%) rotate(-90deg);
            -ms-transform: translate(-50%,-50%) rotate(-90deg);
            transform: translate(-50%,-50%) rotate(-90deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-N {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-N span {
            -moz-transform: translate(-50%,-50%) rotate(-180deg);
            -webkit-transform: translate(-50%,-50%) rotate(-180deg);
            -o-transform: translate(-50%,-50%) rotate(-180deg);
            -ms-transform: translate(-50%,-50%) rotate(-180deg);
            transform: translate(-50%,-50%) rotate(-180deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-E {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-E span {
            -moz-transform: translate(-50%,-50%) rotate(90deg);
            -webkit-transform: translate(-50%,-50%) rotate(90deg);
            -o-transform: translate(-50%,-50%) rotate(90deg);
            -ms-transform: translate(-50%,-50%) rotate(90deg);
            transform: translate(-50%,-50%) rotate(90deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-SSW {
        -moz-transform: rotate(22.5deg);
        -webkit-transform: rotate(22.5deg);
        -o-transform: rotate(22.5deg);
        -ms-transform: rotate(22.5deg);
        transform: rotate(22.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-SSW span {
            -moz-transform: translate(-50%,-50%) rotate(-22.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(-22.5deg);
            -o-transform: translate(-50%,-50%) rotate(-22.5deg);
            -ms-transform: translate(-50%,-50%) rotate(-22.5deg);
            transform: translate(-50%,-50%) rotate(-22.5deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-SW {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-SW span {
            -moz-transform: translate(-50%,-50%) rotate(-45deg);
            -webkit-transform: translate(-50%,-50%) rotate(-45deg);
            -o-transform: translate(-50%,-50%) rotate(-45deg);
            -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-WSW {
        -moz-transform: rotate(67.5deg);
        -webkit-transform: rotate(67.5deg);
        -o-transform: rotate(67.5deg);
        -ms-transform: rotate(67.5deg);
        transform: rotate(67.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-WSW span {
            -moz-transform: translate(-50%,-50%) rotate(-67.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(-67.5deg);
            -o-transform: translate(-50%,-50%) rotate(-67.5deg);
            -ms-transform: translate(-50%,-50%) rotate(-67.5deg);
            transform: translate(-50%,-50%) rotate(-67.5deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-WNW {
        -moz-transform: rotate(112.5deg);
        -webkit-transform: rotate(112.5deg);
        -o-transform: rotate(112.5deg);
        -ms-transform: rotate(112.5deg);
        transform: rotate(112.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-WNW span {
            -moz-transform: translate(-50%,-50%) rotate(-112.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(-112.5deg);
            -o-transform: translate(-50%,-50%) rotate(-112.5deg);
            -ms-transform: translate(-50%,-50%) rotate(-112.5deg);
            transform: translate(-50%,-50%) rotate(-112.5deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-NW {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-NW span {
            -moz-transform: translate(-50%,-50%) rotate(-135deg);
            -webkit-transform: translate(-50%,-50%) rotate(-135deg);
            -o-transform: translate(-50%,-50%) rotate(-135deg);
            -ms-transform: translate(-50%,-50%) rotate(-135deg);
            transform: translate(-50%,-50%) rotate(-135deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-NNW {
        -moz-transform: rotate(157.5deg);
        -webkit-transform: rotate(157.5deg);
        -o-transform: rotate(157.5deg);
        -ms-transform: rotate(157.5deg);
        transform: rotate(157.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-NNW span {
            -moz-transform: translate(-50%,-50%) rotate(-157.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(-157.5deg);
            -o-transform: translate(-50%,-50%) rotate(-157.5deg);
            -ms-transform: translate(-50%,-50%) rotate(-157.5deg);
            transform: translate(-50%,-50%) rotate(-157.5deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-NNE {
        -moz-transform: rotate(-157.5deg);
        -webkit-transform: rotate(-157.5deg);
        -o-transform: rotate(-157.5deg);
        -ms-transform: rotate(-157.5deg);
        transform: rotate(-157.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-NNE span {
            -moz-transform: translate(-50%,-50%) rotate(157.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(157.5deg);
            -o-transform: translate(-50%,-50%) rotate(157.5deg);
            -ms-transform: translate(-50%,-50%) rotate(157.5deg);
            transform: translate(-50%,-50%) rotate(157.5deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-NE {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-NE span {
            -moz-transform: translate(-50%,-50%) rotate(135deg);
            -webkit-transform: translate(-50%,-50%) rotate(135deg);
            -o-transform: translate(-50%,-50%) rotate(135deg);
            -ms-transform: translate(-50%,-50%) rotate(135deg);
            transform: translate(-50%,-50%) rotate(135deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-ENE {
        -moz-transform: rotate(-112.5deg);
        -webkit-transform: rotate(-112.5deg);
        -o-transform: rotate(-112.5deg);
        -ms-transform: rotate(-112.5deg);
        transform: rotate(-112.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-ENE span {
            -moz-transform: translate(-50%,-50%) rotate(112.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(112.5deg);
            -o-transform: translate(-50%,-50%) rotate(112.5deg);
            -ms-transform: translate(-50%,-50%) rotate(112.5deg);
            transform: translate(-50%,-50%) rotate(112.5deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-ESE {
        -moz-transform: rotate(-67.5deg);
        -webkit-transform: rotate(-67.5deg);
        -o-transform: rotate(-67.5deg);
        -ms-transform: rotate(-67.5deg);
        transform: rotate(-67.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-ESE span {
            -moz-transform: translate(-50%,-50%) rotate(67.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(67.5deg);
            -o-transform: translate(-50%,-50%) rotate(67.5deg);
            -ms-transform: translate(-50%,-50%) rotate(67.5deg);
            transform: translate(-50%,-50%) rotate(67.5deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-SE {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-SE span {
            -moz-transform: translate(-50%,-50%) rotate(45deg);
            -webkit-transform: translate(-50%,-50%) rotate(45deg);
            -o-transform: translate(-50%,-50%) rotate(45deg);
            -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg)
        }

    .three-hr-forecast .table tr td .wind-block.pos-SSE {
        -moz-transform: rotate(-22.5deg);
        -webkit-transform: rotate(-22.5deg);
        -o-transform: rotate(-22.5deg);
        -ms-transform: rotate(-22.5deg);
        transform: rotate(-22.5deg)
    }

        .three-hr-forecast .table tr td .wind-block.pos-SSE span {
            -moz-transform: translate(-50%,-50%) rotate(22.5deg);
            -webkit-transform: translate(-50%,-50%) rotate(22.5deg);
            -o-transform: translate(-50%,-50%) rotate(22.5deg);
            -ms-transform: translate(-50%,-50%) rotate(22.5deg);
            transform: translate(-50%,-50%) rotate(22.5deg)
        }

.three-hr-forecast .table tr td .rainfall {
    width: 50px;
    display: block
}

.three-hr-forecast .table thead tr th {
    border-right: 1px solid rgba(255,255,255,.2)
}

    .three-hr-forecast .table thead tr th:last-child {
        border-right: none
    }

    .three-hr-forecast .table thead tr th span {
        color: #fff;
        font-weight: 200;
        white-space: nowrap;
        width: 110px;
        display: block
    }

.three-hr-forecast h4 {
    font-size: .875rem;
    color: #555
}

    .three-hr-forecast h4.tem-red {
        color: #d63801 !important
    }

.three-hr-forecast p {
    text-align: center
}

.padding-top-15 {
    padding-top: 15px
}

.margin-top-50 {
    margin-top: 50px
}

.tab-sports .tab-content {
    background: 0 0;
    padding: 0;
    border: 1px solid transparent
}

.tab-sports .nav-stacked > li + li {
    margin-top: 0
}

.tab-sports .nav-pills li a:hover, .tab-sports .nav-pills li.active a {
    background: #1a67b1;
    border: none;
    border-bottom: 1px solid #0959a8
}

.tab-sports .nav-pills li a {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 10px 5px
}

@media (min-width:1440px) {
    .sevenDaysReport .table thead td, .sevenDaysReport .table thead th {
        width: calc(1440px / 7)
    }
}

@media (min-width:992px) {
    .sevenDaysReport .table thead #time {
        width: 100px
    }
}

@media (max-width:640px) {
    .tidal-chart-wrap .chart_top .date li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.tem-C {
    text-align: center
}

.header .mega-menu .weather-index .citytownlink .menu-tabs .nav-tabs li a {
    padding: 6px 0;
    text-align: center
}

.warning_cube .list-unstyled {
    display: flex;
    margin-bottom: 0
}

    .warning_cube .list-unstyled li {
        font-size: 1.5rem;
        margin-right: 10px
    }

        .warning_cube .list-unstyled li a {
            color: red
        }

#selectday li a {
    padding: 15px
}

    #selectday li a > * {
        font-size: inherit;
        color: inherit;
        margin: 0
    }

.light-theme ul {
    display: flex;
    justify-content: center
}

    .light-theme ul li span {
        padding: 5px 15px;
        border-color: #fff;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        background: #fff
    }

    .light-theme ul li.active span {
        background: #1a67b1;
        border-color: #1a67b1;
        color: #fff
    }

    .light-theme ul li a {
        color: #777;
        padding: 5px 15px;
        border-color: #fff;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        background: #fff;
        transition: .3s
    }

        .light-theme ul li a:hover {
            border-color: #1a67b1
        }

    .light-theme ul li.disabled {
        display: none
    }

.owl-carousel .owl-dots .owl-dot span {
    margin: 0 .35rem
}

#day-day-day tbody .day th span.heading_3 {
    color: #1a67b1
}

#day-day-day .day th {
    padding: 8px 2px
}

.tem-C {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
    opacity: 1
}

    .tem-C.no-unit:after {
        display: none
    }

    .tem-C:after {
        content: "˚C"
    }

    .tem-C.is-active {
        opacity: 1;
        visibility: visible
    }

    .tem-C.is-hidden {
        opacity: 0;
        visibility: hidden;
        height: 0;
        display: none !important
    }

.tem-F {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
    opacity: 1;
    word-break: keep-all
}

    .tem-F.no-unit:after {
        display: none
    }

    .tem-F:after {
        content: "˚F"
    }

    .tem-F.is-active {
        opacity: 1;
        visibility: visible
    }

    .tem-F.is-hidden {
        opacity: 0;
        visibility: hidden;
        height: 0;
        display: none !important
    }

.wind_1 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
    opacity: 1
}

    .wind_1.is-active {
        opacity: 1;
        display: block
    }

    .wind_1.is-hidden {
        opacity: 0;
        display: none !important
    }

.wind_2 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
    opacity: 1
}

    .wind_2.is-active {
        opacity: 1;
        display: block
    }

    .wind_2.is-hidden {
        opacity: 0;
        display: none !important
    }

.grid_close #table_top {
    position: static !important;
    -moz-transform: translateX(0) translateY(0) !important;
    -webkit-transform: translateX(0) translateY(0) !important;
    -o-transform: translateX(0) translateY(0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    transform: translateX(0) translateY(0) !important
}

.m_week {
    padding: 15px
}

    .m_week .panel-default {
        border-color: transparent
    }

    .m_week .panel-group .panel + .panel {
        margin-top: 0
    }

    .m_week .panel {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }

    .m_week .panel-heading {
        padding: 0
    }

        .m_week .panel-heading .panel-title a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            position: relative
        }

            .m_week .panel-heading .panel-title a:before {
                content: "";
                position: absolute;
                width: 18px;
                height: 18px;
                right: 0;
                top: 50%;
                background: #fff;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                -moz-transform: translateX(50%) translateY(-50%);
                -webkit-transform: translateX(50%) translateY(-50%);
                -o-transform: translateX(50%) translateY(-50%);
                -ms-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%)
            }

            .m_week .panel-heading .panel-title a:after {
                content: "\f056";
                font-family: FontAwesome;
                position: absolute;
                right: 0;
                top: 50%;
                color: #187ac8;
                font-size: 1.125rem;
                -moz-transform: translateX(50%) translateY(-50%);
                -webkit-transform: translateX(50%) translateY(-50%);
                -o-transform: translateX(50%) translateY(-50%);
                -ms-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%)
            }

            .m_week .panel-heading .panel-title a.collapsed:after {
                content: "\f055";
                font-family: FontAwesome
            }

            .m_week .panel-heading .panel-title a:hover {
                text-decoration: none
            }

            .m_week .panel-heading .panel-title a .Day, .m_week .panel-heading .panel-title a .Night, .m_week .panel-heading .panel-title a .date {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                -o-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                -o-flex-wrap: wrap;
                flex-wrap: wrap;
                padding: 10px
            }

            .m_week .panel-heading .panel-title a .date {
                background: #187ac8;
                width: 33.3%;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap
            }

                .m_week .panel-heading .panel-title a .date.hoilday {
                    background: #0f7b8c
                }

                .m_week .panel-heading .panel-title a .date .daily, .m_week .panel-heading .panel-title a .date span {
                    width: 100%;
                    -ms-flex: 0 1 auto;
                    color: #fff;
                    text-align: center;
                    font-size: 1.075rem;
                    letter-spacing: 1px
                }

                .m_week .panel-heading .panel-title a .date .daily {
                    display: block
                }

                .m_week .panel-heading .panel-title a .date span {
                    display: block
                }

            .m_week .panel-heading .panel-title a .Day {
                background: #fff
            }

            .m_week .panel-heading .panel-title a .Day, .m_week .panel-heading .panel-title a .Night {
                width: 33.3%
            }

                .m_week .panel-heading .panel-title a .Day img, .m_week .panel-heading .panel-title a .Day span, .m_week .panel-heading .panel-title a .Night img, .m_week .panel-heading .panel-title a .Night span {
                    width: 100%;
                    text-align: center
                }

                .m_week .panel-heading .panel-title a .Day img, .m_week .panel-heading .panel-title a .Night img {
                    width: 70px;
                    height: 50px
                }

                .m_week .panel-heading .panel-title a .Day span, .m_week .panel-heading .panel-title a .Night span {
                    padding: 5px 0;
                    letter-spacing: 1px
                }

                    .m_week .panel-heading .panel-title a .Day span:first-child, .m_week .panel-heading .panel-title a .Night span:first-child {
                        font-size: .875rem;
                        color: #666
                    }

                    .m_week .panel-heading .panel-title a .Day span:nth-child(3), .m_week .panel-heading .panel-title a .Day span:nth-child(4), .m_week .panel-heading .panel-title a .Night span:nth-child(3), .m_week .panel-heading .panel-title a .Night span:nth-child(4) {
                        color: #333;
                        font-size: .875rem
                    }

    .m_week .panel-body {
        padding: 0
    }

        .m_week .panel-body ol {
            margin: 0;
            padding: 0;
            list-style: none;
            background: #e4f3fe;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-bottom: 1px solid #ddd
        }

            .m_week .panel-body ol li {
                width: 100%;
                -ms-flex: 0 1 auto;
                padding: 20px 10px;
                text-align: center;
                font-size: .975rem;
                letter-spacing: 1px
            }

                .m_week .panel-body ol li:nth-child(1) {
                    background: #1a67b1;
                    width: 100%;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    color: #fff
                }

                    .m_week .panel-body ol li:nth-child(1) span {
                        display: block;
                        color: #fff;
                        text-align: center
                    }

        .m_week .panel-body ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-bottom: 1px solid #ddd
        }

            .m_week .panel-body ul:last-child {
                border-bottom: none
            }

            .m_week .panel-body ul li {
                width: 100%;
                -ms-flex: 0 1 auto;
                padding: 20px 10px;
                text-align: center;
                font-size: .975rem;
                letter-spacing: 1px
            }

                .m_week .panel-body ul li:nth-child(1) {
                    background: #1a67b1;
                    width: 100%;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 1 auto;
                    -moz-box-flex: 0;
                    -moz-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
                    color: #fff
                }

                    .m_week .panel-body ul li:nth-child(1) span {
                        font-size: .975rem;
                        display: block;
                        color: #fff;
                        text-align: center
                    }

                .m_week .panel-body ul li:nth-child(2) {
                    background: #fff;
                    width: 100%;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 1 auto;
                    -moz-box-flex: 0;
                    -moz-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                    flex: 0 1 auto
                }

                    .m_week .panel-body ul li:nth-child(2) span {
                        width: 100%;
                        font-size: .975rem;
                        -ms-flex: 0 1 auto
                    }

                .m_week .panel-body ul li:nth-child(3) {
                    background: #f2f2f2;
                    width: 100%;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 1 auto;
                    -moz-box-flex: 0;
                    -moz-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                    flex: 0 1 auto
                }

                    .m_week .panel-body ul li:nth-child(3) span {
                        width: 100%;
                        font-size: .975rem;
                        -ms-flex: 0 1 auto
                    }

                .m_week .panel-body ul li .uvi_wrap {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    position: relative
                }

                    .m_week .panel-body ul li .uvi_wrap .icon-umbrella {
                        display: block;
                        padding-bottom: 6px;
                        font-size: 1.125rem;
                        color: #1a67b1;
                        width: 100%
                    }

                    .m_week .panel-body ul li .uvi_wrap b {
                        font-weight: 400;
                        padding-left: 10px;
                        line-height: 2
                    }

                    .m_week .panel-body ul li .uvi_wrap .icon-cwb-Ultraviolet-radiation2 {
                        display: block;
                        padding-bottom: 6px;
                        font-size: 1.775rem
                    }

                        .m_week .panel-body ul li .uvi_wrap .icon-cwb-Ultraviolet-radiation2.uvi_0-2 {
                            color: #a7cd20
                        }

                        .m_week .panel-body ul li .uvi_wrap .icon-cwb-Ultraviolet-radiation2.uvi_3-5 {
                            color: orange
                        }

                        .m_week .panel-body ul li .uvi_wrap .icon-cwb-Ultraviolet-radiation2.uvi_6-7 {
                            color: #f39800
                        }

                        .m_week .panel-body ul li .uvi_wrap .icon-cwb-Ultraviolet-radiation2.uvi_8-10 {
                            color: #d32c1b
                        }

                        .m_week .panel-body ul li .uvi_wrap .icon-cwb-Ultraviolet-radiation2.uvi_11 {
                            color: #ac4a9b
                        }

                .m_week .panel-body ul li .wind_wrap {
                    width: 100%;
                    -ms-flex: 0 1 auto;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: wrap;
                    -moz-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    -o-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .m_week .panel-body ul li .wind_wrap p {
                        color: #555;
                        align-self: center;
                        padding: 0;
                        margin: 0
                    }

                    .m_week .panel-body ul li .wind_wrap .wind-block {
                        position: relative;
                        background: #dcdcdc;
                        border-radius: 50%;
                        width: 40px;
                        height: 40px;
                        margin: auto
                    }

                        .m_week .panel-body ul li .wind_wrap .wind-block span {
                            font-size: .775rem;
                            color: #222;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            width: 100%;
                            -moz-transform: translate(-50%,-50%);
                            -webkit-transform: translate(-50%,-50%);
                            -o-transform: translate(-50%,-50%);
                            -ms-transform: translate(-50%,-50%);
                            transform: translate(-50%,-50%)
                        }

                        .m_week .panel-body ul li .wind_wrap .wind-block + p {
                            color: #555;
                            padding-top: 30px
                        }

                        .m_week .panel-body ul li .wind_wrap .wind-block:before {
                            content: "";
                            position: absolute;
                            width: 10px;
                            height: 10px;
                            left: 50%;
                            bottom: 0;
                            border-bottom: 14px solid #1a67b1;
                            border-left: 7px solid transparent;
                            border-right: 7px solid transparent;
                            -moz-transform: translate(-50%,50%);
                            -webkit-transform: translate(-50%,50%);
                            -o-transform: translate(-50%,50%);
                            -ms-transform: translate(-50%,50%);
                            transform: translate(-50%,50%)
                        }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-W {
                            -moz-transform: rotate(90deg);
                            -webkit-transform: rotate(90deg);
                            -o-transform: rotate(90deg);
                            -ms-transform: rotate(90deg);
                            transform: rotate(90deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-W span {
                                -moz-transform: translate(-50%,-50%) rotate(-90deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-90deg);
                                -o-transform: translate(-50%,-50%) rotate(-90deg);
                                -ms-transform: translate(-50%,-50%) rotate(-90deg);
                                transform: translate(-50%,-50%) rotate(-90deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-N {
                            -moz-transform: rotate(180deg);
                            -webkit-transform: rotate(180deg);
                            -o-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            transform: rotate(180deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-N span {
                                -moz-transform: translate(-50%,-50%) rotate(-180deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-180deg);
                                -o-transform: translate(-50%,-50%) rotate(-180deg);
                                -ms-transform: translate(-50%,-50%) rotate(-180deg);
                                transform: translate(-50%,-50%) rotate(-180deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-E {
                            -moz-transform: rotate(-90deg);
                            -webkit-transform: rotate(-90deg);
                            -o-transform: rotate(-90deg);
                            -ms-transform: rotate(-90deg);
                            transform: rotate(-90deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-E span {
                                -moz-transform: translate(-50%,-50%) rotate(90deg);
                                -webkit-transform: translate(-50%,-50%) rotate(90deg);
                                -o-transform: translate(-50%,-50%) rotate(90deg);
                                -ms-transform: translate(-50%,-50%) rotate(90deg);
                                transform: translate(-50%,-50%) rotate(90deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-SSW {
                            -moz-transform: rotate(22.5deg);
                            -webkit-transform: rotate(22.5deg);
                            -o-transform: rotate(22.5deg);
                            -ms-transform: rotate(22.5deg);
                            transform: rotate(22.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-SSW span {
                                -moz-transform: translate(-50%,-50%) rotate(-22.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-22.5deg);
                                -o-transform: translate(-50%,-50%) rotate(-22.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(-22.5deg);
                                transform: translate(-50%,-50%) rotate(-22.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-SW {
                            -moz-transform: rotate(45deg);
                            -webkit-transform: rotate(45deg);
                            -o-transform: rotate(45deg);
                            -ms-transform: rotate(45deg);
                            transform: rotate(45deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-SW span {
                                -moz-transform: translate(-50%,-50%) rotate(-45deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-45deg);
                                -o-transform: translate(-50%,-50%) rotate(-45deg);
                                -ms-transform: translate(-50%,-50%) rotate(-45deg);
                                transform: translate(-50%,-50%) rotate(-45deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-WSW {
                            -moz-transform: rotate(67.5deg);
                            -webkit-transform: rotate(67.5deg);
                            -o-transform: rotate(67.5deg);
                            -ms-transform: rotate(67.5deg);
                            transform: rotate(67.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-WSW span {
                                -moz-transform: translate(-50%,-50%) rotate(-67.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-67.5deg);
                                -o-transform: translate(-50%,-50%) rotate(-67.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(-67.5deg);
                                transform: translate(-50%,-50%) rotate(-67.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-WNW {
                            -moz-transform: rotate(112.5deg);
                            -webkit-transform: rotate(112.5deg);
                            -o-transform: rotate(112.5deg);
                            -ms-transform: rotate(112.5deg);
                            transform: rotate(112.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-WNW span {
                                -moz-transform: translate(-50%,-50%) rotate(-112.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-112.5deg);
                                -o-transform: translate(-50%,-50%) rotate(-112.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(-112.5deg);
                                transform: translate(-50%,-50%) rotate(-112.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-NW {
                            -moz-transform: rotate(135deg);
                            -webkit-transform: rotate(135deg);
                            -o-transform: rotate(135deg);
                            -ms-transform: rotate(135deg);
                            transform: rotate(135deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-NW span {
                                -moz-transform: translate(-50%,-50%) rotate(-135deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-135deg);
                                -o-transform: translate(-50%,-50%) rotate(-135deg);
                                -ms-transform: translate(-50%,-50%) rotate(-135deg);
                                transform: translate(-50%,-50%) rotate(-135deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-NNW {
                            -moz-transform: rotate(157.5deg);
                            -webkit-transform: rotate(157.5deg);
                            -o-transform: rotate(157.5deg);
                            -ms-transform: rotate(157.5deg);
                            transform: rotate(157.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-NNW span {
                                -moz-transform: translate(-50%,-50%) rotate(-157.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(-157.5deg);
                                -o-transform: translate(-50%,-50%) rotate(-157.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(-157.5deg);
                                transform: translate(-50%,-50%) rotate(-157.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-NNE {
                            -moz-transform: rotate(-157.5deg);
                            -webkit-transform: rotate(-157.5deg);
                            -o-transform: rotate(-157.5deg);
                            -ms-transform: rotate(-157.5deg);
                            transform: rotate(-157.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-NNE span {
                                -moz-transform: translate(-50%,-50%) rotate(157.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(157.5deg);
                                -o-transform: translate(-50%,-50%) rotate(157.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(157.5deg);
                                transform: translate(-50%,-50%) rotate(157.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-NE {
                            -moz-transform: rotate(-135deg);
                            -webkit-transform: rotate(-135deg);
                            -o-transform: rotate(-135deg);
                            -ms-transform: rotate(-135deg);
                            transform: rotate(-135deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-NE span {
                                -moz-transform: translate(-50%,-50%) rotate(135deg);
                                -webkit-transform: translate(-50%,-50%) rotate(135deg);
                                -o-transform: translate(-50%,-50%) rotate(135deg);
                                -ms-transform: translate(-50%,-50%) rotate(135deg);
                                transform: translate(-50%,-50%) rotate(135deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-ENE {
                            -moz-transform: rotate(-112.5deg);
                            -webkit-transform: rotate(-112.5deg);
                            -o-transform: rotate(-112.5deg);
                            -ms-transform: rotate(-112.5deg);
                            transform: rotate(-112.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-ENE span {
                                -moz-transform: translate(-50%,-50%) rotate(112.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(112.5deg);
                                -o-transform: translate(-50%,-50%) rotate(112.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(112.5deg);
                                transform: translate(-50%,-50%) rotate(112.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-ESE {
                            -moz-transform: rotate(-67.5deg);
                            -webkit-transform: rotate(-67.5deg);
                            -o-transform: rotate(-67.5deg);
                            -ms-transform: rotate(-67.5deg);
                            transform: rotate(-67.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-ESE span {
                                -moz-transform: translate(-50%,-50%) rotate(67.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(67.5deg);
                                -o-transform: translate(-50%,-50%) rotate(67.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(67.5deg);
                                transform: translate(-50%,-50%) rotate(67.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-SE {
                            -moz-transform: rotate(-45deg);
                            -webkit-transform: rotate(-45deg);
                            -o-transform: rotate(-45deg);
                            -ms-transform: rotate(-45deg);
                            transform: rotate(-45deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-SE span {
                                -moz-transform: translate(-50%,-50%) rotate(45deg);
                                -webkit-transform: translate(-50%,-50%) rotate(45deg);
                                -o-transform: translate(-50%,-50%) rotate(45deg);
                                -ms-transform: translate(-50%,-50%) rotate(45deg);
                                transform: translate(-50%,-50%) rotate(45deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block.pos-SSE {
                            -moz-transform: rotate(-22.5deg);
                            -webkit-transform: rotate(-22.5deg);
                            -o-transform: rotate(-22.5deg);
                            -ms-transform: rotate(-22.5deg);
                            transform: rotate(-22.5deg)
                        }

                            .m_week .panel-body ul li .wind_wrap .wind-block.pos-SSE span {
                                -moz-transform: translate(-50%,-50%) rotate(22.5deg);
                                -webkit-transform: translate(-50%,-50%) rotate(22.5deg);
                                -o-transform: translate(-50%,-50%) rotate(22.5deg);
                                -ms-transform: translate(-50%,-50%) rotate(22.5deg);
                                transform: translate(-50%,-50%) rotate(22.5deg)
                            }

                        .m_week .panel-body ul li .wind_wrap .wind-block span {
                            -moz-transform: translate(-50%,-50%);
                            -webkit-transform: translate(-50%,-50%);
                            -o-transform: translate(-50%,-50%);
                            -ms-transform: translate(-50%,-50%);
                            transform: translate(-50%,-50%);
                            width: 100%
                        }

            .m_week .panel-body ul .single {
                -webkit-box-flex: 0 !important;
                -webkit-flex: 0 2 auto !important;
                -moz-box-flex: 0 !important;
                -moz-flex: 0 2 auto !important;
                -ms-flex: 0 2 auto !important;
                flex: 0 2 auto !important
            }

    .m_week .panel-group .panel-heading + .panel-collapse > .list-group, .m_week .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 5px solid #ddd;
        border-bottom: 5px solid #ddd;
        margin-bottom: 20px
    }

.nav_arrow_three-hr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-flex-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .nav_arrow_three-hr a {
        display: block;
        padding: 5px 15px;
        color: #187ac8;
        cursor: pointer
    }

        .nav_arrow_three-hr a:hover {
            text-decoration: none;
            color: #1a67b1
        }

        .nav_arrow_three-hr a.go-left {
            opacity: 0;
            pointer-events: none
        }

            .nav_arrow_three-hr a.go-left:before {
                padding-right: 10px;
                content: "\f104";
                font-family: FontAwesome
            }

            .nav_arrow_three-hr a.go-left.show {
                opacity: 1;
                pointer-events: auto
            }

        .nav_arrow_three-hr a.go-right:after {
            padding-left: 10px;
            content: "\f105";
            font-family: FontAwesome
        }

.threehr .date {
    padding: 10px 20px;
    background: #187ac8;
    color: #fff;
    margin: 0
}

.threehr .panel {
    border: none
}

.threehr .panel-default {
    border-color: transparent
}

.threehr .panel-group .panel + .panel {
    margin-top: 0
}

.threehr .panel {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.threehr .panel-heading {
    padding: 0;
    background: #fff;
    color: #1a67b1
}

    .threehr .panel-heading .panel-title a {
        padding: 10px 0;
        border-bottom: 1px solid #f2f2f2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

        .threehr .panel-heading .panel-title a.collapsed .open i:after {
            content: "\f055";
            font-family: FontAwesome
        }

        .threehr .panel-heading .panel-title a .open, .threehr .panel-heading .panel-title a .rain, .threehr .panel-heading .panel-title a .time, .threehr .panel-heading .panel-title a .weather {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5px 10px
        }

            .threehr .panel-heading .panel-title a .open span, .threehr .panel-heading .panel-title a .rain span, .threehr .panel-heading .panel-title a .time span, .threehr .panel-heading .panel-title a .weather span {
                text-align: center;
                padding-left: 5px;
                font-size: .875rem;
                letter-spacing: 1px
            }

            .threehr .panel-heading .panel-title a .time span {
                color: #1a67b1
            }

            .threehr .panel-heading .panel-title a .rain img, .threehr .panel-heading .panel-title a .weather img {
                width: 35px;
                height: 35px
            }

            .threehr .panel-heading .panel-title a .rain i {
                color: #1a67b1;
                font-size: 1.375rem
            }

        .threehr .panel-heading .panel-title a .open {
            position: relative
        }

            .threehr .panel-heading .panel-title a .open i {
                font-style: normal
            }

                .threehr .panel-heading .panel-title a .open i:after {
                    content: "\f056";
                    font-family: FontAwesome;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    color: #187ac8;
                    font-size: 1.125rem;
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%)
                }

        .threehr .panel-heading .panel-title a:hover {
            text-decoration: none;
            color: inherit;
            background: #f2f2f2
        }

.threehr .panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0
}

    .threehr .panel-body ul {
        background: #f2f2f2;
        width: 100%;
        margin: 0;
        padding: 10px;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 1px dotted #fff
    }

        .threehr .panel-body ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            -o-flex-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5px;
            width: 100%
        }

            .threehr .panel-body ul li:nth-child(2) {
                border-left: 1px dotted #fff
            }

            .threehr .panel-body ul li i {
                font-size: 1.525rem;
                color: #0959a8
            }

            .threehr .panel-body ul li > span {
                display: block;
                text-align: center;
                width: 100%;
                color: #555;
                font-size: .875rem
            }

                .threehr .panel-body ul li > span .wind_1.is-active {
                    opacity: 1;
                    display: inline-block
                }

                .threehr .panel-body ul li > span .wind_2.is-active {
                    opacity: 1;
                    display: inline-block
                }

.threehr .panel-group .panel-heading + .panel-collapse > .list-group, .threehr .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media (min-width:375px) {
    .warn-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .warn-list > a, .warn-list > div {
            width: calc(50% + 2px);
            margin: -2px -2px 0 0
        }
}

@media (min-width:768px) {
    #openDiv {
        display: block !important
    }

    .nwp-modal.modal-dialog {
        width: 90%
    }

    .sevenDaysReport .table {
        position: relative
    }

        .sevenDaysReport .table .hight_light {
            position: absolute;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            pointer-events: none
        }

            .sevenDaysReport .table .hight_light th {
                width: calc(100%/7);
                height: 100%;
                position: relative;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transform: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                background: 0 0
            }

                .sevenDaysReport .table .hight_light th:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: 0 0;
                    border: 1px solid transparent;
                    border-top: none;
                    border-bottom: none;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transform: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    z-index: 10
                }

                    .sevenDaysReport .table .hight_light th:before:last-child {
                        border: none
                    }

                .sevenDaysReport .table .hight_light th.on_mouse:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border: 1px solid #1a67b1;
                    border-top: none;
                    border-bottom: none;
                    background: 0 0;
                    z-index: 10
                }

                .sevenDaysReport .table .hight_light th.out_mouse:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border: 1px solid transparent;
                    border-top: none;
                    border-bottom: none;
                    background: 0 0;
                    z-index: 10
                }

    .sevenDaysReport.table-responsive {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .index-news ul li:hover a {
        background: #0959a8;
        color: #fff
    }

        .index-news ul li:hover a::after {
            color: #fff
        }

        .index-news ul li:hover a::before {
            content: "";
            background: #187ac8;
            position: absolute;
            top: -5px;
            left: 0;
            width: 100%;
            height: 0;
            -ms-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transform: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }
}

@media (min-width:992px) {
    .sm-width {
        width: 768px
    }

    .btn[data-target="#eq-modal"] {
        display: none
    }

    .three-hr-forecast .table thead.fixed_top {
        position: fixed;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 999;
        overflow: scroll;
        width: 940px;
        pointer-events: none
    }

        .three-hr-forecast .table thead.fixed_top::-webkit-scrollbar {
            -webkit-appearance: none;
            display: none
        }

    .search-box .close {
        position: absolute;
        top: 50%;
        right: 15px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .mobile-toggle {
        display: none
    }

    .intro_vision .intro-index-kv .map_theme {
        display: block
    }

    .md-margin-left-10 {
        margin-left: 10px !important
    }
}

@media (min-width:1200px) {
    .three-hr-forecast .table thead.fixed_top {
        width: 1140px
    }

    .map_control {
        display: none
    }
}

@media (min-width:1440px) {
    .wrapper {
        width: 1440px;
        margin: 0 auto
    }

        .wrapper .sevenDaysReport .table {
            width: 100%
        }

            .wrapper .sevenDaysReport .table .hight_light th {
                width: calc(1440px / 7)
            }

            .wrapper .sevenDaysReport .table #table_top {
                position: relative;
                left: 0;
                top: 0;
                -moz-transform: translateY(0) translateX(0);
                -webkit-transform: translateY(0) translateX(0);
                -o-transform: translateY(0) translateX(0);
                -ms-transform: translateY(0) translateX(0);
                transform: translateY(0) translateX(0)
            }

                .wrapper .sevenDaysReport .table #table_top.fixed_top {
                    position: fixed;
                    width: 1440px;
                    left: 50%;
                    top: 0;
                    z-index: 9999;
                    -moz-transform: translateY(0) translateX(-50%) translateZ(0);
                    -webkit-transform: translateY(0) translateX(-50%) translateZ(0);
                    -o-transform: translateY(0) translateX(-50%) translateZ(0);
                    -ms-transform: translateY(0) translateX(-50%) translateZ(0);
                    transform: translateY(0) translateX(-50%) translateZ(0);
                    transform-origin: center center
                }

        .wrapper .sevenDaysReport.table-responsive {
            overflow: inherit;
            width: 100%
        }

            .wrapper .sevenDaysReport.table-responsive tbody, .wrapper .sevenDaysReport.table-responsive tfoot {
                width: 1440px
            }
}

@media (max-width:1200px) {
    .sevenDaysReport .table {
        width: 100%
    }

    .nav-above .tab-content {
        margin: 10px
    }

    .story-photo .photo-visible {
        max-height: 200px
    }

    .tab-v1 .tab-content .text_content_blue {
        height: 294px
    }

    .chief .list {
        transform: none
    }
}

@media (max-width:991px) {
    .md-flex-row-wrap {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .mega-menu .equal-height .equal-height-in h3 a {
        margin: 0;
        padding: 0 !important
    }

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-flex-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .intro_vision .intro-index-kv .cube_weather .weather-loc .city > span {
            display: none
        }

        .intro_vision .intro-index-kv .cube_weather .weather-loc .city > .sky-form {
            display: block;
            width: 100%;
            margin: 0;
            background: 0 0;
            border: none
        }

            .intro_vision .intro-index-kv .cube_weather .weather-loc .city > .sky-form label {
                margin: 0
            }

            .intro_vision .intro-index-kv .cube_weather .weather-loc .city > .sky-form select {
                background-color: rgba(255,255,255,.9);
                color: #1a67b1;
                font-size: 1.125rem
            }

            .intro_vision .intro-index-kv .cube_weather .weather-loc .city > .sky-form .select i::before {
                color: #1a67b1
            }

    .tab-flex-sunrise .tab-content {
        margin-top: 0
    }

    .tab-forecast-map .tab-content ol li:nth-child(4n+1) a, .tab-forecast-map .tab-content ol li:nth-child(4n+2) a {
        background-color: #fff
    }

    .tab-forecast-map .tab-content ol li:nth-child(odd) a {
        background-color: #eee
    }

    .breadcrumbs {
        display: none
    }

    .icon_block {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .icon_block .block_info {
            width: 100%
        }

    .banner_wrap .to-to {
        left: 0;
        width: auto
    }

    .control-box {
        padding: 0
    }

        .control-box .btn-group {
            height: 100%
        }

            .control-box .btn-group a {
                -ms-border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                -moz-transform: translateY(0);
                -webkit-transform: translateY(0);
                -o-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                border: none;
                height: 100%;
                background: rgba(255,255,255,.2)
            }

                .control-box .btn-group a:hover {
                    background: rgba(255,255,255,.8)
                }

    .earthquake-map .eq-wraper {
        margin: 0 auto;
        width: 100% !important
    }

        .earthquake-map .eq-wraper.earthquake-fixed {
            position: static !important
        }

    .earthquake-map .eq-wrap {
        left: 50% !important;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .chart-responsive {
        overflow: scroll
    }

    .intro_vision {
        min-height: 620px;
        height: inherit
    }

        .intro_vision .intro_wrap {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .intro_vision .intro_wrap .cube_map {
                width: 100%
            }

            .intro_vision .intro_wrap .cube_weather {
                order: 1;
                width: 100%
            }

            .intro_vision .intro_wrap .cube_sideNAV {
                order: 2;
                width: 100%
            }

    .sm-align-r {
        display: block
    }

    .bg-gray {
        min-height: 100px;
    }

    .arrow-list ol, .arrow-list ol li {
        display: block;
        padding: 10px 0
    }

    .arrow-list.inlineblock > li {
        display: inline-block;
        vertical-align: top;
        width: 49%
    }

    .sm-margin-top-14 {
        margin-top: -14px
    }

    .table-responsive .table.more-than {
        min-width: 1140px
    }

    .report a.fanbox {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .report a.fanbox .visible-more {
            position: static;
            margin-top: inherit;
            display: block;
            text-align: right;
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

    .icon-list li i {
        top: 10px;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .story-photo .photo-visible {
        max-height: inherit
    }

    .nav-above-list {
        text-align: inherit
    }

        .nav-above-list li {
            width: 48%;
            margin: 8px 5px
        }

            .nav-above-list li a:focus, .nav-above-list li a:hover, .nav-above-list li.active a:focus, .nav-above-list li.active a:hover {
                border-color: #d63801
            }

            .nav-above-list li::after, .nav-above-list li::before {
                content: none
            }

    .nav-above .tab-content {
        margin: 10px 2px
    }

    .nav-canopen li {
        width: 100%;
        margin: -1px 0 0
    }

    .tab-v1 .tab-content .text_content_blue {
        overflow: auto;
        height: auto
    }

    .no-serifs .nav {
        margin-left: -10px;
        margin-right: -10px
    }

        .no-serifs .nav > li {
            width: 32%;
            margin: 0
        }

    .main-title-bar .default-flex {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .main-title-bar .main-title + a.marquee {
        padding-right: 100px
    }

    .defaule-carousel .carousel-control {
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        height: 100%;
        background: rgba(255,255,255,.2)
    }

        .defaule-carousel .carousel-control:hover {
            background: rgba(255,255,255,.8)
        }

    .defaule-carousel .carousel-inner {
        width: 100%
    }

    .tab-collapsing .flip {
        display: block;
        padding: 0
    }

    .tab-collapsing .panel {
        display: block
    }

    .tab-collapsing .nav-tabs.is_open {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .hakka-point {
        display: none
    }

    ol.uvi-description {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        ol.uvi-description li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            ol.uvi-description li p {
                width: 100%
            }

            ol.uvi-description li + li {
                border-left: 1px solid #ddd
            }

    .tab-flex-sunrise .awards-list li .title {
        width: 40%
    }

    .tab-flex-sunrise .awards-list li p {
        width: 60%
    }

    .cbp-l-inline-left, .cbp-l-inline-right {
        margin: 10px 0;
        padding: 0 10px
    }

    .know .cbp-l-inline {
        background-size: inherit;
        background-position: bottom right
    }

    .chief .avatar {
        padding: 40px
    }

    .chart-md-scroll {
        width: 991px
    }
}

@media (max-width:768px) {
    .intro_vision .intro-index-kv .cube_weather .weather-sun .bottom > span {
        margin-bottom: .5rem
    }

    #openDiv {
        display: none
    }

    .tab-default.drop-tab .dropdown:hover .dropdown-content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .tab-default.drop-tab .dropdown:hover .dropdown-content li {
            width: 100%
        }

    .sm-min-80 {
        min-width: 80px
    }

    .intro_vision {
        height: inherit;
        min-height: 620px
    }

        .intro_vision .intro_wrap {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .intro_vision .intro_wrap .cube_sideNAV {
                width: 100%
            }

            .intro_vision .intro_wrap .cube_map, .intro_vision .intro_wrap .cube_weather {
                width: 100%
            }

    .other .note {
        width: 50%
    }

    .bg-gray {
        min-height: inherit;
        padding: 10px
    }

    .letter-content {
        padding: 20px
    }

    .talk img {
        width: 50%
    }

    .nav-above-list li {
        width: 100%;
        padding: 0 3px;
        margin: 0
    }

        .nav-above-list li .item-menu {
            margin: 20px 0;
            padding: 0
        }

        .nav-above-list li .tab-v3 .nav-pills.tabbox li.active:before, .nav-above-list li .tab-v3 .nav-pills.tabbox li:hover:before {
            content: none
        }

        .nav-above-list li + li a {
            margin-top: -2px;
            border-top-color: transparent
        }

    .sm-straight-flex {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .tab-v3.tab-sports .nav-pills li {
        display: inline-block;
        width: 48%;
        margin-bottom: 5px
    }

        .tab-v3.tab-sports .nav-pills li a {
            border: 1px solid #dcdcdc
        }

        .tab-v3.tab-sports .nav-pills li.active a {
            border: 1px solid #1a67b1
        }

    .awards-list {
        padding: 0 20px
    }

        .awards-list li:before {
            content: none
        }

        .awards-list li {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .awards-list li p {
                width: 100%;
                padding-left: 1em
            }

            .awards-list li a {
                padding-left: 1em
            }

            .awards-list li .title {
                width: 100%;
                padding: 0
            }

                .awards-list li .title:before {
                    content: "";
                    width: 3px;
                    height: 1em;
                    background: #187ac8;
                    position: absolute;
                    left: -10px;
                    top: 5px
                }

    .typ-nowlist li {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #dcdcdc;
        padding: .5rem 0
    }

        .typ-nowlist li span:first-child, .typ-nowlist li span:last-child {
            width: 100%;
            -ms-flex: 0 1 auto;
            text-align: left
        }

        .typ-nowlist li span:first-child {
            font-weight: 700
        }

        .typ-nowlist li span:last-child {
            padding-left: 2.5rem
        }

    .w-owl .item p {
        font-size: .875rem
    }

    .profile .notification div {
        float: inherit !important
    }

    .profile .notification > .item {
        padding-left: 0
    }

    .profile .notification a {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .profile .notification .three {
        padding: 0;
        text-align: left;
        width: auto;
        max-width: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        .profile .notification .three .new {
            position: static;
            width: auto;
            order: 1
        }

    .profile .notification .two {
        width: 100%
    }

    .threehr .panel-heading .panel-title a .open, .threehr .panel-heading .panel-title a .rain, .threehr .panel-heading .panel-title a .time, .threehr .panel-heading .panel-title a .weather {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

        .threehr .panel-heading .panel-title a .open span, .threehr .panel-heading .panel-title a .rain span, .threehr .panel-heading .panel-title a .time span, .threehr .panel-heading .panel-title a .weather span {
            padding: 0
        }
}

@media (max-width:640px) {
    .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .AD-item {
        height: auto
    }

        .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .AD-item img {
            height: auto;
            width: 100%
        }

    .intro_vision .intro-index-kv .cube_weather .weather-days .col-day .icon {
        height: inherit
    }

    .intro_vision .intro-index-kv .cube_weather .weather-AD, .intro_vision .intro-index-kv .cube_weather .weather-days, .intro_vision .intro-index-kv .cube_weather .weather-loc, .intro_vision .intro-index-kv .cube_weather .weather-sun {
        width: 100%
    }

    .intro_vision .intro_wrap {
        padding: 15px 15px 25px
    }

    .modal.in .nwp-modal.modal-dialog {
        height: 100vh
    }

    .table-time .thead {
        display: none
    }

    .table-time .tbody {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0 15px
    }

        .table-time .tbody li {
            padding: 10px;
            width: inherit;
            border: 1px solid #c3c3c3
        }

            .table-time .tbody li:first-child {
                border-right: none
            }

            .table-time .tbody li:nth-child(2) {
                border-right: none;
                border-left: none
            }

            .table-time .tbody li:nth-child(3) {
                border-left: none
            }

            .table-time .tbody li:last-child {
                border: none;
                min-width: 50%;
                margin: 0 10px -10px
            }

    .detailed ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .detailed ul li, .detailed ul li:first-child {
            text-align: left;
            padding-left: 24%
        }

    .list_info_block.vision_1 .list_row .info_detail {
        display: block
    }

        .list_info_block.vision_1 .list_row .info_detail li {
            padding-bottom: 10px
        }

    .list_info_block.vision_1 .list_row .sp ul li {
        margin: 0
    }

        .list_info_block.vision_1 .list_row .sp ul li a {
            display: block
        }

    .banner-part {
        background-position: top right;
        background-size: cover;
        height: 200px
    }

        .banner-part.banner-low {
            height: 380px;
            background-position: top left
        }

    .cube {
        position: static
    }

        .cube > ul {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            background: #1a67b1
        }

            .cube > ul li {
                width: 33.3333%
            }

                .cube > ul li:first-child {
                    width: 100%
                }

    .tab-default.vision_2 .nav > li > a {
        border: 1px #ced2d6 solid;
        border-radius: 4px;
        width: 100%;
        height: 100px
    }

    .tab-default.vision_2 .nav-tabs i {
        font-size: 2.3rem;
        color: #959595;
        float: none !important;
        display: block;
        margin: 5px auto
    }

    .tab-default.vision_2 .nav-tabs a:hover i {
        font-size: 2.3rem;
        color: #fff
    }

    .tab-default.vision_2 .nav-tabs .active a i {
        font-size: 2.3rem;
        color: #fff
    }

    .tab-default.vision_3 .nav > li > a {
        border: 1px #ced2d6 solid;
        border-radius: 4px;
        width: 100%
    }

    .tab-default.vision_3 .nav-tabs i {
        font-size: 2.3rem;
        color: #959595;
        float: none !important;
        margin: 5px auto
    }

    .tab-default.vision_3 .nav-tabs a:hover i {
        font-size: 2.3rem;
        color: #fff
    }

    .tab-default.vision_3 .nav-tabs .active a i {
        font-size: 2.3rem;
        color: #fff
    }

    .cube-wrap {
        margin-bottom: 20px
    }

    .media-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .content-border-gray {
        margin-bottom: 0
    }

    .common-func {
        padding-left: 15px
    }

    .sky-form .label {
        line-height: 1
    }

    .sky-form.vision_2, .sky-form.vision_2 fieldset {
        padding: 0 30px 15px
    }

    .main-title-bar-v2.center-xs .main-title {
        text-align: center;
        margin: 0 auto;
        width: 180px
    }

    .news-list {
        padding: 0 15px
    }

    .measures h3 {
        font-size: 1.7rem
    }

        .measures h3 small {
            font-size: 1.1rem
        }

    .measures h4 {
        font-size: 6.6rem
    }

        .measures h4 span {
            font-size: 1.4rem
        }

    .measures p {
        font-size: 1.3rem
    }

    .sun-cloud, .sun-cloud-rain {
        display: block;
        width: 60px;
        height: 54px;
        position: relative;
        left: 50px;
        top: 40px
    }

    .no-serifs .tab-content ul li data {
        display: block;
        width: 105px;
        margin-bottom: 15px
    }

    .no-serifs .tab-content ul li p {
        margin: 0;
        overflow: inherit;
        white-space: inherit;
        text-overflow: inherit;
        line-height: 1.5;
        width: auto;
        display: block
    }

    .no-serifs .tab-content ul li div {
        position: relative;
        text-align: right;
        display: inherit
    }

    .banner_wrap .marquee {
        position: static
    }

    .banner_wrap .warning_cube ul {
        width: 100%
    }

    .banner_wrap .cube {
        background: #0959a8
    }

    .no-serifs .tab-content ul li .new {
        margin: .5rem 0
    }

    .blueblock li {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .blueblock li > span {
            margin: auto
        }

        .blueblock li p {
            width: 100%
        }

    .slider-btn {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .slider-btn p {
            width: 100%;
            max-height: 0;
            overflow: hidden;
            -moz-transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -o-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
            transform: translateX(-30px)
        }

        .slider-btn::after {
            right: inherit;
            top: inherit;
            bottom: 0;
            left: 0;
            height: calc(100% - 50px)
        }

        .slider-btn .btn_group .about_flow {
            left: calc(100% + 1rem)
        }

        .slider-btn.open p {
            max-height: 5rem
        }

    .vab-bk {
        height: 100%
    }

    .vab-litle {
        padding-top: 1.5rem;
        margin-bottom: 1.2rem
    }

    .vab-microphone {
        padding: 6.5rem
    }

        .vab-microphone i {
            font-size: calc(1.375rem * 1.5)
        }

            .vab-microphone i::after {
                width: 110px;
                height: 110px
            }

        .vab-microphone::before {
            width: 210px;
            height: 210px
        }

        .vab-microphone::after {
            width: 160px;
            height: 160px
        }

    .prompt-menu {
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .prompt-menu::before {
            left: 50%;
            -moz-transform: translateX(-50%) rotate(45deg);
            -webkit-transform: translateX(-50%) rotate(45deg);
            -o-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg)
        }

    .share-btn.active > ul.pos-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        left: inherit;
        right: 0;
        top: 100%;
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        width: auto
    }

        .share-btn.active > ul.pos-right .fab {
            margin: 0 .5rem
        }

    .eq-infor {
        padding-right: 0
    }

    .eq-detail > ul li {
        padding-top: .5rem;
        border-top: 1px solid #dcdcdc
    }
}

@media (max-width:480px) {
    .eq_note_m span {
        float: inherit
    }

    .tidal-chart-wrap .tidal-head .text-content {
        text-align: left
    }

    .know .cbp-l-inline {
        min-height: 200px
    }

    .intro_vision .intro_wrap .cube_weather .cube_row.cube-1 {
        order: 3
    }

    .intro_vision .intro_wrap .cube_weather .cube_row.cube-2 {
        order: 2
    }

    .intro_vision .intro_wrap .cube_weather .cube_row.cube-3 {
        order: 4
    }

    .intro_vision .intro_wrap .cube_weather .cube_row.cube-4 {
        order: 1
    }

    .acc-v1.vision_1 .span_location {
        margin-bottom: 15px
    }

    .intro_vision .intro_wrap .cube_weather {
        max-height: inherit
    }

        .intro_vision .intro_wrap .cube_weather .cube_row {
            width: 100%
        }

        .intro_vision .intro_wrap .cube_weather .favorite {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .intro_vision .intro_wrap .cube_weather .favorite > li {
                width: 48%;
                margin: 10px 1px 0
            }

    .other .note, .other .note-md {
        width: 100%
    }

    .detailed ul li, .detailed ul li:first-child {
        padding-left: 33px
    }

    .arrow-list.inlineblock > li {
        width: inherit
    }

    .talk img {
        width: 100%
    }

    .tab-circle .nav.nav-icon > li {
        margin: 0 16px
    }

    .no-serifs .nav > li {
        width: 100%;
        border-bottom: none
    }

        .no-serifs .nav > li:last-child {
            border-bottom: 1px solid #0959a8
        }

    .trigger-img h3 {
        padding: 5px 0
    }

    .news-list dt {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .banner_wrap .to-to {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .banner_wrap .to-to li {
            width: 100%;
            margin: 5px 10px;
            padding: 5px 15px
        }

            .banner_wrap .to-to li span {
                width: auto
            }

    .data-colorbar {
        padding-right: 0;
        margin: 20px 0
    }

        .data-colorbar:after {
            top: inherit;
            bottom: 100%
        }

        .data-colorbar:before {
            bottom: inherit;
            top: 100%
        }

    .tab-v1 .tab-content .text_content {
        padding: 15px
    }

    .warning_wrap .warning_information {
        right: 0
    }

    ul.typhoon-nav {
        display: block !important
    }

        ul.typhoon-nav.nav {
            padding-left: 15px
        }

        ul.typhoon-nav li {
            width: auto !important
        }

    .typhoon-slider-list button {
        max-width: inherit
    }

    .date-list .flex-row-nowrap {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .date-list .date-mark {
        margin-bottom: 1rem
    }

    .date-list ul li a, .date-list ul li span:last-child {
        display: block;
        width: 100%
    }
}

@media (max-width:374px) {
    .tab-forecast-map .tab-content ol li a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tab-circle .nav.nav-icon > li {
        margin: 0 5px
    }

    .trigger-img {
        margin: 3px
    }

        .trigger-img h3 {
            font-size: .675rem
        }

    .heading-title.type_6 {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .heading-title.type_6 a + a {
            margin-top: 1rem
        }

            .heading-title.type_6 a + a::before {
                bottom: calc(100% + .5rem);
                left: .5rem;
                width: 100%;
                height: 2px;
                -moz-transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
                -o-transform: translate(0,-50%);
                -ms-transform: translate(0,-50%);
                transform: translate(0,-50%)
            }
}

@page {
    size: A4;
    margin: 30px
}

@media print {
    h1, h2, h3, h4, h5, h6, img {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    dl, ol, ul {
        page-break-after: avoid
    }

    img {
        max-width: 100% !important
    }

    a[href]:after {
        content: '' !important
    }

    a[href^="http://"] {
        color: #000
    }

    .col-lg-5, .col-lg-7, .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 {
        float: left
    }

    .col-md-12, .col-sm-12 {
        width: 100%
    }

    .col-md-11, .col-sm-11 {
        width: 100%
    }

    .col-md-10, .col-sm-10 {
        width: 100%
    }

    .col-md-9, .col-sm-9 {
        width: 75%
    }

    .col-md-8, .col-sm-8 {
        width: 66.66666667%
    }

    .col-md-7, .col-sm-7 {
        width: 58.33333333%
    }

    .col-md-6, .col-sm-6 {
        width: 50%
    }

    .col-md-5, .col-sm-5 {
        width: 41.66666667%
    }

    .col-md-4, .col-sm-4 {
        width: 33.33333333%
    }

    .col-md-3, .col-sm-3 {
        width: 25%
    }

    .col-md-2, .col-sm-2 {
        width: 16.66666667%
    }

    .col-md-1, .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
    }

    .visible-xs {
        display: none !important
    }

    table.hidden-xs {
        display: table
    }

    tr.hidden-xs {
        display: table-row !important
    }

    td.hidden-xs, th.hidden-xs {
        display: table-cell !important
    }

    .hidden-xs.hidden-print {
        display: none !important
    }

    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    #topcontrol::after {
        top: -7px;
        left: 6.5px;
        content: "\f106" !important;
        font-size: 2rem
    }

    .cbp-l-inline-left, .cbp-l-inline-right {
        margin: 0;
        padding: 0
    }

    .breadcrumbs h1.pull-left, .breadcrumbs ul.pull-right {
        width: auto;
        text-align: left
    }

    .cbp-popup-content {
        display: block
    }

    .cbp-l-inline img {
        page-break-after: auto;
        page-break-inside: auto
    }

    .cbp-l-inline .img-responsive {
        width: 80%
    }

        .cbp-l-inline .img-responsive[alt="圖2-9 臺北、臺中、高雄、花蓮年累積雨量在冬季、春雨、梅雨、夏季、秋季的比率"] {
            width: 70%
        }

    .hidden-xl {
        display: none !important
    }

    .cbp-l-inline .col-md-8 {
        width: 100%
    }

    .mobile_table-month {
        display: block;
        width: 100% !important
    }

        .mobile_table-month thead.fixed_top {
            position: relative !important
        }

        .mobile_table-month .table {
            display: -webkit-table !important;
            display: -moz-table !important;
            display: -ms-table !important;
            display: table !important;
            width: 100% !important;
            table-layout: fixed
        }

            .mobile_table-month .table thead {
                display: table-header-group !important
            }

            .mobile_table-month .table tbody {
                display: table-row-group !important
            }

            .mobile_table-month .table > tbody > tr, .mobile_table-month .table > tfoot > tr, .mobile_table-month .table > thead > tr {
                height: 55px !important
            }

                .mobile_table-month .table > tbody > tr > td, .mobile_table-month .table > tbody > tr > th, .mobile_table-month .table > tfoot > tr > td, .mobile_table-month .table > tfoot > tr > th, .mobile_table-month .table > thead > tr > td, .mobile_table-month .table > thead > tr > th {
                    min-height: 4rem !important;
                    display: unset
                }

                    .mobile_table-month .table > tbody > tr > td.is_show, .mobile_table-month .table > tbody > tr > th.is_show, .mobile_table-month .table > tfoot > tr > td.is_show, .mobile_table-month .table > tfoot > tr > th.is_show, .mobile_table-month .table > thead > tr > td.is_show, .mobile_table-month .table > thead > tr > th.is_show {
                        display: unset
                    }

        .mobile_table-month .version_5 thead th {
            padding: 0;
            font-size: .6rem
        }

        .mobile_table-month .version_5 tbody tr td, .mobile_table-month .version_5 tbody tr th {
            padding-top: 0;
            padding-bottom: 0;
            font-size: .6rem;
            border: 1px solid #000
        }

    .intro_vision .intro-index-kv .cube_weather .weather-AD, .intro_vision .intro-index-kv .cube_weather .weather-days, .intro_vision .intro-index-kv .cube_weather .weather-loc, .intro_vision .intro-index-kv .cube_weather .weather-sun {
        width: 46%
    }

    .intro_vision .intro_wrap .cube_map {
        width: 50%
    }

    .county-map .weather_data + div {
        width: 100% !important;
        height: 100% !important
    }

    .map-wrapper {
        width: 420px;
        padding-bottom: 8rem
    }

    .map_theme {
        display: inherit !important
    }

        .map_theme svg {
            width: 100%
        }

    #theme-1 {
        height: 100% !important
    }

    .townBody .warning_cube {
        display: none
    }

    #DayRain_MOD tr {
        height: 20px !important
    }

        #DayRain_MOD tr td, #DayRain_MOD tr th {
            font-size: .6rem;
            padding: 0 !important;
            height: 20px !important;
            border: 1px solid #000
        }

    .flex_table .table tr th {
        font-size: .6rem;
        padding: 0
    }

    .intro_vision .intro-index-kv .cube_weather .weather-loc .city .county-function {
        flex-wrap: nowrap
    }
}

@media print {
    html.printSet_v02 {
        width: 100%;
        height: auto;
        font-size: .8rem !important
    }

    .printSet_v02 body {
        width: 100%;
        height: auto
    }

    .printSet_v02 .showFontSizer a {
        color: #fff !important
    }

    .printSet_v02 a[href]:after {
        content: "" !important
    }

    .printSet_v02 .print-noBreak {
        break-inside: avoid;
        margin-top: 1rem
    }

    .printSet_v02 .fontSizer a {
        color: #fff !important
    }

        .printSet_v02 .fontSizer a.is-active, .printSet_v02 .fontSizer a:hover {
            background-color: #fff;
            color: #187ac8 !important
        }

    .printSet_v02 .life-switcher-content-deco {
        display: block
    }

    .printSet_v02 .col-lg-5, .printSet_v02 .col-lg-7 {
        float: left
    }

    .printSet_v02 .col-lg-7 {
        width: 58.33333333%
    }

    .printSet_v02 .col-lg-5 {
        width: 41.66666667%
    }

    .printSet_v02 .d-none.d-xl-block {
        display: block !important
    }

    .printSet_v02 .d-none.d-lg-block {
        display: block !important
    }

    .printSet_v02 header {
        background: #187ac8 !important
    }

        .printSet_v02 header .navbar-nav > li > a {
            color: #fff !important
        }

        .printSet_v02 header .topbar ul.loginbar > li > a {
            color: #fff !important
        }

            .printSet_v02 header .topbar ul.loginbar > li > a *, .printSet_v02 header .topbar ul.loginbar > li > a :after, .printSet_v02 header .topbar ul.loginbar > li > a :before {
                color: #fff !important
            }

        .printSet_v02 header .warn-row {
            background: #fff !important
        }

            .printSet_v02 header .warn-row a:link, .printSet_v02 header .warn-row a:visited {
                color: #ea1904 !important
            }

            .printSet_v02 header .warn-row .warning_wrap .warning_information ol.warnlist i {
                color: #ea1904 !important
            }

                .printSet_v02 header .warn-row .warning_wrap .warning_information ol.warnlist i::before {
                    color: #ea1904 !important
                }

            .printSet_v02 header .warn-row.warn-row.active {
                float: left;
                width: 100%
            }

        .printSet_v02 header .hamburger {
            padding: 0
        }

    .printSet_v02 .label {
        border: 0 solid #000;
        color: #555 !important
    }

    .printSet_v02 .life-switcher-container > div {
        width: 100%;
        padding-top: .5rem
    }

    .printSet_v02 .bg-lt5-blue {
        background-color: #f6fafe !important
    }

    .printSet_v02 .btn-white {
        background-color: #fff !important;
        color: #767676 !important
    }

    .printSet_v02 .form-control {
        color: #555 !important
    }

        .printSet_v02 .form-control + i::before {
            color: #dcdcdc !important
        }

    .printSet_v02 .main-title-bar .main-title *, .printSet_v02 .main-title-bar .main-title :after, .printSet_v02 .main-title-bar .main-title :before {
        color: #1a67b1 !important
    }

    .printSet_v02 .icon-warn_rain01::before {
        color: #ea1904 !important
    }

    .printSet_v02 .btn-u {
        background: #1a67b1 !important;
        color: #fff !important
    }

    .printSet_v02 .cubeV9-table.pc {
        display: table !important
    }

        .printSet_v02 .cubeV9-table.pc tbody td {
            color: #555 !important
        }

    .printSet_v02 .cubeV9-table.sp {
        display: none !important
    }

    .printSet_v02 .cubeV9-table i::before {
        color: #fff !important
    }

    .printSet_v02 .cubeV9-table-v1 thead {
        background-color: #0f838c !important;
        color: #fff !important
    }

        .printSet_v02 .cubeV9-table-v1 thead tr th {
            color: #fff !important
        }

    .printSet_v02 .cubeV9-table-v1 tbody {
        background-color: #fffcf5 !important;
        color: #555 !important
    }

    .printSet_v02 .tab-v7 .nav-pills li a i {
        color: #1a67b1 !important
    }

        .printSet_v02 .tab-v7 .nav-pills li a i::before {
            color: #1a67b1 !important
        }

    .printSet_v02 .tab-v7 .nav-pills li.active a {
        background-color: #187ac8 !important;
        color: #fff !important
    }

        .printSet_v02 .tab-v7 .nav-pills li.active a *, .printSet_v02 .tab-v7 .nav-pills li.active a :after, .printSet_v02 .tab-v7 .nav-pills li.active a :before {
            color: #fff !important
        }

        .printSet_v02 .tab-v7 .nav-pills li.active a i *, .printSet_v02 .tab-v7 .nav-pills li.active a i :after, .printSet_v02 .tab-v7 .nav-pills li.active a i :before {
            color: #fff !important
        }

    .printSet_v02 .hidden-xs {
        display: inherit !important
    }

    .printSet_v02 .visible-lg, .printSet_v02 .visible-md {
        display: block !important
    }

    .printSet_v02 .visible-sm, .printSet_v02 .visible-xs {
        display: none !important
    }

    .printSet_v02 .report-table.pc table thead {
        background-color: #42a1ae !important;
        color: #fff !important
    }

        .printSet_v02 .report-table.pc table thead tr th {
            color: #fff !important
        }

    .printSet_v02 .report-table.pc table tbody tr:nth-child(odd) {
        background-color: #fffcf5 !important
    }

    .printSet_v02 .report-table.pc table tbody tr th {
        color: #0f838c !important;
        background-color: #fff !important
    }

    .printSet_v02 .report-table.pc table tbody .time th[headers] {
        background-color: #fffcf5 !important;
        color: #0f838c !important
    }

    .printSet_v02 span.wind .icon-cwb-arrow-up::before {
        color: #0959a8 !important
    }

    .printSet_v02 span.seadirec .icon-cwb-arrow-up::before {
        color: #42a1ae !important
    }

    .printSet_v02 .color-yellow::before {
        color: #f1c40f !important
    }

    .printSet_v02 .color-dk-red::before {
        color: #cd2500 !important
    }

    .printSet_v02 .icon-cwb-low::before {
        color: #187ac8 !important
    }

    .printSet_v02 .icon-cwb-height::before {
        color: #d63801 !important
    }

    .printSet_v02 .heading-title.type_3:before {
        background: url(../../assets/img/cwb/pic/icon-title_map.svg) no-repeat center center !important;
        background-size: contain !important
    }

    .printSet_v02 .heading-title.type_2:before {
        background: url(../../assets/img/cwb/pic/icon-title_tree.svg) no-repeat center center !important;
        background-size: contain !important
    }

    .printSet_v02 .heading-title.type_3 {
        color: #1a67b1 !important
    }

    .printSet_v02 .heading-title.type_2 {
        color: #1a67b1 !important
    }

    .printSet_v02 .lititle {
        color: #1a67b1 !important
    }

        .printSet_v02 .lititle::before {
            color: #1a67b1 !important
        }

    .printSet_v02 .color-blue {
        color: #1a67b1 !important
    }

    .printSet_v02 .warning-btn-outer {
        display: none
    }

    .printSet_v02 .btn-ShowHide {
        display: none
    }

    .printSet_v02 .breadcrumbs {
        display: block;
        background: #e4f3fe !important
    }

        .printSet_v02 .breadcrumbs i::before {
            color: #1a67b1 !important
        }

    .printSet_v02 #warn-btn-mb {
        display: none !important
    }

    .printSet_v02 .warning_wrap .warning_information ol {
        max-height: 100%
    }

    .printSet_v02 .warning-list-row .warning_wrap .warning_information ol {
        display: flex;
        padding: .25rem
    }

        .printSet_v02 .warning-list-row .warning_wrap .warning_information ol.warnlist > li a:after {
            display: block
        }

        .printSet_v02 .warning-list-row .warning_wrap .warning_information ol.warnlist > li:last-child a:after {
            display: none
        }

        .printSet_v02 .warning-list-row .warning_wrap .warning_information ol.warnlist > li.warn-bg-gray {
            border-bottom: 0;
            margin-bottom: 0
        }

    .printSet_v02 .warning_wrap .warning_information ol.warnlist > li a {
        padding-top: .5rem;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .printSet_v02 .windExplanatoryColor-00 {
        background-color: #9DFEFB !important
    }

    .printSet_v02 .windExplanatoryColor-03 {
        background-color: #0F9EE9 !important
    }

    .printSet_v02 .windExplanatoryColor-04 {
        background-color: #26A41C !important
    }

    .printSet_v02 .windExplanatoryColor-05 {
        background-color: #00FD22 !important
    }

    .printSet_v02 .windExplanatoryColor-06 {
        background-color: #FFE200 !important
    }

    .printSet_v02 .windExplanatoryColor-07 {
        background-color: #FEAC00 !important
    }

    .printSet_v02 .windExplanatoryColor-08 {
        background-color: #FF7802 !important
    }

    .printSet_v02 .windExplanatoryColor-09 {
        background-color: #853A0F !important;
        color: #fff !important
    }

    .printSet_v02 .windExplanatoryColor-10 {
        background-color: #FB2D04 !important
    }

    .printSet_v02 .windExplanatoryColor-11 {
        background-color: #D82104 !important;
        color: #fff !important
    }

    .printSet_v02 .windExplanatoryColor-14 {
        background-color: #AC1DAE !important;
        color: #fff !important
    }

    .printSet_v02 .windExplanatoryColor-17 {
        background-color: #FF35FD !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-00 {
        background-color: #fff8b4 !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-03 {
        background-color: #fff57f !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-04 {
        background-color: #fff100 !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-05 {
        background-color: #f6dc00 !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-06 {
        background-color: #ddc200 !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-07 {
        background-color: #d5b900 !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-08 {
        background-color: #b79b00 !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-09 {
        background-color: #9c8225 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-10 {
        background-color: #8a7447 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-11 {
        background-color: #695965 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-14 {
        background-color: #4c3d40 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .windExplanatoryColor-17 {
        background-color: #00243b !important;
        color: #fff !important
    }

    .printSet_v02 .waveHeightExplanatoryColor-000 {
        background-color: #d7d7d7 !important;
        color: #000
    }

    .printSet_v02 .waveHeightExplanatoryColor-005 {
        background-color: #9dffff !important;
        color: #000
    }

    .printSet_v02 .waveHeightExplanatoryColor-010 {
        background-color: #86dcff !important;
        color: #000
    }

    .printSet_v02 .waveHeightExplanatoryColor-020 {
        background-color: #6af !important;
        color: #000
    }

    .printSet_v02 .waveHeightExplanatoryColor-030 {
        background-color: #528bfe !important;
        color: #000
    }

    .printSet_v02 .waveHeightExplanatoryColor-040 {
        background-color: #0054ff !important;
        color: #fff !important
    }

    .printSet_v02 .waveHeightExplanatoryColor-060 {
        background-color: #00f !important;
        color: #fff !important
    }

    .printSet_v02 .waveHeightExplanatoryColor-100 {
        background-color: #400044 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-000 {
        background-color: #FFFCE2 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-005 {
        background-color: #FFEE61 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-010 {
        background-color: #EFCE00 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-020 {
        background-color: #BDA300 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-030 {
        background-color: #9C8225 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-040 {
        background-color: #79614D !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-060 {
        background-color: #45525A !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .waveHeightExplanatoryColor-100 {
        background-color: #0C293C !important;
        color: #fff !important
    }

    .printSet_v02 .circletExplanatoryColor-00 {
        background-color: #00FFAE !important;
        color: #000 !important
    }

    .printSet_v02 .circletExplanatoryColor-04 {
        background-color: #00FF7B !important;
        color: #000 !important
    }

    .printSet_v02 .circletExplanatoryColor-05 {
        background-color: #00FF14 !important;
        color: #000 !important
    }

    .printSet_v02 .circletExplanatoryColor-06 {
        background-color: #48FF00 !important;
        color: #000 !important
    }

    .printSet_v02 .circletExplanatoryColor-07 {
        background-color: #7BFF00 !important;
        color: #000 !important
    }

    .printSet_v02 .circletExplanatoryColor-08 {
        background-color: #B2FF00 !important;
        color: #000 !important
    }

    .printSet_v02 .circletExplanatoryColor-09 {
        background-color: #DF0 !important;
        color: #000 !important
    }

    .printSet_v02 .circletExplanatoryColor-10 {
        background-color: #FE0 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-00 {
        background-color: #FFF57F !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-04 {
        background-color: #F6DC00 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-05 {
        background-color: #DDC200 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-06 {
        background-color: #B79B00 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-07 {
        background-color: #9C8225 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-08 {
        background-color: #756258 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-09 {
        background-color: #5D4E5C !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .circletExplanatoryColor-10 {
        background-color: #4C3D40 !important;
        color: #fff !important
    }

    .printSet_v02 .flowExplanatoryColor-000 {
        background-color: #26A41C !important;
        color: #000
    }

    .printSet_v02 .flowExplanatoryColor-005 {
        background-color: #00FD22 !important;
        color: #000
    }

    .printSet_v02 .flowExplanatoryColor-010 {
        background-color: #FFE200 !important;
        color: #000
    }

    .printSet_v02 .flowExplanatoryColor-015 {
        background-color: #FEAC00 !important;
        color: #000
    }

    .printSet_v02 .flowExplanatoryColor-020 {
        background-color: #FF7802 !important;
        color: #000
    }

    .printSet_v02 .flowExplanatoryColor-025 {
        background-color: #FB2D04 !important;
        color: #000
    }

    .printSet_v02 .flowExplanatoryColor-030 {
        background-color: #D82104 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .flowExplanatoryColor-000 {
        background-color: #fffbda !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .flowExplanatoryColor-005 {
        background-color: #fff100 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .flowExplanatoryColor-010 {
        background-color: #ddc200 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .flowExplanatoryColor-015 {
        background-color: #b79b00 !important;
        color: #000 !important
    }

    .printSet_v02 .colorblindness .flowExplanatoryColor-020 {
        background-color: #8a7447 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .flowExplanatoryColor-025 {
        background-color: #695965 !important;
        color: #fff !important
    }

    .printSet_v02 .colorblindness .flowExplanatoryColor-030 {
        background-color: #4c3d40 !important;
        color: #fff !important
    }

    .printSet_v02 .life_weather .area_search_item-v9 {
        display: flex;
        flex-direction: row
    }

        .printSet_v02 .life_weather .area_search_item-v9 .countryselect-title {
            align-self: center
        }

    .printSet_v02 .life_weather .area_search-v9.height-auto.d-block.d-md-flex {
        display: flex !important
    }

    .printSet_v02 .life_weather .area_search-v9 {
        align-items: flex-end
    }

    .printSet_v02 .life_weather .life-switcher-content-deco {
        width: 100px
    }

    .printSet_v02 .life_weather .life-switcher-content {
        height: auto;
        overflow: visible
    }

    .printSet_v02 .explace a {
        color: #fff !important
    }

    .printSet_v02 .main-title-bar .main-title {
        clear: both
    }

    .printSet_v02 .townBody .wrapper {
        overflow-x: visible
    }

    .printSet_v02 .townBody .report-table.pc table thead {
        background-color: #42a1ae !important;
        color: #fff !important
    }

        .printSet_v02 .townBody .report-table.pc table thead tr th {
            color: #fff !important
        }

    .printSet_v02 .townBody .report-table.pc table tbody tr:nth-child(odd) {
        background-color: #fffcf5 !important
    }

    .printSet_v02 .townBody .report-table.pc table tbody .time th[headers] {
        background-color: #fffcf5 !important;
        color: #0f838c !important
    }

    .printSet_v02 .townBody .weather_time a {
        color: #187ac8
    }

    .printSet_v02 .townBody .marquee {
        background-color: #187ac8;
        color: #fff
    }

    .printSet_v02 .townBody .heading-title {
        margin-bottom: 20px
    }

        .printSet_v02 .townBody .heading-title.type_7 a {
            padding: 5px
        }

    .printSet_v02 .townBody .tab-v7 .nav-pills {
        margin-bottom: 0
    }

    .printSet_v02 .townBody .col-sm-6.col-lg-7 {
        margin-bottom: 10px
    }

    .printSet_v02 .townBody .cubeV9-table.pc {
        transform: scale(.8);
        transform-origin: top left
    }

    .printSet_v02 .townBody .btn-back {
        color: #fff;
        background-color: #187ac8
    }

    .printSet_v02 .townBody .cubeV9-table.pc thead td, .printSet_v02 .townBody .cubeV9-table.pc thead th {
        background-color: #0f838c !important;
        border-color: #ddd !important
    }

    .printSet_v02 .townBody .wraning-wrapper {
        width: 100%
    }

    .printSet_v02 .townBody .map_theme {
        transform: scale(.8);
        transform-origin: top left
    }

        .printSet_v02 .townBody .map_theme .weather_data {
            z-index: 1
        }

    .printSet_v02 .townBody .weather_data {
        top: 5rem
    }

    .printSet_v02 .townBody #theme-1 svg {
        position: relative;
        top: 8rem
    }

    .printSet_v02 .townBody .map-wrapper {
        padding-bottom: 19rem
    }

    .printSet_v02 .countyBody .wrapper {
        overflow-x: visible
    }

    .printSet_v02 .countyBody .report-table.pc table thead {
        background-color: #42a1ae !important;
        color: #fff !important
    }

        .printSet_v02 .countyBody .report-table.pc table thead tr th {
            color: #fff !important
        }

    .printSet_v02 .countyBody .report-table.pc table tbody tr:nth-child(odd) {
        background-color: #fffcf5 !important
    }

    .printSet_v02 .countyBody .report-table.pc table tbody .time th[headers] {
        background-color: #fffcf5 !important;
        color: #0f838c !important
    }

    .printSet_v02 .countyBody .weather_time a {
        color: #187ac8
    }

    .printSet_v02 .countyBody .marquee {
        background-color: #187ac8;
        color: #fff
    }

    .printSet_v02 .countyBody .heading-title {
        margin-bottom: 20px
    }

        .printSet_v02 .countyBody .heading-title.type_7 a {
            padding: 5px
        }

    .printSet_v02 .countyBody .tab-v7 .nav-pills {
        margin-bottom: 0
    }

    .printSet_v02 .countyBody .col-sm-6.col-lg-7 {
        margin-bottom: 10px
    }

    .printSet_v02 .countyBody .cubeV9-table.pc {
        transform: scale(.8);
        transform-origin: top left
    }

    .printSet_v02 .countyBody .btn-back {
        color: #fff;
        background-color: #187ac8
    }

    .printSet_v02 .countyBody .cubeV9-table.pc thead td, .printSet_v02 .countyBody .cubeV9-table.pc thead th {
        background-color: #0f838c !important;
        border-color: #ddd !important
    }

    .printSet_v02 .countyBody .wraning-wrapper {
        width: 100%
    }

    .printSet_v02 .countyBody .map_theme {
        transform: scale(.8);
        transform-origin: top left
    }

        .printSet_v02 .countyBody .map_theme .weather_data {
            z-index: 1
        }

    .printSet_v02 .countyBody .weather_data {
        top: 5rem
    }

    .printSet_v02 .countyBody #theme-1 svg {
        position: relative;
        top: 8rem
    }

    .printSet_v02 .countyBody .map-wrapper {
        padding-bottom: 0
    }

    .printSet_v02 .countyBody .btn-link.btn-back.hidden-xs {
        display: inline-block !important;
        color: #337ab7 !important;
        background-color: transparent
    }

    .printSet_v02 .countyBody .map_theme .weather_data {
        top: 8rem;
        left: 2rem
    }

    .printSet_v02 .countyBody .marquee {
        background-color: #187ac8;
        color: #fff
    }

    .printSet_v02 .countyBody .anchor.tab_hr.d-none.d-lg-block {
        display: block !important
    }

    .printSet_v02 .countyBody .d-xl-none.d-block {
        display: none !important
    }

    .printSet_v02 .countyBody .table-responsive.report-table.pc.grid_open {
        overflow: visible
    }

    .printSet_v02 .obs_county .col-md-1.col-sm-2.col-md-offset-4.col-sm-offset-2 {
        width: 16.66666667%
    }

    .printSet_v02 .obs_county .table-striped.version_5 thead th:first-child {
        background-color: #0959a8 !important;
        min-height: 100% !important
    }

    .printSet_v02 .obs_county .mobile_table-month .table > tbody > tr > td, .printSet_v02 .obs_county .mobile_table-month .table > tbody > tr > th, .printSet_v02 .obs_county .mobile_table-month .table > tfoot > tr > td, .printSet_v02 .obs_county .mobile_table-month .table > tfoot > tr > th, .printSet_v02 .obs_county .mobile_table-month .table > thead > tr > td, .printSet_v02 .obs_county .mobile_table-month .table > thead > tr > th {
        min-height: 100% !important
    }

    .printSet_v02 .obs_county .mobile_table-month .table > tbody > tr > td, .printSet_v02 .obs_county .mobile_table-month .table > tbody > tr > th, .printSet_v02 .obs_county .mobile_table-month .table > tfoot > tr > td, .printSet_v02 .obs_county .mobile_table-month .table > tfoot > tr > th, .printSet_v02 .obs_county .mobile_table-month .table > thead > tr > td, .printSet_v02 .obs_county .mobile_table-month .table > thead > tr > th {
        display: block !important
    }

    .printSet_v02 .obs_county .mobile_table-month .table thead {
        break-inside: auto
    }

    .printSet_v02 .obs_county td[headers*=weather] {
        width: 780px
    }

    .printSet_v02 .obs_county .mobile_table-month .version_5 tbody tr td, .printSet_v02 .obs_county .mobile_table-month .version_5 tbody tr th {
        border: 1px solid #f6f6f6
    }

    .printSet_v02 .obs_county .mobile_table-month .btn-group + table {
        margin-top: 0
    }

    .printSet_v02 .obs_county #back, .printSet_v02 .obs_county #next {
        display: none !important
    }

    .printSet_v02 .obs_county .mobile_table-month {
        margin-bottom: 0
    }

    .printSet_v02 .weekly_forecast #display {
        display: none
    }

    .printSet_v02 .weekly_forecast #selectday2 {
        background-color: transparent
    }

    .printSet_v02 .weekly_forecast .tab-default {
        border-bottom: 2px solid #42a1ae
    }

    .printSet_v02 .weekly_forecast .sevenDaysReport table thead td, .printSet_v02 .weekly_forecast .sevenDaysReport table thead th {
        background-color: #42a1ae !important
    }

        .printSet_v02 .weekly_forecast .sevenDaysReport table thead td.holiday, .printSet_v02 .weekly_forecast .sevenDaysReport table thead th.holiday {
            background-color: #d83023 !important
        }

    .printSet_v02 .weekly_forecast .sevenDaysReport table tbody .day th {
        background-color: #0f838c !important
    }

    .printSet_v02 .weekly_forecast td[headers*=time] {
        background-color: #42a1ae !important
    }

    .printSet_v02 .table-blueroute tbody tr {
        page-break-inside: avoid
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .map_theme svg {
        height: 610px
    }

    .map_theme#theme-5 svg {
        height: 815px
    }

    .cube ul li {
        width: auto
    }

    .btn[data-target="#eq-modal"]:after {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }

    .vab-bk {
        height: 100%
    }

    .switch-wrap {
        display: none
    }

        .switch-wrap.is_open {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }
}

html[lang=en-US] *, html[lang=en-US] a {
    word-break: keep-all;
    text-align: left
}

html[lang=en-US] p {
    text-align: left
}

html[lang=en-US] .header .topbar ul.loginbar > li > a {
    font-size: .8rem
}

html[lang=en-US] .header .navbar-nav > li > a {
    font-size: .8rem;
    letter-spacing: 1px;
    padding: 5px 6px
}

@media (max-width:991px) {
    html[lang=en-US] .header .showFontSizer {
        border-left: 1px solid rgba(255,255,255,.4);
        border-right: 1px solid rgba(255,255,255,.4)
    }

        html[lang=en-US] .header .showFontSizer > a {
            min-height: 1.4rem;
            min-width: 2.3rem;
            border: none;
            padding: 0 .4rem;
            font-size: 1.4rem !important;
            margin-left: 0;
            margin-right: 0
        }

            html[lang=en-US] .header .showFontSizer > a.is-active, html[lang=en-US] .header .showFontSizer > a:hover {
                background-color: #187ac8;
                color: #fff
            }

            html[lang=en-US] .header .showFontSizer > a i {
                position: absolute;
                transform: translate(-50%,-50%);
                top: 50%;
                left: 50%
            }
}

html[lang=en-US] .header .showFontSizer .fontSizer a {
    min-width: 1.8rem;
    text-align: center !important
}

html[lang=en-US] .header .equal-title span {
    font-size: 1.2rem
}

html[lang=en-US] .header .mega-menu .equal-height .equal-height-in h3 .icon-menu-clock {
    margin-right: 0
}

html[lang=en-US] .header .mega-menu .equal-height .equal-height-in h3 > a {
    font-size: .675rem;
    font-weight: 700
}

html[lang=en-US] .header .mega-menu .equal-height .equal-height-in .sublevel-2 > li > a {
    font-size: .675rem
}

html[lang=en-US] .header .mega-menu .equal-height .equal-height-in + .equal-height-in {
    margin-left: 10px
}

html[lang=en-US] .header .citytownlink .menu-tabs .nav-tabs > li > a {
    padding: 6px 12px;
    font-size: .8rem;
    letter-spacing: 1px
}

html[lang=en-US] .slider-btn #play {
    white-space: nowrap
}

@media (max-width:1040px) and (min-width:992px) {
    html[lang=en-US] .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .AD-item {
        height: 381px
    }
}

@media (max-width:668px) and (min-width:640px) {
    html[lang=en-US] .intro_vision .intro_wrap .cube_sideNAV .carousel_wrap .AD-item {
        height: 409px
    }
}

html[lang=en-US] .quake_info span {
    padding-left: 4.8em
}

html[lang=en-US] .three-hr-forecast .table tbody tr td {
    vertical-align: text-top
}

html[lang=en-US] .sevenDaysReport table tbody .day th span.heading_3 {
    font-size: .875rem;
    letter-spacing: normal
}

html[lang=en-US] .UVI-station > span > .UVI-icon span {
    word-break: keep-all
}

html[lang=en-US] .data-colorbar {
    word-break: inherit
}

html[lang=en-US] .typ-nowlist li {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
    padding: .5rem 0
}

    html[lang=en-US] .typ-nowlist li span:first-child, html[lang=en-US] .typ-nowlist li span:last-child {
        width: 100%;
        -ms-flex: 0 1 auto;
        text-align: left
    }

    html[lang=en-US] .typ-nowlist li span:first-child {
        font-weight: 700
    }

    html[lang=en-US] .typ-nowlist li span:last-child {
        padding-left: 2.5rem
    }

html[lang=en-US] .default_list > li > p {
    word-break: keep-all
}

html[lang=en-US] .index-seeMore {
    display: block;
    width: 100%
}

@media (max-width:992px) {
    html[lang=en-US] .index-seeMore {
        text-align: center
    }
}

html[lang=en-US] #default_map .weather_info {
    text-indent: -20px;
    padding-left: 30px !important;
    width: 12rem
}

html[lang=en-US] #default_map .weather_time {
    width: 12rem
}

@media (max-width:1199px) and (min-width:992px) {
    html[lang=en-US] .intro_vision .intro-index-kv .cube_weather .weather-loc .city-in .sky-form {
        height: 113px
    }
}

@media (max-width:752px) and (min-width:640px) {
    html[lang=en-US] .intro_vision .intro-index-kv .cube_weather .weather-loc .city-in .sky-form {
        height: 113px
    }
}

@media (max-width:1200px) and (min-width:992px) {
    html[lang=en-US] .header .logo {
        top: 35%
    }

    html[lang=en-US] .mega-menu {
        margin-top: 15px
    }
}

@media (min-width:992px) {
    html[lang=en-US] html[lang=en-US] .tab-forecast-map .tab-content ol li a {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 5px
    }

        html[lang=en-US] html[lang=en-US] .tab-forecast-map .tab-content ol li a > span {
            width: auto
        }

            html[lang=en-US] html[lang=en-US] .tab-forecast-map .tab-content ol li a > span.city {
                width: 100%
            }

                html[lang=en-US] html[lang=en-US] .tab-forecast-map .tab-content ol li a > span.city.rain:before {
                    border-left: 1px solid #767676;
                    padding: 0 .5rem;
                    display: inline-block
                }

            html[lang=en-US] html[lang=en-US] .tab-forecast-map .tab-content ol li a > span.weather [class*=tem-], html[lang=en-US] html[lang=en-US] .tab-forecast-map .tab-content ol li a > span.weather img {
                display: inline-block;
                margin: 0 .25rem
            }

    html[lang=en-US] html[lang=en-US] .map_theme .weather_data .icon_zone {
        max-width: 150px
    }
}

@media (max-width:575px) {
    html[lang=en-US] .threehr .panel-body ul li {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:480px) {
    html[lang=en-US] .OB_wrap .list-block li {
        width: 100%
    }

    html[lang=en-US] .detail-menulist > li ol {
        width: 65%
    }

    html[lang=en-US] .stag li span {
        padding: 20px 10px;
        width: 100%
    }
}

html[lang=en-US] .sunrise .table > tbody > tr th {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    padding: 0
}

@media (max-width:668px) {
    html[lang=en-US] .sunrise .table > tbody > tr th {
        height: 100px;
        padding: 15px 5px
    }
}

@media (max-width:991px) {
    html[lang=en-US] .sunrise .table > tbody > tr {
        width: calc(100% / 3) !important
    }
}

@media (max-width:640px) {
    html[lang=en-US] .no-serifs .tab-content ul li data {
        display: block;
        width: 106px;
        margin-bottom: 15px
    }
}

html[lang=en-US] .chief .avatar-photo span {
    padding: 5px 0 15px;
    font-size: 1.125rem;
    line-height: 1.2
}

    html[lang=en-US] .chief .avatar-photo span small {
        font-size: .875rem
    }

html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+1).active:before {
    background: #187ac8
}

@media (max-width:588px) {
    html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+1).active:before {
        background: 0 0
    }
}

html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+2).active:before {
    background: #eb619f
}

@media (max-width:588px) {
    html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+2).active:before {
        background: 0 0
    }
}

html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+3).active:before {
    background: #42a1ae
}

@media (max-width:588px) {
    html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+3).active:before {
        background: 0 0
    }
}

html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+4).active:before {
    background: orange
}

@media (max-width:588px) {
    html[lang=en-US] .tab-circle .nav.nav-icon > li:nth-child(3n+4).active:before {
        background: 0 0
    }
}

html[lang=en-US] .icon-cwb-arrow-up {
    text-align: center !important;
    font-size: 1.3rem !important
}

html[lang=en-US] .icon-unstable {
    text-align: center !important;
    font-size: 1.3rem !important
}

html[lang=en-US] #StationData tbody tr td img {
    width: 30px;
    height: 30px
}

html[lang=en-US] #PC_hr a, html[lang=en-US] #PC_week a, html[lang=en-US] #m_week a, html[lang=en-US] #three_hr_feel a, html[lang=en-US] #town a, html[lang=en-US] #w-1 a, html[lang=en-US] #w-2 a, html[lang=en-US] #w-3 a, html[lang=en-US] #w-4 a, html[lang=en-US] #w-5 a, html[lang=en-US] #w-6 a, html[lang=en-US] .cube a {
    text-align: center !important
}

html[lang=en-US] #PC_hr p, html[lang=en-US] #PC_week p, html[lang=en-US] #m_week p, html[lang=en-US] #three_hr_feel p, html[lang=en-US] #town p, html[lang=en-US] #w-1 p, html[lang=en-US] #w-2 p, html[lang=en-US] #w-3 p, html[lang=en-US] #w-4 p, html[lang=en-US] #w-5 p, html[lang=en-US] #w-6 p, html[lang=en-US] .cube p {
    text-align: center !important
}

html[lang=en-US] #PC_hr i, html[lang=en-US] #PC_week i, html[lang=en-US] #m_week i, html[lang=en-US] #three_hr_feel i, html[lang=en-US] #town i, html[lang=en-US] #w-1 i, html[lang=en-US] #w-2 i, html[lang=en-US] #w-3 i, html[lang=en-US] #w-4 i, html[lang=en-US] #w-5 i, html[lang=en-US] #w-6 i, html[lang=en-US] .cube i {
    text-align: center !important
}

html[lang=en-US] #PC_hr li, html[lang=en-US] #PC_week li, html[lang=en-US] #m_week li, html[lang=en-US] #three_hr_feel li, html[lang=en-US] #town li, html[lang=en-US] #w-1 li, html[lang=en-US] #w-2 li, html[lang=en-US] #w-3 li, html[lang=en-US] #w-4 li, html[lang=en-US] #w-5 li, html[lang=en-US] #w-6 li, html[lang=en-US] .cube li {
    text-align: center !important
}

html[lang=en-US] #PC_hr span, html[lang=en-US] #PC_week span, html[lang=en-US] #m_week span, html[lang=en-US] #three_hr_feel span, html[lang=en-US] #town span, html[lang=en-US] #w-1 span, html[lang=en-US] #w-2 span, html[lang=en-US] #w-3 span, html[lang=en-US] #w-4 span, html[lang=en-US] #w-5 span, html[lang=en-US] #w-6 span, html[lang=en-US] .cube span {
    text-align: center !important
}

html[lang=en-US] #PC_hr b, html[lang=en-US] #PC_week b, html[lang=en-US] #m_week b, html[lang=en-US] #three_hr_feel b, html[lang=en-US] #town b, html[lang=en-US] #w-1 b, html[lang=en-US] #w-2 b, html[lang=en-US] #w-3 b, html[lang=en-US] #w-4 b, html[lang=en-US] #w-5 b, html[lang=en-US] #w-6 b, html[lang=en-US] .cube b {
    text-align: center !important
}

@media (max-width:991px) {
    html[lang=en-US] #town li a {
        flex-flow: inherit
    }
}

html[lang=en-US] #town li a .weather {
    width: 80%
}

@media (max-width:991px) {
    html[lang=en-US] #town li a .weather {
        display: block;
        width: 100%
    }
}

html[lang=en-US] table.table.table-striped.version_5 thead tr th {
    min-height: 67px;
    min-width: 71px
}

    html[lang=en-US] table.table.table-striped.version_5 thead tr th span {
        text-align: center
    }

@media (max-width:991px) {
    html[lang=en-US] table.table.table-striped.version_5 tbody tr {
        min-height: 80px
    }
}

html[lang=en-US] table.table.table-striped.version_5 tbody tr td {
    min-width: 71px;
    word-break: keep-all
}

    html[lang=en-US] table.table.table-striped.version_5 tbody tr td div {
        text-align: center
    }

    html[lang=en-US] table.table.table-striped.version_5 tbody tr td span {
        text-align: center
    }

    html[lang=en-US] table.table.table-striped.version_5 tbody tr td p {
        text-align: center
    }

    html[lang=en-US] table.table.table-striped.version_5 tbody tr td li {
        text-align: center
    }

html[lang=en-US] table.table.table-striped.version_5 td, html[lang=en-US] table.table.table-striped.version_5 th {
    font-size: xx-small !important;
    padding: 8px 0;
    text-align: center
}

html[lang=en-US] #theme-1 .city {
    word-break: keep-all;
    line-height: 1.2
}

html[lang=en-US] .switch-ui .switch-ui-label .switch-ui-inner.wind:before {
    content: 'BS';
    padding-left: 10px;
    text-align: left
}

html[lang=en-US] .table-striped.version_6 thead tr th:nth-child(2) {
    width: 25%
}

html[lang=en-US] #Climate_MOD th, html[lang=en-US] #SunMoon_MOD th {
    font-size: smaller
}

html[lang=en-US] #Climate_MOD td, html[lang=en-US] #SunMoon_MOD td {
    text-align: center
}

    html[lang=en-US] #Climate_MOD td span, html[lang=en-US] #SunMoon_MOD td span {
        text-align: center
    }

html[lang=en-US] #PC_week tfoot td {
    width: calc(100% / 14)
}

    html[lang=en-US] #PC_week tfoot td p {
        text-align: center !important;
        font-size: smaller;
        letter-spacing: 0
    }

html[lang=en-US] .sky-form .label {
    word-break: keep-all
}

html[lang=en-US] .data-colorbar li:after {
    letter-spacing: -1px;
    word-break: normal
}

html[lang=en-US] .data-colorbar li:before {
    word-break: normal
}

html[lang=en-US] .sevenDaysReport.table-responsive .table .day span {
    text-align: center
}

html[lang=en-US] .map_theme .weather_data .icon_zone {
    width: min-content
}

html[lang=en-US] .UVI-icon > span {
    font-size: small
}

html[lang=en-US] .UVI-station > span > .UVI-icon {
    background: -webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 0);
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 0);
    transition: .3s
}

    html[lang=en-US] .UVI-station > span > .UVI-icon:hover {
        background: -webkit-linear-gradient(top,#fff 30%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,#fff 30%,rgba(255,255,255,0) 100%);
        transition: .3s
    }

@media (max-width:768px) {
    html[lang=en-US] .table_fix_left .table > thead > tr.th_row_1 > th:first-child {
        background: #187ac8;
        min-height: 74px;
        min-width: 140px
    }

    html[lang=en-US] .table_fix_left .table {
        margin-left: 140px
    }

        html[lang=en-US] .table_fix_left .table > thead > tr > th:first-child {
            width: 140px
        }
}

@media (max-width:992px) {
    html[lang=en-US] .mobile_table-month .table > tbody > tr > th:first-child {
        font-size: xx-small
    }
}

html[lang=en-US] .story-photo .photo-visible {
    max-height: 380px
}

@media (max-width:1200px) {
    html[lang=en-US] .story-photo .photo-visible {
        max-height: 318px
    }
}

@media (max-width:991px) {
    html[lang=en-US] .story-photo .photo-visible img {
        max-height: 245px
    }
}

html[lang=en-US] .color-map .region {
    margin-left: 0;
    padding-left: 0
}

    html[lang=en-US] .color-map .region li {
        margin: 10px 0
    }

@media (max-width:575px) {
    html[lang=en-US] #table1 td {
        padding: 20px 0
    }
}

html[lang=en-US] .no-serifs .nav > li a {
    text-align: center
}

html[lang=en-US] .en-table td, html[lang=en-US] .en-table th {
    font-size: xx-small
}

html[lang=en-US] .en-table th {
    word-break: initial !important
}

html[lang=en-US] .btn-back {
    position: relative;
    z-index: 2
}

    html[lang=en-US] .btn-back .icon-taiwan-land {
        text-align: center
    }

html[lang=en-US] .pc_week-v3 tfoot td {
    width: calc(100% / 7) !important
}

    html[lang=en-US] .pc_week-v3 tfoot td p {
        text-align: center !important;
        font-size: smaller;
        letter-spacing: 0
    }

html[lang=en-US] .map_theme .weather_data .icon_zone .city {
    word-break: initial
}

@media (max-width:768px) {
    html[lang=en-US] .table_fix_left .table > tbody > tr > th:first-child {
        width: 140px
    }
}

html[lang=en-US] #theme-4 .blueroute > li#pGuishandao_S {
    top: 23%;
    left: 73%
}

html[lang=en-US] .table-blueroute > tbody > tr > th span {
    text-align: center
}

html[lang=en-US] .checklist.porition li {
    text-align: center
}

html[lang=en-US] .nwp-modal .close {
    text-align: center
}

html[lang=en-US] .OB_wrap > .list-block > li .tem-C {
    text-align: center
}

html[lang=en-US] .OB_wrap > .list-block > li .tem-F {
    text-align: center
}

html[lang=en-US] .tab-circle > .nav-icon {
    text-align: center
}

    html[lang=en-US] .tab-circle > .nav-icon li {
        text-align: center
    }

@media (max-width:480px) {
    html[lang=en-US] .tab-circle .nav.nav-icon > li {
        margin: 0 5px;
        font-size: .6rem
    }
}

html[lang=en-US] .table-striped.top3 thead th {
    font-size: xx-small;
    min-width: 70px
}

html[lang=en-US] .table-striped.top3 thead #F_TempSort {
    min-width: 70px
}

html[lang=en-US] .table-striped.top3 thead #F_Temp {
    min-width: 40px
}

html[lang=en-US] .table-striped.top3 thead #F_TempTime {
    min-width: 50px
}

html[lang=en-US] .table-striped.top3 tbody tr td {
    color: #0959a8;
    font-size: xx-small
}

html[lang=en-US] .table-striped.top3 tbody tr:nth-child(1) td, html[lang=en-US] .table-striped.top3 tbody tr:nth-child(2) td, html[lang=en-US] .table-striped.top3 tbody tr:nth-child(3) td {
    color: #cd2500
}

@media (max-width:640px) {
    html[lang=en-US] .no-serifs .tab-content ul li data {
        display: block;
        width: 110px;
        margin-bottom: 15px;
        text-align: center
    }
}

html[lang=en-US] .table-v6 td, html[lang=en-US] .table-v6 th {
    font-size: xx-small;
    min-width: 150px
}

html[lang=en-US] .table-striped.text-left tbody tr td {
    word-break: keep-all
}

html[lang=en-US] .flex_table .table thead tr th {
    word-break: keep-all;
    font-size: xx-small;
    padding: 3px
}

html[lang=en-US] .earth_table thead tr th:nth-child(1) {
    min-width: 55px
}

html[lang=en-US] .cube-wrap .cube-head {
    letter-spacing: 1px
}

@media (max-width:991px) {
    html[lang=en-US] .header .mega-menu .equal-height .equal-height-in + .equal-height-in {
        margin-left: 0
    }
}

html[lang=en-US] .min-w tr th:first-child {
    min-width: 55px
}

html[lang=en-US] .min-w tr td:first-child {
    min-width: 55px
}

html[lang=en-US] #UVIHistory_MOD tr th:first-child {
    min-width: 111px
}

html[lang=en-US] .letter-title h3 {
    text-align: center
}

html[lang=en-US] .big-icon-list h4, html[lang=en-US] .big-icon-list li {
    text-align: center
}

html[lang=en-US] .big-icon-list .sm-align-r {
    text-align: right
}

html[lang=en-US] .app-banner p {
    text-align: center !important
}

html[lang=en-US] .coastal_detail {
    overflow: auto
}

    html[lang=en-US] .coastal_detail td, html[lang=en-US] .coastal_detail th {
        min-width: 70px;
        font-size: .8rem;
        text-align: center
    }

    html[lang=en-US] .coastal_detail::-webkit-scrollbar {
        width: 5px
    }

    html[lang=en-US] .coastal_detail::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 25px
    }

    html[lang=en-US] .coastal_detail::-webkit-scrollbar-thumb {
        background: #1a67b1;
        border-radius: 25px;
        transition: .3s
    }

        html[lang=en-US] .coastal_detail::-webkit-scrollbar-thumb:hover {
            background: #13508c
        }

@media (max-width:480px) {
    html[lang=en-US] .coastal_detail .unit_switch {
        min-height: 40px
    }
}

html[lang=en-US] .coastal_select select {
    font-size: .8rem !important
}

html[lang=en-US] #tab_graph li {
    flex-basis: 33%
}

html[lang=en-US] #tab_graph span {
    word-break: keep-all
}

html[lang=en-US] #tab_chart.heading-title.type_7 {
    line-height: 1.1
}

@media screen and (max-width:1199px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 {
        height: 50px
    }
}

@media screen and (max-width:767px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 {
        height: 80px
    }
}

@media screen and (max-width:575px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 {
        height: 100px
    }
}

@media screen and (max-width:414px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 {
        height: 140px
    }
}

@media screen and (max-width:385px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 {
        flex-wrap: wrap;
        height: 180px
    }
}

@media screen and (max-width:1199px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 a {
        height: 50px
    }
}

@media screen and (max-width:767px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 a {
        height: 80px
    }
}

@media screen and (max-width:575px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 a {
        height: 100px
    }
}

@media screen and (max-width:414px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 a {
        height: 140px
    }
}

@media screen and (max-width:385px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 a {
        flex: 1 1 50%;
        height: 90px
    }
}

@media screen and (max-width:767px) {
    html[lang=en-US] #tab_chart.heading-title.type_7 a:nth-child(3) {
        margin-left: 0
    }
}

html[lang=en-US] .countyBody, html[lang=en-US] .townBody {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

    html[lang=en-US] .countyBody .area_search_item-v9, html[lang=en-US] .townBody .area_search_item-v9 {
        width: 100%
    }

@media screen and (max-width:767px) {
    html[lang=en-US] .countyBody .area_search_item-v9 #open_search + .ui-widget, html[lang=en-US] .countyBody .area_search_item-v9 .countryselect-title + .col, html[lang=en-US] .townBody .area_search_item-v9 #open_search + .ui-widget, html[lang=en-US] .townBody .area_search_item-v9 .countryselect-title + .col {
        width: 100%
    }
}

@media screen and (min-width:1201px) {
    html[lang=en-US] .countyBody .area_search_item-v9 .col, html[lang=en-US] .townBody .area_search_item-v9 .col {
        max-width: 710px
    }

    html[lang=en-US] .countyBody .area_search_item-v9 .ui-widget, html[lang=en-US] .townBody .area_search_item-v9 .ui-widget {
        max-width: 550px
    }
}

html[lang=en-US] .countyBody .area_search_item-v9 .countryselect-title + .col .w-50, html[lang=en-US] .townBody .area_search_item-v9 .countryselect-title + .col .w-50 {
    flex-shrink: 1
}

@media screen and (max-width:1200px) {
    html[lang=en-US] .countyBody .area_search_btn-v9, html[lang=en-US] .townBody .area_search_btn-v9 {
        width: 100%;
        margin: 15px 0;
        transform: translateY(0)
    }
}

@media screen and (max-width:767px) {
    html[lang=en-US] .countyBody .area_search_btn-v9, html[lang=en-US] .townBody .area_search_btn-v9 {
        margin: 5px 0 30px 0
    }
}

html[lang=en-US] .countyBody .area_search_place, html[lang=en-US] .townBody .area_search_place {
    width: calc(100% - 6.4rem)
}

@media screen and (max-width:1200px) {
    html[lang=en-US] .countyBody .area_search_place, html[lang=en-US] .townBody .area_search_place {
        width: 100%
    }
}

html[lang=en-US] .countyBody .area_search_place .ui-widget, html[lang=en-US] .townBody .area_search_place .ui-widget {
    width: 100%
}

    html[lang=en-US] .countyBody .area_search_place .ui-widget .input, html[lang=en-US] .townBody .area_search_place .ui-widget .input {
        display: block
    }

html[lang=en-US] .countyBody .cubeV9-table.sp .icon-humidity, html[lang=en-US] .townBody .cubeV9-table.sp .icon-humidity {
    padding-top: 15px
}

html[lang=en-US] .countyBody .area_search_place::before {
    content: '';
    display: none
}

html[lang=en-US] #StationData th[headers=station] a {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto
}

html[lang=en-US] .map_theme .map-tag[data-name=C64L2], html[lang=en-US] .map_theme .map-tag[data-name=C67L3], html[lang=en-US] .map_theme .map-tag[data-name=C67L2] {
    max-width: 120px
}

html[lang=en-US] .map_theme .map-tag[data-name=C64L3] {
    max-width: 130px
}

html[lang=en-US] .map_theme .map-tag[data-name=C66L2], html[lang=en-US] .map_theme .map-tag[data-name=C10013L2], html[lang=en-US] .map_theme .map-tag[data-name=C10013L3] {
    max-width: 100px
}

html[lang=en-US] .map_theme .map-tag[data-name=C66L3], html[lang=en-US] .map_theme .map-tag[data-name=C66L2] {
    max-width: 90px
}

html[lang=en-US] .townBody .weather_data .icon_zone.icon_zone_main[name=T6600400] {
    left: 28%;
    top: 108%
}

html[lang=en-US] .diagram *, html[lang=en-US] .diagram a {
    text-align: center !important;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

html[lang=en-US] .diagram ul .lev2-1 .lev3-1 {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: block
}

    html[lang=en-US] .diagram ul .lev2-1 .lev3-1 .item + .item {
        padding-top: 1rem
    }

    html[lang=en-US] .diagram ul .lev2-1 .lev3-1 .item a {
        writing-mode: horizontal-tb
    }

@media (min-width:769px) {
    html[lang=en-US] .diagram ul .lev2-1 .lev3-1 .item a {
        width: 300px
    }
}

html[lang=en-US] .diagram ul .lev2-1 .lev3-1 .item a::before {
    content: none
}

html[lang=en-US] .diagram ul .lev2-1 .lev3-1 .item:first-child a::before {
    content: ""
}

html[lang=en-US] .diagram ul .lev2-1 .lev3-1:first-child::before {
    left: 50%
}

html[lang=en-US] .diagram ul .lev2-1 .lev3-1:last-child::before {
    right: 50%
}

html[lang=en-US] .cubeV9-table i {
    text-align: center
}

html[lang=en-US] .cubeV9-table td, html[lang=en-US] .cubeV9-table th {
    text-align: center
}

@media (min-width:450px) {
    html[lang=en-US] .cubeV9-table.sp > .d-flex > .col-6:nth-child(2) > .d-flex > .col-6:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: auto !important
    }
}

@media (max-width:450px) {
    html[lang=en-US] .cubeV9-table.sp > .d-flex > .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

        html[lang=en-US] .cubeV9-table.sp > .d-flex > .col-6:first-child {
            padding: 1rem;
            border-bottom: 1px solid #7fd9e4
        }

        html[lang=en-US] .cubeV9-table.sp > .d-flex > .col-6 .border-left-solid:first-child {
            border-left: 0
        }
}

html[lang=en-US] span.ships {
    text-align: center
}

html[lang=en-US] span.beach {
    text-align: center
}

html[lang=en-US] .tab-v7 #tab_graph li {
    flex-basis: 0%
}

html[lang=en-US] .tab-v7 .nav-pills {
    flex-wrap: nowrap
}

    html[lang=en-US] .tab-v7 .nav-pills li {
        width: unset;
        float: none;
        flex: auto
    }

@media (min-width:501px) {
    html[lang=en-US] #Life_SP_3hrSea {
        display: none
    }
}

@media screen and (max-width:767px) {
    html[lang=en-US] #Life_SP_3hrSea .table-responsive {
        margin-bottom: 0
    }
}

html[lang=en-US] .report-table-v1.sp.wrapper {
    overflow-x: scroll;
    overflow-y: hidden
}

    html[lang=en-US] .report-table-v1.sp.wrapper.show-content {
        height: auto !important;
        line-height: 0 !important
    }

html[lang=en-US] .report-table-v1.sp table {
    width: 506px;
    max-width: none
}

    html[lang=en-US] .report-table-v1.sp table thead tr th:first-child {
        position: sticky;
        left: 0;
        z-index: 1
    }

    html[lang=en-US] .report-table-v1.sp table tbody tr th {
        position: sticky;
        left: 0;
        z-index: 1
    }

a.focusable {
    background: #000;
    color: #fff !important;
    float: left;
    text-decoration: none;
    padding: 5px 10px
}

.focusable {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: none
}

    .focusable:focus {
        position: absolute;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip: auto;
        z-index: 1009
    }

noscript h2 {
    color: red
}

.tab-area {
    padding-left: 0;
    position: relative;
    width: 100%;
    margin-top: 120px
}

@media (max-width:991px) {
    .tab-area {
        margin-top: 420px
    }
}

.tab-area .tab-item.active a {
    color: #fff;
    background-color: #0959a8;
    transition: .3s
}

.tab-area .tab-item {
    position: absolute;
    top: -120px;
    list-style: none;
    height: 118px;
    width: calc(100% / 6)
}

    .tab-area .tab-item a {
        text-align: center;
        font-size: 1rem;
        padding: 15px;
        display: block;
        padding: 20px 15px;
        color: #0959a8;
        border-radius: 3px;
        transition: .3s
    }

@media (max-width:991px) {
    .tab-area .tab-item a {
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.tab-area .tab-item a i {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .tab-area .tab-item a i {
        display: inline;
        margin-right: .5rem
    }
}

.tab-area .tab-item a:hover {
    color: #fff;
    background-color: #0959a8;
    transition: .3s
}

@media (max-width:991px) {
    .tab-area .tab-item {
        width: 100%
    }
}

.tab-area .tab-item:first-child {
    left: -1%
}

@media (max-width:991px) {
    .tab-area .tab-item:first-child {
        top: -420px;
        left: 0
    }
}

.tab-area .tab-item:nth-child(3) {
    left: 16%
}

@media (max-width:991px) {
    .tab-area .tab-item:nth-child(3) {
        top: -350px;
        left: 0
    }
}

.tab-area .tab-item:nth-child(5) {
    left: 33%
}

@media (max-width:991px) {
    .tab-area .tab-item:nth-child(5) {
        top: -280px;
        left: 0
    }
}

.tab-area .tab-item:nth-child(7) {
    right: 33%
}

@media (max-width:991px) {
    .tab-area .tab-item:nth-child(7) {
        top: -210px;
        left: 0
    }
}

.tab-area .tab-item:nth-child(9) {
    right: 16%
}

@media (max-width:991px) {
    .tab-area .tab-item:nth-child(9) {
        top: -140px;
        left: 0
    }
}

.tab-area .tab-item:nth-child(11) {
    right: -1%
}

@media (max-width:991px) {
    .tab-area .tab-item:nth-child(11) {
        top: -70px;
        left: 0
    }
}

.tab-area .tab-news {
    display: none
}

    .tab-area .tab-news.active {
        display: block
    }

@media (min-width:991px) {
    .header .dropdown.mega-menu-fullwidth:hover .dropdown-menu {
        display: block
    }
}

.header .dropdown.mega-menu-fullwidth:hover > a {
    background-color: #0959a8;
    color: #fff
}

.header .mega-menu .equal-height .equal-height-in .sublevel-2 li a:hover {
    background-color: #0959a8 !important
}

.header .citytownlink .menu-tabs .nav-tabs li a:hover, .header .citytownlink .menu-tabs .nav-tabs > .active > a, .header .citytownlink .menu-tabs .nav-tabs > .active > a:visited {
    background-color: #0959a8 !important
}

.table-scroll {
    width: 100%;
    overflow-x: scroll;
    padding-right: 1px
}

    .table-scroll .table-v6 {
        width: 100%;
        table-layout: fixed
    }

        .table-scroll .table-v6 td, .table-scroll .table-v6 th {
            padding: 8px;
            text-align: center;
            vertical-align: middle;
            box-sizing: border-box;
            font-weight: 400
        }

            .table-scroll .table-v6 td img, .table-scroll .table-v6 th img {
                width: 60px;
                height: 60px
            }

        .table-scroll .table-v6 tr:nth-child(odd) {
            background-color: #fff
        }

            .table-scroll .table-v6 tr:nth-child(odd) th {
                background-color: #f9f9f9
            }

        .table-scroll .table-v6 tr:nth-child(even) {
            background-color: #effcfe
        }

            .table-scroll .table-v6 tr:nth-child(even) th {
                background-color: #fff
            }

        .table-scroll .table-v6 tr th {
            color: #1a67b1
        }

.header .citytownlink .menu-tabs .nav-tabs > .active > a, .header .citytownlink .menu-tabs .nav-tabs > .active > a:active, .header .citytownlink .menu-tabs .nav-tabs > .active > a:focus, .header .citytownlink .menu-tabs .nav-tabs > .active > a:visited {
    border: none;
    background: #0959a8 !important;
    color: #fff
}

.flex_table .table tbody tr td p, .flex_table .table tr td p {
    text-align: center
}

@media (max-width:992px) {
    .mobile_table-month {
        position: relative;
        padding-left: 95px;
        margin-bottom: 0px;
        clear: both
    }

        .mobile_table-month .table > thead > tr > th:first-child {
            position: absolute;
            left: -95px;
            width: 95px !important;
            display: block;
            text-align: center;
            min-height: 100%;
            padding: 7px;
            padding-top: 12px;
        }

        .mobile_table-month .table > tbody > tr > th:first-child {
            left: -95px;
            width: 95px !important
        }
}

.cube-last a {
    opacity: 0 !important
}

    .cube-last a:focus {
        opacity: 1 !important
    }

@media (max-width:768px) {
    .table_fix_left .table > thead > tr > th:first-child {
        background: #e4f3fe
    }
}

#Rainfall_CountyMax tr td:last-child, #Rainfall_Top100_MOD tr td:last-child, #Temp_Top100_MOD tr td:last-child {
    text-align: left !important
}

    #Rainfall_CountyMax tr td:last-child p, #Rainfall_Top100_MOD tr td:last-child p, #Temp_Top100_MOD tr td:last-child p {
        text-align: left !important
    }

.diagram ul .lev2-1 .lev3-1 .item a {
    color: #333
}

.header .mega-menu .equal-height .equal-height-in .sublevel-2 li a.disable {
    display: none
}

input[type=search]:focus, input[type=text]:focus {
    background-color: orange
}

.diagram ul .lev2-1 .lev3-1 .item a {
    height: max-content
}

span.wind .icon-cwb-arrow-up {
    width: 30px;
    margin: auto
}

h1 {
    margin: 0
}

.warning_wrap a > i.fa-exclamation-triangle:after {
    height: 15px
}

.header .topbar {
    padding: 5px 0
}

.header .navbar-nav > li > a {
    padding: 5px 10px
}

@media (max-width:991px) {
    .header .navbar-nav > li > a {
        padding: 12px 10px
    }
}

.cube-wrap {
    margin-bottom: 10px
}

.tab-default.vision_2.tab-default {
    margin: 0;
    margin-bottom: 20px
}

.content-xs {
    padding: 0 15px
}

.nav > li > a {
    padding: 5px 15px
}

.mb-10 {
    margin-bottom: 10px
}

.common-func {
    background: 0 0;
    min-height: auto
}

    .common-func li {
        transition: .3s;
        display: block !important
    }

        .common-func li:hover {
            background-color: #0959a8;
            color: #fff
        }

.video-main {
    padding: 0 15px
}

.h-300 {
    height: 300px;
    overflow-y: auto;
    padding: 0 15px
}

.pb-40 {
    padding-bottom: 40px
}

@media (max-width:768px) {
    .index-news ul {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .index-news ul li {
            margin: 10px 0;
            text-align: center;
            width: 33%
        }

            .index-news ul li a {
                position: relative;
                padding: 5px 15px
            }

                .index-news ul li a > i {
                    display: inline-block;
                    vertical-align: middle;
                    padding-right: 10px
                }

                .index-news ul li a::after {
                    display: inline-block;
                    padding-left: 10px;
                    position: absolute
                }
}

.warning-list-row {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

    .warning-list-row .warning_wrap .warning_information {
        position: static;
        width: 100%;
        transform: scale(1) !important;
        opacity: 1 !important;
        box-shadow: none;
        border: none;
        padding: 2px 0
    }

        .warning-list-row .warning_wrap .warning_information ol {
            display: flex;
            flex-wrap: wrap;
            width: calc(100% - 53px);
            padding: .25rem
        }

            .warning-list-row .warning_wrap .warning_information ol li {
                border: none;
                white-space: nowrap
            }

@media (max-width:991px) {
    .warning-list-row .warning_wrap .warning_information ol {
        display: block;
        padding: .5rem 0
    }
}

.warning-list-row .warning_wrap .warning_information ol.warnlist > li a:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #a9a9a9;
    right: -5px
}

@media (max-width:991px) {
    .warning-list-row .warning_wrap .warning_information ol.warnlist > li a:after {
        display: none
    }
}

.warning-list-row .warning_wrap .warning_information ol.warnlist > li ul li {
    border: none
}

    .warning-list-row .warning_wrap .warning_information ol.warnlist > li ul li a {
        padding: 0
    }

        .warning-list-row .warning_wrap .warning_information ol.warnlist > li ul li a:after {
            display: none
        }

.warning-list-row .warning_wrap .warning_information ol.warnlist > li {
    display: flex
}

@media (max-width:991px) {
    .warning-list-row .warning_wrap .warning_information ol.warnlist > li {
        display: block;
        padding-top: 0
    }
}

.warning-list-row .warning_wrap .warning_information ol.warnlist > li ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: .5rem
}

    .warning-list-row .warning_wrap .warning_information ol.warnlist > li ul li {
        white-space: nowrap
    }

@media (max-width:991px) {
    .warning-list-row .warning_wrap .warning_information ol.warnlist > li ul {
        display: block
    }

        .warning-list-row .warning_wrap .warning_information ol.warnlist > li ul li {
            padding: .5rem
        }
}

.warning-list-row .warning_wrap .warning_information ol.warnlist > li ul:before {
    content: ":"
}

@media (max-width:991px) {
    .warning-list-row .warning_wrap .warning_information ol.warnlist > li ul:before {
        content: ""
    }
}

.warning-list-row .warning_wrap .warning_information ol.warnlist > li.warn-bg-gray {
    border: none;
    background: #fff
}

@media (max-width:991px) {
    .warning-list-row .warning_wrap .warning_information ol.warnlist > li.warn-bg-gray {
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: .5rem
    }
}

.all-warning-list {
    position: absolute;
    width: 300px;
    right: 0;
    top: 40px;
    display: none
}

    .all-warning-list .warning_information {
        transform: scale(1);
        opacity: 1
    }

.warning-btn-outer {
    position: relative;
    display: block
}

    .warning-btn-outer .warning-btn {
        color: #fff;
        background: #0959a8;
        border: none;
        padding: 6px 10px;
        font-weight: 900;
        line-height: 1.4286;
        border-radius: 2px
    }

        .warning-btn-outer .warning-btn i {
            font-style: normal;
            font-size: 1rem
        }

    .warning-btn-outer span {
        position: absolute;
        display: block;
        background: red;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: .5rem;
        text-align: center;
        border-radius: 50%;
        right: -10px;
        top: -5px
    }

@media (max-width:992px) {
    #warning_wrap {
        display: block
    }
}

.weather_time {
    position: absolute;
    text-align: center !important;
    top: -2px;
    font-weight: 700;
    border-radius: 10px;
    padding: 5px 8px;
    width: 177px;
    color: #1a67b1;
    background-color: #fff
}

.weather_info {
    position: absolute;
    top: 2.2rem;
    left: 5px;
    color: #fff
}

    .weather_info i {
        margin-right: 5px
    }

.intro_vision .intro-index-kv .cube_weather .weather-sun {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
    background-color: transparent;
    color: #fff;
    margin: 4px 0;
    font-size: .875rem;
    letter-spacing: 1px
}

    .intro_vision .intro-index-kv .cube_weather .weather-sun:hover {
        background-color: transparent
    }

.forecast-country, .forecast-latest, .forecast-township, .forecast-week, .weather-air {
    padding: 0 15px;
    background-color: #1a67b1;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: .875rem;
    letter-spacing: 1px;
    position: relative;
    transition: .3s
}

    .forecast-country:after, .forecast-latest:after, .forecast-township:after, .forecast-week:after, .weather-air:after {
        position: absolute;
        content: "\f105";
        font-family: FontAwesome !important;
        font-size: 1.5rem;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

.forecast-country-title, .forecast-latest-title, .forecast-township-title, .forecast-week-title, .weather-air-title {
    color: #fff;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 5px
}

.forecast-country:hover, .forecast-latest:hover, .forecast-township:hover, .forecast-week:hover, .weather-air:hover {
    background: #0959a8
}

@media (max-width:640px) {
    .weather-air {
        margin-bottom: 4px
    }
}

.forecast-country {
    padding: 0
}

@media (max-width:640px) {
    .forecast-country {
        margin-bottom: 4px
    }
}

.forecast-country-title {
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    display: block
}

    .forecast-country-title:active, .forecast-country-title:focus, .forecast-country-title:hover {
        color: #fff
    }

.weather-air {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 16px 15px
}

    .weather-air:after {
        display: none
    }

    .weather-air > span {
        display: inline-block
    }

.forecast-week {
    padding: 0
}

@media (max-width:640px) {
    .forecast-week {
        margin-bottom: 4px
    }
}

.forecast-week-title {
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    display: block
}

    .forecast-week-title:active, .forecast-week-title:focus, .forecast-week-title:hover {
        color: #fff
    }

.forecast-township {
    padding: 0
}

@media (max-width:640px) {
    .forecast-township {
        margin-bottom: 4px
    }
}

.forecast-township-title {
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    display: block
}

    .forecast-township-title:active, .forecast-township-title:focus, .forecast-township-title:hover {
        color: #fff
    }

.forecast-latest {
    padding: 0
}

.forecast-latest-title {
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    display: block
}

    .forecast-latest-title:active, .forecast-latest-title:focus, .forecast-latest-title:hover {
        color: #fff
    }

.warn-row.active {
    visibility: visible;
    display: block
}

@media (max-width:991px) {
    .warn-row.active {
        border-bottom: 1px solid #dcdcdc
    }
}

.warn-row {
    visibility: hidden;
    background: #fff;
    overflow: hidden;
    display: none
}

@media (max-width:991px) {
    .warn-row {
        visibility: visible;
        display: block
    }
}

.index-news ul li.active a::after {
    display: none
}

.px-5p {
    padding-left: 5px;
    padding-right: 5px
}

.custom-outer {
    width: 100%;
    margin: 0 auto
}

@media (min-width:992px) {
    .custom-outer {
        width: 75%
    }
}

.cbp-l-inline {
    margin-top: 0 !important
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

header .sky-form {
    border: none
}

    header .sky-form p {
        display: block;
        border-bottom: none;
        color: #1a67b1;
        letter-spacing: 2px;
        font-size: .975rem;
        padding: 10px 0;
        margin-bottom: 0
    }

.mb-25r {
    margin-bottom: 2.5rem
}

@media (max-width:991px) {
    .mb-25r {
        margin-bottom: 0
    }
}

.cube-v9 {
    display: flex;
    align-items: center
}

    .cube-v9 ul {
        display: flex;
        margin-bottom: 0
    }

        .cube-v9 ul li {
            padding: 15px 15px;
            width: 100%;
            -ms-flex: 0 1 auto;
            text-align: center;
            font-weight: 300;
            letter-spacing: 2px;
            font-size: .775rem;
            color: #1a67b1
        }

            .cube-v9 ul li i {
                color: #1a67b1;
                display: block;
                font-size: 3.3rem;
                padding-bottom: 10px
            }

            .cube-v9 ul li span {
                color: #1a67b1
            }

@media (max-width:992px) {
    .cube-v9 {
        flex-flow: column;
        flex-wrap: wrap
    }

        .cube-v9 ul {
            display: flex;
            margin-bottom: 0;
            flex-wrap: wrap
        }

            .cube-v9 ul li {
                width: 33.33%
            }

                .cube-v9 ul li:first-child {
                    padding: 0 15px;
                    width: 100%;
                    -ms-flex: 0 1 auto;
                    text-align: center;
                    font-weight: 300;
                    letter-spacing: 2px;
                    font-size: .775rem;
                    color: #1a67b1;
                    display: flex;
                    align-items: center;
                    justify-content: center
                }

                    .cube-v9 ul li:first-child i {
                        padding: 0 5px
                    }
}

.marquee {
    width: 100%;
    display: block;
    padding: 10px 80px 10px 20px;
    background-color: #187ac8;
    color: #fff;
    -ms-border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    margin: 10px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .marquee:hover {
        color: #fff;
        background-color: #135e9a
    }

    .marquee:focus {
        color: #fff;
        background-color: #135e9a
    }

    .marquee span {
        color: #fff;
        position: absolute;
        right: 15px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.area_search-v9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:992px) {
    .area_search-v9 {
        height: 60px;
        overflow: hidden;
        transition: ease-in-out height .3s;
        margin-top: 0
    }

        .area_search-v9.is_open {
            height: 220px
        }
}

.area_search-v9 #open_search {
    display: block;
    margin-bottom: 0
}

@media (max-width:992px) {
    .area_search-v9 #open_search {
        width: 100%
    }

        .area_search-v9 #open_search label {
            display: block;
            width: 100%;
            padding: 15px 10px
        }
}

.area_search-v9 .select {
    margin-bottom: 0;
    position: relative
}

@media (max-width:992px) {
    .area_search-v9 .select {
        display: block;
        width: 100%;
        text-align: left
    }
}

.area_search-v9 label {
    margin-bottom: 0;
    position: relative
}

@media (max-width:992px) {
    .area_search-v9 label {
        display: block;
        width: 100%;
        text-align: left
    }
}

.area_search_item-v9 {
    display: flex;
    align-items: center;
    margin-top: 15px
}

@media (max-width:992px) {
    .area_search_item-v9 {
        flex-direction: column;
        width: 100%
    }

        .area_search_item-v9 .countryselect-title {
            align-self: baseline
        }

        .area_search_item-v9 #open_search, .area_search_item-v9 .countryselect-title, .area_search_item-v9 .ui-widget, .area_search_item-v9 .w-50 {
            margin: 5px 0
        }
}

.area_search_item-v9 #open_search, .area_search_item-v9 .countryselect-title, .area_search_item-v9 .ui-widget, .area_search_item-v9 .w-50 {
    margin: 0 5px
}

.area_search_btn-v9 {
    margin: 0 5px;
    margin-top: 15px
}

@media (max-width:992px) {
    .area_search_btn-v9 {
        width: 100%;
        margin: 5px 0
    }
}

@media (max-width:992px) {
    .label {
        margin-bottom: 10px
    }

    fieldset {
        width: 100%
    }

    .ui-widget {
        width: 100%;
        margin-bottom: 10px
    }

        .ui-widget label {
            display: block;
            width: 100%
        }
}

.common-func {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

    .common-func li {
        border-top: 1px solid #fff;
        padding: 5px;
        width: 33.3%;
        border-top: none;
        border-radius: 3px
    }

        .common-func li a {
            display: flex;
            flex-flow: column;
            align-items: center;
            text-align: center;
            word-break: keep-all
        }

            .common-func li a i {
                padding: 0
            }

@media (max-width:991px) and (min-width:768px) {
    .common-func {
        justify-content: space-around
    }

        .common-func li {
            width: 120px
        }
}

.today-tem .rain {
    text-align: center
}

.full_map .weather_info {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #1a67b1;
    border-radius: 10px;
    padding: 4px 8px;
    color: #1a67b1
}

#warn-btn-mb {
    display: none;
    position: absolute;
    right: 13px;
    top: 7px;
    z-index: 2
}

.content-bg-blue .owl-stage-outer {
    padding: 20px 0
}

@media (max-width:991px) {
    .m_week .panel-heading .panel-title a > span {
        width: 33.3%
    }

    #warn-btn-mb {
        display: block;
        position: absolute;
        right: 13px;
        top: 7px;
        z-index: 2
    }
}

.btn-sm {
    font-size: .875rem;
    padding: 3px;
    position: static
}

    .btn-sm .flex_table .table tbody tr {
        max-height: 58px !important
    }

    .btn-sm .icon-cwb-height {
        font-size: 1.5rem
    }

    .btn-sm .icon-cwb-low {
        font-size: 1.5rem
    }

#theme-1 .weather_time {
    background-color: #1a67b1;
    color: #fff
}

.breadcrumb-area {
    z-index: -1;
}

.webOnly {
    display: block;
}

.mobileOnly {
    display: none;
}

/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1200px) {
    .webOnly {
        display: none !important;
    }

    .mobileOnly {
        display: block !important;
    }
}
