﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.accessibility-controls {
    font-size: 30px;
}

    .accessibility-controls ul {
        list-style: none;
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .accessibility-controls li {
        display: inline-block;
    }

    .accessibility-controls a {
        text-decoration: none;
    }

.star-rating {
    position: relative;
    display: inline-block;
    font-size: 16px
}

.star-rating-sm {
    font-size: 13px
}

.star-rating-lg {
    font-size: 19px
}

.star-rating-bg {
    color: #ddd;
    display: inline-block;
    margin: 0;
    padding: 0
}

.star-rating-color {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    right: 0;
    top: 0;
    color: #f6c857
}

    .star-rating-bg li, .star-rating-color, .star-rating-color li {
        display: inline-block
    }

.slider {
    display: inline-block;
    position: relative;
    height: 6px;
    width: 100%;
    vertical-align: middle
}

    .slider div {
        white-space: nowrap;
        position: absolute
    }

        .slider div.bar {
            background: #f2f2f2;
            border-radius: 6px;
            height: 100%;
            overflow: hidden;
            width: 100%
        }

        .slider div.handle {
            border: none;
            box-shadow: none;
            cursor: pointer;
            border-radius: 21px;
            height: 21px;
            top: 6px;
            width: 21px;
            z-index: 2
        }

            .slider div.handle, .slider div.handle.active {
                background-color: #ddd
            }

        .slider div.bar .selection {
            background-color: #89d0ee;
            border-radius: 6px;
            height: 100%;
            width: 0
        }

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    list-style: none;
    font-size: 16px;
    text-align: right;
    background-color: #fff;
    border-radius: 4px;
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        left: 0;
        right: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 11px 0;
        overflow: hidden;
        background-color: #f2f2f2
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.5;
        color: #777;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #006500;
            background-color: #f2f2f2
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #006500
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: auto;
    left: 0
}

.dropdown-menu-left {
    right: 0;
    left: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    left: 0;
    right: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative
    }

    .btn-group > .btn {
        float: right
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-right: -1px
    }

.btn-toolbar {
    margin-right: -5px
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after, .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: right
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-right: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-right: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group {
    float: right
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-right: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none
}

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-right: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified, .input-group {
    display: table;
    border-collapse: separate
}

.btn-group-justified {
    width: 100%;
    table-layout: fixed
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            right: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: right;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell
    }

        .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon {
    white-space: nowrap
}

.input-group-addon, .input-group-btn {
    width: 1%;
    vertical-align: middle
}

.input-group-addon {
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #006500;
    text-align: center;
    background-color: none;
    border: 1px solid #555;
    border-radius: 0
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 4px 12px;
        font-size: 13px;
        border-radius: 0
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 19px;
        border-radius: 0
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:first-child {
        border-left: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:last-child {
        border-right: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn, .thumbnail--rounded image {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-right: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-left: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            z-index: 2;
            margin-right: -1px
        }

.nav {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none
}

    .nav:after, .nav:before {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li, .nav > li > a {
        position: relative;
        display: block
    }

        .nav > li > a {
            padding: 20px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #006500
    }

    .nav .nav-divider {
        height: 1px;
        margin: 11px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs > li > a {
    border-radius: 4px 4px 0 0
}

    .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff
}

.nav-pills > li {
    float: right
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-right: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #006500
    }

.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-right: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px
    }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        right: auto
    }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-left: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 24px;
    border: 1px solid transparent
}

    .navbar:after, .navbar:before {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

.navbar-collapse {
    overflow-x: visible;
    padding-left: 34px;
    padding-right: 34px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:after, .navbar-collapse:before {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: -34px;
    margin-right: -34px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    padding: 18px 34px;
    font-size: 19px;
    line-height: 24px;
    height: 60px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-toggle {
    float: left;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

.navbar-nav {
    margin: 9px -34px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 24px
    }

.navbar-form {
    margin: 5px -34px;
    padding: 10px 34px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 15.5px;
        margin-bottom: 15.5px
    }

    .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
        margin-top: 19px;
        margin-bottom: 19px
    }

.navbar-text {
    margin-top: 18px;
    margin-bottom: 18px
}

.navbar-default {
    background-color: #006500;
    border-color: #006500
}

    .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #fff
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #fff;
            background-color: transparent
        }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #005300
        }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: rgba(255,255,255,.3)
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #005300
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #006500
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #fff
    }

    .navbar-default .btn-link, .navbar-default .btn-link:focus, .navbar-default .btn-link:hover, .navbar-default .navbar-link, .navbar-default .navbar-link:hover {
        color: #fff
    }

        .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
            color: #ccc
        }

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff
    }

    .navbar-inverse .btn-link, .navbar-inverse .navbar-link {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-link:hover {
            color: #fff
        }

        .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
            color: #fff
        }

        .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
            color: #444
        }

.breadcrumb {
    margin-bottom: 24px;
    list-style: none;
    background-color: #f2f2f2;
    border-radius: 4px
}

    .breadcrumb > li, .pagination {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #777
        }

.pagination {
    padding-right: 0;
    margin: 24px 0;
    border-radius: 4px
}

    .pager li, .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: right;
            padding: 12px;
            line-height: 1.5;
            text-decoration: none;
            color: #006500;
            background-color: #fff;
            border: 1px solid #f2f2f2;
            margin-right: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-right: 0;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #006500;
            background-color: #f2f2f2;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #006500;
        border-color: #006500;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pager {
    padding-right: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center
}

    .pager:after, .pager:before {
        content: " ";
        display: table
    }

    .pager:after {
        clear: both
    }

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #f2f2f2;
        border-radius: 15px
    }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            background-color: #f2f2f2
        }

    .pager .next > a, .pager .next > span {
        float: left
    }

    .pager .previous > a, .pager .previous > span {
        float: right
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-success {
    background-color: #006500
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #003200
    }

.label-info {
    background-color: #48bae3
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #21a7d7
    }

.label-warning {
    background-color: #f6c857
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #f3b827
    }

.label-danger {
    background-color: #D0021B
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #ab2424
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #006500;
    background-color: #fff
}

.list-group-item > .badge {
    float: left
}

    .list-group-item > .badge + .badge {
        margin-left: 5px
    }

.nav-pills > li > a > .badge {
    margin-right: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 8px;
    padding-right: 17px;
    padding-left: 17px
}

.jumbotron .container {
    max-width: 100%
}

.thumbnail {
    display: block;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto
    }

    .thumbnail .caption {
        color: #333
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #006500
}

.alert {
    padding: 10px 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-left: 10px 15px20
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        left: -21px;
        color: inherit
    }

.alert-success {
    background-color: rgba(0,101,0,.02);
    border-color: #006500;
    color: #006500
}

    .alert-success hr {
        border-top-color: #006500
    }

    .alert-success .alert-link {
        color: #006500
    }

.alert-info {
    background-color: rgba(72,186,227,.02);
    border-color: #48bae3
}

    .alert-info hr {
        border-top-color: #48bae3
    }

    .alert-info, .alert-info .alert-link {
        color: #48bae3
    }

.alert-warning {
    background-color: rgba(246,200,87,.02);
    border-color: #f6c857;
    color: #f6c857
}

    .alert-warning hr {
        border-top-color: #f6c857
    }

    .alert-warning .alert-link {
        color: #f6c857
    }

.alert-danger {
    background-color: rgba(211,47,47,.02);
    border-color: #D0021B;
    color: #D0021B
}

    .alert-danger hr {
        border-top-color: #D0021B
    }

    .alert-danger .alert-link {
        color: #D0021B
    }

@keyframes a {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 100% 0
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: right;
    width: 0;
    height: 100%;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #555;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    animation: a 2s linear infinite
}

.progress-bar-success {
    background-color: #006500
}

.progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
    background-color: #48bae3
}

.progress-bar-warning {
    background-color: #f6c857
}

.progress-bar-danger {
    background-color: #D0021B
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-right: 10px
}

.media-left, .media > .pull-left {
    padding-left: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-right: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-right: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: right
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #006500;
    border-color: #006500
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #32ff32
    }

.list-group-item-success {
    color: #006500;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #006500
}

    a.list-group-item-danger .list-group-item-heading, a.list-group-item-info .list-group-item-heading, a.list-group-item-success .list-group-item-heading, a.list-group-item-warning .list-group-item-heading, button.list-group-item-danger .list-group-item-heading, button.list-group-item-info .list-group-item-heading, button.list-group-item-success .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #006500;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #006500;
        border-color: #006500
    }

.list-group-item-info {
    color: #48bae3;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #48bae3
}

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #48bae3;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #48bae3;
        border-color: #48bae3
    }

.list-group-item-warning {
    color: #f6c857;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #f6c857
}

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #f6c857;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #f6c857;
        border-color: #f6c857
    }

.list-group-item-danger {
    color: #D0021B;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #D0021B
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #D0021B;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #D0021B;
        border-color: #D0021B
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 24px;
    background-color: #fff
}

.panel-body {
    padding: 15px
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table
    }

    .panel-body:after {
        clear: both
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-right-radius: 3px
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-left-radius: 3px
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-right-radius: 3px
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-left-radius: 3px
        }

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body, .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 24px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-danger, .panel-default, .panel-info, .panel-success, .panel-warning {
    border-color: transparent
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f2f2f2;
        border-color: transparent
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-default > .panel-heading .badge {
            color: #f2f2f2;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-success > .panel-heading {
        color: #006500;
        background-color: #dff0d8;
        border-color: transparent
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #006500
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-info > .panel-heading {
        color: #48bae3;
        background-color: #d9edf7;
        border-color: transparent
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #48bae3
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-warning > .panel-heading {
        color: #f6c857;
        background-color: #fcf8e3;
        border-color: transparent
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #f6c857
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-danger > .panel-heading {
        color: #D0021B;
        background-color: #f2dede;
        border-color: transparent
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #D0021B
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 8px
}

.well-sm {
    padding: 9px;
    border-radius: 2px
}

.close {
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.label {
    font-weight: 400;
    padding: .4em 1em .5em;
    font-size: 80%
}

    .label .breadcrumb > li + li:before, .label .icon {
        margin-left: 5px
    }

.label-primary {
    background-color: #006500
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #003200
    }

.label-second-primary {
    background-color: #19406f
}

    .label-second-primary[href]:focus, .label-second-primary[href]:hover {
        background-color: #102845
    }

.label-air-force-blue {
    background-color: #587ba4
}

    .label-air-force-blue[href]:focus, .label-air-force-blue[href]:hover {
        background-color: #466283
    }

.label-ship-cove {
    background-color: #7b96b6
}

    .label-ship-cove[href]:focus, .label-ship-cove[href]:hover {
        background-color: #5a7ca4
    }

.label-whisper {
    background-color: #ddd
}

    .label-whisper[href]:focus, .label-whisper[href]:hover {
        background-color: #c4c4c4
    }

.label-white-smoke {
    background-color: #f2f2f2
}

    .label-white-smoke[href]:focus, .label-white-smoke[href]:hover {
        background-color: #d9d9d9
    }

.label-grey {
    background-color: #777
}

    .label-grey[href]:focus, .label-grey[href]:hover {
        background-color: #5e5e5e
    }

.label-chambray {
    background-color: #006500
}

    .label-chambray[href]:focus, .label-chambray[href]:hover {
        background-color: #003200
    }

.label-summer-sky {
    background-color: #48bae3
}

    .label-summer-sky[href]:focus, .label-summer-sky[href]:hover {
        background-color: #21a7d7
    }

.label-yellow {
    background-color: #f8d957
}

    .label-yellow[href]:focus, .label-yellow[href]:hover {
        background-color: #f6ce26
    }

.label-yellow-darker {
    background-color: #f6c857
}

    .label-yellow-darker[href]:focus, .label-yellow-darker[href]:hover {
        background-color: #f3b827
    }

.label-purple-dark {
    background-color: #9d2d88
}

    .label-purple-dark[href]:focus, .label-purple-dark[href]:hover {
        background-color: #752266
    }

.label-cerulean {
    background-color: #116d9f
}

    .label-cerulean[href]:focus, .label-cerulean[href]:hover {
        background-color: #0c4d71
    }

.label-buddha-gold {
    background-color: #c59f16
}

    .label-buddha-gold[href]:focus, .label-buddha-gold[href]:hover {
        background-color: #977a11
    }

.label-violet-blue {
    background-color: #ae74b3
}

    .label-violet-blue[href]:focus, .label-violet-blue[href]:hover {
        background-color: #98569e
    }

.label-sky-blue {
    background-color: #89d0ee
}

    .label-sky-blue[href]:focus, .label-sky-blue[href]:hover {
        background-color: #5cbee8
    }

.label-green {
    background-color: #006500
}

    .label-green[href]:focus, .label-green[href]:hover {
        background-color: #003200
    }

.label-red {
    background-color: #D0021B
}

    .label-red[href]:focus, .label-red[href]:hover {
        background-color: #ab2424
    }

.dropdown-menu {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 4px 0 0;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

.caret.caret {
    display: none
}

.dropdown-toggle .breadcrumb > li + li:before, .dropdown-toggle .icon {
    margin-right: 6px;
    font-size: .8em
}

.dropdown-header, .dropdown-menu > li > a {
    padding-top: 13px;
    padding-bottom: 13px
}

.dropdown.open.dropdown-blocker {
    z-index: 1053 !important;
    position: relative
}

    .dropdown.open.dropdown-blocker .dropdown-menu, .dropdown.open.dropdown-blocker .dropdown-toggle {
        z-index: 1053 !important
    }

.dropdown.dropdown-blocker:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 1051;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.navbar-brand {
    float: right;
    display: inline-block
}

    .navbar-brand > img {
        display: block;
        height: 24px
    }

.navbar-toggle {
    margin-left: 0;
    margin-right: 12px;
    position: absolute;
    color: #fff;
    font-size: 19px;
    margin-top: 17px;
    line-height: 1;
    padding: 3px 5px
}

.navbar-nav > li > a:active, .navbar-nav > li > a:focus {
    background-color: #006500 !important
}

.navbar-nav > li > a.breadcrumb > li + li:before, .navbar-nav > li > a > .icon {
    margin-left: 17px
}

.navbar-nav > li.active > a {
    border-right: 2px solid #fff
}

.nav-pills > li {
    margin: 0 0 0 24px !important;
    transition: border .3s ease-out;
    border-bottom: 1px solid rgba(255,255,255,0)
}

    .nav-pills > li:hover {
        border-bottom: 1px solid rgba(0,0,0,.2);
        transition: border-bottom .3s ease-out
    }

    .nav-pills > li > a {
        color: #555;
        margin: 0;
        padding: 0 0 3px
    }

        .nav-pills > li, .nav-pills > li.active, .nav-pills > li.active:hover, .nav-pills > li:hover, .nav-pills > li > a, .nav-pills > li > a:hover, .nav-tabs > li > a {
            background: 0 0 !important
        }

            .nav-pills > li.active {
                border-bottom: 1px solid #000
            }

                .nav-pills > li.active > a, .nav-pills > li.active > a:hover {
                    color: #000;
                    background: 0 0 !important
                }

.nav-tabs {
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 44px
}

    .nav-tabs > li {
        float: right;
        margin-bottom: -1px;
        bottom: -2px
    }

        .nav-tabs > li > a {
            margin-left: 2px;
            line-height: 1.5;
            border: none
        }

            .nav-tabs > li > a:hover {
                background: 0 0
            }

        .nav-tabs > li.active {
            border-bottom: 4px solid #006500
        }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                color: #006500;
                border: none;
                cursor: default
            }

.alert .close {
    color: inherit;
    opacity: .5
}

    .alert .close:hover {
        opacity: 1
    }

.alert-success.alert--solid {
    background-color: #cce0cc;
    border-color: #cce0cc;
    color: #006500
}

    .alert-success.alert--solid hr {
        border-top-color: #cce0cc
    }

    .alert-success.alert--solid .alert-link {
        color: #006500
    }

.alert-info.alert--solid {
    background-color: #89d0ee;
    border-color: #89d0ee;
    color: #116d9f
}

    .alert-info.alert--solid hr {
        border-top-color: #89d0ee
    }

    .alert-info.alert--solid .alert-link {
        color: #116d9f
    }

.alert-warning.alert--solid {
    background-color: #f3ecd0;
    border-color: #f3ecd0;
    color: #c59f16
}

    .alert-warning.alert--solid hr {
        border-top-color: #f3ecd0
    }

    .alert-warning.alert--solid .alert-link {
        color: #c59f16
    }

.alert-danger.alert--solid {
    background-color: #f6d5d5;
    border-color: #f6d5d5;
    color: #D0021B
}

    .alert-danger.alert--solid hr {
        border-top-color: #f6d5d5
    }

    .alert-danger.alert--solid .alert-link {
        color: #D0021B
    }

.panel-air-force-blue, .panel-buddha-gold, .panel-cerulean, .panel-chambray, .panel-green, .panel-grey, .panel-primary, .panel-primary-icon, .panel-purple-dark, .panel-red, .panel-second-primary, .panel-ship-cove, .panel-sky-blue, .panel-summer-sky, .panel-violet-blue, .panel-whisper, .panel-white, .panel-white-smoke, .panel-yellow, .panel-yellow-darker {
    border-color: transparent
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #006500;
        border-color: #006500
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-primary > .panel-heading .badge {
            color: #006500;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-second-primary > .panel-heading {
        color: #fff;
        background-color: #19406f;
        border-color: #19406f
    }

        .panel-second-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-second-primary > .panel-heading .badge {
            color: #19406f;
            background-color: #fff
        }

    .panel-second-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-air-force-blue > .panel-heading {
        color: #fff;
        background-color: #587ba4;
        border-color: #587ba4
    }

        .panel-air-force-blue > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-air-force-blue > .panel-heading .badge {
            color: #587ba4;
            background-color: #fff
        }

    .panel-air-force-blue > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-ship-cove > .panel-heading {
        color: #fff;
        background-color: #7b96b6;
        border-color: #7b96b6
    }

        .panel-ship-cove > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-ship-cove > .panel-heading .badge {
            color: #7b96b6;
            background-color: #fff
        }

    .panel-ship-cove > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-whisper > .panel-heading {
        color: #006500;
        background-color: #ddd;
        border-color: #ddd
    }

        .panel-whisper > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-whisper > .panel-heading .badge {
            color: #ddd;
            background-color: #006500
        }

    .panel-whisper > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-white-smoke > .panel-heading {
        color: #fff;
        background-color: #f2f2f2;
        border-color: #f2f2f2
    }

        .panel-white-smoke > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-white-smoke > .panel-heading .badge {
            color: #f2f2f2;
            background-color: #fff
        }

    .panel-white-smoke > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-grey > .panel-heading {
        color: #fff;
        background-color: #777;
        border-color: #777
    }

        .panel-grey > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-grey > .panel-heading .badge {
            color: #777;
            background-color: #fff
        }

    .panel-grey > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-chambray > .panel-heading {
        color: #fff;
        background-color: #006500;
        border-color: #006500
    }

        .panel-chambray > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-chambray > .panel-heading .badge {
            color: #006500;
            background-color: #fff
        }

    .panel-chambray > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-summer-sky > .panel-heading {
        color: #fff;
        background-color: #48bae3;
        border-color: #48bae3
    }

        .panel-summer-sky > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-summer-sky > .panel-heading .badge {
            color: #48bae3;
            background-color: #fff
        }

    .panel-summer-sky > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-yellow > .panel-heading {
        color: #fff;
        background-color: #f8d957;
        border-color: #f8d957
    }

        .panel-yellow > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-yellow > .panel-heading .badge {
            color: #f8d957;
            background-color: #fff
        }

    .panel-yellow > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-yellow-darker > .panel-heading {
        color: #fff;
        background-color: #f6c857;
        border-color: #f6c857
    }

        .panel-yellow-darker > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-yellow-darker > .panel-heading .badge {
            color: #f6c857;
            background-color: #fff
        }

    .panel-yellow-darker > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-purple-dark > .panel-heading {
        color: #fff;
        background-color: #9d2d88;
        border-color: #9d2d88
    }

        .panel-purple-dark > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-purple-dark > .panel-heading .badge {
            color: #9d2d88;
            background-color: #fff
        }

    .panel-purple-dark > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-cerulean > .panel-heading {
        color: #fff;
        background-color: #116d9f;
        border-color: #116d9f
    }

        .panel-cerulean > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-cerulean > .panel-heading .badge {
            color: #116d9f;
            background-color: #fff
        }

    .panel-cerulean > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-buddha-gold > .panel-heading {
        color: #fff;
        background-color: #c59f16;
        border-color: #c59f16
    }

        .panel-buddha-gold > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-buddha-gold > .panel-heading .badge {
            color: #c59f16;
            background-color: #fff
        }

    .panel-buddha-gold > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-violet-blue > .panel-heading {
        color: #fff;
        background-color: #ae74b3;
        border-color: #ae74b3
    }

        .panel-violet-blue > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-violet-blue > .panel-heading .badge {
            color: #ae74b3;
            background-color: #fff
        }

    .panel-violet-blue > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-sky-blue > .panel-heading {
        color: #fff;
        background-color: #89d0ee;
        border-color: #89d0ee
    }

        .panel-sky-blue > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-sky-blue > .panel-heading .badge {
            color: #89d0ee;
            background-color: #fff
        }

    .panel-sky-blue > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-green > .panel-heading {
        color: #fff;
        background-color: #006500;
        border-color: #006500
    }

        .panel-green > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-green > .panel-heading .badge {
            color: #006500;
            background-color: #fff
        }

    .panel-green > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-red > .panel-heading {
        color: #fff;
        background-color: #D0021B;
        border-color: #D0021B
    }

        .panel-red > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-red > .panel-heading .badge {
            color: #D0021B;
            background-color: #fff
        }

    .panel-red > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-white > .panel-heading {
        color: #006500;
        background-color: #fff;
        border-color: #f2f2f2
    }

        .panel-white > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-primary-icon > .panel-heading, .panel-white > .panel-heading .badge {
            color: #fff;
            background-color: #006500
        }

    .panel-white > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

    .panel-primary-icon > .panel-heading {
        border-color: #006500
    }

        .panel-primary-icon > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: transparent
        }

        .panel-primary-icon > .panel-heading .badge {
            color: #006500;
            background-color: #fff
        }

    .panel-primary-icon > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: transparent
    }

.panel {
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border: none
}

    .panel .panel-heading {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .panel .panel-title {
        font-weight: 400;
        font-size: 14px
    }

        .panel .panel-title .icon-title {
            margin-left: 8px
        }

        .panel .panel-title .icon-right {
            font-size: 10px;
            margin-right: 0
        }

        .panel .panel-title .btn-panel-title {
            margin-top: -2px;
            margin-right: 13px
        }

    .panel .panel-body .panel-white {
        box-shadow: none
    }

        .panel .panel-body .panel-white .panel-body, .panel .panel-body .panel-white .panel-heading, .panel .panel-body .panel-white .panel-title {
            padding: 0
        }

        .panel .panel-body .panel-white .panel-heading {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px
        }

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon-1.071fd.html?zb8tou);
    src: url(../fonts/icomoon-1.071fd.html?zb8tou#iefix) format("embedded-opentype"),url(../fonts/icomoon-1.071fd-2.html?zb8tou) format("truetype"),url(../fonts/icomoon-1.071fd-3.html?zb8tou) format("woff"),url(../fonts/icomoon-1.071fd-4.html?zb8tou#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.breadcrumb > li + li:before, .icon {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--arrow-down:before {
    content: ""
}

.icon--arrow-left:before {
    content: ""
}

.icon--arrow-right:before {
    content: ""
}

.icon--arrow-up:before {
    content: ""
}

.icon--bell:before {
    content: ""
}

.icon--book:before {
    content: ""
}

.icon--capitol:before {
    content: ""
}

.icon--chart:before {
    content: ""
}

.icon--chat:before {
    content: ""
}

.icon--circle:before {
    content: ""
}

.icon--conference:before {
    content: ""
}

.icon--court:before {
    content: ""
}

.icon--delete:before {
    content: ""
}

.icon--embassy:before {
    content: ""
}

.icon--eye:before {
    content: ""
}

.icon--facebook:before {
    content: ""
}

.icon--group:before {
    content: ""
}

.icon--groups:before {
    content: ""
}

.icon--happy-filled:before {
    content: ""
}

.icon--happy:before {
    content: ""
}

.icon--Icon---1:before {
    content: ""
}

.icon--Icon---2:before {
    content: ""
}

.icon--Icon---3:before {
    content: ""
}

.icon--Icon---4:before {
    content: ""
}

.icon--Icon---5:before {
    content: ""
}

.icon--Icon---6:before {
    content: ""
}

.icon--Icon---7:before {
    content: ""
}

.icon--Icon---8:before {
    content: ""
}

.icon--Icon---9:before {
    content: ""
}

.icon--Icon---10:before {
    content: ""
}

.icon--Icon---11:before {
    content: ""
}

.icon--Icon---12:before {
    content: ""
}

.icon--Icon---13:before {
    content: ""
}

.icon--Icon---14:before {
    content: ""
}

.icon--Icon---15:before {
    content: ""
}

.icon--Icon---16:before {
    content: ""
}

.icon--Icon---17:before {
    content: ""
}

.icon--Icon---18:before {
    content: ""
}

.icon--Icon---19:before {
    content: ""
}

.icon--Icon---20:before {
    content: ""
}

.icon--Icon---21:before {
    content: ""
}

.icon--Icon---22:before {
    content: ""
}

.icon--Icon---23:before {
    content: ""
}

.icon--Icon---24:before {
    content: ""
}

.icon--Icon---25:before {
    content: ""
}

.icon--Icon---26:before {
    content: ""
}

.icon--Icon---27:before {
    content: ""
}

.icon--Icon---28:before {
    content: ""
}

.icon--Icon---29:before {
    content: ""
}

.icon--Icon---30 .path1:before {
    content: "";
    color: #000
}

.icon--Icon---30 .path2:before {
    content: "";
    margin-right: -1em;
    color: #fff
}

.icon--Icon---31:before {
    content: ""
}

.icon--Icon---32:before {
    content: ""
}

.icon--Icon---33:before {
    content: ""
}

.icon--Icon---34:before {
    content: ""
}

.icon--Icon---35:before {
    content: ""
}

.icon--Icon---36:before {
    content: ""
}

.icon--Icon---37:before {
    content: ""
}

.icon--Icon---38:before {
    content: ""
}

.icon--Icon---39 .path1:before {
    content: "";
    color: #fff
}

.icon--Icon---39 .path2:before {
    content: "";
    margin-right: -1em;
    color: #000
}

.icon--Icon---40:before {
    content: ""
}

.icon--Icon---41:before {
    content: ""
}

.icon--Icon---42:before {
    content: ""
}

.icon--Icon---43:before {
    content: ""
}

.icon--Icon---44:before {
    content: ""
}

.icon--Icon---45:before {
    content: ""
}

.icon--Icon---46:before {
    content: ""
}

.icon--Icon---47:before {
    content: ""
}

.icon--Icon---48:before {
    content: ""
}

.icon--Icon---49:before {
    content: ""
}

.icon--Icon---50:before {
    content: ""
}

.icon--Icon---51:before {
    content: ""
}

.icon--Icon---52 .path1:before {
    content: "";
    color: #fff
}

.icon--Icon---52 .path2:before {
    content: "";
    margin-right: -1em;
    color: #000
}

.icon--Icon---52 .path3:before {
    content: "";
    margin-right: -1em;
    color: #000
}

.icon--Icon---53:before {
    content: ""
}

.icon--Icon---54:before {
    content: ""
}

.icon--Icon---55:before {
    content: ""
}

.icon--Icon---56:before {
    content: ""
}

.icon--Icon---57:before {
    content: ""
}

.icon--Icon---58:before {
    content: ""
}

.icon--Icon---59 .path1:before {
    content: "";
    color: #000
}

.icon--Icon---59 .path2:before {
    content: "";
    margin-right: -1em;
    color: #fff
}

.icon--Icon---59 .path3:before {
    content: "";
    margin-right: -1em;
    color: #fff
}

.icon--Icon---59 .path4:before {
    content: "";
    margin-right: -1em;
    color: #000
}

.icon--Icon---59 .path5:before {
    content: "";
    margin-right: -1em;
    color: #000
}

.icon--Icon---60:before {
    content: ""
}

.icon--Icon---61:before {
    content: ""
}

.icon--Icon---62:before {
    content: ""
}

.icon--info:before {
    content: ""
}

.icon--instagram:before {
    content: ""
}

.icon--link:before {
    content: ""
}

.icon--list:before {
    content: ""
}

.icon--long-arrow-left:before {
    content: ""
}

.icon--long-arrow-right:before {
    content: ""
}

.icon--map:before {
    content: ""
}

.icon--menu-dots:before {
    content: ""
}

.icon--menu:before {
    content: ""
}

.icon--ministry:before {
    content: ""
}

.icon--museum:before {
    content: ""
}

.icon--neutral-filled:before {
    content: ""
}

.icon--neutral:before {
    content: ""
}

.icon--ok:before {
    content: ""
}

.icon--open-eye:before {
    content: ""
}

.icon--out:before {
    content: ""
}

.icon--pdf:before {
    content: ""
}

.icon--pin:before {
    content: ""
}

.icon--population:before {
    content: ""
}

.icon--sad-filled:before {
    content: ""
}

.icon--sad:before {
    content: ""
}

.icon--search:before {
    content: ""
}

.icon--share:before {
    content: ""
}

.icon--star:before {
    content: ""
}

.icon--tag:before {
    content: ""
}

.icon--thumb:before {
    content: ""
}

.icon--triangle-o:before {
    content: ""
}

.icon--triangle:before {
    content: ""
}

.icon--twitter:before {
    content: ""
}

.icon--user:before {
    content: ""
}

.breadcrumb {
    padding: 8px 0;
    background: 0 0;
    font-size: 14px
}

    .breadcrumb > li + li:before {
        content: "";
        margin: 0 10px
    }

    .breadcrumb > .active {
        color: #adadad
    }

.pagination-styled {
    background: #fff;
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #006500;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    width: 100%;
    text-align: center
}

    .pagination-styled > .prefix, .pagination-styled > .suffix {
        padding: 12px;
        vertical-align: top;
        display: none
    }

    .pagination-styled > .prefix {
        border-left: 1px solid #f2f2f2;
        margin-left: 6px;
        float: right
    }

    .pagination-styled > .suffix {
        border-right: 1px solid #f2f2f2;
        margin-right: 6px;
        float: left
    }

    .pagination-styled .pagination {
        margin: 0;
        vertical-align: top
    }

        .pagination-styled .pagination > .disabled > a, .pagination-styled .pagination > .disabled > a:focus, .pagination-styled .pagination > .disabled > a:hover, .pagination-styled .pagination > .disabled > span, .pagination-styled .pagination > .disabled > span:focus, .pagination-styled .pagination > .disabled > span:hover {
            color: rgba(120,120,120,.5)
        }

        .pagination-styled .pagination > li > a, .pagination-styled .pagination > li > span {
            margin-top: 8.5px;
            margin-bottom: 8.5px;
            border: none;
            padding: 3.5px 0;
            border-radius: 100%;
            width: 34px;
            text-align: center
        }

            .pagination-styled .pagination > li > a .breadcrumb > li + li:before, .pagination-styled .pagination > li > a .icon:before, .pagination-styled .pagination > li > span .breadcrumb > li + li:before, .pagination-styled .pagination > li > span .icon:before {
                font-size: 80%;
                top: -1px
            }

.bootstrap-tagsinput {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 0;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder, .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none
    }

    .bootstrap-tagsinput .tag {
        margin: 5px;
        display: inline-block
    }

        .bootstrap-tagsinput .tag [data-role=remove] {
            margin-right: 8px;
            cursor: pointer
        }

            .bootstrap-tagsinput .tag [data-role=remove]:after {
                content: "x";
                padding: 0 2px
            }

            .bootstrap-tagsinput .tag [data-role=remove]:hover {
                box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
            }

                .bootstrap-tagsinput .tag [data-role=remove]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
                }

.progress-bar-primary {
    background-color: #006500
}

.progress-striped .progress-bar-air-force-blue, .progress-striped .progress-bar-buddha-gold, .progress-striped .progress-bar-cerulean, .progress-striped .progress-bar-chambray, .progress-striped .progress-bar-green, .progress-striped .progress-bar-grey, .progress-striped .progress-bar-primary, .progress-striped .progress-bar-purple-dark, .progress-striped .progress-bar-red, .progress-striped .progress-bar-second-primary, .progress-striped .progress-bar-ship-cove, .progress-striped .progress-bar-sky-blue, .progress-striped .progress-bar-summer-sky, .progress-striped .progress-bar-violet-blue, .progress-striped .progress-bar-whisper, .progress-striped .progress-bar-white-smoke, .progress-striped .progress-bar-yellow, .progress-striped .progress-bar-yellow-darker {
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent)
}

.progress-bar-second-primary {
    background-color: #19406f
}

.progress-bar-air-force-blue {
    background-color: #587ba4
}

.progress-bar-ship-cove {
    background-color: #7b96b6
}

.progress-bar-whisper {
    background-color: #ddd
}

.progress-bar-white-smoke {
    background-color: #f2f2f2
}

.progress-bar-grey {
    background-color: #777
}

.progress-bar-chambray {
    background-color: #006500
}

.progress-bar-summer-sky {
    background-color: #48bae3
}

.progress-bar-yellow {
    background-color: #f8d957
}

.progress-bar-yellow-darker {
    background-color: #f6c857
}

.progress-bar-purple-dark {
    background-color: #9d2d88
}

.progress-bar-cerulean {
    background-color: #116d9f
}

.progress-bar-buddha-gold {
    background-color: #c59f16
}

.progress-bar-violet-blue {
    background-color: #ae74b3
}

.progress-bar-sky-blue {
    background-color: #89d0ee
}

.progress-bar-green {
    background-color: #006500
}

.progress-bar-red {
    background-color: #D0021B
}

.progress, .progress-bar {
    box-shadow: none;
    border-radius: 4px
}

.thumbnail {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.thumbnail--rounded {
    border-radius: 4px !important;
    overflow: hidden;
    position: relative;
    border: 0
}

.thumbnail h3 {
    color: #006500;
    font-size: 24px;
    height: 3em;
    margin: 5px 0 10px
}

.thumbnail .caption {
    padding: 20px
}

.thumbnail p {
    margin: 0;
    color: #555
}

.jumbotron {
    position: relative;
    color: #fff;
    background-color: #000
}

    .jumbotron p {
        font-size: 18px;
        font-weight: 400
    }

    .jumbotron .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        background-size: cover;
        background-position: 50%;
        top: 0;
        right: 0;
        opacity: .48;
        z-index: 2
    }

    .jumbotron .container {
        z-index: 3;
        position: relative
    }

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -ms-transform: translate(0);
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2
}

    .modal-header:after, .modal-header:before {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #f2f2f2
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-right: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-right: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-right: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-right: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-right: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    color: #fff;
    text-align: center;
    background-color: #89d0ee;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 5px 5px 0;
    border-top-color: #89d0ee
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #89d0ee
}

.tooltip.top-left .tooltip-arrow {
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    right: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #89d0ee
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #89d0ee
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #89d0ee
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #89d0ee
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #89d0ee
}

.popover, .popover-title {
    font-size: 16px;
    background-color: #fff
}

.popover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background-clip: padding-box;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 8px
}

    .popover.top {
        margin-top: -8px
    }

    .popover.right {
        margin-right: 8px
    }

    .popover.bottom {
        margin-top: 8px
    }

    .popover.left {
        margin-right: -8px
    }

.popover-title {
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 7px 7px 0 0
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 9px
}

    .popover > .arrow:after {
        border-width: 8px;
        content: ""
    }

.popover.top > .arrow {
    right: 50%;
    margin-right: -9px;
    border-bottom-width: 0;
    border-top-color: #ddd;
    bottom: -9px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-right: -8px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-right-width: 0;
    border-left-color: #ddd
}

    .popover.right > .arrow:after {
        content: " ";
        right: 1px;
        bottom: -8px;
        border-right-width: 0;
        border-left-color: #fff
    }

.popover.bottom > .arrow {
    right: 50%;
    margin-right: -9px;
    border-top-width: 0;
    border-bottom-color: #ddd;
    top: -9px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-right: -8px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-left-width: 0;
    border-right-color: #ddd
}

    .popover.left > .arrow:after {
        content: " ";
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff;
        bottom: -8px
    }

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        transition: right .6s ease-in-out
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
            width: 100%
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev, .slick-slide img {
        display: block
    }

        .carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right {
            right: 0
        }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner > .next {
        right: 100%
    }

    .carousel-inner > .active.left, .carousel-inner > .prev {
        right: -100%
    }

    .carousel-inner > .active.right {
        right: 100%
    }

.carousel-control {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent
}

    .carousel-control.left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)
    }

    .carousel-control.right {
        right: auto;
        left: 0;
        background-image: linear-gradient(270deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: "\2039"
        }

        .carousel-control .icon-next:before {
            content: "\203a"
        }

.carousel-indicators {
    position: absolute;
    z-index: 15;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: transparent;
        margin: 1px 4px
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

.carousel-indicators {
    margin: 0;
    right: 0;
    bottom: 0 !important;
    background: rgba(0,101,0,.8);
    left: 0;
    padding: 17px;
    width: 100%;
    height: 34px
}

.carousel-control {
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    top: auto;
    z-index: 16;
    font-size: 16px;
    width: 40px
}

    .carousel-control.left, .carousel-control.right {
        background: 0 0
    }

.modal-dialog .modal-content {
    box-shadow: none;
    border: 1px solid #e6e9ee;
    border-bottom-width: 2px;
    border-radius: 4px
}

.tooltip {
    font: inherit
}

.tooltip-inner {
    padding: 6px;
    font: inherit
}

.popover {
    box-shadow: none;
    border: 1px solid #e6e9ee;
    border-bottom-width: 2px;
    font-family: inherit
}

.popover-title {
    padding: 34px;
    color: #006500
}

.popover-content {
    padding: 34px;
    font-size: 15px
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: left !important
}

.pull-left {
    float: right !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    min-width: 100% !important;
    max-height: 480px;
    overflow: hidden
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: right;
    height: 100%;
    min-height: 1px;
    display: none
}

.datepicker.datepicker-rtl table tr td span, [dir=rtl] .slick-slide {
    float: left
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

    .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
        background: 0 0;
        color: transparent;
        outline: none
    }

        .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

        .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
            opacity: .25
        }

        .slick-dots li button:before, .slick-next:before, .slick-prev:before {
            font-family: slick;
            font-size: 20px;
            line-height: 1;
            color: #fff;
            opacity: .75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

.slick-prev {
    right: -25px
}

[dir=rtl] .slick-prev {
    right: auto;
    left: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    left: -25px
}

[dir=rtl] .slick-next {
    right: -25px;
    left: auto
}

    [dir=rtl] .slick-next:before {
        content: "←"
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 10px 0 0;
    height: 1px
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        height: 20px;
        width: 20px;
        cursor: pointer
    }

        .slick-dots li button {
            height: 20px;
            width: 20px;
            cursor: pointer;
            border: 0;
            background: 0 0;
            display: block;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px
        }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                right: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-size: 24px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.datepicker {
    border-radius: 4px;
    direction: rtl
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: ltr
}

    .datepicker.datepicker-rtl.dropdown-menu {
        right: auto
    }

.datepicker-dropdown {
    top: 0;
    right: 0;
    padding: 4px
}

    .datepicker-dropdown:after, .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown:before {
        border-bottom: 7px solid rgba(0,0,0,.15);
        border-bottom-color: rgba(0,0,0,.2);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent
    }

    .datepicker-dropdown:after {
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #fff
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0,0,0,.15)
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

    .datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2
    }

    .datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

        .datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2
        }

    .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
        background-color: #d9edf7;
        border-color: #85c5e5
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee
    }

    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

    .datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400
    }

    .datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

        .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400
        }

    .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
        background-color: #ffdb99;
        border-color: #ffb733
    }

    .datepicker table tr td.today.focused {
        background: #ffc966
    }

    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

    .datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c
    }

    .datepicker table tr td.range.active, .datepicker table tr td.range:active, .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

        .datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c
        }

    .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
        background-color: #eee;
        border-color: #bbb
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5
    }

    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
        background: #eee;
        color: #777
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3
    }

        .datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6
        }

        .datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

            .datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6
            }

        .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
            background-color: #e4eef3;
            border-color: #9dc1d3
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3
        }

        .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417
    }

        .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608
        }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

            .datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608
            }

        .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
            background-color: #f7ca77;
            border-color: #f1a417
        }

        .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616
    }

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

        .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616
        }

    .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
        background-color: #777;
        border-color: #555
    }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
        color: #fff;
        background-color: #006500;
        border-color: #122b40
    }

    .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover {
        color: #fff;
        background-color: #006500;
        border-color: #006500
    }

        .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
            color: #fff;
            background-color: #006500;
            border-color: #122b40
        }

    .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: right;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker table tr td span.focused, .datepicker table tr td span:hover, .datepicker tfoot tr th:hover {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #777;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

        .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

        .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus {
            color: #fff
        }

        .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
            color: #fff;
            background-color: #006500;
            border-color: #122b40
        }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover {
            color: #fff;
            background-color: #006500;
            border-color: #006500
        }

        .datepicker table tr td span.active.disabled:hover {
            color: #fff
        }

        .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
            color: #fff;
            background-color: #006500;
            border-color: #006500
        }

            .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus {
                color: #fff;
                background-color: #006500;
                border-color: #122b40
            }

        .datepicker table tr td span.active.disabled:hover {
            background-color: #337ab7;
            border-color: #2e6da4
        }

            .datepicker table tr td span.active.disabled:hover.active.focus {
                color: #fff;
                background-color: #006500;
                border-color: #122b40
            }

            .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus {
                background-color: #337ab7;
                border-color: #2e6da4
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #777
    }

.datepicker .datepicker-switch {
    width: 145px;
    cursor: pointer
}

.datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker .next.disabled, .datepicker .prev.disabled {
        visibility: hidden
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 5px 0 2px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange, .social-card .social-card-text .user .img img {
    width: 100%
}

    .input-daterange input {
        text-align: center
    }

        .input-daterange input:first-child {
            border-radius: 0 3px 3px 0
        }

        .input-daterange input:last-child {
            border-radius: 3px 0 0 3px
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        text-shadow: 0 1px 0 #fff;
        border-width: 1px 0;
        margin-right: -5px;
        margin-left: -5px
    }

.text-right.text-right {
    text-align: left
}

.text-left.text-left {
    text-align: right
}

.padding {
    padding: 34px !important
}

.padding-sm {
    padding: 17px !important
}

.padding-top {
    padding-top: 34px !important
}

.padding-top-sm {
    padding-top: 17px !important
}

.padding-bottom {
    padding-bottom: 34px !important
}

.padding-bottom-sm {
    padding-bottom: 17px !important
}

.padding-left {
    padding-right: 34px !important
}

.padding-left-sm {
    padding-right: 17px !important
}

.padding-left-xs {
    padding-right: 8.5px !important
}

.padding-right {
    padding-left: 34px !important
}

.padding-right-sm {
    padding-left: 17px !important
}

.padding-right-xs {
    padding-left: 8.5px !important
}

.no-padding {
    padding: 0 !important
}

.main-navigation .nav-pills > li > a, .no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.margin {
    margin: 34px
}

.margin-top {
    margin-top: 34px
}

.margin-top-sm {
    margin-top: 17px
}

.margin-top-xs {
    margin-top: 8.5px
}

.margin-bottom {
    margin-bottom: 34px
}

.margin-bottom-sm {
    margin-bottom: 17px
}

.margin-bottom-xs {
    margin-bottom: 8.5px
}

.margin-left {
    margin-right: 34px
}

.margin-left-sm {
    margin-right: 17px
}

.margin-right {
    margin-left: 34px
}

.margin-right-sm {
    margin-left: 17px
}

.no-margin {
    margin: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-margin-top {
    margin-top: 0
}

.block {
    display: block
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.border-radius {
    border-radius: 4px
}

.shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.08)
}

.display-table {
    display: table
}

.display-table-cell {
    display: table-cell;
    float: none;
    vertical-align: top
}

.no-padding-right {
    padding-left: 0 !important
}

.no-padding-left {
    padding-right: 0 !important
}

.bold {
    font-weight: 700
}

.no-border {
    border: none !important
}

.no-background {
    background-color: transparent !important
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-600 {
    font-weight: 600
}

.font-small {
    font-size: 13px
}

.font-large {
    font-size: 19px
}

.font-big-icon {
    font-size: 18px;
    vertical-align: bottom
}

.font-xxl-icon {
    font-size: 22px;
    vertical-align: text-top
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2
}

.active-hover-comp:hover .hover-comp {
    display: block !important
}

.cursor-pointer {
    cursor: pointer
}

.no-radius {
    border-radius: 0 !important
}

.no-top-radius {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.no-bottom-radius {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.no-box-shadow {
    box-shadow: none !important
}

.box-shadow {
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%
}

.timeline {
    position: relative
}

    .timeline-item-year:before, .timeline:after {
        content: " ";
        position: absolute;
        background: #ced2d4
    }

    .timeline:after {
        bottom: 0;
        width: 2px;
        margin-right: -1px;
        z-index: 2;
        top: 0;
        right: 50%
    }

.timeline-item-year {
    position: absolute;
    padding: 6px;
    left: -30px;
    top: -40px;
    z-index: 4
}

    .timeline-item-year:before {
        height: 2px;
        top: 49px;
        right: 92px;
        left: -25px
    }

    .timeline-item-year:after {
        content: " ";
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: #fff;
        border: 2px solid #ced2d4;
        position: absolute;
        left: -48px;
        top: 42px;
        z-index: 3
    }

    .timeline-item-year > span {
        width: 86px;
        height: 86px;
        line-height: 86px;
        text-align: center;
        vertical-align: middle;
        background: #fff;
        border-radius: 86px;
        display: block;
        padding: 6px
    }

        .timeline-item-year > span > span {
            width: 74px;
            height: 74px;
            line-height: 74px;
            text-align: center;
            vertical-align: middle;
            color: #006500;
            border: 2px solid #006500;
            border-radius: 74px;
            display: block
        }

.timeline-item.even .timeline-item-year {
    left: auto;
    right: -30px
}

    .timeline-item.even .timeline-item-year:after {
        left: auto;
        right: -48px
    }

    .timeline-item.even .timeline-item-year:before {
        left: 92px;
        right: -25px
    }

.timeline-info {
    font-size: 11px
}

.timeline-item-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    z-index: 2;
    border: 1px solid #979797
}

    .timeline-item-image, .timeline-item-image img {
        display: block;
        width: 100%
    }

.timeline-item {
    float: right;
    position: relative;
    width: calc(50% - 70px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
    clear: right
}

    .timeline-item.even {
        float: left;
        margin-top: 70px;
        clear: none
    }

.timeline-item-info {
    padding: 21px 16px 16px !important;
    top: -5px;
    border: 1px solid transparent;
    position: relative
}

.main-navigation {
    margin-bottom: 88px
}

    .main-navigation .search-btn {
        font-size: 30px;
        position: absolute;
        top: -.25em;
        text-decoration: none
    }

        .main-header-lang .goog-te-gadget-simple > span a:hover, .main-navigation .search-btn:hover {
            text-decoration: none
        }

    .main-navigation .nav-pills > li {
        margin-left: 50px !important;
        font-size: 18px;
        border: none
    }

        .main-navigation .nav-pills > li:hover {
            border: none
        }

        .main-navigation .nav-pills > li > a span {
            padding-bottom: 6px;
            display: inline-block;
            position: relative
        }

            .main-navigation .nav-pills > li > a span:after {
                content: "";
                position: absolute;
                bottom: 0;
                width: 0;
                height: 1px;
                background: #000;
                right: 50%;
                transition: all .3s
            }

            .main-navigation .nav-pills > li > a span.icon:after {
                display: none
            }

        .main-navigation .nav-pills > li.active a span:after, .main-navigation .nav-pills > li:hover a span:after {
            right: 0;
            width: 100%
        }

.footer, .footer a {
    color: #fff
}

    .footer .footer-top {
        padding: 35px 0
    }

    .footer .footer-bottom {
        padding: 25px 0
    }

        .footer .footer-bottom li {
            border-left: 1px solid rgba(255,255,255,.3);
            padding-left: 12px;
            margin-left: 3px;
            display: inline-block
        }

            .footer .footer-bottom li:last-child {
                border: none
            }

    .footer .footer-social-link {
        text-align: center
    }

        .footer .footer-social-link li a {
            width: 36px;
            height: 36px;
            line-height: 32px;
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            border: 1px solid #fff;
            border-radius: 36px;
            font-size: 22px
        }

.main-header {
    position: relative;
    padding: 0;
    margin: 0 0 63px
}

.main-header-lang {
    display: none;
    color: #fff
}

    .main-header-lang small {
        opacity: .5
    }

    .main-header-lang .goog-te-gadget-simple {
        width: 100%;
        background: 0 0;
        border: none;
        border-bottom: 1px solid #fff;
        position: relative;
        padding-bottom: 10px;
        text-align: right
    }

        .main-header-lang .goog-te-gadget-simple .goog-te-gadget-icon {
            float: right
        }

        .main-header-lang .goog-te-gadget-simple > span {
            display: block;
            position: absolute;
            color: #fff;
            top: 0;
            right: 28px;
            left: 0
        }

            .main-header-lang .goog-te-gadget-simple > span a {
                color: #fff !important;
                text-decoration: none;
                display: block;
                width: 100%
            }

                .main-header-lang .goog-te-gadget-simple > span a span {
                    border: none !important
                }

                .main-header-lang .goog-te-gadget-simple > span a > span:last-child {
                    float: left;
                    color: #fff !important
                }

.main-header-logo {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 12px;
    float: left
}

    .main-header-logo > img {
        display: block;
        height: 80px
    }

.main-header-links {
    font-size: 16px;
    float: right
}

    .main-header-links > li {
        margin: 0;
        padding: 0
    }

        .main-header-links > li > a, .main-header-links > li > span {
            color: #555
        }

        .main-header-links > li:last-child {
            margin: 0
        }

.main-header > div > div > div > ul > li > a {
    padding: 35px 10px 25px;
    display: inline-block
}

    .main-header > div > div > div > ul > li > a, .main-header > div > div > div > ul > li > a:active, .main-header > div > div > div > ul > li > a:focus, .main-header > div > div > div > ul > li > a:hover {
        text-decoration: none
    }

        .main-header > div > div > div > ul > li > a span, .main-header > div > div > div > ul > li > a:active span, .main-header > div > div > div > ul > li > a:focus span, .main-header > div > div > div > ul > li > a:hover span {
            display: inline-block;
            padding-bottom: 3px;
            position: relative
        }

            .main-header > div > div > div > ul > li > a:active span:after, .main-header > div > div > div > ul > li > a:focus span:after {
                content: " ";
                position: absolute;
                bottom: 0;
                background: #555;
                height: 1px;
                display: block;
                right: 50%;
                width: 0;
                transition: all .3s
            }

            .main-header > div > div > div > ul > li > a span:after, .main-header > div > div > div > ul > li > a:hover span:after {
                content: " ";
                position: absolute;
                bottom: 0;
                background: #555;
                height: 1px;
                display: block;
                transition: all .3s
            }

            .main-header > div > div > div > ul > li > a span:after {
                right: 50%;
                width: 0
            }

            .main-header > div > div > div > ul > li > a:active:hover span:after, .main-header > div > div > div > ul > li > a:focus:hover span:after, .main-header > div > div > div > ul > li > a:hover span:after, .main-header > div > div > div > ul > li > a:hover:hover span:after {
                width: 100%;
                right: 0
            }

        .main-header > div > div > div > ul > li > a.open {
            background: #4f5a65;
            text-decoration: none;
            color: #fff
        }

.category-box {
    display: block
}

.category-box-title {
    font-size: 24px;
    display: block;
    color: #006500;
    transition: font-size .3s;
    margin-bottom: 10px
}

.category-box-info {
    color: #555;
    font-size: 14px
}

.category-box-icon, .category-box-info {
    display: block;
    transition: opacity .3s;
    opacity: 0
}

.category-box-icon {
    color: #006500
}

.category-box:hover .category-box-icon, .category-box:hover .category-box-info {
    opacity: 1;
    transition: opacity .3s
}

.events {
    border: 1px solid #d8d8d8;
    font-size: 0;
    position: relative;
    overflow: hidden
}

    .events img {
        height: 245px;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all .3s
    }

    .events .dim {
        padding-top: 80px;
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        background: rgba(0,0,0,.4);
        height: 100%;
        width: 100%;
        z-index: 0;
        font-size: 16px;
        color: #fff;
        display: none
    }

        .events .dim .share {
            color: #fff;
            border: 1px solid #fff;
            width: 48px;
            height: 48px;
            border-radius: 48px;
            margin: 16px 5px 0;
            display: inline-block;
            line-height: 44px;
            vertical-align: middle;
            font-size: 24px
        }

    .events .caption {
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 3;
        background: #fff
    }

.events-details, .events-links {
    display: block;
    vertical-align: top
}

.events-links {
    display: none;
    padding: 15px;
    color: #fff;
    background-color: #006500;
    width: calc(100% - 110px);
    height: 110px
}

.events-links-text {
    color: #fff;
    font-size: 16px;
    width: 40%;
    display: inline-block
}

.events-links-icon {
    text-align: center;
    color: #fff;
    padding: 0 10px
}

    .events-links-icon:hover {
        text-decoration: none;
        color: #fff
    }

    .events-links-icon i {
        font-size: 36px
    }

    .events-links-icon span {
        display: block;
        font-size: 16px
    }

.events-info {
    padding: 10px 15px;
    width: calc(100% - 112px);
    display: inline-block
}

.events-info-title {
    display: block;
    font-size: 24px;
    color: #000
}

.events-info-date, .events-info-location {
    display: block;
    font-size: 16px;
    color: #555
}

.events-date {
    width: 110px;
    display: inline-block;
    line-height: 32px;
    border-left: 1px solid #d8d8d8;
    text-align: center;
    padding: 23px 0;
    vertical-align: top
}

.events-date-day, .events-date-month {
    display: block;
    color: #006500
}

.events-date-month {
    font-size: 24px
}

.events-date-day {
    font-size: 36px
}

.events:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .3s
}

.events:hover .dim {
    display: block;
    z-index: 3
}

.events:hover .events-links {
    display: inline-block
}

.events:hover .events-info, .happy-meter-item input[type=radio] + span .checked {
    display: none
}

.events:hover .events-date {
    background: #006500;
    border-left: 1px solid #006500
}

.events:hover .events-date-day, .events:hover .events-date-month {
    color: #fff
}

.app-store-link {
    display: block;
    text-decoration: none;
    color: #555
}

    .app-store-link:hover {
        text-decoration: none;
        color: #006500
    }

    .app-store-link .name {
        display: inline-block;
        width: calc(100% - 65px);
        vertical-align: top;
        padding-right: 10px;
        font-size: 19px
    }

    .app-store-link .img {
        width: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 4px;
        border: 1px solid #555;
        vertical-align: top
    }

.app-store-link--lines .name {
    margin-top: 5px;
    display: block;
    font-size: 16px
}

.app-store-link.vertical {
    height: 115px
}

    .app-store-link.vertical .name {
        display: block;
        width: 100%;
        vertical-align: top;
        padding-right: 0;
        font-size: 14px;
        padding-top: 8px
    }

.bg {
    background: top no-repeat url(../images/bg.html)
}

.search-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 24px 0;
    z-index: 100;
    display: none;
    opacity: 0;
    transition: all .3s;
    -ms-transform: scale(.9);
    transform: scale(.9);
    overflow-x: auto
}

.search-modal-close {
    position: absolute;
    top: 17px;
    left: 17px;
    font-size: 24px;
    border: none;
    background: 0 0;
    color: #000
}

.home-statistics small, .search-modal.pre-open {
    display: block
}

.search-modal.open {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1)
}

.main-header-mobile {
    margin-bottom: 24px;
    height: 60px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0
}

    .main-header-mobile .menu, .main-header-mobile .search {
        border: none;
        padding: 0;
        margin: 0;
        background: 0 0;
        font-size: 26px
    }

    .main-header-mobile .logo {
        display: inline-block
    }

        .main-header-mobile .logo img {
            display: block;
            height: 40px
        }

@keyframes b {
    0%,to {
        top: 0
    }

    50% {
        top: 10px
    }
}

.home-video {
    width: 100%;
    position: relative;
    overflow: hidden
}

.home-video-arrow {
    position: relative;
    bottom: -111px;
    line-height: 1em;
    color: #555
}

    .home-video-arrow a {
        color: #555
    }

    .home-video-arrow .breadcrumb > li + li:before, .home-video-arrow .icon {
        position: relative;
        display: inline-block;
        font-size: 24px;
        animation: b 1s infinite
    }

.home-video .video-background {
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1
}

.home-video .video-foreground {
    width: 100%;
    height: 100%
}

.home-video .video-background iframe, .home-video .video-foreground {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none
}

.home-video .video-mask {
    position: absolute;
    width: 102%;
    height: 102%;
    z-index: 2;
    top: -1%;
    right: -1%
}

.home-video .container {
    z-index: 5;
    padding-bottom: 200px;
    position: relative
}

    .home-video .container small {
        font-size: 20px
    }

.home-service-title {
    font-size: 24px;
    margin: 0
}

.home-service-image {
    position: relative;
    z-index: 1;
    display: none;
    height: 130px;
    width: 100%;
    overflow: hidden
}

    .home-news-image img, .home-service-image img {
        display: block;
        width: 100% !important;
        transition: all .3s ease-out
    }

.home-service:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    transition: all .3s ease-out
}

    .home-service:hover .home-service-image:after {
        width: 100%;
        transition: all .3s ease-out
    }

    .home-service:hover .home-service-image img {
        transition: all .3s ease-out;
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.section-wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.home-news-date {
    font-size: 14px
}

.home-news-image {
    display: block;
    border-radius: 4px;
    z-index: 1;
    margin-bottom: 24px;
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden
}

    .home-news-image img {
        height: auto !important;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all .3s
    }

    .home-news-image:hover img {
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        transition: all .3s
    }

.home-news-title {

    margin-bottom: 21px
}

.home-news-info {
    font-size: 16px;
    line-height: 24px
}

.home-statistics-block {
    text-align: center
}

.home-statistics-number {
    display: block;
    font-size: 60px;
    color: #000;
    font-weight: bolder
}

.scroll-spy-nav {
    height: 300px
}

    .scroll-spy-nav ul, .scroll-spy-nav ul > li, .scroll-spy-nav ul > li > a, .scroll-spy-nav--wrapper {
        padding: 0;
        margin: 0;
        background: 0 0;
        border: none;
        color: #555;
        float: right;
        display: block;
        width: 100%;
        clear: both
    }

        .scroll-spy-nav ul > li > a {
            padding: 3px;
            border-left: 3px solid #fff;
            font-size: 18px
        }

            .scroll-spy-nav ul:hover, .scroll-spy-nav ul > li:hover, .scroll-spy-nav ul > li > a:hover, .scroll-spy-nav--wrapper:hover {
                background: 0 0
            }

.scroll-spy-nav-wrapper {
    border: 1px solid #d8d8d8;
    padding: 5px;
    border-radius: 2px;
    float: right;
    overflow-x: auto;
    position: relative;
    height: 100%;
    width: 100%
}

.scroll-spy-nav ul > li > a:active, .scroll-spy-nav ul > li > a:focus {
    background: 0 0
}

.scroll-spy-nav ul > li.active > a {
    border-color: #006500;
    color: #006500;
}

.mobile-side-nav-wrapper {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    background: #fff;
    overflow-y: auto;
    z-index: 100;
    -webkit-overflow-scrolling: touch
}

.over-flow-hidden, .over-flow-hidden body {
    overflow: hidden !important;
    position: fixed;
    height: 100%;
    width: 100%
}

.topic-navigation-center .breadcrumb > li + li:before, .topic-navigation-center .icon, .topic-navigation-next .breadcrumb > li + li:before, .topic-navigation-next .icon, .topic-navigation-prev .breadcrumb > li + li:before, .topic-navigation-prev .icon {
    font-size: 24px;
    position: relative;
    top: 2px
}

.topic-navigation-next .breadcrumb > li + li:before, .topic-navigation-next .icon {
    float: left
}

.happy-meter, .happy-meter-item {
    display: inline-block;
    width: 100%
}

.happy-meter-item {
    width: 33.3%;
    text-align: center;
    position: relative;
    font-size: 70px;
    line-height: 1em;
    float: left
}

    .happy-meter-item .icon--sad-filled {
        color: red
    }

    .happy-meter-item .icon--happy-filled {
        color: green
    }

    .happy-meter-item .icon--neutral-filled {
        color: #ff8c00
    }

    .happy-meter-item label {
        display: inline-block;
        cursor: pointer
    }

    .happy-meter-item input[type=radio] {
        position: absolute;
        z-index: -1;
        visibility: hidden;
        width: 100%;
        height: 100%;
        border: none
    }

        .happy-meter-item input[type=radio] + span .unchecked, .happy-meter-item input[type=radio]:checked + span .checked {
            display: inline-block
        }

        .happy-meter-item input[type=radio]:checked + span .unchecked {
            display: none
        }

.home-history-list {
    position: relative;
    display: block;
    float: right;
    width: 100%
}

    .home-history-list:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 2px;
        width: 100%;
        background: #adadad;
        right: 0;
        margin-top: -1px;
        z-index: 1
    }

.home-history-item, .home-history-item a {
    position: relative;
    padding: 5em 0 0;
    color: #adadad;
    display: inline-block
}

    .home-history-item.odd {
        padding-top: 0;
        padding-bottom: 5em
    }

    .home-history-item a {
        transition: all .2s;
        padding: 1em;
        border-left: 2px solid #adadad;
        border-top: 2px solid rgba(255,255,255,0);
        z-index: 4;
        white-space: nowrap;
        width: 100%
    }

        .home-history-item a:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            border-radius: 24px;
            background: #adadad;
            border: 4px solid #fff;
            top: -12px;
            left: -12px
        }

    .home-history-item.odd a {
        border-top: none;
        border-bottom: 2px solid rgba(255,255,255,0)
    }

        .home-history-item.odd a:after {
            top: auto;
            bottom: -12px
        }

    .home-history-item.active a, .home-history-item:hover a {
        transition: all .2s;
        z-index: 3;
        border-color: #006500;
        color: #006500
    }

        .home-history-item.active a:after, .home-history-item:hover a:after {
            background: #006500
        }

.forum-title {
    padding: 20px 0
}

    .forum-title .breadcrumb > li + li:before, .forum-title .icon {
        width: 48px;
        height: 48px;
        border-radius: 60px;
        border: 1px solid #d8d8d8;
        display: inline-block;
        line-height: 48px;
        text-align: center;
        overflow: hidden;
        right: 10px;
        top: 10px
    }

        .chat-w-post-img img, .forum-title .breadcrumb > li + li:before img, .forum-title .icon img, .top-notification-user img {
            display: block;
            width: 100%
        }

.forum-inner {
    margin: 0 -12px;
    padding: 0
}

    .forum-inner .col-md-2.hidden-xs.hidden-sm, .home-title > span {
        position: relative;
        top: -67px
    }

.forum-wrapper {
    border-radius: 3px
}

.forum-wrapper--ok {
    border: 2px solid #006500 !important;
    border-width: 2px
}

    .forum-wrapper--ok .forum-inner {
        padding: 0 24px;
        margin: 0
    }

.mapper {
    min-height: 500px
}

.mapper-innertab, .mapper-tabs {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0
}

    .mapper-innertab > .tab-content {
        position: absolute;
        top: 0;
        right: 100px;
        left: 0;
        bottom: 0
    }

        .mapper-innertab > .tab-content > .tab-pane {
            background: #f6f6f6;
            position: absolute;
            height: 100%;
            width: 100%
        }

    .mapper-innertab > .v-list {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
        border-left: 2px solid #d8d8d8
    }

        .mapper-innertab > .v-list > li {
            text-align: center;
            border-right: 3px solid #fff;
            margin-top: 4px
        }

            .mapper-innertab > .v-list > li > a {
                display: block;
                color: #adadad;
                padding: 10px 20px
            }

                .mapper-innertab > .v-list > li > a.breadcrumb > li + li:before, .mapper-innertab > .v-list > li > a > .icon {
                    font-size: 30px
                }

                .mapper-innertab > .v-list > li > a > small {
                    display: block;
                    font-size: 13px;
                    padding-top: 5px
                }

            .mapper-innertab > .v-list > li.active {
                border-right: 3px solid #006500
            }

                .mapper-innertab > .v-list > li.active a {
                    color: #000
                }

.mapper-tabs {
    top: 57px
}

    .mapper-searchinput, .mapper-tabs > .nav.nav-tabs {
        position: absolute;
        top: 0;
        width: 100%
    }

    .mapper-tabs > .tab-content, .mapper-tabs > .tab-content > .tab-pane {
        top: 49px;
        position: absolute;
        width: 100%;
        bottom: 0
    }

        .mapper-tabs > .tab-content > .tab-pane {
            top: 0
        }

.mapper-searchinput {
    border-bottom: 2px solid #d8d8d8
}

    .mapper-searchinput input {
        border: 0;
        padding: 15px;
        width: 100%;
        color: #000
    }

    .mapper-searchinput .breadcrumb > li + li:before, .mapper-searchinput .icon {
        position: absolute;
        font-size: 31px;
        top: 10px;
        left: 15px
    }

.mapper-search {
    border: 2px solid #d8d8d8
}

.mapper-map, .mapper-search {
    position: relative;
    height: 100%
}

    .mapper-map #mapper {
        position: absolute;
        width: 100%;
        height: 100%
    }

.stat-icons .breadcrumb > li + li:before, .stat-icons .icon {
    font-size: 70px
}

.home-title {
    font-size: 77px;
    font-weight: 300;
    padding: 0;
    margin: -8px 0 0;
    line-height: 109px
}

.home-title-small {
    font-size: 20px
}

.home-title > span {
    font-weight: 400;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    padding-right: 25px;
    vertical-align: baseline;
    top: -13px
}

.custom-scroll-spy-mobile {
    display: none;
    position: fixed;
    width: 100%;
    border-radius: 40px;
    background: #ced2d4;
    color: #3f4850;
    top: 60px;
    right: 0;
    z-index: 8;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 20px;
    background: #fff
}

.strong-bar-item {
    height: 4px;
    border-radius: 2px;
    border-left: 4px solid #fff
}

    .strong-bar-item:last-child, .top-notification-dropdown ul li:last-child {
        border: none
    }

.top-notification {
    position: relative;
    top: 10px
}

.top-notification-dropdown {
    position: absolute !important;
    width: 500px !important;
    left: 0 !important;
    right: auto !important;
    background: #f7f7f7 !important;
    padding: 0 24px !important;
    z-index: 100 !important;
    border: 1px solid #d8d8d8 !important;
    margin-top: 10px !important;
    overflow: visible !important
}

    .top-notification-dropdown:after {
        content: " " !important;
        position: absolute !important;
        top: -7px !important;
        width: 0 !important;
        left: 10px !important;
        right: auto !important;
        height: 0 !important;
        display: block !important;
        border-right: 7px solid transparent !important;
        border-left: 7px solid transparent !important;
        border-bottom: 7px solid #d8d8d8 !important
    }

    .filter-down .dropdown-menu span, .top-notification-dropdown ul li a, .top-notification-dropdown.open {
        display: block
    }

    .top-notification-dropdown ul li {
        padding: 24px 0;
        border-bottom: 1px solid #d8d8d8
    }

.top-notification-user {
    width: 40px;
    height: 40px;
    overflow: hidden;
    top: 2px
}

.top-notification-icon, .top-notification-user {
    position: relative;
    display: inline-block
}

    .top-notification-icon .breadcrumb > li + li:before, .top-notification-icon .icon {
        font-size: 36px
    }

    .top-notification-icon .number {
        width: 18px;
        height: 18px;
        background: #006500;
        color: #fff;
        border-radius: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 10px;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.custom-progress, ul.floating-line {
    position: relative
}

.custom-progress-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-bottom: 2px solid #fff
}

.custom-progress-text {
    height: 43px;
    padding: 10px 20px;
    position: relative
}

.chat-w {
    position: fixed;
    z-index: 100;
    width: 350px;
    height: 500px;
    bottom: 20px;
    left: 20px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #ced2d4
}

.chat-w-close {
    width: 45px;
    height: 45px
}

.chat-w-close, .chat-w-menu, .chat-w-minimise {
    background: 0 0;
    float: left;
    display: block;
    text-align: center;
    font-size: 16px;
    border: none
}

.chat-w-minimise {
    width: 45px;
    height: 45px
}

.chat-w-post {
    padding: 0 20px 20px;
    position: relative;
    width: 100%
}

.chat-w-post-date {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px
}

.chat-w-post-msg {
    float: left;
    width: calc(100% - 65px);
    padding: 10px;
    background: #f7f7f7;
    border-radius: 6px;
    border-top-right-radius: 0;
    position: relative
}

    .chat-w-post-msg:after, .chat-w-post.odd .chat-w-post-msg:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 0
    }

    .chat-w-post-msg:after {
        border-left: 20px solid #f7f7f7;
        right: -20px
    }

.chat-w-post-img {
    height: 45px;
    border-radius: 45px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    width: 45px;
    float: right
}

.chat-w-post.odd .chat-w-post-msg {
    float: right;
    border-radius: 6px;
    border-top-left-radius: 0
}

    .chat-w-post.odd .chat-w-post-msg:after, .news-letter-container .news-letter-lbl img {
        display: none
    }

    .chat-w-post.odd .chat-w-post-msg:before {
        border-right: 20px solid #f7f7f7;
        left: -20px
    }

.chat-w-post.odd .chat-w-post-img {
    float: left
}

.chat-w-post.odd .chat-w-post-date {
    text-align: right
}

.chat-w-menu {
    width: 35px;
    height: 35px
}

.chat-w-body {
    top: 45px;
    bottom: 55px;
    background: #fff;
    overflow: auto;
    padding-top: 20px;
    position: absolute;
    width: 100%
}

.chat-w-header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 45px;
    background: #ced2d4
}

.chat-w-input {
    border: none;
    height: 35px;
    width: calc(100% - 35px);
    border-radius: 2px
}

.chat-w-footer {
    background: #ced2d4;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 55px;
    padding: 10px
}

.video-mask-top {
    position: relative;
    background: linear-gradient(180deg,rgba(255,255,255,.8) 0,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff",endColorstr="#ffffff",GradientType=0)
}

.open-forum-wrapper {
    padding-top: 44px;
    padding-bottom: 44px;
    margin-bottom: 88px;
    border-top: 3px solid #006500;
    border-bottom: 3px solid #006500;
    position: relative
}

.open-forum-wrapper-close {
    position: absolute;
    top: 36px;
    left: 0;
    font-weight: bolder;
    font-size: 20px
}

.filter-down {
    margin-left: 36px;
    display: inline-block;
    vertical-align: middle
}

    .filter-down:last-child {
        margin-left: 0
    }

    .filter-down .filter-down-text, .filter-down .filter-down-title {
        padding: 12px;
        display: inline-block
    }

.filter-down-text {
    border: 1px solid transparent;
    border-bottom-width: 2px;
    cursor: pointer;
    font-weight: 700
}

    .filter-down-text .breadcrumb > li + li:before, .filter-down-text .icon {
        margin-right: 10px;
        position: relative;
        top: 3px
    }

.open .filter-down-text {
    border: 1px solid #c3c8ca;
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 22;
    background: #fff
}

.filter-down .dropdown-menu {
    box-shadow: none;
    border: 1px solid #c3c8ca;
    z-index: 20;
    border-radius: 0;
    margin: -1px 0 0
}

    .filter-down .dropdown-menu a:hover {
        font-weight: bolder;
        text-decoration: none
    }

.cerified-answer {
    color: #006500;
    padding-right: 24px
}

    .cerified-answer img {
        width: 24px;
        margin-left: 7px
    }

.bootstrap-tagsinput .tag {
    color: inherit
}

.news-letter-container .news-letter-lbl {
    position: relative;
    top: -4px
}

.news-letter-container .checkbox {
    display: inline-block
}

.news-letter-container .news-letter-row {
    border-bottom: 1px solid #d8d8d8
}

    .news-letter-container .news-letter-row:last-child {
        border: none
    }

.has-error .bootstrap-tagsinput {
    border-color: #D0021B
}

.data-js-quick-figures li a {
    color: #adadad
}

    .data-js-quick-figures li a:active, .data-js-quick-figures li a:focus, .data-js-quick-figures li a:hover {
        text-decoration: none
    }

.data-js-quick-figures li.active a {
    color: #006500
}

.no-border-color .scroll-spy-nav-ul li.active > a, .no-border-color .scroll-spy-nav-ul li > a, ul.floating-line li.active {
    border: none
}

.video-mask-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 300px
}

.btn, .btn:hover {
    transition: all .2s ease-out !important
}

.loader {
    border-radius: 50%;
    color: #050;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

    .loader:after, .loader:before {
        position: absolute;
        content: ""
    }

    .loader:before {
        border-radius: 0 10.2em 10.2em 0;
        right: -.1em;
        -ms-transform-origin: 5.2em 5.1em;
        transform-origin: 5.2em 5.1em;
        animation: c 2s infinite ease 1.5s
    }

    .loader:after, .loader:before {
        width: 5.2em;
        height: 10.2em;
        background: #fff;
        top: -.1em
    }

    .loader:after {
        border-radius: 10.2em 0 0 10.2em;
        right: 5.1em;
        -ms-transform-origin: 0 5.1em;
        transform-origin: 0 5.1em;
        animation: c 2s infinite ease
    }

@keyframes c {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

li.floating-line {
    height: 3px;
    background: #006500;
    width: 30px;
    position: absolute;
    bottom: -2px;
    right: 0
}

.img-265.img-265 {
    width: 100% !important;
    height: 265px !important
}

.show-inderline-link a, .show-inderline-link.show-inderline-link a {
    text-decoration: underline !important
}

#txtSearch:focus, #txtSearch:focus + .icon, .breadcrumb > li#txtSearch:focus + li:before {
    border-color: #555;
    text-decoration: none !important
}

.twitter-typeahead {
    width: 100%;
    display: block
}

.tt-menu {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff
}

    .tt-menu .tt-suggestion {
        border-bottom: 1px solid #ccc;
        padding: 25px;
        border-right: 4px solid #fff;
        font-size: 20px;
        color: #000;
        cursor: pointer
    }

        .tt-menu .tt-suggestion:last-child {
            border-bottom: none
        }

        .tt-menu .tt-suggestion .tt-cursor, .tt-menu .tt-suggestion:hover {
            color: #006500;
            border-right: 4px solid #006500
        }

.form-group.flying-label label {
    transition: top .2s ease-out !important;
    position: relative;
    top: 42px;
    color: #adadad;
    z-index: 4
}

.form-group.flying-label.focus label {
    transition: top .2s ease-out !important;
    position: relative;
    top: 0;
    color: #000
}

.toggle-read-more .more {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 6;
    padding: 21px 16px 16px;
    width: calc(100% + 2px);
    top: 0;
    border: 1px solid #979797;
    border-top: none;
    right: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.toggle-read-more.open .more {
    display: block
}

.no-hover, .no-hover:hover {
    cursor: default
}

.img-220.img-220 {
    width: 100% !important;
    height: 220px !important
}

.social-card {
    height: 480px;
    padding-bottom: 70px;
    border: 1px solid #ced2d4
}

    .social-card .breadcrumb > li + li:before, .social-card .icon {
        position: absolute;
        bottom: 20px;
        right: 40px;
        font-size: 24px
    }

    .social-card .icon--facebook {
        color: #597cb9
    }

    .social-card .icon--twitter {
        color: #19b2f5
    }

    .social-card .social-card-text {
        padding: 24px
    }

        .social-card .social-card-text .user {
            padding-bottom: 12px
        }

            .social-card .social-card-text .user .name {
                vertical-align: middle;
                display: inline-block;
                color: #adadad;
                font-size: 12px;
                padding-right: 12px
            }

            .social-card .social-card-text .user .img {
                position: relative;
                overflow: hidden;
                height: 30px;
                width: 30px;
                border-radius: 30px;
                display: inline-block;
                vertical-align: middle;
                border: 1px solid #eee
            }

        .social-card .social-card-text .date {
            font-size: 16px;
            color: #555
        }

        .social-card .social-card-text .text {
            font-size: 20px;
            color: #000
        }

.padding-bottom-14 {
    padding-bottom: 14px !important
}

.rounded-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

    .rounded-img img {
        display: block;
        width: 100%
    }

.avatar-select {
    box-shadow: none;
    background: #fafafa;
    border: 1px solid #f1f1f1;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    overflow: visible;
    margin-top: 10px
}

    .avatar-select:after {
        content: " " !important;
        position: absolute !important;
        top: -7px !important;
        width: 0 !important;
        right: 10px !important;
        left: auto !important;
        height: 0 !important;
        display: block !important;
        border-right: 7px solid transparent !important;
        border-left: 7px solid transparent !important;
        border-bottom: 7px solid #d8d8d8 !important
    }

.filter-down-btn.open .dropdown-backdrop, .top-notification.dropdown .dropdown-backdrop {
    display: none !important
}

.filter-down .dropdown-menu {
    width: auto !important;
    right: 17px !important;
    left: 17px !important
}

.fix-dropdown-position {
    position: relative
}

    .fix-dropdown-position div[class^=col-] {
        position: static
    }

.clearfix.news-letter-row.no-border.clearfix.news-letter-row.no-border {
    border-top: 1px solid #ccc !important
}

    .clearfix.news-letter-row.no-border.clearfix.news-letter-row.no-border > div {
        padding-top: 21px
    }

.mobile-os {
    width: 100%
}

    .mobile-os > .btn {
        width: 50%
    }

        .mobile-os > .btn:active, .mobile-os > .btn:focus {
            -ms-transform: scale(1);
            transform: scale(1)
        }

        .mobile-os > .btn:hover {
            background-color: #fff !important;
            color: #006500 !important
        }

        .mobile-os > .btn.active {
            color: #fff !important;
            background-color: #006500 !important
        }

.atoz.atoz {
    border: 1px solid #ccc !important;
    text-align: center !important;
    border-radius: 4px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

    .atoz.atoz, .atoz.atoz li {
        width: 42px !important
    }

        .atoz.atoz li a {
            border-left: 3px solid transparent
        }

.fix-tags-search .btn-group-sm > .btn, .fix-tags-search .btn-sm {
    padding-top: 9px !important;
    padding-bottom: 9px !important
}

.fix-tags-bootstrap .twitter-typeahead input:first-child {
    top: 10px !important
}

.fix-tags-bootstrap .bootstrap-tagsinput input {
    width: 100%;
    padding: 0
}

.fix-tags-bootstrap .bootstrap-tagsinput .tag {
    margin: 0 0 4px;
    border: none;
    color: #fff;
    background: #006500
}

.fix-tags-bootstrap .twitter-typeahead {
    padding: 10px 0
}

.fix-tags-bootstrap .bootstrap-tagsinput {
    padding: 0;
    border-color: #555
}

.scroll-to-top {
    width: 93px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.5);
    border-radius: 93px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    color: #006500;
    font-size: 37px;
    cursor: pointer;
    display: none
}

.pointer {
    cursor: pointer
}

.space-left {
    padding-right: 1em
}

.space-right {
    padding-left: 1em
}

.loader.loader.loader {
    border: none !important;
    background: 50% no-repeat url(../images/ring.html) !important;
    color: transparent !important;
    width: 120px !important;
    height: 120px !important
}

    .loader.loader.loader:after, .loader.loader.loader:before {
        display: none
    }

.fixnewsimage .home-news-image {
    float: none !important
}

.fixcontentimages img {
    max-width: 100% !important
}

.news-letter-container .news-letter-lbl2 {
    width: 100%;
    min-height: 38px;
    text-align: left;
    padding-left: 6px
}

.nano {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

    .nano .nano-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: scroll;
        overflow-x: hidden
    }

        .nano .nano-content:focus {
            outline: thin dotted
        }

        .nano .nano-content::-webkit-scrollbar {
            display: none
        }

    .nano > .nano-pane {
        width: 10px;
        background: rgba(0,0,0,.25);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        transition: .2s;
        border-radius: 5px;
        visibility: hidden\9;
        opacity: .01
    }

        .nano > .nano-pane > .nano-slider {
            background: #444;
            background: rgba(0,0,0,.5);
            position: relative;
            margin: 0 1px;
            border-radius: 3px
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block
}

.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane {
    visibility: visible\9;
    opacity: .99
}

@font-face {
    font-family: weather;
    src: url(../fonts/artill_clean_icons-webfont.html);
    src: url(../fonts/artill_clean_icons-webfontd41d.html?#iefix) format("embedded-opentype"),url(../fonts/artill_clean_icons-webfont-2.html) format("woff"),url(../fonts/artill_clean_icons-webfont-3.html) format("truetype"),url(../fonts/artill_clean_icons-webfont-4.html#artill_clean_weather_iconsRg) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon- {
    color: #fff;
    font-family: weather;
    font-size: 100px;
    font-weight: 400;
    font-style: normal;
    line-height: .5;
    text-transform: none
}

.icon-0:before {
    content: ":"
}

.icon-1:before {
    content: "p"
}

.icon-2:before {
    content: "S"
}

.icon-3:before {
    content: "Q"
}

.icon-4:before {
    content: "S"
}

.icon-5:before, .icon-6:before, .icon-7:before, .icon-8:before {
    content: "W"
}

.icon-9:before {
    content: "I"
}

.icon-10:before {
    content: "W"
}

.icon-11:before, .icon-12:before, .icon-13:before, .icon-14:before {
    content: "I"
}

.icon-15:before {
    content: "W"
}

.icon-16:before {
    content: "I"
}

.icon-17:before {
    content: "W"
}

.icon-18:before {
    content: "U"
}

.icon-19:before, .icon-20:before, .icon-21:before, .icon-22:before, .icon-23:before {
    content: "Z"
}

.icon-24:before, .icon-25:before {
    content: "E"
}

.icon-26:before {
    content: "3"
}

.icon-27:before {
    content: "a"
}

.icon-28:before {
    content: "A"
}

.icon-29:before {
    content: "a"
}

.icon-30:before {
    content: "A"
}

.icon-31:before {
    content: "6"
}

.icon-32:before {
    content: "1"
}

.icon-33:before {
    content: "6"
}

.icon-34:before {
    content: "1"
}

.icon-35:before {
    content: "W"
}

.icon-36:before {
    content: "1"
}

.icon-37:before, .icon-38:before, .icon-39:before {
    content: "S"
}

.icon-40:before {
    content: "M"
}

.icon-41:before {
    content: "W"
}

.icon-42:before {
    content: "I"
}

.icon-43:before {
    content: "W"
}

.icon-44:before {
    content: "a"
}

.icon-45:before {
    content: "S"
}

.icon-46:before {
    content: "U"
}

.icon-47:before {
    content: "S"
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }

    .navbar-right .dropdown-menu-left {
        right: 0;
        left: auto
    }

    .navbar {
        border-radius: 0
    }

    .navbar-header, .navbar-nav > li {
        float: right
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: 0;
        margin-right: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-right: -34px
    }

    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: right;
        margin: 0
    }

        .navbar-nav > li > a {
            padding-top: 18px;
            padding-bottom: 18px;
            height: 60px
        }

    .navbar-form {
        width: auto;
        border: 0;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }

    .navbar-text {
        float: right;
        margin-right: 34px;
        margin-left: 34px
    }

    .navbar-left {
        float: right !important
    }

    .navbar-right {
        float: left !important;
        margin-left: -34px
    }

        .navbar-right ~ .navbar-right {
            margin-left: 0
        }

    .navbar-nav > li.active > a {
        border: none;
        border-bottom: 2px solid #fff
    }

    .breadcrumb {
        margin-bottom: 21px
    }

    .modal-lg {
        width: 900px
    }

    .timeline {
        padding-top: 50px
    }

    .footer .footer-social-link {
        text-align: right
    }

    .category-box {
        border-top: 1px solid #ccc;
        padding: 10px 0;
        height: 160px;
        position: relative
    }

        .category-box:before, .home-service-image:after {
            position: absolute;
            content: "";
            width: 0;
            right: 0;
            background: #006500
        }

        .category-box:before {
            transition: all .5s cubic-bezier(.165,.84,.44,1);
            top: 0;
            display: block;
            z-index: 1;
            height: 4px
        }

        .category-box, .category-box:hover {
            text-decoration: none
        }

            .category-box:hover:before {
                transition: all .5s cubic-bezier(.165,.84,.44,1);
                width: 100%
            }

            .category-box:hover .category-box-title {
                font-size: 16px
            }

    .home-service {
        background: #fff;
        border: 1px solid #d8d8d8;
        box-shadow: 0 0 0 transparent;
        transition: all .3s ease-out
    }

    .home-service-title {
        padding: 12px 12px 6px;
        line-height: 31px;
        height: 81px
    }

    .home-service-info {
        line-height: 23px;
        padding: 0 12px;
        height: 75px
    }

        .home-service-info p {
            margin-bottom: 17px !important
        }

    .home-service-image {
        display: block
    }

        .home-service-image:after {
            transition: all .3s ease-out;
            height: 6px;
            bottom: 0
        }

    .home-news-image {
        margin-bottom: 21px
    }

    .home-news-title {
        margin-bottom: 44px;
        height: 2.5em;
        display: inline-block
    }

    .home-statistics-block {
        text-align: right
    }

    .topic-navigation-center {
        display: inline-block !important
    }

        .topic-navigation-center .breadcrumb > li + li:before, .topic-navigation-center .icon {
            display: block;
            font-size: 26px
        }

    .topic-navigation-prev {
        text-align: right;
        display: inline-block
    }

        .topic-navigation-prev .breadcrumb > li + li:before, .topic-navigation-prev .icon {
            float: right;
            font-size: 48px;
            display: inline-block
        }

        .topic-navigation-prev .text-black, .topic-navigation-prev .text-camarone {
            display: block;
            white-space: nowrap;
            padding-right: 48px
        }

    .topic-navigation-next {
        text-align: left;
        display: inline-block
    }

        .topic-navigation-next .breadcrumb > li + li:before, .topic-navigation-next .icon {
            float: left;
            font-size: 48px;
            display: inline-block
        }

        .topic-navigation-next .text-black, .topic-navigation-next .text-camarone {
            display: block;
            white-space: nowrap;
            padding-left: 48px
        }

    .happy-meter {
        float: left
    }

    .happy-meter-item {
        width: auto
    }

        .happy-meter-item label {
            padding-right: 10px
        }

    .forum-title {
        padding-right: 50px
    }

        .forum-title .breadcrumb > li + li:before, .forum-title .icon {
            position: absolute
        }

    .forum-inner {
        padding: 0 24px
    }

    .forum-wrapper {
        border: 1px solid #adadad
    }

    .forum-wrapper--ok {
        border: 2px solid #006500 !important
    }

    .news-letter-container .news-letter-lbl img {
        display: inline
    }

    .news-letter-container .news-letter-cell-2 {
        text-align: left;
        border-left: 1px solid #d8d8d8
    }

        .news-letter-container .news-letter-cell-2 .news-letter-lbl {
            position: relative;
            top: 5px;
            left: 10px
        }

        .news-letter-container .news-letter-cell-2 .checkbox {
            float: left
        }
}

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .navbar-form .form-group {
            margin-bottom: 0
        }

        .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }

    .navbar-form .form-control, .navbar-form .form-group {
        display: inline-block;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-right: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-right: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .pagination-styled > .prefix, .pagination-styled > .suffix {
        display: inline-block
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 25px 5px 15px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 24px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: #005300
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-brand {
        float: none;
        margin: 0 auto;
        position: relative;
        right: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .navbar-header {
        float: none !important
    }

    .timeline:after {
        right: 0
    }

    .timeline-item-year {
        left: auto;
        right: -30px
    }

        .timeline-item-year:after {
            left: auto;
            right: -48px
        }

        .timeline-item-year:before {
            left: 92px;
            right: -25px
        }

    .timeline-item {
        width: calc(100% - 70px);
        float: left;
        margin-top: 70px;
        clear: none
    }

    #muteYouTubeVideoPlayer, .home-video-arrow {
        display: none
    }

    .home-video .container {
        padding-bottom: 42px
    }

    .home-title-small {
        padding-bottom: 21px;
        display: block
    }

    .home-title {
        line-height: 1.3em;
        font-size: 42px;
        font-weight: 400
    }

        .home-title > span {
            clear: both;
            display: block;
            top: 0;
            padding: 0
        }

    .cerified-answer {
        padding-right: 0
    }

    .news-letter-container .checkbox {
        float: left
    }
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 72px
    }

    .dropdown.dropdown-blocker.open:after {
        transition: all .3s;
        opacity: .5;
        visibility: visible
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-right: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-left: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            transform: translate3d(-100%,0,0);
            right: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            transform: translate3d(100%,0,0);
            right: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                transform: translateZ(0);
                right: 0
            }
}

@media (max-width:767px) {
    .visible-xs, .visible-xs-block {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm, .visible-sm-block {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md, .visible-md-block {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .visible-lg, .visible-lg-block {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

    .absolute-lg {
        position: absolute
    }
}

@media print {
    .visible-print, .visible-print-block {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

    .visible-print-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@media (max-width:992px) and (min-width:1199px) {
    .absolute-md {
        position: absolute
    }
}
