@font-face {
    font-family: FreeSetWebLight;
    src: url("/fonts/FRS45__W.eot");
    src: local("FreeSet Web Light"), local("FreeSetWebLight"), url("/fonts/FRS45__W.eot?#iefix") format("embedded-opentype"), url("/fonts/FRS45__W.woff2") format("woff2"), url("/fonts/FRS45__W.woff") format("woff"), url("/fonts/FRS45__W.ttf") format("truetype"), url("/fonts/FRS45__W.svg#FreeSetWebLight") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FreeSetWebBook;
    src: url("/fonts/FRS55__W.eot");
    src: local("FreeSet Web Book"), local("FreeSetWebBook"), url("/fonts/FRS55__W.eot?#iefix") format("embedded-opentype"), url("/fonts/FRS55__W.woff2") format("woff2"), url("/fonts/FRS55__W.woff") format("woff"), url("/fonts/FRS55__W.ttf") format("truetype"), url("/fonts/FRS55__W.svg#FreeSetWebBook") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FreeSetWebDemiBold;
    src: url("/fonts/FRS65__W.eot");
    src: local("FreeSet Web Demi Bold"), local("FreeSetWebDemiBold"), url("/fonts/FRS65__W.eot?#iefix") format("embedded-opentype"), url("/fonts/FRS65__W.woff2") format("woff2"), url("/fonts/FRS65__W.woff") format("woff"), url("/fonts/FRS65__W.ttf") format("truetype"), url("/fonts/FRS65__W.svg#FreeSetWebDemiBold") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FreeSetWebExtraBold;
    src: url("/fonts/FRS95__W.eot");
    src: local("/fonts/FreeSet Web Extra Bold"), local("FreeSetWebExtraBold"), url("/fonts/FRS95__W.eot?#iefix") format("embedded-opentype"), url("/fonts/FRS95__W.woff2") format("woff2"), url("/fonts/FRS95__W.woff") format("woff"), url("/fonts/FRS95__W.ttf") format("truetype"), url("/fonts/FRS95__W.svg#FreeSetWebExtraBold") format("svg");
    font-weight: 400;
    font-style: normal
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
.right-content:hover .for-hover-second{
    display: block;
}
.right-content:hover .for-hover-first{
    display: none;
}
.for-hover-second{
    display: none;
    transition: all 2s linear
}
.for-hover-first{
    transition: all 2s linear
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-music:before {
    content: "\E002"
}

.glyphicon-search:before {
    content: "\E003"
}

.glyphicon-heart:before {
    content: "\E005"
}

.glyphicon-star:before {
    content: "\E006"
}

.glyphicon-star-empty:before {
    content: "\E007"
}

.glyphicon-user:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-th-large:before {
    content: "\E010"
}

.glyphicon-th:before {
    content: "\E011"
}

.glyphicon-th-list:before {
    content: "\E012"
}

.glyphicon-ok:before {
    content: "\E013"
}

.glyphicon-remove:before {
    content: "\E014"
}

.glyphicon-zoom-in:before {
    content: "\E015"
}

.glyphicon-zoom-out:before {
    content: "\E016"
}

.glyphicon-off:before {
    content: "\E017"
}

.glyphicon-signal:before {
    content: "\E018"
}

.glyphicon-cog:before {
    content: "\E019"
}

.glyphicon-trash:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-file:before {
    content: "\E022"
}

.glyphicon-time:before {
    content: "\E023"
}

.glyphicon-road:before {
    content: "\E024"
}

.glyphicon-download-alt:before {
    content: "\E025"
}

.glyphicon-download:before {
    content: "\E026"
}

.glyphicon-upload:before {
    content: "\E027"
}

.glyphicon-inbox:before {
    content: "\E028"
}

.glyphicon-play-circle:before {
    content: "\E029"
}

.glyphicon-repeat:before {
    content: "\E030"
}

.glyphicon-refresh:before {
    content: "\E031"
}

.glyphicon-list-alt:before {
    content: "\E032"
}

.glyphicon-lock:before {
    content: "\E033"
}

.glyphicon-flag:before {
    content: "\E034"
}

.glyphicon-headphones:before {
    content: "\E035"
}

.glyphicon-volume-off:before {
    content: "\E036"
}

.glyphicon-volume-down:before {
    content: "\E037"
}

.glyphicon-volume-up:before {
    content: "\E038"
}

.glyphicon-qrcode:before {
    content: "\E039"
}

.glyphicon-barcode:before {
    content: "\E040"
}

.glyphicon-tag:before {
    content: "\E041"
}

.glyphicon-tags:before {
    content: "\E042"
}

.glyphicon-book:before {
    content: "\E043"
}

.glyphicon-bookmark:before {
    content: "\E044"
}

.glyphicon-print:before {
    content: "\E045"
}

.glyphicon-camera:before {
    content: "\E046"
}

.glyphicon-font:before {
    content: "\E047"
}

.glyphicon-bold:before {
    content: "\E048"
}

.glyphicon-italic:before {
    content: "\E049"
}

.glyphicon-text-height:before {
    content: "\E050"
}

.glyphicon-text-width:before {
    content: "\E051"
}

.glyphicon-align-left:before {
    content: "\E052"
}

.glyphicon-align-center:before {
    content: "\E053"
}

.glyphicon-align-right:before {
    content: "\E054"
}

.glyphicon-align-justify:before {
    content: "\E055"
}

.glyphicon-list:before {
    content: "\E056"
}

.glyphicon-indent-left:before {
    content: "\E057"
}

.glyphicon-indent-right:before {
    content: "\E058"
}

.glyphicon-facetime-video:before {
    content: "\E059"
}

.glyphicon-picture:before {
    content: "\E060"
}

.glyphicon-map-marker:before {
    content: "\E062"
}

.glyphicon-adjust:before {
    content: "\E063"
}

.glyphicon-tint:before {
    content: "\E064"
}

.glyphicon-edit:before {
    content: "\E065"
}

.glyphicon-share:before {
    content: "\E066"
}

.glyphicon-check:before {
    content: "\E067"
}

.glyphicon-move:before {
    content: "\E068"
}

.glyphicon-step-backward:before {
    content: "\E069"
}

.glyphicon-fast-backward:before {
    content: "\E070"
}

.glyphicon-backward:before {
    content: "\E071"
}

.glyphicon-play:before {
    content: "\E072"
}

.glyphicon-pause:before {
    content: "\E073"
}

.glyphicon-stop:before {
    content: "\E074"
}

.glyphicon-forward:before {
    content: "\E075"
}

.glyphicon-fast-forward:before {
    content: "\E076"
}

.glyphicon-step-forward:before {
    content: "\E077"
}

.glyphicon-eject:before {
    content: "\E078"
}

.glyphicon-chevron-left:before {
    content: "\E079"
}

.glyphicon-chevron-right:before {
    content: "\E080"
}

.glyphicon-plus-sign:before {
    content: "\E081"
}

.glyphicon-minus-sign:before {
    content: "\E082"
}

.glyphicon-remove-sign:before {
    content: "\E083"
}

.glyphicon-ok-sign:before {
    content: "\E084"
}

.glyphicon-question-sign:before {
    content: "\E085"
}

.glyphicon-info-sign:before {
    content: "\E086"
}

.glyphicon-screenshot:before {
    content: "\E087"
}

.glyphicon-remove-circle:before {
    content: "\E088"
}

.glyphicon-ok-circle:before {
    content: "\E089"
}

.glyphicon-ban-circle:before {
    content: "\E090"
}

.glyphicon-arrow-left:before {
    content: "\E091"
}

.glyphicon-arrow-right:before {
    content: "\E092"
}

.glyphicon-arrow-up:before {
    content: "\E093"
}

.glyphicon-arrow-down:before {
    content: "\E094"
}

.glyphicon-share-alt:before {
    content: "\E095"
}

.glyphicon-resize-full:before {
    content: "\E096"
}

.glyphicon-resize-small:before {
    content: "\E097"
}

.glyphicon-exclamation-sign:before {
    content: "\E101"
}

.glyphicon-gift:before {
    content: "\E102"
}

.glyphicon-leaf:before {
    content: "\E103"
}

.glyphicon-fire:before {
    content: "\E104"
}

.glyphicon-eye-open:before {
    content: "\E105"
}

.glyphicon-eye-close:before {
    content: "\E106"
}

.glyphicon-warning-sign:before {
    content: "\E107"
}

.glyphicon-plane:before {
    content: "\E108"
}

.glyphicon-calendar:before {
    content: "\E109"
}

.glyphicon-random:before {
    content: "\E110"
}

.glyphicon-comment:before {
    content: "\E111"
}

.glyphicon-magnet:before {
    content: "\E112"
}

.glyphicon-chevron-up:before {
    content: "\E113"
}

.glyphicon-chevron-down:before {
    content: "\E114"
}

.glyphicon-retweet:before {
    content: "\E115"
}

.glyphicon-shopping-cart:before {
    content: "\E116"
}

.glyphicon-folder-close:before {
    content: "\E117"
}

.glyphicon-folder-open:before {
    content: "\E118"
}

.glyphicon-resize-vertical:before {
    content: "\E119"
}

.glyphicon-resize-horizontal:before {
    content: "\E120"
}

.glyphicon-hdd:before {
    content: "\E121"
}

.glyphicon-bullhorn:before {
    content: "\E122"
}

.glyphicon-bell:before {
    content: "\E123"
}

.glyphicon-certificate:before {
    content: "\E124"
}

.glyphicon-thumbs-up:before {
    content: "\E125"
}

.glyphicon-thumbs-down:before {
    content: "\E126"
}

.glyphicon-hand-right:before {
    content: "\E127"
}

.glyphicon-hand-left:before {
    content: "\E128"
}

.glyphicon-hand-up:before {
    content: "\E129"
}

.glyphicon-hand-down:before {
    content: "\E130"
}

.glyphicon-circle-arrow-right:before {
    content: "\E131"
}

.glyphicon-circle-arrow-left:before {
    content: "\E132"
}

.glyphicon-circle-arrow-up:before {
    content: "\E133"
}

.glyphicon-circle-arrow-down:before {
    content: "\E134"
}

.glyphicon-globe:before {
    content: "\E135"
}

.glyphicon-wrench:before {
    content: "\E136"
}

.glyphicon-tasks:before {
    content: "\E137"
}

.glyphicon-filter:before {
    content: "\E138"
}

.glyphicon-briefcase:before {
    content: "\E139"
}

.glyphicon-fullscreen:before {
    content: "\E140"
}

.glyphicon-dashboard:before {
    content: "\E141"
}

.glyphicon-paperclip:before {
    content: "\E142"
}

.glyphicon-heart-empty:before {
    content: "\E143"
}

.glyphicon-link:before {
    content: "\E144"
}

.glyphicon-phone:before {
    content: "\E145"
}

.glyphicon-pushpin:before {
    content: "\E146"
}

.glyphicon-usd:before {
    content: "\E148"
}

.glyphicon-gbp:before {
    content: "\E149"
}

.glyphicon-sort:before {
    content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152"
}

.glyphicon-sort-by-order:before {
    content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154"
}

.glyphicon-sort-by-attributes:before {
    content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156"
}

.glyphicon-unchecked:before {
    content: "\E157"
}

.glyphicon-expand:before {
    content: "\E158"
}

.glyphicon-collapse-down:before {
    content: "\E159"
}

.glyphicon-collapse-up:before {
    content: "\E160"
}

.glyphicon-log-in:before {
    content: "\E161"
}

.glyphicon-flash:before {
    content: "\E162"
}

.glyphicon-log-out:before {
    content: "\E163"
}

.glyphicon-new-window:before {
    content: "\E164"
}

.glyphicon-record:before {
    content: "\E165"
}

.glyphicon-save:before {
    content: "\E166"
}

.glyphicon-open:before {
    content: "\E167"
}

.glyphicon-saved:before {
    content: "\E168"
}

.glyphicon-import:before {
    content: "\E169"
}

.glyphicon-export:before {
    content: "\E170"
}

.glyphicon-send:before {
    content: "\E171"
}

.glyphicon-floppy-disk:before {
    content: "\E172"
}

.glyphicon-floppy-saved:before {
    content: "\E173"
}

.glyphicon-floppy-remove:before {
    content: "\E174"
}

.glyphicon-floppy-save:before {
    content: "\E175"
}

.glyphicon-floppy-open:before {
    content: "\E176"
}

.glyphicon-credit-card:before {
    content: "\E177"
}

.glyphicon-transfer:before {
    content: "\E178"
}

.glyphicon-cutlery:before {
    content: "\E179"
}

.glyphicon-header:before {
    content: "\E180"
}

.glyphicon-compressed:before {
    content: "\E181"
}

.glyphicon-earphone:before {
    content: "\E182"
}

.glyphicon-phone-alt:before {
    content: "\E183"
}

.glyphicon-tower:before {
    content: "\E184"
}

.glyphicon-stats:before {
    content: "\E185"
}

.glyphicon-sd-video:before {
    content: "\E186"
}

.glyphicon-hd-video:before {
    content: "\E187"
}

.glyphicon-subtitles:before {
    content: "\E188"
}

.glyphicon-sound-stereo:before {
    content: "\E189"
}

.glyphicon-sound-dolby:before {
    content: "\E190"
}

.glyphicon-sound-5-1:before {
    content: "\E191"
}

.glyphicon-sound-6-1:before {
    content: "\E192"
}

.glyphicon-sound-7-1:before {
    content: "\E193"
}

.glyphicon-copyright-mark:before {
    content: "\E194"
}

.glyphicon-registration-mark:before {
    content: "\E195"
}

.glyphicon-cloud-download:before {
    content: "\E197"
}

.glyphicon-cloud-upload:before {
    content: "\E198"
}

.glyphicon-tree-conifer:before {
    content: "\E199"
}

.glyphicon-tree-deciduous:before {
    content: "\E200"
}

.glyphicon-cd:before {
    content: "\E201"
}

.glyphicon-save-file:before {
    content: "\E202"
}

.glyphicon-open-file:before {
    content: "\E203"
}

.glyphicon-level-up:before {
    content: "\E204"
}

.glyphicon-copy:before {
    content: "\E205"
}

.glyphicon-paste:before {
    content: "\E206"
}

.glyphicon-alert:before {
    content: "\E209"
}

.glyphicon-equalizer:before {
    content: "\E210"
}

.glyphicon-king:before {
    content: "\E211"
}

.glyphicon-queen:before {
    content: "\E212"
}

.glyphicon-pawn:before {
    content: "\E213"
}

.glyphicon-bishop:before {
    content: "\E214"
}

.glyphicon-knight:before {
    content: "\E215"
}

.glyphicon-baby-formula:before {
    content: "\E216"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-blackboard:before {
    content: "\E218"
}

.glyphicon-bed:before {
    content: "\E219"
}

.glyphicon-apple:before {
    content: "\F8FF"
}

.glyphicon-erase:before {
    content: "\E221"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-lamp:before {
    content: "\E223"
}

.glyphicon-duplicate:before {
    content: "\E224"
}

.glyphicon-piggy-bank:before {
    content: "\E225"
}

.glyphicon-scissors:before {
    content: "\E226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\E227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-scale:before {
    content: "\E230"
}

.glyphicon-ice-lolly:before {
    content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.glyphicon-education:before {
    content: "\E233"
}

.glyphicon-option-horizontal:before {
    content: "\E234"
}

.glyphicon-option-vertical:before {
    content: "\E235"
}

.glyphicon-menu-hamburger:before {
    content: "\E236"
}

.glyphicon-modal-window:before {
    content: "\E237"
}

.glyphicon-oil:before {
    content: "\E238"
}

.glyphicon-grain:before {
    content: "\E239"
}

.glyphicon-sunglasses:before {
    content: "\E240"
}

.glyphicon-text-size:before {
    content: "\E241"
}

.glyphicon-text-color:before {
    content: "\E242"
}

.glyphicon-text-background:before {
    content: "\E243"
}

.glyphicon-object-align-top:before {
    content: "\E244"
}

.glyphicon-object-align-bottom:before {
    content: "\E245"
}

.glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.glyphicon-object-align-left:before {
    content: "\E247"
}

.glyphicon-object-align-vertical:before {
    content: "\E248"
}

.glyphicon-object-align-right:before {
    content: "\E249"
}

.glyphicon-triangle-right:before {
    content: "\E250"
}

.glyphicon-triangle-left:before {
    content: "\E251"
}

.glyphicon-triangle-bottom:before {
    content: "\E252"
}

.glyphicon-triangle-top:before {
    content: "\E253"
}

.glyphicon-console:before {
    content: "\E254"
}

.glyphicon-superscript:before {
    content: "\E255"
}

.glyphicon-subscript:before {
    content: "\E256"
}

.glyphicon-menu-left:before {
    content: "\E257"
}

.glyphicon-menu-right:before {
    content: "\E258"
}

.glyphicon-menu-down:before {
    content: "\E259"
}

.glyphicon-menu-up:before {
    content: "\E260"
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Raleway, sans-serif;
    line-height: 1.6;
    color: #636b6f;
    background-color: #f5f8fa
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #3097d1;
    text-decoration: none
}

a:focus, a:hover {
    color: #216a94;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism, .text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #3097d1
}

a.text-primary:focus, a.text-primary:hover {
    color: #2579a9
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #3097d1
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #2579a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 11px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dd, dt {
    line-height: 1.6
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014   \A0"
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: "\A0   \2014"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.6
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
    .news-cust.container {
        width: 1250px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #f5f8fa
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .mil-carousel {
        padding: 0;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px;
    font-size: 14px
}

.form-control, output {
    display: block;
    line-height: 1.6;
    color: #555
}

.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #98cbe8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 203, 232, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 203, 232, .6)
}

.form-control::-moz-placeholder {
    color: #b1b7ba;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b1b7ba
}

.form-control::-webkit-input-placeholder {
    color: #b1b7ba
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 36px
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}

.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a4aaae
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #636b6f;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #636b6f;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #636b6f;
    background-color: #e6e5e5;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
    color: #636b6f;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
    color: #636b6f;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #636b6f
}

.btn-primary {
    color: #fff;
    background-color: #3097d1;
    border-color: #2a88bd
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #2579a9;
    border-color: #133d55
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2579a9;
    border-color: #1f648b
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #1f648b;
    border-color: #133d55
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #3097d1;
    border-color: #2a88bd
}

.btn-primary .badge {
    color: #3097d1;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #2ab27b;
    border-color: #259d6d
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #20895e;
    border-color: #0d3625
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #20895e;
    border-color: #196c4b
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #196c4b;
    border-color: #0d3625
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #2ab27b;
    border-color: #259d6d
}

.btn-success .badge {
    color: #2ab27b;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #8eb4cb;
    border-color: #7da8c3
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #3d6983
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #538db0
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #538db0;
    border-color: #3d6983
}

.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #8eb4cb;
    border-color: #7da8c3
}

.btn-info .badge {
    color: #8eb4cb;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #cbb956;
    border-color: #c5b143
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #b6a338;
    border-color: #685d20
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b6a338;
    border-color: #9b8a30
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #9b8a30;
    border-color: #685d20
}

.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #cbb956;
    border-color: #c5b143
}

.btn-warning .badge {
    color: #cbb956;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #bf5329;
    border-color: #aa4a24
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #954120;
    border-color: #411c0e
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #954120;
    border-color: #78341a
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #78341a;
    border-color: #411c0e
}

.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #bf5329;
    border-color: #aa4a24
}

.btn-danger .badge {
    color: #bf5329;
    background-color: #fff
}

.btn-link {
    color: #3097d1;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #216a94;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    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;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 3px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3097d1
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .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
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after, .btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.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-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 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;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccd0d2;
    border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.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: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.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), .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.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, .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn, .input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after, .nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li, .nav > li > a {
    position: relative;
    display: block
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #3097d1
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    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 {
    color: #555;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #3097d1
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 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
}

@media (min-width: 768px) {
    .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: #f5f8fa
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.navbar:after, .navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .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
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.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 {
    float: left;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 22px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    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
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7px -15px
}

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

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

.navbar-form {
    margin: 7px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs, .navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #d3e0e9
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5d5d;
    background-color: transparent
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #eee
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #d3e0e9
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #eee;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #eee
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.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 {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #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
}

@media (max-width: 767px) {
    .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 > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #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-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\A0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    color: #3097d1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #216a94;
    background-color: #eee;
    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: #3097d1;
    border-color: #3097d1;
    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: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center
}

.pager:after, .pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

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-primary {
    background-color: #3097d1
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #2579a9
}

.label-success {
    background-color: #2ab27b
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #20895e
}

.label-info {
    background-color: #8eb4cb
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #6b9dbb
}

.label-warning {
    background-color: #cbb956
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #b6a338
}

.label-danger {
    background-color: #bf5329
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #954120
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    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: #3097d1;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron, .container .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container-fluid .jumbotron, .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.6;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #636b6f
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #3097d1
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    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-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #3097d1;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #2ab27b
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #8eb4cb
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #cbb956
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #bf5329
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d3e0e9
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-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: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #3097d1;
    border-color: #3097d1
}

.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: #d7ebf6
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.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-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #d3e0e9;
    border-bottom-right-radius: 3px;
    border-bottom-left-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-right-radius: 3px;
    border-top-left-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-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-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-responsive > .table caption, .panel > .table caption {
    padding-left: 15px;
    padding-right: 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-right-radius: 3px;
    border-top-left-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-left-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-right-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-right-radius: 3px;
    border-bottom-left-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-left-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-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > 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: 22px
}

.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-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #d3e0e9
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #d3e0e9
}

.panel-default {
    border-color: #d3e0e9
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #d3e0e9
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d3e0e9
}

.panel-default > .panel-heading .badge {
    color: #fff;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d3e0e9
}

.panel-primary {
    border-color: #3097d1
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #3097d1;
    border-color: #3097d1
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3097d1
}

.panel-primary > .panel-heading .badge {
    color: #3097d1;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3097d1
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    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: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-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 #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header: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.6
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(90deg, 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 {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(90deg, 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 {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203A"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.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-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
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    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-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.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-loading .slick-list {
    background: #fff url(/images/ajax-loader.gif?68b0c4fcb84d239f261c1a5e65818142) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475);
    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/slick.svg?526d7fdf63614222d376257221e8b754) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-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: transparent;
    color: transparent;
    outline: none
}

.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-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 {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

@-webkit-keyframes type {
    0% {
        width: 0
    }
}

@keyframes type {
    0% {
        width: 0
    }
}

@-webkit-keyframes type2 {
    0% {
        width: 0
    }
    50% {
        width: 0
    }
    to {
        width: 100
    }
}

@keyframes type2 {
    0% {
        width: 0
    }
    50% {
        width: 0
    }
    to {
        width: 100
    }
}

@-webkit-keyframes blink {
    to {
        opacity: 0
    }
}

@keyframes blink {
    to {
        opacity: 0
    }
}

@media (min-width: 768px) {
    .sm-no-left-pd {
        padding-left: 0
    }
}

body {
    font-size: 14px;
    font-family: FreeSetWebLight, serif;
    background-color: #fff;
    color: #000;
    overflow-x: hidden
}

.preloader {
    display: none
}

a:active, a:focus, a:hover, a:visited {
    text-decoration: none !important
}

img {
    max-width: 100%
}

p {
    font-size: 14px;
    color: #000;
    line-height: 20px
}

p strong {
    margin-top: 15px;
    display: block;
    font-family: FreeSetWebDemiBold
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.divider-dashed-full {
    border-top: 1px dashed #dcdcdc
}

.color-bars {
    position: absolute;
    top: 12px;
    left: 0;
    width: 80px;
    height: 192px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    -webkit-transition: all .3s;
    transition: all .3s
}

.color-bars.static-bar {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    float: left;
    margin-right: 20px
}

.color-bars.bar-yellow {
    background-image: url(/img/common/color_bars_yellow.svg)
}

.color-bars.bar-blue {
    background-image: url(/img/common/color_bars_blue.svg)
}

.color-bars.bar-red {
    background-image: url(/img/common/color_bars_red.svg)
}

.color-bars.bar-green {
    background-image: url(/img/common/color_bars_green.svg)
}

.btn-custom {
    background: transparent;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    padding: 14px 41px;
    line-height: 24px;
    outline: none !important;
    border: 1px solid #fff;
    border-radius: 0
}

.btn-custom:active, .btn-custom:focus, .btn-custom:hover, .btn-site {
    color: #fff
}

.btn-site {
    position: relative;
    border-radius: 0;
    outline: 0;
    border: none;
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase
}

.btn-site span {
    position: absolute;
    border-color: #fff;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in
}

.btn-site.btn-site-primary {
    color: #185991;
    border-color: #185991
}

.btn-site.btn-site-md {
    padding: 14px 30px
}

@media screen and (min-width: 768px) {
    .btn-site.btn-site-md {
        padding: 14px 54px
    }
}

.btn-site.btn-site-md span {
    width: 48%;
    height: 40%
}

.btn-site.btn-site-sm {
    padding: 10px 15px
}

@media screen and (min-width: 768px) {
    .btn-site.btn-site-sm {
        padding: 10px 24px
    }
}

.btn-site.btn-site-sm span {
    width: 48%;
    height: 40%
}

.btn-site span.top-left {
    top: 0;
    left: 0;
    border-top: 1px solid;
    border-left: 1px solid
}

.btn-site span.bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    border-left: 1px solid
}

.btn-site span.top-right {
    top: 0;
    right: 0;
    border-top: 1px solid;
    border-right: 1px solid
}

.btn-site span.bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-right: 1px solid
}

.btn-site:active, .btn-site:focus, .btn-site:hover {
    color: #fff
}

.btn-site:active.btn-site-primary, .btn-site:focus.btn-site-primary, .btn-site:hover.btn-site-primary {
    color: #185991;
    border-color: #185991
}

.btn-site:hover span.top-left {
    width: 60%;
    height: 20%
}

.btn-site:hover span.top-right {
    width: 30%;
    height: 60%
}

.btn-site:hover span.bottom-right {
    width: 60%;
    height: 20%
}

.btn-site:hover span.bottom-left {
    width: 30%;
    height: 60%
}

.btn-def-blue {
    color: #185991
}

.btn-section-control {
    margin-top: 35px
}

.card-divider, .top-card-divider {
    background-repeat: no-repeat;
    background-size: cover
}

.card-divider.red, .top-card-divider.red {
    background-image: url(/img/common/highlight_bar_red.svg);
    background-color: rgba(218, 57, 55, .8)
}

.card-divider.green, .top-card-divider.green {
    background-image: url(/img/common/highlight_bar_camo.svg);
    background-color: rgba(83, 101, 71, .76)
}

.card-divider.blue, .top-card-divider.blue {
    background-color: rgba(24, 87, 142, .84);
    background-image: url(/img/common/highlight_bar_Blue.svg)
}

.card-divider.yellow, .top-card-divider.yellow {
    background-color: rgba(243, 179, 22, .8);
    background-image: url(/img/common/highlight_bar_yellow.svg)
}

.card-divider-dot {
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
    width: 100%
}

.card-divider-dot.green {
    background-image: url(/img/common/green_horizontal.png)
}

.card-side-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1
}

.card-side-fill.card-left-fill {
    left: 0
}

.card-side-fill.card-right-fill {
    right: 0
}

.card-side-fill.card-side-red {
    background-color: rgba(218, 57, 55, .8);
    background-image: url(/img/common/color_bars_red.svg)
}

.card-side-fill.card-side-green {
    background-color: rgba(83, 101, 71, .76);
    background-image: url(/img/common/color_bars_green.svg)
}

.card-side-fill.card-side-blue {
    background-color: rgba(24, 87, 142, .84);
    background-image: url(/img/common/color_bars_blue.svg)
}

.card-side-fill.card-side-yellow {
    background-color: rgba(243, 179, 22, .8);
    background-image: url(/img/common/color_bars_yellow.svg)
}

.left-blue-fill, .right-blue-fill {
    background-color: rgba(24, 87, 142, .84);
    background-image: url(/img/common/color_bars_blue.svg)
}

.left-green-fill, .right-green-fill {
    background-image: url(/img/common/color_bars_green.svg);
    background-color: rgba(83, 101, 71, .76)
}

.left-blue-fill, .left-green-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    z-index: 1
}

.right-blue-fill, .right-green-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px
}

@media screen and (min-width: 768px) {
    .pull-left-sm {
        float: left !important
    }
}

@media screen and (min-width: 768px) {
    .pull-right-sm {
        float: right !important
    }
}

.relative {
    position: relative
}

.carousel-inner .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 390px
}

@media (min-width: 768px) {
    .carousel-inner .item {
        height: 425px
    }
}

@media (min-width: 1024px) {
    .carousel-inner .item {
        height: 460px
    }
}

.plus-pattern:before {
    content: "";
    background-color: rgba(0, 0, 0, .5)
}

.plus-pattern:after, .plus-pattern:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.plus-pattern:after {
    content: " ";
    background-image: url(/img/common/banner_pattern2x.png)
}

.plus-pattern > * {
    position: relative;
    z-index: 3
}

.plus-pattern > .video-background {
    position: static
}

.xs-offset-top {
    margin-top: 24px !important
}

.xs-offset-bottom {
    margin-bottom: 24px !important
}

.sm-offset-top {
    margin-top: 32px !important
}

@media (max-width: 480px) {
    .sm-offset-top {
        margin-top: 16px !important
    }
}

.sm-offset-bottom {
    margin-bottom: 32px !important
}

@media (max-width: 480px) {
    .sm-offset-bottom {
        margin-bottom: 16px !important
    }
}

.md-offset-top {
    margin-top: 44px !important
}

@media (max-width: 480px) {
    .md-offset-top {
        margin-top: 22px !important
    }
}

.md-offset-bottom {
    margin-bottom: 44px !important
}

@media (max-width: 480px) {
    .md-offset-bottom {
        margin-bottom: 22px !important
    }
}

.lg-offset-top {
    margin-top: 64px !important
}

@media (max-width: 480px) {
    .lg-offset-top {
        margin-top: 32px !important
    }
}

.lg-offset-bottom {
    margin-bottom: 64px !important
}

@media (max-width: 480px) {
    .lg-offset-bottom {
        margin-bottom: 32px !important
    }
}

.all-hash-tags {
    -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .2);
    padding: 16px 0 8px
}

.unmutted {
    display: none
}

.badge-top {
    font-family: FreeSetWebDemiBold, serif;
    position: absolute;
    z-index: 5;
    top: 19px;
    right: 0;
    height: 32px;
    padding: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.badge-top a {
    color: #fff
}

.badge-top.green {
    background-color: rgba(65, 85, 54, .8)
}

.badge-top.green .image-ico {
    background-color: rgba(65, 85, 54, .6)
}

.badge-top.blue {
    background-color: rgba(8, 65, 115, .86)
}

.badge-top.blue .image-ico {
    background-color: rgba(8, 65, 115, .6)
}

.badge-top.red {
    background-color: rgba(185, 18, 12, .8)
}

.badge-top.red .image-ico {
    background-color: rgba(185, 18, 12, .6)
}

.badge-top .image-ico {
    position: absolute;
    top: 0;
    left: -32px;
    opacity: 1;
    width: 32px;
    height: 32px;
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.badge-top .image-ico.ico-img {
    background-image: url(/img/icn/photo.svg)
}

.badge-top .image-ico.ico-video {
    background-image: url(/img/icn/video.svg)
}

.heading {
    display: block;
    overflow-x: hidden
}

.heading, .heading .center-header {
    position: relative;
    text-align: center
}

.heading .center-header {
    width: auto;
    display: inline-block;
    padding: 0 16px
}

.heading .center-header h3 {
    font-family: FreeSetWebExtraBold, serif;
    font-size: 24px;
    color: #000;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .heading .center-header h3 {
        font-size: 36px;
        line-height: 44px
    }
}

.heading .center-header:after, .heading .center-header:before {
    content: " ";
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    height: 1px;
    margin-top: 9px;
    background: transparent
}

.heading .center-header:before {
    left: -1000px;
    background-image: url(/img/common/header-q2.png);
    background-position: 100%
}

.heading .center-header:after, .heading .center-header:before {
    top: 0;
    position: absolute;
    height: 16px;
    background-repeat: no-repeat
}

.heading .center-header:after {
    right: -1000px;
    background-color: transparent;
    background-image: url(/img/common/header-q1.png);
    background-position: 0
}

.heading p {
    margin-top: -15px
}

.heading h4 {
    margin-bottom: 24px
}

.heading-2 h3 {
    font-family: FreeSetWebExtraBold, serif;
    font-size: 16px;
    color: #7a9669;
    letter-spacing: 1px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    margin: 0;
    text-transform: uppercase
}

.heading-small {
    position: relative;
    display: block;
    text-align: center;
    overflow-x: hidden
}

.heading-small .center-header {
    width: auto;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 16px
}

.heading-small .center-header h3 {
    font-family: FreeSetWebExtraBold, serif;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    position: relative;
    margin: 2px 0 0;
    text-transform: uppercase;
    line-height: 28px
}

@media (min-width: 768px) {
    .heading-small .center-header h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.heading-small .center-header:after, .heading-small .center-header:before {
    content: " ";
    display: inline-block;
    vertical-align: top;
    width: 1000px;
    height: 1px;
    margin-top: 9px;
    background: transparent
}

.heading-small .center-header:before {
    top: 0;
    left: -1000px;
    position: absolute;
    height: 16px;
    background-image: url(/img/common/header-q2.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.heading-small .center-header:after {
    top: 0;
    right: -1000px;
    position: absolute;
    height: 16px;
    background-color: transparent;
    background-image: url(/img/common/header-q1.png);
    background-repeat: no-repeat;
    background-position: 0
}

.heading-small p {
    margin-bottom: 32px;
    margin-top: -15px
}

.heading-small h4 {
    margin-bottom: 24px
}

.card-sm {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.card-sm:first-child {
    padding-left: 0
}

.card-sm:last-child {
    padding-right: 0
}

.card-sm .img-fluid {
    width: 100%;
    height: auto;
    margin-bottom: 16px
}

.card-sm .card-body .news-title h4 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    height: 74px;
    overflow: hidden
}

.card-sm .card-body .news-title h4 * {
    color: #000
}

.card-sm .card-body .news-title h4 a {
    display: block;
    min-height: 72px
}

.card-sm .card-body .card-text-smooth {
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 20px
}

.card-sm .card-body .card-divider {
    position: relative;
    width: 100%;
    height: 4px;
    background: rgba(83, 101, 71, .76)
}

.card-sample-news-img {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.card-sample-news-img .img-fluid {
    width: 100%;
    height: auto
}

.card-sample-news-img .card-body p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 16px 0;
    padding-left: 16px
}

.card-sample-news-img .card-body .card-divider {
    position: relative;
    width: 100%;
    height: 4px
}

.card-extra-large .image-bg-control {
    position: relative;
    height: 472px;
    width: 100%
}

.card-extra-large .image-bg-control .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: 50%;
    background-size: cover
}

.card-extra-large .image-bg-control .image-wrapper {
    position: relative;
    display: block
}

.card-extra-large .image-bg-control .image-wrapper:after {
    content: "";
    z-index: 0
}

.card-extra-large .image-bg-control .bg-gradient, .card-extra-large .image-bg-control .image-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5))
}

.card-extra-large .image-bg-control .bg-gradient {
    z-index: 2
}

.card-extra-large .image-bg-control .bottom-content {
    position: absolute;
    bottom: 32px;
    width: 100%;
    min-height: 135px;
    left: 0;
    z-index: 3
}

.card-extra-large .image-bg-control .bottom-content .color-bars {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 40px;
    height: 135px;
    background-position: 50%
}

@media screen and (min-width: 768px) {
    .card-extra-large .image-bg-control .bottom-content .color-bars {
        width: 40px
    }
}

@media screen and (min-width: 992px) {
    .card-extra-large .image-bg-control .bottom-content .color-bars {
        width: 60px
    }
}

@media screen and (min-width: 1024px) {
    .card-extra-large .image-bg-control .bottom-content .color-bars {
        width: 80px
    }
}

.card-extra-large .image-bg-control .bottom-content .card-content {
    position: relative;
    padding-left: 70px
}

@media screen and (min-width: 768px) {
    .card-extra-large .image-bg-control .bottom-content .card-content {
        padding-left: 80px
    }
}

@media screen and (min-width: 992px) {
    .card-extra-large .image-bg-control .bottom-content .card-content {
        padding-left: 80px
    }
}

@media screen and (min-width: 1024px) {
    .card-extra-large .image-bg-control .bottom-content .card-content {
        padding-left: 100px
    }
}

.card-extra-large .image-bg-control .bottom-content .card-content h3 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 24px
}

.card-extra-large .image-bg-control .bottom-content .card-content h3 a {
    color: #fff
}

@media screen and (min-width: 768px) {
    .card-extra-large .image-bg-control .bottom-content .card-content h3 {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (min-width: 992px) {
    .card-extra-large .image-bg-control .bottom-content .card-content h3 {
        font-size: 28px;
        line-height: 32px
    }
}

@media screen and (min-width: 1024px) {
    .card-extra-large .image-bg-control .bottom-content .card-content h3 {
        font-size: 36px;
        line-height: 44px
    }
}

.card-extra-large .image-bg-control .bottom-content p.card-text-smooth {
    position: absolute;
    bottom: 0;
    left: 70px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0
}

@media screen and (min-width: 768px) {
    .card-extra-large .image-bg-control .bottom-content p.card-text-smooth {
        left: 80px
    }
}

@media screen and (min-width: 992px) {
    .card-extra-large .image-bg-control .bottom-content p.card-text-smooth {
        left: 80px
    }
}

@media screen and (min-width: 1024px) {
    .card-extra-large .image-bg-control .bottom-content p.card-text-smooth {
        left: 100px
    }
}

.card-extra-large .general-card-text {
    padding: 10px
}

@media only screen and (min-width: 768px) {
    .card-extra-large .general-card-text {
        padding: 16px 24px
    }
}

@media only screen and (min-width: 1024px) {
    .card-extra-large .general-card-text {
        padding: 16px 100px 24px
    }
}

.card-extra-large .general-card-text p {
    font-size: 16px;
    color: #425b5f;
    line-height: 24px;
    margin: 0
}

.card-extra-large .card-divider {
    width: 100%;
    height: 4px
}

.card-extra-large .badge-top {
    font-family: FreeSetWebDemiBold, serif;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
    height: 32px;
    padding: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.card-extra-large .badge-top a {
    color: #fff
}

.card-extra-large .badge-top.green {
    background-color: rgba(65, 85, 54, .8)
}

.card-extra-large .badge-top.green .image-ico {
    background-color: rgba(65, 85, 54, .6)
}

.card-extra-large .badge-top.blue {
    background-color: rgba(8, 65, 115, .86)
}

.card-extra-large .badge-top.blue .image-ico {
    background-color: rgba(8, 65, 115, .6)
}

.card-extra-large .badge-top.red {
    background-color: rgba(185, 18, 12, .8)
}

.card-extra-large .badge-top.red .image-ico {
    background-color: rgba(185, 18, 12, .6)
}

.card-extra-large .badge-top .image-ico {
    position: absolute;
    top: 0;
    left: -32px;
    opacity: 1;
    width: 32px;
    height: 32px;
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.card-extra-large .badge-top .image-ico.ico-img {
    background-image: url(/img/icn/photo.svg)
}

.card-extra-large .badge-top .image-ico.ico-video {
    background-image: url(/img/icn/video.svg)
}

.news-scalable-control {
    position: relative;
    width: 100%;
    min-height: 480px;
    margin: 0
}

.news-scalable-control .scale-to-big {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    border: none;
    padding: 40px 54px 64px 80px;
    height: 390px
}

@media screen and (min-width: 992px) {
    .news-scalable-control .scale-to-big {
        height: 584px;
        padding: 64px 54px 64px 64px
    }
}

.news-scalable-control .scale-to-big h4 {
    position: relative;
    font-family: FreeSetWebDemiBold, serif;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    z-index: 20
}

.news-scalable-control .scale-to-big .card-content {
    position: absolute;
    top: 150px;
    left: 0;
    padding-left: 80px
}

@media screen and (min-width: 992px) {
    .news-scalable-control .scale-to-big .card-content {
        top: 293px
    }
}

@media screen and (min-width: 1112px) {
    .news-scalable-control .scale-to-big .card-content {
        top: 293px
    }
}

.news-scalable-control .scale-to-big .card-content h3 {
    margin-top: 0;
    font-family: FreeSetWebExtraBold, serif;
    font-size: 32px;
    line-height: 42px;
    color: #fff
}

@media screen and (min-width: 992px) {
    .news-scalable-control .scale-to-big .card-content h3 {
        font-size: 20px;
        line-height: 32px
    }
}

@media screen and (min-width: 1112px) {
    .news-scalable-control .scale-to-big .card-content h3 {
        font-size: 28px;
        line-height: 38px
    }
}

@media screen and (min-width: 1400px) {
    .news-scalable-control .scale-to-big .card-content h3 {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (min-width: 1600px) {
    .news-scalable-control .scale-to-big .card-content h3 {
        font-size: 36px;
        line-height: 44px
    }
}

.news-scalable-control .scale-to-big .card-content .color-bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 144px
}

.news-scalable-control .scale-to-big .btn {
    opacity: 1;
    position: absolute;
    bottom: 44px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media screen and (min-width: 992px) {
    .news-scalable-control .scale-to-big .btn {
        opacity: 0
    }
}

@media screen and (min-width: 768px) {
    .news-scalable-control .scale-to-big .btn {
        bottom: 76px
    }
}

@media screen and (min-width: 992px) {
    .news-scalable-control .scale-to-big .show-on-xs {
        display: none
    }
}

.news-scalable-control .scale-to-big .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

.news-scalable-control .scale-to-big .image-bg:after {
    content: " ";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.scalable-section {
    display: none
}

@media screen and (min-width: 992px) {
    .scalable-section {
        display: block
    }
}

.scalable-section .scale-image-lg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 584px;
    background-color: rgba(0, 0, 0, .4);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border: none
}

.scalable-section .scale-image-lg .image-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .5));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.scalable-section .scale-image-lg .fill-arrow {
    opacity: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 57px
}

.card-md {
    display: block;
    position: relative;
    float: left;
    width: 320px
}

@media screen and (min-width: 768px) {
    .card-md {
        width: 470px
    }

    .card-md.fwidth {
        width: 100%
    }
}

.card-md.def-space {
    width: 470px
}

.card-md .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 276px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5))
}

.card-md .img-fluid {
    width: 100%;
    height: 276px;
    border-radius: 2px
}

.card-md .color-bars {
    position: absolute;
    top: 172px;
    width: 40px;
    height: 156px
}

.card-md .card-title {
    position: absolute;
    top: 172px;
    left: 56px;
    font-size: 36px;
    color: #fff;
    line-height: 44px
}

.card-md .card-title h4 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 36px;
    color: #fff;
    line-height: 44px;
    margin: 0;
    height: 94px;
    overflow: hidden
}

.card-md .card-title h4 * {
    color: #fff !important
}

.card-md .card-body .card-text-smooth {
    font-size: 16px;
    color: #748a8f;
    line-height: 24px;
    margin: 16px 24px 56px 56px;
    height: 76px;
    overflow: hidden
}

.card-md .card-body .card-text-smooth a {
    color: #465a5d
}

.card-md .card-body .card-date-time {
    font-size: 16px;
    color: #748a8f;
    line-height: 24px;
    margin: 0 0 16px
}

.card-md .card-body .card-md-more {
    font-family: FreeSetWebDemiBold, serif;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 0 28px;
    font-size: 16px;
    color: #185991;
    background-image: url(/img/common/corner_color.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.card-md .card-body .card-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.card-md:hover .card-divider {
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.card-md.card-news .news-title h4 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px
}

.card-md.card-news .news-title h4 * {
    color: #000
}

.card-md.card-news .news-title h4 a {
    display: block;
    min-height: 72px
}

.card-md.card-news .card-body .card-text-smooth {
    margin: 0 0 16px
}

.card-md-item {
    display: block;
    position: relative;
    width: 100%
}

.card-md-item .card-body {
    position: relative;
    min-height: 140px;
    display: block
}

.card-md-item .card-body .color-bars {
    position: absolute;
    top: -67px;
    width: 40px;
    height: 156px
}

.card-md-item .card-body h5 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin: 15px 16px 0 56px;
    min-height: 68px;
    overflow: hidden
}

.card-md-item .card-body h5 a {
    color: #000
}

.card-md-item .card-body .card-more {
    font-family: FreeSetWebDemiBold, serif;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 0 28px;
    font-size: 16px;
    color: #185991;
    background-image: url(/img/common/corner_color.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.card-md-item .card-body .card-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.card-slide-sm {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    min-height: 255px;
    margin-bottom: 15px
}

.card-slide-sm.def-space {
    width: 270px
}

.card-slide-sm .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 148px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5))
}

.card-slide-sm .img-fluid {
    width: 100%;
    height: 148px;
    border-radius: 2px
}

.card-slide-sm .color-bars {
    position: absolute;
    top: 156px;
    width: 40px;
    height: 156px
}

@media screen and (min-width: 992px) {
    .card-slide-sm .color-bars {
        top: 96px
    }
}

.card-slide-sm .card-body h4 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin: 15px 16px 0 56px;
    height: 72px;
    overflow: hidden
}

.card-slide-sm .card-body h4 a {
    color: #000
}

.card-slide-lg {
    display: block;
    position: relative;
    float: left;
    width: 470px;
    min-height: 292px;
    margin-bottom: 0;
    max-width: calc(100vw - 60px)
}

.card-slide-lg.def-space {
    width: 292px
}

.card-slide-lg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 292px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent 61%, rgba(0, 0, 0, .5))
}

.card-slide-lg .img-fluid {
    width: 100%;
    height: 292px;
    border-radius: 2px
}

.card-slide-lg .color-bars {
    position: absolute;
    top: 96px;
    width: 40px;
    height: 156px
}

.card-slide-lg .card-body h4 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin: 16px 16px 16px 0;
    height: 72px;
    overflow: hidden
}

.card-slide-lg .card-body h4 a {
    color: #000
}

.card-slide-lg .card-body p {
    font-family: FreeSetWebLight, serif;
    font-size: 14px;
    color: #000;
    height: 60px;
    overflow: hidden
}

.card-slide-lg .card-body p a {
    color: #000
}

.card-slide-lg .card-more {
    font-family: FreeSetWebDemiBold, serif;
    position: absolute;
    bottom: -20px;
    right: 0;
    padding: 0 28px;
    font-size: 16px;
    color: #185991;
    background-image: url(/img/common/corner_color.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.card-slide-lg .card-divider {
    height: 8px
}

.card-slide-lg.card-slide-aligned .color-bars {
    top: 224px
}

.card-slide-lg.card-slide-aligned .card-body h4 {
    margin-left: 56px
}

.card-slide-lg.card-slide-aligned .card-body h4 a {
    color: #000
}

.military-forces {
    overflow-x: hidden
}

.military-forces .military-forces-action {
    margin-top: 76px
}

.bg-colored {
    background-color: white;
}

button.slider-nav-btn {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 88px;
    height: 88px;
    background-size: cover;
    outline: 0 !important;
    border: none;
    border-radius: 0;
    background-color: transparent
}

button.slider-nav-btn.left {
    background-image: url(/img/common/arrow_1.svg)
}

button.slider-nav-btn.right {
    background-image: url(/img/common/arrow_2.svg)
}

.owl-nav {
    display: none
}

@media (min-width: 1176px) {
    .owl-nav {
        display: block
    }
}

.owl-prev {
    left: 0
}

.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -74px
}

.owl-next {
    right: 0
}

.card-md-2 {
    display: block;
    position: relative;
    padding-bottom: 40px
}

.card-md-2 .img-fluid {
    width: 100%;
    height: auto
}

.card-md-2 .color-bars {
    position: absolute;
    top: 95px;
    width: 40px;
    height: 284px
}

.card-md-2 .card-body .card-title {
    line-height: 24px;
    margin: 32px 24px 32px 64px;
    font-family: FreeSetWebDemiBold, serif
}

.card-md-2 .card-body .card-title a.role, .card-md-2 .card-body .card-title p.role {
    display: block;
    font-size: 14px;
    color: #7a9669;
    letter-spacing: 1px;
    line-height: 24px;
    width: 100%;
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .card-md-2 .card-body .card-title a.role, .card-md-2 .card-body .card-title p.role {
        font-size: 16px
    }
}

.card-md-2 .card-body .card-title a.name, .card-md-2 .card-body .card-title p.name {
    display: block;
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0
}

@media (min-width: 768px) {
    .card-md-2 .card-body .card-title a.name, .card-md-2 .card-body .card-title p.name {
        font-size: 20px
    }
}

.card-md-2 .card-body .card-text-smooth {
    display: block;
    font-size: 16px;
    color: #465a5d;
    line-height: 18px;
    padding-right: 5px;
    padding-left: 43px;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-position: 0 0
}

@media (min-width: 768px) {
    .card-md-2 .card-body .card-text-smooth {
        font-size: 20px;
        line-height: 28px;
        padding-right: 24px;
        padding-left: 60px;
        margin-bottom: 16px;
        height: 116px
    }
}

.card-md-2 .card-body .card-text-smooth.empty {
    background-image: none
}

.card-md-2 .card-body .card-md-2-more {
    padding: 10px 24px;
    font-size: 16px;
    color: #185991;
    margin-left: 44px
}

@media (min-width: 768px) {
    .card-md-2 .card-body .card-md-2-more {
        margin-left: 64px
    }
}

.card-md-2 .card-body .card-divider {
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.card-md-2:hover .card-divider {
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.card-title {
    font-family: FreeSetWebDemiBold;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0
}

@media (min-width: 768px) {
    .card-title {
        font-size: 24px
    }
}

.card-md-top-line {
    display: block;
    position: relative;
    min-height: 200px;
    margin: 16px 0
}

@media screen and (min-width: 768px) {
    .card-md-top-line {
        margin: 0
    }
}

.card-md-top-line .card-body {
    padding: 36px 0 0
}

.card-md-top-line .card-body p.role {
    font-family: FreeSetWebExtraBold;
    font-size: 14px;
    color: #7a9669;
    letter-spacing: 1px;
    line-height: 24px;
    width: 100%;
    margin: 0
}

@media (min-width: 768px) {
    .card-md-top-line .card-body p.role {
        font-size: 16px
    }
}

.card-md-top-line .card-body p.name {
    font-family: FreeSetWebDemiBold;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0
}

@media (min-width: 768px) {
    .card-md-top-line .card-body p.name {
        font-size: 24px
    }
}

.card-md-top-line .card-body .member-position {
    font-family: FreeSetWebLight;
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    line-height: 16px
}

.card-md-top-line .block-body {
    padding: 20px 0 0;
    position: relative;
    height: 224px;
    overflow: hidden
}

.card-md-top-line .block-body p.title {
    font-family: FreeSetWebDemiBold;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0
}

@media (min-width: 768px) {
    .card-md-top-line .block-body p.title {
        font-size: 24px
    }
}

.card-md-top-line .card-text-smooth {
    position: relative;
    padding: 21px 0
}

.card-md-top-line .card-text-smooth p {
    font-size: 16px;
    color: #465a5d;
    line-height: 18px
}

@media (min-width: 768px) {
    .card-md-top-line .card-text-smooth p {
        font-size: 20px;
        line-height: 28px;
        padding-right: 0;
        padding-left: 0
    }
}

.card-md-top-line .card-text-smooth .quote-left {
    position: absolute;
    left: 0;
    top: 26px;
    width: 26px;
    height: 22px
}

.card-md-top-line .card-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.card-md-top-line .btn {
    padding: 10px 24px;
    margin-top: 20px;
}

.card-md-top-line .btn.force-relative {
    position: relative;
    bottom: -20px
}

.card-md-top-line:hover .card-divider {
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.card-md-top-line.right .btn {
    right: 0
}

.card-xs {
    position: relative;
    padding: 18px 20px 22px 0;
    background-image: url(/img/common/header-q2.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    border-bottom: 1px dashed #e8eaf0
}

.card-xs .haligner {
    display: block;
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 56px;
    background-image: url(/img/common/pn_logo.png);
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 76px;
    overflow: hidden
}

.card-xs .card-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.card-xs.card-xs-centered {
    padding: 18px 20px 18px 0
}

.card-xs.card-xs-centered .valigner {
    background-position: 0;
    line-height: 74px;
    display: inline-block
}

.card-xs.card-xs-centered .valigner span {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle
}

.card-xs.no-borders {
    background: none;
    border: none;
    padding: 0 20px 0 0
}

.card-xs.xs-padding-bottom {
    padding-bottom: 16px
}

.card-xs-library, .card-xs-structure {
    position: relative;
    padding: 13px 20px 14px 0;
    height: 100px;
    background-image: url(/img/common/header-q2.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    text-align: left;
    border-bottom: 1px dashed #e8eaf0
}

.card-xs-library.no-border-bottom, .card-xs-structure.no-border-bottom {
    border-bottom: none !important
}

.card-xs-library img, .card-xs-structure img {
    width: 44px;
    min-width: 44px
}

.card-xs-library table tbody tr td, .card-xs-structure table tbody tr td {
    vertical-align: middle;
    line-height: 72px
}

.card-xs-library table tbody tr td:first-child, .card-xs-structure table tbody tr td:first-child {
    width: 44px
}

.card-xs-library table tbody tr td a, .card-xs-structure table tbody tr td a {
    display: inherit;
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding-left: 12px;
    min-height: 44px
}

.external-link-wrapper-3-2:nth-child(3n+1) {
    clear: left
}

@media (max-width: 767px) {
    .external-link-wrapper-3-2:nth-child(odd) {
        clear: left
    }
}

.external-link-wrapper-2:nth-child(odd) {
    clear: left
}

.card-xs-links {
    height: 100%;
    position: relative;
    padding: 0 20px 22px 0
}

.card-xs-links img {
    width: 44px;
    min-width: 44px;
    margin-bottom: 4px
}

.card-xs-links table tbody tr td {
    vertical-align: middle
}

.card-xs-links table tbody tr td:first-child {
    width: 44px
}

.card-xs-links table tbody tr td a.card-content {
    display: inherit;
    font-family: FreeSetWebDemiBold, serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 12px;
    min-height: 44px
}

.card-xs-links table tbody tr td a.links-more {
    display: inline-block;
    margin-top: 16px;
    font-family: FreeSetWebDemiBold, serif;
    padding: 0 28px 0 12px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    color: #185991;
    background-image: url(/img/common/corner_color.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.card-md-3 {
    display: block;
    float: left;
    background: #fff;
    border-radius: 2px;
    padding: 24px 17px 16px
}

.card-md-3, .card-md-3.def-space {
    width: 400px
}

.card-md-3 .card-body .card-content .left-image {
    display: block;
    float: left;
    width: 52px;
    height: 52px
}

.card-md-3 .card-body .card-content .card-text {
    display: table;
    padding-left: 17px
}

.card-md-3 .card-body .card-content .card-text h6 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 14px;
    color: #185991;
    letter-spacing: 0;
    line-height: 20px
}

.card-md-3 .card-body .card-content .card-text span {
    opacity: .5;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 12px 0
}

.card-md-3 .card-body .card-content .card-text p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 6px 0
}

.card-md-3 .top-card-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px 2px 0 0
}

.card-md-3:hover .top-card-divider {
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.card-links-sm {
    position: relative;
    min-height: 140px
}

.card-links-sm .left-image {
    display: block;
    float: left;
    width: 44px;
    height: 44px
}

.card-links-sm .right-content {
    display: table;
    padding-left: 12px
}

.card-links-sm .right-content p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .card-links-sm .right-content p {
        margin-bottom: 16px
    }
}

.card-links-sm .right-content p a {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .card-links-sm .right-content p a {
        margin-bottom: 16px
    }
}

.card-links-sm .right-content a.card-link {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 14px;
    color: #185991;
    letter-spacing: 0;
    line-height: 20px;
    padding: 3px 26px 0 0;
    display: block;
    text-transform: uppercase;
    background-image: url(/img/common/corner_color.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.card-links-sm .right-content a.simple-hash-tag {
    color: #556849;
    background: none !important
}

.card-links-sm .right-content span.info-count {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    margin-top: 8px;
    line-height: 16px
}

@media screen and (min-width: 768px) {
    .card-links-sm .right-content span.info-count {
        margin-top: 16px
    }
}

.card-links-md {
    position: relative;
    width: 100%;
    min-height: 114px
}

.card-links-md .left-image {
    display: block;
    float: left;
    width: 124px;
    height: 84px
}

.card-links-md .right-content {
    display: table;
    padding-left: 12px
}

.card-links-md .right-content p {
    font-family: FreeSetWebDemiBold;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px
}

.card-links-md .right-content span.info-count {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    margin-top: 4px;
    line-height: 16px
}

.card-links-md .card-divider {
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.hot-line {
    background-color: #f5f7fa;
    padding: 64px 44px
}

.hot-line .hot-line-icon {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 25px;
    background-image: url(/img/icn/phone2x.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    float: left
}

.hot-line .hot-line-number {
    padding-left: 0;
    padding-top: 5px;
    float: left;
    display: table
}

@media (min-width: 1025px) {
    .hot-line .hot-line-number {
        padding-top: 0;
        padding-left: 30px
    }
}

.hot-line .hot-line-number h4 {
    font-size: 26px;
    color: #556849;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .hot-line .hot-line-number h4 {
        font-size: 36px
    }
}

.hot-line .hot-line-number h4 a {
    font-family: FreeSetWebExtraBold, serif;
    font-size: 36px;
    color: #556849;
    line-height: 44px
}

.hot-line .hot-line-number p {
    font-size: 20px;
    color: #465a5d;
    line-height: 28px
}

.hot-line p.hot-line-text {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 14px;
    color: #425b5f;
    line-height: 28px
}

@media (min-width: 768px) {
    .hot-line p.hot-line-text {
        font-size: 20px
    }
}

.carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
    top: 24px;
    text-align: left;
    padding-left: 45px;
    padding-right: 40px;
    padding-top: 0;
    text-transform: uppercase
}

.carousel-caption .color-bars {
    position: absolute;
    top: 12px;
    left: 0;
    width: 25px;
    height: 130px
}

.carousel-caption h1 {
    font-family: FreeSetWebExtraBold, serif;
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    margin: 0;
    -webkit-animation: type 3s steps(42);
    animation: type 3s steps(42);
    margin-top: 10px;
    padding-top: 6px
}

.carousel-caption h2 {
    font-size: 28px;
    color: #fff;
    line-height: 34px;
    margin: 0;
    -webkit-animation: type 8s steps(45);
    animation: type 8s steps(45);
    padding-top: 6px
}

.carousel-caption .btn {
    margin-top: 43px
}

.carousel-caption .icn_bg {
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    height: 40px
}

@media screen and (min-width: 500px) {
    .carousel-caption h1 {
        font-family: FreeSetWebExtraBold, serif;
        font-size: 34px;
        color: #fff;
        line-height: 42px;
        margin: 0;
        -webkit-animation: type 3s steps(42);
        animation: type 3s steps(42);
        margin-top: 10px;
        padding-top: 6px
    }
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        bottom: 0;
        left: 0;
        right: 0;
        top: 67px;
        text-align: left;
        padding-left: 80px;
        padding-top: 0;
        text-transform: uppercase
    }

    .carousel-caption .color-bars {
        position: absolute;
        top: 12px;
        width: 40px;
        height: 192px
    }

    .carousel-caption h1 {
        font-family: FreeSetWebExtraBold, serif;
        -webkit-animation: type 3s steps(42);
        animation: type 3s steps(42)
    }

    .carousel-caption h1, .carousel-caption h2 {
        font-size: 56px;
        color: #fff;
        line-height: 64px;
        margin: 0;
        padding-top: 0
    }

    .carousel-caption h2 {
        -webkit-animation: type 8s steps(45);
        animation: type 8s steps(45)
    }

    .carousel-caption .icn_bg {
        position: absolute;
        top: 10px;
        right: 0;
        width: 50px;
        height: 50px
    }
}

@media screen and (min-width: 992px) {
    .carousel-caption {
        padding-left: 135px
    }

    .carousel-caption .color-bars {
        width: 80px
    }

    .carousel-caption h1, .carousel-caption h2 {
        white-space: nowrap;
        overflow: hidden;
        width: 30em
    }

    .carousel-caption .icn_bg {
        position: absolute;
        top: 76px;
        right: 0;
        width: 70px;
        height: 70px
    }
}

.icn_bg {
    position: absolute;
    top: 76px;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url(/img/common/icn_bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all .3s;
    transition: all .3s
}

.icn_bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

ol.carousel-indicators {
    position: absolute;
    bottom: 15px;
    margin: 0;
    left: 0;
    right: 0;
    width: auto
}

@media screen and (min-width: 768px) {
    ol.carousel-indicators {
        bottom: 20px
    }
}

@media screen and (min-width: 992px) {
    ol.carousel-indicators {
        bottom: 30px
    }
}

@media screen and (min-width: 1024px) {
    ol.carousel-indicators {
        bottom: 43px
    }
}

ol.carousel-indicators li, ol.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 0;
    margin: 0 8px;
    background-color: transparent;
    background-image: url(/img/common/pagination_inactive_white.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

ol.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background-image: url(/img/common/pagination_active_white.svg)
}

.hash-tags-list {
    width: 1000px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    padding: 0;
    padding-top: 4px;
    margin: 0;
    list-style: none
}

.hash-tags-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin: 0 8px 0 0
}

.hash-tags-list li:first-child {
    margin-left: 0
}

.hash-tags-list li a {
    display: block;
    font-family: FreeSetWebDemiBold, serif;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 8px
}

.hash-tags-list li.main-tag a {
    background: rgba(65, 85, 54, .8);
    color: #fff !important
}

.hash-tags-list li.main-tag:active a, .hash-tags-list li.main-tag:focus a, .hash-tags-list li.main-tag:hover a {
    background: rgba(83, 101, 71, .76)
}

.hash-tags-list li.secondary-tag a {
    background: #fff;
    border: 1px solid #556849;
    color: #556849 !important
}

.hash-tags-list li.secondary-tag:active a, .hash-tags-list li.secondary-tag:focus a, .hash-tags-list li.secondary-tag:hover a {
    opacity: .7
}

@media screen and (min-width: 768px) {
    .hash-tags-list {
        display: block;
        width: 100%
    }

    .hash-tags-list li {
        margin: 0 8px;
        float: none
    }
}

.hash-tags-list.left-align {
    text-align: left
}

.fast-links-top h5 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 0;
    background-image: url(/img/common/yellow_horizontal.png);
    background-repeat: no-repeat;
    background-position: 0 100%
}

.breadcrumb {
    padding: 2px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb li {
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px
}

.breadcrumb li.active {
    color: #275073
}

.breadcrumb li:not(:first-child):before {
    color: #415536 !important;
    content: " > " !important;
    padding: 0 16px !important
}

.breadcrumb li a {
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.article-header {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.article-header:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5))
}

.article-header div {
    height: 100%
}

.article-header h1 {
    position: absolute;
    max-height: 132px;
    overflow: hidden;
    top: 50%;
    font-family: FreeSetWebExtraBold;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-header h1 p {
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #fff;
    line-height: 20px
}

@media (min-width: 768px) {
    .article-header h1 {
        line-height: 44px;
        font-size: 36px
    }
}

.profile-biography .text-box p, .profile-biography p.text-large {
    color: #465a5d;
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

@media screen and (min-width: 768px) {
    .profile-biography .text-box p, .profile-biography p.text-large {
        font-size: 20px;
        line-height: 28px
    }
}

.profile-biography h3 {
    font-family: FreeSetWebExtraBold;
    text-transform: uppercase;
    font-size: 16px;
    color: #7a9669;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0
}

.profile-biography .rewards .reward {
    text-align: center
}

.profile-biography .rewards .reward .img {
    display: inline-block;
    width: 112px;
    height: 156px;
    margin-bottom: 12px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.profile-biography .rewards .reward h6 {
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 0;
    text-align: center
}

.profile-biography .rewards .reward h6 a {
    color: #000
}

.profile-biography .rewards .reward span {
    font-size: 12px;
    color: #000;
    line-height: 20px
}

.profile-biography .rewards .reward:nth-child(4n+1) {
    clear: left
}

@media (max-width: 991px) {
    .profile-biography .rewards .reward:nth-child(odd) {
        clear: left
    }
    .news-list {
        max-height: 500px!important;
    }
}

.profile-biography label {
    font-family: FreeSetWebDemiBold
}

.profile-biography label, .profile-biography p.text-sample {
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.article-text-center h4 {
    font-size: 14px;
    color: #465a5d;
    line-height: 18px;
    margin: 0;
    text-align: left
}

@media (min-width: 768px) {
    .article-text-center h4 {
        font-size: 20px;
        text-align: center;
        line-height: 28px
    }
}

.stuff-card {
    display: table;
    width: 100%;
    position: relative
}

.stuff-card img {
    display: block;
    width: 128px;
    float: left
}

.stuff-card.stuff-sm .stuff-content-control {
    height: 140px;
    padding-left: 152px
}

.stuff-card.stuff-md .stuff-content-control {
    padding-left: 152px
}

.stuff-card .stuff-content-control .card-divider {
    height: 4px;
    margin-bottom: 12px
}

.stuff-card .stuff-content-control h6 {
    font-family: FreeSetWebDemiBold;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0
}

.stuff-card .stuff-content-control h6 a {
    text-transform: uppercase;
    color: #000
}

.stuff-card .stuff-content-control p.role {
    height: 44px;
    overflow: hidden;
    margin-top: 26px;
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.files-card {
    display: block;
    width: 100%
}

.files-card table {
    margin-bottom: 14px;
    height: 72px
}

.files-card table td span {
    max-height: 72px;
    display: block
}

.files-card .haligner {
    display: block;
    vertical-align: middle;
    height: 72px;
    overflow: hidden;
    font-family: FreeSetWebDemiBold;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px
}

.files-card .haligner .file-bg {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: 12px;
    background-image: url(/img/common/icn_bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    float: left
}

.files-card .card-divider {
    height: 4px;
    width: 100%
}

.header-image-large h1 {
    font-family: FreeSetWebExtraBold;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 52px
}

@media (min-width: 768px) {
    .header-image-large h1 {
        font-size: 36px;
        line-height: 44px
    }
}

.header-image-large .image-header-control {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 15px 0
}

@media screen and (min-width: 768px) {
    .header-image-large .image-header-control {
        padding: 100px 15px 0
    }
}

@media screen and (min-width: 992px) {
    .header-image-large .image-header-control {
        padding: 120px 15px 0
    }
}

.header-image-large .image-header-control .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (min-width: 768px) {
    .header-image-large .image-header-control .img-overlay {
        height: 495px
    }
}

@media (min-width: 1024px) {
    .header-image-large .image-header-control .img-overlay {
        height: 512px
    }
}

@media (min-width: 768px) {
    .header-image-large .image-header-control {
        padding: 230px 50px 0
    }
}

@media (min-width: 1024px) {
    .header-image-large .image-header-control {
        padding: 250px 100px 0
    }
}

.header-image-large .heading-text-control {
    position: relative
}

.header-image-large .heading-text-control .color-bars {
    width: 40px;
    height: 132px
}

@media screen and (min-width: 768px) {
    .header-image-large .heading-text-control .color-bars {
        width: 80px
    }
}

.header-image-large .heading-text-control h2 {
    font-family: FreeSetWebDemiBold;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    margin: 0 0 40px;
    padding-left: 70px
}

@media screen and (min-width: 768px) {
    .header-image-large .heading-text-control h2 {
        font-size: 28px;
        line-height: 32px;
        padding-left: 100px
    }
}

@media screen and (min-width: 992px) {
    .header-image-large .heading-text-control h2 {
        font-size: 36px;
        line-height: 44px
    }
}

.header-image-large .heading-text-control span.news-date-sm {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 16px
}

.header-image-large .heading-text-control .content-text {
    background-color: #fff;
    padding: 15px 26px
}

@media (min-width: 768px) {
    .header-image-large .heading-text-control .content-text {
        padding: 24px 50px 0
    }
}

@media (min-width: 1024px) {
    .header-image-large .heading-text-control .content-text {
        padding: 36px 100px 0
    }
}

.header-image-large .heading-text-control .content-text p {
    font-size: 18px;
    line-height: 26px;
    color: #465a5d;
    margin: 0;
    min-height: 100px
}

@media (min-width: 768px) {
    .header-image-large .heading-text-control .content-text p {
        font-size: 20px;
        line-height: 28px
    }
}

.height-fixer-100 {
    height: 100%
}

.header-image-full {
    position: relative;
    min-height: 512px
}

.header-image-full .img-overlay {
    position: relative;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-bottom: -162px
}

.header-image-full .img-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5))
}

@media (min-width: 768px) {
    .header-image-full .img-overlay {
        height: 490px;
        margin-bottom: -150px
    }
}

@media (min-width: 1024px) {
    .header-image-full .img-overlay {
        height: 512px;
        margin-bottom: -170px
    }
}

.header-image-full .image-header-control {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 120px 0 0
}

@media (min-width: 768px) {
    .header-image-full .image-header-control {
        padding: 185px 0 0
    }
}

@media (min-width: 1024px) {
    .header-image-full .image-header-control {
        padding: 228px 0 0
    }
}

.header-image-full .image-header-control.page-banner-text {
    padding: 0 0 20px
}

.header-image-full .heading-text-control {
    position: relative
}

.header-image-full .heading-text-control .card-header-control {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 132px
}

.header-image-full .heading-text-control .card-header-control .color-bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 132px;
    float: left
}

@media screen and (min-width: 768px) {
    .header-image-full .heading-text-control .card-header-control .color-bars {
        width: 80px
    }
}

.header-image-full .heading-text-control .card-header-control h2 {
    float: left;
    font-family: FreeSetWebDemiBold;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin: 0 0 20px 20px;
    padding-left: 38px
}

@media screen and (min-width: 768px) {
    .header-image-full .heading-text-control .card-header-control h2 {
        font-size: 36px;
        line-height: 44px;
        padding-left: 80px
    }
}

.header-image-full .heading-text-control .card-header-control span.news-date-sm {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 16px;
    margin-left: 70px;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .header-image-full .heading-text-control .card-header-control span.news-date-sm {
        margin-left: 100px
    }
}

.header-image-full .heading-text-control .content-text {
    background-color: #fff;
    padding: 15px 26px;
    margin-top: 20px
}

@media (min-width: 768px) {
    .header-image-full .heading-text-control .content-text {
        margin-top: 28px;
        padding: 24px 50px 10px
    }
}

@media (min-width: 1024px) {
    .header-image-full .heading-text-control .content-text {
        margin-top: 40px;
        padding: 36px 100px 15px
    }
}

.header-image-full .heading-text-control .content-text p {
    font-size: 18px;
    color: #465a5d;
    line-height: 26px;
    margin: 0
}

@media (min-width: 768px) {
    .header-image-full .heading-text-control .content-text p {
        font-size: 20px;
        line-height: 28px
    }
}

.header-image-full .heading-text-control .content-text .hash-tags-list {
    margin-bottom: 32px
}

.dual-section p {
    height: 196px;
    overflow: hidden;
    font-size: 20px;
    color: #465a5d;
    line-height: 28px;
    margin: 0
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.row-flex .col-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-yellow-bottom {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 0;
    background-image: url(/img/common/yellow_horizontal.png);
    background-repeat: no-repeat;
    background-position: 0 100%
}

.sidebar-left-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px
}

.sidebar-left-list li {
    margin-top: 16px
}

.sidebar-left-list li a {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 20px
}

.sidebar-left-list li a span {
    display: block;
    margin-bottom: 4px;
    font-family: FreeSetWebDemiBold;
    text-transform: uppercase;
    font-size: 14px;
    color: #275073;
    letter-spacing: 0;
    line-height: 20px
}

.sidebar-left-list-files {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.sidebar-left-list-files li {
    margin-top: 24px
}

.owlOneSlide .owl-item {
    width: 100%
}

.owlOneSlide .item img {
    display: block;
    width: 100%;
    height: auto
}

.top-text-control .text-large {
    font-size: 18px;
    color: #465a5d;
    line-height: 26px;
    margin: 0
}

@media screen and (min-width: 768px) {
    .top-text-control .text-large {
        font-size: 20px;
        line-height: 28px
    }
}

.text-header-extra {
    font-family: FreeSetWebExtraBold;
    letter-spacing: 1px;
    margin: 11px 0 0
}

.text-header-extra, .text-header-md {
    font-size: 24px;
    color: #000;
    line-height: 32px
}

.text-header-md {
    font-family: FreeSetWebDemiBold;
    letter-spacing: 2px;
    margin: 0
}

.heading-green {
    font-family: FreeSetWebExtraBold;
    text-transform: uppercase;
    font-size: 16px;
    color: #7a9669;
    letter-spacing: 1px;
    line-height: 24px
}

.heading-green a {
    color: #7a9669
}

.heading-grey {
    font-family: FreeSetWebLight;
    font-size: 20px;
    color: #465a5d;
    line-height: 28px
}

.subheading-main {
    font-family: FreeSetWebDemiBold;
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase
}

.list-icon-line {
    margin: 5px 0;
    list-style-image: url("/img/common/corner_color.png")
}

.list-icon-line li {
    padding-left: 16px;
    margin-bottom: 16px
}

ul {
    list-style: none
}

.image-divider-lg .image-overlay {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    display: block;
    padding-top: 30px;
    padding-left: 0;
    background-image: url(http://via.placeholder.com/1440x560);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (min-width: 768px) {
    .image-divider-lg .image-overlay {
        height: 500px;
        padding-top: 50px;
        padding-left: 45px
    }
}

@media (min-width: 1024px) {
    .image-divider-lg .image-overlay {
        height: 560px;
        padding-top: 76px;
        padding-left: 85px
    }
}

.image-divider-lg .image-overlay div span.heading-text {
    font-family: FreeSetWebExtraBold;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin: 0 0 16px;
    display: inline-block;
    text-align: center
}

@media screen and (min-width: 992px) {
    .image-divider-lg .image-overlay div span.heading-text {
        font-size: 56px;
        line-height: 64px;
        text-align: left
    }
}

.image-divider-lg .image-overlay div span.heading-text p {
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0
}

.image-divider-lg .image-overlay div span.heading-text .btn {
    margin: 40px auto 30px;
    display: table
}

@media (min-width: 768px) {
    .image-divider-lg .image-overlay div span.heading-text .btn {
        margin-top: 130px
    }
}

@media (min-width: 1024px) {
    .image-divider-lg .image-overlay div span.heading-text .btn {
        margin-top: 110px
    }
}

.right-option-bar {
    width: 100%
}

.right-option-bar tbody tr td {
    vertical-align: middle;
    padding-bottom: 8px;
    padding-top: 8px
}

.right-option-bar tbody tr td a {
    display: block;
    text-align: right;
    font-family: FreeSetWebExtraBold;
    color: #fff;
    font-size: 20px;
    line-height: 28px
}

@media screen and (min-width: 768px) {
    .right-option-bar tbody tr td a {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (min-width: 992px) {
    .right-option-bar tbody tr td a {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (min-width: 1024px) {
    .right-option-bar tbody tr td a {
        font-size: 36px;
        line-height: 40px
    }
}

.right-option-bar tbody tr td:last-child {
    width: 55px
}

@media screen and (min-width: 768px) {
    .right-option-bar tbody tr td {
        padding-bottom: 22px;
        padding-top: 22px
    }
}

.right-icon-md {
    display: block;
    float: right;
    width: 40px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-left: 15px
}

.right-icon-md.yellow {
    background-image: url(/img/common/color_bars_yellow.svg)
}

.right-icon-md.blue {
    background-image: url(/img/common/color_bars_blue.svg)
}

.right-icon-md.red {
    background-image: url(/img/common/color_bars_red.svg)
}

.right-option-bar .right-icon-md {
    width: 30px;
    height: 55px
}

@media screen and (min-width: 768px) {
    .right-option-bar .right-icon-md {
        width: 40px;
        height: 80px
    }
}

.card-text-sample {
    position: relative;
    min-height: 150px
}

@media screen and (min-width: 480px) {
    .card-text-sample {
        min-height: 150px
    }
}

.card-text-sample.with-action {
    min-height: 264px
}

.card-text-sample p {
    margin: 16px 0 10px
}

.card-text-sample .card-divider {
    opacity: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .card-text-sample .card-divider {
        opacity: 1
    }
}

.card-text-sample .btn {
    margin: 24px 0 0
}

.card-text-sample.contract-card {
    padding-bottom: 16px
}

.card-text-sample.contract-card h3 {
    height: 72px
}

.card-text-sample.contract-card p {
    height: 60px
}

.map-control .map {
    background-color: grey;
    width: 100%;
    height: 340px
}

@media (min-width: 768px) {
    .map-control .map {
        height: 400px
    }
}

@media (min-width: 1024px) {
    .map-control .map {
        height: 560px
    }
}

.map-control .map-contacts {
    background-color: grey;
    width: 100%;
    height: 312px
}

.zorakoch .gradient {
    position: relative
}

.zorakoch .gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .5))
}

.donate-to .image-overlay {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: url(http://via.placeholder.com/1440x364);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (min-width: 768px) {
    .donate-to .image-overlay {
        padding-top: 87px;
        padding-bottom: 61px
    }
}

.donate-to .gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5))
}

.donate-to .btn {
    margin: 0;
    min-width: 300px;
    float: none;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .donate-to .btn {
        min-width: 298px
    }
}

.donation-element {
    margin-bottom: 15px;
    min-height: 144px
}

.donation-element span.left-bar {
    display: block;
    float: left;
    width: 20px;
    height: 144px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.donation-element span.left-bar.yellow {
    background-image: url(/img/common/color_bars_yellow.svg)
}

.donation-element span.left-bar.blue {
    background-image: url(/img/common/color_bars_blue.svg)
}

.donation-element span.left-bar.red {
    background-image: url(/img/common/color_bars_red.svg)
}

.donation-element p {
    font-family: FreeSetWebDemiBold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 24px
}

.donation-element h3 {
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    line-height: 44px
}

.donation-element h3 strong {
    font-family: FreeSetWebExtraBold;
    font-size: 32px;
    color: #fff;
    line-height: 44px
}

@media screen and (min-width: 768px) {
    .donation-element h3 strong {
        font-size: 36px
    }
}

.donation-element-sm {
    padding-left: 30px
}

.donation-element-sm p {
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0
}

.donation-element-sm h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    line-height: 44px
}

.donation-element-sm h4 strong {
    font-family: FreeSetWebExtraBold;
    font-size: 18px;
    color: #fff;
    line-height: 44px
}

.card-address {
    min-height: 96px;
    margin-bottom: 24px;
    position: relative;
    display: block
}

.card-address table {
    margin-bottom: 24px;
    display: inline-table;
    width: 100%
}

.card-address table tbody tr td {
    vertical-align: top;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 24px
}

.card-address table tbody tr td a {
    color: #000
}

.card-address table tbody tr td:last-child {
    font-family: FreeSetWebDemiBold;
    width: 60%
}

.card-address table tbody tr:last-child td {
    padding-bottom: 0
}

.card-address .card-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.heading-main-black {
    font-family: FreeSetWebExtraBold;
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0 0 6px;
    text-transform: uppercase
}

.heading-black {
    position: relative;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    border-top: 1px solid #eef0f2;
    border-left: 1px solid #eef0f2;
    border-right: 1px solid #eef0f2
}

.heading-black:not(.small) {
    font-family: FreeSetWebDemiBold
}

.heading-black:last-child {
    border-bottom: 1px solid #eef0f2
}

.heading-black a {
    display: block;
    color: #000
}

.collapse-menu-custom .line-item-collapse {
    border-top: 1px solid #eef0f2;
    border-left: 1px solid #eef0f2;
    border-right: 1px solid #eef0f2
}

.collapse-menu-custom .line-item-collapse .open-link {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 16px;
    display: block;
    background-image: url(/img/icn/hyperlink.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width: 768px) {
    .collapse-menu-custom .line-item-collapse .open-link {
        width: 32px;
        height: 32px;
        top: 16px
    }
}

.collapse-menu-custom .line-item-collapse .open-link.loading {
    background-image: url(/img/common/icn_bg.svg);
    -webkit-animation: loading-animation 1s infinite linear;
    animation: loading-animation 1s infinite linear
}

.collapse-menu-custom .line-item-collapse a.row-link:not(.collapse) {
    font-size: 14px
}

.collapse-menu-custom .line-item-collapse a.row-link:hover {
    background-color: #f5f7fa
}

.collapse-menu-custom .line-item-collapse:last-child {
    border-bottom: 1px solid #eef0f2
}

.collapse-menu-custom .line-item-collapse h4 {
    position: relative;
    margin: 0;
    padding: 0
}

.collapse-menu-custom .line-item-collapse h4:not(.small) {
    font-family: FreeSetWebDemiBold
}

.collapse-menu-custom .line-item-collapse h4 a.row-link {
    display: block;
    padding: 10px 10px 10px 44px
}

@media screen and (min-width: 768px) {
    .collapse-menu-custom .line-item-collapse h4 a.row-link {
        padding: 20px 20px 20px 64px
    }
}

.collapse-menu-custom .line-item-collapse .sub-accordion h4 {
    position: relative;
    padding: 0
}

.collapse-menu-custom .line-item-collapse .sub-accordion h4:not(.small) {
    font-family: FreeSetWebDemiBold
}

.collapse-menu-custom .line-item-collapse .sub-accordion h4 a.row-link {
    padding: 10px 10px 10px 62px;
    display: block
}

@media screen and (min-width: 768px) {
    .collapse-menu-custom .line-item-collapse .sub-accordion h4 a.row-link {
        padding: 20px 20px 20px 104px
    }
}

.collapse-menu-custom .line-item-collapse .sub-accordion h4 a.row-link img {
    left: 25px;
    top: 13px
}

@media screen and (min-width: 768px) {
    .collapse-menu-custom .line-item-collapse .sub-accordion h4 a.row-link img {
        left: 64px;
        top: 24px
    }
}

.collapse-menu-custom .line-item-collapse .sub-accordion-2 h4 {
    position: relative;
    padding: 0
}

.collapse-menu-custom .line-item-collapse .sub-accordion-2 h4:not(.small) {
    font-family: FreeSetWebDemiBold
}

.collapse-menu-custom .line-item-collapse .sub-accordion-2 h4 a.row-link {
    display: block;
    padding: 10px 10px 10px 80px
}

@media screen and (min-width: 768px) {
    .collapse-menu-custom .line-item-collapse .sub-accordion-2 h4 a.row-link {
        padding: 20px 20px 20px 144px
    }
}

.collapse-menu-custom .line-item-collapse .sub-accordion-2 h4 a.row-link img {
    left: 45px
}

.collapse-menu-custom .line-item-collapse .sub-accordion-3 h4 {
    position: relative;
    padding: 0
}

.collapse-menu-custom .line-item-collapse .sub-accordion-3 h4:not(.small) {
    font-family: FreeSetWebDemiBold
}

.collapse-menu-custom .line-item-collapse .sub-accordion-3 h4 a.row-link {
    display: block;
    padding: 10px 10px 10px 98px
}

@media screen and (min-width: 768px) {
    .collapse-menu-custom .line-item-collapse .sub-accordion-3 h4 a.row-link {
        padding: 20px 20px 20px 184px
    }
}

.collapse-menu-custom .line-item-collapse .sub-accordion-3 h4 a.row-link img {
    left: 129px
}

.collapse-menu-custom .line-item-collapse.small a {
    font-family: FreeSetWebLight !important
}

.collapse-menu-custom .line-item-collapse.inner-sub h4 {
    position: relative;
    padding: 0
}

.collapse-menu-custom .line-item-collapse.inner-sub h4 a {
    padding: 20px 20px 20px 104px;
    display: block
}

.collapse-menu-custom .line-item-collapse.inner-sub h4 a img {
    left: 104px
}

.collapse-menu-custom .line-item-collapse.inner-sub .sub-accordion-2 a {
    padding-left: 184px
}

.collapse-menu-custom a img {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (min-width: 768px) {
    .collapse-menu-custom a img {
        top: 24px;
        left: 24px
    }
}

.collapse-menu-custom a.collapsed img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.unset-pos {
    position: unset
}

.preview-slider-control {
    padding-top: 44px;
    padding-bottom: 44px
}

.preview-slider-control .owlOneSlide {
    position: inherit
}

.preview-slider-control .owlOneSlide .owl-prev {
    position: absolute;
    top: 40%;
    left: 45px;
    margin: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.preview-slider-control .owlOneSlide .owl-prev button {
    border-radius: 2px !important
}

.preview-slider-control .owlOneSlide .owl-next {
    position: absolute;
    top: 40%;
    right: 38px;
    margin: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.preview-slider-control .owlOneSlide .owl-next button {
    border-radius: 2px !important
}

.preview-slider-control .all-images {
    margin-top: 20px
}

.preview-slider-control .owlManySlides .container {
    width: 100% !important
}

.preview-slider-control .owlManySlides .item {
    border-radius: 2px;
    cursor: pointer
}

.preview-slider-control .owlManySlides .item img {
    border-radius: 2px;
    width: 170px
}

.preview-slider-control .owlManySlides .item span {
    opacity: 0;
    width: calc(100% - 20px);
    height: calc(100% - 24px);
    display: block;
    position: absolute;
    z-index: 123;
    top: 12px;
    left: 10px;
    background-image: url(/img/icn/carousel_selected_image.png);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all .7s;
    transition: all .7s
}

.preview-slider-control .owlManySlides .item .overlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .7s;
    transition: all .7s
}

.preview-slider-control .owlManySlides .item.clicked .overlay, .preview-slider-control .owlManySlides .item.clicked span {
    opacity: 1
}

.text-box > h3 {
    font-family: FreeSetWebExtraBold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px
}

.text-box > h3, .text-box > h3 a, .text-box > h3 span {
    color: #7a9669 !important
}

.text-box p strong {
    display: initial
}

.text-box ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    display: table;
    width: 100%
}

.text-box ol > li {
    counter-increment: item;
    padding-left: 24px;
    display: table-row
}

.text-box ol > li:before {
    display: table-cell;
    width: 24px;
    color: #000;
    font-family: FreeSetWebDemiBold;
    content: counter(item) "."
}

.text-box ol > li:after {
    margin-bottom: 11px;
    content: "";
    height: 0;
    display: block
}

.text-box ul {
    list-style-image: url(/img/icn/green_dot.png)
}

.text-box ul, .text-box ul li {
    padding-left: 16px
}

.text-box td {
    padding: 6px
}

.numeric-list ol {
    counter-reset: section;
    list-style-type: none;
    padding: 0
}

.numeric-list li {
    display: block
}

.numeric-list li:not(.heading-list-main):before {
    margin-right: 20px;
    color: #000;
    font-family: FreeSetWebDemiBold
}

.numeric-list li.heading-list-main {
    padding-top: 5px;
    padding-bottom: 14px
}

.numeric-list li.heading-list-main:before {
    font-family: FreeSetWebExtraBold;
    color: #7a9669
}

.numeric-list li.heading-list-main ol {
    padding-left: 55px;
    margin-top: 16px
}

.numeric-list li.heading-list-main ol li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.numeric-list li:before {
    counter-increment: section;
    content: counters(section, ".") ". "
}

.centered-list .list-icon-line, .numeric-list li p {
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.centered-list .list-icon-line {
    margin-top: 16px;
    padding-bottom: 10px
}

.card-share ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.card-share ul.right {
    float: right
}

.card-share ul.center {
    float: none
}

.card-share ul.left {
    float: left
}

@media (min-width: 768px) {
    .card-share ul {
        display: block
    }
}

.card-share ul li {
    display: inline;
    text-align: center
}

.card-share ul li.text {
    font-family: FreeSetWebDemiBold;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    display: block;
    float: left;
    padding: 16px
}

.header-border-yellow {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 0;
    background-image: url(/img/common/yellow_horizontal.png);
    background-repeat: no-repeat;
    background-position: 0 100%
}

.card-other-news .other-header {
    font-family: FreeSetWebExtraBold, serif;
    font-size: 36px;
    color: #000;
    line-height: 44px;
    margin-top: 32px;
    margin-bottom: 16px
}

.card-other-news .hashtag {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 14px;
    display: block;
    color: #556849;
    line-height: 20px;
    margin: 0 5px 16px 0
}

.card-other-news .other-date {
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    line-height: 16px;
    margin: 0
}

.card-official-info-control {
    position: relative;
    min-height: 180px;
    padding: 0 10px 0 42px
}

.card-official-info-control .card-banner {
    position: absolute;
    top: 0;
    width: 12px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.card-official-info-control .card-banner.left {
    left: 0
}

.card-official-info-control .card-banner.right {
    right: 0
}

.card-official-info-control .card-banner.yellow {
    background-image: url(/img/common/color_bars_yellow.svg)
}

.card-official-info-control.info .card-content label {
    font-family: FreeSetWebLight, serif;
    font-weight: 100;
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: right
}

.card-official-info-control.info .card-content a:not(.btn) {
    font-family: FreeSetWebExtraBold;
    display: block;
    width: 100%;
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px
}

.card-official-info-control.info .card-content .btn {
    margin-top: 34px;
    font-size: 14px;
    color: #275073;
    letter-spacing: 0;
    line-height: 20px
}

ul.with-dot {
    list-style-image: url(/img/icn/green_dot.png)
}

ul.with-dot, ul.with-dot li {
    padding-left: 16px
}

.form-control {
    font-size: 14px;
    padding: 12px 20px;
    color: #000;
    line-height: 20px;
    background-color: #f5f7fa;
    border: 1px solid #e6e8ec;
    border-radius: 2px;
    height: 44px;
    background-image: url(/img/icn/color_bars_green.png);
    background-repeat: repeat-y;
    background-position: 0;
    background-size: 8px 44px;
    border-left: none !important
}

.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: #d4d6da;
    outline: 0
}

.has-error input.form-control {
    background-image: url(/img/icn/color_bars_red.png);
    border: 1px solid #e58485;
    border-radius: 2px
}

.has-error input.form-control:focus {
    border-color: #cb7172
}

.error-message {
    font-family: FreeSetWebDemiBold;
    font-size: 10px;
    color: #dc3937;
    letter-spacing: 1.14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-left: 20px
}

.press-content-control p {
    margin-bottom: 16px
}

.press-content-control .form-group .btn {
    margin-top: 30px;
    margin-right: 16px
}

.heading-large {
    font-family: FreeSetWebExtraBold, serif;
    font-size: 36px;
    color: #000;
    line-height: 44px;
    margin: 0 0 16px
}

.no-results-image {
    float: left;
    width: 70px
}

.no-search-result {
    padding-left: 100px
}

.no-search-result h3 {
    font-family: FreeSetWebDemiBold;
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0
}

.no-search-result p {
    font-family: FreeSetWebLight;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 16px
}

.search-list h4 {
    font-family: FreeSetWebExtraBold;
    font-size: 16px;
    color: #7a9669;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 8px
}

.search-list .result {
    display: block;
    padding: 15px 0 9px;
    border-bottom: 1px solid #eef0f2;
    min-height: 114px
}

.search-list .result:first-child {
    border-top: 1px solid #eef0f2
}

.search-list .image-wrapper {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 124px;
    height: 84px;
    float: left;
    margin-right: 24px
}

@media screen and (max-width: 768px) {
    .search-list .image-wrapper {
        width: 82px;
        height: 56px;
        margin-right: 16px
    }
}

.search-list .info-wrapper {
    padding-left: 148px
}

@media screen and (max-width: 768px) {
    .search-list .info-wrapper {
        margin-right: 100px
    }
}

.search-list .result-title {
    display: block;
    margin: 0 0 10px;
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px
}

@media screen and (min-width: 768px) {
    .search-list .result-title {
        font-size: 16px
    }
}

.search-list .result-description {
    min-height: 16px
}

.search-list .result-timestamp {
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    line-height: 16px;
    text-transform: uppercase
}

.card-load-more {
    text-align: center
}

.card-load-more img {
    margin-bottom: 24px;
    width: 36px;
    height: 36px;
    opacity: .8
}

.card-load-more p {
    text-align: center;
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    line-height: 16px;
    margin: 0
}

.search-result-dropdown {
    display: none;
    position: absolute;
    top: 46px;
    right: 40px;
    width: 380px;
    border-radius: 2px;
    z-index: 200;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3)
}

.search-result-dropdown .dropdown-header {
    padding: 9px 24px 11px;
    background: #eef0f2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    line-height: 16px;
    text-transform: uppercase
}

.search-result-dropdown .dropdown-body ul {
    display: block !important;
    list-style: none;
    padding: 0
}

.search-result-dropdown .dropdown-body ul li {
    margin-left: 15px !important
}

.search-result-dropdown .dropdown-body ul li a {
    display: block;
    width: 100%;
    padding: 9px 24px 11px !important;
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    background-color: #fff
}

.search-result-dropdown .dropdown-body ul li a:hover {
    color: #185991
}

.share-link {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    float: left;
    margin: 6px
}

.share-link.facebook-blue {
    background-image: url(/img/icn/fb-blue-2x.png)
}

.share-link.twitter-blue {
    background-image: url(/img/icn/tw-blue-2x.png)
}

.share-link.telegram-blue {
    background-image: url(/img/icn/tl-blue-2x.jpg)
}

.main-header-top {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 132px
}

.main-header-top .color-bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 132px;
    float: left
}

@media screen and (min-width: 768px) {
    .main-header-top .color-bars {
        width: 80px
    }
}

.main-header-top h2 {
    float: left;
    font-family: FreeSetWebDemiBold;
    font-size: 24px;
    color: #000;
    line-height: 36px;
    margin: 0 0 20px 20px;
    padding-left: 50px
}

@media screen and (min-width: 768px) {
    .main-header-top h2 {
        font-size: 36px;
        line-height: 44px;
        padding-left: 80px
    }
}

.main-header-top span.news-date-sm {
    font-size: 14px;
    color: #748a8f;
    letter-spacing: 1.6px;
    line-height: 16px;
    margin-left: 70px;
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .main-header-top span.news-date-sm {
        margin-left: 100px
    }
}

.library-card .card-divider {
    width: 100%;
    height: 4px;
    position: relative;
    margin-bottom: 16px
}

.library-card .card-content h6, .library-card .card-content p {
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.library-card .card-content h6 {
    font-family: FreeSetWebDemiBold;
    margin: 0 0 8px
}

.library-card .card-content .youtube {
    background-color: transparent;
    height: 340px
}

.library-card .card-content .youtube img {
    height: 100%
}

@media screen and (min-width: 768px) {
    .library-card .card-content .youtube {
        height: 400px
    }
}

@media screen and (min-width: 992px) {
    .library-card .card-content .youtube {
        height: 420px
    }
}

@media screen and (min-width: 1024px) {
    .library-card .card-content .youtube {
        height: 230px
    }
}

@media screen and (min-width: 1680px) {
    .library-card .card-content .youtube {
        height: 300px
    }
}

.flag-color-box {
    display: block;
    position: relative;
    width: 170px;
    height: 80px;
    margin-bottom: 16px
}

.flag-color-box.red {
    background: #ed1b35
}

.flag-color-box.blue {
    background: #0054a6
}

.flag-color-box.yellow {
    background: #f7941e
}

.flag-colors span {
    display: block;
    float: left;
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    min-width: 60px
}

.image-responsive {
    width: 100%
}

.card-media-wrapper {
    overflow: hidden;
    display: block
}

.card-media {
    position: relative;
    display: block;
    width: 100%;
    background-color: #979797;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

.card-media:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.card-media:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    opacity: .3
}

.card-media.overlay:after, .card-media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card-media.overlay:after {
    background-color: rgba(0, 0, 0, .5)
}

.card-media.gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .5))
}

.card-media.vertical {
    display: none;
    width: 100%;
    float: left;
    background-color: transparent;
    background-position: 100% !important;
    background-size: cover;
    height: 178px
}

@media screen and (min-width: 768px) {
    .card-media.vertical {
        display: block;
        width: 270px;
        float: right;
        height: 356px !important;
        background-size: 270px 356px !important
    }
}

.card-media.horizontal {
    display: block;
    width: 100%;
    float: left;
    height: 178px !important;
    background-color: transparent;
    background-position: 50% !important;
    background-size: contain !important
}

@media screen and (min-width: 768px) {
    .card-media.horizontal {
        display: none
    }
}

.card-media.s-news {
    height: 260px
}

@media screen and (min-width: 768px) {
    .card-media.s-news {
        height: 250px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-news {
        height: 220px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-news {
        height: 180px
    }
}

.card-media.s-news-small {
    height: 156px
}

@media screen and (min-width: 768px) {
    .card-media.s-news-small {
        height: 156px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-news-small {
        height: 156px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-news-small {
        height: 156px
    }
}

.card-media.s-news-medium {
    height: 480px
}

@media screen and (min-width: 768px) {
    .card-media.s-news-medium {
        height: 480px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-news-medium {
        height: 480px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-news-medium {
        height: 480px
    }
}

.card-media.s-specialty {
    height: 260px
}

@media screen and (min-width: 768px) {
    .card-media.s-specialty {
        height: 250px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-specialty {
        height: 220px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-specialty {
        height: 148px
    }
}

.card-media.s-military {
    height: 240px
}

@media screen and (min-width: 768px) {
    .card-media.s-military {
        height: 220px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-military {
        height: 200px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-military {
        height: 212px
    }
}

.card-media.s-item-large {
    height: 276px
}

@media screen and (min-width: 768px) {
    .card-media.s-item-large {
        height: 276px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-item-large {
        height: 276px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-item-large {
        height: 276px
    }
}

.card-media.s-item-xlarge-single {
    height: 284px
}

@media screen and (min-width: 768px) {
    .card-media.s-item-xlarge-single {
        height: 284px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-item-xlarge-single {
        height: 284px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-item-xlarge-single {
        height: 284px
    }
}

.card-media.s-item-large-carusel {
    height: 276px
}

@media screen and (min-width: 768px) {
    .card-media.s-item-large-carusel {
        height: 276px
    }
}

@media screen and (min-width: 992px) {
    .card-media.s-item-large-carusel {
        height: 276px
    }
}

@media screen and (min-width: 1024px) {
    .card-media.s-item-large-carusel {
        height: 276px
    }
}

#maintagNewsWrapper .card-sm, #newsWrapper .card-sm, #tagNewsWrapper .card-sm {
    float: none
}

.owl-stage {
    display: inline-block
}

.preview-slider-control .owlManySlides .container {
    text-align: center
}

.preview-slider-control .owlManySlides .container .owl-item:last-child {
    margin-right: 0 !important
}

.article-page-tags .hash-tags-list {
    text-align: left
}

.pos-initial {
    position: static
}

.pos-relative {
    position: relative !important
}

.slick-slider {
    position: static
}

.slick-slide {
    margin: 0 15px;
    outline: none !important
}

.slick-track {
    margin-bottom: 15px
}

.slick-list {
    margin: 0 -30px
}

.slick-dots {
    left: 0;
    bottom: 22px
}

.slick-dots li {
    list-style: none !important;
    height: 16px;
    width: 16px;
    margin: 0 10px
}

.slick-dots li button {
    text-indent: -9999px;
    overflow: hidden;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    display: block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.slick-dots li button:before {
    opacity: 1;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgba(83, 101, 71, .64)
}

.slick-dots li.slick-active button:before, .slick-dots li button:hover:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: -4px;
    left: -4px;
    background-image: url(/img/common/pagination_active_dark.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: transparent
}

.slick-dotted.slick-slider {
    margin-bottom: 44px
}

.slick-arrow {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 88px;
    height: 88px;
    background-size: cover;
    outline: 0 !important;
    border: none;
    border-radius: 0;
    display: block;
    z-index: 12
}

.slick-dotted .slick-arrow {
    margin-top: -38px
}

.slick-prev {
    left: 45px;
    background-color: transparent
}

.slick-prev:before {
    display: block;
    width: 88px;
    height: 88px;
    opacity: .75;
    content: "";
    background-image: url(/img/common/arrow_1.svg)
}

[dir=rtl] .slick-prev {
    background-color: transparent
}

[dir=rtl] .slick-prev:before {
    display: block;
    width: 88px;
    height: 88px;
    opacity: 1;
    content: ""
}

[dir=rtl] .slick-next {
    display: block;
    width: 88px;
    height: 88px;
    left: -10px;
    top: 70px;
    right: auto
}

.slick-next {
    right: 45px;
    background-color: transparent
}

.slick-next:before {
    opacity: .75
}

.slick-next:before, [dir=rtl] .slick-next:before {
    content: "";
    background-image: url(/img/common/arrow_2.svg);
    display: block;
    width: 88px;
    height: 88px
}

[dir=rtl] .slick-next:before {
    opacity: 1
}

.card-not-found {
    display: table;
    width: 100%
}

.card-not-found .not-found-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px
}

.card-not-found a, .card-not-found p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px
}

.card-not-found a {
    font-family: FreeSetWebDemiBold
}

@media (max-width: 1024px) {
    .card-not-found .col-xs-12.text-right {
        text-align: center
    }
}

#iframeYoutube {
    height: 300px
}

@media screen and (min-width: 768px) {
    #iframeYoutube {
        height: 400px
    }
}

@media screen and (min-width: 992px) {
    #iframeYoutube {
        height: 450px
    }
}

@media screen and (min-width: 1024px) {
    #iframeYoutube {
        height: 500px
    }
}

@media screen and (min-width: 1200px) {
    #iframeYoutube {
        height: 520px
    }
}

.loading-icon {
    -webkit-animation: loading-animation 1s infinite linear;
    animation: loading-animation 1s infinite linear
}

.video-background .tv {
    opacity: 1
}

.video-background .tv .screen {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 100%
}

.video-background:after {
    background: url(/img/common/banner_pattern2x.png) grey;
    z-index: -1
}

.video-background .video-foreground:after, .video-background:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.video-background .video-foreground:after {
    background: url(/img/common/icn_bg.svg) no-repeat 50%;
    -webkit-animation: loading-animation 1s infinite linear;
    animation: loading-animation 1s infinite linear;
    z-index: 2
}

.video-background.loading .tv {
    opacity: 0
}

.video-background.loading .video-foreground:after, .video-background.loading:after {
    display: block
}

@-webkit-keyframes loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    24.9999% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    49.9999% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    74.9999% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    99.9999% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    24.9999% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    49.9999% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    74.9999% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    99.9999% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.gm-style-pbc {
    opacity: 0 !important
}

.carousel-wrapper {
    position: relative;
    overflow: hidden
}

.carousel-wrapper .owl-carousel {
    position: static
}

.text-sample p strong {
    display: initial
}

.text-sample ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    display: table;
    width: 100%
}

.text-sample ol li {
    counter-increment: item;
    padding-left: 24px;
    display: table-row
}

.text-sample ol li:before {
    display: table-cell;
    width: 24px;
    color: #000;
    font-family: FreeSetWebDemiBold;
    content: counter(item) "."
}

.text-sample ol li:after {
    margin-bottom: 11px;
    content: "";
    height: 0;
    display: block
}

.text-sample ul {
    list-style-image: url(/img/icn/green_dot.png)
}

.text-sample ul, .text-sample ul li {
    padding-left: 16px
}

.zinkom {
    -webkit-box-shadow: inset 0 -1px 0 0 #eef0f2;
    box-shadow: inset 0 -1px 0 0 #eef0f2
}

.zinkom h4 {
    font-family: FreeSetWebDemiBold;
    color: #000;
    letter-spacing: 0
}

.zinkom h4, .zinkom p {
    font-size: 16px;
    line-height: 24px
}

.zinkom p {
    font-family: FreeSetWebLight;
    color: #425b5f
}

.zinkom p.phones {
    font-size: 14px;
    line-height: 22px
}

.zinkom .show-on-map {
    display: block;
    font-family: FreeSetWebDemiBold;
    font-size: 14px;
    color: #185991;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px
}

.zinkom .show-on-map.show-desktop {
    width: 170px;
    display: none;
    float: right
}

@media screen and (min-width: 768px) {
    .zinkom .show-on-map.show-desktop {
        display: block
    }
}

.zinkom .show-on-map.show-mobile {
    display: block;
    float: left;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .zinkom .show-on-map.show-mobile {
        display: none
    }
}

.info-window {
    margin: 0
}

.info-window h4 {
    font-family: FreeSetWebDemiBold;
    color: #000;
    letter-spacing: 0
}

.info-window h4, .info-window p {
    font-size: 12px;
    line-height: 16px
}

.info-window p {
    font-family: FreeSetWebLight;
    color: #425b5f
}

.find-military-office {
    margin: 24px auto;
    display: table
}

.btn-show-xs {
    display: table
}

@media screen and (min-width: 480px) {
    .btn-show-xs {
        display: none
    }
}

.btn-hide-xs {
    display: none !important
}

@media screen and (min-width: 480px) {
    .btn-hide-xs {
        display: block !important
    }
}

.award-image {
    max-height: 176px;
    margin-bottom: 16px
}

.row-centered {
    text-align: center
}

.row-centered [class*=col-]:not(.hid) {
    float: none;
    display: inline-block
}

.youtube {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.owlManySlides .owl-item {
    height: 112px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-box {
    overflow: hidden
}

@media (max-width: 480px) {
    .no-margin-top-xs {
        margin-top: 0 !important
    }
}

.overflow-x {
    overflow-x: auto
}

@media (max-width: 767px) {
    .container:not(.overflow-a) {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .video-background {
        display: none
    }
}

.heading h4 {
    margin-top: 0
}

header {
    display: table;
    position: relative;
    z-index: 100
}

.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cd-auto-hide-header:after {
    clear: both;
    content: "";
    display: block
}

.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 100px
    }
}

.cd-auto-hide-header .logo, .cd-auto-hide-header .nav-trigger {
    position: absolute
}

.cd-auto-hide-header .logo {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
    display: block;
    height: 80px
}

.cd-auto-hide-header .nav-trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    display: table;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283d;
    font-weight: 700
}

.cd-auto-hide-header .nav-trigger span {
    display: table-cell;
    vertical-align: middle
}

.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em:after, .cd-auto-hide-header .nav-trigger em:before {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #25283d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-auto-hide-header .nav-trigger em {
    margin: 6px auto 14px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.cd-auto-hide-header .nav-trigger em:after, .cd-auto-hide-header .nav-trigger em:before {
    position: absolute;
    content: "";
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.cd-auto-hide-header .nav-trigger em:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.cd-auto-hide-header .nav-trigger em:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header .nav-trigger {
        display: none
    }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
    background-color: hsla(0, 0%, 100%, 0)
}

.cd-auto-hide-header.nav-open .nav-trigger em:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-auto-hide-header.nav-open .nav-trigger em:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%
}

@media only screen and (min-width: 1024px) {
    .cd-primary-nav {
        display: table
    }

    .cd-primary-nav > ul {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .cd-primary-nav > ul:after {
        clear: both;
        content: "";
        display: block
    }

    .cd-primary-nav > ul li {
        display: inline-block;
        float: left;
        margin-right: 1.5em
    }

    .cd-primary-nav > ul li:last-of-type {
        margin-right: 0
    }

    .cd-primary-nav > ul a {
        height: auto;
        line-height: normal;
        padding: 0;
        border: none
    }
}

.cd-secondary-nav.nav-open ul {
    margin-top: 20px;
    z-index: 25
}

.cd-primary-nav ul:target, .nav-open .cd-primary-nav ul {
    display: block
}

@media only screen and (min-width: 1024px) {
    .cd-primary-nav ul:target, .nav-open .cd-primary-nav ul {
        display: table-cell
    }
}

.cd-secondary-nav {
    position: relative;
    z-index: 1;
    clear: both;
    padding-top: 20px;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.cd-secondary-nav:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: transparent;
    pointer-events: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.cd-secondary-nav.nav-end:after {
    opacity: 0
}

.cd-secondary-nav .navbar-form, .cd-secondary-nav .secondary-logo {
    display: none
}

.cd-secondary-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0
}

.cd-secondary-nav ul:after {
    clear: both;
    content: "";
    display: block
}

.cd-secondary-nav li {
    position: relative;
    display: inline-block;
    float: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px
}

.cd-secondary-nav li:first-child {
    margin-left: 0
}

.cd-secondary-nav li:active a, .cd-secondary-nav li:focus a, .cd-secondary-nav li:hover a {
    background-color: #f5f7fa;
    text-decoration: none
}

.cd-secondary-nav li:active .bottom-ico, .cd-secondary-nav li:active .right-ico, .cd-secondary-nav li:focus .bottom-ico, .cd-secondary-nav li:focus .right-ico, .cd-secondary-nav li:hover .bottom-ico, .cd-secondary-nav li:hover .right-ico {
    background-color: #f5f7fa
}

.cd-secondary-nav a {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 14px;
    display: block;
    color: #636b6f;
    line-height: 20px;
    padding: 22px 16px;
    text-transform: uppercase
}

.cd-secondary-nav a span.top-dashed {
    border-top: 1px dashed #dcdcdc;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1px
}

.cd-secondary-nav span.right-ico {
    width: 26px;
    height: 16px;
    top: 0;
    right: 0;
    background-color: #fff;
    background-image: url(/img/common/corner_color.png)
}

.cd-secondary-nav span.bottom-ico, .cd-secondary-nav span.right-ico {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 100%
}

.cd-secondary-nav span.bottom-ico {
    width: 12px;
    height: 12px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: url(/img/common/Rectangle12.png)
}

@media only screen and (min-width: 1024px) {
    .cd-secondary-nav {
        height: 100px;
        overflow: visible
    }

    .cd-secondary-nav ul {
        display: block;
        text-align: center
    }

    .cd-secondary-nav li {
        float: none;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.cd-secondary-nav .navbar-form, .cd-secondary-nav ul {
    display: none
}

@media only screen and (min-width: 1024px) {
    .cd-secondary-nav ul {
        display: block
    }
}

.cd-secondary-nav.is-only:not(.nav-open) {
    padding-top: 16px;
    height: 80px
}

.cd-secondary-nav.is-only:not(.nav-open) li {
    margin: 0 15px
}

.cd-secondary-nav.is-only:not(.nav-open) li:first-child {
    margin-left: 0
}

.cd-secondary-nav.is-only:not(.nav-open) li a {
    padding: 16px 0
}

.cd-secondary-nav.is-only:not(.nav-open) li span.bottom-ico, .cd-secondary-nav.is-only:not(.nav-open) li span.right-ico {
    display: none
}

.cd-secondary-nav.is-only:not(.nav-open) .secondary-logo {
    display: block;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    height: 55px;
    padding-top: 14px;
    margin: 0 8px 0 -44px;
    z-index: 30
}

@media (min-width: 1024px) {
    .cd-secondary-nav.is-only:not(.nav-open) .secondary-logo {
        left: 24px;
        margin-left: 0
    }
}

.cd-secondary-nav.is-only:not(.nav-open) .secondary-logo img {
    height: 55px
}

.cd-secondary-nav.is-only:not(.nav-open) .navbar-form {
    display: block
}

.cd-secondary-nav.is-only:not(.nav-open) .d-flex {
    display: none
}

.cd-secondary-nav.is-only:not(.nav-open) .footer-links-social {
    display: none
}

.cd-secondary-nav.nav-open {
    padding-top: 0;
    height: 80px
}

.cd-secondary-nav.nav-open li {
    margin: 0 15px;
    text-align: center
}

.cd-secondary-nav.nav-open li:first-child a span.top-dashed {
    display: none
}

.cd-secondary-nav.nav-open li a {
    padding: 16px 0
}

.cd-secondary-nav.nav-open li span.bottom-ico, .cd-secondary-nav.nav-open li span.right-ico {
    display: none
}

.cd-secondary-nav.nav-open .secondary-logo {
    display: block;
    position: relative;
    height: 55px;
    padding-top: 14px;
    margin: 0 8px;
    text-align: center
}

.cd-secondary-nav.nav-open .secondary-logo img {
    height: 55px
}

.cd-secondary-nav.nav-open ul {
    display: block;
    width: 100%;
    background-color: #fff;
    padding-left: 0;
    padding-top: 25px
}

.cd-secondary-nav.nav-open ul li {
    display: block;
    float: none
}

.cd-secondary-nav.nav-open ul li:first-child {
    margin-left: 15px
}

.cd-secondary-nav {
    -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .2)
}

.cd-secondary-nav.fixed {
    position: fixed;
    top: 100px
}

.cd-secondary-nav.slide-up {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

@media only screen and (min-width: 1024px) {
    .cd-secondary-nav.fixed {
        top: 100px;
        -webkit-box-shadow: 0 -6px 0 #25283d;
        box-shadow: 0 -6px 0 #25283d
    }

    .cd-secondary-nav.slide-up {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

.cd-main-content {
    padding-top: 100px
}

.cd-main-content.sub-nav {
    padding-top: 70px
}

@media (min-width: 1024px) {
    .cd-main-content.sub-nav {
        padding-top: 200px
    }
}

.cd-main-content.sub-nav-hero {
    padding-top: 0
}

.cd-main-content.sub-nav-hero.secondary-nav-fixed {
    margin-top: 100px
}

.cd-main-content.sub-nav-hero :target:before, .cd-main-content.sub-nav :target:before {
    display: block;
    content: "";
    margin-top: -100px;
    height: 100px;
    visibility: hidden
}

@media only screen and (min-width: 1024px) {
    .cd-main-content.sub-nav-hero :target:before, .cd-main-content.sub-nav :target:before {
        margin-top: -100px;
        height: 100px
    }
}

#cd-navigation-lang {
    position: absolute;
    top: 20px;
    left: 0;
    padding-left: 44px;
    height: 44px;
    margin: 0;
    line-height: 3
}

#cd-navigation-lang li {
    float: left;
    padding: 0 6px;
    list-style: none
}

#cd-navigation-lang li:first-child {
    padding-right: 12px
}

#cd-navigation-lang li:hover {
    background-color: #f5f7fa
}

#cd-navigation-lang li a {
    font-size: 12px;
    color: #185991;
    line-height: 20px
}

#cd-navigation-lang li.active:hover {
    background-color: transparent
}

#cd-navigation-lang li.active a {
    color: #5b6f74
}

#cd-navigation-search {
    position: absolute;
    top: 20px;
    right: 0;
    height: 44px;
    margin: 0;
    line-height: 3;
    padding-right: 44px
}

#cd-navigation-search ::-webkit-input-placeholder {
    text-align: right
}

#cd-navigation-search input:-moz-placeholder {
    text-align: right
}

#cd-navigation-search input {
    text-align: right;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    float: right;
    width: 270px;
    height: 44px;
    padding: 5px 50px 5px 5px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    background-image: url(/img/icn/search_normal.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    outline: none !important
}

#cd-navigation-search form.loading:after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/img/common/icn_bg.svg) no-repeat 50%;
    -webkit-animation: loading-animation 1s infinite linear;
    animation: loading-animation 1s infinite linear;
    z-index: 2
}

.cd-secondary-nav form[role=search] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.cd-secondary-nav form[role=search] button, .cd-secondary-nav form[role=search] input {
    padding: 8px 12px;
    border-radius: 0;
    border-width: 0;
    color: #777;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.cd-secondary-nav form[role=search] input {
    padding: 16px 12px;
    font-size: 14pt;
    font-style: italic;
    color: #a0a0a0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cd-secondary-nav form[role=search] span.input-group-btn {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 60px;
    background-color: #fff
}

.cd-secondary-nav form[role=search] span.input-group-btn button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 44px;
    height: 44px;
    margin: 16px 0;
    background-image: url(/img/icn/search_normal.svg);
    background-repeat: no-repeat;
    border: 1px dashed #dcdcdc
}

.cd-secondary-nav form[role=search] {
    width: 60px
}

.cd-secondary-nav .input-group {
    width: 100%
}

.cd-secondary-nav form[role=search] button, .cd-secondary-nav form[role=search] input {
    padding: 15px 12px
}

.cd-secondary-nav form[role=search] input {
    padding: 25px 12px;
    font-size: 18px;
    opacity: 0;
    display: none
}

.cd-secondary-nav form[role=search].active {
    width: 100%;
    z-index: 200;
    height: 100%
}

.cd-secondary-nav form[role=search].active.loading:after {
    content: " ";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: url(/img/common/icn_bg.svg) no-repeat 50%;
    -webkit-animation: loading-animation 1s infinite linear;
    animation: loading-animation 1s infinite linear;
    z-index: 2
}

.cd-secondary-nav form[role=search].active button, .cd-secondary-nav form[role=search].active input {
    display: table-cell;
    opacity: 1;
    height: 100%;
    background-color: #fff
}

.cd-secondary-nav form[role=search].active input {
    width: 100%;
    text-align: right
}

.cd-secondary-nav .input-group .input-group-btn {
    width: 44px;
    height: 100%
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translateZ(0)
}

.preview-slider-control .owl-carousel .owl-stage-outer {
    overflow: hidden
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel.owlOneSlide .owl-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 495px
}

@media (max-width: 480px) {
    .owl-carousel.owlOneSlide .owl-item .item {
        height: 180px
    }
}

.owl-carousel.owlOneSlide .owl-item img {
    display: block;
    max-height: 450px;
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width: 480px) {
    .owl-carousel.owlOneSlide .owl-item img {
        max-height: 100%
    }
}

.owl-carousel.owlOneSlide .owl-item .youtube, .owl-carousel.owlOneSlide .owl-item .youtube img {
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/img/common/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 31px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: rgba(83, 101, 71, .64);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 0;
    position: relative
}

.owl-theme .owl-dots .owl-dot.active span:after, .owl-theme .owl-dots .owl-dot:hover span:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: -4px;
    left: -4px;
    background-image: url(/img/common/pagination_active_dark.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

section.footer .footer-links-top {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #fff
}

section.footer .footer-links-top h5 {
    font-family: FreeSetWebDemiBold, serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 0;
    background-image: url(/img/common/yellow_horizontal.png);
    background-repeat: no-repeat;
    background-position: 0 100%
}

.footer-links-bottom {
    background: #fff;
    padding: 25px 30px;
    text-align: center
}

@media (min-width: 768px) {
    .footer-links-bottom {
        padding: 64px 44px;
        text-align: left
    }
}

.footer-links-bottom .logo-footer {
    display: block;
    width: 257px;
    height: 82px;
    margin: 0 auto 52px
}

@media (min-width: 768px) {
    .footer-links-bottom .logo-footer {
        margin: 0 0 52px
    }
}

.footer-links-bottom .footer-rights {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    margin: 0
}

.footer-links-bottom .footer-rights strong {
    font-family: FreeSetWebDemiBold, serif
}

.footer-links-bottom .footer-links-map {
    font-family: FreeSetWebDemiBold, serif;
    list-style: none;
    padding: 0
}

.footer-links-bottom .footer-links-map li {
    display: inline;
    text-align: center
}

.footer-links-bottom .footer-links-map li a {
    font-size: 16px;
    color: #185991;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 5px 0 10px
}

/*.footer-links-bottom .footer-links-map li:first-child a {*/
/*    border-right: 1px solid*/
/*}*/

.footer-links-bottom .footer-links-map li:nth-child(2) a {
    border-left: 1px solid
}

.footer-links-bottom .footer-links-map li:nth-child(3) a {
    border-left: 1px solid
}

.footer-links-bottom .footer-links-map li:nth-child(4) a {
    border-left: 1px solid
}

.footer-links-bottom .footer-links-map li:nth-child(5) a {
    border-left: 1px solid
}

.home.center-header:after, .home.center-header:before{
    margin-top: 0;
}

.footer-links-bottom .footer-download {
    margin-bottom: 20px
}

.footer-links-bottom .footer-download p {
    font-family: FreeSetWebDemiBold, serif;
    margin-top: 45px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #000;
    line-height: 20px
}

.footer-links-bottom .footer-download a {
    width: 135px;
    height: 56px;
    display: block
}

@media (min-width: 768px) {
    .footer-links-bottom .footer-download a {
        width: 172px
    }
}

.footer-links-bottom .footer-links-social {
    list-style: none;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

@media (min-width: 768px) {
    .footer-links-bottom .footer-links-social {
        display: block;
        float: right;
        margin-bottom: 64px
    }
}

.footer-links-bottom .footer-links-social li {
    display: inline;
    text-align: center
}

.footer-links-social {
    position: fixed;
    right: -5px;
    top: 220px;
    z-index: 9999;
    padding: 0;
}

.footer-links-social li {
    transition: .3s;
    margin: 0 5px;
}

.footer-links-social li:hover {
    transition: .3s;
    transform: translate(0, -5px);
}

#calendar {
    transition: .3s;
    cursor: pointer;
}

#calendar:hover {
    transition: .3s;
    transform: translate(0, -5px);
}

.footer-links-social li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(/img/common/icn_bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    float: left;
    margin: 0;
    padding: 0;
}

.footer-links-social li a.link-youtube {
    background-image: url(/img/icn/yt-green-2x.png)
}

.footer-links-social li a.link-facebook {
    background-image: url(/img/icn/fb-green-2x.png)
}

.footer-links-social li a.link-twitter {
    background-image: url(/img/icn/tw-green-2x.png)
}

.mil-carousel {
    padding: 0 75px;
    position: relative;
}

.mil-carousel .card-slide-sm {
    width: 240px;
}

.mil-carousel .card-slide-sm h4 {
    font-size: 13px;
}

.mil-carousel .owl-carousel .owl-nav button.slider-nav-btn {
    width: 45px !important;
    height: 45px !important;
}

.news-list {
    padding: 0;
    max-height: 743px;
    overflow: auto;
    font-size: 13px;
}

.news-list li a {
    color: #000;
    display: flex;
    margin-top: 15px;
    height: 100px;
    border-bottom: 1px solid silver;
}

.news-list li a .img-news {
    width: 100px;
    margin-right: 10px;
}
.news-list li a .img-news img{
    height: 96%;
    object-fit: cover;
}
.news-list li a .info {
    width: 215px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.news-list li a .info b {
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
}

.footer-links-bottom .created-by {
    text-align: center;
    font-size: 26px
}

.news-list-artical {
    display: flex;
    border-bottom: solid 1px silver;
    margin-bottom: 20px;
}

.news-list-artical .news-img {
    width: 230px;
    height: 180px;
    padding: 0 15px 15px;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin: 0 10px 10px 0;
}

.news-list-artical .news-info {
    width: 80%;
}

.news-list-artical .news-info h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 14px;
}

.news-list-artical .news-info h3  a{
color: #000;
}

.news-list-artical .news-info .news-desc {
    min-height: 85px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news-list-artical .news-info .news-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list-artical .news-info .news-action .btn {
    background: #415536;
    font-size: 12px;
}

.news-section .pagination {
    display: inline-block;
    margin: auto;
    padding: 8px;
    background: whitesmoke;
}
.news-section .pagination > .active > a,.news-section .pagination > .active > a:focus,.news-section .pagination > .active > a:hover,.news-section .pagination > .active > span,.news-section .pagination > .active > span:focus,.news-section .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #415536;
    border-color: #415536;
    cursor: default;
    margin: 0 6px;
}
.news-section .pagination > li > a, .news-section .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    background-color: #4155361a;
    border: 1px solid #4155363d;
    margin-left: 5px;
    color: #415536;
    font-size: 12px;
}
@media (min-width: 768px) {
    .footer-links-bottom .created-by {
        text-align: right
    }
}

.footer-links-bottom .created-by strong {
    font-family: FreeSetWebDemiBold, serif
}

.footer-links-bottom .created-by strong span {
    color: #b639a1
}

.footer-links-bottom .created-by a {
    color: #000
}

.tabbable-panel {
    padding: 0 0 32px
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0;
    text-align: center
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    display: inline-block;
    float: none
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    font-family: FreeSetWebDemiBold;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    background: none !important
}

.tabbable-line > .nav-tabs > li.open:after, .tabbable-line > .nav-tabs > li:hover:after {
    content: "";
    opacity: .2;
    display: block;
    height: 4px;
    background-image: url(/img/icn/yellow_horizontal.png);
    background-repeat: no-repeat;
    background-position: bottom
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0
}

.tabbable-line > .nav-tabs > li.active {
    position: relative
}

.tabbable-line > .nav-tabs > li.active:after {
    content: "";
    display: block;
    height: 4px;
    background-image: url(/img/icn/yellow_horizontal.png);
    background-repeat: no-repeat;
    background-position: bottom
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 26px;
    border: none
}

.modal .modal-dialog .modal-content .modal-header .close {
    float: left;
    opacity: 1
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0 auto;
    font-family: FreeSetWebExtraBold;
    font-size: 16px;
    color: #7a9669;
    letter-spacing: 1px;
    line-height: 24px
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 16px 25px
}

@media (min-width: 768px) {
    .modal .modal-dialog .modal-content .modal-body {
        padding: 16px 50px 34px
    }
}

@media (min-width: 1024px) {
    .modal .modal-dialog .modal-content .modal-body {
        padding: 16px 100px 64px
    }
}

.modal .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 32px
}

.modal .modal-dialog .modal-content .modal-body .btn {
    width: 100%
}

.youtube {
    background-color: hsla(0, 0%, 59%, .2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px
}

@media screen and (min-width: 450px) {
    .youtube {
        height: 320px
    }
}

@media screen and (min-width: 768px) {
    .youtube {
        height: 480px
    }
}

@media screen and (min-width: 992px) {
    .youtube {
        height: 500px
    }
}

@media screen and (min-width: 1024px) {
    .youtube {
        height: 520px
    }
}

@media screen and (min-width: 1680px) {
    .youtube {
        height: 640px
    }
}

.youtube .play-button-youtube {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    position: absolute;
    top: 76px;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url(/img/common/icn-bg-red.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all .3s;
    transition: all .3s
}

.youtube .play-button-youtube img {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.youtube img {
    width: 100%;
    top: 0;
    left: 0
}

.youtube .play-button-youtube, .youtube img {
    display: none;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .youtube .play-button-youtube, .youtube img {
        display: block
    }
}

.youtube .play-button-youtube, .youtube .play-button-youtube:before, .youtube iframe, .youtube img {
    position: absolute
}

.youtube .play-button-youtube, .youtube .play-button-youtube:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.tv, .youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.tv {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    transition: left .75s cubic-bezier(.6, 0, .25, 1);
    -webkit-transition: left .75s cubic-bezier(.6, 0, .25, 1)
}

.tv.on {
    left: 360px;
    transition: left 2s;
    -webkit-transition: left 2s
}

.tv .screen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 1;
    transition: opacity 4s;
    -webkit-transition: opacity 4s
}

.tv .screen.on {
    opacity: 1
}

.tv .screen.off {
    display: none
}

@media (max-width: 920px) {
    .tv.on {
        left: 288px
    }
}

@media (max-width: 320px) and (max-height: 570px) {
    .tv.on {
        left: 248px
    }
}

.audio-player .audio.green-audio-player {
    width: 100%;
    min-width: 300px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff
}

.audio-player .audio.green-audio-player .play-pause-btn {
    height: 60px;
    width: 60px;
    padding: 18px 0 0 21px;
    background-image: url(/img/icn/icn_bg2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer
}

.audio-player .audio.green-audio-player .slider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #556849;
    cursor: pointer;
    position: relative
}

.audio-player .audio.green-audio-player .slider .progress {
    background-color: #3d4833;
    border-radius: inherit;
    position: absolute;
    pointer-events: none
}

.audio-player .audio.green-audio-player .slider .progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #556849;
    position: absolute;
    pointer-events: all;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .32);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .32)
}

.audio-player .audio.green-audio-player .controls {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #55606e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 24px;
    padding-right: 24px;
    height: 60px;
    border-top: 1px solid #556849;
    border-bottom: 1px solid #556849
}

.audio-player .audio.green-audio-player .controls .slider {
    height: 2px
}

.audio-player .audio.green-audio-player .controls .slider .progress {
    width: 0;
    height: 100%;
    background: #37442f
}

.audio-player .audio.green-audio-player .controls .slider .progress .pin {
    right: -8px;
    top: -6px
}

.audio-player .audio.green-audio-player .controls span {
    cursor: default;
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 12px
}

.audio-player .audio.green-audio-player .controls span.right {
    left: auto;
    right: 24px
}

.audio-player .audio.green-audio-player .downloadmp3 a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    background-image: url(/img/icn/download.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #556849;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}
.scroll-top {
    position: fixed;
    right: 3%;
    bottom: -50px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 9999;
    border-radius: 5px;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    background-color: #415536;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
}
.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px);
}
.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-top i {
    position: absolute;
    top: 50%;
    left: 43%;
    -webkit-transform: translate(-50%, -50%);
    transform: rotate(-136deg);
    color: #fff;
    -webkit-transition: all 0.7s;
    color: #fff;
}
.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}
@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}
